* nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
[gnus] / lisp / ChangeLog
1 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
4
5 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6
7         * shr.el (shr-insert): Fix the way to fold lines.
8
9 2010-11-25  Julien Danjou  <julien@danjou.info>
10
11         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
12
13         * color.el: Rename from color-lab.el
14         (color-rgb->hex): Add.
15         (color-complement): Add.
16         (color-complement-hex): Add.
17
18         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
19
20 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * shr-color.el (shr-color-visible): Don't bug out if the colour names
23         don't exist.
24
25 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
28         assuming that article displaying or another mml-preview may be
29         interrupted for an error or for the like.
30
31         * shr.el (shr-get-background): Fix argument name.
32
33 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
34
35         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
36
37         * gnus-sum.el (gnus-summary-include-articles): New function.
38
39         * message.el (message-goto-body): called-interactively-p needs a
40         parameter, so use `any'.
41
42         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
43         clear marks before moving, since they're synced from the Gnus side
44         first.
45
46         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
47         (gnus-summary-move-article): Copy over all marks before moving, so that
48         IMAP doesn't think a new article has arrived.
49
50 2010-11-24  Julien Danjou  <julien@danjou.info>
51
52         * shr.el (shr-insert-background-overlay): Fix typo.
53         (shr-render-td): Copy the background before rendering.
54
55         * shr-color.el (shr-color-visible): Fix docstring.
56
57         * shr.el (shr-tag-table): Add bgcolor support.
58         (shr-render-td): Add bgcolor support.
59         (shr-get-background): Add.
60         (shr-insert-foreground-overlay): Use shr-get-background.
61
62         * message.el (message-goto-body): Use called-interactively-p.
63         (message-in-body-p): message-goto-body returns point.
64
65 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
66
67         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
68         Fixes something or other in Emacs 23, and is backwards compatible.
69
70         * message.el (message-goto-body): Remove the <#secure special-casing,
71         which is too special.
72
73         * shr.el (shr-parse-style): Drop !important from styles.
74
75 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
76
77         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
78         this function to return incorrect results when calling it with an
79         explicit article argument different from
80         (gnus-summary-article-number).
81
82 2010-11-24  Julien Danjou  <julien@danjou.info>
83
84         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
85         (shr-tag-body): Add background support.
86         (shr-descend): Add background support.
87         (shr-tag-title): Add.
88
89         * shr-color.el (shr-color-visible): Really return original background
90         if fixed.
91
92 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
93
94         * shr.el (shr-color-check): Protect against non-existant colour names.
95
96 2010-11-24  Julien Danjou  <julien@danjou.info>
97
98         * color-lab.el: Require 'cl when compiling.
99
100         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
101
102         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
103         matched part.
104
105         * color-lab.el: Fix all expt calls to use float type.
106
107 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
108
109         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
110         expression to shr-color-check as is.
111
112         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
113
114         * color-lab.el: Add coding cookie.
115         (float-pi): Use eval-and-compile.
116
117         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
118         compiled for Emacsen having no `libxml-parse-html-region' support.
119
120 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
121
122         * shr.el (shr-insert-color-overlay): Split stuff like
123         "#444444 !important" to find the real colour.
124         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
125         parse <font color="red"> entries.
126
127 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
128
129         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
130         point when parsing headers.
131
132         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
133         is positioned properly when parsing headers.
134
135 2010-11-23  Julien Danjou  <julien@danjou.info>
136
137         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
138
139         * shr-color.el (shr-color->hexadecimal): Add support for color names.
140
141         * shr.el (shr-parse-style): Replace \n with space in style parsing.
142
143         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
144         shr-color-hue-to-rgb.
145         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
146
147 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
148
149         * shr.el (shr-color->hexadecimal): Autoload.
150         (shr-descend): Add color to all tags.
151
152 2010-11-22  Julien Danjou  <julien@danjou.info>
153
154         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
155         shr-color->hexadecimal.
156
157         * shr-color.el (shr-color->hexadecimal): Add converting functions for
158         RGB() or HSL() color representation.
159
160         * shr.el (shr-tag-font): Add.
161         (shr-tag-color-check): New function to get better colors.
162         (shr-tag-insert-color-overlay): Factorize code between tag-font and
163         tag-span.
164
165         * shr-color.el: New file.
166
167         * color-lab.el: New file.
168
169         * gnus-art.el (gnus-url-mailto): Do not downcase args.
170
171 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
172
173         * nnir.el: Fix typo in comments.
174         (nnir-run-imap): Simplify code. No need to reverse artlist.
175         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
176
177 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
178
179         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
180
181         * nnimap.el (nnimap-get-capabilities): Refactor out.
182         (nnimap-open-connection): Re-request capabilities after STARTTLS.
183
184 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
185
186         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
187         appearing when `mm-uu-hide-markers' is nil.
188
189 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * nnimap.el (nnimap-unselect-group): Make into its own function.
192         (nnimap-request-rename-group): Unselect group before renaming.
193         This had gotten lost somewhere.
194         (nnimap-request-accept-article): Keep track of examined groups, and
195         unselect the group before APPENDing to read-only groups.
196         (nnimap-request-move-article): Clear flags before moving so that they
197         can be re-set later.
198
199 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
200
201         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
202         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
203
204 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
205
206         * gnus-art.el (gnus-mime-display-single)
207         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
208         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
209         parameter.
210
211 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
212
213         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
214         (shr-table-vertical-line): New variable.
215         (shr-insert-table): Use it.
216
217 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
218
219         * gnus-html.el (gnus-html-wash-images): Don't display images if
220         gnus-inhibit-images is non-nil; register displayer for cid images.
221         (gnus-html-display-image): Work for cid image.
222         (gnus-html-insert-image): Allow arguments.
223         (gnus-html-put-image): Inhibit read-only.
224         (gnus-html-prefetch-images): Don't prefetch images if
225         gnus-inhibit-images is non-nil.
226
227 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * shr.el (shr-put-image): Break lines when inserting big pictures.
230
231 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
232
233         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
234         sender, thanks Katsumi Yamaoka.
235
236 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
237
238         * nnir.el (nnir-run-imap): Reverse the article list for each group
239         rather than the whole list.
240
241 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
242
243         * shr.el (shr-image-displayer): Protect function against non-existent
244         image source.
245
246         * gnus-art.el (gnus-inhibit-images): New user option.
247         (gnus-mime-display-single): Don't display image if it is non-nil.
248
249         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
250         gnus-inhibit-images.
251
252         * shr.el (shr-image-displayer): New function.
253         (shr-tag-img): Use it.
254
255 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
256
257         * mml2015.el (mml2015-epg-sign): Use From header.
258
259 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * gnus-html.el (gnus-html-wash-images): Register a displayer.
262
263         * gnus-util.el (gnus-find-text-property-region): Return markers.
264
265         * shr.el (shr-tag-img): Put a displayer in the text property.
266
267         * gnus-util.el (gnus-find-text-property-region): New utility function.
268
269         * gnus-html.el (gnus-html-display-image): Make the alt optional.
270         (gnus-html-show-images): Remove.
271
272         * gnus-art.el (gnus-article-show-images): New, more general function.
273
274         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
275         image url text properties.
276
277         * shr.el: Ditto.
278
279         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
280         gnus-agent-auto-agentize-methods is set.  Which it isn't.
281
282 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
283
284         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
285         work for two or more articles.
286
287 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
288
289         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
290         divide an image that's in an html article to two or more when washing
291         non-ASCII characters in alt text of it.
292
293 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
296         smime-decrypt-region using function argument.
297         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
298
299         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
300
301         * smime.el (smime-decrypt-region): Catch it.
302
303 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
304
305         * smime.el (smime-mode-map): Move initialization into declaration.
306         (gnus-run-mode-hooks): Don't autoload.
307         (smime-mode): Use define-derived-mode.
308
309 2010-11-11  Glenn Morris  <rgm@gnu.org>
310
311         * smime.el (from): Restrict declaration to XEmacs.
312
313         * nnir.el (gnus-group-topic-name): Autoload.
314
315 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
316
317         * shr.el (shr-insert): Don't break long line if it is because of
318         kinsoku-bol characters in the line end.
319
320 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
321
322         * nnir.el (nnir-request-move-article): Fix to provide original group
323         and subject.
324         (nnir-warp-to-article): Don't fail on articles whose headers haven't
325         been retrieved.
326
327         * gnus-sum.el (gnus-summary-move-article): Use original group and
328         subject for virtual articles such as those in an nnir summary buffer.
329
330 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
331
332         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
333         least 21.5).
334
335         * smime.el (from): Declare it again for XEmacs.
336
337 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
338
339         * message.el (message-resend): Don't disable encoding unless it's
340         already encoded.
341
342         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
343         low-numbered articles.
344
345 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
346
347         * rfc2047.el (rfc2047-syntax-table): Simplify.
348
349         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
350
351         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
352         set-char-table-range for XEmacs.
353
354 2010-11-10  Glenn Morris  <rgm@gnu.org>
355
356         * time-date.el (time-to-seconds): Always an alias on Emacs,
357         never a real function.
358         (with-no-warnings): Remove compat stub, now unused.
359         (time-less-p): Doc fix.
360         (time-to-number-of-days): Simplify.
361
362         * smime.el (from): Remove unused declaration.
363
364         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
365         (gnus-float-time): On Emacs, always an alias.
366
367         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
368         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
369
370 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
371
372         * dgnushack.el: Don't use ignore-errors in the top level form since it
373         is unavailable in XEmacs even if cl is loaded.
374
375         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
376
377 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
378
379         * shr.el (browse-url-mailto): Autoload.
380
381         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
382
383         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
384         regexp doesn't need quoting.
385
386 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
387
388         * message.el (message-subject-trailing-was-ask-regexp)
389         (message-subject-trailing-was-regexp): Match was: in addition to was.
390
391 2010-11-09  Glenn Morris  <rgm@gnu.org>
392
393         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
394         (nnbabyl-check-mbox): Use point-at-bol.
395
396 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
397
398         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
399
400         * message.el (message-mailto): New function.
401         (message-mailto): Should accept other parameters.
402         (message-mailto): Remove since it duplicates browse-url-mailto
403         functionality.
404
405 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
406
407         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
408         methods.
409         (gnus-read-active-file): Ditto.
410
411         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
412         ": " from the prompt.
413         (gnus-group-make-group): Ditto.
414
415 2010-11-07  Glenn Morris  <rgm@gnu.org>
416
417         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
418         (gnus-bookmark-kill-line): Use point-at-eol.
419
420 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
421
422         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
423         asterisks in From header.
424
425 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
426
427         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
428         string to avoid making the From headers syntactically invalid.
429
430         * message.el (message-send-mail): Don't insert courtesy messages if the
431         message already has List-Post and List-ID messages.
432
433 2010-11-06  Glenn Morris  <rgm@gnu.org>
434
435         * gnus-art.el (gnus-treat-article): Give dynamic local variables
436         `condition', `type', `length' a prefix.
437         (gnus-treat-predicate): Update for above name changes.
438
439 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
440
441         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
442         binding.  Handled by `gnus-summary-refer-thread' instead.
443         (nnir-warp-to-article): New backend function.
444
445         * nnimap.el (nnimap-request-thread): Force dependency updating.
446
447         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
448         (gnus-summary-refer-thread): Rework to improve thread-referral.
449
450         * gnus-int.el (gnus-warp-to-article): New function.
451
452         * gnus-sum.el (gnus-summary-article-map): Bind it.
453
454 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
455
456         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
457         gnus-summary-refer-thread.
458
459         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
460         headers.
461         (gnus-summary-limit-include-thread): Prevent articles in thread from
462         being cut in gnus-cut-threads.
463         (gnus-summary-refer-thread): Limit retrieved headers to those in
464         thread.
465
466 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
467
468         * message.el (message-send-mail): Use the value of
469         message-courtesy-message from the message buffer.
470
471         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
472
473         * shr.el (shr-browse-url): Implement mailto: URLs.
474
475         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
476         "raw".
477
478         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
479         if it's already selected.
480
481         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
482
483 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
484
485         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
486         to measure the length and truncate alt text.
487
488 2010-11-03  Glenn Morris  <rgm@gnu.org>
489
490         * nndiary.el (nndiary-generate-nov-databases-1)
491         (nndiary-generate-active-info): Rename dynamic variable `files' to
492         something less generic.
493
494 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
495
496         * nnir.el (nnir-request-move-article): Call the underlying backend to
497         move articles from nnir.
498
499 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
500
501         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
502
503 2010-11-02  Julien Danjou  <julien@danjou.info>
504
505         * nnir.el: Remove wais support.
506
507 2010-11-02  Glenn Morris  <rgm@gnu.org>
508
509         * gnus-html.el: Reorder requirements to quieten compiler.
510
511 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
512
513         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
514         properly for XEmacs as well.
515         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
516         (gnus-article-natural-long-line-p): Use window-width rather than
517         frame-width.
518
519 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
520
521         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
522         (nnir-read-parms): Don't modify query.
523         (nnir-run-query): Add ability to search topic on current line.
524         (nnir-get-active): Clean up.
525
526 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
527
528         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
529         degenerate articles.
530
531         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
532         (gnus-print-buffer): Just print the buffer as is, without any copying
533         to a buffer and then re-highlighting.
534
535         * nnimap.el (nnimap-request-group): Store the new updated info.
536         (nnimap-request-group): Select the group when we don't know whether it
537         exists or not.
538
539         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
540         groups.
541
542         * gnus-group.el (gnus-group-find-new-groups): Display all the new
543         groups.
544
545         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
546         groups.
547
548         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
549         long-lines case by only filling the long lines.
550
551         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
552         (bug #7311).
553
554 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
555
556         * shr.el: No need to declare `declare-function' since shr.el is for
557         only Emacsen that provide `libxml-parse-html-region'.
558
559         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
560         effective only in a file it is referred to.
561
562 2010-11-01  Glenn Morris  <rgm@gnu.org>
563
564         * mm-util.el (gnus-completing-read): Autoload.
565         (mm-read-coding-system): Simplify Emacs definition.
566
567         * nnmail.el (gnus-activate-group):
568         * nnimap.el (gnutls-negotiate):
569         * nntp.el (netrc-parse): Fix declarations.
570
571 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
572
573         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
574         string-match-p in Emacs >=23.
575
576         * gnus-msg.el (gnus-configure-posting-styles)
577         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
578
579 2010-11-01  Glenn Morris  <rgm@gnu.org>
580
581         * nnir.el (declare-function): Add compat stub.
582         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
583         (nnir-run-gmane): Require 'mm-url.
584
585         * mm-util.el (mm-string-to-multibyte): Simplify.
586
587         * shr.el (declare-function): Add compat stub.
588         (url-cache-create-filename): Declare.
589         (mm-disable-multibyte, widget-convert-button): Autoload.
590
591         * smime.el (ldap-search): Declare.
592         (smime-cert-by-ldap-1): Require ldap on Emacs.
593
594         * nnimap.el: Require nnmail, and gnus-sum when compiling.
595         (nnimap-keepalive): Use gnus-float-time.
596
597         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
598         (mail-source-delete-crash-box): Use gnus-float-time.
599
600         * gnus-dired.el (gnus-completing-read): Autoload.
601
602         * mm-view.el (gnus-rescale-image): Autoload.
603
604         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
605
606         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
607
608         * sieve-manage.el: Require 'cl when compiling.
609
610         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
611         (gnus-iswitchb-completing-read): Require iswitchb.
612         (gnus-select-frame-set-input-focus): Silence compiler.
613
614 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
615
616         * message.el (message-subject-trailing-was-query): Change default to t,
617         since I think that's what most people want.
618
619         * nnimap.el (nnimap-request-accept-article): Erase buffer before
620         appending for easier debugging.
621         (nnimap-wait-for-connection): Take a regexp.
622         (nnimap-request-accept-article): Wait for the continuation line before
623         sending anything unless we're streaming.
624
625         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
626         leave the header washing to take place.
627
628 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
629
630         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
631         regular expression match and replace in posting styles.
632
633 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
634
635         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
636         an entire server.
637         (nnir-get-active): New function.
638         (nnir-run-imap): Use it.
639         (nnir-run-gmane): Who knew, gmane search returns an article score!
640
641         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
642         server on the current line with nnir.
643
644 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
645
646         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
647         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
648         left edge.
649         (gnus-article-foldable-buffer): Skip past the prefix when determining
650         raggedness.
651
652         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
653         the raw article, and change `C-u g' to show the article without doing
654         treatments.
655
656         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
657         on to `gnus-treat-article'.
658         (gnus-inhibit-article-treatments): New variable.
659
660         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
661
662         * gnus-art.el (gnus-treatment-function-alist): Have
663         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
664         (gnus-treat-fill-long-lines): Change default to fill all text/plain
665         sections.
666
667         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
668         parameter.
669         (gnus-article-fill-cited-long-lines): New function.
670         (gnus-article-fill-cited-article): Allow filling only long sections.
671
672         * shr.el (shr-find-fill-point): Don't break lines between punctuation
673         and non-punctuation (like after the apostrophe in "'We").
674
675         * gnus-sum.el (gnus-summary-select-article): Make sure
676         gnus-original-article-buffer is alive.
677
678         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
679         reflect the order they're in in the digest.
680
681         * gnus.el (gnus-group-startup-message): Move point to the start of the
682         buffer.
683
684         * nnimap.el (nnimap-capability): New function.
685         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
686         is set.
687
688 2010-10-31  David Engster  <dengste@eml.cc>
689
690         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
691         conform with changes to gnus-completing-read.
692
693 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
694
695         * shr.el (shr-tag-img): Output "*" instead of "[img]".
696
697 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
698
699         * nnir.el: Move defvar, defcustom around to keep file organized
700         and keep byte-compiler quiet.
701         (nnir-read-parms): Accept search-engine as arg.
702         (nnir-run-query): Pass search-engine as arg.
703         (nnir-search-engine): Remove.
704
705 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * shr.el (shr-generic): The text nodes should be text, not :text.
708
709         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
710         later in the file.
711
712 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
713
714         * nnir.el: General clean up.  Allow searching with multiple engines.
715         Allow separate extra-parameters for each engine.
716         Batch queries when possible.
717         (nnir-imap-default-search-key,nnir-method-default-engines):
718         Add customize interface.
719         (nnir-run-gmane): New engine.
720         (nnir-engines): Use it.  Qualify all prompts with engine name.
721         (nnir-search-engine): Remove global variable.
722         (nnir-run-hyrex): Restore for now.
723         (nnir-extra-parms,nnir-search-history): New variables.
724         (gnus-group-make-nnir-group): Use them.
725         (nnir-group-server): Remove in favor of gnus-group-server.
726         (nnir-request-group): Avoid searching twice.
727         (nnir-sort-groups-by-server): New function.
728
729 2010-10-30  Julien Danjou  <julien@danjou.info>
730
731         * gnus-group.el: Remove gnus-group-fetch-control.
732
733         * gnus-start.el (gnus-find-new-newsgroups):
734         Remove gnus-check-first-time-used.
735
736         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
737
738 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
739
740         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
741         set on groups that don't have \* permanentflags.
742
743 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
744
745         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
746         control the background color.
747         (shr-tag-img): Ignore very small web bug type images.
748         (shr-put-image): Add help-echo alt texts to the images.
749         (shr-tag-video): Show the video poster image.
750
751 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * shr.el (shr-table-depth): New variable.
754         (shr-tag-table-1): Only insert the images after the top-level table.
755
756         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
757
758         * gnus-util.el (gnus-list-memq-of-list): New function.
759
760         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
761         selected.
762         (nnimap-unsplittable-articles): New slot.
763         (nnimap-new-articles): Use it.
764
765 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
766
767         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
768         move to the previous line on `M-g'.
769
770 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
771
772         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
773         *-request-group, which seems unnecessary.
774
775         * nnimap.el (nnimap-quote-specials): Function copied over from
776         imap.el.
777         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
778         they support that.  Suggested by Tom Regner.
779
780 2010-10-29  Julien Danjou  <julien@danjou.info>
781
782         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
783         defalias.
784         (gnus-summary-delete-marked-with): Remove obsolete defalias.
785
786         * gnus.el: Remove `gnus-nntp-service' variable.
787         (gnus-secondary-servers): Make obsolete.
788         (gnus-nntp-server): Make obsolete.
789
790         * gnus-start.el (gnus-1): Remove x-splash calls.
791
792         * gnus-ems.el (gnus-x-splash): Remove.
793
794         * gnus.el (gnus-group-startup-message): Simplify/update code.
795
796         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
797         definition.
798
799         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
800         capability before doing anything.
801         (gnus-group-insert-group-line): Remove useless
802         gnus-group-remove-excess-properties.
803
804 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
805
806         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
807
808 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
809
810         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
811         config after reselecting.
812
813 2010-10-28  Julien Danjou  <julien@danjou.info>
814
815         * shr.el (shr-put-image): Use point even if only inserting text.
816         (shr-put-image): Save excursion when inserting alt text on non-graphic
817         display, so the behaviour is the same when we are on a graphic display.
818
819         * nnir.el (nnir-run-swish-e): Remove hyrex support.
820
821 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
822
823         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
824         (gnus-mime-copy-part): Check coding system, not charset.
825         (gnus-mime-view-part-externally): Never remove part.
826         (gnus-mime-view-part-internally): Don't remove part here.
827         (gnus-article-part-wrapper): Make sure MIME tag is visible.
828         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
829         multipart/alternative.
830
831         * mm-decode.el (mm-display-part): Take optional arg `force'.
832
833 2010-10-26  Julien Danjou  <julien@danjou.info>
834
835         * gnus-group.el (gnus-group-default-list-level): Add this function to
836         compute the default list level.
837         (gnus-group-default-list-level): Add possibility to use a function.
838
839 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
840
841         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
842
843         * gnus-group.el (gnus-group-completing-read)
844         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
845         gnus-replace-in-string.
846
847 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
848
849         * shr.el (shr-tag-div): Add.
850
851         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
852
853 2010-10-25  Julien Danjou  <julien@danjou.info>
854
855         * gnus-util.el: Remove `gnus-with-local-quit'.
856
857         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
858
859 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
862         the original article buffer.
863
864 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
865
866         * nnimap.el (nnimap-request-head): New function.
867         (nnimap-request-move-article): Try to be slighly faster by not
868         requesting the entire message when moving.
869         (nnimap-transform-headers): Don't bug out on bodiless articles.
870         (nnimap-send-command): Have no outstanding messages if the IMAP server
871         doesn't support streaming.
872         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
873
874 2010-10-24  Julien Danjou  <julien@danjou.info>
875
876         * message.el (message-default-headers): Fix type.
877
878 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
879
880         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
881         prefetching images.
882
883         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
884         backend for unknown groups.  This is mainly useful for nnimap groups.
885
886         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
887         group isn't covered by the agent.
888
889 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
890
891         * nnir.el (nnir-method-default-engines): New variable.
892         (nnir-run-query): Use it.
893         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
894         (gnus-summary-nnir-goto-thread): Change group if needed.
895
896         * gnus-group.el (gnus-group-group-map): Add key binding for
897         gnus-group-make-nnir-group.
898
899 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
900
901         * shr.el (shr-tag-object): Add.
902
903         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
904         original article buffer live.
905         (gnus-summary-select-article-buffer):
906         Mention gnus-widen-article-buffer.
907
908 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * shr.el (shr-tag-strong): Add.
911
912 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
915         group names.  They mess up the group buffer badly.
916
917         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
918
919         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
920         instead of the summary one.
921
922 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
923
924         * mml.el (mml-preview): Work properly when editing article.
925
926         * gnus-start.el (gnus-read-active-file-1): Don't add method to
927         gnus-have-read-active-file if it's already been in.
928
929 2010-10-22  Tom Tromey  <tromey@redhat.com>
930
931         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
932         gnus-group-completing-read.
933
934 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
935
936         * message.el (message-mode-map): Don't bind M-; to comment region, to
937         allow the global comment-dwim to work.
938
939 2010-10-21  Julien Danjou  <julien@danjou.info>
940
941         * message.el (message-setup-1): Allow message-default-headers to be a
942         function.
943
944 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
945
946         * shr.el (shr-tag-table): Simplify.
947
948 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
951         to avoid trying to snarf invalid stuff.
952
953         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
954
955         * gnus.el (gnus-message-archive-group): Quote value.
956         (gnus-message-archive-group): Mark as changed.
957
958         * shr.el (shr-add-font): Don't put the font properties on the newline
959         or the indentation.
960
961         * message.el (message-fix-before-sending): Change options when sending
962         non-printable characters.
963
964         * gnus.el (gnus-message-archive-method): Change the default to
965         monthly outgoing groups.
966
967         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
968         that have gotten new numbers.
969
970         * nnimap.el (nnimap-request-replace-article): New function.
971
972 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
973
974         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
975         (nnrss-request-article): Don't use special html washing code.
976
977 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
978
979         * shr.el (shr-tag-table): Remove useless nconc.
980
981 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
982
983         * gnus-art.el (article-wash-html): Simplify and remove the charset
984         stuff.  Use the normal html rendering code instead of the special html
985         washing code.
986
987         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
988         `gnus-w3m' symbols.
989         (mm-text-html-washer-alist): Remove.
990
991         * mm-decode.el (mm-inline-text-html-renderer): Remove.
992         (mm-inline-media-tests): Remove use.
993         (mm-text-html-renderer): Change default to the `shr' symbol.
994
995         * mm-view.el (mm-inline-text-html): Remove use.
996
997         * gnus-art.el (gnus-blocked-images): New function.  Allow the
998         `gnus-blocked-images' to be a function.
999         (gnus-article-wash-function): Remove.
1000
1001 2010-10-20  Julien Danjou  <julien@danjou.info>
1002
1003         * spam.el (spam-list-of-processors): Mark as obsolete.
1004
1005         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1006         (nnimap-insert-partial-structure): Fix boundary detection.
1007
1008 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1009
1010         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1011         run file-truename on remote files.  This can be expensive and even
1012         prevent one from editing drafts if some unrelated buffer has a stale
1013         connection.
1014
1015 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1016
1017         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1018         kinsoku-eol regardless of shr-kinsoku-shorten.
1019         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1020         (shr-tag-table): Support caption, thead, and tfoot.
1021
1022 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1025         lines.
1026         (shr-save-contents): New command and keystroke.
1027
1028         * nndoc.el (nndoc-type-alist): Add git support.
1029         (nndoc-git-type-p): New function.
1030         (nndoc-transform-git-article): Ditto.
1031         (nndoc-transform-git-headers): Ditto.
1032         (nndoc-transform-git-headers): Generate Subject headers.
1033
1034         * shr.el (shr-parse-style): New function.
1035         (shr-tag-span): Ditto.
1036
1037         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1038         to `G G' to avoid collisions.
1039
1040 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1041
1042         * shr.el: Load kinsoku if necessary.
1043         (shr-kinsoku-shorten): New internal variable.
1044         (shr-find-fill-point): Make kinsoku shorten text line if
1045         shr-kinsoku-shorten is bound to non-nil.
1046         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1047         shr-indentation too when testing if table is wider than frame width.
1048         (shr-insert-table): Use `string-width' instead of `length' to measure
1049         text width.
1050         (shr-insert-table-ruler): Make sure indentation is done at bol.
1051
1052 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1053
1054         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1055         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1056         undecoded network data.
1057
1058 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1059
1060         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1061         name in the mode line spec so that the mode line menu works
1062         (bug #2431).
1063
1064         * message.el (message-get-reply-headers): If we're fed `to-address',
1065         then always use that.
1066
1067         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1068         aren't so wide as to need to switch off the edit menu.
1069
1070         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1071         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1072
1073         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1074         `M-g'.
1075         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1076         the permanent marks.
1077
1078 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1079
1080         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1081         Splitting according to references/in-reply-to obeys the ignore-groups
1082         variable, while splitting by sender and subject do not.
1083
1084 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1087         alist, so that we can look for non-Unicode chars.
1088         (article-translate-strings): Allow both character and string maps.
1089
1090 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * shr.el (shr-insert): Don't insert space behind a wide character
1093         categorized as kinsoku-bol, or between characters both categorized as
1094         nospace.
1095
1096 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1097
1098         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1099         headers to gnus-newsgroup-headers.
1100
1101 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * shr.el (shr-tag-img): Don't align images -- since we're not
1104         rescaling, this often leads to ugly displays.
1105
1106 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1107
1108         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1109         duplicates.
1110
1111 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1112
1113         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1114         call.
1115
1116 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117
1118         * gnus.el: Autoload gnus-html-show-images.
1119
1120         * nnimap.el: Use nnheader-message throughout.
1121
1122         * shr.el (shr-tag-img): Ignore images with no data.
1123
1124 2010-10-15  Julien Danjou  <julien@danjou.info>
1125
1126         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1127         a possibility to disable format=flow encoding when using hard newlines.
1128
1129 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1130
1131         * shr.el (shr-insert): Remove space inserted before or after a
1132         breakable character or at the beginning or the end of a line.
1133         (shr-find-fill-point): Do kinsoku; find the second best point or give
1134         it up if there's no breakable point.
1135
1136 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1137
1138         * nnimap.el (nnimap-open-connection): Message when opening connection
1139         for debugging purposes.
1140
1141         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1142         on every setup buffer call to allow this to change from article to
1143         article.
1144
1145         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1146         buffers where we have a wide table.
1147
1148 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1149
1150         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1151         uses *-request-thread.
1152
1153 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1154
1155         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1156         incantation, which is no longer valid.
1157
1158 2010-10-14  Julien Danjou  <julien@danjou.info>
1159
1160         * shr.el: Fix defcustom type (char -> character).
1161
1162 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1163
1164         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1165         programs.
1166
1167 2010-10-14  Julien Danjou  <julien@danjou.info>
1168
1169         * shr.el (shr-tag-a): Use url-link as widget type.
1170
1171         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1172         `gnus-group-get-icon'.
1173
1174 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1177         This should make server editing work better.
1178
1179         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1180
1181         * tls.el (tls-program): Remove spurious %s from openssl.
1182
1183         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1184         (nnimap-parse-flags): Fix regexp.
1185
1186         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1187         probably work for CJVK text, too.
1188
1189         * nnimap.el (nnimap-extend-tls-programs): Remove.
1190         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1191
1192         * tls.el (tls-starttls-switches): Remove starttls hack.
1193         (open-tls-stream): Ditto.
1194         (tls-find-starttls-argument): Ditto.
1195
1196 2010-10-13  Julien Danjou  <julien@danjou.info>
1197
1198         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1199         responses.
1200
1201 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1204
1205         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1206         anything in Emacs.
1207
1208         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1209
1210 2010-10-13  Julien Danjou  <julien@danjou.info>
1211
1212         * shr.el (shr-width): Make shr-width a defcustom with default to
1213         fill-column.
1214         (shr-tag-img): Use shr-width rather than fill-column.
1215
1216 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1217
1218         * dgnushack.el (byte-optimize-apply)
1219         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1220
1221         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1222         position when (X-)Faces exist.
1223         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1224         avatars when called interactively.
1225
1226 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1227
1228         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1229         gnus-article-x-face-too-ugly is bound.
1230
1231 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1232
1233         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1234
1235         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1236         mailbox that doesn't exist.
1237
1238 2010-10-12  Julien Danjou  <julien@danjou.info>
1239
1240         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1241         (shr-get-image-data): Encode URL properly when fetching from cache.
1242         (shr-tag-img): Use aligned-to spaces to align correctly images.
1243
1244         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1245         before inserting the Gravatar.
1246
1247         * shr.el (shr-tag-img): Add align attribute support for <img>.
1248
1249 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1250
1251         * gnus-gravatar.el (gnus-art): Require.
1252
1253         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1254         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1255         Remove long obsoleted functions.
1256
1257 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1258
1259         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1260
1261         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1262
1263         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1264         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1265         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1266         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1267         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1268         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1269         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1270
1271 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1272
1273         * nnimap.el (nnimap-request-rename-group): Select group read-only
1274         before renaming it.
1275
1276         * shr.el (shr-insert): Fix up the white space only regexp.
1277
1278         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1279         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1280
1281         * shr.el (shr-current-column): New function.
1282         (shr-find-fill-point): New function.
1283
1284 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1285
1286         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1287         numbers.
1288
1289 2010-10-11  Julien Danjou  <julien@danjou.info>
1290
1291         * shr.el (shr-hr-line): Add.
1292         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1293         display hr lines.
1294         (shr-max-columns): Do not change state to nil if we just inserting
1295         spaces.
1296
1297 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1298
1299         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1300         select the last group.
1301
1302 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1303
1304         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1305
1306 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1307
1308         * dig.el (dig-mode-map): Declare and define in one step.
1309
1310 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1311
1312         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1313         for Gnus.
1314         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1315         (nnimap-update-qresync-info): Mark \Seen articles as read.
1316
1317         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1318         non-variable, too.
1319
1320         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1321         available.
1322         (nnimap-update-info): Rely more on the current active than the param
1323         active to avoid marking articles as read too much.
1324
1325         * auth-source.el (auth-source-create): Use (user-login-name) for the
1326         user name default.
1327
1328         * nnimap.el (nnimap-update-info): If the server doesn't return any
1329         useful info, just use the previous info.
1330         (nnimap-update-info): Prefer old info over start-article.
1331         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1332
1333 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1334
1335         * nnir.el (autoload): Clean up autoloads.
1336         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1337         Use key rather than value.
1338         (nnir-imap-search-other): New variable.
1339         (nnir-read-parm): Use it.
1340         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1341         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1342
1343 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1344
1345         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1346         the process, too.
1347
1348 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * spam.el (gnus-summary-mode-map): Bind to "$".
1351         Suggested by Russ Allbery.
1352
1353         * shr.el: Rework the way things are indented by <li> slightly.
1354
1355         * gnus.el (gnus-group-set-parameter): Fix typo.
1356
1357         * nnimap.el: Start implementing QRESYNC support.
1358
1359 2010-10-09  Julien Danjou  <julien@danjou.info>
1360
1361         * nnir.el (nnir-engines): Fix too many arguments.
1362
1363 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1366         group is the "last", so that the backends like nnfolder actually save
1367         their folders.
1368
1369         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1370         try to use that for the tls stream.
1371         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1372         UIDVALIDITY and find out which groups are read-only and not.
1373         (nnimap-get-flags): Use the same marks parsing code as the rest of
1374         nnimap.
1375
1376 2010-10-09  Julien Danjou  <julien@danjou.info>
1377
1378         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1379
1380         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1381         retrieving gravatars.
1382
1383         * shr.el (shr-table-corner): Add.
1384         (shr-table-line): Add.
1385         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1386
1387 2010-10-08  Julien Danjou  <julien@danjou.info>
1388
1389         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1390
1391 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1392
1393         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1394
1395         * gnus-sum.el (gnus-mark-article-as-unread)
1396         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1397         (gnus-summary-set-bookmark): Use it.
1398
1399         * gnus-msg.el (gnus-setup-message): Use it.
1400
1401         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1402
1403         * gnus.el (gnus-group-remove-parameter): Use it.
1404
1405         * gnus-group.el (gnus-group-make-web-group): Use it.
1406
1407         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1408
1409         * nnregistry.el: Update docs to mention manual.
1410
1411         * gnus-registry.el: Update docs to mention nnregistry.el.
1412         (gnus-registry-initialize): Don't install nnregistry refer method
1413         automatically.
1414         (gnus-registry-install-nnregistry): Remove it.
1415
1416 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1417
1418         * shr.el (shr-insert): Don't insert double spaces.
1419
1420 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1421
1422         * gnus-gravatar.el (gnus-treat-from-gravatar)
1423         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1424         called interactively.
1425
1426         * gnus-art.el (gnus-mime-view-part-externally)
1427         (gnus-mime-view-part-internally): Make predicate function passed to
1428         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1429         of a mime type.
1430
1431         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1432
1433 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1434
1435         * shr.el (require): Require cl when compiling.
1436         (shr-tag-hr): New function.
1437
1438         * nnimap.el (nnimap-update-info): Remove double setting of high.
1439         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1440         This makes nnimap work properly on Courier again.
1441
1442         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1443         the variable for backwards compatability.
1444
1445         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1446         the file name before using to avoid setting mm-default-directory to
1447         nil.
1448
1449         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1450         bidning gnus-agent variables.
1451
1452         * shr.el (shr-render-td): Use a cache for the table rendering function
1453         to avoid getting an exponential rendering behaviour in nested tables.
1454         (shr-insert): Rework the line-breaking algorithm.
1455         (shr-insert): Don't leave trailing spaces.
1456         (shr-insert-table): Also insert empty TDs.
1457         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1458
1459 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1460
1461         * gnus-sum.el (gnus-number): Rename from `number'.
1462         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1463         (gnus-summary-limit-children): Update uses correspondingly.
1464
1465 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1466
1467         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1468         (gnus-gravatar-transform-address): Don't show avatars of people of
1469         which mail addresses match gnus-gravatar-too-ugly.
1470
1471 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1472
1473         * shr.el (shr-table-widths): Expand TD elements to fill available
1474         space.
1475
1476 2010-10-07  Julien Danjou  <julien@danjou.info>
1477
1478         * nnimap.el (nnimap-request-rename-group): Add this method.
1479
1480 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1483         name from XEmacs' function-arglist.
1484
1485         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1486         gravatar under XEmacs.
1487
1488 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1489
1490         * auth-source.el: Update docs with TODO items.
1491
1492         * gnus-sync.el: Update docs to explain state and plans.
1493
1494         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1495         Hooks for mark updates.
1496         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1497
1498         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1499         hooks with arguments, which is needed for mark update hooks.
1500
1501 2010-10-06  Julien Danjou  <julien@danjou.info>
1502
1503         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1504         was matched.
1505
1506         * sieve-manage.el: Update example in `Commentary'.
1507
1508         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1509
1510         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1511         not 2000.
1512         (sieve-manage-authenticate): Re-add function.
1513
1514 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1515
1516         * shr.el (shr-insert): Get 'space transition right.
1517         (shr-render-td): Only delete space at the end of the TD.
1518
1519         * nnimap.el (nnimap-open-connection): Prepare to support
1520         open-gnutls-stream.
1521
1522         * shr.el: Rearrange function order to be more logical.
1523
1524 2010-10-06  Julien Danjou  <julien@danjou.info>
1525
1526         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1527         (nnrss-discover-feed): Remove 404 URL in docstring.
1528
1529         * nnir.el: Fix Swish-E URL.
1530         Fix Namazu URL.
1531
1532         * message.el (message-change-subject): Remove 404 URL in a comment.
1533
1534 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1535
1536         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1537         called interactively.
1538
1539         * gnus-util.el (gnus-remove-if): Allow hash table.
1540         (gnus-remove-if-not): New function.
1541
1542         * gnus-art.el (gnus-mime-view-part-as-type)
1543         * gnus-score.el (gnus-summary-score-effect)
1544         * gnus-sum.el (gnus-read-move-group-name):
1545         Replace remove-if-not with gnus-remove-if-not.
1546
1547         * gnus-group.el (gnus-group-completing-read):
1548         Regard collection as a hash table if it is not a list.
1549
1550 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1551
1552         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1553
1554         * shr.el: Document the table-rendering algorithm.
1555
1556 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1557
1558         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1559         for Emacsen having no `libxml-parse-html-region' support.
1560
1561 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1564         invalid URLs.
1565
1566         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1567         line-broken.
1568         (shr-tag-img): Ignore image fetching errors.
1569         (shr-overlays-in-region): Compute overlay positions correctly.
1570
1571         * mm-decode.el (mm-shr): Require shr.
1572
1573         * gnus-art.el (gnus-blocked-images): Move variable here.
1574
1575         * shr.el (shr-insert-table): Bind free variable.
1576
1577         * mm-decode.el (mm-shr): Bind shr-content-function.
1578
1579         * shr.el (shr-content-function): New variable.
1580
1581         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1582         added for symmetry.
1583
1584         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1585
1586         * gnus-group.el (gnus-group-make-group): Doc fix.
1587
1588         * nnimap.el (nnimap-request-newgroups): Return success.
1589
1590         * shr.el (shr-find-elements): New function.
1591         (shr-tag-table): Put all the images after the table.
1592         (shr-tag-table): Really inhibit images inside the table.
1593         (shr-collect-overlays): Copy over overlays from the TD elements to the
1594         main document.
1595
1596         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1597         gnus-blocked-images.
1598
1599 2010-10-05  Julien Danjou  <julien@danjou.info>
1600
1601         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1602
1603         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1604         (gnus-html-maximum-image-size): Add this function.
1605         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1606
1607         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1608         server-value of the capability is nil.
1609
1610 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1611
1612         * shr.el (shr-tag-em): Add <EM> tag.
1613
1614 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1615
1616         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1617         customizable.
1618
1619         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1620         handing broken links to browse-url.
1621
1622 2010-10-05  Julien Danjou  <julien@danjou.info>
1623
1624         * gnus-util.el (gnus-emacs-completing-read)
1625         (gnus-iswitchb-completing-read): Use autoload rather than require.
1626
1627 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1628
1629         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1630         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1631         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1632         iswitchb-temp-buflist for XEmacs.
1633
1634         * gnus-util.el (gnus-completing-read-function): Exclude
1635         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1636         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1637         XEmacs.
1638
1639         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1640         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1641
1642         * gnus-html.el: Don't require help-fns under XEmacs.
1643         (gnus-html-schedule-image-fetching): Work for XEmacs.
1644
1645         * mm-decode.el (mm-shr): Decode contents by charset.
1646
1647 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1648
1649         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1650         unknown.
1651
1652         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1653         (shr-get-image-data): Ensure against the cache file missing.
1654
1655         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1656         for data.
1657
1658         * spam-report.el (spam-report-url-ping-plain): Don't query about
1659         killing the process.
1660
1661         * shr.el (shr-render-td): Protect against too-wide text.
1662
1663 2010-10-04  Julien Danjou  <julien@danjou.info>
1664
1665         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1666         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1667
1668         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1669         retrieved.
1670
1671 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672
1673         * shr.el (browse-url): Require.
1674         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1675         lines.
1676         (shr-show-alt-text, shr-browse-image): New commands.
1677         (shr-browse-url, shr-copy-url): New commands.
1678
1679         * gnus-sum.el (gnus-widen-article-window): New variable.
1680         (gnus-summary-select-article-buffer): Use it.
1681
1682         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1683         without @ signs.
1684
1685 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1686
1687         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1688
1689 2010-10-04  Julien Danjou  <julien@danjou.info>
1690
1691         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1692         for XEmacs.
1693
1694 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1695
1696         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1697
1698         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1699         (nnimap-close-server): Implement.
1700
1701         * dgnushack.el (iswitchb): Require to shut up the compiler.
1702
1703         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1704         (shr-insert): Tweak line breaking.
1705         (shr-insert): Handle <pre> better.
1706         (shr-tag-li): Get <li> indentation right.
1707         (shr-tag-li): Get <li> indentation even righter.
1708         (shr-tag-blockquote): Ensure paragraph start.
1709         (shr-make-table): Tweak table generation.
1710         (shr-make-table): Fix typo.
1711
1712         * shr.el: Implement table rendering.
1713
1714 2010-10-04  Julien Danjou  <julien@danjou.info>
1715
1716         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1717
1718 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1719
1720         * shr.el (shr-insert): Use string anchors instead of line anchors.
1721
1722 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1723
1724         * shr.el: Add headings.
1725         (shr-ensure-paragraph): Actually work.
1726         (shr-tag-li): Make <ul> prettier.
1727         (shr-insert): Get white space at the beginning/end of elements right.
1728         (shr-tag-p): Collapse subsequent <p>s.
1729         (shr-ensure-paragraph): Don't insert double line feeds after blank
1730         lines.
1731         (shr-insert): \t is also space.
1732         (shr-tag-s): Fix "s" tag name function.
1733         (shr-tag-s): Fix face prop name.
1734
1735 2010-10-03  Julien Danjou  <julien@danjou.info>
1736
1737         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1738
1739         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1740         gnus-window-inside-pixel-edges.
1741
1742         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1743         gnus-ems.
1744
1745         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1746
1747         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1748         function.
1749
1750         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1751         resize choice.
1752
1753 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1754
1755         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1756         beginning of the buffer.
1757
1758         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1759         article buffer again.
1760
1761         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1762
1763         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1764         when it's at the start of the buffer.
1765
1766         * shr.el (shr-tag-blockquote): Convert name.
1767         (shr-rescale-image): Use the right image-size variant.
1768
1769         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1770         buffer isn't shown, then select the current article first instead of
1771         bugging out.
1772         (gnus-summary-select-article-buffer): Show both the article and summary
1773         buffers again.
1774
1775         * shr.el (shr-fontize-cont): Protect against regions with no text.
1776         Rename tag functions to shr-tag-* for enhanced security.
1777         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1778
1779 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1780
1781         * shr.el (shr-insert):
1782         * pop3.el (pop3-movemail):
1783         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1784         loaded.
1785
1786 2010-10-03  Glenn Morris  <rgm@gnu.org>
1787
1788         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1789
1790         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1791
1792         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1793
1794         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1795
1796         * gnus-util.el (gnus-make-local-hook): Simplify.
1797
1798 2010-10-02  Julien Danjou  <julien@danjou.info>
1799
1800         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1801         (gnus-ido-completing-read): New function.
1802         (gnus-emacs-completing-read): New function.
1803         (gnus-completing-read): Use gnus-completing-read-function.
1804         Add gnus-completing-read-function.
1805
1806 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1807
1808         * shr.el (shr-insert-document): Autoload.
1809         (shr-img): Be silent.
1810         (shr-insert): Add a newline after every picture before text.
1811         (shr-add-font): Use overlays for combining faces.
1812         (shr-insert): Pass upwards the text start point.
1813
1814         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1815         possible.
1816         (mm-shr): New function.
1817
1818 2010-10-02  Julien Danjou  <julien@danjou.info>
1819
1820         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1821         should go backward.
1822
1823 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1824
1825         * shr.el (shr): Fix typo in provide call.
1826
1827 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1828
1829         * shr.el: New file.
1830
1831         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1832
1833         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1834         completing read.
1835
1836 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1837
1838         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1839         we're being queried about.  Suggested by Dan Jacobson.
1840
1841         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1842         Suggested by Jason Eisner.
1843
1844         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1845         table, too.  Suggested by Stefan Wiens.
1846         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1847         the table unnecessary.  Suggested by Stefan Wiens.
1848
1849         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1850         longer needed, and probably doesn't work either, as pointed out by
1851         Stefan Wiens.
1852         (gnus-summary-exit): Remove call to the clearing function.
1853         (gnus-summary-exit-no-update): Ditto.
1854
1855         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1856         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1857         Reported by Stefan Monnier.
1858         (gnus-summary-save-in-rmail): Ditto.
1859
1860         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1861         article buffer, instead of both the article buffer and the summary
1862         buffer.  Sort of suggested by Dan Jacobson.
1863
1864         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1865
1866         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1867         Suggested by Dan Jacobson.
1868
1869         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1870         documentation clearer.
1871
1872         * message.el (message-shorten-references): Comment on the number "21".
1873         Suggested by Stefan Monnier.
1874
1875         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1876         Suggested by Dan Jacobson.
1877
1878         * gnus.el (gnus-large-newsgroup):
1879         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1880
1881         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1882         externalize attachments.  Bug reported by Steve Wen.
1883
1884         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1885         really message anything to the user.
1886
1887         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1888         directly.
1889
1890         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1891         messages in empty groups.
1892
1893 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1894
1895         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1896         non-UIDNEXT group.
1897
1898 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1899
1900         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1901         not the value from the collection.
1902
1903         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1904         values.  This sometimes happens on some groups that have no info.
1905         (nnimap-request-newgroups): New function.
1906
1907 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1908
1909         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1910         check into `gnus-registry-initialize'.
1911         (gnus-registry-initialize): Ditto.
1912         Fix and extend header docs.
1913
1914 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1917         regexp backtrace overflows.
1918
1919         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1920         for starttls that tls.el implements; i.e. openssl.
1921
1922         * tls.el (tls-starttls-switches): Give up on using starttls with
1923         gnutls-cli.
1924         (tls-program): Add --insecure to be consistent with the defaults from
1925         openssl s_client.  Now all three commands are insecure.
1926
1927 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1928
1929         * lpath.el: Bind completion-styles-alist for XEmacs.
1930
1931         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1932         (gravatar-create-image): New function that's an alias to
1933         gnus-xmas-create-image, gnus-create-image, or create-image.
1934         (gravatar-data->image): Use it.
1935
1936 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1937
1938         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1939         install the nnregistry refer method.
1940         (gnus-registry-install-hooks): Use it.
1941         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1942         unfollowed groups.
1943
1944 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1945
1946         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1947         expanding threads.
1948
1949 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * nnir.el: Use the server names without suffixes (bug #7009).
1952
1953         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1954         unencrypted to STARTTLS, if possible.
1955
1956 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1957
1958         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1959         headers before superseding.
1960
1961 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * nnrss.el (nnrss-use-local): Add documentation.
1964
1965         * nnimap.el (nnimap-extend-tls-programs): New function.
1966         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1967         (nnimap-wait-for-connection): Accept the greeting from the stupid
1968         output from openssl s_client -starttls, too.
1969
1970         * tls.el (tls-starttls-switches): New variable.
1971         (tls-find-starttls-argument): Use it.
1972         (open-tls-stream): Ditto.
1973
1974         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1975         (netrc-machine): Ditto.
1976
1977         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1978         article number.
1979         (nnimap-split-fancy): New variable.
1980         (nnimap-split-incoming-mail): Use it.
1981
1982         * nntp.el (nntp-server-list-active-group): Document.
1983
1984         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1985         SELECT to get the message-id.
1986
1987         * mail-source.el (mail-sources): Remove webmail support.
1988         (defvar): Ditto.
1989         (mail-source-fetcher-alist): Ditto.
1990         (mail-source-fetch-webmail): Remove.
1991
1992         * webmail.el: Remove -- doesn't seem relevant any more.
1993
1994         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1995
1996         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1997         the \r.
1998
1999 2010-09-30  Julien Danjou  <julien@danjou.info>
2000
2001         * gnus-agent.el (gnus-agent-add-group): Fix call to
2002         gnus-completing-read.
2003
2004 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * nndoc.el (nndoc-retrieve-groups): New function.
2007
2008         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2009         `default', use nnmail-split-methods.
2010         (nnimap-request-article): Downcase the NILs so that they are nil.
2011
2012         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2013         symbol.
2014
2015         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2016         code, since if the user has requested network, that's what they ought
2017         to get.
2018         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2019         (nnimap-split-rule): Mark as obsolete.
2020
2021         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2022         New variable.
2023
2024         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2025         correct slot, too.
2026
2027 2010-09-29  Julien Danjou  <julien@danjou.info>
2028
2029         * gnus.el (gnus-local-domain): Declare variable obsolete.
2030
2031         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2032         Fix history computing.
2033         (gnus-ido-completing-read): Require ido.
2034
2035 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2036
2037         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2038         build Gnus.
2039
2040         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2041         when interpreting the structures.
2042         (nnimap-request-accept-article): Add \r\n to the lines to make this
2043         work with Cyrus.
2044
2045         * nndraft.el (nndraft-request-expire-articles): Use the group name
2046         instead if "nndraft".  Fix found by Nils Ackermann.
2047
2048 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2049
2050         * nnregistry.el: Add.
2051
2052 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2053
2054         * nnmail.el (group, group-art-list, group-art):
2055         Remove unneeded directives.
2056
2057 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2058
2059         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2060         (mm-mime-charset)
2061         * rfc2047.el (rfc2047-syntax-table)
2062         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2063
2064         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2065         rather than `insert-file-contents' and `eval-region'.
2066
2067         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2068         construction.
2069
2070         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2071
2072         * time-date.el: No need to require cl for Emacs 21.
2073
2074 2010-09-29  Julien Danjou  <julien@danjou.info>
2075
2076         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2077         replacement of `gnus-gravatar-relief' to mimic
2078         `gnus-faces-properties-alist'.
2079         Add :version property.
2080
2081 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2082
2083         * mail-source.el (mail-source-report-new-mail)
2084         * message.el (message-default-mail-headers)
2085         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2086
2087         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2088
2089 2010-09-28  Julien Danjou  <julien@danjou.info>
2090
2091         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2092         mail-address contains the same string as real-name.
2093
2094         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2095         non-blank in header, otherwise it'll get stripped.
2096
2097         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2098         real-name, and then for mail address rather than doing : or , search.
2099
2100 2010-09-27  Julien Danjou  <julien@danjou.info>
2101
2102         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2103         right completing-read function.
2104         (gnus-use-ido): New variable
2105         (gnus-completing-read-with-default): Remove.
2106         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2107         (gnus-agent-add-group):
2108         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2109         * mm-view.el (mm-view-pkcs7-decrypt):
2110         * mm-util.el (mm-codepage-setup):
2111         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2112         * mml-smime.el (mml-smime-openssl-sign-query):
2113         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2114         (mml-insert-multipart):
2115         * gnus-msg.el (gnus-summary-yank-message):
2116         * gnus-int.el (gnus-start-news-server):
2117         * mm-decode.el (mm-interactively-view-part):
2118         * gnus-dired.el (gnus-dired-attach):
2119         * gnus.el (gnus-read-method):
2120         * gnus-bookmark.el (gnus-bookmark-jump):
2121         * gnus-art.el (gnus-mime-view-part-as-type)
2122         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2123         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2124         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2125         * nnmairix.el (nnmairix-create-server-and-default-group)
2126         (nnmairix-update-groups, nnmairix-get-server)
2127         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2128         (nnmairix-get-group-from-file-path):
2129         * nnrss.el (nnrss-find-rss-via-syndic8):
2130         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2131         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2132         (gnus-group-browse-foreign-server):
2133         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2134         (gnus-summary-execute-command, gnus-summary-respool-article)
2135         (gnus-read-move-group-name):
2136         * gnus-score.el (gnus-summary-increase-score)
2137         (gnus-summary-score-effect):
2138         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2139
2140 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2141
2142         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2143         x-focus-frame.
2144
2145         * nnimap.el (auth-source-forget-user-or-password)
2146         (auth-source-user-or-password): Autoload.
2147
2148         * message.el (message-from-style, message-interactive)
2149         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2150         (message-yank-prefix, message-indentation-spaces, message-signature)
2151         (message-signature-file): Add comment.
2152
2153 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2154
2155         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2156         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2157         new articles.
2158
2159         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2160         parts.
2161         (nnimap-request-article): Work with the t setting, too.
2162
2163         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2164         that you don't get flashes of other buffers.
2165         (gnus-summary-show-complete-article): Intern before setting.
2166
2167 2010-09-27  David Engster  <dengste@eml.cc>
2168
2169         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2170         well as HEADERS.
2171         (nnmairix-retrieve-headers): Provide new argument for the above.
2172
2173 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2174
2175         * gnus-sum.el (gnus-summary-move-article): Don't alter
2176         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2177         group.
2178
2179         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2180
2181         * message.el (message-cite-prefix-regexp): Revert my last edit.
2182
2183         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2184         variable instead of the Gnus variable.
2185
2186         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2187
2188         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2189
2190         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2191         since some servers don't like it.
2192         (nnimap-open-connection): Forget credentials if the server says the
2193         password was wrong.
2194         (nnimap-parse-line): Protect against invalid data.
2195
2196         * gnus-sum.el (gnus-summary-move-article): Add comment.
2197         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2198         nothing alters it while scanning for new messages.
2199
2200         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2201         which may or may not help.
2202         (nnimap-open-connection): If we're doing a stream connection, and then
2203         discover we're on a STARTTLS-capable server, then open a STARTTLS
2204         connection instead.
2205
2206 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207
2208         * nnimap.el (utf7): Require.
2209
2210         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2211         prefix.
2212
2213 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2214
2215         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2216
2217 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * nnimap.el (nnimap-request-accept-article): Message the error on
2220         error.
2221
2222 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2223
2224         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2225
2226 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * nndoc.el (nndoc-request-list): Return success always.
2229
2230         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2231         `fetch-old' -- we only want to fetch the articles we've requested.
2232         The rest are in the agent, probably.
2233         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2234         disappeared server" to something low.  It's not important.
2235
2236         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2237         arrived before the FETCH data.
2238
2239         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2240         target here, because we don't know the Gnus name of the group.
2241
2242         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2243         for the correct group.
2244
2245         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2246
2247         * gnus.el (gnus): Give a final warning after startup.
2248
2249         * gnus-util.el (gnus-action-message-log): New variable.
2250         (gnus-message): Use it.
2251         (gnus-final-warning): New function.
2252
2253         * nnimap.el (nnimap-open-connection): Record the greeting.
2254         (nnimap): Add greeting.
2255
2256 2010-09-26  Julien Danjou  <julien@danjou.info>
2257
2258         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2259         arguments.
2260         (gnus-html-wash-images): Fix spec computing to include start/end.
2261
2262         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2263
2264 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2265
2266         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2267         deletion.
2268         (nnimap-retrieve-headers): Don't select the group, because that's
2269         already done by nnimap-possibly-change-group.
2270
2271         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2272         (gnus-picon-transform-address): Use it.
2273
2274         * mail-source.el (mail-source-value): Revert previous patch.
2275
2276         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2277         on failure.
2278         (nnimap-open-connection): Look up both virtual and physical server name
2279         credentials.
2280
2281         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2282
2283 2009-02-07  Dave Love  <fx@gnu.org>
2284
2285         * tls.el (open-tls-stream): Don't query killing process.
2286
2287 2009-02-08  Dave Love  <fx@gnu.org>
2288
2289         * gnus-win.el (gnus-window-to-buffer-helper)
2290         (gnus-all-windows-visible-p): Function needn't be a symbol.
2291
2292         * mail-source.el (mail-source-value): Function needn't be a symbol.
2293
2294 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2295
2296         * message.el (message-cite-prefix-regexp): Remove } from the cite
2297         prefix.
2298
2299         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2300         highlight again, so that the highlight is correct.
2301
2302         * gnus-picon.el (gnus-picon): Remove again.
2303         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2304
2305         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2306         doing the header highlightling, so that the background colour of the
2307         picon is correct.
2308
2309         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2310         (gnus-picon): Ditto.
2311         (gnus-picon): Reinstate.  The background colour for picons is white.
2312         (gnus-picon-insert-glyph): Make the background white.
2313
2314         * nnml.el (nnml-open-nov): Don't return dead buffers.
2315
2316         * auth-source.el (auth-source-create): Query the user for whether to
2317         store the credentials.
2318
2319         * netrc.el (netrc-store-data): New function.
2320
2321         * auth-source.el (auth-source-user-or-password): Use the existing auth
2322         sources, if any, for creation.
2323
2324         * gnus.el (gnus-group-fast-parameter): Return the last matching
2325         parameter instead of the first matching parameter.
2326
2327 2010-09-26  Julien Danjou  <julien@danjou.info>
2328
2329         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2330
2331 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2332
2333         * mml2015.el (mml2015-use): Remove gpg support.
2334
2335         * mml1991.el (mml1991-function-alist): Remove gpg function.
2336         (mml1991-gpg-sign): Remove.
2337
2338 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2339
2340         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2341         (gnus-browse-unsubscribe-current-group): Document it.
2342         (gnus-browse-unsubscribe-group): Use it.
2343
2344 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2345
2346         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2347         address to the To list for easier response.
2348
2349         * gnus.el (gnus-play-startup-jingle): Remove.
2350         (gnus-splash): Don't play jingle.
2351         (gnus): Silence gnus-load message.
2352
2353         * gnus-art.el (gnus-treat-play-sounds): Remove.
2354
2355         * gnus.el (gnus-play-jingle): Remove audio support.
2356
2357         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2358
2359         * earcon.el: Remove -- no users.
2360
2361         * gnus-audio.el: Remove -- no users of this package.
2362
2363         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2364
2365         * gnus-start.el (gnus-setup-news): Remove nocem support.
2366
2367         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2368
2369         * gnus.el (gnus-use-nocem): Remove.
2370
2371         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2372         Remove.
2373
2374         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2375         uses NoCeM any more.
2376
2377         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2378         (gnus-button-ctan-handler): Ditto.
2379         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2380         (gnus-button-ctan-directory-regexp): Ditto.
2381         (gnus-button-handle-ctan): Ditto.
2382         (gnus-button-tex-level): Ditto.
2383         (gnus-button-alist): Remove CTAN stuff.
2384
2385 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2386
2387         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2388         nnimap-streaming test.
2389
2390         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2391         servers twice.
2392
2393         * nnimap.el (nnimap-open-connection): Add more error reporting when
2394         nnimap fails early.
2395
2396         * nnheader.el (nnheader-get-report-string): New function.
2397         (nnheader-get-report): Use it.
2398
2399         * gnus-int.el (gnus-check-server): Say what the error was when opening
2400         failed.
2401
2402         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2403         using streaming.
2404
2405 2010-09-25  Julien Danjou  <julien@danjou.info>
2406
2407         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2408         gnus-window-inside-pixel-edges.
2409
2410 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2413
2414         * mm-decode.el (mm-save-part): Allow saving to other directories the
2415         normal Emacs way.
2416
2417         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2418         Suggested by Jay Berkenbilt.
2419
2420         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2421         there isn't a single byte.
2422
2423         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2424         just do it.  It doesn't really seem to matter what the user responds
2425         here, I think, so it's just a confusing question.
2426
2427         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2428         non-streaming case.
2429
2430         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2431         (gnus-article-encrypt-body): Use it.
2432
2433         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2434         keystroke.
2435
2436         * nnimap.el (nnimap-find-wanted-parts-1):
2437         Use gnus-fetch-partial-articles.
2438
2439         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2440
2441         * nnimap.el (nnimap-insert-partial-structure): New function.
2442         (nnimap-get-partial-article): New function.
2443         (nnimap-request-article): Use it.
2444         (nnimap-wait-for-response): Return whether the wait was successful.
2445         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2446         retrieval wasn't successful.
2447         (nnimap-retrieve-group-data-early): Allow throttling servers.
2448         (nnimap-streaming): New variable.
2449         (nnimap-fetch-partial-articles): Remove.
2450
2451         * mm-decode.el (mm-with-part): Protect against killed buffers.
2452
2453         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2454         for prettier summary display.
2455
2456 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2457
2458         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2459
2460 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2463         apparently third-party libraries depend on it.
2464
2465         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2466         before starting negotiation.
2467
2468         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2469         privacy reasons.
2470         (gnus-treat-mail-gravatar): Ditto.
2471
2472         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2473         buffer when inserting images.  Inserting text into the headers, for
2474         instance, can make them invalid.
2475
2476 2010-09-25  Julien Danjou  <julien@danjou.info>
2477
2478         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2479         variables.
2480
2481         * nnheader.el: Remove useless variables news-reply-yank-from and
2482         news-reply-yank-message-id.
2483
2484         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2485         variables.
2486
2487         * mml1991.el: Remove useless mml1991-verbose.
2488
2489         * gnus.el: Remove useless variable gnus-use-generic-from.
2490         Remove obsolete variable gnus-topic-indentation.
2491
2492         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2493
2494         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2495
2496         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2497
2498         * gnus-group.el: Remove useless gnus-group-icon-cache.
2499         Remove useless gnus-ephemeral-group-server.
2500
2501         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2502
2503         * mml2015.el: Remove useless mml2015-verbose.
2504
2505         * mml-smime.el: Remove useless mml-smime-verbose.
2506
2507         * gnus.el: Remove useless gnus-local-domain.
2508
2509         * gnus-gravatar.el (gnus-gravatar-transform-address):
2510         Use gnus-gravatar-size.
2511
2512         * gnus-art.el: Remove useless gnus-treat-translate.
2513
2514 2010-09-24  Julien Danjou  <julien@danjou.info>
2515
2516         * gnus-sum.el: Add support for Gravatars.
2517
2518         * gnus-art.el: Add support for Gravatars.
2519
2520         * gnus-gravatar.el: Add this file.
2521
2522         * gravatar.el: Add this file.
2523
2524 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2525
2526         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2527
2528         * gnus-group.el (gnus-group-fetch-faq): Remove.
2529
2530         * gnus.el (gnus-group-faq-directory): Remove.
2531
2532         * gnus-group.el (gnus-group-fetch-charter): Remove.
2533
2534         * gnus.el (gnus-group-charter-alist): Remove.
2535
2536         * gnus-group.el (gnus-group-archive-directory): Remove.
2537         (gnus-group-recent-archive-directory): Ditto.
2538         (gnus-group-make-archive-group): Remove.
2539
2540         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2541
2542         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2543         use the same article number for all the cached articles.
2544
2545         * nnimap.el (nnimap-command): Register the last command time so
2546         that we can use it for idling NOOPs.
2547         (nnimap-open-connection): Start the keeplive timer.
2548         (nnimap-make-process-buffer): Store all the process buffers.
2549         (nnimap-keepalive): New function.
2550
2551         * starttls.el (starttls-open-stream): Add autoload cookie.
2552
2553 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2554
2555         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2556         handling.
2557
2558 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2559
2560         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2561         its data structures.
2562
2563         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2564         instead of the cl.el copy-list.
2565         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2566         equalp.
2567
2568 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2569
2570         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2571         and tool-bar-local-item-from-menu.
2572
2573         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2574         mode-line-highlight face for Emacs.
2575
2576         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2577         loading gnus-sum.elc; fix comment for canlock-verify.
2578         (gnus-article-jump-to-part): Use read-number.
2579         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2580         Remove Emacs pre-21 compatible code for help-echo.
2581         (gnus-article-next-page-1): No need to adjust the number of lines.
2582         (gnus-article-describe-bindings): Always use help-buffer.
2583
2584         * gnus-audio.el (gnus-audio-inline-sound)
2585         * gnus-cus.el (gnus-custom-mode)
2586         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2587
2588         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2589
2590         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2591         compatible code.
2592
2593 2010-09-24  Glenn Morris  <rgm@gnu.org>
2594
2595         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2596         visiting the fcc file in rmail-mode.
2597
2598         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2599
2600 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * nnir.el: Silence the byte compiler.
2603
2604         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2605         alias to browse-url-url-encode-chars if any.
2606         (gnus-html-encode-url): Use it.
2607
2608 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2609
2610         * gnus-start.el (gnus-use-backend-marks): New variable.
2611         (gnus-get-unread-articles-in-group): Use it.
2612
2613         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2614         makeover.
2615
2616 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2617
2618         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2619
2620 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2623         Remove.
2624         (gnus-setup-news-hook):
2625         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2626
2627         * gnus-int.el (gnus-request-update-info): Protect against backends not
2628         having the function.
2629
2630         * nnimap.el (nnimap-stream): Mention starttls.
2631         (nnimap-open-connection): Add starttls support.
2632
2633 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2634
2635         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2636
2637 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2638
2639         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2640         BODYSTRUCTUREs.
2641         (nnimap-transform-headers): Unfold quoted {42} headers.
2642
2643         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2644         the info.
2645         (gnus-get-unread-articles): Only call updatep on backends that support
2646         it.
2647
2648         * nnweb.el (nnweb-request-update-info): NOOP.
2649
2650         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2651
2652         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2653         since it only deals with marks.
2654
2655         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2656         gnus-request-marks, and make a new gnus-request-update-info.
2657
2658         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2659         the active instead of the high number, which is usually too low.
2660
2661 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2662
2663         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2664         * encrypt.el: Remove.
2665
2666 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2667
2668         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2669         server in symbolic form.
2670
2671         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2672
2673 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2676         (nnimap-update-info): Fix up code slightly.
2677
2678         * gnus-int.el (gnus-open-server): Add tracing for performance
2679         debugging.
2680
2681         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2682         (gnus-group-insert-group-line): Pass the real group name so that it
2683         gets the right data.
2684
2685         * gnus-start.el (gnus-get-unread-articles): Don't have
2686         `gnus-get-unread-articles-in-group' update info, since that can be
2687         really slow and doesn't seem to be needed?
2688
2689 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2690
2691         * time-date.el (date-to-time): Try using parse-time-string first before
2692         using the slower timezone-make-date-arpa-standard.
2693
2694 2010-09-22  Julien Danjou  <julien@danjou.info>
2695
2696         * gnus-group.el (gnus-group-insert-group-line):
2697         Call gnus-group-highlight-line.
2698         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2699         default hook list.
2700         (gnus-group-update-eval-form): Add new function.
2701         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2702         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2703
2704 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2705
2706         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2707         immediate, then expire all articles.
2708         (nnimap-update-info): Fix off-by-one errors.
2709         (nnimap-flags-to-marks): Would return no marks lists for group with no
2710         flags.  Instead return the other data.
2711
2712 2010-09-22  Julien Danjou  <julien@danjou.info>
2713
2714         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2715         Only return an icon.
2716         (gnus-group-insert-group-line): Compute icon to return.
2717
2718         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2719         (gnus-html-image-fetched): Only cache if
2720         gnus-html-image-automatic-caching is set.
2721         (gnus-html-image-fetched): Check for errors.
2722
2723 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2724
2725         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2726         once per method on `g'.  This ensures that backends like nnfolder don't
2727         open all their folders.
2728
2729         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2730         (nnimap-request-list): Nix out group in the correct buffer.
2731         (nnimap-parse-flags): Implement by using `read' instead of
2732         hand-parsing.
2733         (nnimap-flags-to-marks): Pass on permanent-flags.
2734         (nnimap-make-process-buffer): Record the server name.
2735         (nnimap-parse-flags): Fix typo.
2736         (nnimap-request-scan): Run split on the server in general, not just a
2737         single group.
2738
2739         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2740         parameter, and propagate this downwards.
2741
2742         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2743         since EXAMINE changes it on the server.
2744
2745         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2746         this command might take a while.
2747
2748 2010-09-22  Julien Danjou  <julien@danjou.info>
2749
2750         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2751         harmful if you have 2 images side-by-side, they can't be properly
2752         update on text deletion.  Using text-property is safer here.
2753         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2754         data.
2755
2756 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2757
2758         * nnimap.el (nnimap-expunge-inbox): Remove.
2759         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2760         (nnimap-expunge): Flip default to t.
2761
2762         * gnus.el (gnus-method-to-server): Don't push things to the cache
2763         unless it's unique.
2764         (gnus-server-to-method): Ditto.
2765
2766 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2767
2768         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2769
2770 2010-09-22  Julien Danjou  <julien@danjou.info>
2771
2772         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2773         get the start of data.
2774         (gnus-html-encode-url): Add this function to encode special chars in
2775         URL.
2776         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2777         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2778
2779         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2780         default.
2781         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2782
2783         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2784         images alt-text.
2785         (gnus-html-put-image): Put alt-text as help-echo.
2786
2787 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2788
2789         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2790         * mm-util.el (mm-decompress-buffer)
2791         * nnir.el (nnir-run-find-grep)
2792         * pop3.el (pop3-list): Use 3rd arg of split-string.
2793
2794         * time-date.el (format-seconds): Comment fix.
2795
2796         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2797         and byte-optimize-form-code-walker.
2798         (dgnushack-make-auto-load): Don't advise make-autoload.
2799
2800         * lpath.el: Remove Emacs 21 stuff.
2801
2802 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2803
2804         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2805         outside the active range.  Suggested by Dan Christensen.
2806
2807         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2808         slightly later to avoid double-getting it.
2809
2810         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2811         previous patch.
2812
2813         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2814
2815 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2816
2817         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2818
2819 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820
2821         * gnus-int.el (gnus-open-server): Give a better error message in the
2822         "go offline" case.
2823
2824         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2825         marks for nnimap, which is seldom the right thing to do.
2826
2827         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2828         (gnus-same-method-different-name): New function.
2829
2830         * nnimap.el (parse-time): Require.
2831
2832         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2833         method in the presence of many similar methods.
2834
2835         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2836
2837         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2838         nnml-inhibit-expiry.
2839
2840         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2841         find out whether methods are equal.
2842
2843         * nnimap.el (nnimap-find-expired-articles): New function.
2844         (nnimap-process-expiry-targets): New function.
2845         (nnimap-request-move-article): Request the article before looking at
2846         what the Message-ID is.  Fix found by Andrew Cohen.
2847         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2848
2849         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2850         for oldness in addition to being a predicate.
2851
2852         * nnimap.el (nnimap-request-group): When we have zero articles, return
2853         the right data to Gnus.
2854         (nnimap-request-expire-articles): Only delete articles immediately if
2855         the target is 'delete.
2856
2857         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2858         method, this would bug out.
2859
2860         * gnus-group.el (gnus-group-expunge-group): Rename from
2861         gnus-group-nnimap-expunge, and implemented as a normal interface
2862         function.
2863
2864         * gnus-int.el (gnus-request-expunge-group): New function.
2865
2866         * nnimap.el (nnimap-request-create-group): Implement.
2867         (nnimap-request-expunge-group): New function.
2868
2869 2010-09-21  Julien Danjou  <julien@danjou.info>
2870
2871         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2872         (gnus-html-cache-expired): Add new function.
2873         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2874         wethever we should display image for fetch it.
2875         Compute alt-text earlier to pass it to the fetching function too.
2876         (gnus-html-schedule-image-fetching): Change function argument to only
2877         get one image at a time, not a list.
2878         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2879         cache.
2880         (gnus-html-get-image-data): New function to retrieve image data from
2881         cache.
2882         (gnus-html-put-image): Change buffer argument to use image data rather
2883         than file, and place image above region rather than inserting a new
2884         one.  Do not take alt-text as argument, since it's useless now: we place
2885         the image above alt-text.
2886         (gnus-html-prune-cache): Remove.
2887         (gnus-html-show-images): Start to fetch image when we find one, do not
2888         push into a temporary list.
2889         (gnus-html-prefetch-images): Only fetch image if they have expired.
2890         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2891         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2892
2893 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2894
2895         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2896
2897 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2898
2899         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2900         spec inser "*" if the group isn't active instead of 0.
2901
2902         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2903         opening the server.
2904         (nnimap-request-delete-group): Implement group deletion.
2905         (nnimap-transform-headers): Return the size of the entire message in
2906         the Bytes header, not just the size of the first part.
2907         (nnimap-request-move-article): When moving an article from nnimap,
2908         request the article first so the accepting form has an article to
2909         accept.  Reported by Dan Christensen.
2910         (nnimap-command): Make sure that the error message doesn't error out.
2911
2912 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2913
2914         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2915         we haven't requested anything.
2916
2917 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2918
2919         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2920         "".  Fix found by Andrew Cohen.
2921
2922         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2923         instead of -encode-string.
2924
2925 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2926
2927         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2928
2929         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2930         by mm-subst-char-in-string.
2931
2932 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2933
2934         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2935         waiting for the connection string.
2936
2937         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2938         arriving.
2939
2940         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2941         bogus characters.  This allows selecting certain Gmail groups.
2942
2943         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2944         (nnimap-fetch-partial-articles): New variable.
2945         (nnimap-open-connection): When looking for credentials, also use the
2946         nnimap-server-port.
2947         (nnimap-request-article): Return the group/article number, so that Gnus
2948         `^' works as expected.
2949         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2950
2951         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2952         comments.
2953         (gnus-methods-sloppily-equal): New function.
2954         (gnus): When using the development version of Gnus, load the gnus-load
2955         file.
2956
2957         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2958         `gnus-open-server' on each method before trying to scan them etc.
2959         This ensures that all the backend parameters are set correctly.
2960
2961         * nnimap.el (nnimap-authenticator): New variable.
2962         (nnimap-open-connection): Allow anonymous login.
2963         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2964         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2965
2966         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2967         patch, found by Knut Anders Hatlen.
2968
2969 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2970
2971         * gnus-agent.el (gnus-agent-batch-confirmation)
2972         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2973         to gnus-message.
2974         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2975         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2976         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2977         * gnus-int.el (gnus-open-server): Likewise.
2978         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2979         (gnus-score-check-syntax): Likewise.
2980         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2981         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2982         Likewise.
2983         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2984
2985 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2988         calling conventions so that prefetch doesn't bug out.
2989
2990 2010-09-19  Julien Danjou  <julien@danjou.info>
2991
2992         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2993         rather than `subst-char-in-region' in order to be able to replace ASCII
2994         char by UTF-8 ones.
2995
2996         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2997         than curl.
2998         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2999         the right URL and ALT text on images.
3000         (gnus-html-wash-tags): Fix tag case.
3001         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3002         (gnus-article-html): Add -o display_ins_del=2 option.
3003         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3004
3005 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3006
3007         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3008         the extra mail headers, which sometimes seem to happen for unknown
3009         reasons.
3010
3011         * mail-parse.el (mail-header-encode-parameter): Define as
3012         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3013         (or most, perhaps?) mail readers don't understand the latter, but do
3014         understand the former.
3015
3016         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3017         to nil, so that no methods are automatically agentized.  I think this
3018         is probably what most users want.
3019
3020         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3021         from url-retrieve, for instance about invalid URLs.
3022
3023         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3024         groups that have no articles.
3025         (nnimap-request-article): Check that we really got an article when we
3026         requested one.
3027
3028         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3029         doesn't exist.
3030
3031         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3032         nntp buffer so the agent can save it.
3033         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3034         that CRLF doesn't get translated to \n.
3035         (nnimap-open-connection): Don't make 'shell commands only send \n.
3036
3037 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3038
3039         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3040         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3041         Update var name.
3042         (nnml-generate-nov-file): Use dolist.
3043         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3044         Use with-current-buffer.
3045
3046 2010-09-18  Julien Danjou  <julien@danjou.info>
3047
3048         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3049         parallel.
3050
3051 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052
3053         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3054         the range update right.
3055         (nnimap-request-group): Don't make `M-g' bug out on group with no
3056         marks.
3057         (nnoo): Require, so that other packages can require nnimap.
3058         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3059         command we're looking for.  This helps when the server sends more
3060         responses after we've gotten everything we expected.
3061         (nnimap): Add a `newlinep' field to keep track of end-of-line
3062         conventions.
3063         Don't send CRLF to things that don't want it.
3064         (nnimap-request-accept-article): Ditto.
3065
3066 2010-09-18  Julien Danjou  <julien@danjou.info>
3067
3068         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3069         than curl to retrieve images.
3070
3071 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3072
3073         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3074         the marks.
3075         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3076         (nnimap-wait-for-connection): New function.
3077         (nnimap-open-connection): If we have PREAUTH, don't query for login
3078         credentials.
3079         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3080         when doing a partial update.
3081
3082 2010-09-18  Julien Danjou  <julien@danjou.info>
3083
3084         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3085         tags.
3086
3087 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * nnimap.el (nnimap-credentials): New function.
3090         (nnimap-open-connection): Use the new function to look for credentials
3091         also on the numeric equivalents of "imap" and "imaps".
3092
3093         * gnus-start.el (gnus-activate-group): Send the info to
3094         gnus-request-group.
3095
3096         * nnimap.el (nnimap-request-group): Have the "check" version of the
3097         function parse flags and update the info, so that a `M-g' get a total
3098         resync of all flags from the group.
3099
3100         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3101         to allow backends to alter the info on group selection.  Also alter all
3102         the backend -request-group functions to take the parameter.
3103
3104         * nnimap.el (nnimap-store-info): New function.
3105         (nnimap-update-info): Store the info for later usage.
3106         (nnimap-request-group): Use the stored info for the dont-check case, so
3107         that we don't retrieve all marks when we enter a group.
3108
3109         * nnimap.el: Use deffoo instead of defun for interface functions.
3110
3111         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3112         update the group info.  This makes the nndraft groups, for instance, go
3113         back to their old behaviour.
3114
3115         * gnus-sum.el (gnus-select-newsgroup): Indent.
3116
3117         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3118         in.
3119         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3120         nothing.
3121
3122         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3123         from methods that are denied.
3124
3125         * gnus-int.el (gnus-method-denied-p): New function.
3126
3127         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3128         store the password instead of netrc.
3129         (nnimap-open-connection): Don't error out when we can't make a
3130         connections.
3131
3132         * auth-source.el (auth-source-create): In the password prompt, say what
3133         we're querying for.  Also prompt for user name if that hasn't been
3134         given.
3135
3136         * nnimap.el (nnimap-with-process-buffer): Remove.
3137
3138 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3141         method when we're reading from the agent.
3142
3143         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3144
3145         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3146         that's probably most useful for users.
3147
3148         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3149         "failed" all the time.
3150
3151         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3152         ...)) with (with-current-buffer ... ).
3153
3154         * nntp.el (nntp-open-server): Return whether the open was successful or
3155         not.
3156
3157         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3158         select an unread unseen article first.
3159
3160         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3161         /etc/services, supply some sensible port defaults.
3162
3163         * dgnushack.el: Define netrc-credentials.
3164
3165 2010-09-17  Julien Danjou  <julien@danjou.info>
3166
3167         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3168
3169 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3170
3171         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3172         doesn't have any parameters.
3173
3174 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3177         only upcased checks.
3178
3179         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3180
3181         * nnimap.el (nnimap-open-shell-stream): New function.
3182         (nnimap-open-connection): Use it.
3183         (nnimap-transform-headers): Get the number of lines in each message.
3184         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3185         number of lines.
3186         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3187         problem.
3188
3189         * utf7.el (utf7-encode): Autoload.
3190
3191         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3192         to allow the mail splitting to not return a default group.  This is
3193         useful for nnimap, which will leave unmatched mail in the inbox.
3194
3195         * nnimap.el: Rewritten.
3196
3197         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3198         nnimap usage.
3199
3200         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3201         if the move is internal, so that nnimap can do fast internal moves.
3202
3203         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3204         data.
3205         (gnus-read-active-for-groups): Support finishing the early retrieval of
3206         data.
3207
3208         * gnus-range.el (gnus-range-nconcat): New function.
3209
3210         * gnus-int.el (gnus-finish-retrieve-group-infos)
3211         (gnus-retrieve-group-data-early): New functions.
3212
3213 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3214
3215         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3216         (nnrss-retrieve-groups):
3217         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3218         (pop3-quit): Use with-current-buffer.
3219
3220 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3223         instead of nnheader-accept-process-output.
3224
3225         * dgnushack.el (dgnushack-compile): Add comment.
3226
3227         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3228
3229         * gnus-html.el (gnus-html-schedule-image-fetching)
3230         (gnus-html-prefetch-images): Replace process-kill-without-query by
3231         gnus-set-process-query-on-exit-flag.
3232
3233 2010-09-16  Romain Francoise  <romain@orebokech.com>
3234
3235         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3236
3237 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3238
3239         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3240         parameter to unintern is mandatory-ish in Emacs 24.
3241
3242         * gnus-html.el (gnus-html-schedule-image-fetching)
3243         (gnus-html-prefetch-images): Check for curl before using it.
3244
3245         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3246         depend on curl, which isn't essential.
3247
3248         * imap.el: Revert back to version
3249         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3250         seem problematic.
3251
3252 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3253
3254         * gnus-registry.el (gnus-registry-install-shortcuts):
3255         Explicitly pass `obarray' to `unintern' to avoid a warning.
3256
3257 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3258
3259         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3260         change.
3261
3262         * nnrss.el (nnrss-request-list): Remove this function and related
3263         functions, including the moreover stuff.
3264
3265 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3266
3267         * nnrss.el (nnrss-retrieve-groups): New function.
3268
3269 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3270
3271         * .dir-locals.el: Add no-byte-compile cookie.
3272
3273 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * time-date.el (format-seconds): Comment fix.
3276
3277         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3278         for back end that doesn't support request-scan.
3279
3280 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3281
3282         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3283         then do request scans from the backends.
3284
3285         * netrc.el (netrc-credentials): New conveniency function.
3286
3287         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3288         avoid running a hook per line, since this takes a lot of time,
3289         profiling shows.
3290         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3291         directly if gnus-visual-p is true.
3292
3293 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3294
3295         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3296         groups; replace mapcar with dolist which is a bit faster; pass groups
3297         info to gnus-read-active-file-1.
3298         (gnus-read-active-file-1): Scan only specified groups if the new
3299         optional arg `infos' is given.
3300
3301 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3304
3305         * pop3.el (pop3-movemail): Remove.
3306         (pop3-streaming-movemail): Rename to pop3-movemail.
3307
3308         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3309         don't restrict end-tag searches to the end of the line.
3310
3311 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3312
3313         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3314         articles of every unchecked group to t, which means unknown since the
3315         server has never been opened.
3316
3317 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * gnus-html.el (gnus-html-show-alt-text): New command.
3320         (gnus-html-browse-image): Ditto.
3321         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3322         to browse the image directly.
3323         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3324         better.
3325
3326         * gnus-async.el (gnus-async-article-callback):
3327         Call `gnus-html-prefetch-images' unconditionally.
3328
3329         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3330         before feeding URLs to curl.
3331
3332 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3335         internal images as deletable by `W D D'.
3336
3337         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3338         (gnus-async-article-callback): Fix typo.
3339
3340 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3341
3342         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3343         current line to work around bugs in the output from w3m.
3344
3345         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3346         for groups that want that.
3347
3348         * nntp.el (nntp-wait-for-string): Supply a timeout for
3349         accept-process-output to ensure progress.
3350
3351         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3352         level to get unread articles from, then use that for foreign groups,
3353         too.
3354
3355         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3356         confuses the rest of the function.
3357
3358         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3359         for the methods that support -retrieve-groups, too.
3360
3361         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3362
3363 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3364
3365         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3366         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3367
3368         * pop3.el: Require cl when compiling.
3369         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3370
3371 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3372
3373         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3374         that aren't going to be activated.
3375         (gnus-get-unread-articles): Fix up the last commit.
3376
3377         * gnus-html.el (gnus-article-html): Allow calling without specifying
3378         the handle.  In that case, dissect the buffer first.
3379
3380         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3381
3382         * nnimap.el (nnimap-open-connection): Revert the change that would look
3383         into authinfo for imaps instead of imap.
3384
3385         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3386         say that you don't want to call gnus-request-group with don-check, but
3387         do check the reponse.  This is for virtual groups only.
3388         (gnus-get-unread-articles): Count the archive groups as secondary, so
3389         that they're activated the same way as before.
3390
3391         * imap.el (imap-message-map): Removed optional buffer parameter, since
3392         no callers use it.
3393         (imap-message-get): Ditto.
3394         (imap-message-put): Ditto.
3395         (imap-mailbox-map): Ditto.
3396         (imap-mailbox-put): Ditto.
3397         (imap-mailbox-get): Ditto.
3398         (imap-mailbox-get): Revert last change for this function.
3399
3400         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3401         case-insensitively.
3402         (nnimap-debug): Remove.
3403
3404         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3405         to use `imap-fetch' instead.  According to the comments, this should be
3406         safe, since all other IMAP clients use the 1:* syntax.
3407         (imap-enable-exchange-bug-workaround): Removed.
3408         (imap-debug): Removed -- doesn't seem very useful.
3409
3410         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3411         mail from a file, and the file doesn't exist.
3412
3413         * imap.el (imap-log): New convenience function used throughout instead
3414         of repeating the same code all over the place.
3415
3416         * pop3.el (pop3-streaming-movemail): Return t for success.
3417
3418         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3419         .authinfo if we're using ssl connection.
3420
3421         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3422         already have if we're in a main Gnus `g' run.
3423
3424         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3425
3426 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3427
3428         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3429
3430         * nnmh.el (nnmh-request-list-1): Bind `file'.
3431
3432         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3433         alias to set-process-query-on-exit-flag or process-kill-without-query.
3434         (pop3-open-server): Use it.
3435
3436 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3439         box to the Incoming file.  Fixes mistake in previous checkin.
3440
3441         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3442         request loop (for debugging purposes) removed.
3443
3444         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3445         culprit is more visible.
3446         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3447         (nnml-add-incremental-nov): New functions to do "incremental" nov
3448         updates, where we just append to the end of the existing nov files
3449         without reading/writing them in full.
3450
3451         * mail-source.el (mail-source-delete-crash-box): Really only check the
3452         incoming files once in a while.
3453
3454         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3455
3456         * mail-source.el (mail-source-delete-crash-box): Only check the
3457         incoming files for deletion once per day to save a lot of file
3458         accesses.
3459
3460         * pop3.el (pop3-logon): Fix up unbound variable typo.
3461
3462         * mail-source.el (pop3-streaming-movemail): Autoload.
3463
3464         * pop3.el (pop3-streaming-movemail):
3465         Respect pop3-leave-mail-on-server.
3466
3467         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3468         retrieval.
3469
3470         * pop3.el (pop3-process-filter): Remove unused function.
3471         (pop3-streaming-movemail, pop3-send-streaming-command)
3472         (pop3-wait-for-messages, pop3-write-to-file)
3473         (pop3-number-of-responses): New functions for streaming pop3
3474         retrieval.
3475
3476         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3477         come from no known methods.
3478         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3479         list.
3480
3481         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3482         message sizes.
3483         (pop3-movemail): Use erase-buffer instead of looping and deleting
3484         regions, which seems rather odd.
3485
3486         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3487         file once per `g' run.
3488
3489         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3490         directories.  This makes the draft queue directory work.
3491
3492         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3493         data from the backends, so that we only request the list of groups from
3494         each method once.  This should speed things up considerably.
3495
3496         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3497         detect that it's not implemented.
3498
3499         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3500         we actually do recurse down into the tree, but don't stat all leaf
3501         nodes.
3502
3503         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3504         then say so instead of bugging out.
3505
3506         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3507         files exist before trying to read them.
3508
3509         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3510         around <pre_int>.
3511
3512         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3513
3514         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3515
3516 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3517
3518         * mm-util.el (mm-image-load-path): Just return the image directories,
3519         not all directories in the path in addition to the image directories.
3520         (mm-image-load-path): Maintain a cache of the image directories so that
3521         the `g' command in Gnus doesn't have to stat dozens of directories each
3522         time.
3523
3524         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3525         (gnus-html-wash-tags): Add a new `i' command to insert images.
3526         (gnus-html-insert-image): New command and keystroke.
3527         (gnus-html-redisplay-with-images): New command and keystroke.
3528         (gnus-html-show-images): Rename command.
3529         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3530         spacers.
3531         (gnus-html-wash-tags): Decode entities at the end, so that entities
3532         inside the tags don't mess up the rest of the "parsing".
3533
3534         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3535         so that nnimap methods aren't agentized by default.  There's apparently
3536         many problems related to agent/imap behaviour.
3537
3538         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3539
3540         * gnus-html.el: Doc fix.
3541
3542 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3543
3544         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3545         specifier-spec-list for Emacs 21.
3546
3547         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3548         glyph-width and glyph-height instead of display-graphic-p and
3549         image-size; make avoidance of displaying small images work for XEmacs.
3550
3551         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3552         for XEmacs.
3553
3554         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3555         of symbol that holds plist data.
3556         (gnus-process-plist): Remove plist of process after getting it.
3557
3558 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3559
3560         * message.el (message-generate-hashcash): Change default to
3561         'opportunistic if hashcash is installed.
3562
3563         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3564         (gnus-html-put-image): Only call image-size once, since it's somewhat
3565         time-consuming on remote X servers.
3566
3567 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3568
3569         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3570         type on data, not a file name.
3571
3572         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3573         window-pixel-edges for Emacs 21.
3574
3575         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3576         decoded contents.
3577         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3578
3579 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580
3581         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3582         group line format, since it isn't very interesting.
3583
3584         * gnus-agent.el (gnus-agent-short-article),
3585         (gnus-agent-long-article): Increase values for these two variables,
3586         since most people are likely to have more network connection and
3587         storage than before.
3588
3589         * gnus.el (gnus-refer-article-method): Change default to 'current.
3590         When referring an article, the common behaviour is to refer it from the
3591         current select method, not the native select method.  The chances of
3592         the native select method having the message in question is rather slim
3593         these days.
3594
3595         * gnus-sum.el (gnus-auto-select-subject): Change default to
3596         `unseen-or-unread'.  I think it's likely that most people want to
3597         select an unseen article over a previously seen, but unread one.
3598
3599         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3600         means that in the article buffer none of the minor mode elements will
3601         be shown, usually, and this is not desirable in most cases.
3602
3603         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3604         that commands like `d' (and the like) go to the next line in the
3605         buffer, instead of the next unread article.  I think this is the
3606         behaviour that is most natural for most users.
3607         (gnus-single-article-buffer): Change default to nil, so that people can
3608         have as many article buffers open as they have summary buffer.  I think
3609         this is the most natural way for the groups to behave.
3610
3611         * message.el (message-generate-new-buffers): Change default to
3612         `unsent', so that all new message buffers start their names with the
3613         string "*unsent", and it's easier to find the buffers if you move from
3614         them.
3615
3616 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3617
3618         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3619         small.  They're probably tracking images.
3620         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3621         (gnus-html-rescale-image): Yet another try at getting the image sizing
3622         right.
3623
3624         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3625         nntp-marks-file-name is nil.
3626
3627 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3628
3629         * gnus-html.el (gnus-html-wash-tags)
3630         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3631         Better logging.
3632
3633 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3634
3635         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3636
3637         * gnus-html.el (gnus-html-wash-tags): Check the value of
3638         gnus-blocked-images in the summary buffer.
3639
3640 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3641
3642         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3643
3644 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3645
3646         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3647         like "a", it seems like.
3648         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3649         since it needs to be picked from the correct buffer.
3650
3651         * nnwfm.el: Remove.
3652
3653         * nnlistserv.el: Remove.
3654
3655 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3656
3657         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3658         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3659
3660 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * nnkiboze.el: Remove.
3663
3664         * nndb.el: Remove.
3665
3666         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3667         alt text.
3668         (gnus-html-rescale-image): Try to get the rescaling logic right for
3669         images that are just wide and not tall.
3670
3671         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3672         overshadow variable bindings.
3673
3674 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3675
3676         * gnus-html.el (gnus-html-wash-tags)
3677         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3678         Add extra logging.
3679
3680 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3681
3682         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3683         (gnus-max-image-proportion): New variable.
3684         (gnus-html-rescale-image): New function.
3685         (gnus-html-put-image): Rescale images.
3686
3687 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3688
3689         Fix up some byte-compiler warnings.
3690         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3691         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3692         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3693         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3694         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3695         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3696         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3697
3698 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3699
3700         * gnus-html.el (gnus-article-html): Decode contents by charset.
3701
3702 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3703
3704         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3705         (gnus-html-frame-width, gnus-blocked-images)
3706         * message.el (message-prune-recipient-rules): Add custom version.
3707         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3708
3709         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3710         functions.
3711
3712         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3713         gnus-process-get.
3714
3715 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3716
3717         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3718         instead of lsub directly.
3719
3720 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721
3722         * nnwarchive.el: Remove.
3723
3724         * gnus-soup.el: Remove.
3725
3726         * nnsoup.el: Remove.
3727
3728         * nnultimate.el: Remove.
3729
3730         * gnus-html.el (gnus-blocked-images): New variable.
3731
3732         * message.el (message-prune-recipients): New function.
3733         (message-prune-recipient-rules): New variable.
3734
3735         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3736         guess whether a long line is natural text or not.
3737
3738         * gnus-html.el (gnus-html-schedule-image-fetching):
3739         Use gnus-process-plist and friends for compatibility.
3740
3741 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3742
3743         * gnus-html.el: Require packages that define macros used in this file.
3744         (gnus-article-mouse-face): Declare to silence byte-compiler.
3745         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3746         process-get.
3747         (gnus-html-put-image): Use plist-get to avoid getf.
3748         (gnus-html-prefetch-images): Use with-current-buffer.
3749
3750 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3751
3752         * gnus-ems.el: Provide compatibility functions for
3753         gnus-set-process-plist.
3754
3755         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3756         header-line-format for XEmacs 21.4.
3757
3758         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3759         * gnus.el (gnus-valid-select-methods)
3760         * message.el (message-send-mail-partially-limit)
3761         * mm-decode.el (mm-text-html-renderer)
3762         * mml.el (mml-insert-mime-headers-always)
3763         * smiley.el (smiley-regexp-alist): Bump custom version.
3764
3765 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3766
3767         * gnus-html.el: require mm-url.
3768         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3769         with the url to `url'.
3770         (gnus-html-wash-tags): Support cid: URLs/images.
3771
3772 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3773
3774         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3775         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3776         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3777
3778         * gnus-move.el: Remove file, since it doesn't really work.
3779
3780         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3781         UTF-8.  This seems to fix problems with some German web feeds.
3782
3783         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3784         at the top so that the proper colours are applied.
3785
3786         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3787         don't have dots in their names.
3788
3789         * gnus-art.el (gnus-article-view-part): Doc fix.
3790
3791         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3792         XEmacs-compatible.
3793         (gnus-html-put-image): Don't do images on non-graphic displays.
3794
3795         * nnslashdot.el: Remove this unused backend.
3796
3797         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3798         actions.
3799         (gnus-undo-register-1): Revert last change.
3800
3801         * gnus-group.el (gnus-group-completing-read): Protect against not
3802         having completion-styles bound.
3803
3804         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3805         make broken recipients happier.
3806
3807         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3808
3809         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3810         point parameter.
3811
3812         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3813
3814         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3815         completion-styles for group selection.
3816
3817 2009-02-04  Andreas Schwab  <schwab@suse.de>
3818
3819         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3820         headers and regexp-quote the match if necessary.
3821
3822 2009-03-24  Miles Bader  <miles@gnu.org>
3823
3824         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3825         the blinking smiley.
3826
3827 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3828
3829         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3830         blink smiley.
3831
3832 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3833
3834         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3835         where the dribbel file lives exists.
3836
3837         * message.el (message-send-mail-partially-limit): Change the default to
3838         nil, since most people don't want this.
3839
3840         * mm-url.el (mm-url-decode-entities): Also decode entities like
3841         &#x3212.
3842
3843 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3844
3845         * gnus-sum.el (gnus-summary-idna-message):
3846         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3847         Hyperlink urls in docstrings with URL `...'.
3848
3849 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3850
3851         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3852         functions.
3853
3854 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855
3856         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3857         say what the mouseover text should be.
3858
3859         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3860         version of the mm-w3m-safe-url-regexp variable to only download images
3861         in the groups where we want that to happen.
3862
3863         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3864
3865         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3866         easier debugging.
3867         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3868         big pictures in the article buffer.
3869
3870         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3871         gnus-article-html.
3872         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3873         w3m.
3874
3875         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3876
3877 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3878
3879         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3880         which doesn't exist.
3881
3882         * message.el (message-inhibit-ecomplete): New variable to allow some
3883         function to inhibit ecomplete address storage.
3884         (message-resend): Disable ecomplete message storage when resending
3885         messages.
3886
3887         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3888
3889 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3890
3891         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3892         Save excursion while copying, moving, and deleting articles in order to
3893         prevent the cursor from jumping to unforeseen place.
3894
3895 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * lpath.el: No need to bind bookmark-current-buffer,
3898         bookmark-yank-point and bookmark-make-record-function.
3899
3900 2010-08-17  Glenn Morris  <rgm@gnu.org>
3901
3902         * gnus-sync.el: Require gnus components whose functions are used.
3903
3904         * gnus-art.el (bookmark-make-record-function):
3905         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3906         Declare for compiler.
3907
3908         * mm-url.el (mml-compute-boundary): Autoload.
3909
3910 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3911
3912         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3913
3914 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3915
3916         Typo fix "hoo4a" -> "hook".
3917
3918         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3919
3920 2010-08-14  Glenn Morris  <rgm@gnu.org>
3921
3922         * gnus-sync.el (gnus-sync): Fix defgroup version.
3923
3924 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3925
3926         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3927
3928         * gnus-sync.el: Fix docs.
3929         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3930         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3931
3932 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3933
3934         Optimizations for gnus-sync.el.
3935
3936         * gnus-sync.el: Add docs about gnus-sync-backend
3937         possibilities.
3938         (gnus-sync-save): Remove unnecessary message.
3939         (gnus-sync-read): Optimize and show what groups were skipped.
3940
3941 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3942
3943         Minor bug fixes for gnus-sync.el.
3944
3945         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3946         Don't read the sync on get-new-news.
3947
3948         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3949         quiet.
3950
3951         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3952         (fix typo).
3953
3954 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3955
3956         Make saving and restoring of hidden threads work with overlays.
3957         Patch applied by Ted Zlatanov.
3958
3959         * gnus-sum.el (gnus-hidden-threads-configuration)
3960         (gnus-restore-hidden-threads-configuration): Update to deal with text
3961         properties, rather than searching for a magic character.
3962
3963 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3964
3965         New gnus-sync.el library for synchronization of marks.
3966
3967         * gnus-sync.el: New library for synchronization of marks.
3968
3969         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3970         renamed from `gnus-registry-grep-in-list'.
3971
3972         * gnus-registry.el (gnus-registry-follow-group-p):
3973         Use `gnus-grep-in-list'.
3974
3975         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3976
3977 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3978
3979         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3980         determining charset of text fails.
3981
3982 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * nnmail.el (nnmail-get-new-mail-1): Revert.
3985
3986         * nnml.el (nnml-active-number): Make sure names of newly created groups
3987         in nnml-group-alist are encoded.
3988
3989 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3992         containing non-ASCII characters in active file for nnml back end.
3993
3994 2010-07-24  David Engster  <dengste@eml.cc>
3995
3996         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3997         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3998
3999 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4000
4001         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4002         tag (Bug#6654).
4003
4004 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4007         the article buffer, not the summary buffer.
4008
4009 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4010
4011         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4012         Emacs 23 as well.
4013
4014 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4017         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4018
4019 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4020
4021         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4022         Patch applied by Karl Fogel.
4023
4024         * gnus-sum.el (gnus-summary-bookmark-make-record):
4025         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4026
4027 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4028
4029         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4030         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4031         C-w still not working correctly from Article buffers; Thierry's
4032         patch to fix that will be applied after this.
4033
4034         * gnus-art.el (bookmark-make-record-function): New local variable.
4035
4036         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4037         article buffer.
4038         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4039
4040 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4041
4042         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4043         on changes in bookmark.el.
4044
4045 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4046
4047         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4048         `no-log' instead of message not to log prompt string.
4049
4050 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4051
4052         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4053         the *other* type of HTML form submission.
4054
4055 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4056
4057         * auth-source.el (auth-source-pick): If choice does not contain a
4058         questioned keyword, set the check to t.
4059
4060 2010-06-12  Romain Francoise  <romain@orebokech.com>
4061
4062         * gnus-util.el (gnus-date-get-time): Move up before first use.
4063
4064 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4065
4066         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4067         (gnus-article-edit-part): Bind it to make last part that is substituted
4068         or deleted visible.
4069         (gnus-mime-display-single): Buttonize part of which id equals to
4070         gnus-mime-buttonized-part-id.
4071
4072 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4073
4074         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4075         (gnus-dd-mmm): Use gnus-date-get-time.
4076         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4077         simplify logic.
4078         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4079         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4080
4081 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4082
4083         * auth-source.el (top): Autoload `secrets-list-collections',
4084         `secrets-create-item', `secrets-delete-item'.
4085         (auth-sources): Fix tag string.
4086         (auth-get-source, auth-source-retrieve, auth-source-create)
4087         (auth-source-delete): New defuns.
4088         (auth-source-pick): Rewrite in order to avoid 2 passes.
4089         (auth-source-forget-user-or-password): New parameter USERNAME.
4090         (auth-source-user-or-password): New parameters CREATE-MISSING and
4091         DELETE-EXISTING.  Retrieve password interactively, if needed.
4092
4093 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4094
4095         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4096         deleting unused directories when gnus-expert-user is t.
4097
4098 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4099
4100         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4101         for each temp file when gnus-article-browse-delete-temp is ask.
4102
4103 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4104
4105         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4106         Lisp calls to delete-backward-char by calls to delete-char.
4107
4108 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4109
4110         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4111
4112 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4113
4114         * password-cache.el (password-cache-remove): Fix docstring.
4115
4116 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4119         article unless decoding article to be saved.
4120
4121 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4122
4123         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4124         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4125         generated within the mm-with-unibyte-current-buffer macro.
4126
4127 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4130         to nil when we're in a mml-preview buffer and no group is selected.
4131
4132 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4133
4134         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4135         when catching the `C-g'.  Reported by "Leo".
4136
4137 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * message.el (message-forward-make-body-plain)
4140         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4141         multibyte-string-p.
4142
4143         * lpath.el: Revert.
4144
4145 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4146
4147         * message.el (message-forward-make-body-mml): Assume original message
4148         is multibyte string; error on unibyte.
4149         (message-forward-make-body-plain): Ditto; don't add excessive newline
4150         in body end.
4151
4152         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4153
4154 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4155
4156         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4157         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4158
4159 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4160
4161         * mm-extern.el (mm-extern-url): Don't use
4162         mm-with-unibyte-current-buffer.
4163         (mm-extern-cache-contents): Use with-current-buffer instead of
4164         save-excursion + set-buffer.
4165
4166 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4167
4168         * mm-util.el (mm-emacs-mule): Remove.
4169
4170 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4171
4172         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4173         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4174         change.
4175
4176 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4177
4178         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4179         bind the default value of enable-multibyte-characters to nil.
4180
4181 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * message.el (message-forward-make-body-plain)
4184         (message-forward-make-body-mml):
4185         Don't use mm-with-unibyte-current-buffer.
4186
4187 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4188
4189         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4190
4191 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4192
4193         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4194         (Bug#5592).
4195
4196 2010-05-07  Julien Danjou  <julien@danjou.info>
4197
4198         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4199         it to mm-pipe-part.
4200
4201         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4202         it is given.
4203
4204 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * binhex.el (binhex-decode-region-internal)
4207         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4208         (dns-query)
4209         * nnweb.el (nnweb-gmane-search)
4210         * pgg-parse.el (pgg-parse-armor)
4211         * pgg.el (pgg-verify-region)
4212         * sha1.el (sha1-string-external)
4213         * uudecode.el (uudecode-decode-region-internal)
4214         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4215         XEmacs.
4216
4217         * gnus-art.el (gnus-article-browse-html-parts)
4218         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4219         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4220         make-temp-file.
4221
4222         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4223         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4224         compiling.
4225
4226         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4227         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4228         XEmacs when compiling.
4229
4230         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4231         gnus-pick-mode-off-hook for XEmacs when compiling.
4232         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4233         gnus-binary-mode-off-hook for XEmacs when compiling.
4234
4235         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4236         Return nil if char-charset is not available.
4237
4238         * imap.el (imap-disable-multibyte)
4239         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4240         macros.
4241
4242         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4243         instead of encode-coding-string.
4244
4245         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4246         'xemacs) instead of mm-emacs-mule to switch function definitions.
4247         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4248
4249         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4250         bind temporary-file-directory for XEmacs;
4251         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4252         timer-set-function for XEmacs 21.4 and SXEmacs;
4253         bind timer-list for XEmacs 21.4 and SXEmacs;
4254         fbind char-charset and find-charset-region for non-Mule XEmacs;
4255         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4256         encode-coding-region and encode-coding-string for XEmacs having no
4257         file-coding feature.
4258
4259 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4260
4261         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4262
4263 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4264
4265         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4266         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4267
4268 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4269
4270         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4271         alias `jka-compr-delete-temp-file' no longer exists.
4272
4273 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4274
4275         Use define-minor-mode in Gnus where applicable.
4276         * mml.el (mml-mode): Use define-minor-mode.
4277         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4278         (gnus-undo-mode): Use define-minor-mode.
4279         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4280         (gnus-dead-summary-mode): Use define-minor-mode.
4281         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4282         Initialize in declaration.
4283         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4284         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4285         (gnus-mailing-list-mode): Use define-minor-mode.
4286         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4287         (gnus-draft-mode): Use define-minor-mode.
4288         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4289         (gnus-dired-mode): Use define-minor-mode.
4290
4291 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4292
4293         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4294         handles on recursive mml-to-mime translation and check them for
4295         boundary delimiter collisions.  Reported by Greg Troxel.
4296
4297 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4298
4299         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4300
4301 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4302
4303         * mm-util.el (mm-find-buffer-file-coding-system):
4304         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4305
4306 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4307
4308         * message.el (message-generate-headers): Record insertion of optional
4309         headers as well.  Otherwise the check to prevent repeated insertion of
4310         optional headers is a no-op.
4311
4312 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4313
4314         * smime.el: Don't mention CVS.
4315
4316         * nnrss.el (nnrss-fetch): Don't mention CVS.
4317
4318         * nnir.el: Don't mention CVS.
4319
4320 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4321
4322         * gnus-sum.el (gnus-summary-bookmark-make-record):
4323         Add `location' field.
4324
4325 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4326
4327         * lpath.el: Fbind bookmark-default-handler,
4328         bookmark-get-bookmark-record, bookmark-make-record-default,
4329         bookmark-prop-get for Emacs <23 and XEmacs.
4330
4331 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4332
4333         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4334         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4335         Use with-current-buffer to silence the byte-compiler.
4336         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4337         bother to require `gnus'.
4338         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4339
4340 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4341
4342         * gnus-sum.el (gnus-summary-bookmark-make-record)
4343         (gnus-summary-bookmark-jump): New functions.
4344         (gnus-summary-mode): Setup bookmark support.
4345
4346 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4347
4348         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4349         if set.
4350
4351 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4352
4353         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4354         gnus-article-browse-html-save-cid-image; make it work recursively for
4355         forwarded messages as well.
4356         (gnus-article-browse-html-parts): Work when prefix arg is given.
4357         (gnus-article-browse-html-article): Doc fix.
4358
4359 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4360
4361         * message.el (message-default-mail-headers):
4362         (message-default-headers): Carry the value mail-default-headers over
4363         into message-default-mail-headers, rather than message-default-headers.
4364
4365 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4366
4367         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4368         charset.
4369
4370         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4371         charset into the <meta> tag when the article is encoded to utf-8.
4372
4373 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4374
4375         * gnus-art.el (gnus-article-browse-delete-temp-files):
4376         Delete directories as well.
4377         (gnus-article-browse-html-parts): Work for images that do not specify
4378         file names; delete temp directory when quitting; insert header at the
4379         right place; use file: scheme for image files.
4380
4381 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4382
4383         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4384         (gnus-article-browse-html-parts): Use it to make temporary cid image
4385         files in addition to html file so that browser may display them.
4386
4387 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4388
4389         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4390
4391 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4392
4393         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4394
4395 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4396
4397         * auth-source.el (auth-sources): Change default to be simpler.
4398         Explain about Secret Service API sources.  Improve Customize options.
4399         (auth-source-pick): Change to accept any number of search parameters.
4400         Implement fallbacks iteratively, not recursively.  Add scoring on the
4401         second pass and sort by score.  Call Secret Service API when needed.
4402         (auth-source-user-or-password): Use it.  Call Secret Service API
4403         directly when needed to get the user name and the password.
4404
4405 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4406
4407         * message.el (message-interactive): Doc fix.
4408         (message-qmail-inject-args): Reflow.
4409         (message-kill-to-signature): Fix typo in docstring.
4410
4411         * smiley.el (smiley-buffer): Fix typo in docstring.
4412
4413 2010-03-24  Glenn Morris  <rgm@gnu.org>
4414
4415         * mail-source.el (gnus-message): Declare.
4416         (mail-source-delete-old-incoming): Require gnus-util.
4417
4418 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4419
4420         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4421
4422         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4423
4424         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4425         password-cache's default if it is not bound.
4426         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4427         password-cache-expiry's default if it is not bound.
4428
4429         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4430         available in Emacs 21.
4431
4432         * lpath.el: Suppress compiler warnings for:
4433         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4434         XEmacs;
4435         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4436         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4437         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4438
4439 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * auth-source.el (auth-sources): Fix up definition so extra parameters
4442         are always inline.
4443
4444 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4445
4446         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4447         wasn't updated after mismatch.  Clear cached mailbox info correctly
4448         when uidvalidity changes.
4449         (nnimap-group-prefixed-name): New function to avoid some code
4450         duplication.
4451         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4452         (nnimap-request-group): Use it.
4453         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4454         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4455         with many imap folders.  This is done by caching the group status from
4456         the imap server persistently in a group parameter `imap-status'.  (This
4457         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4458         but not persistently, so every Gnus startup was still very slow.)
4459
4460 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4461
4462         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4463         delete the extra newline.  Otherwise editing of :string and :number
4464         types don't work.
4465
4466 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4469         secrets.el dependency.
4470         (auth-sources): Add optional user name.  Add secrets.el configuration
4471         choice (unused right now).
4472
4473 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4474
4475         * gnus-sum.el (gnus-summary-make-menu-bar):
4476         Let `gnus-registry-install-shortcuts' fill in the functions.
4477
4478         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4479         warnings.
4480         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4481         (gnus-registry-install-shortcuts): Populate and use it in a
4482         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4483
4484 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4485
4486         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4487         In-place substitutions for the group name encoding/decoding.
4488         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4489         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4490         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4491         (nnimap-update-unseen, nnimap-request-list)
4492         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4493         (nnimap-request-set-mark, nnimap-split-to-groups)
4494         (nnimap-split-articles, nnimap-request-newgroups)
4495         (nnimap-request-create-group, nnimap-request-accept-article)
4496         (nnimap-request-delete-group, nnimap-request-rename-group)
4497         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4498         `encoded-mbx' for consistency.
4499         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4500         variable `imap-current-mailbox'.
4501
4502         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4503         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4504
4505 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4506
4507         * pop3.el (pop3-display-message-size-flag): Display message size byte
4508         counts during POP3 download.
4509         (pop3-movemail): Use it.
4510         (pop3-list): Implement listing of available messages.
4511
4512 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4513
4514         * nnir.el (nnir-get-article-nov-override-function): New function to
4515         override the normal NOV retrieval.
4516         (nnir-retrieve-headers): Use it.
4517
4518 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4519
4520         * auth-source.el (netrc-machine-user-or-password): Autoload.
4521
4522 2010-03-19  Glenn Morris  <rgm@gnu.org>
4523
4524         Stop message.el from loading about 40 libraries it doesn't always need.
4525         The general approach is to autoload rather than require, and to
4526         require in the specific functions rather than the file.  (Bug#5642)
4527
4528         * gmm-utils.el: Don't require wid-edit.
4529         (widget-create-child-value, widget-convert, widget-default-get):
4530         Autoload.
4531
4532         * gnus-util.el: Don't require time-date, netrc.
4533         (message-fetch-field, gnus-group-name-decode): Declare rather than
4534         autoloading.
4535         (gnus-fetch-field): Require message.
4536         (gnus-decode-newsgroups): Require gnus-group.
4537
4538         * ietf-drums.el: Don't require time-date.
4539
4540         * message.el: Don't require hashcash, canlock, ecomplete.
4541         Do require mail-utils.  Require nnheader only when compiling.
4542         (smtpmail-default-smtp-server): Remove declaration.
4543         (message-send-mail-function): Check smtpmail-default-smtp-server
4544         is bound rather than requiring smtpmail.
4545         (message-auto-save-directory, message-insert-signature):
4546         Use expand-file-name rather than nnheader-concat.
4547         (nnheader-insert-file-contents): Autoload.
4548         (hashcash-wait-async): Declare.
4549         (message-send-mail): Only call gnus-setup-posting-charset if
4550         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4551         (message-send-mail-with-sendmail): Require sendmail.
4552         (canlock-password, canlock-password-for-verify): Declare.
4553         (message-canlock-password): Require canlock.
4554         (nnheader-get-report): Autoload.
4555         (gnus-setup-posting-charset): Declare.
4556         (message-send-news): Require gnus-msg.
4557         (message-make-references, message-make-in-reply-to): Use mail-header-id
4558         rather than the alias mail-header-message-id.
4559         (ecomplete-add-item, ecomplete-save): Declare.
4560         (message-put-addresses-in-ecomplete): Require ecomplete.
4561         (ecomplete-display-matches): Autoload.
4562
4563         * mm-decode.el: Don't require mailcap, gnus-util.
4564         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4565         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4566         Autoload.
4567         (mailcap-mime-extensions): Declare.
4568
4569         * mm-encode.el: Don't require mailcap.
4570         (mailcap-extension-to-mime): Autoload.
4571
4572         * mml-sec.el: Don't require password-cache.
4573
4574         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4575         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4576         (mml-minibuffer-read-type): Require mailcap.
4577         (mml-preview): Require gnus-msg.
4578
4579         * mml1991.el: Require password-cache.
4580         (password-cache-expiry): Remove declaration.
4581
4582         * mml2015.el: Require password-cache.
4583         (password-cache-expiry): Remove declaration.
4584
4585         * nneething.el (mailcap): Require mailcap.
4586
4587         * nnheader.el (declare-function): Add compatibility stub.
4588         (message-remove-header): Declare rather than autoload.
4589         (nnheader-replace-header): Require message.
4590
4591         * nnimap.el (declare-function): Add compatibility stub.
4592         (netrc-parse, netrc-machine-user-or-password): Declare.
4593         (nnimap-open-connection): Require netrc.
4594
4595         * nntp.el (declare-function): Add compatibility stub.
4596         (netrc-parse, netrc-machine, netrc-get): Declare.
4597         (nntp-send-authinfo): Require netrc.
4598
4599         * rfc2047.el: Don't require qp.
4600         (quoted-printable-encode-region, quoted-printable-decode-string):
4601         Autoload.
4602
4603         * sieve-mode.el: Don't require easymenu.
4604         (easy-menu-add-item): Autoload it.
4605
4606         * spam-stat.el (time-to-number-of-days): Autoload it.
4607
4608 2010-03-19  Glenn Morris  <rgm@gnu.org>
4609
4610         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4611
4612 2010-03-18  Glenn Morris  <rgm@gnu.org>
4613
4614         * hashcash.el (declare-function): Remove duplicate definition.
4615
4616 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4617
4618         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4619         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4620         value if any backslash escapes).
4621
4622 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4623
4624         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4625         if it is available.  (bug#5647)
4626
4627         * lpath.el: Suppress compiler warning for coding-system-from-name for
4628         Emacs 21 and XEmacs.
4629
4630 2010-03-14  Juri Linkov  <juri@jurta.org>
4631
4632         * hmac-def.el:
4633         * hmac-md5.el:
4634         * netrc.el: Fix keywords.
4635
4636 2010-02-26  Glenn Morris  <rgm@gnu.org>
4637
4638         * message.el (message-send-mail-function): Change the default, so that
4639         it inherits from a customized send-mail-function.  (Bug#5643)
4640
4641 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4642
4643         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4644         shell-command-to-string signals an error (bug#5299).
4645
4646 2010-02-24  Glenn Morris  <rgm@gnu.org>
4647
4648         * message.el (message-smtpmail-send-it)
4649         (message-send-mail-with-mailclient): Doc fixes.
4650
4651 2010-02-16  Glenn Morris  <rgm@gnu.org>
4652
4653         * message.el (message-default-mail-headers): Change the default value
4654         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4655
4656 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4657
4658         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4659         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4660
4661 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4662
4663         * time-date.el (date-to-time): Doc fix (Bug#5408).
4664
4665 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4666
4667         * message.el (message-mail): Just pass yank-action on to message-setup.
4668         (message-setup): Handle (FUN . ARGS) form of yank-action.
4669         (message-with-reply-buffer, message-widen-reply)
4670         (message-yank-original): Handle non-buffer values of
4671         message-reply-buffer (Bug#4080).
4672         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4673
4674 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4675
4676         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4677         Fix typo in docstring.
4678
4679 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4680
4681         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4682         response.
4683
4684 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4685
4686         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4687
4688         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4689
4690         * message.el (message-check-news-header-syntax): Protect against a
4691         string that `rfc822-addresses' returns when parsing fails.
4692
4693 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4694
4695         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4696         (gnus-previous-char-property-change): New functions.
4697
4698         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4699
4700 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4701
4702         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4703         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4704
4705 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4706
4707         * message.el (message-exchange-point-and-mark): Rework last change to
4708         avoid using optional arg of exchange-point-and-mark, for backward
4709         compatibility.
4710
4711 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4712
4713         * message.el (message-exchange-point-and-mark):
4714         Call exchange-point-and-mark with an argument rather than setting
4715         mark-active by hand (Bug#5175).
4716
4717 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4718
4719         * nntp.el (nntp-service-to-port): Work for service expressed with
4720         numeric string; replace [:digit:] with [0-9] for XEmacs.
4721
4722 2009-12-17  Glenn Morris  <rgm@gnu.org>
4723
4724         * gnus-group.el (gnus-bug-group-download-format-alist):
4725         Change emacs entry to debbugs.gnu.org.  Bump :version.
4726
4727 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4728
4729         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4730
4731 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4732
4733         * message.el (message-info): Explain why we use `Info-goto-node'.
4734
4735 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4736
4737         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4738
4739 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4740
4741         * message.el (message-completion-in-region): New compatibility function.
4742         (message-expand-group): Use it.
4743
4744 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4745
4746         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4747         with no unread article should be listed if the 2nd arg `predicate' is
4748         given.
4749
4750 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4753
4754 2009-11-29  Juri Linkov  <juri@jurta.org>
4755
4756         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4757         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4758         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4759
4760 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4761
4762         * sha1.el (sha1-string-external): default-directory "/" in case
4763         otherwise non-existent.  process-connection-type pipe for touch of
4764         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4765
4766 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4767
4768         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4769         it's comms related and sgml-mode.el has "comm" on that basis too.
4770
4771 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4774         containing tspecial characters if they have been already quoted.
4775
4776 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4777
4778         * dns-mode.el (auto-mode-alist): Purecopy string.
4779
4780 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4781
4782         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4783
4784 2009-10-24  Glenn Morris  <rgm@gnu.org>
4785
4786         * gnus-art.el (help-xref-stack-item): Define for compiler.
4787
4788 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4789
4790         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4791
4792 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4793
4794         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4795
4796 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4797
4798         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4799         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4800
4801 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4802
4803         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4804         (gnus-overlays-in): New alias to overlays-in.
4805
4806         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4807         gnus-overlay-get, and gnus-delete-overlay.
4808         (gnus-summary-show-thread): Make it work as well for systems in which
4809         next-single-char-property-change is not available.
4810         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4811
4812         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4813         (gnus-overlay-get): New alias to extent-property.
4814         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4815
4816         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4817         SXEmacs.
4818
4819         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4820         SXEmacs.
4821
4822 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4823
4824         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4825
4826 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4827
4828         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4829         and XEmacs that don't have `remove-overlays'.
4830
4831 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4832
4833         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4834         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4835         selective display.  Use overlays instead.
4836
4837 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4838
4839         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4840
4841 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4842
4843         * spam-stat.el (spam-stat-load): Fix typo in message.
4844
4845 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4846
4847         * dig.el (dig-invoke): Fix typo in docstring.
4848         (query-dig): Reflow docstring.
4849
4850 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4851
4852         * gnus-art.el (gnus-article-encrypt-body):
4853         * message.el (message-check-recipients):
4854         * mm-util.el (mm-codepage-setup):
4855         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4856         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4857
4858 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4859
4860         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4861         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4862         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4863         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4864         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4865
4866 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4867
4868         * dig.el: Add "Keywords: comm", as per net-utils.el.
4869
4870 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4871
4872         * dig.el (dig-mode): Use define-derived-mode.
4873
4874 2009-09-19  Glenn Morris  <rgm@gnu.org>
4875
4876         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4877
4878 2009-09-18  Glenn Morris  <rgm@gnu.org>
4879
4880         * gnus-diary.el (gnus-diary-check-message):
4881         * message.el (message-insert-formatted-citation-line):
4882         * nnbabyl.el (top-level):
4883         * nndiary.el (nndiary-schedule):
4884         Fix typos in condition-case handlers.
4885
4886 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4887
4888         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4889         configuration that provides the sole article window in a frame;
4890         position point correctly after deleting a part.
4891
4892 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4893
4894         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4895         (spam-resolve-registrations-routine): Use it to unregister articles
4896         that change status.
4897
4898 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4901         with XEmacs.
4902         (parse-time-string-chars): Use it.
4903
4904 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4905
4906         * imap.el (imap-interactive-login): Better messages.
4907         (imap-open): Fix bug with renamed buffer on reconnect.
4908         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4909         for easier debugging and cleaner code.  On successful (guessed based on
4910         server capabilities) secondary authentication, set imap-state
4911         correctly.
4912         (imap-last-authenticator): Define imap-last-authenticator as a variable
4913         to avoid warnings.
4914
4915 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4916
4917         * nnrss.el (nnrss-request-article): Remove binding of
4918         default-enable-multibyte-characters that has gotten needless by
4919         the 2007-07-13 change in rfc2047-encode-message-header.
4920
4921         * mml.el (mml-insert-multipart): Error on the message header.
4922         (mml-insert-part): Error on the message header; position point at
4923         the end of a MIME tag.
4924
4925 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4926
4927         * time-date.el (autoload): Expand define-obsolete-function-alias into
4928         defalias and make-obsolete for old Emacsen that Gnus supports.
4929         (with-no-warnings): Define it for old Emacsen.
4930         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4931         is available.
4932         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4933         float-time is available; suppress compile warning for time-to-seconds.
4934
4935         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4936         (gnus-float-time): Alias to float-time if it exists.
4937
4938         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4939         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4940         float-time is available; suppress compile warning for time-to-seconds.
4941
4942         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4943         XEmacs.
4944
4945 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4946
4947         * imap.el (imap-message-map): Docstring fix.
4948
4949 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4952         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4953         Add the optional argument `encoding' that overrides the default.
4954
4955         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4956         mm-encode-buffer.
4957
4958 2009-09-04  Glenn Morris  <rgm@gnu.org>
4959
4960         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4961         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4962         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4963         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4964         * mm-util.el (mm-with-unibyte-current-buffer)
4965         (mm-find-buffer-file-coding-system):
4966         * yenc.el (yenc-decode-region): Use default-value rather than
4967         default-enable-multibyte-characters.
4968
4969 2009-09-03  Glenn Morris  <rgm@gnu.org>
4970
4971         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4972         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4973         than default-enable-multibyte-characters.
4974
4975 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4976
4977         * gnus-art.el (gnus-article-read-summary-keys):
4978         Fix gnus-buffer-configuration's value temporarily used.
4979
4980 2009-09-02  Glenn Morris  <rgm@gnu.org>
4981
4982         * gnus-util.el (gnus-float-time): New function.
4983         * gnus-delay.el (gnus-delay-article):
4984         * gnus-sum.el (gnus-thread-latest-date):
4985         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4986         * nnspool.el (nnspool-request-newgroups):
4987         Use gnus-float-time rather than time-to-seconds.
4988         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4989
4990         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4991         (gnus-header-subject-face, gnus-header-newsgroups-face)
4992         (gnus-header-name-face, gnus-header-content-face):
4993         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4994         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4995         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4996         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4997         (gnus-cite-face-11):
4998         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4999         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5000         (gnus-server-closed-face, gnus-server-denied-face)
5001         (gnus-server-offline-face):
5002         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5003         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5004         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5005         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5006         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5007         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5008         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5009         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5010         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5011         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5012         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5013         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5014         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5015         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5016         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5017         (gnus-summary-high-undownloaded-face)
5018         (gnus-summary-low-undownloaded-face)
5019         (gnus-summary-normal-undownloaded-face)
5020         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5021         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5022         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5023         (gnus-splash-face):
5024         * message.el (message-header-to-face, message-header-cc-face)
5025         (message-header-subject-face, message-header-newsgroups-face)
5026         (message-header-other-face, message-header-name-face)
5027         (message-header-xheader-face, message-separator-face)
5028         (message-cited-text-face, message-mml-face):
5029         * sieve-mode.el (sieve-control-commands-face)
5030         (sieve-action-commands-face, sieve-test-commands-face)
5031         (sieve-tagged-arguments-face):
5032         * spam.el (spam-face):
5033         Mark face aliases with "-face" in the name as obsolete.
5034
5035 2009-09-01  Glenn Morris  <rgm@gnu.org>
5036
5037         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5038         than goto-line.
5039
5040 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5041
5042         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5043         Don't move point if the command is invoked inside the message header.
5044
5045 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5046
5047         * imap.el (imap-send-command): Simplify.
5048         (imap-wait-for-tag): point-max -> buffer-size.
5049
5050 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5051
5052         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5053         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5054         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5055         * nnir.el (nnir-swish-e-index-file):
5056         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5057         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5058         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5059         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5060         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5061         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5062
5063 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5064
5065         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5066         Don't save excursion.
5067
5068 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5069
5070         * nnheader.el (nnheader-find-file-noselect):
5071         * mm-util.el (mm-insert-file-contents):
5072         Use (default-value 'major-mode) instead of default-major-mode.
5073
5074 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5075
5076         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5077
5078 2009-08-26  Glenn Morris  <rgm@gnu.org>
5079
5080         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5081         than placing in files.el.
5082
5083 2009-08-25  Glenn Morris  <rgm@gnu.org>
5084
5085         * nnir.el (top-level): Don't require cl at run-time.
5086         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5087         Replace cl-function substitute with gnus-replace-in-string.
5088         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5089         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5090         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5091         simplified expansions.
5092
5093 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5094
5095         * dig.el (dig): Add autoload cookie.
5096
5097 2009-08-22  Glenn Morris  <rgm@gnu.org>
5098
5099         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5100         goto-line.
5101
5102 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5103
5104         * parse-time.el (parse-time-string-chars): Save match data.
5105
5106 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5107
5108         * parse-time.el (parse-time-string-chars): Compute using character
5109         classes, to handle non-ascii characters (Bug#3190).
5110
5111 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5112
5113         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5114
5115         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5116         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5117         (gnus-mm-display-part, gnus-mime-display-single)
5118         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5119         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5120
5121         * gnus-sum.el
5122         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5123         (gnus-summary-move-article): Add expirable mark to articles copied or
5124         moved to group that has auto-expire turned on if the option is non-nil.
5125
5126 2009-07-24  Glenn Morris  <rgm@gnu.org>
5127
5128         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5129         Fix typo.  (Bug#3903)
5130
5131 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5132
5133         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5134         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5135         that should not be used for draft articles.
5136         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5137         that has no concern in minor mode keys.
5138         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5139         Abolish.
5140
5141 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5142
5143         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5144         article without making inquiry to a user for unknown encoding.
5145
5146         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5147         (nnmaildir--scan): Assume i-node and device number that file-attributes
5148         returns might be cons-cell.
5149
5150         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5151
5152         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5153
5154 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * auth-source.el: Remove docs now in auth.texi.  Don't use
5157         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5158         `auth-source-hide-passwords' and use them.
5159
5160 2009-07-15  Glenn Morris  <rgm@gnu.org>
5161
5162         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5163
5164 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5165
5166         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5167         excessive whitespace from the default values of title and description.
5168
5169 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5170
5171         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5172         mail-fetch-field to fetch Content-Description header in order to
5173         exclude newlines.
5174
5175 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5176
5177         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5178         format used by GnuPG 2.0.11.
5179
5180 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5183         to deleted part.
5184
5185 2009-05-30  David Engster  <dengste@eml.cc>
5186
5187         * nnmairix.el: Remove old documentation in the commentary block.
5188         (nnmairix-request-group): Do not update active file for nnml back ends.
5189         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5190         end so that overview files are ignored.
5191         (nnmairix-update-groups): Make updating the groups more robust by using
5192         marks.
5193         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5194         with dollar characters in message-id.
5195
5196 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5197
5198         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5199         2008-12-25 in dns.el.
5200
5201 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5202
5203         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5204         could happen if the text is only composed of spaces and/or tabs.
5205
5206 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5207
5208         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5209         when sending a queued message to avoid extra mml tags.
5210
5211 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5214
5215 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5218         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5219         rmail-toggle-header for XEmacs;
5220         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5221
5222 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5223
5224         * gnus-dired.el: Remove autoload for gnus-setup-message.
5225         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5226         displaying Gnus logo; always use compose-mail.
5227
5228 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5231
5232 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5233
5234         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5235         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5236         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5237         available.
5238         (gnus-nocem-epg-verify): New function.
5239
5240 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5241
5242         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5243
5244 2009-02-15  Glenn Morris  <rgm@gnu.org>
5245
5246         * gnus-util.el (rmail-insert-rmail-file-header)
5247         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5248         autoloads.
5249         (rmail-default-rmail-file): Remove unnecessary declaration.
5250         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5251
5252 2009-02-14  Glenn Morris  <rgm@gnu.org>
5253
5254         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5255         variable (only used in gnus-util, which declares it anyway).
5256         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5257         which was only needed by gnus-art (changed to not use it any more).
5258         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5259         only used in gnus-util, which autoloads it itself.
5260         (rmail-update-summary): Fix autoload.
5261
5262         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5263         rather than rmail-output-to-rmail-file.
5264
5265 2009-02-07  Glenn Morris  <rgm@gnu.org>
5266
5267         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5268         autoload of function that no longer exists.
5269         (rmail-toggle-header): Declare.
5270         (message-forward-rmail-make-body): Handle mbox Rmail.
5271
5272 2009-01-31  Glenn Morris  <rgm@gnu.org>
5273
5274         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5275         2009-01-09 change.
5276
5277 2009-01-31  Dave Love  <fx@gnu.org>
5278
5279         * imap.el (imap-fetch-safe): Bind debug-on-error.
5280         (imap-debug): Add imap-fetch-safe.
5281
5282 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5283
5284         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5285         (auth-source-forget-all-cached): New convenience function.
5286         (auth-source-user-or-password): Accept list of modes or a single mode.
5287
5288         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5289         auth-source modes.
5290
5291         * netrc.el (netrc-machine-user-or-password): Use list of
5292         auth-source modes.
5293
5294         * nnimap.el (nnimap-open-connection): Use list of
5295         auth-source modes.
5296
5297         * nntp.el (nntp-send-authinfo): Use list of
5298         auth-source modes.
5299
5300 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5301
5302         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5303         now.
5304
5305 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5308         coding system in XEmacs; add a workaround for XEmacs.
5309
5310         * lpath.el: Fbind coding-system-aliasee.
5311
5312 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5313
5314         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5315         of current-language-environment.
5316
5317 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5318
5319         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5320         available at runtime.
5321
5322 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5325
5326 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5327
5328         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5329         the greatest positive fixnum value doesn't work under an XEmacs with
5330         bignum support; use the most-positive-fixnum constant instead,
5331         available since Emacs 21.1 with cl and XEmacs 21.1.
5332
5333 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5336         XEmacs gets not to work.
5337
5338 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * mm-util.el (mm-coding-system-priorities): Allow the value like
5341         "Japanese (UTF-8)" of current-language-environment.
5342
5343 2009-01-09  Glenn Morris  <rgm@gnu.org>
5344
5345         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5346         with last-command-event.
5347
5348 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5351         in the doc string.
5352
5353         * message.el (message-fix-before-sending): Amend comment.
5354
5355 2009-01-08  Dave Love  <fx@gnu.org>
5356
5357         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5358
5359 2009-01-07  David Engster  <dengste@eml.cc>
5360
5361         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5362         simplified server definitions by converting it via
5363         gnus-server-to-method.
5364
5365 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5368         parameter's operands.
5369
5370 2009-01-06  David Engster  <dengste@eml.cc>
5371
5372         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5373         primary select method (for gnus-group-mark-article-as-read).
5374
5375 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5376
5377         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5378         `(gnus)Face', not `(gnus)X-Face'.
5379
5380 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5381
5382         * mm-util.el (mm-ucs-to-char): New function.
5383
5384         * mm-url.el (mm-url-decode-entities): Use it.
5385
5386         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5387         unicode-to-char.
5388
5389 2009-01-05  Dave Love  <fx@gnu.org>
5390
5391         * time-date.el: Require cl for `declare'.
5392
5393 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5394
5395         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5396         Dave Love.
5397
5398 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5399
5400         * message.el (message-fix-before-sending): Add `eight-bit' to
5401         illegible-text check.
5402
5403 2009-01-03  Michael Olson  <mwolson@gnu.org>
5404
5405         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5406         `headers' is nil.  This can occur if the IMAP server does not have
5407         permissions to read messages from a folder, but can write new messages
5408         to the folder.
5409         (nnimap-request-article-part): Do not insert `data' if it is nil.
5410
5411         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5412         characters which will confuse `read', so skip past them.
5413
5414 2009-01-01  Dave Love  <fx@gnu.org>
5415
5416         * imap.el (imap-string-to-integer): Fix typo.
5417         (imap-fetch-safe): New function.
5418         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5419
5420         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5421
5422         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5423         (imap-parse-greeting): Fix doc strings.
5424         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5425         (imap-parse-flag-list): Make messages unique.
5426         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5427
5428         * nnimap.el: Fix author email.
5429         (nnimap-split-rule): Add FIXME comment.
5430         (nnimap-debug): Fix doc string.
5431
5432 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5433
5434         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5435
5436 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5437
5438         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5439         nslookup if resolv.conf isn't available.
5440         (dns-query): Rename from query-dns.
5441         (dns-query-cached): Rename from query-dns-cached.
5442
5443 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5444
5445         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5446         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5447         to check if those variables exist (first appeared in Emacs 18.50).
5448
5449 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * mm-util.el (mm-line-number-at-pos): New function.
5452
5453         * spam-report.el (spam-report-process-queue): Use it.
5454
5455 2008-12-24  David Engster  <dengste@eml.cc>
5456
5457         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5458         parameters that haven't existed as variables as buffer-local variables.
5459
5460 2008-12-23  Dave Love  <fx@gnu.org>
5461
5462         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5463         cadar.
5464
5465         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5466         imap-starttls-p.
5467         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5468
5469 2008-12-22  Dave Love  <fx@gnu.org>
5470
5471         * imap.el: Fix author email.  Doc fixes.
5472         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5473         reply.
5474
5475 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5476
5477         * spam-report.el (spam-report-gmane-max-requests): New constant.
5478         (spam-report-gmane-wait): New variable.
5479         (spam-report-gmane-ham, spam-report-gmane-spam)
5480         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5481         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5482         the server.
5483
5484         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5485         Add explanations.
5486
5487         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5488         nnheader-accept-process-output and nnheader-read-timeout if available.
5489         (pop3-movemail): Use it.
5490
5491         * message.el (message-check-news-body-syntax): Fix signature check if
5492         there's an attachment.
5493
5494 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5495
5496         * mm-util.el: Add comments to the mm- emulating functions.
5497
5498 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5499
5500         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5501         Reported by Stephen Berman <stephen.berman@gmx.net>.
5502
5503 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5504
5505         * mm-util.el (mm-substring-no-properties): New function.
5506         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5507         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5508         (mm-string-to-multibyte): Doc fix.
5509
5510         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5511
5512 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5513
5514         * mml.el (mml-attach-file): Strip text properties from file name.
5515         (Bug#1574)
5516
5517 2008-12-16  Glenn Morris  <rgm@gnu.org>
5518
5519         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5520
5521 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5522
5523         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5524         knows since the charset specified might be a bogus alias that
5525         mm-charset-synonym-alist provides.
5526
5527 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5528
5529         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5530         "ISO_8859-1".
5531
5532         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5533
5534 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * mm-util.el (mm-charset-eval-alist):
5537         Define it before mm-charset-to-coding-system.
5538         (mm-charset-to-coding-system): Add optional argument `silent';
5539         define it before mm-charset-override-alist.
5540         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5541         default value if it can be used in Emacs currently running;
5542         silence mm-charset-to-coding-system.
5543
5544 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5547         `allow-override' which says whether to use `mm-charset-override-alist'.
5548         (rfc2047-decode-encoded-words): Use it.
5549
5550         * mm-util.el (mm-charset-override-alist): Fix custom type;
5551         add `(gb2312 . gbk)' to choices.
5552
5553 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5556         fast.
5557
5558         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5559
5560         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5561
5562 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5563
5564         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5565         on links.
5566
5567         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5568
5569 2008-12-03  Lute Kamstra  <lute@gnu.org>
5570
5571         * sha1.el: Remove leading * from docstrings of defcustoms,
5572         deffaces, defconsts and defuns.
5573
5574 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5575
5576         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5577         users' addresses that don't have domain parts.
5578         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5579         rather than message-narrow-to-head since there will be the message
5580         header separator.
5581
5582 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5583
5584         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5585         since the result is inserted in a unibyte buffer anyway.
5586         (nnimap-demule-use-string-to-multibyte): Remove.
5587         (nnimap-demule): Alias it to mm-string-to-multibyte.
5588
5589 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5590
5591         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5592         variable for debugging bug#464 and bug#1174.
5593         (nnimap-demule): Use it.
5594
5595 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5598         score calculation correctly.
5599
5600 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5601
5602         * message.el (message-send-mail): Just set the buffer to unibyte
5603         rather than use mm-with-unibyte-current-buffer which does a lot more.
5604         (message-send-mail-partially): Don't bother with
5605         mm-with-unibyte-current-buffer since it's already been made unibyte by
5606         message-send-mail.
5607
5608 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5609
5610         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5611
5612 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5613
5614         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5615
5616 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5617
5618         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5619         require itself and to remove `with-no-warnings'.
5620
5621 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5622
5623         * starttls.el (starttls-any-program-available): Get the name of the
5624         available TLS layer program.
5625         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5626         well as the host name in the "opening" message.
5627
5628         * auth-source.el (auth-source-cache, auth-source-do-cache)
5629         (auth-source-user-or-password): Cache passwords and logins by default,
5630         allow override with `auth-source-do-cache'.
5631         (auth-source-forget-user-or-password): Allow users to remove cache
5632         entries if needed.
5633
5634 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5635
5636         * md4.el (md4-buffer): Fix typo in docstring.
5637         (md4, md4-64): Doc fixes.
5638         (md4-pack-int32): Reflow docstring.
5639
5640 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5641
5642         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5643         condition-case to only the forward-sexp call.
5644
5645 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5646
5647         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5648         quotes contained.  Make it more robust regardless by an extra
5649         condition-case wrapper.
5650
5651 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5652
5653         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5654
5655 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5656
5657         * nnml.el (nnml-request-expire-articles): Check if the function set to
5658         `nnmail-expiry-target' returns the symbol `delete'.
5659
5660         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5661
5662         * nnmail.el (nnmail-expiry-target): Fix custom type.
5663
5664 2008-10-02  Glenn Morris  <rgm@gnu.org>
5665
5666         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5667         Silence compiler warning.
5668
5669 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5670
5671         * tls.el (open-tls-stream): Show the actual command being
5672         executed, instead of the format string.
5673
5674 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5675
5676         * lpath.el: Fbind codepage-setup for Emacs 23.
5677
5678 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5679
5680         * mml.el (mml-menu): Don't assume mml2015 is bound.
5681
5682 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5683
5684         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5685         exists.
5686
5687 2008-09-27  Glenn Morris  <rgm@gnu.org>
5688
5689         * gnus-util.el (mail-header-remove-comments): Autoload it.
5690
5691 2008-09-27  Andreas Schwab  <schwab@suse.de>
5692
5693         * gnus-util.el (gnus-split-references): Strip comments.
5694         (gnus-parent-id): Likewise.
5695
5696 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5697
5698         * message.el (message-confirm-send): Fix version.
5699
5700 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5701
5702         * message.el (message-idna-to-ascii-rhs-1): Use
5703         mail-extract-address-components rather than mail-header-parse-addresses
5704         that is an alias by default to ietf-drums-parse-addresses that does not
5705         support non-ASCII names in headers' contents.
5706
5707 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5708
5709         * message.el (message-confirm-send): Fix variable documentation to
5710         avoid the "y/n" wording.
5711
5712 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5713
5714         * message.el (message-set-auto-save-file-name): Save to a different
5715         filename so multiple messages (especially drafts) can be recovered.
5716
5717 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5718
5719         * message.el (message-confirm-send): Add appropriate version.
5720
5721 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5722
5723         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5724         defvar.
5725
5726 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5727
5728         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5729         (mm-pkcs7-enveloped-magic): Ditto.
5730
5731 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5732
5733         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5734         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5735
5736 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5737
5738         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5739         default, it's better.
5740
5741 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5742
5743         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5744         summary line gnus-number property and ignore them (with a warning
5745         message).
5746
5747 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5750         macro caddr in the interactive form since it won't be expanded.
5751
5752 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5753
5754         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5755         `charset'; fix name of function called recursively.
5756         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5757
5758 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5761         (gnus-mime-set-charset-parameters): New function.
5762         (gnus-mime-view-part-as-charset): Use it to correctly display part
5763         specifying wrong charset.
5764
5765 2008-09-08  David Engster  <dengste@eml.cc>
5766
5767         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5768         in completing-read for back end server.
5769
5770 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5771
5772         * message.el (message-confirm-send): New variable to confirm sending a
5773         message.
5774         (message-send): Use it.
5775
5776 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5779
5780 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5781
5782         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5783
5784 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5785
5786         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5787         prevent tracking too many groups.
5788         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5789         Use it.
5790
5791 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5792
5793         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5794         moving point to the bottom of the window in order to avoid recentering.
5795
5796 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5799
5800         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5801         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5802         (gnus-article-beginning-of-window): Fix calculation.
5803
5804 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5805
5806         * gnus-msg.el (gnus-summary-supersede-article)
5807         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5808         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5809         message header.
5810
5811 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5812
5813         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5814         pending output coming after the status change.
5815
5816 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5817
5818         * message.el:
5819         * gnus-start.el:
5820         * gnus-registry.el: Remove VMS support.
5821
5822 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5823
5824         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5825         macro.
5826         (rfc2104-hash): Use it.
5827
5828 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5829
5830         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5831         (gnus-summary-sort-by-most-recent-date): New commands.
5832         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5833         and menu entries.
5834
5835 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5836
5837         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5838         don't redisplay article for raw contents; remove plural articles stuff.
5839
5840         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5841         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5842         on gnus-summary-save-article; display results properly.
5843
5844 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * lpath.el: No need to fbind ns-focus-frame.
5847
5848 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5851
5852 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * gnus-art.el (gnus-summary-save-in-pipe):
5855         Consider gnus-save-all-headers.
5856
5857 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5858
5859         * gnus-util.el (ns-focus-frame): Remove declaration.
5860         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5861         like x.
5862
5863 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5864
5865         * rfc2104.el (rfc2104-zero): Delete defconst.
5866         (rfc2104-hex-alist): Likewise.
5867         (rfc2104-hex-to-int): Delete func.
5868         (rfc2104-hexstring-to-bitstring): Likewise.
5869         (rfc2104-nybbles): New defconst.
5870         (rfc2104-hash): Rewrite for speed.
5871
5872 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5873
5874         * tls.el (open-tls-stream): Make it work with the 2nd argument
5875         BUFFER that is a string but does not exist as a buffer object, as
5876         mentioned in the doc-string.
5877
5878 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5881         SXEmacs.
5882
5883 2008-07-16  Glenn Morris  <rgm@gnu.org>
5884
5885         * gnus-util.el (ns-focus-frame): Declare for compiler.
5886
5887 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5888
5889         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5890         set as a group parameter.
5891         (gnus-summary-save-in-pipe): Work when it is called independently.
5892         (gnus-summary-pipe-to-muttprint): Don't modify
5893         gnus-summary-pipe-output-default-command.
5894
5895 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5896
5897         * message.el (message-send-mail-with-sendmail):
5898         Display the error message.
5899
5900 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * gnus-art.el (gnus-default-article-saver):
5903         Add gnus-summary-save-in-pipe to choices.
5904         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5905         gnus-summary-pipe-output-default-command as the default command.
5906         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5907         instead of gnus-last-shell-command.
5908
5909         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5910         New user option.
5911         (gnus-summary-muttprint-program): Mention the value will be changed.
5912         (gnus-summary-save-article): Force showing of all headers.
5913         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5914
5915 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5916
5917         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5918
5919 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5920
5921         * nnimap.el (nnimap-id):
5922         * sieve-manage.el (sieve-manage-open): Doc fixes.
5923
5924 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5925
5926         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5927         if available.
5928
5929 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5930
5931         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5932
5933         * nnkiboze.el (nnkiboze-generate-group):
5934         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5935
5936         * nnmairix.el: Require CL.
5937
5938 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5939
5940         * dgnushack.el: Autoload get-display-table and put-display-table for
5941         XEmacs 21.5.
5942
5943         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5944         21.4 and SXEmacs.
5945
5946 2008-06-15  David Engster  <dengste@eml.cc>
5947
5948         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5949
5950 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5951
5952         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5953         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5954         runtime choice under XEmacs.
5955
5956         * gnus-sum.el (gnus-summary-set-display-table):
5957         Use `gnus-put-display-table', `gnus-get-display-table',
5958         `gnus-set-display-table' for the display table, instead of `aset'.
5959
5960         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5961         Use `gnus-put-display-table', `gnus-get-display-table',
5962         `gnus-set-display-table' for the display table.
5963
5964 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5965
5966         * nnmairix.el: Add autoloads.
5967
5968 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5969
5970         * nnmairix.el (nnmairix-delete-recreate-group)
5971         (nnmairix-update-and-clear-marks): Fix error messages.
5972
5973 2008-06-14  David Engster  <dengste@eml.cc>
5974
5975         * nnmairix.el: Upgrade to version 0.6.
5976         (nnmairix-group-toggle-propmarks-this-group)
5977         (nnmairix-group-toggle-readmarks-this-group)
5978         (nnmairix-group-delete-recreate-this-group)
5979         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5980         (nnmairix-remove-tick-mark-original-article): New commands.
5981         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5982         (nnmairix-propagate-marks-to-nnmairix-groups)
5983         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5984         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5985         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5986         functions needed for marks propagation and manipulation of read marks.
5987         (nnmairix-update-groups): New function.
5988         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5989         (nnmairix-determine-original-group-from-registry)
5990         (nnmairix-determine-original-group-from-path)
5991         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5992         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5993         New helper functions.
5994         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5995         keystrokes for new commands.
5996         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5997         (nnmairix-request-group): Check allow-fast group parameter.
5998         (nnmairix-request-create-group): Set allow-fast group parameter if
5999         nnmairix-allowfast-default is set.
6000         (nnmairix-close-group): Propagate marks upon closing if needed.
6001         (nnmairix-group-toggle-threads-this-group): Use new.
6002         nnmairix-group-toggle-parameter helper function.
6003         (nnmairix-search): Better check for empty search result.
6004         (nnmairix-goto-original-article): Use new helper functions for
6005         determining original article.
6006         (nnmairix-show-original-article): Make sure message-id is in brackets.
6007         (nnmairix-call-mairix-binary): Change variable name.
6008         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6009         helper function.
6010         (nnmairix-widget-toggle-activate): Fix doc string.
6011
6012 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6013
6014         * nnir.el: Require edmacro when compiling with XEmacs.
6015         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6016         available in Emacs 21.
6017
6018 2008-06-11  Glenn Morris  <rgm@gnu.org>
6019
6020         * gnus-util.el (x-focus-frame):
6021         * gnus.el (image-size):
6022         * mm-decode.el (image-size): Declare.
6023
6024         * gnus-picon.el (declare-function): Add compat definition.
6025         (image-size): Declare.
6026
6027         * gnus-group.el (tool-bar-map):
6028         * gnus-sum.el (tool-bar-map): Define for compiler.
6029
6030         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6031
6032         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6033
6034         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6035         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6036         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6037         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6038         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6039         * sieve-manage.el, spam-report.el, spam.el:
6040         Remove unnecessary eval-and-compile of autoloads.
6041
6042 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6043
6044         * auth-source.el: Precise Tramp doc.
6045
6046 2008-06-07  Glenn Morris  <rgm@gnu.org>
6047
6048         * nnmairix.el: Remove unnecessary eval-when-compile.
6049
6050 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6051
6052         * lpath.el: Fbind propertize for XEmacs 21.4.
6053
6054 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6055
6056         * nnir.el: Move here from ../contrib.
6057
6058 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6059
6060         * gnus-util.el (gnus-read-shell-command): New function.
6061         * mm-decode.el (mm-pipe-part):
6062         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6063
6064 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6065
6066         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6067
6068 2008-06-03  Glenn Morris  <rgm@gnu.org>
6069
6070         * pop3.el (nnheader-accept-process-output): Autoload it.
6071
6072 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6073
6074         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6075         are not 2-digit hexadecimal characters that follow `%'s.
6076
6077 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * message.el (message-bogus-recipient-p): Fix type in doc string.
6080         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6081         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6082         Improve custom options.
6083         (message-bogus-recipient-p): Adjust accordingly.
6084
6085 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6086
6087         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6088         long-form month and day names.
6089
6090 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6091
6092         * dgnushack.el: Autoload debug, eudc-expand-inline and
6093         pgg-snarf-keys-region for XEmacs.
6094
6095         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6096
6097         * nnmairix.el: Require edmacro when compiling with XEmacs.
6098
6099 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6100
6101         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6102         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6103
6104 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6105
6106         * auth-source.el: Add more docs.
6107
6108         * netrc.el (netrc-machine): Always match if the port is not given.
6109
6110 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6111
6112         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6113         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6114         retrieval faster in some cases, but might make CPU usage larger.
6115         If this has any bad side effects, we might revert this change.
6116
6117         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6118         seems to make mail retrieval much, much faster.
6119         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6120         unconditionally.
6121
6122         * gnus-draft.el (gnus-group-send-queue):
6123         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6124
6125 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6126
6127         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6128
6129         * message.el (message-bogus-address-regexp): Fix and improve custom
6130         type.
6131         (message-setup-hook): Add message-check-recipients as custom option.
6132
6133 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6134
6135         * message.el (message-cite-function): Remove bogus autoload which crept
6136         in during merge from v5-10.
6137
6138 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6139
6140         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6141
6142         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6143
6144         * auth-source.el: Preliminary Tramp docs.
6145         (auth-sources): Change the default auth-sources to use
6146         EPA .gpg files.
6147
6148 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * nntp.el: Autoload `auth-source-user-or-password'.
6151         (nntp-send-authinfo): Use it.
6152
6153         * nnimap.el: Autoload `auth-source-user-or-password'.
6154         (nnimap-open-connection): Use it.
6155
6156         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6157         for the gnus-message function.
6158         (auth-source-user-or-password): Use it.
6159
6160 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6161
6162         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6163         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6164         (rfc2104-hash): Use it.
6165
6166 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6167
6168         * gnus-art.el (gnus-article-toggle-truncate-lines):
6169         Don't use `iff' in docstring.
6170
6171 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6172
6173         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6174
6175         * gnus-util.el (gnus-extract-address-component-name)
6176         (gnus-extract-address-component-email): Convenience functions around
6177         `gnus-extract-address-components'.
6178
6179         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6180         Use `gnus-extract-address-component-email' to fix bug of comparing full
6181         sender name to `user-mail-address'.
6182
6183 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6186         catch/throw to optimize.
6187         (gnus-registry-find-keywords): Just use member to find a keyword.
6188
6189 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6190
6191         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6192         is current before calling gnus-server-prepare.
6193         (gnus-server-setup-buffer, gnus-server-update-server)
6194         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6195
6196 2008-05-04  Juri Linkov  <juri@jurta.org>
6197
6198         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6199         (mailcap-file-default-commands): Use mailcap-replace-in-string
6200         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6201         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6202
6203 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6204
6205         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6206
6207 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6208
6209         * gnus.el: Bump version to 0.11.
6210
6211 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6212
6213         * gnus.el: No Gnus v0.10 is released.
6214
6215 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6216
6217         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6218         hooks.
6219         (gnus-update-read-articles): Speed up non-marks-using users.
6220         (gnus-use-marks): Define gnus-use-marks.
6221         (gnus-propagate-marks): Rename variable to something more sensible.
6222
6223 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6224
6225         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6226         (gmm-image-load-path-for-library): Fix typos in docstrings.
6227         (gmm-message): Reflow docstring.
6228
6229 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6230
6231         * mail-source.el (mail-source-set-1, mail-source-bind):
6232         Move auth-source code out of the macro to clean it up and fix bugs.
6233
6234 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6235
6236         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6237         by sender if it's equal to user-mail-address, it's likely to be
6238         useless.
6239
6240         * mail-source.el (mail-source-bind): Don't use user or password if they
6241         are not bound.  Unintern them if they are nil.  Don't use server unless
6242         it's bound, and default it to empty string otherwise.
6243
6244 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6245
6246         * mail-source.el: Load auth-source.el.
6247         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6248         get user name or password, if auth-sources is set up.
6249
6250         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6251         strategy of splitting with parent.
6252         (gnus-registry-split-fancy-with-parent)
6253         (gnus-registry-post-process-groups): Use it and fix prior
6254         bug (returning a list as the split result).
6255
6256         * auth-source.el (auth-sources): Remove server parameter.
6257         (auth-source-pick, auth-source-user-or-password)
6258         (auth-source-user-or-password-imap)
6259         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6260         (auth-source-user-or-password-sftp)
6261         (auth-source-user-or-password-smtp): Remove server parameter.
6262
6263 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6264
6265         * smime.el (smime-sign-region, smime-encrypt-region)
6266         (smime-decrypt-region):
6267         Remove redundant calls to `generate-new-buffer-name'.
6268
6269 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6270
6271         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6272         Don't use QP for message/rfc822.
6273         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6274
6275 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6276
6277         * sieve-manage.el (sieve-string-bytes): Remove.
6278         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6279         correct byte-length only if the process's coding-system is the same as
6280         the one used internally by Emacs to represent strings.
6281
6282 2008-04-22  Juri Linkov  <juri@jurta.org>
6283
6284         * mailcap.el (mailcap-file-default-commands): New function.
6285
6286 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6287
6288         * message.el (message-signature-separator, message-cite-function):
6289         Change custom version.
6290
6291 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6292
6293         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6294         commands.
6295         (tls-checktrust): Ditto.
6296
6297 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6298
6299         * mm-decode.el (mm-display-external): Make temp file read-only.
6300
6301 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6302
6303         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6304         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6305         `C-c C-f d'.
6306
6307 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6308
6309         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6310
6311 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6312
6313         * gnus.el: Bump version to 0.9.
6314
6315 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * gnus.el: No Gnus v0.8 is released.
6318
6319 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6320
6321         * mail-source.el (mail-source-value):
6322         Prefer fboundp to functionp so it works with macros as well.
6323
6324 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6325
6326         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6327         Fix last change in case the element is not even a symbol.
6328
6329 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6330
6331         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6332         Prefer fboundp to functionp so it works with macros as well.
6333
6334 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6335
6336         * auth-source.el: Add docs.
6337         (auth-sources): Modify format to support server.
6338         (auth-source-pick, auth-source-user-or-password)
6339         (auth-source-user-or-password-imap)
6340         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6341         (auth-source-user-or-password-sftp)
6342         (auth-source-user-or-password-smtp): Add server parameter.
6343
6344 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6345
6346         * gnus-registry.el: Initialize the registry when gnus-registry-install
6347         is t.
6348
6349 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6350
6351         * compface.el (uncompface): Make buffer unibyte.
6352
6353 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6354
6355         * mail-source.el (mail-source-value):
6356         Prefer fboundp to functionp so it works with macros as well.
6357
6358 2008-04-05  Glenn Morris  <rgm@gnu.org>
6359
6360         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6361
6362 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6363
6364         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6365         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6366
6367         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6368         multibyteness after rather than before erasing it.
6369
6370         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6371         mm-with-multibyte.
6372         (gnus-request-article-this-buffer): Make sure the proper decoding is
6373         used if gnus-original-article-buffer happens to be unibyte.
6374
6375         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6376         default-enable-multibyte-characters.
6377
6378         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6379         default-enable-multibyte-characters.
6380
6381         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6382
6383         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6384
6385 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6386
6387         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6388         Fix last change in case the element is not even a symbol.
6389
6390 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6391
6392         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6393         (imap-message-copyuid-1): Use it.
6394         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6395         J. Williams in
6396         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6397
6398         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6399         imap-enable-exchange-bug-workaround.
6400         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6401
6402 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6403
6404         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6405         a 100 byte status-checks into a 2-3MB transfer for each group.
6406         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6407         to enable bug workaround or not.
6408         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6409
6410 2008-03-31  Glenn Morris  <rgm@gnu.org>
6411
6412         * message.el (mml2015-use): Declare for compiler.
6413         (message-info): Require mml2015 when appropriate.
6414
6415 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6416
6417         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6418         whitespace.
6419
6420 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6421
6422         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6423         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6424         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6425         (nntp-service-to-port): New function.
6426         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6427         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6428         (nntp-open-netcat-stream): New function.
6429         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6430
6431 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6432
6433         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6434
6435 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6436
6437         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6438
6439 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6440
6441         * dns.el (dns-write): Use set-buffer-multibyte.
6442
6443 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6444
6445         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6446
6447 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6448
6449         * message.el (message-signature-separator): Change default.
6450         Improve custom type.
6451         (message-cite-function): Change default to
6452         message-cite-original-without-signature.
6453
6454         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6455         toggle.
6456
6457         * message.el (message-check-news-body-syntax): Fix signature check.
6458         (message-setup-1): Mark buffer as unmodified _after_ running
6459         message-setup-hook and handling message-alternative-emails.
6460         (message-shorten-references): Be more strict when building list of
6461         valid references to comply with GNKSA.
6462
6463         * gnus-group.el (gnus-read-ephemeral-bug-group)
6464         (gnus-read-ephemeral-debian-bug-group)
6465         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6466
6467         * message.el (message-info): Don't use booleanp which isn't supported
6468         in Emacs 21 and XEmacs.
6469
6470 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6471
6472         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6473         gnus-group-gmane-group-download-format.
6474         (gnus-group-read-ephemeral-gmane-group): Rename from
6475         gnus-group-read-ephemeral-gmane-group.
6476         (gnus-read-ephemeral-gmane-group-url): Rename from
6477         gnus-group-read-ephemeral-gmane-group-url.
6478         (gnus-bug-group-download-format-alist): New variable.
6479         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6480         (gnus-read-ephemeral-emacs-bug-group): New commands.
6481
6482 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6485         (gnus-visible-headers): Improve custom type.
6486
6487 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6488
6489         * mml.el (mml-menu): Add workarounds for XEmacs.
6490
6491         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6492         X-Boundary header.
6493
6494         * message.el (message-simplify-recipients): Fix previous commit.
6495
6496 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6497
6498         * mm-util.el (mm-set-buffer-multibyte): New function.
6499         * mm-decode.el (mm-copy-to-buffer): Use it.
6500
6501         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6502         Prefer fboundp to functionp so it works with macros as well.
6503
6504 2008-03-19  Glenn Morris  <rgm@gnu.org>
6505
6506         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6507         Accidentally removed in the sync process with Emacs.
6508
6509 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6510
6511         * message.el (message-alter-recipients-discard-bogus-full-name):
6512         New function.
6513         (message-alter-recipients-function): New variable.
6514         (message-get-reply-headers): Use it.
6515         (message-replace-header): New helper function.
6516         (message-recipients-without-full-name): New variable.
6517         (message-simplify-recipients): New command.
6518
6519         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6520
6521         * message.el (message-info): Handle EasyPG manual.
6522
6523         * mml.el (mml-menu): Add entry for EasyPG.
6524
6525 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6526
6527         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6528         parameter.
6529
6530         * message.el (message-disassociate-draft): Specify drafts group name
6531         fully.
6532
6533 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6534
6535         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6536         Eliminate unnecessary duplicates from the match list.
6537
6538 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6539
6540         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6541
6542         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6543
6544         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6545         args of `how-many' of which the XEmacs version doesn't take; declare
6546         Info-index-next as function.
6547
6548 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6549
6550         * gnus-score.el (gnus-score-headers): Fix handling of
6551         gnus-inhibit-slow-scoring.
6552
6553         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6554         string.
6555         (gnus-button-url-regexp): Improve handling of parenthesis.
6556         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6557         (gnus-button-handle-info-keystrokes): Handle index entries.
6558
6559 2008-03-15  Glenn Morris  <rgm@gnu.org>
6560
6561         * parse-time.el (parse-time-string): Simplify.
6562
6563 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6564
6565         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6566         Incoming* files.
6567
6568 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6569
6570         * auth-source.el (auth-sources): Rename from auth-source-choices.
6571         (auth-source-pick): Use it.
6572
6573 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6574
6575         * binhex.el (binhex-decode-region-internal):
6576         * uudecode.el (uudecode-decode-region-internal):
6577         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6578         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6579         setting default-enable-multibyte-characters.
6580
6581 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6582
6583         * auth-source.el (auth-source-protocols)
6584         (auth-source-protocols-customize, auth-source-choices): Add and
6585         modified variable customizations and defaults.
6586         (auth-source-pick, auth-source-user-or-password)
6587         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6588         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6589         (auth-source-user-or-password-sftp)
6590         (auth-source-user-or-password-smtp): Use new variables and provide an
6591         interface to netrc.el.
6592
6593 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6594
6595         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6596         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6597         Make sure the nntp port to specify is a string.
6598
6599 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6600
6601         * nntp.el: Use with-current-buffer.
6602         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6603         dubious mm-with-unibyte-current-buffer.
6604         (nntp-with-open-group-function): New function extracted from
6605         nntp-with-open-group macro.
6606         (nntp-with-open-group): Use the function, so it's easier to debug.
6607         Add indentation and debugging info.
6608         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6609         Recommend the use of the netcat alternatives.
6610
6611         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6612         Avoid mm-string-as-multibyte as well.
6613
6614         * nnweb.el (nnweb-insert-html):
6615         Remove use of nnheader-string-as-multibyte.
6616
6617         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6618         (nnheader-string-as-multibyte): Remove.
6619
6620         * mm-view.el: Use inhibit-read-only.
6621         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6622         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6623         or unibyte-string.
6624
6625         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6626         (mm-uu-yenc-extract): Use with-current-buffer.
6627
6628         * gnus-soup.el (gnus-soup-send-packet): Don't use
6629         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6630
6631         * nnmh.el: Use with-current-buffer.
6632         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6633         mm-string-as-multibyte on the output of mm-encode-coding-string.
6634
6635         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6636         (nnimap-request-move-article): Use with-current-buffer.
6637
6638         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6639         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6640         conversion uses string-make-unibyte rather than string-as-unibyte.
6641
6642         * gnus-msg.el: Use with-current-buffer.
6643
6644         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6645
6646 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6647
6648         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6649         string for caching if it is 'PIN.
6650
6651 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6652
6653         * lpath.el: Consider the case without Emacs/W3.
6654
6655 2008-03-08  Glenn Morris  <rgm@gnu.org>
6656
6657         * time-date.el (date-to-time, time-subtract, time-add)
6658         (safe-date-to-time): Doc fixes.
6659
6660 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6661
6662         * mail-source.el (mail-source-delete-old-incoming-confirm):
6663         Change default to nil.
6664         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6665
6666 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6667
6668         * lpath.el: Rearrange.
6669
6670         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6671         (gnus-article-goto-prev-page): Work for articles having ^L's.
6672
6673         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6674
6675         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6676
6677 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6678
6679         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6680         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6681         (gnus-bookmark-jump): Adjust some variable names.
6682
6683 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6684
6685         * auth-source.el: New package.
6686         (auth-source-choices): Add customization entry point variable.
6687
6688         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6689         bug.
6690
6691 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6692
6693         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6694         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6695         (gnus-registry-install-shortcuts): Rename from
6696         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6697         the `gnus-registry-mark-map' keymap dynamically from
6698         `gnus-registry-marks'.  The generated functions update the summary line
6699         when a registry mark is added or deleted, and will call
6700         `gnus-registry-install-p' (see the comments in the code).
6701         (gnus-registry-user-format-function-M): Use concat intelligently.
6702
6703         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6704         the registry mark functions.
6705
6706 2008-03-05  Glenn Morris  <rgm@gnu.org>
6707
6708         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6709         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6710         gnus-art.
6711         (top-level): No need to load own source when compiling.
6712
6713 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6714
6715         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6716         Suggested by <chris.anderton@zetnet.co.uk>.
6717
6718 2008-03-04  Glenn Morris  <rgm@gnu.org>
6719
6720         * gnus-sum.el (top-level): No need to require gnus when compiling,
6721         since unconditionally required near start of file.
6722         (gnus-summary-display-while-building): Move definition before use.
6723
6724 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6725
6726         * gnus-registry.el (gnus-registry-user-format-function-M):
6727         Add formatting function.
6728
6729 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6730
6731         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6732         with plists.
6733         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6734         Use new format.
6735
6736 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6737
6738         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6739         `where-is-internal' that returns a range of key sequences.
6740
6741 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6742
6743         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6744
6745         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6746         (gnus-summary-jump-to-group): Consider windows on other displayed
6747         frames as well.  Similar changes might be needed elsewhere, but that's
6748         the one I've bumped into during my use.
6749
6750         * nndoc.el (nndoc-oe-dbx-type-p):
6751         * gnus-msg.el (gnus-debug):
6752         * gnus-group.el (gnus-update-group-mark-positions):
6753         Use mm-string-to-multibyte.
6754
6755 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6756
6757         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6758         doesn't handle NotDashEscaped.
6759
6760         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6761         (mml-dnd-attach-options): Fix typo in custom choice.
6762
6763         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6764         Change nndoc-article-type to mbox.
6765         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6766
6767         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6768         to nil, instead of html2text.
6769
6770         * imap.el (imap-debug): Add `imap-ping-server'.
6771
6772         * gnus-bookmark.el: Add FIXMEs.
6773
6774         * message.el (message-form-letter-separator)
6775         (message-send-form-letter-delay): New variables.
6776         (message-send-form-letter): Use them.  New command to send form
6777         letters.  Requested by Uwe Siart.
6778         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6779
6780 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6781
6782         * Update copyright years.
6783
6784 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6785
6786         Sync from EMACS_22_BASE.
6787
6788         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6789
6790 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6791
6792         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6793         empty author.
6794
6795 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6796
6797         * gnus-registry.el (gnus-registry-marks): Add variable for
6798         customization of marks and their appearance.
6799         (gnus-registry-read-mark): Use it.
6800         (gnus-registry-do-marks): Add utility function to loop through
6801         `gnus-registry-marks'.
6802         (gnus-registry-install-shortcuts-and-menus): Add function to install
6803         shortcuts and menus.
6804         (gnus-registry-initialize): Use it.
6805         (gnus-registry-default-mark): Clarify documentation.
6806
6807 2008-02-29  Glenn Morris  <rgm@gnu.org>
6808
6809         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6810         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6811         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6812         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6813         Change defcustom :version from 23.0 to 23.1.
6814
6815 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6816
6817         * gnus-registry.el (gnus-registry-follow-group-p)
6818         (gnus-registry-post-process-groups): Add functions to aid registry
6819         splitting and improve logging.  Clarify behavior in function
6820         documentation.
6821         (gnus-registry-split-fancy-with-parent): Use them.
6822
6823 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6824
6825         * gnus-art.el: Use with-current-buffer.
6826
6827 2008-02-27  David Engster  <dengste@eml.cc>
6828
6829         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6830         Express real group name in the response.
6831
6832 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6835         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6836         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6837         autoload gnus-registry-fetch-group when compiling.
6838         (nnmairix-request-group-with-article-number-correction):
6839         Remove unreferenced argument passed to nnmairix-call-backend.
6840
6841 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6844         (mm-uu-extract): Improve face for low color ttys.
6845         Reported by Sascha Wilde.
6846
6847 2008-02-27  Glenn Morris  <rgm@gnu.org>
6848
6849         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6850         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6851         variables to defconsts.  Convert comments to doc-strings.
6852         (nnmairix-last-server, nnmairix-current-server): Convert from free
6853         variables to defvars.  Convert comments to doc-strings.
6854         (gnus-registry-fetch-group): Autoload.
6855         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6856         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6857         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6858         caddr.
6859         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6860         nnmairix-request-group-with-article-number-correction call.
6861         (nnmairix-fast, nnmairix-group): New, less general names, for free
6862         variables passed from nnmairix-request-group to
6863         nnmairix-request-group-with-article-number-correction.  Declare.
6864         (nnmairix-request-group-with-article-number-correction):
6865         Use nnmairix-fast, nnmairix-group rather than fast, group.
6866
6867 2008-02-26  David Engster  <dengste@eml.cc>
6868
6869         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6870         version 0.5.
6871
6872 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6873
6874         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6875         instead of making an extra function call.  Don't add the current group
6876         to articles only when they have the group.  Use
6877         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6878         Reported by David <de_bb@arcor.de>.
6879
6880 2008-02-24  Miles Bader  <miles@gnu.org>
6881
6882         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6883         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6884         (mm-find-mime-charset-region):
6885         * mm-bodies.el (mm-encode-body):
6886         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6887
6888 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6889
6890         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6891         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6892
6893 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6894
6895         * mail-source.el (mail-source-delete-incoming): Change default.
6896         Supplement doc string.
6897
6898         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6899
6900 2008-02-14  Glenn Morris  <rgm@gnu.org>
6901
6902         * time-date.el (format-seconds): New function.
6903
6904 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6905
6906         * nnmail.el (nnmail-message-id-cache-file): Derive from
6907         `gnus-home-directory'.
6908
6909 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6912         Document negative prefix.
6913
6914         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6915
6916 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * message.el (message-unsent-separator): Add the Exim bounce
6919         separator.
6920
6921 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6922
6923         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6924         list.
6925         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6926         recipient/signer list.
6927
6928 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6929
6930         * Makefile.in (datarootdir): Define.
6931         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6932         name that might contain whitespace.
6933
6934 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6937         fbound (Emacs 23 unicode), signal an error.
6938
6939 2008-02-08  Glenn Morris  <rgm@gnu.org>
6940
6941         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6942
6943 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6944
6945         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6946         ports to the calls to `netrc-machine-user-or-password' in addition to
6947         "imap" and "imaps".
6948
6949 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6950
6951         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6952
6953         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6954
6955 2008-02-01  Kenichi Handa  <handa@m17n.org>
6956
6957         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6958         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6959         (rfc2104-hash): Convert the result of concat to unibyte string.
6960
6961 2008-02-01  Dave Love  <fx@gnu.org>
6962
6963         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6964         coding-system-for-read.
6965         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6966
6967 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6968
6969         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6970         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6971         <hanche@math.ntnu.no>.
6972
6973 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6974
6975         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6976
6977         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6978
6979 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6980
6981         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6982         * message.el (message-beginning-of-line): Use featurep instead of bound
6983         tests in order to resolve conditionals at compile time.
6984
6985 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6986
6987         * mail-source.el (mail-sources): Add `group' choice.
6988
6989         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6990         parameter `in-group' to control into which group the articles go.
6991         Add treatment of `group' mail-source.
6992
6993 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6996
6997         * mm-decode.el (mm-dissect-buffer): Decode description.
6998
6999         * mml.el (mml-to-mime): Encode message header first.
7000
7001 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7002
7003         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7004         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7005
7006         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7007         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7008
7009 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7010
7011         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7012
7013 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7016         prefix keys.
7017         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7018         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7019         gnus-xmas.el.
7020
7021         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7022         (gnus-xmas-article-describe-bindings): New function.
7023         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7024         gnus-xmas-article-describe-bindings.
7025
7026         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7027
7028 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7029
7030         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7031         Add new variables for article mark management.
7032         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7033         list of extra data entries which, when present, will indicate that the
7034         article ID should not be trimmed from the registry.
7035         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7036         functions.
7037         (gnus-registry-read-mark): New function to read a mark name from the
7038         user.
7039         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7040         (gnus-registry-set-article-mark-internal): New functions to add and
7041         remove marks.
7042         (gnus-registry-get-article-marks): New function to show the marks for
7043         an article, or retrieve them for further use.
7044
7045 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7048         keys when no argument is given.
7049
7050 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * imap.el (imap-ping-server): New variable.
7053         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7054         (imap-ping-server): Minor doc string fixes.
7055
7056 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7057
7058         * imap.el (imap-ping-server): New function.
7059         (imap-opened): Call imap-ping-server.
7060
7061 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7062
7063         * gnus-sum.el (gnus-article-sort-by-random)
7064         (gnus-thread-sort-by-random): Fix doc strings.
7065         Reported by jidanni@jidanni.org.
7066
7067 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * gnus-art.el (gnus-article-describe-bindings): New function.
7070         (gnus-article-read-summary-keys): Use it.
7071         (gnus-article-mode-map): Bind `C-h b' to it.
7072
7073 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7076         XEmacs.
7077         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7078         Protect against non-character events.
7079
7080         * lpath.el: Fbind map-keymap for Emacs 21.
7081
7082 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7083
7084         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7085         New command.
7086         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7087         instead of END.  Change name of the temp file.
7088         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7089         customizable.
7090
7091 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7092
7093         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7094         bind `S W' to gnus-article-wide-reply-with-original; set default
7095         binding to gnus-article-read-summary-send-keys.
7096         (gnus-article-read-summary-keys): Fix the order of keys; display
7097         continuation keys correctly in the echo area; describe bindings
7098         correctly when keys end with `C-h'.
7099         (gnus-article-read-summary-send-keys): New function.
7100         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7101         Work for gnus-article-read-summary-send-keys; display continuation keys
7102         correctly in the echo area.
7103         (gnus-article-reply-with-original): Ignore prefix argument.
7104         (gnus-article-wide-reply-with-original): New function.
7105
7106         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7107         Emacs 21.
7108
7109 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7110
7111         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7112         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7113
7114 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7115
7116         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7117         (gnus-group-read-ephemeral-gmane-group): New command.
7118
7119 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7120
7121         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7122
7123 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7124
7125         * message.el (message-send-mail-function): Increase custom version.
7126
7127         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7128         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7129
7130 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7131
7132         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7133         for the cases where imap-authenticate is called with a nil buffer
7134         parameter.
7135
7136 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7137
7138         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7139         html parts correctly; support forwarded messages.
7140         (gnus-article-browse-html-article): Remove work buffers.
7141
7142         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7143         compiling.
7144         (netrc-bound-and-true-p): New macro.
7145         (netrc-parse): Use it instead of bound-and-true-p that is not available
7146         in XEmacs 21.4.
7147
7148 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7149
7150         * gnus-registry.el (gnus-registry-mark-article)
7151         (gnus-registry-article-marks): Add functionality to mark articles
7152         through the Gnus registry.
7153
7154         * encrypt.el: Clarify documentation for the new pgg method.
7155         (encrypt-file-alist): Add PGG option.
7156         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7157         functionality.  Abstract password key and messaging to external
7158         functions.
7159         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7160         (encrypt-message-method-and-cipher): Add new convenience external
7161         functions.
7162         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7163         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7164
7165         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7166         (netrc-parse): Use encrypt-file-alist to determine if
7167         encrypt-find-model or encrypt-insert-file-contents should be used.
7168
7169         * encrypt.el: Clarify documentation.  Load password-cache or
7170         password, whichever one is found first, instead of autoloading.
7171
7172 2007-12-19  Glenn Morris  <rgm@gnu.org>
7173
7174         * mml.el (message-options-set, message-narrow-to-head)
7175         (message-in-body-p, message-mail-p, message-encode-message-body):
7176         Autoload.
7177         (message-remove-header, message-narrow-to-headers-or-head)
7178         (message-subscribed-p, message-make-mail-followup-to)
7179         (message-position-on-field, message-news-p)
7180         (message-options-set-recipient, message-generate-headers)
7181         (message-sort-headers): Declare as functions.
7182
7183 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7184
7185         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7186         convention in doc string.
7187
7188 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7189
7190         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7191         title to html parts.
7192         (gnus-article-browse-html-article): Pass message header to it.
7193
7194         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7195
7196 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7199         or password compatible with XEmacs.
7200
7201 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7202
7203         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7204         format document.
7205         (gnus-mime-delete-part): Don't write description line if empty.
7206         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7207
7208 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7209
7210         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7211         (gnus-summary-mark-read-and-unread-as-read)
7212         (gnus-summary-mark-current-read-and-unread-as-read)
7213         (gnus-summary-mark-unread-as-ticked): Doc fix.
7214         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7215
7216 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7219         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7220
7221 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7222
7223         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7224         yes-or-no-p.
7225
7226 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * mm-decode.el (mm-add-meta-html-tag): New function.
7229         (mm-save-part-to-file, mm-pipe-part): Use it.
7230
7231         * gnus-art.el (gnus-article-browse-delete-temp-files):
7232         Use gnus-y-or-n-p instead of y-or-n-p.
7233         (gnus-article-browse-html-parts): Work with message/external-body; use
7234         mm-add-meta-html-tag.
7235
7236 2007-12-11  Glenn Morris  <rgm@gnu.org>
7237
7238         * gnus-cache.el: Require gnus-sum not just when compiling.
7239
7240         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7241
7242         * gnus-int.el (gnus-server-opened, gnus-status-message):
7243         Move definitions before use.
7244
7245         * mm-decode.el: Require gnus-util.
7246         (mm-remove-part): Only call delete-annotation on XEmacs.
7247
7248         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7249
7250         * nnmail.el: Require gnus-int.
7251
7252         * spam.el: Move `require's before `eval-when-compile's.
7253
7254         * gnus-ems.el (gnus-alive-p):
7255         * gnus-fun.el (message-goto-eoh):
7256         * gnus-util.el (gnus-group-name-decode):
7257         * mail-source.el (gnus-compress-sequence):
7258         * message.el (Info-goto-node, format-spec):
7259         * mm-bodies.el (message-options-get):
7260         * mm-decode.el (mm-view-pkcs7):
7261         * mm-util.el (gmm-write-region):
7262         * mml-smime.el (mml-compute-boundary)
7263         (gnus-completing-read-with-default):
7264         * mml.el (widget-button-press, gnus-make-hashtable):
7265         * mml1991.el (mm-decode-content-transfer-encoding)
7266         (mm-encode-content-transfer-encoding)
7267         (message-options-get, message-options-set):
7268         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7269         * nnfolder.el (gnus-request-group):
7270         * nnheader.el (ietf-drums-unfold-fws):
7271         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7272         * smime.el (gnus-run-mode-hooks):
7273         * spam-stat.el (gnus-message): Autoload.
7274
7275         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7276         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7277         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7278         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7279         Add declare-function compatibility definition.
7280
7281         * gnus-cache.el (nnvirtual-find-group-art):
7282         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7283         (gnus-add-image, gnus-add-wash-type):
7284         * gnus-group.el (nnkiboze-score-file):
7285         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7286         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7287         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7288         (message-tokenize-header, gnus-get-buffer-create)
7289         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7290         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7291         * gnus.el (gnus-group-decoded-name):
7292         * mail-source.el (imap-capability):
7293         * mm-bodies.el (message-options-set):
7294         * mm-decode.el (gnus-configure-windows):
7295         * mm-extern.el (message-goto-body):
7296         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7297         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7298         (epg-sub-key-validity, message-options-set):
7299         * mml.el (widget-event-point, gnus-configure-windows):
7300         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7301         * mml2015.el (epg-check-configuration, epg-configuration)
7302         (message-options-set):
7303         * nndb.el (nndb-request-article):
7304         * nnfolder.el (gnus-request-create-group):
7305         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7306         * nnmaildir.el (gnus-group-mark-article-read):
7307         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7308         * rfc1843.el (message-fetch-field):
7309         * spam.el (gnus-extract-address-components):
7310         Declare as functions.
7311
7312 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7313
7314         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7315
7316         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7317
7318         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7319         bind show-trailing-whitespace for XEmacs.
7320
7321 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7322
7323         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7324         new no-op macro for backward compatibility.
7325
7326         * imap.el (imap-string-to-integer): New function.
7327
7328 2007-12-09  Glenn Morris  <rgm@gnu.org>
7329
7330         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7331
7332         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7333         * message.el, mm-view.el, sieve-manage.el, smime.el:
7334         Add declare-function compatibility definition.
7335
7336         * gnus-art.el (w3-region, w3m-region, Info-menu):
7337         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7338         * gnus-sum.el (gnus-get-predicate):
7339         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7340         * message.el (mail-abbrev-in-expansion-header-p):
7341         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7342         (w3m-detect-meta-charset, w3m-region):
7343         * sieve-manage.el (password-read, password-cache-add)
7344         (password-cache-remove):
7345         * smime.el (password-read-and-add): Declare as functions.
7346
7347 2007-12-08  David Kastrup  <dak@gnu.org>
7348
7349         * gnus-sum.el (gnus-summary-simplify-subject-query):
7350         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7351         `message'.
7352
7353 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7354
7355         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7356         it to bind idna-program, installation-directory, defined-colors, and
7357         face-attribute for XEmacs of the version that compiles defcustom forms.
7358
7359 2007-12-07  Glenn Morris  <rgm@gnu.org>
7360
7361         * gnus-art.el (article-make-date-line): Revert previous change.
7362
7363 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7364
7365         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7366
7367 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7368
7369         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7370         Call gnus-add-to-range ranges only once with a prepared article-list.
7371
7372 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7373
7374         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7375         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7376         group names with backslashes.
7377         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7378
7379 2007-12-06  Deepak Goel  <deego3@gmail.com>
7380
7381         * gnus-art.el (article-make-date-line):
7382         * gnus-start.el (gnus-load):
7383         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7384
7385 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7386
7387         * gnus-art.el (gnus-use-idna)
7388         * gnus-start.el (gnus-site-init-file)
7389         * message.el (message-use-idna)
7390         * mm-uu.el (mm-uu-hide-markers)
7391         * smiley.el (smiley-style): Revert changes that suppress warnings.
7392
7393 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7394
7395         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7396         specify charset to html source.
7397         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7398
7399 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7402         idna-program in order to suppress byte compile warning issued by XEmacs
7403         that came to byte compile the default value section of defcustom forms
7404         recently.
7405
7406         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7407         value of installation-directory.
7408
7409         * message.el (message-use-idna): Don't directly refer to the value of
7410         idna-program.
7411
7412         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7413
7414         * smiley.el (smiley-style): Don't directly call face-attribute.
7415
7416 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7417
7418         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7419
7420         * gnus-dired.el: Reduce Gnus dependencies.
7421         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7422         Don't require.  Use autoloads instead.
7423         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7424         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7425         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7426         (gnus-dired-mode): Adjust doc string.
7427         (gnus-dired-mail-mode): New variable.
7428         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7429         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7430         (gnus-dired-mail-buffers): New function.  Return mail or message
7431         composition buffers.
7432         (gnus-dired-attach): Use it.
7433         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7434         NO-DECODE.
7435         (gnus-dired-print): Use `gnus-print-buffer' depending on
7436         `gnus-dired-mail-mode'.
7437
7438 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * rfc2047.el (rfc2047-encoded-word-regexp)
7441         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7442         explaining what regexp patterns are for.
7443
7444 2007-12-04  Glenn Morris  <rgm@gnu.org>
7445
7446         * password.el: Move to password-cache.el.
7447
7448         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7449         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7450         * mml-smime.el (password-read, password-cache-add)
7451         (password-cache-remove):
7452         No need to autoload, since mml-sec requires password.
7453
7454         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7455         * message.el (gnus-extract-address-components):
7456         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7457
7458         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7459         password.
7460
7461 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7462
7463         * mailcap.el: Reduce dependencies.
7464         (mail-header-parse-content-type): Autoload.
7465         (mailcap-delete-duplicates): New alias.
7466         (mailcap-mime-info): Add optional argument NO-DECODE.
7467         (mailcap-mime-types): Use mailcap-delete-duplicates.
7468
7469         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7470
7471 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7472
7473         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7474         (imap-parse-status): Upcase status-att for servers that sends them
7475         lower-case (e.g., MS Exchange 2007).
7476
7477 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7478
7479         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7480         function.
7481
7482         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7483         (gnus-uu-yenc-article): New function.
7484
7485         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7486
7487         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7488
7489 2007-12-02  Glenn Morris  <rgm@gnu.org>
7490
7491         * binhex.el (binhex): New custom group.
7492         (binhex-decoder-program, binhex-decoder-switches)
7493         (binhex-use-external): Move to the binhex custom group.
7494
7495         * uudecode.el (uudecode): New custom group.
7496         (uudecode-decoder-program, uudecode-decoder-switches)
7497         (uudecode-use-external): Move to the uudecode custom group.
7498
7499         * netrc.el (top-level): Don't load `encrypt' features.
7500         (netrc-parse): Don't use encrypt.
7501         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7502
7503         * encrypt.el: Remove file.
7504
7505 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7508         matches on patches.
7509
7510         * gnus-art.el (gnus-article-browse-html-article):
7511         Mention `mm-text-html-renderer' in the doc string.
7512
7513         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7514         string.  Add comments.
7515
7516         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7517         if rhs is ASCII.
7518
7519 2007-12-01  Glenn Morris  <rgm@gnu.org>
7520
7521         * mail-source.el (top-level): Require format-spec before
7522         eval-when-compile.
7523
7524 2007-11-30  Glenn Morris  <rgm@gnu.org>
7525
7526         * encrypt.el: Require password, rather than autoloading password-read.
7527
7528 2007-11-29  Glenn Morris  <rgm@gnu.org>
7529
7530         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7531         (sasl-make-client, sasl-next-step, sasl-step-data)
7532         (sasl-step-set-data): Declare as functions.
7533
7534 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7535
7536         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7537
7538 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7539
7540         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7541         certs should be verified and what is to be done in the event of a
7542         verification failure.
7543
7544         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7545         caller can indicate whether the cache should be disregarded for this
7546         call.  This way the result of the call is reproducible at all times and
7547         can be considered a canonical server name for the supplied method.
7548         (gnus-agent-method-p): Canonicalize server names by pushing their
7549         method through `gnus-method-to-server' using the no-cache argument.
7550
7551         * gnus-srvr.el (gnus-server-insert-server-line):
7552         Call `gnus-method-to-server' with `no-cache' argument.
7553
7554         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7555         gnus-agent-possibly-synchronize-flags as this should be called when the
7556         server is actually being opened.
7557         (gnus-agent-possibly-synchronize-flags)
7558         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7559         flags file of an agentized server to the latter function.
7560
7561         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7562         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7563         after a connection has been established successfully.
7564
7565 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7566
7567         * gnus-art.el (article-display-face): Force to display face if called
7568         interactively; check if gnus-article-x-face-too-ugly matches author.
7569         (article-display-x-face): Display face even if From header is missing
7570         as article-display-face does.
7571
7572 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7573
7574         * hashcash.el (message-narrow-to-headers-or-head)
7575         (message-fetch-field, message-goto-eoh)
7576         (message-narrow-to-headers): Declare as functions.
7577
7578 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * mail-source.el (mail-sources): Default to fetch from file for
7581         compatibility with default of nnmail-spool-file.
7582
7583 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7584
7585         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7586         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7587         to look for encoded word that should be encoded again.
7588         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7589         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7590         encoding pattern.
7591         (rfc2047-decode-region): Switch strict regexp and loose one according
7592         to rfc2047-allow-irregular-q-encoded-words.
7593
7594 2007-11-25  Romain Francoise  <romain@orebokech.com>
7595
7596         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7597
7598 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * tls.el (tls-program): Provide more custom choices from
7601         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7602         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7603
7604 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7607         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7608
7609         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7610         `nnmail-spool-file'.
7611
7612         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7613         `nnmail-spool-file'.
7614
7615         * gnus-move.el (gnus-change-server): Ditto.
7616
7617         * gnus-kill.el (gnus-batch-score): Ditto.
7618
7619         * gnus-cache.el (gnus-jog-cache): Ditto.
7620
7621         * gnus-msg.el (gnus-summary-reply):
7622         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7623
7624 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7625
7626         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7627         version.  Minor improvement to doc strings.
7628         (tls-program): Add comment.
7629
7630 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7631
7632         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7633         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7634         mismatch between the hostname provided in the certificate and the name
7635         of the host connnecting to.
7636         (open-tls-stream): Use them.  Check certificates against trusted root
7637         certificates.
7638
7639 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7640
7641         * gnus-cache.el (gnus-cache-generate-nov-databases):
7642         Use nnml-generate-nov-databases-directory instead of
7643         nnml-generate-nov-databases-1.
7644
7645 2007-11-24  Glenn Morris  <rgm@gnu.org>
7646
7647         * message.el (message-tool-bar-retro): Update for rename
7648         mail_send.xpm->mail-send.xpm.
7649
7650 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7651
7652         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7653         `smime-ldap-search' for Emacs 22 and up.
7654
7655 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7656
7657         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7658
7659         * message.el (message-send-mail-function): Fix error convention.
7660         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7661         (message-widen-reply, message-send-mail, message-talkative-question)
7662         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7663         (message-clone-locals, message-send-news): Use with-current-buffer.
7664         (message-insert-or-toggle-importance): Remove unused var `valid'.
7665         (message-make-references): Remove unused var `new-references'.
7666         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7667
7668 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7669
7670         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7671         (spam-split-symbolic-return-positive): Reflow docstring.
7672         (spam-backends, spam-summary-exit-behavior)
7673         (spam-mark-ham-unread-before-move-from-spam-group)
7674         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7675         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7676         (spam-clear-cache, spam-backend-check, spam-install-backend)
7677         (spam-install-statistical-backend, spam-list-of-processors)
7678         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7679         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7680         (spam-check-crm114, spam-initialize, spam-unload-hook):
7681         Fix typos in docstrings.
7682
7683 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7684
7685         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7686         been checked if they have never been read and those group levels are
7687         higher than the one that a user specified.
7688
7689 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7692         foreign groups unless a group level is specified by a user.
7693         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7694
7695 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7696
7697         * message.el (message-send-mail-function): Require sendmail.
7698
7699 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * message.el (message-send-mail-function): Check for smtpmail too.
7702
7703         * utf7.el (utf7-encode, utf7-decode): Use coding system
7704         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7705
7706         * message.el (message-send-mail-function): New function.
7707         (message-send-mail-function): Set default using
7708         message-send-mail-function.  Adjust doc string.
7709         (message-send-mail-with-mailclient): New function.
7710
7711 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7712
7713         * smime.el (from):
7714         * rfc2047.el (message-posting-charset):
7715         * qp.el (mm-use-ultra-safe-encoding):
7716         * pop3.el (parse-time-months):
7717         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7718         * nnml.el (files):
7719         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7720         (jka-compr-compression-info-list, ange-ftp-path-format)
7721         (efs-path-regexp):
7722         * nndiary.el (files):
7723         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7724         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7725         (epg-digest-algorithm-alist, inhibit-redisplay)
7726         (password-cache-expiry):
7727         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7728         (pgg-output-buffer, password-cache-expiry):
7729         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7730         (efs-path-regexp):
7731         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7732         (inhibit-redisplay):
7733         * mm-uu.el (file-name, start-point, end-point, entry)
7734         (gnus-newsgroup-name, gnus-newsgroup-charset):
7735         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7736         (latin-unity-ucs-list):
7737         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7738         (mm-uu-binhex-decode-function):
7739         * message.el (gnus-message-group-art, gnus-list-identifiers)
7740         (rmail-enable-mime-composing, gnus-local-organization)
7741         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7742         (gnus-read-active-file, facemenu-add-face-function)
7743         (facemenu-remove-face-function, gnus-article-decoded-p)
7744         (tool-bar-mode):
7745         * mail-source.el (display-time-mail-function):
7746         * gnus-util.el (nnmail-pathname-coding-system)
7747         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7748         (gnus-original-article-buffer, gnus-user-agent)
7749         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7750         (xemacs-codename, sxemacs-codename, emacs-program-version):
7751         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7752         * gnus-start.el (gnus-agent-covered-methods)
7753         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7754         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7755         (gnus-newsgroup-headers, gnus-group-list-mode)
7756         (gnus-group-mark-positions, gnus-newsgroup-data)
7757         (gnus-newsgroup-unreads, nnoo-state-alist)
7758         (gnus-current-select-method, mail-sources)
7759         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7760         (nnmail-spool-file, gnus-cache-active-hashtb):
7761         * gnus-mh.el (mh-lib-progs):
7762         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7763         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7764         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7765         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7766         (gnus-group-buffer):
7767         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7768         (font-lock-set-defaults):
7769         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7770         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7771         (gnus-summary-post-menu, total-parts, type, condition, length):
7772         * gnus-agent.el (gnus-agent-read-agentview):
7773         * flow-fill.el (show-trailing-whitespace):
7774         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7775         eval-and-compile wrappers for byte compiler pacifiers.
7776
7777         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7778         (mm-display-inline-fontify): Check for featurep 'xemacs not
7779         extent-list.
7780
7781         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7782         itimer-list.
7783         (mm-create-image-xemacs): Only do something for XEmacs.
7784         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7785
7786         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7787
7788         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7789         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7790
7791 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7792
7793         * nnimap.el (nnimap-split-download-body):
7794         * gnus-demon.el (gnus-demon):
7795         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7796
7797 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7798
7799         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7800         New macros.
7801         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7802         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7803         copy data from unibyte buffer to multibyte current buffer.
7804         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7805         to copy data from unibyte current buffer to multibyte buffer.
7806         (nntp-make-process-buffer): Make process buffer unibyte.
7807
7808         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7809
7810 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7811
7812         * pop3.el (pop3-open-server): Accept and process data more robustly at
7813         connexion start to avoid spurious "POP SSL connexion failed" errors.
7814
7815 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7816
7817         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7818         read group names.
7819
7820 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7823
7824 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7825
7826         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7827         (nnmail-save-active): Use a unibyte buffer when saving active file,
7828         which may contain non-ASCII group names.
7829
7830         * nnml.el (nnml-request-group): Decode group names in messages.
7831
7832 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * message.el (message-citation-line-function)
7835         (message-insert-formatted-citation-line): Fix spelling of
7836         `message-insert-formated-citation-line'.
7837
7838 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7841
7842 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7843
7844         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7845         nnmail-pathname-coding-system.
7846
7847         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7848         that a user enters; decode group names in messages.
7849
7850         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7851
7852 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7853
7854         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7855
7856         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7857
7858         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7859         risky local variable.
7860
7861         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7862
7863 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7864
7865         * encrypt.el: Improve documentation to fix function name typo.
7866         Reported by Daiki Ueno <ueno@unixuser.org>.
7867
7868 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7871         even if the point is not in the last page of an article.
7872         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7873         back to the previous page.
7874
7875 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7876
7877         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7878
7879 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7880
7881         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7882
7883 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7884
7885         * message.el (message-check-news-body-syntax):
7886         Avoid mm-string-as-multibyte.
7887         (message-hide-headers): Don't assume (point-min)==1.
7888
7889 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7890
7891         * message.el (message-remove-blank-cited-lines): Fix if remove is
7892         given.
7893         (message-bogus-address-regexp): New variable.
7894         (message-bogus-recipient-p): New function.
7895         (message-check-recipients): New command.
7896         (message-syntax-checks): Add `bogus-recipient'.
7897         (message-fix-before-sending): Add `bogus-recipient'.
7898
7899         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7900         (gnus-treat-body-boundary): Don't test window-system.
7901
7902 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7903
7904         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7905
7906 2007-10-28  Miles Bader  <miles@gnu.org>
7907
7908         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7909         at compile-time too.
7910
7911 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7912
7913         * gnus-msg.el (gnus-message-setup-hook):
7914         Add `message-remove-blank-cited-lines' to options.
7915
7916 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7917
7918         * message.el (message-remove-blank-cited-lines): New function.
7919         Suggested by Karl Plästerer.
7920
7921 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7924         mapc.
7925
7926         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7927         (top-level): Use mapc to set functions to be traced for debugging.
7928
7929         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7930         called for effect with while loop.
7931
7932         * message.el (message-talkative-question): Replace mapcar called for
7933         effect with mapc.
7934
7935         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7936         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7937         called for effect with dolist.
7938
7939         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7940
7941         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7942         gnus-extra-headers and nnmail-extra-headers.
7943
7944         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7945         called for effect with dolist.
7946         (top-level): Use mapc to set functions to be traced for debugging.
7947
7948         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7949         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7950         dolist.
7951
7952         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7953         Replace mapcar called for effect with mapc.
7954         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7955         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7956         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7957         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7958
7959         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7960         remove-if that's a cl function.
7961
7962         * webmail.el (webmail-debug): Replace mapcar called for effect with
7963         dolist.
7964
7965         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7966         with mapc.
7967
7968 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7971         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7972         with while loop.
7973
7974         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7975         functions from article-* functions.
7976         (gnus-multi-decode-header): Replace mapcar called for effect with
7977         dolist.
7978
7979         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7980         (gnus-bookmark-show-details): Replace mapcar called for effect with
7981         while loop.
7982
7983         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7984         called for effect with while loop.
7985
7986         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7987         with dolist.
7988
7989         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7990         Replace mapcar called for effect with dolist.
7991
7992         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7993
7994         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7995         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7996         Replace mapcar called for effect with dolist.
7997         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7998         mapc.
7999
8000         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8001         Replace mapcar called for effect with dolist.
8002         (gnus-topic-list): Replace mapcar called for effect with mapc.
8003
8004         * gnus.el: Use mapc instead of mapcar to add autoloads.
8005
8006 2007-10-23  Richard Stallman  <rms@gnu.org>
8007
8008         * gnus-group.el (gnus-group-highlight): Mark as risky.
8009
8010 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8011
8012         * gnus.el (gnus-server-to-method): Return method found first in
8013         gnus-newsrc-alist.
8014
8015         * gnus-art.el (gnus-article-highlight-signature)
8016         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8017         button overlay without the front stickiness.
8018
8019 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8020
8021         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8022         overview buffer needed a catch to receive its throw.
8023         (gnus-agent-flush-cache): Declare as interactive to make this function
8024         easier to use.
8025
8026 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8027
8028         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8029         `next-line'.
8030
8031 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8032
8033         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8034         exclude address matching message-dont-reply-to-names.
8035
8036 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8037
8038         * gnus-util.el (gnus-string<): New function.
8039
8040         * gnus-sum.el (gnus-article-sort-by-author)
8041         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8042
8043 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8046         the frame-focus tag is set in gnus-buffer-configuration.
8047
8048 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8051         the front stickiness.
8052
8053 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8054
8055         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8056         url pattern; remove duplicate one.
8057         (gnus-article-extend-url-button): New function.
8058         (gnus-article-add-buttons): Use it.
8059         (gnus-button-push): Use concatenated url that it makes.
8060
8061 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8062
8063         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8064
8065 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8066
8067         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8068         Don't hardcode point-min==1.
8069
8070 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8073         Fix comment about "iso8859-1".
8074
8075 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8076
8077         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8078         ones returned from the verify-function.
8079
8080         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8081         Call mml2015-extract-cleartext-signature if extraction failed.
8082
8083 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8084
8085         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8086         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8087         failed.
8088
8089 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8090
8091         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8092
8093 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8094
8095         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8096         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8097         recommends to use EasyPG instead of PGG.
8098
8099         * pgg.el: Revert to revision 6.23.2.16.
8100
8101         * pgg-def.el: Revert to revision 6.6.2.14.
8102
8103         * pgg-gpg.el: Revert to revision 6.23.2.34.
8104
8105 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8106
8107         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8108         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8109         thread for both the null and zero (kill/expire thread) universal prefix
8110         cases.
8111         (gnus-summary-expire-thread): Add new function to expire a thread,
8112         using gnus-summary-kill-thread.
8113         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8114         shortcuts for gnus-summary-expire-thread.
8115         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8116         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8117
8118 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8121         extras value, so an extras entry can be deleted.
8122         (gnus-registry-delete-extra-entry): Use it.
8123         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8124         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8125         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8126         storage through the gnus-registry, and provide an appropriate API for
8127         it.
8128
8129 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8130
8131         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8132         Suggested by Leo <sdl.web@gmail.com>.
8133
8134         * gnus.el: Do.
8135
8136 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8139         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8140
8141         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8142
8143         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8144         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8145
8146 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8147
8148         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8149         newline.
8150         (nnmbox-request-accept-article): Don't change article in source buffer;
8151         narrow to header to use message-fetch-field rather than
8152         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8153         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8154         as delimiters; make sure article ends with newline.
8155         (nnmbox-delete-mail): Correct last position of article to be deleted;
8156         ignore X-Gnus-Newsgroup header in article body.
8157         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8158         positions; make sure article ends with newline.
8159
8160         * message.el (message-display-abbrev): Don't infloop when a user
8161         inserts SPC in the beginning of header.
8162
8163         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8164         coding-system-for-read and coding-system-for-write for XEmacs having no
8165         file-coding feature.
8166
8167         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8168
8169 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8170
8171         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8172         list of groups not followed by default.  Fix type to be regexp.
8173         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8174
8175 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8176
8177         * hmac-def.el (define-hmac-function): Switch from old-style to
8178         new-style backquotes.
8179
8180         * md4.el (md4-make-step): Likewise.
8181
8182 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8183
8184         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8185         raw-text coding system when saving .newsrc file, which may contain
8186         non-ASCII group names.
8187
8188 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-cus.el (gnus-score-extra): New widget.
8191         (gnus-score-extra-convert): New function.
8192         (gnus-score-customize): Use it for Extra.
8193
8194 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8195
8196         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8197         (mml2015-mailcrypt-clear-verify): Use it.
8198         (mml2015-gpg-clear-verify): Use it.
8199         (mml2015-pgg-clear-verify): Use it.
8200         (mml2015-epg-clear-verify): Replace the current part with the output
8201         from GnuPG; don't extract the plaintext by itself.
8202
8203         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8204         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8205         mml2015-clear-verify-function; don't touch the armor headers or
8206         dash-escaped text here.
8207
8208 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8209
8210         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8211         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8212         parts, or application/octet-stream as a last resort.
8213         (gnus-mime-view-part-as-type): Don't toggle display.
8214         (gnus-mime-view-part-as-charset): Don't turn off display before
8215         querying charset.
8216
8217         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8218         stuff to undisplayer function in Emacs.
8219         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8220
8221         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8222         text/calendar parts.
8223
8224 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8227         decoding text/calendar parts.
8228
8229         * message.el (message-forward-make-body-mime): Always mark body as
8230         having no illegible text; remove signed-or-encrypted argument.
8231         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8232
8233         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8234         (mml-generate-mime-1): Don't encode body if it is specified to be in
8235         raw form; don't make buffer be unibyte when inserting multibyte string.
8236
8237 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8238
8239         * sha1.el: Fix up comment style.
8240         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8241         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8242
8243         * hex-util.el: Fix up comment style.
8244         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8245
8246         * gnus-salt.el: Use with-current-buffer.
8247         (gnus-pick-setup-message): Fix long-standing typo.
8248
8249 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8250
8251         * imap.el (imap-logout-timeout): New variable.
8252         (imap-logout, imap-logout-wait): New functions.
8253         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8254
8255         * nnimap.el (nnimap-logout-timeout): New server variable.
8256         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8257         nnimap-logout-timeout.
8258
8259         * gnus-art.el (gnus-article-summary-command-nosave)
8260         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8261
8262 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8263
8264         * gnus.el (gnus-maximum-newsgroup): New variable.
8265
8266         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8267         according to gnus-maximum-newsgroup.
8268
8269         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8270         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8271         Limit the range of articles according to gnus-maximum-newsgroup.
8272
8273 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8274
8275         * gnus-art.el (gnus-sticky-article): Fix problems described in
8276         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8277         Don't perform gnus-configure-windows here; reuse existing sticky
8278         article buffer.
8279
8280         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8281         it doesn't exist in gnus-article-mode.
8282
8283 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8284
8285         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8286         (gnus-agent-decoded-group-name): New function.
8287         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8288         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8289
8290 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8291
8292         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8293         Add binding for gnus-sticky-article.
8294         (gnus-summary-exit): Don't kill sticky article buffers.
8295
8296         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8297         article buffer.
8298         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8299         (gnus-kill-sticky-article-buffers): New commands.
8300
8301 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8302
8303         * nntp.el (nntp-xref-number-is-evil): New server variable.
8304         (nntp-find-group-and-number): If it is non-nil, don't trust article
8305         numbers in the Xref header.
8306
8307 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * gnus-agent.el (gnus-agent-read-group): New function.
8310         (gnus-agent-flush-group, gnus-agent-expire-group)
8311         (gnus-agent-regenerate-group): Use it.
8312         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8313         nnmail-pathname-coding-system.
8314
8315 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8318
8319         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8320         that are unread as unread, and also as selected so that information of
8321         marks having been changed by a user may be updated when exiting group.
8322
8323 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8324
8325         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8326
8327 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8330         calculated ignoring signature parts to gnus-treat-article.
8331
8332 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8333
8334         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8335         a point here in order to keep the window start.
8336         (gnus-insert-mime-security-button): Make a button overlay without the
8337         front stickiness.
8338         (gnus-mime-display-security): Goto the end of a button.
8339
8340         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8341
8342 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8343
8344         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8345         group-name-at-point.
8346         (gnus-group-completing-read): New function that offers decoded
8347         non-ASCII group names for completion.
8348         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8349         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8350         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8351         (gnus-group-fetch-control): Use it.
8352         (gnus-fetch-group): Use group-name-at-point for the initial value
8353         rather than the default value; use gnus-alive-p.
8354
8355         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8356         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8357         (gnus-summary-post-news): Use gnus-group-completing-read.
8358
8359         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8360         (gnus-read-move-group-name): Decode group name for completion.
8361
8362 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8363
8364         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8365         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8366         Yamaoka slightly modified the code).
8367
8368 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8369
8370         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8371         (nnmail-split-incoming): Bind it.
8372
8373         * nnml.el (nnml-group-name-charset): New function.
8374         (nnml-decoded-group-name): Use it; don't decode group name if
8375         nnmail-group-names-not-encoded-p is non-nil.
8376         (nnml-encoded-group-name): New function.
8377         (nnml-group-pathname): Inline nnml-decoded-group-name.
8378         (nnml-request-expire-articles): Decode group name in message.
8379         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8380         nnmail-pathname-coding-system.
8381         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8382         not decoded ones according to nnmail-group-names-not-encoded-p.
8383         (nnml-generate-active-info): Use nnml-encoded-group-name.
8384
8385 2007-08-08  Glenn Morris  <rgm@gnu.org>
8386
8387         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8388         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8389         doc-strings and comments.
8390
8391 2007-07-25  Glenn Morris  <rgm@gnu.org>
8392
8393         * Relicense all FSF files to GPLv3 or later.
8394
8395 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8396
8397         * gnus-sum.el (gnus-summary-move-article):
8398         Make gnus-summary-respool-article work.
8399
8400 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8403         string.
8404
8405 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8406
8407         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8408         that should be ignored when comparing distant RSS articles with local
8409         ones.
8410         (nnrss-make-hash-index): New function.  Create a hash index according
8411         to the ignored fields.
8412         (nnrss-check-group): Use it.
8413
8414 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8417
8418         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8419
8420         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8421         the new optional argument ENCODED is non-nil.
8422         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8423         coding system for encoding group name.
8424         (gnus-group-make-rss-group): Pass un-encoded group name to
8425         gnus-group-make-group.
8426         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8427         encoded.
8428
8429         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8430         Encode group name to which articles are moved or copied.
8431         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8432         coding system for encoding Newsgroup, Followup-To and Xref headers.
8433
8434         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8435         marks; use nnheader-file-coding-system to write a file.
8436         (nnagent-retrieve-headers): Bind file-name-coding-system to
8437         nnmail-pathname-coding-system.
8438
8439         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8440
8441         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8442         (nnml-request-article, nnml-request-create-group)
8443         (nnml-request-rename-group, nnml-find-id)
8444         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8445         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8446         (nnml-save-marks): Use nnml-group-pathname instead of
8447         nnmail-group-pathname.
8448
8449         (nnml-request-create-group, nnml-request-expire-articles)
8450         (nnml-request-move-article, nnml-request-delete-group)
8451         (nnml-deletable-article-p, nnml-possibly-create-directory)
8452         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8453         (nnml-open-marks): Bind file-name-coding-system to
8454         nnmail-pathname-coding-system.
8455
8456         (nnml-request-article): Pass server argument to nnml-find-group-number.
8457         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8458         Pass server argument to nnml-possibly-create-directory.
8459         (nnml-request-accept-article): Pass server argument to
8460         nnml-active-number and nnml-save-mail.
8461         (nnml-find-group-number): Pass server argument to nnml-find-id.
8462         (nnml-request-update-info): Pass server argument to
8463         nnml-marks-changed-p.
8464
8465         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8466         (nnml-save-mail, nnml-active-number): Add server argument.
8467
8468         (nnml-request-delete-group): Warn if group is missing.
8469         (nnml-get-nov-buffer): Decode group name.
8470         (nnml-generate-active-info): Encode group name.
8471         (nnml-open-marks): Decode group name in messages.
8472
8473 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8476         if it is not specified.
8477         (gnus-article-pipe-part, gnus-article-save-part)
8478         (gnus-article-interactively-view-part, gnus-article-copy-part)
8479         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8480         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8481         (gnus-article-replace-part, gnus-article-delete-part)
8482         (gnus-article-view-part-as-type): Pass raw prefix argument to
8483         gnus-article-part-wrapper.
8484
8485 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-agent.el (gnus-agent-save-active):
8488         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8489
8490         * gnus-cache.el (gnus-cache-save-buffers)
8491         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8492         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8493         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8494         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8495         (gnus-cache-generate-active, gnus-cache-rename-group)
8496         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8497         (gnus-cache-update-overview-total-fetched-for):
8498         Bind file-name-coding-system to nnmail-pathname-coding-system.
8499         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8500         New variables.
8501         (gnus-cache-decoded-group-name): New function.
8502         (gnus-cache-file-name): Use it.
8503         (gnus-cache-generate-active): Use non-decoded group name for active.
8504
8505         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8506         right place.
8507         (gnus-write-active-file): Don't break non-ASCII group names.
8508
8509         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8510         nnmail-pathname-coding-system.
8511
8512         * lpath.el: Bind default-file-name-coding-system,
8513         file-name-coding-system and language-info-alist for XEmacs.
8514
8515         * gnus-uu.el (gnus-uu-decode-save): Typo.
8516
8517 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8520
8521 2007-07-14  David Kastrup  <dak@gnu.org>
8522
8523         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8524         finishing actions if we did not edit the article.
8525
8526 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8527
8528         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8529         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8530         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8531         (gnus-agent-flush-group, gnus-agent-flush-cache)
8532         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8533         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8534         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8535         (gnus-agent-regenerate-group)
8536         (gnus-agent-update-files-total-fetched-for)
8537         (gnus-agent-update-view-total-fetched-for):
8538         Bind file-name-coding-system to nnmail-pathname-coding-system.
8539         (gnus-agent-group-pathname): Don't encode file names by
8540         nnmail-pathname-coding-system.
8541         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8542         coding-system-for-write instead of buffer-file-coding-system to
8543         gnus-agent-file-coding-system.
8544
8545         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8546         Decode group name.
8547
8548         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8549
8550         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8551         (gnus-read-newsrc-el-file): Make group names unibyte.
8552
8553         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8554         nnmail-pathname-coding-system.
8555
8556         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8557         (nnrss-request-delete-group): Bind file-name-coding-system to
8558         nnmail-pathname-coding-system.
8559         (nnrss-read-server-data, nnrss-read-group-data):
8560         Bind file-name-coding-system correctly.
8561         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8562
8563         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8564         (nntp-server-to-method-cache): New variable.
8565         (nntp-group-pathname): New function that decodes non-ASCII group names.
8566         (nntp-possibly-create-directory, nntp-marks-changed-p)
8567         (nntp-save-marks, nntp-open-marks): Use it.
8568         (nntp-possibly-create-directory, nntp-open-marks):
8569         Bind file-name-coding-system to nnmail-pathname-coding-system.
8570         (nntp-open-marks): Decode group names when bootstrapping marks.
8571
8572         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8573         Newsgroups and Folowup-To headers.
8574
8575 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8576
8577         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8578         (gnus-server-closed-face, gnus-server-denied-face)
8579         (gnus-server-offline-face): Remove variable.
8580         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8581
8582         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8583         of modifying message-stack directly for XEmacs.
8584
8585         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8586         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8587         if the coding-system argument is nil for XEmacs.
8588
8589         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8590         mm-charset-override-alist.
8591
8592         * rfc2047.el: Don't require base64; require rfc2045 for the function
8593         rfc2045-encode-string.
8594         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8595         to quote the parameter value.
8596
8597 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8598
8599         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8600         form in gnus-group-name-charset-method-alist.
8601
8602         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8603         overrides the default layout edit-form.
8604
8605         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8606
8607         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8608
8609 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8612         as unfetched articles.
8613
8614 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8615
8616         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8617
8618 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8619
8620         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8621         original back end that keeps marks in the local system.
8622
8623 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8624
8625         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8626         arg of pop-to-buffer for XEmacs.
8627         (gnus-article-read-summary-keys): Ditto; don't restore window
8628         configuration if summary command ends up with neither article buffer
8629         nor summary buffer; describe bindings if summary keys end with C-h.
8630
8631 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8632
8633         * message.el (message-fix-before-sending): Skip raw message part to be
8634         forwarded while checking illegible text.
8635         (message-forward-make-body-mime, message-forward-make-body):
8636         Mark signed or encrypted raw message as having no illegible text.
8637
8638 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8639
8640         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8641         (gnus-message-with-timestamp-1): New macro.
8642         (gnus-message-with-timestamp): New function.
8643         (gnus-message): Use them.
8644
8645         * nnheader.el (nnheader-message): Use them.
8646
8647 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8650         .newsrc.eld file.
8651
8652 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8653
8654         * gnus-agent.el (gnus-agent-fetch-headers)
8655         (gnus-agent-retrieve-headers):
8656         Bind gnus-decode-encoded-address-function to identity.
8657
8658         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8659         available also when the server returns simply a dot.
8660
8661         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8662
8663 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8664
8665         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8666
8667 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-ems.el (gnus-x-splash): Make it work.
8670
8671         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8672         from being used.
8673
8674         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8675
8676 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8677
8678         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8679         4th and the 5th arguments.
8680
8681         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8682         the front stickiness.
8683         (gnus-article-summary-command-nosave): Correct the order of the
8684         arguments passed to pop-to-buffer.
8685         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8686         summary command ends up with the article buffer.
8687
8688         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8689         the same faces.
8690
8691 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8692
8693         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8694
8695 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8696
8697         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8698         * gnus-sum.el (gnus-summary-highlight):
8699         * pgg.el (pgg-sign-region, pgg-sign):
8700         * mail-source.el (mail-source-delete-old-incoming-confirm):
8701         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8702
8703 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8704
8705         * gnus-art.el (gnus-mime-view-part-externally)
8706         (gnus-mime-view-part-internally): Fix predicate function passed to
8707         completing-read.
8708
8709         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8710
8711         * gnus.el (gnus-update-message-archive-method): Add :version.
8712
8713 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8714
8715         * gnus.el (gnus-update-message-archive-method): New variable.
8716
8717         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8718         according to gnus-message-archive-method if
8719         gnus-update-message-archive-method is non-nil.
8720
8721 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8724         Suggested by Loic Dachary <loic@dachary.org>.
8725         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8726
8727 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * message.el (message-pop-to-buffer): Add switch-function argument.
8730         (message-mail): Pass switch-function argument to it.
8731
8732 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8733
8734         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8735         Improve doc string.
8736
8737 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8740         (gnus-header-content)
8741         * gnus-cite.el (gnus-cite-10)
8742         * gnus-srvr.el (gnus-server-closed)
8743         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8744         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8745         (gnus-group-mail-3-empty, gnus-group-mail-low)
8746         (gnus-group-mail-low-empty, gnus-splash)
8747         * message.el (message-header-to, message-header-cc)
8748         (message-header-subject, message-header-other, message-header-name)
8749         (message-header-xheader, message-separator, message-cited-text)
8750         (message-mml): Lighten colors of faces used for dark background.
8751
8752 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8753
8754         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8755         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8756
8757 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * message.el (message-narrow-to-headers-or-head):
8760         Ignore mail-header-separator in the body.
8761
8762 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8763
8764         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8765         same as window size.
8766
8767 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8768
8769         * message.el (message-font-lock-keywords): Use message-header-xheader
8770         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8771         ahead of the anything pattern, to get it recognised.
8772
8773 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8776         spam.el loads uses it in the compiled defadvice form.
8777
8778 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8779
8780         * gnus-sum.el (gnus-articles-to-read)
8781         (gnus-summary-insert-old-articles): Don't truncate group name for
8782         `read-string'.
8783
8784         * gnus-util.el (gnus-limit-string): Delete this function.
8785
8786         * gnus-sum.el (gnus-simplify-subject-fully):
8787         Use `truncate-string-to-width' instead.
8788
8789 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8790
8791         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8792         Tell if, on summary exit, the next group has to be selected.
8793         (gnus-summary-exit): Use it.
8794
8795 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8796
8797         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8798         non-break space.
8799
8800 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8801
8802         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8803         Check if group is not a directory.
8804         (nnfolder-request-expire-articles): Don't delete articles if the target
8805         group is not available.
8806
8807         * nnml.el (nnml-request-create-group): Properly check if group is not a
8808         file.
8809         (nnml-request-expire-articles): Don't delete articles if the target
8810         group is not available.
8811
8812         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8813         Don't quote characters that are within parentheses.
8814
8815 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8816
8817         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8818         (gnus-handle-ephemeral-exit): Select article according to it.
8819
8820 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8821
8822         * message.el (message-insert-formated-citation-line): Remove newline.
8823         (message-citation-line-format): Add final \n here so that the user can
8824         avoid a blank line.
8825
8826 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8827
8828         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8829         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8830         Update lanl/arXiv support.
8831
8832 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * gnus.el: Bump version number.
8835
8836 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8837
8838         * gnus.el (gnus-version-number): Bump version.
8839
8840 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8841
8842         * gnus.el: No Gnus v0.6 is released.
8843
8844 2007-04-27  Didier Verna  <didier@xemacs.org>
8845
8846         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8847         * gmm-utils.el (gmm-regexp-concat): ... here.
8848         * message.el: Don't require 'gnus-util.
8849         (message-dont-reply-to-names): Handle name change above.
8850         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8851
8852 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8853
8854         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8855         since the initial value varies according to the system.
8856
8857 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8858
8859         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8860
8861 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8862
8863         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8864
8865 2007-04-24  Didier Verna  <didier@xemacs.org>
8866
8867         Improve the type of gnus-ignored-from-addresses.
8868         * gnus-util.el (gnus-orify-regexp): New function.
8869         * message.el (gnus-util): Require it.
8870         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8871         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8872         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8873
8874 2007-04-24  Didier Verna  <didier@xemacs.org>
8875
8876         * gnus-sum.el:
8877         * gnus-utils.el: Fix some trailing whitespaces.
8878
8879 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8880
8881         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8882         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8883         article's Message-ID; refer parent article in summary buffer.
8884
8885         * message.el (message-bounce): Call mime-to-mml.
8886
8887         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8888         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8889         optimize and/or forms properly.
8890
8891 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8892
8893         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8894         URL.
8895
8896 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8899
8900 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8903         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8904         displayed of multipart/alternative part if it is invoked from summary
8905         buffer.
8906
8907         * mm-view.el (mm-inline-text-html-render-with-w3m)
8908         (mm-inline-text-html-render-with-w3m-standalone)
8909         (mm-inline-render-with-function): Use mail-parse-charset by default.
8910
8911 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8912
8913         * parse-time.el (parse-time-string-chars): Check if CHAR
8914         is less than the length of parse-time-syntax.
8915
8916 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8919         from gnus-newsgroup-processable.
8920
8921 2007-04-16  Didier Verna  <didier@xemacs.org>
8922
8923         * gnus-msg.el (gnus-configure-posting-styles):
8924         Handle message-signature-directory properly with :file syntax.
8925         Reported by "Leo".
8926
8927 2007-04-11  Didier Verna  <didier@xemacs.org>
8928
8929         New user option: message-signature-directory.
8930         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8931         * message.el (message-insert-signature): Ditto.
8932         * message.el (message-signature-file): Doc update.
8933         * message.el (message-signature-directory): New.
8934
8935 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8936
8937         * gnus-msg.el (gnus-inews-yank-articles):
8938         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8939
8940 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * message.el (message-yank-original): Make sure cited text ends with
8943         newline; don't exchange point and mark.
8944
8945 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8946
8947         * tls.el (open-tls-stream): Properly handle case where there
8948         is no associated buffer.
8949
8950 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8951
8952         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8953         message-yank-original, make sure (< mark TEXT point).
8954
8955 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8956
8957         * message.el (message-fill-column): New variable.
8958         (message-mode): Use it.  Add comment on a possible new hook.
8959
8960         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8961         (nnmail-get-new-mail): Reformat.
8962
8963         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8964
8965         * gmm-utils.el: Fix Commentary.
8966         (gmm-tool-bar-from-list): Fix typo in doc string.
8967
8968 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8969
8970         * message.el (message-yank-original): Don't switch point and mark
8971         unnecessarily to put point and mark as documented.
8972
8973 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8974
8975         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8976         from the message heads.
8977
8978 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8979
8980         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8981         article buffer does not have a window.  This may not be the best
8982         solution but is certainly better than setting the start of the null,
8983         that is the current, window.
8984
8985 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8986
8987         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8988         (gnus-draft-setup): Run it.
8989
8990         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8991         gnus-score-fast-scoring.  Allow regexp.
8992         (gnus-score-headers): Use it.
8993
8994         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8995         XEmacs.
8996
8997         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8998         string.
8999         (gnus-button-alist): Also catch `<f1> k ...'.
9000         (gnus-treat-display-x-face): Fix doc string.
9001
9002 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9003
9004         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9005         evaluation of gnus-extended-version to ensure correct generation of the
9006         User-Agent header when message-generate-headers-first is used.
9007
9008 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9009
9010         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9011         hashcash-path is nil.  Don't call callback with incorrect number of
9012         parameters if val is 0.
9013
9014 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9015
9016         * message.el (message-required-news-headers):
9017         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9018
9019 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9020
9021         * tls.el (open-tls-stream): In handshake-waiting loop,
9022         don't wait more if there is output available to process.
9023
9024 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9025
9026         * tls.el (tls-program): Doc fix.
9027
9028 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * message.el (message-generate-new-buffers): Change the meaning of the
9031         nil value; add `standard' to the choices; treat t as `unique'; improve
9032         doc string.
9033         (gnus-select-frame-set-input-focus): Autoload.
9034         (message-buffer-name): Search for the existing message buffer if
9035         message-generate-new-buffers is nil or `standard'; treat the value t of
9036         message-generate-new-buffers as `unique'.
9037         (message-pop-to-buffer): Raise the frame already displaying the message
9038         buffer; clear the echo area after querying.
9039         (message-setup): Pass the `continue' argument to compose-mail.
9040         (message-mail): Prefer `switch-function' if it is given; search for the
9041         existing message buffer if the `continue' argument is non-nil; pass
9042         continue and switch-function arguments to compose-mail by way of
9043         message-setup.
9044         (message-mail-other-window): Adjust argument of message-setup.
9045         (message-mail-other-frame): Ditto.
9046
9047 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9048
9049         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9050         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9051         to turn font-lock on when turning gnus-message-citation-mode on.
9052
9053 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9054
9055         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9056         (mml-smime-function-alist): New variable; add epg as the backend.
9057         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9058         mml-smime- functions instead.
9059         * mm-view.el: Require smime.
9060
9061 2007-03-05  Didier Verna  <didier@xemacs.org>
9062
9063         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9064         instead of just inheritance for posting styles.
9065         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9066
9067 2007-02-24  Chris Moore  <dooglus@gmail.com>
9068
9069         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9070         * pgg-pgp.el (pgg-pgp-encrypt-region):
9071         * pgg-gpg.el (pgg-gpg-encrypt-region):
9072         Check pgg-encrypt-for-me if no other recipients.
9073
9074 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9075
9076         * tls.el (tls-certtool-program): Fix custom type.
9077
9078 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9081         and point-at-eol instead of line-(beginning|end)-position.
9082
9083         * assistant.el (assistant-parse-buffer): Ditto.
9084
9085         * netrc.el (netrc-parse-services): Ditto.
9086
9087 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9088
9089         * mml2015.el (mml2015-epg-find-usable-key): New function.
9090         (mml2015-epg-sign): Use it.
9091         (mml2015-epg-encrypt): Use it.
9092
9093 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9094
9095         * message.el (message-make-in-reply-to): Quote name containing
9096         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9097         if there are special characters.  Reported by NAKAJI Hiroyuki
9098         <nakaji@jp.freebsd.org>.
9099
9100 2007-02-27  Didier Verna  <didier@xemacs.org>
9101
9102         Include the group parameters as well as the topic ones in the
9103         inheritance filter process.
9104         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9105         argument GROUP-PARAMS-LIST.
9106         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9107
9108 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9109
9110         * nntp.el (nntp-never-echoes-commands)
9111         (nntp-open-connection-functions-never-echo-commands): New variables.
9112         (nntp-send-command): Use them.
9113
9114 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9115
9116         * mml2015.el (mml2015-epg-verify): Simplify.
9117
9118 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9119
9120         * mml.el (mml-content-disposition-alist): New user option.
9121         (mml-content-disposition): New function.
9122         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9123         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9124
9125 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9126
9127         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9128         verification.
9129
9130 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9131
9132         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9133         articles posted in the last 24 hours.
9134
9135 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9136
9137         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9138
9139 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9140
9141         * nntp.el (nntp-send-command): Don't wait for echoes when
9142         nntp-open-ssl-stream is used.
9143
9144 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9145
9146         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9147         (gnus-message-add-citation-keywords)
9148         (gnus-message-remove-citation-keywords): Remove.
9149         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9150         directly, make the variables in font-lock-defaults buffer-local, add
9151         gnus-message-citation-keywords to them and then update the value of
9152         font-lock-keywords.
9153
9154 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9155
9156         * message.el (message-cite-original-1): Don't call
9157         gnus-article-highlight-citation.
9158
9159         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9160         citations; fix line count.
9161
9162 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9165         (gnus-message-add-citation-keywords)
9166         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9167         versions of font-lock-add-keywords and font-lock-remove-keywords to
9168         work with XEmacs correctly.
9169
9170 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * gnus-cite.el (gnus-cite-face-list): Set the values of
9173         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9174         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9175         (gnus-message-cite-prefix-regexp): New variable.
9176         (gnus-message-search-citation-line): Use it; protect against long
9177         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9178         the 0th match data for Emacs.
9179         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9180         (gnus-message-add-citation-keywords): Append keywords rather than
9181         prepending; emulate font-lock-add-keywords if it is not available.
9182         (gnus-message-remove-citation-keywords):
9183         Emulate font-lock-remove-keywords if it is not available.
9184
9185         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9186
9187         * message.el (message-cite-prefix-regexp): Set the value of
9188         gnus-message-cite-prefix-regexp.
9189
9190 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9191
9192         * nnweb.el (nnweb-google-parse-1): Update parser.
9193
9194 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9195
9196         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9197
9198 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9199
9200         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9201         regexp.
9202
9203 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9204
9205         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9206         string-to-multibyte.
9207         (uudecode-decode-region-internal): Use it.
9208
9209         * lpath.el: Fbind string-as-multibyte for XEmacs.
9210
9211 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9212
9213         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9214         Fix custom choice.
9215
9216         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9217
9218 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9219
9220         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9221
9222         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9223         `write-region' to respect `mm-inhibit-file-name-handlers'.
9224
9225 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9226
9227         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9228         Use gnus-home-directory instead of "~/" or "$HOME".
9229
9230 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9231
9232         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9233         to mention filename.
9234         Add comments at beginning regarding usage.
9235         (encrypt-write-file-contents): Change interactive so a string is
9236         acceptable.  If the file has no associated model, show an error instead
9237         of a nonsense prompt.
9238
9239 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9240
9241         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9242         Thanks to Yoshihiko Yamada for kind notification of this typo.
9243
9244 2007-01-12  Kenichi Handa  <handa@m17n.org>
9245
9246         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9247         multibyte buffer.
9248
9249 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9250
9251         * gnus-score.el (gnus-score-fast-scoring): New variable.
9252         (gnus-score-headers): Use it.
9253
9254         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9255
9256         * message.el (message-cite-original-1):
9257         Call gnus-article-highlight-citation if requested.
9258         (message-make-from): Allow name and address as optional arguments.
9259
9260         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9261
9262         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9263         bugs to doc string.
9264         (gnus-button-alist): Add mid\\|message-id.
9265         (gnus-button-fetch-group): Extend for use in
9266         `browse-url-browser-function'.
9267         (gnus-button-url-regexp): Try to catch paired parentheses like in
9268         Wikipedia URLs.
9269
9270         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9271         Suggested by Simon Krahnke <overlord@gmx.li>.
9272
9273 2007-01-13  Romain Francoise  <romain@orebokech.com>
9274
9275         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9276         Update copyright.
9277
9278 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9279
9280         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9281
9282 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9283
9284         * gnus-registry.el (gnus-registry-unfollowed-groups)
9285         (gnus-registry-split-fancy-with-parent): Fix documentation.
9286
9287 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9288
9289         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9290         from nnweb groups.
9291
9292 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9293
9294         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9295         Xref urls.  Erase buffer before requesting head.
9296
9297         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9298
9299 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9300
9301         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9302         customizable.
9303
9304 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9305
9306         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9307         no signing key is found.
9308         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9309         no encrypting and/or signing key is found.
9310
9311 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9314
9315 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9316
9317         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9318         headers read from disk with the ones newly found in the current search.
9319         This should no longer cause problems, because the article numbers in
9320         Gmane's `nov.php' output are ignored since the previous change.
9321
9322 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9323
9324         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9325
9326 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9327
9328         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9329         replace-regexp-in-string; bind url-version; fbind display-images-p and
9330         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9331         find-face and set-itimer-function for Emacs; bind itimer-list for
9332         Emacs.
9333
9334         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9335
9336 2007-01-01  Romain Francoise  <romain@orebokech.com>
9337
9338         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9339
9340 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9341
9342         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9343         `define-minor-mode' macro definition expanded properly.
9344         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9345         exclude it there.
9346
9347         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9348         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9349         `fboundp' test.
9350         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9351         This is OK to autoload in (S)XEmacs now.
9352
9353 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9354
9355         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9356         keystroke.
9357         (gnus-summary-limit-to-singletons): Fix typo.
9358
9359         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9360         else fails.
9361
9362 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9363
9364         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9365         docstring.
9366
9367         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9368         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9369         (gnus-summary-insert-dormant-articles): Fix typo in message.
9370
9371 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9372
9373         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9374         nil for XEmacs.
9375         (gnus-message-citation-mode): Don't autoload in XEmacs.
9376
9377         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9378
9379 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9380
9381         * nnimap.el (nnimap-expunge-search-string):
9382         Mention nnimap-search-uids-not-since-is-evil in docstring.
9383
9384 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9385
9386         * spam.el: Revert to make-obsolete-variable because
9387         define-obsolete-variable-alias is not supported in Emacs 21.
9388
9389         * spam.el (spam-ifile-path, spam-ifile-database-path)
9390         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9391         make-obsolete-variable.
9392         (spam-bsfilter-path, spam-bsfilter-program)
9393         (spam-spamassassin-path, spam-spamassassin-program)
9394         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9395         Don't use "path" inappropriately.
9396         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9397         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9398         variable names.
9399
9400 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9401
9402         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9403         summary buffer.
9404
9405         * password.el (password-cache-remove): Use clear-string to burn
9406         password, if available.
9407
9408 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9409
9410         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9411
9412         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9413
9414         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9415         (gnus-message-highlight-citation): Move defcustom here from
9416         gnus-cite.el.
9417         (gnus-message-citation-mode): Autoload.
9418
9419         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9420         checks to make it compile with XEmacs.
9421         (gnus-message-citation-mode): New minor mode.
9422         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9423         (gnus-message-highlight-citation): New variables.
9424         (gnus-message-search-citation-line)
9425         (gnus-message-add-citation-keywords)
9426         (gnus-message-remove-citation-keywords)
9427         (turn-on-gnus-message-citation-mode)
9428         (turn-off-gnus-message-citation-mode): New functions.
9429
9430 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9431
9432         * gnus-cite.el: Enable highlighting of different citation levels in
9433         message-mode.
9434
9435 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * message.el (message-make-fqdn): Fix comment.
9438         (message-bogus-system-names): Add ".local".
9439
9440         * spam.el (spam-ifile-path, spam-ifile-program)
9441         (spam-ifile-database-path, spam-ifile-database)
9442         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9443         Don't use "path" inappropriately.
9444         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9445         strings.
9446         (spam-check-ifile, spam-ifile-register-with-ifile)
9447         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9448         Use new variable names.
9449
9450         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9451         (gnus-treat-display-smileys): Simplify using
9452         gnus-image-type-available-p.
9453
9454         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9455         available.
9456
9457         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9458         Use `display-images-p' if available.
9459
9460 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9461
9462         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9463         one after turning on the buffer's multibyteness instead of decoding
9464         them directly in the unibyte buffer that causes unexpected conversion
9465         in Emacs 23 (unicode).
9466
9467 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9468
9469         * message.el (message-generate-hashcash): Fix custom type.
9470
9471 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9472
9473         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9474
9475 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9476
9477         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9478         disconnect icons.  Add help text.
9479
9480 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9481
9482         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9483         negated to be consistent with the others we handle.
9484
9485 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9486
9487         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9488         version of gnus-summary-buffer to something, so that we can use two
9489         article buffers at the same time.
9490
9491 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9492
9493         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9494         trigger all the extra headers.
9495         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9496         sorting.
9497
9498 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9499
9500         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9501         solid groups.
9502
9503 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9504
9505         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9506
9507 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * legacy-gnus-agent.el: Add Copyright notice.
9510
9511 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9512
9513         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9514
9515 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9516
9517         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9518
9519         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9520         to make it work reliably in CVS Emacs.
9521         (gnus-summary-limit-strange-charsets-predicate)
9522         (gnus-summary-limit-to-predicate): New functions.
9523
9524 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9525
9526         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9527         specifying array size.
9528         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9529         array if it is too small.
9530         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9531         (gnus-sort-threads-loop): New function.
9532
9533 2006-12-06  Chris Moore  <dooglus@gmail.com>
9534
9535         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9536         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9537
9538 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9539
9540         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9541         options.
9542
9543 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9544
9545         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9546         DOS-ing the recipient.
9547
9548         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9549         the headers when creating the mapping to avoid mismappings.
9550         (nnweb-gmane-create-mapping): Always nix out old mapping.
9551
9552 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9553
9554         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9555         and mm-verify-option to never.
9556
9557 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9558
9559         * message.el (message-signed-or-encrypted-p): New function.
9560         (message-forward-make-body): Use it.
9561
9562         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9563         Replace encode-coding-string with mm-encode-coding-string.
9564
9565 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9566
9567         * nneething.el (nneething-decode-file-name):
9568         Replace decode-coding-string with mm-decode-coding-string.
9569
9570         * gnus-int.el (gnus-open-server): Say failed server's name.
9571
9572 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9573
9574         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9575         strings to a single string.  Quote `errors-file-name'.
9576         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9577         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9578         Adjust calls.  Use `shell-quote-argument'.
9579
9580 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9581
9582         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9583         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9584
9585         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9586         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9587         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9588         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9589         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9590         (gnus-subscribe-newsgroup, gnus-1):
9591         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9592         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9593         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9594         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9595
9596 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9597
9598         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9599         keystroke.
9600         (gnus-summary-limit-to-bodies): Implement headersp.
9601
9602 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9605
9606 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9607
9608         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9609
9610 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9611
9612         * message.el (message-generate-hashcash): Expand range of values to
9613         include `opportunistic'.
9614         (message-send-mail): Use it.
9615
9616 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9617
9618         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9619         and comment it.
9620
9621         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9622
9623 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * gnus-util.el (gnus-extract-address-components): Improve comment.
9626
9627 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9628
9629         * gnus-util.el (gnus-extract-address-components): Work with address in
9630         which the name portion contains @.
9631
9632         * lpath.el: Fbind custom-autoload.
9633
9634 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9635
9636         * gnus.el (gnus-start): Move custom group up.
9637         (gnus-select-method): Don't autoload, but make it available for
9638         `customize-variable'.
9639         (gnus-getenv-nntpserver): Don't autoload.
9640
9641 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9642
9643         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9644
9645 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * message.el (message-sendmail-extra-arguments): New variable.
9648         (message-send-mail-with-sendmail): Use it.
9649
9650 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9653         mm-with-unibyte-current-buffer to make string unibyte.
9654
9655         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9656         mm-string-as-multibyte.
9657
9658 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9659
9660         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9661         Reported by Werner Koch <wk@gnupg.org>.
9662
9663 2006-11-14  Daiki Ueno  <ueno@p360>
9664
9665         * mml2015.el: Autoload epa-select-keys when compiling.
9666
9667 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9668
9669         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9670         message-options.
9671         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9672
9673 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9674
9675         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9676         EasyPG (< 0.0.6).
9677         (mml2015-always-trust): New user option.
9678         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9679         prompt.
9680
9681 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * nntp.el (nntp-authinfo-force): New variable.
9684         (nntp-send-authinfo): Use it.
9685
9686 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9689         decode encoded words.  Improve prompt.  Add comment about forwarding.
9690         (message-replacement-char): Move up.
9691
9692 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9693
9694         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9695         instead of gnus-intersection because arguments of gnus-sorted-nunion
9696         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9697
9698 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9701         (message-simplify-subject-functions):
9702         Enable message-strip-subject-encoded-words by default.
9703
9704 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * message.el (message-strip-subject-encoded-words): New function.
9707         (message-simplify-subject-functions): New variable.
9708         (message-simplify-subject): Use it.  Fix typo in doc string.
9709         Support message-strip-subject-encoded-words.
9710
9711 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9712
9713         * gnus-diary.el (gnus-diary-delay-format-function):
9714         * nndiary.el (nndiary-reminders):
9715         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9716
9717 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9718
9719         * gnus-art.el (article-hide-boring-headers): Fetch date from
9720         gnus-original-article-buffer to avoid problems with localized date
9721         strings.
9722
9723 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9724
9725         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9726
9727 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9730         New variables.
9731         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9732         (mm-charset-synonym-alist): Move some entries to
9733         mm-codepage-iso-8859-list.
9734         (mm-charset-synonym-alist, mm-charset-override-alist):
9735         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9736
9737 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9740
9741 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9744         with Emacs 21 and XEmacs.
9745
9746 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9747
9748         * spam.el (spam-parse-address): New function for better parsing,
9749         catching errors, etc.
9750         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9751
9752 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9753
9754         * mm-view.el: Add interactive arg to html2text autoload.
9755
9756 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9757
9758         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9759
9760 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9761
9762         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9763         New variables.
9764         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9765         (mm-charset-synonym-alist): Move some entries to
9766         mm-codepage-iso-8859-list.
9767
9768         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9769
9770 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9771
9772         * message.el (message-citation-line-format)
9773         (message-insert-formated-citation-line): Fix implementation of %E, %N
9774         and %n according to the doc string.
9775
9776 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9777
9778         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9779         Use car-safe to avoid bad parses.
9780
9781 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9784         names.
9785
9786         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9787
9788 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9789
9790         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9791         header.
9792
9793         * message.el (message-draft-headers): Add Date.
9794         (message-headers-to-generate): Fix typo in docstring.
9795
9796         * nndraft.el (nndraft-required-headers): New variable.
9797         (nndraft-generate-headers): Use it.
9798
9799         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9800
9801 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9802
9803         * gnus-registry.el (gnus-registry-wash-for-keywords)
9804         (gnus-registry-find-keywords): New functions to allow easy searching of
9805         articles that are in the registry.
9806
9807 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9808
9809         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9810         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9811         Reported by Damien Elmes <damien@repose.cx>.
9812
9813 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9814
9815         * gnus.el (gnus-mime): Remove unused custom group.
9816
9817 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9818
9819         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9820         "blank line" when searching for end of armor headers.
9821
9822 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gmm-utils.el (gmm-write-region): Fix variable name.
9825
9826 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9827
9828         * gmm-utils.el (gmm-write-region): New function based on compatibility
9829         code from `mm-make-temp-file'.
9830
9831         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9832
9833         * nnmaildir.el (nnmaildir--update-nov)
9834         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9835         Use `gmm-write-region'.
9836
9837 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9838
9839         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9840         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9841
9842         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9843
9844         * message.el (message-replacement-char): New variable.
9845         (message-fix-before-sending): Use it.
9846         (message-simplify-subject): New function to remove duplicate code.
9847         (message-reply, message-followup): Use it.
9848
9849         * gnus-sum.el (gnus-summary-make-menu-bar):
9850         Clarify gnus-summary-limit-to-articles.
9851
9852 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-util.el (gnus-with-local-quit): New macro.
9855
9856         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9857
9858 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9859
9860         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9861         ignore non-string data.
9862
9863 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9864
9865         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9866         non-string data (needs to be done in the registry too).
9867
9868 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9869
9870         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9871         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9872         (gnus-registry-split-fancy-with-parent)
9873         (gnus-registry-fetch-simplified-message-subject-fast)
9874         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9875         Remove text properties on ingress into the registry and when it's saved.
9876         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9877         registry from entries with no groups.
9878
9879 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9880
9881         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9882         function to remove string properties.
9883
9884 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9885
9886         * gmm-utils.el (gmm): Adjust custom version.
9887
9888         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9889         Adjust custom version.
9890
9891         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9892
9893 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * gnus-art.el (gnus-insert-prev-page-button)
9896         (gnus-insert-next-page-button): Simplify.  Reformat.
9897
9898 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9899
9900         * gnus-art.el (gnus-insert-prev-page-button)
9901         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9902
9903 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9904
9905         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9906
9907 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9908
9909         * gnus-art.el (gnus-insert-mime-button)
9910         (gnus-insert-mime-security-button):
9911         Apply gnus-article-button-face to MIME and security buttons.
9912
9913 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9916         readable.
9917
9918 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9919
9920         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9921
9922 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9923
9924         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9925         `browse-url-of-file' instead of `browse-url'.
9926
9927 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9928
9929         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9930         regexp.  Articles containing quotation were cut prematurely.
9931
9932 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9933
9934         * message.el (message-cite-original-1): Use nobody by default for the
9935         value of From header.
9936         (message-reply): Ditto.
9937
9938 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9939
9940         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9941         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9942         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9943
9944 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9945
9946         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9947         mails in the doc string.  Add some URLs in comment.
9948         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9949
9950 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9951
9952         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9953         backslashes handling and the way to find boundaries of quoted strings.
9954
9955 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9956
9957         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9958         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9959         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9960         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9961
9962 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9963
9964         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9965         doc string.
9966         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9967
9968 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9969
9970         * lpath.el: Fbind epg-check-configuration.
9971
9972 2006-09-06  Simon Josefsson  <jas@extundo.com>
9973
9974         * mml2015.el (mml2015-use): Doc fix, mention epg.
9975
9976 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9977
9978         * mml2015.el (mml2015-use): Default to epg, if available.
9979
9980 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9981
9982         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9983         message-sender.
9984         (mml1991-epg-encrypt): Ditto.
9985         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9986         message-sender.
9987         (mml2015-epg-encrypt): Ditto.
9988
9989 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9990
9991         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9992         several common directories.
9993
9994 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9995
9996         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9997         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9998
9999 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10000
10001         * gnus-art.el (article-decode-encoded-words): Make it fast.
10002
10003 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10004
10005         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10006
10007         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10008         in quoted string into `\'.
10009
10010 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10011
10012         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10013         Use standard-syntax-table.
10014
10015 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-art.el (gnus-decode-address-function): New variable.
10018         (article-decode-encoded-words): Use it to decode headers which are
10019         assumed to contain addresses.
10020         (gnus-mime-delete-part): Remove useless `or'.
10021
10022         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10023         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10024         (gnus-nov-parse-line): Use it to decode From header.
10025         (gnus-get-newsgroup-headers): Ditto.
10026         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10027
10028         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10029         (mail-decode-encoded-address-string): New alias.
10030
10031         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10032         New function.
10033         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10034         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10035         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10036         (rfc2047-decode-string): Ditto.
10037         (rfc2047-decode-address-region): New function.
10038         (rfc2047-decode-address-string): New function.
10039
10040 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10041
10042         * message.el (message-caesar-buffer-body): Allow rotating headers.
10043
10044         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10045
10046         * message.el (message-insert-formated-citation-line): Fix %f.
10047         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10048
10049 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10050
10051         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10052         (gnus-bookmark-mouse-available-p): New macro.
10053         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10054         (gnus-bookmark-bmenu-show-infos): Use it.
10055         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10056         (gnus-bookmark-bmenu-hide-infos): Ditto.
10057         (gnus-bookmark-remove-properties): New function.
10058         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10059         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10060         (gnus-bookmark-write-file): Bind coding-system-for-write.
10061         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10062         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10063         group before selecting it.
10064         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10065         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10066         quit-window if it is not available; use gnus-mouse-2 and bind it to
10067         gnus-bookmark-bmenu-select-by-mouse.
10068         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10069         (gnus-bookmark-bmenu-select-by-mouse): New function.
10070
10071 2006-08-13  Romain Francoise  <romain@orebokech.com>
10072
10073         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10074         space.
10075
10076 2006-08-10  Romain Francoise  <romain@orebokech.com>
10077
10078         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10079         (dns-mode-soa-auto-increment-serial): New user option.
10080         (dns-mode-soa-maybe-increment-serial): New function.
10081         (dns-mode): Add the latter to `write-contents-functions'.
10082
10083 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10084
10085         * compface.el (uncompface): Use binary rather than raw-text-unix.
10086
10087 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10088
10089         * compface.el (uncompface): Make sure the eol conversion doesn't take
10090         place when communicating with the external programs.
10091         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10092
10093 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10096
10097 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10098
10099         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10100         Make it more robust by parsing author and date independently.
10101
10102 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10103
10104         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10105
10106 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10107
10108         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10109         first matching secret key.
10110         (mml2015-epg-encrypt): Ditto.
10111
10112         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10113         first matching secret key.
10114         (mml1991-epg-encrypt): Ditto.
10115
10116         * mml2015.el (mml2015-encrypt-to-self): New user option.
10117         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10118         mml2015-epg-encrypt-to-self is set.
10119
10120         * mml1991.el (mml1991-encrypt-to-self): New variable.
10121         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10122         mml1991-epg-encrypt-to-self is set.
10123
10124         * mml2015.el (mml2015-signers): New user option.
10125         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10126         (mml2015-epg-encrypt): Allow to select signing keys.
10127
10128         * mml1991.el (mml1991-signers): New variable.
10129         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10130         (mml1991-epg-encrypt): Allow to select signing keys.
10131
10132 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10133
10134         * nnheader.el (nnheader-insert-head): Make it work even if the file
10135         uses CRLF for the line-break code.
10136
10137 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10138
10139         * mml2015.el: Require mml-sec instead of password.
10140         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10141         (mml2015-cache-passphrase): Inherit the default value from
10142         mml-secure-cache-passphrase.
10143         (mml2015-passphrase-cache-expiry): Inherit the default value from
10144         mml-secure-passphrase-cache-expiry.
10145
10146         * mml1991.el: Require mml-sec instead of password.
10147         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10148         (mml1991-cache-passphrase): Inherit the default value from
10149         mml-secure-cache-passphrase.
10150         (mml1991-passphrase-cache-expiry): Inherit the default value from
10151         mml-secure-passphrase-cache-expiry.
10152
10153         * mml-sec.el: Require password.
10154         (mml-secure-verbose): New user option.
10155         (mml-secure-cache-passphrase): New user option.
10156         (mml-secure-passphrase-cache-expiry): New user option.
10157
10158 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10159
10160         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10161         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10162         andreas@altroot.de (Andreas Vögele).
10163
10164         FIXME: Use `tiny change'?
10165
10166 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10167
10168         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10169         workaround for the url package included with Emacs.
10170
10171         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10172
10173 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10174
10175         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10176         correctly.  This fixes a bug caused by the 2006-05-12 change.
10177
10178 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10179
10180         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10181         some information about the error when saying that the `bogus' mail
10182         group will be used.
10183
10184 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10185
10186         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10187         string.
10188
10189 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10190
10191         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10192
10193 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10194
10195         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10196
10197 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10198
10199         * mml1991.el (mml1991-function-alist): Add epg.
10200         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10201         (mml1991-epg-encrypt): New functions.
10202
10203 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10204
10205         * mml2015.el (mml2015-verbose): New variable.
10206         (mml2015-cache-passphrase): Ditto.
10207         (mml2015-passphrase-cache-expiry): Ditto.
10208         (mml2015-function-alist): Add epg.
10209         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10210         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10211         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10212         New functions.
10213
10214 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10215
10216         * message.el (message-cite-original-1): Preserve region when removing
10217         quoted text due to X-No-Archive in order to avoid bogus attribution
10218         when citing multiple messages.
10219
10220 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10221
10222         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10223         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10224
10225 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10226
10227         * gnus-diary.el (gnus-user-format-function-d)
10228         (gnus-user-format-function-D): Autoload.
10229
10230         * imap.el (Commentary): Fix typo.
10231
10232         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10233         2006-04-22 contribution.
10234
10235 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10236
10237         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10238         It didn't really fix the bogosity I'm seeing with solid web groups.
10239
10240 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10241
10242         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10243         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10244         created using server names.  If we use the feature without declaring
10245         it, Gnus does not properly manage server and group state.
10246
10247         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10248         bound.
10249
10250 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10251
10252         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10253         looking up the method using GROUP's prefix before inventing a new one.
10254         It is used on killed/unknown groups in various places where returning
10255         an all-new method isn't expected by the caller.
10256
10257         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10258         and match semantics of gnus-group-real-prefix.
10259
10260 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * nnmail.el (nnmail-broken-references-mailers): New variable.
10263         (nnmail-ignore-broken-references): New function generalizing
10264         nnmail-fix-eudora-headers.
10265         (nnmail-fix-eudora-headers): Now obsolete.
10266
10267         * gnus-art.el (gnus-button-handle-custom):
10268         Support `customize-apropos*'.
10269
10270 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10271
10272         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10273
10274         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10275         articles.
10276
10277 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10278
10279         * message.el (message-cite-reply-above): New variable.
10280         (message-yank-original): Use it.
10281
10282 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10283
10284         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10285
10286 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10287
10288         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10289         as read.
10290
10291         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10292
10293 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10296         (gnus-bookmark-default-file): Use gnus-directory.
10297         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10298         Remove "*" in doc string.
10299         (gnus-bookmark-write-file): Simplify.
10300         (gnus-bookmark-maybe-sort-alist): Use `when'.
10301         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10302         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10303         Add FIXME about Emacs 21 and XEmacs compatibility.
10304         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10305         compatibility.
10306         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10307         compatibility.
10308         (gnus-bookmark-menu-heading): Fix version.
10309
10310 2006-06-19  Bastien Guerry  <bzg@altern.org>
10311
10312         * gnus-bookmark.el: New file.
10313
10314 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10315
10316         * message.el (message-syntax-checks): Doc fix.
10317
10318 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10319
10320         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10321         unsubscribed groups as if they were killed ones.  It causes duplicate
10322         entries in gnus-newsrc-alist.
10323
10324 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10325
10326         * message.el (message-syntax-checks): Doc fix.
10327         (message-send-mail): Add check for continuation headers.
10328         (message-check-news-header-syntax): Fix regexp used to check for
10329         continuation headers.
10330
10331 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10332
10333         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10334
10335 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10336
10337         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10338
10339 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10340
10341         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10342         default-truncate-lines.
10343
10344 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10345
10346         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10347         to fill the utf-8 entry.
10348
10349         * lpath.el: Fbind unicode-precedence-list.
10350
10351 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10352
10353         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10354
10355 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10356
10357         * gnus-agent.el (directory-files-and-attributes): Move all the way
10358         forward (the third and final move).
10359         (gnus-agent-read-agentview): Trap reconstruction errors due to
10360         nonexistent directory.  Handle by returning nil.
10361
10362 2006-05-30  Didier Verna  <didier@xemacs.org>
10363
10364         * message.el (message-dont-reply-to-names): Update the custom type.
10365         * message.el (message-dont-reply-to-names): New defsubst: potentially
10366         convert a list of regexps into a single one.
10367         * message.el (message-get-reply-headers): Use it.
10368         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10369
10370 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10371
10372         * gnus-agent.el (directory-files-and-attributes): Move forward.
10373
10374 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * gnus-ml.el (gnus-mailing-list-subscribe)
10377         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10378         (gnus-mailing-list-message): Fix doc strings.
10379
10380 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10381
10382         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10383         of doing it manually.
10384
10385 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10386
10387         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10388         comment.
10389
10390 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10391
10392         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10393         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10394         (gnus-agent-read-local): All symbols allocated in my-obarray.
10395         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10396         (gnus-agent-regenerate-group): Check numeric names to see if they are
10397         messages or groups.
10398         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10399         better way of do this...)
10400
10401         * gnus-cache.el (gnus-agent-total-fetched-for):
10402         Ignore 'dummy.group' (there should be a better way of do this...)
10403
10404 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10405
10406         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10407         (gnus-saved-headers): Ditto.
10408         (gnus-default-article-saver): Mention functions may have properties.
10409         (gnus-article-save): Override gnus-save-all-headers and
10410         gnus-saved-headers by :headers property which saver function may have.
10411         (gnus-summary-save-in-file): Add :headers property.
10412         (gnus-summary-write-to-file): Ditto.
10413
10414         * gnus-sum.el (gnus-summary-save-article): Bind
10415         gnus-prompt-before-saving to t when saving many articles in a file;
10416         always show all headers.
10417
10418         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10419
10420 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10421
10422         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10423         marks.
10424
10425         * message.el (message-indent-citation): Add optional arguments to allow
10426         using it outside of message buffers.
10427
10428         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10429         (gnus-article-treat-unfold-headers): Use it.
10430         (gnus-article-truncate-lines): New variable.
10431         (gnus-article-mode): Use it.
10432         (gnus-article-toggle-truncate-lines): New function.
10433
10434         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10435         Add gnus-article-toggle-truncate-lines.
10436
10437         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10438         coding system in XEmacs, use binary.
10439
10440 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10441
10442         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10443         after-load-alist.
10444
10445         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10446         this function should save decoded articles.
10447         (gnus-summary-write-to-file): Use property to specify this function
10448         should save decoded articles and specify gnus-summary-save-in-file
10449         should be used to save articles other than the first one when saving
10450         many articles.
10451         (gnus-summary-save-body-in-file): Use property to specify this
10452         function should save decoded articles.
10453         (gnus-summary-write-body-to-file): Use property to specify this
10454         function should save decoded articles and specify
10455         gnus-summary-save-body-in-file should be used to save articles other
10456         than the first one when saving many articles.
10457
10458         * gnus-sum.el (gnus-summary-save-article): Simplify.
10459
10460 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10461
10462         * gnus-art.el (gnus-default-article-saver):
10463         Add gnus-summary-write-body-to-file.
10464         (gnus-article-save-coding-system): Don't use coding system object
10465         in XEmacs.
10466         (gnus-read-save-file-name): Add optional `dir-var' argument which
10467         specifies directory in which files are saved; work even if optional
10468         `variable' argument is not specified.
10469         (gnus-summary-write-to-file): Read file name.
10470         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10471         (gnus-summary-write-body-to-file): New function.
10472
10473         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10474         (gnus-summary-local-variables): Add it.
10475         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10476         (gnus-summary-save-article): Remove optional `decode' argument;
10477         determine whether to decode articles by the value of
10478         gnus-default-article-saver; when saving many files using
10479         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10480         it first and use gnus-summary-save-in-file or
10481         gnus-summary-save-body-in-file thereafter unless
10482         gnus-prompt-before-saving is always; move point to article which
10483         will be saved.
10484         (gnus-summary-save-article-file): Revert.
10485         (gnus-summary-write-article-file): Revert.
10486         (gnus-summary-save-article-body-file): Revert.
10487         (gnus-summary-write-article-body-file): New function.
10488
10489 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10490
10491         * gnus-art.el (gnus-default-article-saver): Doc fix.
10492         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10493         from gnus-summary-save-article-coding-system, and default to a
10494         certain coding system.
10495         (gnus-output-to-file): Add coding cookie and encode text according
10496         to gnus-article-save-coding-system; don't use mm-append-to-file.
10497
10498         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10499         gnus-art.el and rename to gnus-article-save-coding-system.
10500         (gnus-summary-save-article): Require gnus-art; don't show all
10501         headers if it decodes articles; don't add coding cookie here;
10502         don't bind mm-text-coding-system-for-write.
10503         (gnus-summary-save-article-file): Save decoded articles.
10504         (gnus-summary-write-article-file): When saving many files, use
10505         gnus-summary-write-to-file first and gnus-summary-save-in-file
10506         thereafter unless gnus-prompt-before-saving is always.
10507         (gnus-summary-save-article-body-file): Save decoded articles.
10508
10509         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10510
10511 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10512
10513         * nnrss.el (nnrss-check-group): Bind hash-index.
10514
10515 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10516
10517         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10518         its hash index.  Store this hash in `nnrss-group-data'.
10519         (nnrss-read-group-data): Update accordingly.
10520
10521 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10524         entry.
10525
10526         * gnus-sum.el (gnus-summary-make-menu-bar):
10527         Add gnus-article-browse-html-article.
10528
10529 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10530
10531         * gnus-sum.el (gnus-summary-mime-map):
10532         Add gnus-article-browse-html-article.
10533
10534         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10535
10536 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10537
10538         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10539         suitable coding systems in customize.
10540
10541 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10542
10543         * mail-source.el (mail-sources): Fix custom type.
10544
10545 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10546
10547         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10548         (gnus-summary-expire-articles-now): Shorten prompt.
10549
10550         * gmm-utils.el (wid-edit): Require.
10551         (defun-gmm): Rename from `gmm-defun-compat'.
10552         (gmm-image-search-load-path): Use it.
10553         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10554
10555 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-sum.el (gnus-summary-save-article-coding-system):
10558         New variable.
10559         (gnus-summary-save-article): Add optional `decode' argument.
10560         If it is set and gnus-summary-save-article-coding-system is non-nil,
10561         save decoded article.
10562         (gnus-summary-write-article-file): Save decoded article if
10563         gnus-summary-save-article-coding-system is non-nil.
10564
10565         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10566         type.
10567
10568 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10571
10572 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10573
10574         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10575         first to test gnus-single-article-buffer which may be buffer-local.
10576
10577         * gnus-sum.el (gnus-summary-setup-buffer):
10578         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10579         group; make gnus-article-buffer, gnus-article-current, and
10580         gnus-original-article-buffer always buffer-local.
10581         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10582         group.
10583         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10584
10585 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * nnml.el (nnml-request-compact-group): Compressed files might not
10588         have .gz extension.
10589
10590 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10591
10592         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10593         (mm-copy-to-buffer): Use with-current-buffer.
10594         (mm-display-part): Simplify.
10595         (mm-inlinable-p): Add optional arg `type'.
10596
10597 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10598
10599         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10600         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10601         Try harder to show the attachment internally or externally using
10602         gnus-mime-view-part-as-type.
10603
10604 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * message.el (message-from-style, message-signature-separator)
10607         (message-user-organization-file, message-send-mail-function)
10608         (message-citation-line-function, message-yank-prefix)
10609         (message-indent-citation-function, message-signature)
10610         (message-signature-file, message-signature-insert-empty-line):
10611         Remove autoloads.
10612
10613         * gnus-art.el (gnus-buttonized-mime-types):
10614         Remove "multipart/signed".  Revert 2006-04-26 change.
10615
10616 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617
10618         * gnus.el (gnus-version-number): Bump version.
10619
10620 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10621
10622         * gnus.el: No Gnus v0.5 is released.
10623
10624 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10625
10626         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10627         fetching articles by message-id.
10628
10629 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * message.el (hashcash): Require hashcash as normal.
10632
10633         * ecomplete.el (ecomplete-highlight-match-line):
10634         Use point-at-eol.
10635         (ecomplete-highlight-match-line): Use `highlight', because that
10636         face exists in both Emacs and XEmacs.
10637
10638         * message.el (message-display-abbrev): Use point-at-bol.
10639
10640         * mail-source.el: Don't require timer/timer-funcs.
10641
10642         * gnus-async.el: Ditto.
10643
10644         * password.el: Ditto.
10645
10646         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10647
10648         * mm-url.el: Ditto.
10649
10650         * gnus-xmas.el: Don't require timer-funcs.
10651
10652         * mm-util.el: Require timer/timer-funcs.
10653
10654 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10655
10656         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10657         Close.
10658
10659 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10660
10661         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10662         unibyte after clear-decrypt function runs.
10663
10664         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10665         returns as a unibyte string.
10666
10667 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * lpath.el: Revert.
10670
10671         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10672         (pgg-gpg-process-sentinel): Revert.
10673
10674         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10675         (pgg-pgp-lookup-key): Revert.
10676
10677         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10678         (pgg-pgp5-lookup-key): Revert.
10679
10680         * pgg.el (pgg-fetch-key): Revert.
10681
10682 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10683
10684         * lpath.el: Fbind string-as-multibyte for XEmacs.
10685
10686         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10687         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10688         (mml1991-pgg-encrypt): Ditto.
10689
10690         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10691         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10692         a multibyte buffer.
10693
10694         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10695         (pgg-pgp-lookup-key): Ditto.
10696
10697         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10698         (pgg-pgp5-lookup-key): Ditto.
10699
10700         * pgg.el (pgg-fetch-key): Ditto.
10701
10702 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10703
10704         * message.el (message-user-organization-file): Check several
10705         locations of the organization file.
10706
10707         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10708         Add gnus-article-view-part-as-type.
10709
10710         * gnus-art.el (gnus-article-view-part-as-type): New function.
10711
10712         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10713         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10714
10715         * mml.el: Simplify autoload.
10716         (mml-mode): defvar dnd-protocol-alist instead of using
10717         symbol-value.
10718         (mml-default-directory): New variable.
10719         (mml-minibuffer-read-file): Use it.
10720         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10721
10722         * message.el (message-citation-line-format): New variable.
10723         (message-insert-formated-citation-line): New function.
10724         (message-citation-line-function):
10725         Add `message-insert-formated-citation-line' to custom type.
10726
10727         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10728         to doc string.
10729
10730         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10731         depending on mm-verify-option.
10732
10733 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10734
10735         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10736         binding pgg-* variables; reimplement the section which prevents
10737         MIME header from being signed.
10738         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10739         pgg-text-mode; remove a blank line at the top of body.
10740
10741         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10742         lines at the top of body; use gnus-newsgroup-charset if there's no
10743         Charset header.
10744
10745 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * message.el (message-self-insert-commands): Doc fix.
10748
10749         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10750         (mm-uu-pgp-encrypted-test): Ditto.
10751         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10752         between header and body; return application/pgp-encrypted handle
10753         if decryption failed; decode decrypted body by charset.
10754
10755         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10756         element match to application/pgp-*.
10757
10758 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10759
10760         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10761         HTML.
10762
10763 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10764
10765         * mail-source.el (mail-source-call-script): Message the error
10766         string.
10767
10768 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10769
10770         * gnus-util.el (gnus-byte-compile): Use it.
10771
10772 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10773
10774         * gnus-util.el (kill-empty-logs): New function.
10775
10776 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10777
10778         * message.el (message-mail-alias-type): Doc fix.
10779         (message-mail-alias-type-p): New function.
10780         (message-send): Use it.
10781         (message-mode): Ditto.
10782         (message-strip-forbidden-properties): Ditto.
10783
10784         * ecomplete.el (ecomplete-database-file-coding-system):
10785         New variable.
10786         (ecomplete-save): Use it.
10787         (ecomplete-setup): Use it.
10788
10789 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * message.el (message-self-insert-commands): New variable.
10792         (message-strip-forbidden-properties): Use it.
10793
10794 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10797         that doesn't make XEmacs choke.
10798
10799 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10800
10801         * gnus-util.el (gnus-replace-in-string):
10802         Prefer replace-regexp-in-string over of replace-in-string.
10803
10804 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10805
10806         * gnus-util.el (gnus-select-frame-set-input-focus):
10807         Use select-frame-set-input-focus if it is available in XEmacs; use
10808         definition defined in Emacs 22 for old Emacsen.
10809
10810         * dgnushack.el: Autoload unmorse-region for XEmacs.
10811
10812         * lpath.el: Bind cursor-in-non-selected-windows and
10813         select-frame-set-input-focus for XEmacs.
10814
10815 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10816
10817         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10818
10819 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10820
10821         * gnus-registry.el (gnus-registry-cache-save): Remove text
10822         properties when saving via the temp buffer.
10823
10824 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10825
10826         * message.el (message-generate-hashcash): Honor custom type.
10827
10828 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10829
10830         * message.el (message-generate-hashcash): Default to non-nil when
10831         hashcash is found.
10832
10833         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10834         (gnus-refer-thread-limit): Increase default to 500.
10835
10836         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10837
10838         * flow-fill.el (fill-flowed): Allow delete-space.
10839
10840 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10843         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10844         Remove autoloads.
10845
10846 2006-04-18  Simon Josefsson  <jas@extundo.com>
10847
10848         * message.el (message-generate-hashcash): Default to.
10849
10850 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10851
10852         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10853         concatenating segments rather than before concatenating them.
10854
10855 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10858
10859 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10860
10861         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10862
10863         * message.el (message-forward-make-body-plain):
10864         Allow message-forward-ignored-headers to be a list.
10865         (message-remove-ignored-headers): Factor out into function.
10866         (message-forward-make-body-mml): Use it.
10867
10868         * imap.el (imap-quote-specials): New function.
10869         (imap-login-auth): Quote specials.
10870
10871         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10872         (rfc2231-parse-string): Allow concatanation of parameters that
10873         aren't contiguous.  The test case is
10874           (mail-header-parse-content-type "message/external-body;
10875             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10876             access-type=LOCAL-FILE;
10877             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10878
10879 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10880
10881         * nntp.el (nntp-accept-process-output): Return the value of
10882         `nnheader-accept-process-output'.
10883
10884 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10885
10886         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10887         (gnus-button-alist): Recognize more diff formats.
10888         (gnus-button-patch): Strip directory.
10889
10890 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10891
10892         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10893         Emacs 22 when setting focus.
10894
10895 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10896
10897         * gnus-art.el (gnus-article-treat-types): Do treatment of
10898         text/x-verbatim parts.
10899         (gnus-button-patch): New command.
10900
10901         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10902         addresses that contain invalid characters.
10903
10904 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10905
10906         * message.el (message-put-addresses-in-ecomplete):
10907         Use gnus-replace-in-string.
10908         (message-is-yours-p): Use the more correct
10909         mail-header-parse-address instead of
10910         mail-extract-address-components.
10911         (message-put-addresses-in-ecomplete): Fix typo.
10912
10913         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10914         keystroke.
10915
10916         * gnus-art.el (gnus-treatment-function-alist): Change order of
10917         newsgroups/generic header folding to avoid double-folding.
10918
10919         * message.el (message-hidden-headers): Add X-Draft-From.
10920
10921         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10922         New command.
10923         (gnus-summary-repeat-search-article-backward): New command.
10924
10925         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10926         groups in the parent topic.
10927
10928 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10929
10930         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10931         (spam-extra-header-to-number): Return the CRM114 number as a
10932         number instead of a string.
10933
10934 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935
10936         * gnus-art.el (gnus-face-properties-alist): Move here from
10937         gnus-fun.
10938
10939         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10940
10941 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * message.el (message-strip-forbidden-properties): Only display on
10944         self-insert-command.
10945
10946         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10947         reindent.
10948         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10949
10950 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10951
10952         * smiley.el (smiley-style): Fix typo.
10953
10954 2006-03-23  Kenichi Handa  <handa@m17n.org>
10955
10956         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10957         instead of set-buffer-multibyte.
10958
10959 2006-03-23  Kenichi Handa  <handa@m17n.org>
10960
10961         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10962         buffer and then decode the buffer text if necessary.
10963         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10964         first, and after mm-encode-body, change the buffer to unibyte.
10965
10966 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10967
10968         * hashcash.el (hashcash-insert-payment-async-2):
10969         Use message-goto-eoh instead of doing it manually.
10970         (mail-add-payment): Use message-narrow-to-header instead of trying
10971         to do the same itself.
10972
10973         * message.el (message-hidden-headers): Add Face.
10974
10975         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10976         reparenting code.
10977         (gnus-summary-reparent-children): Refactored out code.
10978         (gnus-summary-thread-map): New keystroke.
10979         (gnus-summary-reparent-children): Make into command.
10980
10981         * smiley.el (smiley-style): Default to `medium' if using a large
10982         font.
10983
10984         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10985         does it itself.
10986
10987         * message.el (message-point-in-header-p): Simplify definition.
10988
10989 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10990
10991         * nnagent.el (nnagent-request-set-mark): Silence log file
10992         writing.
10993         (nnagent-request-set-mark): Use write-region instead of
10994         append-to-file.
10995
10996         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10997         strange select method.
10998
10999         * ecomplete.el (ecomplete-display-matches): Get highlightling
11000         right.
11001         (ecomplete-display-matches): Use literals.
11002         (ecomplete-display-matches): Disable message logging.
11003
11004         * message.el (message-display-abbrev): Small optimization.
11005
11006         * ecomplete.el (ecomplete-display-matches): Allow automatic
11007         display.
11008
11009         * message.el (message-strip-forbidden-properties):
11010         Display abbrevs.
11011         (message-display-abbrev): Get automatic display right.
11012
11013         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11014         keystrokes.
11015
11016 2006-04-13  Romain Francoise  <romain@orebokech.com>
11017
11018         TODO: Backport to v5-10!
11019
11020         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11021         Move here (and rename) from gnus-registry.el.
11022
11023         * gnus-registry.el: Require gnus-util.
11024         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11025
11026 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11027
11028         * gnus-group.el (gnus-group-catchup-current):
11029         Change if-then-else-if-then-else into cond.
11030         (gnus-group-catchup): Indent.
11031         (group-name-at-point): New function.
11032         (gnus-fetch-group): Provide default from thing at point.
11033
11034 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11035
11036         * message.el (message-display-abbrev): Fix regexp.
11037
11038         * ecomplete.el (ecomplete-highlight-match-line):
11039         Reimplement choosing.
11040         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11041         dead variables.
11042
11043         * message.el (message-newline-and-indent): Remove debugging.
11044         (message-display-abbrev): Use new implementation.
11045
11046 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11047
11048         * gnus-art.el (gnus-article-mode):
11049         Set cursor-in-non-selected-windows to nil.
11050
11051         * smiley.el: Revert previous change.
11052         (smiley-data-directory): defvar it before using it in the
11053         defcustom of `smiley-style'.
11054
11055 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11056
11057         * message.el (message-newline-and-indent): New function.
11058
11059         * ecomplete.el: Implement more bits.
11060
11061         * message.el (message-put-addresses-in-ecomplete): Clean up the
11062         string.
11063
11064         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11065
11066         * gnus-sum.el (gnus-summary-save-parts):
11067         Bind gnus-summary-save-parts-counter and use it to make unique file
11068         names.
11069
11070         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11071
11072         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11073         parameter to say whether to actually parse the individual
11074         addresses.
11075
11076         * message.el (message-put-addresses-in-ecomplete): New function.
11077         (ecomplete): Require.
11078         (message-mail-alias-type): Add ecomplete as an option.
11079
11080 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11081
11082         * flow-fill.el (fill-flowed): Remove trailing space from blank
11083         quoted lines.
11084
11085 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11086
11087         * smiley.el (smiley-style): Move definition later to avoid a
11088         compilation warning.
11089
11090 2006-04-12  Kenichi Handa  <handa@m17n.org>
11091
11092         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11093         buffer and then decode the buffer text if necessary.
11094         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11095         first, and after mm-encode-body, change the buffer to unibyte.
11096         Use mm-disable-multibyte instead of set-buffer-multibyte.
11097
11098 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11099
11100         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11101         Content-Type header instead of Content-Disposition header.
11102         (gnus-mime-inline-part): Ditto.
11103         (gnus-mime-view-part-as-charset): Ignore charset that the part
11104         specifies.
11105
11106         * mm-decode.el (mm-display-part): Work with external parts and
11107         usual parts similarly.
11108
11109         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11110         instead of gnus-display-mime.
11111
11112         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11113         instead of with-temp-buffer.
11114
11115         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11116         tag to summarized topics part in order to encode non-ASCII text.
11117
11118 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11119
11120         * smiley.el (smiley-style): New variable.
11121         (smiley-directory): New function.
11122         (smiley-data-directory): Derive from `smiley-style' using
11123         `smiley-directory'.
11124         (smiley-regexp-alist): Add new entries.
11125
11126         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11127         (gnus-article-browse-delete-temp): Add :version.
11128
11129 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11130
11131         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11132         the sieve region.
11133
11134 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11135
11136         * gnus.el (gnus-version-number): Bump version.
11137
11138 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * gnus.el: No Gnus v0.4 is released.
11141
11142 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11143
11144         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11145         layout.
11146
11147         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11148         unknown charset.
11149
11150         * message.el (message-header-synonyms): Add Original-To to the
11151         default.
11152
11153         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11154         optional parameter.
11155
11156 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * gnus-fun.el (gnus): Require it for gnus-directory.
11159
11160 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11161
11162         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11163
11164 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11165
11166         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11167
11168 2006-04-05  Simon Josefsson  <jas@extundo.com>
11169
11170         * password.el (password-reset): New function.
11171
11172 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11173
11174         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11175         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11176
11177 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11178
11179         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11180         Some whitespace was matched into the url, which broke browsing hits
11181         > 100 when mm-url-use-external was nil.
11182
11183 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11184
11185         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11186         Check gnus-extra-headers for 'Newsgroups.
11187
11188         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11189         bound.
11190
11191 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11192
11193         * pgg-gpg.el: Clean up process buffers every time gpg processes
11194         complete.
11195
11196 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11197
11198         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11199         doc string.
11200
11201 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11202
11203         * pgg-gpg.el (pgg-gpg-process-filter)
11204         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11205
11206         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11207         lines, temporary fix.
11208
11209 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11210
11211         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11212
11213 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11214
11215         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11216         default-enable-multibyte-characters.  This reverts the change from
11217         revision 6.17 which is no longer necessary because the passphrase
11218         is sent separately now.  GnuPG messages are unreadable under
11219         multibyte locales with default-enable-multibyte-characters set to
11220         nil.
11221
11222 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11223
11224         * message.el (message-tool-bar-gnome): Move "spell".
11225
11226 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11229         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11230         instead.
11231
11232 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11233
11234         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11235         Improve newsgroups handling for NNTP overviews which don't include
11236         Newsgroups.
11237
11238 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11239
11240         * message.el (message-resend): Bind message-generate-hashcash to nil.
11241
11242 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11243
11244         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11245         when searching for already-paid recipients.
11246
11247 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11248
11249         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11250         passphrases when it is not needed.
11251         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11252         passphrase stuff from gpg, should only be necessary when you use
11253         gpg with a smartcard.
11254
11255 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11256
11257         * mml.el (mml-insert-mime): Ignore cached contents of
11258         message/external-body part.
11259
11260         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11261         (mm-insert-part): Ditto.
11262
11263 2006-03-23  Simon Josefsson  <jas@extundo.com>
11264
11265         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11266         Reiner.
11267         (pgg-gpg-use-agent-p): Use it again.
11268
11269 2006-03-23  Simon Josefsson  <jas@extundo.com>
11270
11271         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11272         older emacsen.
11273         (pgg-gpg-use-agent-p): Don't use it.
11274
11275 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11276
11277         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11278         if we can.
11279
11280 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11281
11282         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11283         (pgg-gpg-update-agent): New function.
11284         (pgg-gpg-use-agent-p): New function.
11285         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11286         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11287         (pgg-gpg-sign-region): Use it.
11288
11289 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11292         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11293
11294 2006-03-21  Simon Josefsson  <jas@extundo.com>
11295
11296         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11297         <wilde@sha-bang.de>.
11298         (pgg-gpg-use-agent): New variable.
11299         (pgg-gpg-process-region): Use it.
11300         (pgg-gpg-encrypt-region): Likewise.
11301         (pgg-gpg-encrypt-symmetric-region): Likewise.
11302         (pgg-gpg-decrypt-region): Likewise.
11303         (pgg-gpg-sign-region): Likewise.
11304         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11305
11306 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11307
11308         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11309
11310         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11311         Add comment on version.
11312
11313 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11314
11315         * smiley.el: Add missing test smiley.
11316
11317 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11318
11319         * mm-decode.el (mm-with-part): New macro.
11320         (mm-get-part): Use it; work with message/external-body as well.
11321         (mm-save-part): Treat name and filename equally.
11322
11323         * mm-extern.el (mm-extern-cache-contents): New function.
11324         (mm-inline-external-body): Use it; force the part to be displayed;
11325         move undisplayer added to the cached handle to the parent.
11326
11327         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11328         (gnus-mime-view-part-as-type): Work with message/external-body.
11329
11330         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11331
11332 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11333
11334         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11335         images in image-load-path.  [Sync with image.el, revision 1.60, in
11336         Emacs.]
11337
11338 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11341         path rather than symbol.  Always return list of directories.
11342         Guarantee that image directory comes first.  [Sync with image.el,
11343         revision 1.59, in Emacs.]
11344
11345         * message.el (message-make-tool-bar): Adjust to new API of
11346         `gmm-image-load-path-for-library'.
11347
11348         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11349
11350         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11351
11352 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11353
11354         * gnus-art.el (gnus-article-only-boring-p):
11355         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11356         intangible text.
11357         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11358
11359 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11362         Use `defun' instead of `gmm-defun-compat'.
11363
11364 2006-03-14  Simon Josefsson  <jas@extundo.com>
11365
11366         * message.el (message-unique-id): Don't use message-number-base36
11367         if (user-uid) is a float.
11368         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11369
11370 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11371
11372         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11373
11374         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11375         empty line between a part and a message part.
11376
11377 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11378
11379         * smiley.el: Add more test smileys.
11380         (smiley-data-directory, smiley-regexp-alist)
11381         (gnus-smiley-file-types): Fix doc strings.
11382         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11383         adding new elements.
11384         (smiley-mouse-map): Unused code.  Make it a comment.
11385
11386 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11389         scan latest NoCeM messages instead of old ones.
11390         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11391         delimiters that are recently used.
11392         (gnus-nocem-load-cache): Add autoload cookie.
11393
11394         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11395
11396         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11397         level which is larger than gnus-use-nocem is specified.
11398
11399         * gnus-group.el (gnus-group-get-new-news): Ditto.
11400
11401 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * gnus-util.el (gnus-tool-bar-update): New function.
11404
11405         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11406         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11407
11408         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11409
11410         * gnus-group.el (gnus-group-redraw-when-idle)
11411         (gnus-group-redraw-check): Remove.
11412         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11413
11414 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11417         if optional last element is specified in splits (FIELD VALUE...).
11418
11419 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11420
11421         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11422         to gmm-image-load-path-for-library.  Call with no-error argument.
11423         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11424
11425         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11426
11427         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11428
11429         * gmm-utils.el (gmm-image-load-path): Remove alias.
11430
11431 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gmm-utils.el (gmm-image-load-path): Add alias.
11434
11435         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11436         nnml-generate-nov-databases-1.
11437         (nnml-generate-nov-databases): Use it.
11438         (nnml-generate-nov-databases-directory): Document no-active
11439         argument.
11440
11441         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11442         directory if path is t.  Add no-error.
11443
11444         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11445         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11446
11447         * gnus-art.el (gnus-article-browse-delete-temp-files):
11448         Simplify resetting gnus-article-browse-html-temp-list.
11449
11450         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11451         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11452         Add example to docstring.  Rename local variables.  Move error
11453         checks to default case in cond and simplify.
11454
11455 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11456
11457         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11458         handle is multipart when calling it recursively.
11459         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11460
11461 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11462
11463         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11464         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11465
11466 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11469         is loaded.
11470
11471         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11472         loaded.
11473
11474 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11475
11476         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11477         to "Emacs 23 (unicode)" in doc string.
11478
11479         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11480         "Emacs 23 (unicode)" in comment.
11481
11482 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11485
11486         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11487         characters 160 through 255 in Emacs 23.
11488
11489 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11492         gnus-article-browse-html-temp.
11493         (gnus-article-browse-delete-temp): Make it customizable.
11494         Add `file'.  Adjust doc string.
11495         (gnus-article-browse-delete-temp-files): Add argument.
11496         Allow query for each file.  Adjust doc string.
11497         (gnus-article-browse-html-parts):
11498         Add `gnus-article-browse-delete-temp-files' to
11499         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11500
11501 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11502
11503         * gnus-art.el (gnus-article-browse-html-temp)
11504         (gnus-article-browse-delete-temp): New variables.
11505         (gnus-article-browse-delete-temp-files): New function.
11506         (gnus-article-browse-html-parts): Use it.
11507
11508 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11509
11510         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11511
11512         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11513         string.
11514
11515         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11516         gnus-summary-insert-new-articles when unplugged.
11517         Remove gnus-summary-search-article-forward.
11518
11519         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11520         display-visual-class instead of display-color-cells.
11521
11522 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11523
11524         * dgnushack.el: Autoload customize-group for XEmacs.
11525
11526         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11527         message/* containing non-ASCII text properly.
11528
11529 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * message.el: Require gmm-utils, remove autoloads.
11532         (message-tool-bar): Set default based on
11533         gmm-tool-bar-style.
11534         (message-tool-bar-gnome): Add gmm-customize-mode.
11535
11536         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11537         gmm-tool-bar-style.
11538         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11539
11540         * gnus-group.el (gnus-group-tool-bar): Set default based on
11541         gmm-tool-bar-style.
11542         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11543
11544         * gmm-utils.el (gmm-image-directory): Rename variable from
11545         gmm-image-load-path.
11546         (gmm-image-load-path): Use gmm-image-directory.
11547         (gmm-customize-mode): New function.
11548         (gmm-tool-bar-style): New variable.
11549
11550         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11551         gnus-group-redraw-line-number.
11552         (gnus-group-redraw-check): Simplify.
11553         (gnus-group-tool-bar-update): Remove redraw check.
11554         (gnus-group-make-tool-bar): Add redraw check.
11555
11556 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11557
11558         * gnus-art.el (gnus-button): Add missing parentheses.
11559
11560 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11561
11562         * lpath.el: Fbind line-number-at-pos.
11563
11564 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11565
11566         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11567
11568 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11569
11570         * gnus-art.el (gnus-button): New face.
11571         (gnus-article-button-face): Use it.
11572
11573         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11574         Add gnus-summary-next-page.  Re-order.
11575
11576         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11577         next-node are now included.
11578         (gnus-group-redraw-line-number): New internal variable.
11579         (gnus-group-redraw-check): Helper function for updating the tool
11580         bar.
11581         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11582
11583         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11584
11585         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11586         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11587         Use it to match format of Spamassassin 3.0 and later.
11588         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11589         (spam-check-bogofilter)
11590         (spam-bogofilter-register-with-bogofilter): Fix args of
11591         `gnus-error' calls.
11592
11593 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11596         unnecessary interaction when sending queued mails.
11597         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11598
11599 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11602         first or last are nil.
11603
11604 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11605
11606         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11607
11608 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11609
11610         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11611
11612 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11613
11614         * dns.el (query-dns): Protect more against buggy tcp output.
11615
11616 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11617
11618         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11619         nov.php.
11620
11621 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11622
11623         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11624         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11625         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11626         output on the server side.
11627         (nnweb-google-create-mapping): Update regexps and add some
11628         progress indication.
11629
11630 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11631
11632         * gnus-group.el (gnus-group-tool-bar-gnome):
11633         Fix gnus-agent-toggle-plugged.  Re-order icons.
11634         (gnus-group-tool-bar-gnome):
11635         Add gnus-group-{prev,next}-unread-group.
11636         (gnus-group-tool-bar-gnome): Re-order icons.
11637
11638         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11639         Move gnus-summary-insert-new-articles.
11640
11641         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11642         Fix comments.
11643
11644         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11645         also available in Emacs 21.3.
11646
11647         * message.el (message-fix-before-sending): Change "Emacs 22" to
11648         "Emacs 23 (unicode)" in comment.
11649
11650         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11651         "Emacs 23 (unicode)" in comment.
11652
11653         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11654         comment.
11655         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11656
11657         * mm-view.el (mm-fill-flowed): Add :version.
11658
11659 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11662         and load-path.
11663
11664 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11665
11666         * message.el: Autoload gmm-image-load-path.
11667         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11668         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11669         consitency.
11670
11671         * gmm-utils.el (gmm-image-load-path): Also search in
11672         "../etc/images".  Don't set gmm-image-load-path if we don't find
11673         the image.
11674
11675 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * gmm-utils.el (gmm-image-load-path): Don't make
11678         `gmm-image-load-path' include subdirectories which the second arg
11679         `image' might specify.
11680
11681         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11682         subdirectory to icon file names.
11683
11684         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11685
11686 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11687
11688         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11689         gmm-image-load-path calls.
11690
11691         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11692
11693         * message.el (message-make-tool-bar): Ditto.
11694
11695         * mml.el (mml-preview): Add comment concerning tool bar icons.
11696
11697         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11698         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11699
11700         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11701         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11702
11703         * message.el (message-tool-bar-gnome): Use new icon names.
11704         (message-make-tool-bar): Use `gmm-image-load-path'.
11705
11706         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11707         New functions from MH-E.
11708         (gmm-image-load-path): New variable from MH-E.
11709         (gmm-image-load-path): New function from MH-E.  Add arguments
11710         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11711         *-image-load-path-called-flag.
11712
11713 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11714
11715         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11716
11717 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11718
11719         * nnimap.el (nnimap-request-move-article): Change folder back to
11720         source group before deleting.
11721
11722 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11723
11724         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11725
11726         * gnus-art.el (mm-url-insert-file-contents-external):
11727         Autoload mm-url.
11728
11729         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11730
11731 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11732
11733         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11734         coding system which mm-charset-to-coding-system returns for a
11735         given charset is valid.
11736
11737 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11738
11739         * html2text.el (html2text-remove-tag-list):
11740         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11741
11742 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11743
11744         * gnus-cus.el: Revert 2005-10-17 change.
11745
11746 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gnus-art.el (article-strip-banner):
11749         Call article-really-strip-banner only when the regexp match is made.
11750
11751 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11752
11753         * gnus-art.el (article-strip-banner):
11754         Use gnus-extract-address-components instead of
11755         mail-header-parse-addresses to make it work with non-ASCII text;
11756         remove mail-encode-encoded-word-string.
11757
11758         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11759         values which are surrounded with \"...\"; make it never cause a
11760         Lisp error; give up parsing of parameters if it failed in
11761         extracting type.
11762
11763 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11764
11765         * smime.el (smime-cert-by-ldap-1): Fix bug where
11766         `smime-ldap-search' returns results without userCertificates.
11767
11768 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11769
11770         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11771
11772 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * spam.el (spam-check-spamassassin-headers): Adapt format for
11775         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11776         <ari@mbf.ocn.ne.jp>.
11777         (spam-list-of-processors): Add spam-use-gmane.
11778
11779 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11780
11781         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11782         make-temp-file; make it work with XEmacs as well.
11783
11784         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11785         mm-make-temp-file.
11786
11787         * mm-decode.el (mm-display-external): Use the 3rd arg of
11788         mm-make-temp-file.
11789         (mm-create-image-xemacs): Ditto.
11790
11791 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11794         with message-narrow-to-headers.
11795         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11796         (gnus-draft-check-draft-articles): New function.
11797         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11798
11799 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11800
11801         * gnus-art.el (gnus-article-browse-html-parts):
11802         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11803         Don't use suffix argument for mm-make-temp-file for Emacs 21
11804         compatibility.  Remove useless `format'.
11805
11806 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11807
11808         * nnweb.el (nnweb-google-wash-article): Update regexps.
11809         (nnweb-group-alist): Use defvoo instead of defvar.
11810
11811 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11812
11813         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11814         re-loading nn* modules.
11815
11816 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11819         for `tool-bar-mode' and don't check it's default-value.
11820
11821         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11822
11823         * message.el (message-make-tool-bar): Ditto.
11824
11825         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11826         `substring'.  Shorten tmp-file name.
11827
11828         * gnus.el: Remove bogus comment.
11829
11830 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11831
11832         * gnus-art.el (gnus-article-browse-html-parts): New function.
11833         (gnus-article-browse-html-article): New function for viewing html
11834         articles with a browser.
11835
11836 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11837
11838         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11839         in elisp.
11840         (pgg-gpg-encrypt-symmetric-region): Ditto.
11841         (pgg-gpg-sign-region): Ditto.
11842
11843         * pgg-def.el (pgg-text-mode): New variable.
11844
11845         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11846         (mml2015-pgg-encrypt): Ditto.
11847
11848         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11849         (mml1991-pgg-encrypt): Ditto.
11850
11851 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * nnfolder.el (nnfolder-insert-newsgroup-line):
11854         Use message-make-date instead of current-time-string.
11855
11856         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11857         to gnus-decoded which mm-uu might set.
11858
11859 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11862         don't decode quoted parameters; remove misimported Emacs code.
11863         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11864         (rfc2231-decode-encoded-string): Don't use split-string which
11865         behaves differently according to Emacs version; use
11866         mm-decode-coding-region to convert charset to coding-system.
11867         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11868         (rfc2231-encode-string): Remove misimported Emacs code.
11869
11870 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11871
11872         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11873         when calling mail-header-parse-content-type.
11874         (article-de-quoted-unreadable): Ditto.
11875         (article-de-base64-unreadable): Ditto.
11876         (article-wash-html): Ditto.
11877
11878         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11879         calling mail-header-parse-content-type and
11880         mail-header-parse-content-disposition.
11881         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11882         mail-header-parse-content-type.
11883
11884         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11885         insert charset and format parameters; encode description after
11886         inserting it to buffer.
11887         (mml-insert-parameter): Fold lines properly even if a parameter is
11888         segmented into two or more lines; change the max column to 76.
11889
11890         * rfc1843.el (rfc1843-decode-article-body): Don't use
11891         ignore-errors when calling mail-header-parse-content-type.
11892
11893         * rfc2231.el (rfc2231-parse-string): Return at least type if
11894         possible; don't cause an error even if it fails in parsing of
11895         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11896         (rfc2231-encode-string): Don't break lines at the beginning, leave
11897         it to mml-insert-parameter.
11898
11899         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11900         calling mail-header-parse-content-type.
11901
11902 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11903
11904         * spam-report.el (spam-report-gmane-use-article-number):
11905         Improve doc string.
11906         (spam-report-gmane-internal): Check if a suitable header was found
11907         in the article.
11908
11909 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11910
11911         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11912         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11913
11914 2006-02-05  Romain Francoise  <romain@orebokech.com>
11915
11916         Update copyright notices of all files in the gnus directory.
11917
11918 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11919
11920         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11921
11922 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11923
11924         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11925         segmented lines of parameter value to cope with Thunderbird 1.5
11926         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11927         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11928         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11929
11930 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11931
11932         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11933         parts.
11934
11935 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11936
11937         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11938         there's only one active file for all servers.
11939         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11940         solid groups.  Gnus might have used a FAST request to select the group.
11941         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11942         and nnweb-search redundantly in the active file.
11943         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11944         (nnweb-request-create-group): Don't use ARGS.
11945         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11946         initialisations.  Let nnoo do the work.
11947
11948 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11949
11950         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11951         Say the part has been decoded.
11952
11953         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11954
11955 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11956
11957         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11958         mailcap-viewer-test-cache when there's no 'test clause, since that
11959         will invert the meaning of a "nil" test previously determined by
11960         mailcap-mailcap-entry-passes-test.
11961
11962 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11963
11964         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11965         compiling.
11966
11967         * gnus-sum.el: Ditto.
11968
11969         * message.el: Don't bind tool-bar-map when compiling.
11970
11971 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11972
11973         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11974
11975 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11976
11977         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11978         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11979         current Google Groups.
11980
11981 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11982
11983         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11984         and tool-bar-mode.
11985
11986         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11987         and tool-bar-mode.
11988
11989         * message.el (message-tool-bar-update): Simplify.
11990         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11991
11992         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11993         gnus-summary-buffer.
11994         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11995         gnus-summary-reply.
11996
11997         * gmm-utils.el (gmm): Add :version.
11998
11999 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12000
12001         * Makefile.in (clean): New rule.
12002         (distclean): Use it.
12003
12004 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12005
12006         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12007         Don't autoload.
12008
12009 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12010
12011         * gmm-utils.el (gmm-verbose): Add :group.
12012
12013 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12014
12015         * message.el: Change some comments WRT tool-bars.
12016
12017         * gnus-sum.el (gnus-summary-tool-bar)
12018         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12019         (gnus-summary-tool-bar-zap-list): New variables.
12020         (gnus-summary-make-tool-bar): Complete rewrite using
12021         `gmm-tool-bar-from-list'.
12022
12023         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12024         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12025         New variables.
12026         (gnus-group-make-tool-bar): Complete rewrite using
12027         `gmm-tool-bar-from-list'.
12028         (gnus-group-tool-bar-update): New function.
12029
12030         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12031
12032 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12033
12034         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12035         is dissected into a single part of which the type is the same as
12036         the given one; decode charset.
12037
12038 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12039
12040         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12041         into alists as symbol not string, since that's what
12042         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12043         look for.
12044
12045 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12046
12047         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12048         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12049
12050         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12051
12052 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12053
12054         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12055         (gnus-xmas-mime-security-button-menu): New function.
12056
12057         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12058         (gnus-mime-security-button-menu): New definition.
12059         (gnus-mime-security-button-map): Use them.
12060         (gnus-mime-security-button-menu): New function.
12061         (gnus-insert-mime-security-button): Addition to help echo.
12062         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12063         (gnus-mime-security-pipe-part): New functions.
12064
12065         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12066         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12067
12068         * mm-decode.el (mm-handle-set-disposition): Remove.
12069         (mm-handle-set-description): Remove.
12070
12071 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12072
12073         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12074         (mm-w3m-standalone-supports-m17n-p): New function.
12075         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12076         w3m usage.
12077
12078         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12079         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12080
12081 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12082
12083         * message.el (message-tool-bar-zap-list):
12084         Use gmm-tool-bar-zap-list as custom type.
12085         (message-tool-bar-update): New function.
12086         (message-tool-bar, message-tool-bar-gnome)
12087         (message-tool-bar-retro): Add message-tool-bar-update.
12088         (message-tool-bar-gnome): Add flyspell-buffer.
12089
12090         * gnus-util.el (gnus-error): Describe `args'.
12091
12092         * gmm-utils.el (gmm-error): Describe `args'.
12093         (gmm-tool-bar-zap-list): New widget.
12094         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12095
12096 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12099         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12100         the number of recursive calls.
12101
12102         * mm-decode.el (mm-handle-set-disposition): New macro.
12103         (mm-handle-set-description): New macro.
12104
12105 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12108         encoding.
12109
12110 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12111
12112         * message.el (message-tool-bar-zap-list, message-tool-bar)
12113         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12114         (message-tool-bar-local-item-from-menu): Remove.
12115         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12116         (message-make-tool-bar): New function.
12117         (message-mode): Use `message-make-tool-bar'.
12118
12119         * gmm-utils.el: New file.
12120         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12121         (gmm-lazy): New widget copied from `nnmail.el'.
12122         (gmm-tool-bar-from-list): New function for creating customizable
12123         tool bars.
12124         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12125         output.
12126         (gmm): Add :prefix to defgroup.
12127
12128 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12129
12130         * gmm-utils.el (gmm-widget-p): New function.
12131
12132 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12133
12134         * mml.el (mml-attach-file): Describe `description' in doc string.
12135         (mml-menu): Add Emacs MIME manual and PGG manual.
12136
12137 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12138
12139         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12140
12141 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12142
12143         * nntp.el (nntp-end-of-line): Doc fix.
12144
12145 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12146
12147         * imap.el (imap-open): Handle case where buffer is a buffer
12148         object.
12149
12150 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12151
12152         * gnus-delay.el (gnus-delay): Don't autoload.
12153         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12154         to be re-loaded when customizing the `gnus-delay' group.
12155
12156 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12157
12158         * message.el (message-insert-citation-line): Use newlines.
12159
12160 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12161
12162         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12163         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12164         these routines, so the passphrase can be managed externally and
12165         passed in to the system.
12166         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12167         pgg-add-passphrase-to-cache function.
12168
12169         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12170         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12171         these routines, so the passphrase can be managed externally and
12172         passed in to the system.
12173         (pgg-pgp5-sign-region): Use new name of
12174         pgg-add-passphrase-to-cache function.
12175
12176 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12177
12178         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12179         part of the decoded armor to find the key-identifier.
12180         (pgg-gpg-lookup-key-owner): New function to return the
12181         human-readable identifier of a key owner.
12182         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12183         itself.
12184         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12185         the key value) if we have a key and can match it against a secret
12186         key.  Also, added a note pointing out fact that the prompt only
12187         indicates the first matching key.
12188
12189         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12190         pgg-decrypt-region.
12191         (pgg-add-passphrase-to-cache): Rename from
12192         `pgg-add-passphrase-cache' to reduce confusion (all callers
12193         changed).
12194         (pgg-remove-passphrase-from-cache): Rename from
12195         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12196         changed).
12197         (pgg-read-passphrase, pgg-add-passphrase-cache)
12198         (pgg-remove-passphrase-cache): Add informative docstrings.
12199         (pgg-decrypt): Convey provided passphrase in subordinate call to
12200         pgg-decrypt-region.
12201
12202 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12203
12204         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12205         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12206         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12207         'passphrase' argument, so the passphrase can be managed externally
12208         and then passed in to the system.
12209
12210         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12211         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12212         so the passphrase cache can be used reliably with identifiers
12213         besides a pgp packet's key id.
12214
12215         * pgg-gpg.el (pgg-gpg-encrypt-region)
12216         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12217         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12218         these routines, so the passphrase can be managed externally and
12219         passed in to the system.
12220
12221         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12222         'notruncate' argument, so the passphrase cache can be used
12223         reliably with identifiers besides a pgp packet's key id.
12224
12225 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12226
12227         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12228         symmetric encryption.
12229         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12230         encrypted session key.
12231         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12232         message ask for the passphrase in a proper way.
12233
12234         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12235         New user commands for symmetric encryption.
12236
12237 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12238
12239         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12240
12241         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12242
12243 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12244
12245         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12246
12247 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12248
12249         * mm-decode.el (mm-inlined-types): Add application/pgp.
12250         (mm-automatic-display): Ditto.
12251
12252         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12253         part as text.
12254
12255 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12256
12257         * nnrss.el: Update copyright.
12258         (nnrss-opml-import): Query whether to subscribe to each entry.
12259
12260         * gnus-art.el:
12261         * gnus-sum.el:
12262         * gnus-xmas.el:
12263         * messagexmas.el:
12264         * mm-uu.el:
12265         * mm-view.el: Update copyright.
12266
12267 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12268
12269         * message.el (message-info): New function.
12270         (message-mode-menu): Add it.
12271         Update copyright.
12272
12273         * ChangeLog: Fix and update copyright.
12274
12275 2006-01-13  Romain Francoise  <romain@orebokech.com>
12276
12277         * message.el (message-forward-subject-name-subject): Prefer the
12278         address to 'nowhere' if the sender has no name.
12279         Fix typo.  Update copyright year.
12280
12281 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * gnus-art.el (article-wash-html):
12284         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12285         (gnus-article-wash-html-with-w3m-standalone): New function.
12286
12287         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12288         mm-inline-text-html-render-with-w3m-standalone.
12289         (mm-text-html-washer-alist): Map w3m-standalone to
12290         gnus-article-wash-html-with-w3m-standalone.
12291         (mm-inline-text-html-render-with-w3m-standalone): New function.
12292
12293 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12294
12295         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12296         Improve LaTeX.
12297
12298 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12301         (nnrss-request-article): Render text/plain parts as HTML.
12302
12303         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12304         the buffer.
12305
12306 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12307
12308         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12309         custom definition of `gnus-posting-styles'.
12310
12311         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12312         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12313
12314 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12315
12316         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12317         Use nntp for bug archive.
12318
12319 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12320
12321         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12322         parts.
12323         (nnrss-normalize-date): New function converts ISO 8601 date into
12324         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12325         (nnrss-check-group): Use it.
12326
12327 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12328
12329         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12330
12331         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12332         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12333         (nnrss-insert-w3): Ditto.
12334
12335 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12338         the articles to be forwarded including the case where neither a
12339         number of articles nor a region is specified.
12340
12341 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * nnrss.el (nnrss-request-article): Fix last change; fill
12344         text/plain parts.
12345
12346 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12347
12348         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12349         in text/plain part.
12350         (nnrss-check-group): Don't add excessive newline to dc:subject.
12351
12352 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12353
12354         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12355         article.
12356
12357 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12358
12359         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12360         (nnml-use-compressed-files, nnml-save-mail): Support other
12361         comression programs such as bzip2.
12362
12363 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12364
12365         * dns.el (query-dns): Make sure we check the buffer size before
12366         removing tcp headers.
12367
12368 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12369
12370         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12371         remove MIME buttons associated with multipart/alternative parts.
12372         (gnus-mime-display-alternative): Tag buttons using `article-type'
12373         text property.
12374
12375         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12376         associated with multipart/alternative parts.
12377
12378         * gnus-art.el (gnus-signature-separator): Fix custom type.
12379
12380         * mm-decode.el (mm-inlined-types): Fix custom type.
12381         (mm-keep-viewer-alive-types): Ditto.
12382         (mm-automatic-display): Ditto.
12383         (mm-attachment-override-types): Ditto.
12384         (mm-inline-override-types): Ditto.
12385         (mm-automatic-external-display): Ditto.
12386
12387 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12388
12389         * spam-report.el (spam-report-user-mail-address)
12390         (spam-report-user-agent): New variables.
12391         (spam-report-url-ping-plain): Use spam-report-user-agent.
12392
12393 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12394
12395         * gnus-art.el (gnus-button-handle-custom): Do not just use
12396         `customize-apropos' for any "M-x customize-*" button but the
12397         function called for.  Accept both the function name and its
12398         argument in order to achieve this.
12399         (gnus-button-alist): Remove support for "custom:" URL's.
12400         Pass function name to `gnus-button-handle-custom' in case of "M-x
12401         customize-*" buttons.
12402
12403 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12404
12405         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12406         multipart/alternative and add xref to mm-discouraged-alternatives
12407         in doc string.
12408
12409         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12410         gnus-buttonized-mime-types in doc string.
12411
12412 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12413
12414         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12415         Suggest image/.* in the doc string.
12416
12417 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12420         message-marks (Debian bug #342521).
12421
12422 2005-12-12  Simon Josefsson  <jas@extundo.com>
12423
12424         * password.el (password-read-from-cache): Add.
12425         (password-read): Use it.
12426
12427 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12428
12429         * rfc2047.el (rfc2047-charset-to-coding-system):
12430         Recognize us-ascii as a MIME charset.
12431
12432         * mm-bodies.el (mm-decode-content-transfer-encoding):
12433         Protect against the case where the 2nd arg TYPE is nil.
12434
12435 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * pop3.el (pop3-stream-type): Fix custom version.
12438
12439         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12440
12441 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12442
12443         * mm-decode.el (mm-display-external): Add missing cdr.
12444
12445 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12446
12447         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12448         RFC1524) if it is in mailcap or add a suffix according to
12449         mailcap-mime-extensions when generating a temp filename; postpone
12450         deleting a temp file for 2 seconds for some wrappers, shell
12451         scripts, and so on, which might exit right after having started a
12452         viewer command as a background job.
12453
12454 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12455
12456         * nntp.el (nntp-marks-directory): Fix custom group.
12457
12458         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12459         steps when < 10.
12460
12461         * gnus-start.el (gnus-no-server-1):
12462         Mention `gnus-level-default-subscribed' in doc string.
12463
12464 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12465
12466         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12467         parens.
12468
12469 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12470
12471         * gnus-xmas.el (gnus-use-toolbar): Revert.
12472         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12473         gnus-use-toolbar is default.
12474
12475         * messagexmas.el (message-use-toolbar): Revert.
12476         (message-setup-toolbar): Use global default-toolbar if
12477         message-use-toolbar is default.
12478
12479 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12480
12481         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12482         according to default-toolbar-visible-p.
12483
12484         * messagexmas.el (message-use-toolbar): Ditto.
12485
12486 2005-11-26  Dave Love  <fx@gnu.org>
12487
12488         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12489         (tls-program, tls-success): Provide openssl alternative.
12490
12491         * starttls.el: Doc fixes.
12492         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12493         SERVICE to PORT.
12494
12495         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12496         port null or service name.
12497         (starttls-negotiate): Autoload.
12498
12499 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12500
12501         * message.el (message-kill-to-signature): Fix interactive spec.
12502
12503 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12504
12505         * pop3.el (pop3-open-server): Recognize a string as a service name.
12506
12507 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12508
12509         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12510
12511 2005-11-23  Dave Love  <fx@gnu.org>
12512
12513         Add pop3s, pop3/starttls.
12514
12515         * pop3.el (pop3-authentication-scheme): Clarify doc.
12516         (open-tls-stream, starttls-open-stream): Autoload.
12517         (pop3-stream-type): New.
12518         (pop3-open-server): Use it.
12519
12520         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12521         for POP.
12522         (mail-source-keyword-map): Add :stream for POP.
12523         (mail-source-fetch-pop): Use pop3-stream-type.
12524
12525 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12526
12527         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12528         of current-time-string.
12529
12530 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12531
12532         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12533         date header.
12534
12535 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12536
12537         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12538         it can seriously impact performance as it bypasses the agent's
12539         local caches.
12540
12541 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12542
12543         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12544         must be explicitly online rather than "not explicitly offline" for
12545         its flags to be synchronized.
12546
12547         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12548         that gnus-uu-unmark-thread will function correctly.
12549
12550         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12551         1024K is instead displayed as 1M.
12552
12553 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12554
12555         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12556
12557 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12558
12559         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12560
12561 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12562
12563         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12564         error message to display actual error condition.
12565         (gnus-agent-save-local): Avoid saving symbols that are bound to
12566         nil as they simply result in a warning message in
12567         gnus-agent-read-local.
12568
12569 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12572         rather than make-variable-buffer-local for file-precious-flag.
12573
12574 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12575
12576         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12577         for duplicates which are removed.  The invalid sort check then
12578         triggers a rescan after the sort as sorting may have moved
12579         duplicate entries such that they can be cheaply detected.
12580
12581 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12584
12585 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12586
12587         * gnus-agent.el (gnus-agent-article-alist-save-format):
12588         Change internal variable to a custom variable.  Change default value
12589         from compressed(2) to uncompressed(1).
12590         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12591         support for uncompressed agentview files.  Taken together, reading
12592         the agentview file should now be 6-7 times faster.
12593
12594 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12595
12596         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12597         as a buffer-local variable.  This avoids creating truncated
12598         dribble files as a result of a hang up, eg.
12599
12600 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12601
12602         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12603         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12604         XEmacs.
12605
12606 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12607
12608         * gnus-start.el (gnus-start-draft-setup):
12609         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12610
12611         * gnus.el (gnus-splash): Change custom group.
12612         (gnus-group-get-parameter, gnus-group-parameter-value):
12613         Describe allow-list argument.
12614
12615         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12616         string.
12617
12618 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * gnus-art.el (gnus-default-article-saver): Add user-defined
12621         `function' to custom type.
12622
12623 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12624
12625         * imap.el (imap-open): Handle case where buffer is a buffer
12626         object.
12627
12628 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12629
12630         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12631         long lines.
12632         (gnus-cache-delete-group): Wrap doc strings.
12633
12634         * gnus-agent.el (gnus-agent-rename-group)
12635         (gnus-agent-delete-group): Wrap doc strings.
12636
12637 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12638
12639         * messagexmas.el (message-use-toolbar): Change the valid values
12640         into default, top, bottom, left, and right.
12641         (message-toolbar-thickness): New variable.
12642         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12643         well.
12644         (message-setup-toolbar): Make it work.
12645
12646         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12647         (gnus-use-toolbar): Change the valid values into default, top,
12648         bottom, left, and right.
12649         (gnus-toolbar-thickness): New variable.
12650         (gnus-xmas-setup-toolbar): New function.
12651         (gnus-xmas-setup-group-toolbar): Use it.
12652         (gnus-xmas-setup-summary-toolbar): Use it.
12653
12654 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12655
12656         * gnus-start.el (gnus-1): Add "native" to
12657         gnus-predefined-server-alist.
12658
12659         * gnus.el (gnus-method-to-server): Don't add "native" to the
12660         lists here, because that leads to problems when
12661         gnus-select-method is bound.
12662
12663 2005-11-09  Simon Josefsson  <jas@extundo.com>
12664
12665         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12666         use (not sort-by-date) instead.
12667
12668 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12669
12670         * gnus-delay.el (gnus-delay-group): Don't autoload.
12671         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12672         to be re-loaded when customizing the `gnus-delay' group.
12673
12674 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12675
12676         * message.el: Revert last changes.
12677         (message-insert-citation-line): Use newlines.
12678
12679 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12680
12681         * message.el (message-courtesy-message)
12682         (message-mark-insert-begin, message-mark-insert-end)
12683         (message-elide-ellipsis, message-cancel-message)
12684         (message-add-header, message-change-subject)
12685         (message-cross-post-followup-to-header)
12686         (message-cross-post-insert-note, message-reduce-to-to-cc)
12687         (message-widen-reply, message-delete-not-region)
12688         (message-kill-to-signature, message-insert-signature)
12689         (message-insert-importance-high, message-insert-importance-low)
12690         (message-insert-or-toggle-importance)
12691         (message-insert-disposition-notification-to)
12692         (message-indent-citation, message-yank-original)
12693         (message-cite-original-without-signature, message-cite-original)
12694         (message-insert-citation-line, message-position-on-field)
12695         (message-fix-before-sending, message-send-mail-partially)
12696         (message-send-mail, message-send-mail-with-sendmail)
12697         (message-send-mail-with-qmail, message-send-news)
12698         (message-check-news-header-syntax, message-generate-headers)
12699         (message-insert-courtesy-copy, message-fill-address)
12700         (message-fill-header, message-shorten-references)
12701         (message-setup-1, message-cancel-news)
12702         (message-forward-make-body-plain, message-forward-make-body-mime)
12703         (message-forward-make-body-mml, message-encode-message-body)
12704         (message-forward-make-body-digest-plain)
12705         (message-forward-make-body-digest-mime)
12706         (message-use-alternative-email-as-from): Insert `hard-newline'
12707         instead of ordinary newlines.
12708
12709 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12710
12711         * message.el (message-generate-headers): Downcase the argument
12712         given to message-check-element.
12713
12714 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12715
12716         * nntp.el (nntp-authinfo-rejected): New error condition.
12717         (nntp-wait-for): Use new error condition to signal authentication
12718         error.
12719         (nntp-retrieve-data): Rethrow new error condition to break out of
12720         recursive call to nntp-send-authinfo.
12721
12722 2005-11-08  Romain Francoise  <romain@orebokech.com>
12723
12724         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12725         (gnus-summary-exit-map): Bind to `Z p'.
12726         (gnus-summary-make-menu-bar): Add menu item.
12727
12728 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12729
12730         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12731         (gnus-treat-*): Add `first' in all doc strings.
12732
12733         * gnus-group.el (gnus-group-compact-group): Fix typo.
12734
12735 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12736
12737         * gnus.el (gnus-parameters-case-fold-search): New variable.
12738         (gnus-parameters-get-parameter): Use it.
12739
12740         * gnus-score.el (gnus-home-score-file): Doc fix.
12741
12742 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12743
12744         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12745
12746 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * mm-util.el (mm-special-display-p): New function.
12749
12750         * mml.el (mml-preview): Use it; doc fix.
12751
12752 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12753
12754         * imap.el (imap-open): Handle case where buffer is a buffer object.
12755
12756 2005-10-29  Romain Francoise  <romain@orebokech.com>
12757
12758         * message.el (message-fix-before-sending): Fix comment.
12759
12760 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12761
12762         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12763
12764 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12765
12766         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12767         Used in gnus-score.el.
12768
12769 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12770
12771         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12772
12773 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12774
12775         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12776         whitespace removed in revision 7.8.  Use concatenated string to
12777         protect trailing whitespace.
12778
12779 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12780
12781         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12782         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12783         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12784         Courier IMAP ("some version from 2004").  Mostly based on similar
12785         code in the same function.
12786
12787 2005-10-26  Didier Verna  <didier@xemacs.org>
12788
12789         * gnus-group.el (gnus-group-compact-group): Invalidate original
12790         article buffer.
12791         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12792         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12793         NOV database and in article itself.
12794         Invalidate article backlog.
12795
12796 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12797
12798         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12799
12800 2005-10-26  Simon Josefsson  <jas@extundo.com>
12801
12802         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12803         part of 2004-07-25 change.
12804
12805 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * message.el (message-display-completion-list): New function.
12808         (message-expand-group): Use it; make sure the Completions buffer
12809         is modifiable.
12810 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12811
12812         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12813         user-mail-name is an empty string.
12814
12815 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12816
12817         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12818         depending on gnus-score-decay-constant.
12819
12820         * encrypt.el (encrypt-insert-file-contents)
12821         (encrypt-write-file-contents): Don't use `gnus-message'.
12822
12823         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12824         arguments.
12825         (mm-uu-type-alist): Add message-marks and insert-marks.
12826         Pass arguments to mm-uu-verbatim-marks-extract.
12827         (mm-uu-hide-markers): New variable.
12828         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12829
12830         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12831         (gnus-convert-image-to-face-command): Use "convert" by default to
12832         allow other input image formats.
12833         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12834         accordingly.
12835
12836 2005-10-23  Simon Josefsson  <jas@extundo.com>
12837
12838         * imap.el (imap-gssapi-program): Align command line parameters
12839         with latest GNU SASL.
12840         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12841
12842 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12843
12844         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12845         HTML.
12846         (nnslashdot-request-article): Ditto.
12847
12848         * lpath.el (featurep): Add nobreak-char-display.
12849
12850 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12851
12852         * mail-source.el (mail-source-fetch-pop): Require pop3.
12853         (mail-source-check-pop): Ditto.
12854
12855 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12856
12857         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12858         errors.
12859
12860 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12861
12862         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12863         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12864
12865         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12866
12867         * mm-bodies.el (mm-decode-string):
12868         Call `mm-charset-to-coding-system' with allow-override argument.
12869
12870 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12871
12872         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12873         (rfc2047-charset-to-coding-system): New function.
12874         (rfc2047-decode-encoded-words): New function.
12875         (rfc2047-decode-region): Use them.
12876         (rfc2047-decode-cte): Remove.
12877         (rfc2047-parse-and-decode): Remove.
12878         (rfc2047-decode): Remove.
12879
12880 2005-10-15  Kenichi Handa  <handa@m17n.org>
12881
12882         * rfc2047.el (rfc2047-decode-cte): New function.
12883         (rfc2047-decode-region): Change the way to decode successive
12884         encoded-words: decode B- or Q-encoding in each encoded-word,
12885         concatenate them, and decode it as charset.
12886
12887 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12888
12889         * lpath.el: Fbind codepage-setup for XEmacs.
12890
12891 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12892
12893         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12894         widget-move-and-invoke.
12895         (gnus-custom-mode): Use gnus-custom-map.
12896
12897 2005-10-15  Bill Wohler  <wohler@newt.com>
12898
12899         * message.el (message-tool-bar-map): Rename image file from
12900         mail_send to mail/send.
12901
12902 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12903
12904         * message.el (message-expand-group): Pass the common
12905         prefix substring of completion to `display-completion-list'.
12906
12907 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12908
12909         * mml-sec.el (mml-secure-method): New internal variable.
12910         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12911         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12912         New functions using mml-secure-method.
12913
12914         * mml.el (mml-mode-map): Add key bindings for those functions.
12915         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12916         Harder <harder@myrealbox.com>.
12917         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12918         Goto end of message if point is the headers of the message.
12919
12920         * message.el (message-in-body-p): New function.
12921
12922         * assistant.el: Autoload gnus-util and netrc.
12923
12924         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12925         Use `mm-charset-override-alist' only when decoding.
12926
12927         * mm-bodies.el (mm-decode-body):
12928         Call `mm-charset-to-coding-system' with allow-override argument.
12929
12930         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12931         `filename' from Content-Disposition if Content-Type doesn't
12932         provide `name'.
12933         (gnus-mime-view-part-as-type): Set default instead of
12934         initial-input.
12935
12936 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12937
12938         * format-spec.el (format-spec): Propagate text properties of % spec.
12939
12940 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12941
12942         * gnus-art.el (gnus-treat-predicate): Add `first'.
12943
12944 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12945
12946         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12947         (mm-charset-override-alist): New variable.
12948         (mm-charset-to-coding-system): Use it.
12949         (mm-codepage-setup): New helper function.
12950         (mm-charset-eval-alist): New variable.
12951         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12952         Warn about unknown charsets.
12953
12954         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12955
12956 2005-10-04  David Hansen  <david.hansen@gmx.net>
12957
12958         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12959         (nnrss-check-group): Ditto.
12960
12961 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12964         Rename x-gnus-verbatim to x-verbatim.
12965         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12966
12967         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12968         x-verbatim.
12969
12970         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12971
12972         * gnus-util.el (gnus-remove-duplicates): Remove.
12973
12974         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12975         instead of gnus-remove-duplicates.
12976
12977         * message.el (message-remove-duplicates): Remove.
12978         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12979         message-remove-duplicates.
12980
12981         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12982         available, else use implementation from `delete-dups'.
12983
12984         * message.el (message-insert-expires): New function.
12985         (message-mode-map): Add key binding.
12986         (message-mode-field-menu): Add menu entry.
12987         (message-mode): Document it.
12988         (message-make-expires-date): Use `message-make-date'.
12989
12990 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12991
12992         * message.el (message-make-expires-date): New function.
12993
12994 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12995
12996         * Makefile.in (list-installed-shadows): New entry.
12997         (install): Use it.
12998         (remove-installed-shadows): New entry.
12999
13000         * dgnushack.el (dgnushack-default-load-path): New variable.
13001         (dgnushack-find-lisp-shadows): New function.
13002         (dgnushack-remove-lisp-shadows): New function.
13003
13004 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13005
13006         * Makefile.in (install-el-elc): New entry.
13007         (install): Use it so that .el files are necessarily installed.
13008
13009 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13010
13011         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13012
13013 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13014
13015         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13016         function rather than the diff-mode.el package.
13017         (mm-display-external): Use with-current-buffer.
13018         (mm-viewer-completion-map, mm-viewer-completion-map):
13019         Move initialization inside declaration.
13020
13021 2005-09-29  Simon Josefsson  <jas@extundo.com>
13022
13023         * spam.el: Load hashcash when compiling, to avoid warnings.
13024         Don't autoload mail-check-payment.
13025         (spam-check-hashcash): Define unconditionally, since hashcash.el
13026         is part of Gnus now.  Ignore errors from payment checking.
13027
13028 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13029
13030         * message.el (message-bold-region, message-unbold-region):
13031         Rename from `bold-region' and `unbold-region'.
13032
13033         * message.el: Remove useless autoloads.
13034
13035 2005-09-28  Simon Josefsson  <jas@extundo.com>
13036
13037         * message.el (message-use-idna): Default to t.
13038         (message-use-idna): Test whether encoding works too.  Doc fix.
13039
13040 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13041
13042         * nntp.el (nntp-warn-about-losing-connection): Remove.
13043
13044 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13047         customizable.  Change default value.
13048         (mm-uu-diff-groups-regexp): Change default value.
13049         (mm-uu-type-alist): Add doc string.
13050         (mm-uu-configure): Add doc string.  Make it interactive.
13051         (mm-uu-tex-groups-regexp): New variable.
13052         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13053         (mm-uu-type-alist): Add LaTeX documents.
13054         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13055         of "text/verbatim".
13056         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13057
13058         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13059         instead of "text/verbatim".
13060
13061         * message.el (message-mark-inserted-region)
13062         (message-mark-insert-file): Use slrn style marks when called with
13063         prefix argument.
13064
13065 2005-09-27  Simon Josefsson  <jas@extundo.com>
13066
13067         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13068
13069 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13070
13071         * message.el (message-remove-duplicates): New function.
13072         Implementation borrowed from `gnus-remove-duplicates'.
13073         (message-idna-to-ascii-rhs): Also encode idna addresses in
13074         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13075         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13076         only ask about the same idna domain once per header and also tell
13077         in what header to replace the idna domain.
13078
13079         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13080         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13081         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13082         a header is decoded and not just the last one.
13083
13084 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13087         has been decoded.
13088
13089         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13090         (mm-insert-part): Don't modify text if it has been decoded.
13091
13092         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13093         decoded.
13094
13095         * mm-view.el (mm-inline-text): Don't strip text props unless
13096         decoding enriched or richtext parts.
13097
13098 2005-09-25  Romain Francoise  <romain@orebokech.com>
13099
13100         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13101         * gnus-start.el (gnus-subscribe-interactively):
13102         * gnus-uu.el (gnus-uu-grab-articles):
13103         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13104         space.
13105
13106 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13107
13108         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13109         * mm-view.el (mm-view-pkcs7-decrypt):
13110         * gnus-sum.el (gnus-summary-limit-to-extra)
13111         (gnus-summary-respool-article, gnus-read-move-group-name):
13112         * gnus-score.el (gnus-summary-increase-score):
13113         * gnus-util.el (gnus-completing-read-with-default):
13114         * gnus-art.el (gnus-read-save-file-name)
13115         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13116         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13117         * message.el (message-check-news-header-syntax):
13118         Follow convention for reading with the minibuffer.
13119
13120 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * spam-report.el (spam-report-url-ping-plain):
13123         Use gnus-extended-version as User-Agent.
13124
13125         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13126         default value is nil.
13127
13128         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13129         (mm-uu-verbatim-marks-extract): New function.
13130         (mm-uu-extract): New face.
13131         (mm-uu-copy-to-buffer): Use it.
13132
13133         * spam-report.el (spam-report-gmane-ham): Rename from
13134         `spam-report-gmane-unspam'.
13135         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13136         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13137
13138         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13139         Autoload.
13140         (spam-report-gmane-unregister-routine):
13141         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13142
13143 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13144
13145         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13146         (spam-report-gmane-unregister-routine): Add support for gmane
13147         unregistration.
13148
13149         * spam-report.el (spam-report-gmane-unspam)
13150         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13151         (spam-report-gmane): Change to take a single article and do unspam
13152         registration.
13153
13154 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13155
13156         * mm-url.el (mm-url-decode-entities): Fix regexp.
13157
13158 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13159
13160         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13161         default to nil, to be able to use Gnus at all.  If the default
13162         switches to something else, then the function should be fixed not
13163         be exceedingly slow.
13164
13165 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13166
13167         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13168         fail hard.
13169
13170         * spam-report.el: Add better Keywords line.
13171
13172         * spam.el: Add Maintainer and better Keywords line.
13173
13174 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13175
13176         * gnus-art.el (gnus-article-replace-part)
13177         (gnus-mime-replace-part): New functions.
13178         (gnus-mime-action-alist, gnus-mime-button-commands)
13179         (gnus-mime-save-part-and-strip): Add file argument.
13180         (gnus-article-part-wrapper): Add interactive argument.
13181
13182         * gnus-sum.el (gnus-summary-mime-map):
13183         Add `gnus-article-replace-part'.
13184
13185 2005-09-19  Didier Verna  <didier@xemacs.org>
13186
13187         The nnml compaction feature:
13188         * nnml.el (nnml-request-compact-group): New function.
13189         * nnml.el (nnml-request-compact): New function.
13190         * gnus-int.el (gnus-request-compact-group): New function.
13191         * gnus-int.el (gnus-request-compact): New function.
13192         * gnus-group.el (gnus-group-compact-group): New function.
13193         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13194         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13195         * gnus-srvr.el (gnus-server-compact-server): New function.
13196         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13197         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13198
13199 2005-09-18  Deepak Goel  <deego@gnufans.org>
13200
13201         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13202         format spec.
13203
13204 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13205
13206         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13207
13208 2005-09-15  Romain Francoise  <romain@orebokech.com>
13209
13210         * message.el (message-fill-paragraph): Clarify docstring.
13211
13212 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13213
13214         * gnus-art.el (gnus-mime-display-part): Protect against broken
13215         MIME messages.
13216
13217 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13218
13219         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13220         before parsing header.
13221
13222 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13223
13224         * html2text.el (html2text-replace-list): Add new entities.
13225
13226 2005-09-11  Romain Francoise  <romain@orebokech.com>
13227
13228         * message.el (message-alternative-emails): Improve docstring.
13229         (message-setup-1): Call `message-use-alternative-email-as-from'
13230         after `message-setup-hook' to give it precedence over posting
13231         styles, etc.
13232         (message-use-alternative-email-as-from): Add docstring.
13233         Remove the original From header if present.
13234
13235         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13236         (nnml-save-mail): Use it.
13237
13238         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13239         articles.  Add new argument `silent'.
13240         (gnus-uu-mark-all): Report the total number of marked articles.
13241
13242 2005-09-10  Romain Francoise  <romain@orebokech.com>
13243
13244         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13245         (gnus-uu-mark-series): Likewise.
13246
13247 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13248
13249         * spam-report.el (spam-report-gmane): Fix generation of spam
13250         report URL.
13251
13252 2005-09-10  Simon Josefsson  <jas@extundo.com>
13253
13254         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13255         t, based on discussion on the ding list with Robert Epprecht
13256         <epprecht@solnet.ch>.
13257
13258 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13259
13260         * spam-report.el (spam-report-gmane): Make it work without
13261         X-Report-Spam header.  Gmane now only provides Archived-At.
13262         This is only used if `spam-report-gmane-use-article-number' is nil.
13263         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13264
13265         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13266         make `gnus-summary-sort-by-recipient' work with threading.
13267
13268         * nnweb.el (nnweb-google-wash-article): Print a message if article
13269         is not available.
13270
13271 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13272
13273         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13274         change.  Decode text/* parts content before displaying.
13275
13276 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13277
13278         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13279
13280 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13283
13284         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13285         url-package-name, url-package-version,
13286         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13287         w3m-display-inline-images, and w3m-minor-mode-map.
13288
13289 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13290
13291         * message.el (message-tab-body-function): Fix mismatched custom type.
13292
13293         * gnus.el (gnus-group-change-level-function): Ditto.
13294
13295         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13296
13297         * gnus-art.el (gnus-signature-limit)
13298         (gnus-article-mime-part-function): Ditto.
13299
13300 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13301
13302         * mml.el (mml-mode): Silence the byte compiler.
13303
13304         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13305         using `(sit-for 0)' before moving the point to the specified part;
13306         skip unbuttonized parts.
13307         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13308         return to the summary window if gnus-auto-select-part is non-nil.
13309
13310 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13311
13312         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13313         New variables.
13314         (mml-dnd-attach-file, mml-mode): Use them.
13315
13316         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13317         Make fetching article by MID work again for Google Groups.
13318         Add FIXME concerning gnus-group-make-web-group.
13319
13320         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13321         Don't depend on Gnus by using mail-extract-address-components if
13322         gnus-extract-address-components is not bound.
13323
13324 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13325
13326         * gnus-art.el (gnus-mime-display-security): Don't display the
13327         signature, but only the signed part.
13328
13329 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13330
13331         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13332
13333         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13334         list, not listp.
13335
13336 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13337
13338         * mm-encode.el (mm-encode-content-transfer-encoding):
13339         Likewise when encoding.
13340
13341         * mm-bodies.el (mm-decode-content-transfer-encoding):
13342         De-canonicalize CRLF for all text content types, not just
13343         text/plain.
13344
13345 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13348         valid article; point arrow and cursor at the MIME button.
13349
13350 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13351
13352         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13353         Suggested by Dan Christensen <jdc@uwo.ca>.
13354
13355         * mm-decode.el (mm-save-part): Enable change of prompt.
13356
13357 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13358
13359         * gnus-msg.el (gnus-inews-add-send-actions):
13360         Make `message-post-method' lambda parameter ARG `&optional'.
13361
13362 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13363
13364         * gnus-sum.el (gnus-summary-mime-map):
13365         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13366         gnus-article-jump-to-part.
13367
13368         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13369         (gnus-article-edit-part): Use it.
13370         (gnus-article-part-wrapper): Add no-handle argument.
13371         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13372         New functions.
13373
13374 2005-08-29  Romain Francoise  <romain@orebokech.com>
13375
13376         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13377         docstring.
13378         (gnus-face-from-file): Likewise.
13379
13380 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13381
13382         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13383         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13384         non-nil.
13385         (gnus-auto-select-part): New variable.
13386         (gnus-article-jump-to-part): New function.
13387         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13388         (gnus-mime-delete-part): Allow selecting specified part after
13389         deleting or stripping parts.
13390         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13391         part if argument is bogus.
13392
13393 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13394
13395         * gnus-art.el (w3m-minor-mode-map):
13396         * gnus-spec.el (gnus-newsrc-file-version):
13397         * gnus-util.el (nnmail-active-file-coding-system)
13398         (gnus-original-article-buffer, gnus-user-agent):
13399         * gnus.el (gnus-ham-process-destinations)
13400         (gnus-parameter-ham-marks-alist)
13401         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13402         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13403         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13404         * mm-decode.el (gnus-current-window-configuration):
13405         * mm-extern.el (gnus-article-mime-handles):
13406         * mm-url.el (url-current-object, url-package-name)
13407         (url-package-version):
13408         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13409         (smime-keys, w3m-cid-retrieve-function-alist)
13410         (w3m-current-buffer, w3m-display-inline-images)
13411         (w3m-minor-mode-map):
13412         * mml-smime.el (gnus-extract-address-components):
13413         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13414         (gnus-newsrc-hashtb, message-default-charset)
13415         (message-deletable-headers, message-options)
13416         (message-posting-charset, message-required-mail-headers)
13417         (message-required-news-headers):
13418         * mml1991.el (mc-pgp-always-sign):
13419         * mml2015.el (mc-pgp-always-sign):
13420         * nnheader.el (nnmail-extra-headers):
13421         * rfc1843.el (gnus-decode-encoded-word-function)
13422         (gnus-decode-header-function, gnus-newsgroup-name):
13423         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13424
13425 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13426
13427         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13428         the end of the date treatments.
13429
13430 2005-08-15  Simon Josefsson  <jas@extundo.com>
13431
13432         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13433         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13434         Capello and Romain Francoise.
13435         (pgg-fetch-key-function): Remove, not used?
13436         (pgg-insert-url-with-w3): Require url, to get
13437         url-insert-file-contents regardless of where it is defined.
13438
13439 2005-08-13  Romain Francoise  <romain@orebokech.com>
13440
13441         * message.el (message-cite-original-1): New function.
13442         (message-cite-original): Use it.
13443         (message-cite-original-without-signature): Ditto.
13444
13445 2005-08-08  Romain Francoise  <romain@orebokech.com>
13446
13447         * message.el (message-yank-empty-prefix): New variable.
13448         (message-indent-citation): Use it.
13449         (message-cite-original-without-signature): Respect X-No-Archive.
13450
13451 2005-08-08  Simon Josefsson  <jas@extundo.com>
13452
13453         * pgg.el: Autoload url-insert-file-contents instead of loading
13454         w3/url.
13455         (pgg-insert-url-with-w3): Don't load url here.
13456
13457 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13458
13459         * message.el (message-kill-to-signature): Don't insert newline at
13460         bol.
13461         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13462
13463 2005-08-06  Romain Francoise  <romain@orebokech.com>
13464
13465         * message.el (message-user-fqdn): Fix typo in docstring.
13466
13467 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13468
13469         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13470
13471         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13472
13473 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13474
13475         * mm-bodies.el (mm-encode-body): Use coding system rather than
13476         charset to encode text.
13477
13478         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13479         number of charsets if utf-8 is available (XEmacs).
13480
13481 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13482
13483         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13484         taken from `gnus-button-mid-or-mail-regexp'.
13485         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13486         (gnus-button-alist): Improve regexp for domain part of the MIDs
13487         for news:localpart@domain buttons.
13488         (gnus-button-ctan-directory-regexp): Update.
13489
13490 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13491
13492         * sieve-manage.el (sieve-manage-interactive-login):
13493         Use make-local-variable rather than make-variable-buffer-local.
13494         (sieve-manage-open): Ditto.
13495         (sieve-manage-authenticate): Ditto.
13496
13497         * mml.el (mml-generate-mime-1): Make the content type default to
13498         text/plain if the filename is not specified.
13499
13500 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13501
13502         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13503         instead of insert-buffer.
13504
13505         * message.el (message-yank-original): Ditto; set the mark at the
13506         end of the yanked message.
13507
13508 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13509
13510         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13511         lines to scroll rather than to stop it.
13512
13513         * mml.el (mml-generate-default-type): Add doc string.
13514         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13515         default to application/octet-stream when determining the content
13516         type if it is not specified for the part or the mml contents; add
13517         a comment about mml-generate-default-type.
13518
13519 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13520
13521         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13522         make it default to application/octet-stream when determining the
13523         content type if it is not specified for the external contents.
13524
13525 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13526
13527         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13528         segmented parameter but also other parameters might be there.
13529
13530 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13531
13532         * mm-decode.el (mm-display-external): Delete temp file, directory
13533         and buffer immediately if the external process is exited.
13534
13535 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13536
13537         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13538         fewer lines than that of scroll-margin.
13539         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13540
13541 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-art.el (gnus-article-next-page): Revert.
13544         (gnus-article-beginning-of-window): New macro.
13545         (gnus-article-next-page-1): Use it.
13546         (gnus-article-prev-page): Ditto.
13547         (gnus-article-edit-part): Use insert-buffer-substring instead of
13548         insert-buffer.
13549         (gnus-article-edit-exit): Ditto.
13550
13551         * gnus-util.el (gnus-beginning-of-window): Remove.
13552         (gnus-end-of-window): Remove.
13553
13554         * lpath.el: Don't bind header-line-format and scroll-margin.
13555
13556 2005-07-25  Simon Josefsson  <jas@extundo.com>
13557
13558         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13559         to have the url package without w3.  Reported by Daiki Ueno
13560         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13561
13562 2005-07-20  Didier Verna  <didier@xemacs.org>
13563
13564         * gnus-diary.el: Remove the description comment (nndiary is now
13565         properly documented in the Gnus manual).
13566         Fix the spelling of "Back End".
13567         * nndiary.el: Ditto.
13568         Fix the copyright notice.
13569
13570 2005-07-18  Romain Francoise  <romain@orebokech.com>
13571
13572         * gnus-sum.el (gnus-summary-to-prefix)
13573         (gnus-summary-newsgroup-prefix): New variables.
13574         (gnus-summary-from-or-to-or-newsgroups): Use them.
13575
13576 2005-07-17  Romain Francoise  <romain@orebokech.com>
13577
13578         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13579         space as it's generally not especially interesting to the user.
13580
13581 2005-07-16  Romain Francoise  <romain@orebokech.com>
13582
13583         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13584         nil to avoid prompting and file modification if one of the
13585         messages at the top of the nnfolder file contains a copyright
13586         notice.
13587         Update copyright notice.
13588
13589         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13590         instead of `current-time-string' as the latter creates a time
13591         string that is not RFC 2822 compliant (it lacks the zone).
13592         Update copyright notice.
13593
13594 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13595
13596         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13597         for text/rtf.  Display default in prompt.  Pass default for M-n.
13598
13599         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13600
13601 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13602
13603         * gnus-msg.el (gnus-button-mailto):
13604         Remove save-selected-window-window hackery because it relies on
13605         save-selected-window internals.
13606
13607 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13608
13609         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13610         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13611         (gnus-article-prev-page): Ditto.
13612
13613         * gnus-util.el (gnus-beginning-of-window): New function.
13614         (gnus-end-of-window): New function.
13615
13616         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13617
13618 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13619
13620         * gnus-score.el (gnus-score-edit-all-score):
13621         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13622         gnus-message.
13623
13624 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13625
13626         * gnus-msg.el (gnus-button-mailto):
13627         Remove save-selected-window-window hackery because it relies on
13628         save-selected-window internals.
13629
13630 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13631
13632         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13633         add-minor-mode.
13634         (gnus-binary-mode): Ditto.
13635
13636         * gnus-topic.el (gnus-topic-mode): Ditto.
13637
13638 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13639
13640         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13641         (gnus-article-prev-page): Take scroll-margin into consideration.
13642
13643 2005-07-04  Lute Kamstra  <lute@gnu.org>
13644
13645         Update FSF's address in GPL notices.
13646
13647 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13648
13649         * gnus.el (gnus-exit):
13650         * gnus-group.el (gnus-group-icons):
13651         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13652
13653         * gnus-nocem.el (gnus-nocem):
13654         * message.el (message-various, message-buffers, message-sending)
13655         (message-interface, message-forwarding, message-insertion)
13656         (message-headers, message-news, message-mail):
13657         * pgg-gpg.el (pgg-gpg):
13658         * pgg-parse.el (pgg-parse):
13659         * pgg-pgp.el (pgg-pgp):
13660         * pgg-pgp5.el (pgg-pgp5):
13661         * pop3.el (pop3): Finish `defgroup' description with period.
13662
13663 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * gnus-art.el (article-display-face): Improve the efficiency.
13666         (article-display-x-face): Ditto; remove grey x-face stuff.
13667
13668 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13669
13670         * gnus-art.el (article-display-face): Correct the position in
13671         which Faces are inserted.
13672
13673 2005-06-29  Didier Verna  <didier@xemacs.org>
13674
13675         * gnus-art.el (article-display-face): Display faces in correct
13676         order.
13677
13678 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13679
13680         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13681         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13682         (gnus-nocem-check-article): Fetch the Type header.
13683         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13684         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13685         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13686         make sure gnus-nocem-hashtb is initialized.
13687         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13688         (gnus-nocem-unwanted-article-p): Ditto.
13689
13690         * pgg.el (pgg-verify): Return the verification result.
13691
13692 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13693
13694         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13695         is ascii.
13696
13697 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13698
13699         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13700         `show-nonbreak-escape'.
13701
13702 2005-06-23  Lute Kamstra  <lute@gnu.org>
13703
13704         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13705
13706         * dig.el (dig-mode):
13707         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13708
13709 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13710
13711         * nnimap.el (nnimap-split-download-body): Fix spellings.
13712
13713 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13714
13715         * gnus-art.el (gnus-article-encrypt-body):
13716         * gnus-cus.el (gnus-score-customize):
13717         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13718         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13719
13720 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13721
13722         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13723         header by looking for magic "MII" at the beginnig.
13724
13725 2005-06-16  Miles Bader  <miles@gnu.org>
13726
13727         * gnus-xmas.el (gnus-xmas-group-startup-message):
13728         Use renamed gnus-splash face.
13729
13730         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13731         (assistant-field-face): New backward-compatibility alias for renamed
13732         face.
13733         (assistant-render-text): Use renamed assistant-field face.
13734
13735         * spam.el (spam): Remove "-face" suffix from face name.
13736         (spam-face): New backward-compatibility alias for renamed face.
13737         (spam-face, spam-initialize): Use renamed spam face.
13738
13739         * message.el (message-header-to, message-header-cc)
13740         (message-header-subject, message-header-newsgroups)
13741         (message-header-other, message-header-name)
13742         (message-header-xheader, message-separator, message-cited-text)
13743         (message-mml): Remove "-face" suffix from face names.
13744         (message-header-to-face, message-header-cc-face)
13745         (message-header-subject-face, message-header-newsgroups-face)
13746         (message-header-other-face, message-header-name-face)
13747         (message-header-xheader-face, message-separator-face)
13748         (message-cited-text-face, message-mml-face):
13749         New backward-compatibility aliases for renamed faces.
13750         (message-font-lock-keywords): Use renamed message faces.
13751
13752         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13753         (sieve-test-commands, sieve-tagged-arguments):
13754         Remove "-face" suffix from face names.
13755         (sieve-control-commands-face, sieve-action-commands-face)
13756         (sieve-test-commands-face, sieve-tagged-arguments-face):
13757         New backward-compatibility aliases for renamed faces.
13758         (sieve-control-commands-face, sieve-action-commands-face)
13759         (sieve-test-commands-face, sieve-tagged-arguments-face):
13760         Use renamed sieve faces.
13761
13762         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13763         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13764         (gnus-group-news-3-empty, gnus-group-news-4)
13765         (gnus-group-news-4-empty, gnus-group-news-5)
13766         (gnus-group-news-5-empty, gnus-group-news-6)
13767         (gnus-group-news-6-empty, gnus-group-news-low)
13768         (gnus-group-news-low-empty, gnus-group-mail-1)
13769         (gnus-group-mail-1-empty, gnus-group-mail-2)
13770         (gnus-group-mail-2-empty, gnus-group-mail-3)
13771         (gnus-group-mail-3-empty, gnus-group-mail-low)
13772         (gnus-group-mail-low-empty, gnus-summary-selected)
13773         (gnus-summary-cancelled, gnus-summary-high-ticked)
13774         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13775         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13776         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13777         (gnus-summary-low-undownloaded)
13778         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13779         (gnus-summary-low-unread, gnus-summary-normal-unread)
13780         (gnus-summary-high-read, gnus-summary-low-read)
13781         (gnus-summary-normal-read, gnus-splash):
13782         Remove "-face" suffix from face names.
13783         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13784         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13785         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13786         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13787         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13788         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13789         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13790         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13791         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13792         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13793         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13794         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13795         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13796         (gnus-summary-normal-ticked-face)
13797         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13798         (gnus-summary-normal-ancient-face)
13799         (gnus-summary-high-undownloaded-face)
13800         (gnus-summary-low-undownloaded-face)
13801         (gnus-summary-normal-undownloaded-face)
13802         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13803         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13804         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13805         (gnus-splash-face):
13806         New backward-compatibility aliases for renamed faces.
13807         (gnus-group-startup-message): Use renamed gnus faces.
13808
13809         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13810         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13811         (gnus-server-agent): Remove "-face" suffix from face names.
13812         (gnus-server-agent-face, gnus-server-opened-face)
13813         (gnus-server-closed-face, gnus-server-denied-face)
13814         (gnus-server-offline-face):
13815         New backward-compatibility aliases for renamed faces.
13816         (gnus-server-agent-face, gnus-server-opened-face)
13817         (gnus-server-closed-face, gnus-server-denied-face)
13818         (gnus-server-offline-face): Use renamed gnus faces.
13819
13820         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13821         Remove "-face" suffix from face names.
13822         (gnus-picon-xbm-face, gnus-picon-face):
13823         New backward-compatibility aliases for renamed faces.
13824
13825         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13826         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13827         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13828         (gnus-cite-11): Remove "-face" suffix from face names.
13829         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13830         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13831         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13832         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13833         New backward-compatibility aliases for renamed faces.
13834         (gnus-cite-attribution-face, gnus-cite-face-list)
13835         (gnus-article-boring-faces): Use renamed gnus faces.
13836
13837         * gnus-art.el (gnus-signature, gnus-header-from)
13838         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13839         (gnus-header-content): Remove "-face" suffix from face names.
13840         (gnus-signature-face, gnus-header-from-face)
13841         (gnus-header-subject-face, gnus-header-newsgroups-face)
13842         (gnus-header-name-face, gnus-header-content-face):
13843         New backward-compatibility aliases for renamed faces.
13844         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13845
13846         * gnus-sum.el (gnus-summary-selected-face)
13847         (gnus-summary-highlight): Use renamed gnus faces.
13848         * gnus-group.el (gnus-group-highlight): Likewise.
13849
13850 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13851
13852         * gnus-sieve.el (gnus-sieve-article-add-rule):
13853         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13854         * spam-stat.el (spam-stat-buffer-change-to-spam)
13855         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13856
13857         * message.el (message-is-yours-p):
13858         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13859
13860 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13861
13862         * mm-view.el (mm-inline-text): Withdraw the last change.
13863
13864 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13865
13866         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13867         executing enriched-decode.
13868
13869 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13870
13871         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13872         charset of tar files.
13873
13874 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13875
13876         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13877
13878 2005-06-04  Lute Kamstra  <lute@gnu.org>
13879
13880         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13881         information is never recorded.
13882
13883 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13884
13885         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13886
13887 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13888
13889         * pop3.el (pop3-apop): Run md5 in the binary mode.
13890
13891         * starttls.el (starttls-set-process-query-on-exit-flag):
13892         Use eval-and-compile.
13893
13894 2005-05-31  Simon Josefsson  <jas@extundo.com>
13895
13896         * smime.el (smime-replace-in-string): Define.
13897         (smime-cert-by-ldap-1): Use it.
13898
13899 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * gnus-art.el (article-display-x-face): Replace
13902         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13903
13904         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13905         set-process-query-on-exit-flag or process-kill-without-query.
13906
13907         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13908         loop instead of replace-regexp.
13909
13910         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13911         instead of process-kill-without-query if it is available.
13912
13913         * lpath.el: Fbind ldap-search-entries.
13914
13915         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13916         instead of find-file-hooks if it is available.
13917
13918         * mml1991.el: Bind pgg-default-user-id when compiling.
13919
13920         * mml2015.el: Bind pgg-default-user-id when compiling.
13921
13922         * nndraft.el (nndraft-request-associate-buffer):
13923         Use write-contents-functions instead of write-contents-hooks if it is
13924         available.
13925
13926         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13927         instead of find-file-hooks if it is available.
13928
13929         * nntp.el (nntp-open-connection): Replace
13930         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13931         (nntp-open-ssl-stream): Ditto.
13932         (nntp-open-tls-stream): Ditto.
13933
13934         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13935         set-process-query-on-exit-flag or process-kill-without-query.
13936         (starttls-open-stream-gnutls): Use it instead of
13937         process-kill-without-query.
13938         (starttls-open-stream): Ditto.
13939
13940 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13941
13942         * smime.el (smime-cert-by-ldap-1): Don't use
13943         replace-regexp-in-string.
13944
13945 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13946
13947         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13948
13949         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13950         in PEM format.  Adjust to the XEmacs compability.
13951
13952 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13953
13954         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13955         by `string-to-number'.
13956         * gnus-agent.el (gnus-agent-regenerate-group)
13957         (gnus-agent-fetch-articles): Ditto.
13958         * gnus-art.el (gnus-button-fetch-group): Ditto.
13959         * gnus-cache.el (gnus-cache-generate-active)
13960         (gnus-cache-articles-in-group): Ditto.
13961         * gnus-group.el (gnus-group-set-current-level)
13962         (gnus-group-insert-group-line): Ditto.
13963         * gnus-score.el (gnus-score-set-expunge-below)
13964         (gnus-score-set-mark-below, gnus-summary-score-effect)
13965         (gnus-summary-score-entry): Ditto.
13966         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13967         (gnus-soup-pack): Ditto.
13968         * gnus-spec.el (gnus-xmas-format): Ditto.
13969         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13970         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13971         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13972         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13973         * nndb.el (nndb-get-remote-expire-response): Ditto.
13974         * nndiary.el (nndiary-parse-schedule-value)
13975         (nndiary-string-to-number, nndiary-request-replace-article)
13976         (nndiary-request-article): Ditto.
13977         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13978         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13979         * nneething.el (nneething-make-head): Ditto.
13980         * nnfolder.el (nnfolder-request-article)
13981         (nnfolder-retrieve-headers): Ditto.
13982         * nnheader.el (nnheader-file-to-number): Ditto.
13983         * nnkiboze.el (nnkiboze-request-article): Ditto.
13984         * nnmail.el (nnmail-process-unix-mail-format)
13985         (nnmail-process-babyl-mail-format): Ditto.
13986         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13987         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13988         (nnmh-request-create-group, nnmh-request-list-1)
13989         (nnmh-request-group, nnmh-request-article): Ditto.
13990         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13991         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13992         * nnsoup.el (nnsoup-make-active): Ditto.
13993         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13994         * nntp.el (nntp-find-group-and-number)
13995         (nntp-retrieve-headers-with-xover): Ditto.
13996         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13997         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13998         (pgg-format-key-identifier): Ditto.
13999         * pop3.el (pop3-last, pop3-stat): Ditto.
14000         * qp.el (quoted-printable-decode-region): Ditto.
14001
14002         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14003         of concat.
14004
14005 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14006
14007         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14008
14009         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14010
14011         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14012
14013         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14014
14015         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14016
14017         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14018
14019         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14020         (gnus-carpal-mode): Ditto.
14021
14022         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14023         (gnus-browse-mode): Ditto.
14024
14025         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14026
14027         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14028
14029 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14030
14031         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14032
14033 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-util.el (gnus-run-mode-hooks): New function.
14036
14037         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14038
14039         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14040         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14041
14042 2005-05-27  Lute Kamstra  <lute@gnu.org>
14043
14044         * dns-mode.el (dns-mode): Specify customization group.
14045
14046 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14047
14048         * gnus-agent.el (gnus-agent-make-mode-line-string):
14049         Use mode-line-highlight as mouse-face.
14050
14051 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * canlock.el (canlock): Change the parent group to news.
14054
14055         * deuglify.el (gnus-outlook-deuglify): Add :group.
14056
14057         * dig.el (dig): Add :group.
14058
14059         * dns-mode.el (dns-mode): Add :group.
14060
14061         * encrypt.el (encrypt): Add :group.
14062
14063         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14064         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14065         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14066         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14067         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14068
14069         * gnus-diary.el (gnus-diary): Add :group.
14070
14071         * gnus.el (gnus-group-news-1-face): Add :group.
14072         (gnus-group-news-1-empty-face): Ditto.
14073         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14074         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14075         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14076         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14077         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14078         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14079         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14080         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14081         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14082         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14083         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14084         (gnus-summary-high-ticked-face): Ditto.
14085         (gnus-summary-low-ticked-face): Ditto.
14086         (gnus-summary-normal-ticked-face): Ditto.
14087         (gnus-summary-high-ancient-face): Ditto.
14088         (gnus-summary-low-ancient-face): Ditto.
14089         (gnus-summary-normal-ancient-face): Ditto.
14090         (gnus-summary-high-undownloaded-face): Ditto.
14091         (gnus-summary-low-undownloaded-face): Ditto.
14092         (gnus-summary-normal-undownloaded-face): Ditto.
14093         (gnus-summary-high-unread-face): Ditto.
14094         (gnus-summary-low-unread-face): Ditto.
14095         (gnus-summary-normal-unread-face): Ditto.
14096         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14097         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14098
14099         * hashcash.el (hashcash): New custom group.
14100         (hashcash-default-payment): Add :group.
14101         (hashcash-payment-alist): Ditto.
14102         (hashcash-default-accept-payment): Ditto.
14103         (hashcash-accept-resources): Ditto.
14104         (hashcash-path): Ditto.
14105         (hashcash-extra-generate-parameters): Ditto.
14106         (hashcash-double-spend-database): Ditto.
14107         (hashcash-in-news): Ditto.
14108
14109         * message.el (message-minibuffer-local-map): Add :group.
14110
14111         * netrc.el (netrc): Add :group.
14112
14113         * sieve-manage.el (sieve-manage-log): Add :group.
14114         (sieve-manage-default-user): Diito.
14115         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14116         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14117         (sieve-manage-authenticators): Ditto.
14118         (sieve-manage-authenticator-alist): Ditto.
14119         (sieve-manage-default-port): Ditto.
14120
14121         * sieve-mode.el (sieve-control-commands-face): Add :group.
14122         (sieve-action-commands-face): Ditto.
14123         (sieve-test-commands-face): Ditto.
14124         (sieve-tagged-arguments-face): Ditto.
14125
14126         * smime.el (smime): Add :group.
14127
14128         * spam-report.el (spam-report): Add :group.
14129
14130         * spam.el (spam, spam-face): Add :group.
14131
14132 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14133
14134         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14135         return \n.\n.\n at the end of articles.  Protect against that.
14136         (nntp-with-open-group): Allow debugging.
14137
14138         * nnheader.el (mail-header-set-extra): Make into a function
14139         because I just could't understand how to quote the list properly.
14140
14141         * dns.el (query-dns-cached): New function.
14142
14143 2005-05-26  Lute Kamstra  <lute@gnu.org>
14144
14145         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14146
14147 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14148
14149         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14150
14151         * gnus-art.el: Don't autoload mail-extract-address-components.
14152
14153         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14154         eval-and-compile to evaluate it.
14155
14156         * hashcash.el: Don't autoload executable-find.
14157
14158         * nndb.el: Don't declare the nndb back end two or more times; don't
14159         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14160
14161         * nntp.el: Autoload format-spec instead of format; use
14162         eval-and-compile to evaluate autoload forms.
14163
14164 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14165
14166         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14167
14168 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14169
14170         * gnus.el (gnus-version-number): Bump version.
14171
14172 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14173
14174         * gnus.el: No Gnus v0.3 is released.
14175
14176 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14177
14178         * lpath.el (featurep): Bind show-nonbreak-escape.
14179
14180 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14181
14182         * gnus-art.el (gnus-article-edit-part): Disable undo.
14183
14184 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14185
14186         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14187         gnus-article-date-lapsed-new-header is t if date timer is active;
14188         skip headers in which the original date value is empty.
14189         (gnus-article-save-original-date): Redefine it as a macro.
14190         (gnus-display-mime): Use it.
14191
14192 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-art.el (article-date-ut): Support converting date in
14195         forwarded parts as well.
14196         (gnus-article-save-original-date): New function.
14197         (gnus-display-mime): Use it.
14198
14199 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14200
14201         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14202         enclosure element of <item>.
14203
14204 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14205
14206         * message.el (message-kill-buffer-query): Rename from
14207         `message-kill-buffer-query-if-modified'.  Add :version.
14208
14209 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14210
14211         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14212         window layout.
14213
14214 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14215
14216         * mml.el: Autoload dnd when compiling.
14217
14218 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14219
14220         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14221         x-dnd-*.
14222
14223 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14224
14225         * qp.el (quoted-printable-encode-region): Save excursion.
14226
14227 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14228
14229         * message.el (message-kill-buffer-query-if-modified): Add new variable
14230         so the user can kill a modified message buffer quickly.
14231         (message-kill-buffer): Use it.
14232
14233 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14234
14235         * lpath.el: Fbind display-time-event-handler; don't fbind
14236         string-to-multibyte.
14237
14238         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14239
14240 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14241
14242         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14243         contained in text because xml.el decodes entities) with LFs.
14244
14245 2005-04-11  Lute Kamstra  <lute@gnu.org>
14246
14247         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14248         differently.
14249
14250 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14251
14252         * mm-util.el (mm-detect-coding-region): Typo.
14253
14254 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14255
14256         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14257
14258 2005-04-06  Deepak Goel  <deego@gnufans.org>
14259
14260         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14261         user-function allow user modifications of the scores.
14262         (spam-stat-score-buffer-user): New function, to allow
14263         user-computed modifications to the score.
14264         (spam-stat-score-buffer-user-functions): List of additional
14265         scoring functions.
14266         (spam-stat-error-holder): Global temporary error holder.
14267         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14268         variable.
14269
14270 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14271
14272         * gnus-registry.el (gnus-registry-clean-empty-function)
14273         (gnus-registry-trim, gnus-registry-fetch-groups)
14274         (gnus-registry-delete-group): Groups that match
14275         `gnus-registry-ignored-groups' are removed from the registry
14276         entries, not just ignored for splitting.  This helps clean up the
14277         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14278         to get all the groups a message ID is in.
14279
14280         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14281         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14282         (spam-stat-score-buffer-user-functions): Add :number custom type.
14283
14284 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14287         argument in XEmacs.
14288
14289         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14290         (nnrss-request-group): Decode group name first.
14291         (nnrss-request-article): Make a text/plain article if mml-to-mime
14292         failed.
14293         (nnrss-get-encoding): Return a compatible encoding according to
14294         nnrss-compatible-encoding-alist.
14295         (nnrss-find-el): Use consp instead of listp.
14296         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14297
14298 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14301         which Emacs 20 doesn't support.
14302         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14303
14304 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14305
14306         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14307         silence the byte compiler inside the defun.
14308
14309         * gnus-demon.el (parse-time-string): Add autoload.
14310
14311         * gnus-delay.el (parse-time-string): Add autoload.
14312
14313         * gnus-art.el (parse-time-string): Add autoload.
14314
14315         * nnultimate.el (parse-time): Require for `parse-time-string'.
14316
14317 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14318
14319         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14320
14321         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14322
14323         * smime.el (smime-ldap-host-list): Add :version.
14324
14325 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14326
14327         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14328         pass it to `gnus-browse-read-group'.
14329         (gnus-browse-read-group): Add NUMBER argument and pass it to
14330         `gnus-group-read-ephemeral-group'.
14331
14332         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14333         argument and pass it to `gnus-group-read-group'.
14334
14335 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14336
14337         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14338         mm-xemacs-find-mime-charset-1 if we have the mule feature
14339         available at runtime.
14340
14341 2005-03-25  Werner Lemberg  <wl@gnu.org>
14342
14343         * nnmaildir.el: Replace `illegal' with `invalid'.
14344
14345 2005-03-23  Lute Kamstra  <lute@gnu.org>
14346
14347         * time-date.el: Add comment on time value formats.
14348         Don't require parse-time.
14349         (with-decoded-time-value): New macro.
14350         (encode-time-value): New function.
14351         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14352         (days-to-time): Return a valid time value when arg is huge.
14353         (time-since): Use time-subtract.
14354         (time-to-number-of-days): Use time-to-seconds.
14355
14356 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14357
14358         * gnus-start.el (gnus-display-time-event-handler):
14359         Check display-time-timer at runtime rather than only at load time
14360         in case display-time-mode is turned off in the mean time.
14361
14362 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14363
14364         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14365         used.
14366
14367         * nneething.el (nneething-map-file-directory): Derive from
14368         `gnus-directory'.
14369
14370         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14371         the To/Cc button.
14372
14373 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14374
14375         * nnmaildir.el (nnmaildir-request-accept-article):
14376         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14377
14378 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14379
14380         * gnus-async.el: Require timer-funcs at compile time when in
14381         XEmacs for `run-with-idle-timer'.
14382
14383 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14384
14385         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14386         autoloaded function.
14387
14388 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14389
14390         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14391
14392 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14393
14394         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14395
14396 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14397
14398         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14399         Add gnus-expert-user to default.
14400
14401 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14402
14403         * nnimap.el (nnimap-open-server): Ditto.
14404
14405         * imap.el (imap-authenticate): Fix typo.
14406
14407 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14408
14409         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14410         buffer (since IMAP server might return FETCH response out of
14411         order, and the nntp buffer must be sorted).
14412
14413 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14414
14415         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14416         comparison on string.
14417
14418         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14419         (gnus-agent-score): Rename category keywords to match gnus-cus.
14420         (gnus-agent-summary-fetch-series): Modify to protect against
14421         gnus-agent-summary-fetch-group clearing processable flags.
14422         (gnus-agent-synchronize-group-flags): Update live group buffer as
14423         synchronization may occur due to the user toggle the plugged
14424         status.
14425         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14426         successfully downloaded.
14427         (gnus-agent-expire-group-1): Avoid using markers when the overview
14428         is in ascending order; greatly improves performance.
14429         (gnus-agent-regenerate-group):
14430         Use gnus-agent-synchronize-group-flags to reset read status in both
14431         gnus and server.
14432         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14433
14434 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14435
14436         * message.el: Don't autoload former message-utils variables.
14437         (message-strip-subject-trailing-was): Change doc string.
14438
14439         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14440         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14441         (nnweb-google-search): Add "hl=en" here.
14442         (nnweb-google-parse-1, nnweb-google-create-mapping):
14443         Don't hardcode URL.
14444
14445 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14446
14447         * message.el (message-get-reply-headers, message-followup):
14448         Mention related variables `message-use-followup-to' and
14449         `message-use-mail-followup-to', in the information buffer.
14450
14451         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14452         of broken groups(-beta).google.com.
14453
14454 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14455
14456         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14457         parameter to invoked gnus-request-move-article; remove the
14458         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14459         all at once instead of once per article.
14460         (gnus-summary-remove-process-mark): Accept a list of articles as
14461         well as a single article for processing.
14462
14463         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14464         parameter.
14465
14466         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14467
14468         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14469
14470         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14471         parameter.
14472
14473         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14474         parameter.
14475
14476         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14477         parameter and remove the gnus-sum-hint-move-is-internal variable.
14478
14479         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14480         parameter.
14481
14482         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14483         parameter.
14484
14485         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14486         parameter.
14487
14488         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14489
14490         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14491         parameter.
14492
14493         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14494         parameter.
14495
14496 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14497
14498         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14499         a more conservative way.
14500
14501 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14502
14503         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14504         buffer, so it moves the window's cursor.
14505
14506 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14507
14508         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14509         `mm-dissect-multipart' and receive the from field as an (optional)
14510         argument from `mm-dissect-multipart'.
14511         (mm-dissect-multipart): Receive the from field as an argument and
14512         pass it on when we call `mm-dissect-buffer' on MIME parts.
14513         Fixes verification/decryption of signed/encrypted MIME parts.
14514
14515 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14516
14517         * gnus-sum.el (gnus-summary-move-article):
14518         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14519         whatever it calls (right now, only nnimap-request-move article
14520         respects it).
14521
14522         * nnimap.el (nnimap-request-move-article):
14523         When gnus-sum-hint-move-is-internal is set, don't do the extra
14524         nnimap-request-article.
14525
14526 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14527
14528         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14529
14530         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14531         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14532
14533         * gnus-sum.el (gnus-summary-caesar-message):
14534         Apply `gnus-treat-article' after rotation.
14535
14536         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14537         doc string.
14538
14539 2005-02-22  Simon Josefsson  <jas@extundo.com>
14540
14541         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14542         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14543         <arne@arnested.dk>.
14544         (encrypt): Add password-cache and password-cache-expiry as group
14545         members.
14546
14547 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14548
14549         * smime.el (smime-ldap-host-list): Doc fix.
14550         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14551         cache) password.
14552         (smime-sign-region): Use it.
14553         (smime-decrypt-region): Use it.
14554         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14555         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14556         fails.
14557         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14558         certificate from DER to PEM format rather than calling openssl.
14559
14560         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14561
14562         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14563         for signing/encryption.
14564
14565         * mml.el (mml-parse-1): Use them.
14566
14567 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14568
14569         * nnrss.el (nnrss-verbose): Remove.
14570         (nnrss-request-group): Use `nnheader-message' instead.
14571
14572 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14573
14574         * nnrss.el (nnrss-verbose): New variable.
14575         (nnrss-request-group): Make it say nnrss is requesting a group.
14576
14577 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14578
14579         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14580         Handle news URL with given port correctly.
14581
14582 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14583
14584         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14585         containing special characters.
14586
14587         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14588
14589         * mml.el (mime-to-mml): Ditto.
14590
14591         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14592         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14593         (rfc2047-decode-region): Quote decoded words containing special
14594         characters when rfc2047-quote-decoded-words-containing-tspecials
14595         is non-nil.
14596
14597 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14598
14599         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14600
14601         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14602
14603 2005-02-15  Simon Josefsson  <jas@extundo.com>
14604
14605         * nnimap.el (nnimap-debug): Doc fix.
14606
14607         * imap.el (imap-debug): Doc fix.
14608
14609 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14610
14611         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14612
14613 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14614
14615         * gnus.el (spam-contents): Improve docs for spam-contents
14616         parameter in its variable incarnation.
14617
14618 2005-02-14  Simon Josefsson  <jas@extundo.com>
14619
14620         * smime-ldap.el: Use require instead of load-library for ldap.
14621         (smime-ldap-search): Indent.
14622         (smime-ldap-search-internal): Shorten line.
14623
14624         * smime.el (smime-cert-by-dns): Add doc-string.
14625         (smime-cert-by-ldap-1): Indent.
14626
14627         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14628         mml-smime-get-dns-ldap.
14629         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14630
14631 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14632
14633         * smime.el: Require smime-ldap.
14634         (smime-ldap-host-list): New variable.
14635         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14636
14637         * mml-smime.el (mml-smime-encrypt-query): New function.
14638         (mml-smime-encrypt-query): Use it.
14639
14640         * smime-ldap.el: New file.
14641
14642 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14643
14644         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14645
14646 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14647
14648         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14649         argument in doc string.  Make query for type more clear.
14650
14651 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14652
14653         * gnus.el (gnus-group-startup-message): Search for gnus images in
14654         etc/images/gnus.
14655         * mm-util.el (mm-image-load-path): Likewise.
14656         * smiley.el (smiley-data-directory): Search for smilies in
14657         etc/images/smilies.
14658
14659 2005-02-09  Kim F. Storm  <storm@cua.dk>
14660
14661         Change Emacs release version from 21.4 to 22.1 throughout.
14662         Change Emacs development version from 21.3.50 to 22.0.50.
14663
14664 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14665
14666         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14667
14668         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14669         non-Mule XEmacs as well.
14670         (mm-decompress-buffer): Signal an error intentionally if it does
14671         not decompress compressed data because auto-compression-mode is
14672         disabled.
14673
14674 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14675
14676         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14677         an ID in the registry even if it has no groups.
14678
14679 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14680
14681         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14682         merge it into mm-decompress-buffer.
14683         (gnus-mime-copy-part): Use the MIME part charset, the value which
14684         a user specified or gnus-newsgroup-charset for decoding, like
14685         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14686         save-buffer what was used.  Suggested by Kevin Ryde
14687         <user42@zip.com.au>.
14688         (gnus-mime-inline-part): Allow the name parameter as well as the
14689         filename parameter; force decompressing of compressed data; always
14690         display contents being not decoded as unibyte.
14691
14692         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14693         as well as the filename parameter.
14694
14695         * mm-util.el (mm-decompress-buffer):
14696         Merge gnus-mime-jka-compr-maybe-uncompress.
14697         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14698         of compressed data.
14699
14700 2005-02-08  Simon Josefsson  <jas@extundo.com>
14701
14702         * imap.el (imap-log): Doc fix.
14703
14704 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14705
14706         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14707         the coding cookies; decompress compressed parts.
14708
14709         * mml.el (mml-generate-mime-1): Add the charset parameter according
14710         to the value which a user specified manually or the coding cookie.
14711
14712         * mm-util.el (mm-string-to-multibyte): New function.
14713         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14714         (mm-coding-system-to-mime-charset): New function.
14715         (mm-decompress-buffer): New function.
14716         (mm-find-buffer-file-coding-system): New function.
14717
14718         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14719         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14720         parts.
14721
14722 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14723
14724         * mm-view.el (mm-display-inline-fontify): Decode a part according
14725         to the charset parameter.
14726
14727 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14728
14729         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14730         prefix arg is neither nil nor a number, as info specifies.
14731
14732 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14733
14734         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14735         timestamps.
14736
14737 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14738
14739         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14740         groups error checking and notify user.
14741
14742 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14743
14744         * message.el (message-send-mail-function): Check existence of
14745         sendmail-program first before using default value
14746         `message-send-mail-with-sendmail'.  Otherwise use more generic
14747         `smtpmail-send-it'.
14748
14749 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14750
14751         * nntp.el (nntp-request-update-info): Always return nil.
14752
14753 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14754
14755         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14756
14757 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14758
14759         * message.el (message-beginning-of-line): Change the behavior when
14760         invoked between BOL and : so that it first moves backward.
14761
14762 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14763
14764         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14765         article buffer when editing of the article is discarded.
14766         (gnus-article-prepare): Revert.
14767
14768 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-art.el (gnus-article-prepare):
14771         Remove message-strip-forbidden-properties from the local hook.
14772
14773 2005-01-27  Simon Josefsson  <jas@extundo.com>
14774
14775         * password.el (password-cache-add): Only start one timer per key.
14776         Reported by Derek Atkins <warlord@MIT.EDU>.
14777
14778 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14779
14780         * run-at-time.el: Remove.  It is no longer needed as
14781         timer-funcs.el in the xemacs-base package has a working version of
14782         `run-at-time'.
14783
14784         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14785
14786         * password.el: Require timer-funcs instead of run-at-time in
14787         XEmacs.
14788         Remove `password-run-at-time' macro.
14789         (password-cache-add): Use `run-at-time' instead of
14790         `password-run-at-time'.
14791
14792         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14793         Remove `nnheader-cancel-function-timers' alias,
14794         `cancel-function-timers' exists in XEmacs in timer-funcs.
14795
14796         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14797         for `run-with-idle-timer'.
14798
14799         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14800         for `run-at-time'.
14801
14802         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14803         for `with-timeout'.
14804
14805         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14806         the same as for XEmacs 21.4.
14807         No need to ignore `run-with-idle-timer', this function exists in
14808         XEmacs now in timer-funcs.el in the xemacs-base package.
14809         (dgnushack-compile): No need to delete
14810         run-at-time.el from the list of files to compile because it
14811         doesn't exist anymore.
14812
14813 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14814
14815         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14816         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14817
14818 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14819
14820         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14821         sensitively.
14822
14823 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14824
14825         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14826
14827 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14830         which will be inserted according to the multibyteness of a buffer
14831         rather than the type of contents.  Suggested by ARISAWA Akihiro
14832         <ari@mbf.ocn.ne.jp>.
14833
14834         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14835         of string which old xml.el may return rather than a string.
14836
14837 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14840
14841 2005-01-16  Simon Josefsson  <jas@extundo.com>
14842
14843         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14844         idn/idna.el isn't available.
14845         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14846         <michael@waxrat.com>.
14847
14848         * hashcash.el: Remove non-FSF copyright header.
14849
14850         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14851         (hashcash-generate-payment): Use it.
14852         (hashcash-generate-payment-async): Use it.
14853
14854 2005-01-15  Simon Josefsson  <jas@extundo.com>
14855
14856         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14857         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14858
14859         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14860         gnus-summary-idna-message.
14861         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14862         (gnus-summary-idna-message): New function.
14863
14864 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14865
14866         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14867         gnus-novice-user.
14868
14869 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14870
14871         * nnrss.el (nnrss-request-delete-group): Delete entries in
14872         nnrss-group-alist as well.
14873         (nnrss-save-server-data): Insert newline.
14874
14875 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14876
14877         * gnus.el (gnus-user-agent): Use list of symbols instead of
14878         symbols.  Display full version number for (S)XEmacs.
14879         Optionally display (S)XEmacs codename.
14880
14881         * gnus-util.el (gnus-emacs-version): Update for new
14882         `gnus-user-agent'.
14883
14884         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14885         Gnus version.
14886
14887 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14890         which is unreadable in some setups.
14891
14892 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * gnus-spec.el (gnus-update-format-specifications): Flush the
14895         group format spec cache if it doesn't support decoded group names.
14896
14897 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14898
14899         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14900         Allow to apply decay on score files matching a regexp.
14901
14902 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14903
14904         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14905         compatibility in %g and %c.
14906
14907 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14908
14909         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14910         name for only %g and %c.
14911         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14912         of gnus-tmp-group to decoded group name.
14913         (gnus-group-make-rss-group): Exclude `/'s from group names.
14914
14915 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14916
14917         * nnrss.el (nnrss-get-encoding): Fix regexp.
14918
14919 2004-12-27  Simon Josefsson  <jas@extundo.com>
14920
14921         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14922         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14923         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14924
14925 2004-12-17  Kim F. Storm  <storm@cua.dk>
14926
14927         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14928
14929         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14930
14931 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14932
14933         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14934
14935 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14936
14937         * nnrss.el: Require rfc2047 and mml.
14938         (nnrss-file-coding-system): New variable.
14939         (nnrss-format-string): Redefine it as an inline function.
14940         (nnrss-decode-group-name): New function.
14941         (nnrss-string-as-multibyte): Remove.
14942         (nnrss-retrieve-headers): Decode group name; don't use
14943         nnrss-format-string.
14944         (nnrss-request-group): Decode group name.
14945         (nnrss-request-article): Decode group name; allow a Message-ID as
14946         well as an article number; don't use nnrss-format-string; encode a
14947         Message-ID string which may contain non-ASCII characters; use
14948         mml-to-mime to compose a MIME article.
14949         (nnrss-request-expire-articles): Decode group name.
14950         (nnrss-request-delete-group): Decode group name.
14951         (nnrss-fetch): Clarify error message.
14952         (nnrss-read-server-data): Use insert-file-contents instead of load;
14953         bind file-name-coding-system; use multibyte buffer.
14954         (nnrss-save-server-data): Bind coding-system-for-write to the
14955         value of nnrss-file-coding-system; bind file-name-coding-system;
14956         add coding cookie.
14957         (nnrss-read-group-data): Use insert-file-contents instead of load;
14958         bind file-name-coding-system; use multibyte buffer.
14959         (nnrss-save-group-data): Bind coding-system-for-write to the
14960         value of nnrss-file-coding-system; bind file-name-coding-system.
14961         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14962         make it work with non-ASCII text.
14963         (nnrss-find-el): Make it work with old xml.el as well.
14964
14965 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14966
14967         * nnrss.el (nnrss-get-encoding): New function.
14968         (nnrss-fetch): Use unibyte buffer initially; bind
14969         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14970         decode contents according to the encoding attribute.
14971         (nnrss-save-group-data): Add coding cookie.
14972         (nnrss-mime-encode-string): New function.
14973         (nnrss-check-group): Use it to encode subject and author.
14974
14975 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14976
14977         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14978         imaginary variable.
14979
14980 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14981
14982         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14983         correctly even if there are wide characters.
14984
14985 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14986
14987         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14988         downcased symbol names; make a new cache instead of reusing
14989         bbdb-hashtable.
14990
14991 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14992
14993         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14994         concatenating segments rather than before concatenating them.
14995         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14996
14997         * message.el (message-get-reply-headers): Bind `extra'.
14998
14999 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15000
15001         * message.el (message-extra-wide-headers): New variable.
15002         (message-get-reply-headers): Use it.
15003
15004 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15005
15006         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15007         (gnus-agent-group-pathname): Ditto.
15008
15009         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15010
15011         * gnus-group.el (gnus-group-make-group): Decode group name.
15012         (gnus-group-make-rss-group): Register the group data after opening
15013         the nnrss group.
15014
15015 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15016
15017         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15018         by expiry now get marked as read.
15019
15020 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15023
15024 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15025
15026         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15027         unify Latin characters in XEmacs.
15028         (mm-find-mime-charset-region): Use it.
15029
15030 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15031
15032         * gnus-util.el (gnus-delete-directory): New function.
15033
15034         * gnus-agent.el (gnus-agent-delete-group): Use it.
15035
15036         * gnus-cache.el (gnus-cache-delete-group): Use it.
15037
15038 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15039
15040         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15041         names.
15042
15043 2004-12-16  Simon Josefsson  <jas@extundo.com>
15044
15045         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15046
15047 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15050
15051         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15052         (gnus-group-set-current-level): Decode group name.
15053
15054 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15055
15056         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15057         failed.
15058
15059 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * gnus-group.el (gnus-group-delete-group): Decode group name.
15062         (gnus-group-make-rss-group): Encode group name.
15063         (gnus-group-catchup-current): Decode group name.
15064         (gnus-group-kill-group): Decode group name.
15065
15066 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15067
15068         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15069
15070 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15071
15072         * gnus-group.el (gnus-group-make-rss-group):
15073         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15074
15075         * gnus-start.el (gnus-setup-news): Honor user's setting to
15076         gnus-message-archive-method.  Suggested by Lute Kamstra
15077         <lute@gnu.org>.
15078
15079 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15080
15081         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15082         global counterparts of the buffer-local variables.
15083
15084 2004-11-16  Romain Francoise  <romain@orebokech.com>
15085
15086         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15087         counterparts of the buffer-local variables.
15088
15089 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15090
15091         * message.el (message-forbidden-properties): Fix typo in doc
15092         string.
15093
15094 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15095
15096         * gnus-util.el (gnus-replace-in-string): Add doc string.
15097
15098         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15099         to avoid problems when splitting mails with many recipients.
15100
15101 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15102
15103         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15104         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15105
15106 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15107
15108         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15109         if there is no hashtable in memory or file modification time is
15110         newer than cached timestamp.
15111
15112 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15113
15114         * gnus-sum.el (gnus-summary-limit-to-recipient):
15115         Implement not-matching option.
15116
15117 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15118
15119         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15120         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15121         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15122         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15123         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15124         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15125
15126 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15127
15128         * message.el (message-forward-make-body-mml): Remove headers
15129         according to message-forward-ignored-headers if a message is decoded.
15130
15131 2004-12-02  Romain Francoise  <romain@orebokech.com>
15132
15133         * message.el (message-forward-make-body-plain): Always remove
15134         headers according to message-forward-ignored-headers.
15135
15136 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15137
15138         * spam.el (spam-summary-prepare-exit): Remove the
15139         gnus-summary-limit pop for now, it has problems with ham marks for
15140         me.
15141
15142 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15143
15144         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15145         correctly.
15146
15147 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15148
15149         * format-spec.el (format-spec): Message the char.
15150
15151 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15152
15153         * gnus-art.el (gnus-split-methods): Reformat comments.
15154
15155         * spam.el (spam-summary-prepare-exit): Remove article limits
15156         before exiting the summary buffer.
15157
15158 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15159
15160         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15161         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15162
15163         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15164         order to silence the byte compiler.
15165
15166         * spam.el: Fix the way to silence the byte compiler, which
15167         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15168         bbdb-search-simple, spam-BBDB-register-routine,
15169         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15170         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15171         spam-stat-buffer-is-spam, spam-stat-load,
15172         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15173         spam-stat-save and spam-stat-split-fancy.
15174
15175 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15176
15177         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15178         which may confuse users.
15179         (canlock-password-for-verify): Ditto.
15180
15181         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15182
15183         * gnus-art.el (gnus-emphasis-alist): Ditto.
15184
15185         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15186
15187         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15188
15189         * gnus-start.el (gnus-save-killed-list): Ditto.
15190
15191         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15192         (gnus-sum-thread-tree-root): Ditto.
15193         (gnus-sum-thread-tree-false-root): Ditto.
15194         (gnus-sum-thread-tree-single-indent): Ditto.
15195
15196         * message.el (message-courtesy-message): Ditto.
15197         (message-archive-note): Ditto.
15198         (message-subscribed-address-file): Ditto.
15199         (message-user-fqdn): Ditto.
15200
15201         * spam-report.el (spam-report-gmane-regex): Ditto.
15202
15203         * spam.el (spam-blackhole-good-server-regex): Ditto.
15204
15205 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15206
15207         * mml.el (mml-preview): Widen the message buffer before copying
15208         the contents to the preview buffer; sort headers before previewing.
15209
15210         * message.el (message-hidden-headers): Fix the way to avoid a bug
15211         in the `repeat' widget in Emacs 21.3 or earlier.
15212
15213 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * message.el (message-hidden-headers): Default to "^References:".
15216         Improve customization type.  Suggested by Reiner Steib
15217         <Reiner.Steib@gmx.de>.
15218
15219 2004-11-25  Romain Francoise  <romain@orebokech.com>
15220
15221         * message.el (message-strip-forbidden-properties): Remove check for
15222         obsolete `message-hidden' text property, hidden headers are not
15223         accessible in the buffer anymore.
15224
15225 2004-11-22  Romain Francoise  <romain@orebokech.com>
15226
15227         * message.el (message-header-format-alist): Add `From' in list
15228         so that it can be sorted.
15229         (message-fix-before-sending): Widen and sort headers before
15230         sending.
15231         (message-hide-headers): Use narrowing to hide headers by moving
15232         them to the top of the buffer and narrowing to the region
15233         underneath.
15234
15235 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15236
15237         * message.el (message-strip-forbidden-properties):
15238         Bind buffer-read-only (etc) to nil.
15239
15240 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15241
15242         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15243         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15244
15245 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15246
15247         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15248
15249 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15250
15251         * dns.el (query-dns): Use sit-for to time instead of
15252         accept-process-output, since that doesn't seem to work on udp
15253         sockets.
15254
15255 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15256
15257         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15258
15259 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15260
15261         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15262         doc string.  Improve doc string.
15263
15264 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15265
15266         * nntp.el (nntp-request-update-info): Return nil if
15267         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15268         may not call gnus-activate-group which uselessly issues the GROUP
15269         commands for all nntp groups and wastes time.  Reported by Romain
15270         Francoise <romain@orebokech.com>.
15271
15272         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15273
15274 2004-11-15  Simon Josefsson  <jas@extundo.com>
15275
15276         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15277         headers separately.
15278         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15279         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15280
15281 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15282
15283         * gnus-start.el (gnus-convert-old-newsrc):
15284         Assign legacy-gnus-agent to 5.10.7.
15285
15286 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15287
15288         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15289         start of the lines.
15290
15291 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15292
15293         * hashcash.el (hashcash-default-payment): Change default to 20.
15294         (hashcash-default-accept-payment): Change default to 20.
15295         (hashcash-process-alist): New variable.
15296         (hashcash-generate-payment-async): Add.
15297         (hashcash-already-paid-p): Add.
15298         (hashcash-insert-payment): Don't generate payments twice.
15299         (hashcash-insert-payment-async): Add.
15300         (hashcash-insert-payment-async-2): Add.
15301         (hashcash-cancel-async): Add.
15302         (hashcash-wait-async): Add.
15303         (hashcash-processes-running-p): Add.
15304         (hashcash-wait-or-cancel): Add.
15305         (mail-add-payment): New optional argument.  Conditionally start
15306         asynchronous calculation.
15307         (mail-add-payment-async): Add.
15308
15309         * message.el (message-send-mail): Wait for asynchronous hashcash
15310         results.  Don't clobber existing X-Hashcash headers.
15311         (message-setup-1): Call mail-add-payment-async when
15312         message-generate-hashcash is non-nil.
15313
15314 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15315
15316         * message.el (message-use-alternative-email-as-from): Examine the
15317         From header as well; use message-make-from in order to include a
15318         user's full name.
15319
15320 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15321
15322         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15323         default; improve customization type.
15324         (gnus-emphasis-custom-with-format): New macro.
15325         (gnus-emphasis-custom-value-to-external): New function.
15326         (gnus-emphasis-custom-value-to-internal): New function.
15327
15328 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15329
15330         * dns.el (query-dns): Resolve reverse addresses.
15331
15332 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15333
15334         * gnus-group.el (gnus-group-get-new-news): Use it.
15335
15336         * gnus-start.el (gnus-check-reasonable-setup): New function.
15337
15338 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15339
15340         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15341         "Args out of range" error.  Reported by Arnaud Giersch
15342         <arnaud.giersch@free.fr>.
15343
15344 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15345
15346         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15347
15348 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15349
15350         * spam.el (spam group): Add :version.
15351
15352         * pgg-def.el (pgg group): Add :version.
15353
15354 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-art.el (gnus-article-edit-article): Don't associate the
15357         article buffer with a draft file.  This is a temporary measure
15358         against the 2004-08-22 change to gnus-article-edit-mode.
15359
15360 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15363         (html2text-format-tags): Remove unused variable `attr'.
15364
15365 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15368
15369         * tls.el (tls-process-connection-type, tls-success)
15370         (tls-certtool-program): Add :version.
15371
15372         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15373         (starttls-extra-arguments, starttls-process-connection-type)
15374         (starttls-connect, starttls-failure, starttls-success): Add :version.
15375
15376         * spam-stat.el (spam-stat): Add :version.
15377
15378         * sieve.el (sieve): Add :version.
15379
15380         * sha1.el (sha1): Add :version.
15381         (sha1-use-external): Remove redundant version.
15382
15383         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15384         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15385         (nnmail-split-fancy-match-partial-words)
15386         (nnmail-split-lowercase-expanded): Add :version.
15387
15388         * nndiary.el (nndiary): Add :version.
15389
15390         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15391
15392         * mml-sec.el (mml-default-sign-method)
15393         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15394         Add :version.
15395
15396         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15397
15398         * mm-url.el (mm-url-use-external, mm-url-program)
15399         (mm-url-arguments): Add :version.
15400
15401         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15402         (mm-attachment-file-modes, mm-decrypt-option)
15403         (mm-w3m-safe-url-regexp): Add :version.
15404
15405         * message.el (message-cite-prefix-regexp)
15406         (message-sendmail-envelope-from, message-minibuffer-local-map)
15407         (message-user-fqdn, message-completion-alist): Add :version.
15408
15409         * gnus-win.el (gnus-configure-windows-hook)
15410         (gnus-use-frames-on-any-display): Add :version.
15411
15412         * gnus-art.el (gnus-article-address-banner-alist)
15413         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15414         (gnus-treat-from-picon, gnus-treat-mail-picon)
15415         (gnus-treat-x-pgp-sig): Add :version.
15416
15417         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15418         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15419         (gnus-summary-article-delete-hook)
15420         (gnus-summary-display-while-building): Add :version.
15421
15422         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15423         (gnus-get-top-new-news-hook): Add :version.
15424
15425         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15426         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15427
15428         * gnus-registry.el (gnus-registry): Add :version.
15429
15430         * gnus-spec.el (gnus-use-correct-string-widths)
15431         (gnus-make-format-preserve-properties): Add :version.
15432
15433         * gnus.el (gnus-group-charter-alist)
15434         (gnus-group-fetch-control-use-browse-url)
15435         (gnus-install-group-spam-parameters): Add :version.
15436
15437         * gnus-diary.el (gnus-diary): Add :version.
15438
15439         * gnus-delay.el (gnus-delay): Add :version.
15440
15441         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15442         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15443         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15444         Add :version.
15445
15446         * gnus-agent.el (gnus-agent-max-fetch-size)
15447         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15448         (gnus-agent-prompt-send-queue): Add :version.
15449
15450         * deuglify.el (gnus-outlook-deuglify): Add :version.
15451
15452         * html2text.el: Beautify code.  Improve doc strings.
15453         Some checkdoc cleanup.
15454         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15455
15456 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15457
15458         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15459
15460 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15461
15462         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15463         when package is loaded.
15464
15465         * spam.el (spam-summary-score-preferred-header): Add global preference
15466         for people who want to override the default SpamAssassin over
15467         Bogofilter preference (when both are set).
15468         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15469         (spam-user-format-function-S):
15470         Check spam-summary-score-preferred-header.
15471         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15472         (spam-user-format-function-S): Format the score correctly.
15473
15474 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15475
15476         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15477         signature file.  Suggested by Manoj Srivastava
15478         <srivasta@golden-gryphon.com>.
15479
15480         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15481         iso-2022-jp even in the Japanese language environment.
15482         Suggested by Jason Rumney <jasonr@gnu.org>.
15483
15484 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15485
15486         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15487         use the same characters as the dummy marks; make it free from
15488         getting affected by the language environment.
15489         (gnus-summary-read-group-1): Update mark positions only when the
15490         format spec is updated.
15491
15492         * gnus-spec.el (gnus-update-format-specifications): Return a list
15493         of updated types.
15494
15495 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15496
15497         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15498         of boundp to check if display-warning is available.
15499
15500 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15501
15502         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15503
15504 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * nnspool.el (nnspool-spool-directory): Use news-path if the
15507         news-directory variable is not bound.
15508
15509         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15510         function instead of display-warning if it is not available.
15511
15512 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15513
15514         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15515         v5-10: Use `point-at-bol'.
15516
15517 2004-10-26  Simon Josefsson  <jas@extundo.com>
15518
15519         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15520         <chenggao@gmail.com>.
15521
15522 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15523
15524         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15525         instead.
15526
15527 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15528
15529         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15530         to remove a server from the nnimap-server-buffer-alist.
15531         (nnimap-open-connection, nnimap-close-server): Use it.
15532
15533         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15534
15535 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15536
15537         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15538         running the major-mode function.
15539
15540 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15543         dummy marks in the right way.
15544
15545 2004-10-18  David Edmondson  <dme@dme.org>
15546
15547         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15548         excessively.
15549
15550 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15551
15552         * gnus-util.el (gnus-split-references): Accept a nil references
15553         string and go on blissfully.
15554
15555         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15556         cases where the references string is non-nil but has no references.
15557
15558         * encrypt.el: Add autoload tags.
15559
15560         * spam.el (spam-resolve-registrations-routine): Remove article
15561         from unregistration list too.  Reported by David Hanak
15562         <dhanak@isis.vanderbilt.edu>
15563
15564 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15565
15566         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15567         nil.  Change custom type.
15568
15569 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15570
15571         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15572
15573         * gnus-sum.el (gnus-summary-move-article): Use it.
15574
15575 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15576
15577         * encrypt.el: Add autoload cookies.
15578
15579         * spam.el (spam-backend-article-list-property)
15580         (spam-backend-get-article-todo-list)
15581         (spam-backend-put-article-todo-list)
15582         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15583         Resolve registrations separately.
15584         (spam-register-routine): Format comments.
15585         (spam-unregister-routine, spam-register-routine): Always call with
15586         specific-articles, no default list.
15587         (spam-summary-prepare-exit): Use the spam-classifications function.
15588
15589         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15590         gnus-encrypt.el.
15591
15592         * encrypt.el: Copied from gnus-encrypt.el.
15593
15594         * gnus-encrypt.el: Commented that it's obsolete.
15595
15596 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15597
15598         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15599         (gnus-score-save): Use it.
15600
15601         * message.el (message-bury): Use `window-dedicated-p'.
15602
15603 2004-10-15  Simon Josefsson  <jas@extundo.com>
15604
15605         * pop3.el (top-level): Don't require nnheader.
15606         (pop3-read-timeout): Add.
15607         (pop3-accept-process-output): Add.
15608         (pop3-read-response, pop3-retr): Use it.
15609
15610 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15611
15612         * spam.el (spam-register-routine): Move comment.
15613         (spam-verify-bogofilter): Use 'unknown for the initial
15614         spam-bogofilter-valid state, not 'never.
15615
15616         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15617         for netrc-machine.
15618
15619         * nnimap.el (nnimap-open-connection):
15620         Use netrc-machine-user-or-password.
15621
15622 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15623
15624         * gnus-registry.el (gnus-registry-unload-hook):
15625         Set as a variable with add-hook.
15626
15627         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15628         of news-path.
15629
15630         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15631
15632         * spam.el: Delete duplicate `provide'.
15633         (spam-unload-hook): Set as a variable with add-hook.
15634
15635 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15636
15637         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15638         in the doc string.
15639
15640         * message.el (message-ignored-news-headers)
15641         (message-ignored-supersedes-headers)
15642         (message-ignored-resent-headers)
15643         (message-forward-ignored-headers): Improve custom type.
15644
15645 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15646
15647         * message.el (message-tokenize-header): Fix 2004-09-06 change
15648         which used point-min in the wrong place.
15649
15650 2004-10-12  Simon Josefsson  <jas@extundo.com>
15651
15652         * tls.el (tls-certtool-program): New variable.
15653         (tls-certificate-information): New function, based on
15654         ssl-certificate-information.
15655
15656 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15657
15658         * compface.el: Move the version of ELisp-based uncompface program
15659         to the contrib directory because of the copyright problem.
15660
15661 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15662
15663         * message.el (message-kill-buffer): Raise the current frame.
15664
15665 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15666
15667         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15668
15669         * gnus.el (message-y-or-n-p): Autoload.
15670
15671         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15672         (pop3-password-required, pop3-authentication-scheme)
15673         (pop3-leave-mail-on-server): Make customizable.
15674         (pop3): New custom group.
15675         (pop3-retr): Remove `sleep-for' statements.
15676         Suggested by Dave Love <fx@gnu.org>.
15677
15678         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15679         Windows/DOS.
15680
15681         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15682         (imap-parse-body): Fix incorrect use of `assert'.
15683         Suggested by Dave Love <fx@gnu.org>.
15684
15685         * mml.el (mml-minibuffer-read-disposition): Require match.
15686         Suggested by Dave Love <fx@gnu.org>.
15687
15688 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15689
15690         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15691         doc string.
15692
15693 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15694
15695         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15696
15697 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15698
15699         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15700         instead of calling `mm-insert-inline', to decode text/* parts
15701         before displaying them.
15702
15703 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15704
15705         * mm-uu.el (mm-uu-text-plain-type): New variable.
15706         (mm-uu-pgp-signed-extract-1): Use it.
15707         (mm-uu-pgp-encrypted-extract-1): Use it.
15708         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15709         bind mm-uu-text-plain-type with that value.
15710         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15711         mm-uu-dissect.
15712
15713 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15714
15715         * gnus-group.el (gnus-update-group-mark-positions):
15716         * gnus-sum.el (gnus-update-summary-mark-positions):
15717         * message.el (message-check-news-body-syntax):
15718         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15719         of string-as-multibyte.
15720
15721 2004-10-05  Juri Linkov  <juri@jurta.org>
15722
15723         * gnus-group.el (gnus-update-group-mark-positions):
15724         * gnus-sum.el (gnus-update-summary-mark-positions):
15725         * message.el (message-check-news-body-syntax):
15726         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15727         8-bit unibyte values to a multibyte string for search functions.
15728
15729 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15732         (mm-uu-dissect-text-parts): New function.
15733
15734         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15735         dissect text parts.
15736
15737         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15738         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15739
15740         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15741
15742         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15743         Use gnus-current-topics instead of gnus-current-topic.
15744
15745 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15746
15747         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15748
15749 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15750
15751         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15752         where approriate.
15753
15754         * nnml.el (nnml-generate-active-info): do.
15755
15756         * nndiary.el (nndiary-generate-active-info): do.
15757
15758         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15759         (gnus-topic-move): do.
15760
15761         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15762         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15763
15764         * gnus-srvr.el (gnus-server-prepare)
15765         (gnus-server-open-all-servers): do.
15766
15767         * gnus-msg.el (gnus-summary-cancel-article)
15768         (gnus-summary-resend-message)
15769         (gnus-summary-mail-crosspost-complaint): do.
15770
15771         * gnus-move.el (gnus-change-server): do.
15772
15773         * gnus-group.el (gnus-group-unmark-all-groups)
15774         (gnus-group-set-current-level): do.
15775
15776 2004-10-04  Simon Josefsson  <jas@extundo.com>
15777
15778         * message.el (message-generate-hashcash): Doc fix.
15779
15780 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15781
15782         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15783         avoid infinite recursion via gnus-get-function.
15784
15785 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15786
15787         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15788
15789         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15790
15791         * nnmail.el (nnmail-split-history): do.
15792
15793         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15794         (nnml-request-delete-group): do.
15795
15796         * nnslashdot.el (nnslashdot-read-groups): do.
15797
15798         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15799         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15800
15801         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15802         (nnspool-sift-nov-with-sed): Use last.
15803         (nnspool-retrieve-headers-with-nov): Use mapc.
15804         (nnspool-request-newgroups): Use dolist.
15805         (nnspool-request-group): Use last.
15806
15807         * nntp.el (nntp-read-server-type): Use dolist.
15808
15809         * nnvirtual.el (nnvirtual-create-mapping)
15810         (nnvirtual-update-read-and-marked): Use dolist.
15811         (nnvirtual-convert-headers): Simplify.
15812
15813 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15814
15815         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15816         Add support for sync'ing tick marks.
15817
15818 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15819
15820         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15821         there's no visible header.
15822
15823 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15824
15825         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15826         When necessary, pass full group name to gnus-request-set-marks.
15827
15828 2004-10-01  Simon Josefsson  <jas@extundo.com>
15829
15830         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15831         acroread.
15832
15833 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15834
15835         * spam-report.el (spam-report-gmane): Fix interactive.
15836
15837         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15838
15839         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15840         when writing file.
15841         (gnus-agent-synchronize-flags): Don't default to being
15842         interactive.
15843
15844 2004-09-30  Simon Josefsson  <jas@extundo.com>
15845
15846         * message.el (message-generate-hashcash): Add.
15847         (message-send-mail): Use it, call mail-add-payment.
15848
15849 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15850
15851         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15852
15853 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15854
15855         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15856         gnus-requst-update-info with explicit code to sync the in-memory
15857         info read flags with the marks being sync'd to the backend.
15858
15859         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15860
15861 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15862
15863         * spam.el (spam-verify-bogofilter): Add new function.
15864         (spam-check-bogofilter)
15865         (spam-bogofilter-register-with-bogofilter): Use it.
15866         (spam-verify-bogofilter): Add small fixes.
15867
15868 2004-09-28  Simon Josefsson  <jas@extundo.com>
15869
15870         * hashcash.el (hashcash-generate-payment): Revert.
15871
15872 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15873
15874         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15875         Use gnus-extract-references instead of gnus-split-references.
15876
15877         * gnus-util.el (gnus-extract-references): Add new function, analogous
15878         to gnus-split-references but extracts only the message-ID without
15879         anything extra.
15880
15881         * hashcash.el (hashcash-generate-payment)
15882         (hashcash-check-payment): Do the right thing if hashcash-path is
15883         nil (because the hashcash program could not be found).
15884
15885         * spam.el (spam-use-hashcash): Remove comment.
15886
15887 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15888
15889         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15890         (gnus-cache-enter-article, gnus-cache-remove-article)
15891         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15892
15893         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15894
15895         * gnus-art.el (article-hide-boring-headers)
15896         (article-translate-strings, article-display-face)
15897         (gnus-article-mime-match-handle-first)
15898         (gnus-article-highlight-headers)
15899         (gnus-article-add-buttons-to-head): do.
15900
15901 2004-09-27  Simon Josefsson  <jas@extundo.com>
15902
15903         * hashcash.el: New version, from
15904         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15905         ../contrib/.
15906
15907 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15908
15909         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15910
15911 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15912
15913         * gnus-dup.el (gnus-dup-open): Use mapc.
15914         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15915
15916         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15917         Reported by Stefan Wiens <s.wi@gmx.net>.
15918
15919         * gnus.el (gnus-shutdown): Use dolist.
15920
15921         * gnus-undo.el (gnus-undo): Use mapc.
15922
15923         * nnrss.el (nnrss-generate-active): do.
15924
15925         * message.el (message-cite-original-without-signature)
15926         (message-cite-original): Use mapc.
15927         (message-do-actions, message-make-forward-subject): Use dolist.
15928
15929 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15930
15931         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15932         deletion to remove entire duplicate line.  Fixes merged article
15933         number bug.
15934
15935 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15936
15937         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15938         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15939         first ask if you want to open a server and then, even when you
15940         responded with no, asking if you want to synchronize the server's
15941         flags.
15942         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15943         multi-line expressions.
15944         (gnus-agent-synchronize-group-flags): New internal function.
15945         Updates marks in memory (in the info structure) AND in the
15946         backend.
15947
15948         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15949
15950         * nnagent.el (nnagent-request-set-mark):
15951         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15952         method, to ensure that synchronization updates marks in the
15953         backend and in the info (in memory) structure.
15954
15955 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15956
15957         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15958         convention fully; don't miss the root article of a thread; make
15959         the X-Draft-From header with correct article numbers.
15960
15961 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15962
15963         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15964         unless plugged.  Disable the agent so that an open failure causes
15965         an error.
15966
15967         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15968         Revert 2004-09-21 change.  The backend must be opened while
15969         synchronizing flags even when the backend stores the flags
15970         locally.
15971
15972 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15973
15974         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15975         in `header' match.  Reported by Svend Tollak Munkejord.
15976
15977         * message.el (message-cite-original): Fix use of
15978         `message-cite-articles-with-x-no-archive'.
15979
15980 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15981
15982         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15983         (gnus-window-to-buffer): Ditto.
15984
15985         * mml.el (mml-preview-buffer): New variable.
15986         (mml-preview): Manage window layout with gnus-buffer-configuration.
15987
15988         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15989         X-Draft-From header even if those articles aren't quoted.
15990
15991 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15992
15993         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15994         (gnus-request-set-mark, gnus-request-update-mark): Use new
15995         g-s-t-u-l-m to decide to use backend even when unplugged.
15996
15997 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15998
15999         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16000         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16001
16002 2004-09-20  Simon Josefsson  <jas@extundo.com>
16003
16004         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16005         "utf-16-le".
16006
16007 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16008
16009         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16010
16011 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * uudecode.el (uudecode-use-external): Add :version.
16014
16015         * smime.el (smime-CA-file, smime-encrypt-cipher)
16016         (smime-dns-server): Add :version.
16017
16018         * smiley.el (gnus-smiley-file-types): Add :version.
16019
16020         * sha1.el (sha1-use-external): Add :version.
16021
16022         * pgg-def.el (pgg-query-keyserver): Add :version.
16023
16024         * nnmail.el (nnmail-fancy-expiry-targets)
16025         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16026         Add :version.
16027
16028         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16029         (nnimap-retrieve-groups-asynchronous): Add :version.
16030         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16031
16032         * mml.el (mml-content-disposition-parameters)
16033         (mml-insert-mime-headers-always): Add :version.
16034
16035         * mm-util.el (mm-coding-system-priorities): Add :version.
16036
16037         * mm-decode.el (mm-inline-text-html-with-images)
16038         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16039         (mm-verify-option): Add :version.
16040         (mm-text-html-renderer): Change :version.
16041
16042         * message.el (message-fcc-externalize-attachments)
16043         (message-required-headers, message-draft-headers)
16044         (message-subject-trailing-was-query)
16045         (message-subject-trailing-was-ask-regexp)
16046         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16047         (message-mark-insert-end, message-archive-header)
16048         (message-archive-note, message-cross-post-default)
16049         (message-cross-post-note, message-followup-to-note)
16050         (message-cross-post-note-function, message-use-mail-followup-to)
16051         (message-subscribed-address-functions)
16052         (message-subscribed-address-file, message-subscribed-addresses)
16053         (message-subscribed-regexps, message-allow-no-recipients)
16054         (message-yank-cited-prefix, message-signature-insert-empty-line)
16055         (message-hidden-headers, message-hierarchical-addresses)
16056         (message-mail-user-agent, message-use-idna)
16057         (message-valid-fqdn-regexp)
16058         (message-strip-special-text-properties, message-header-synonyms)
16059         (message-beginning-of-line, message-tab-body-function): Add :version.
16060         (message-insert-canlock, message-wide-reply-confirm-recipients):
16061         Change :version.
16062
16063         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16064         and :version.
16065         (mail-source-delete-old-incoming-confirm)
16066         (mail-source-movemail-program): Add :version.
16067
16068         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16069         (gnus-agent-cache, gnus-agent): Change :version.
16070
16071         * gnus-util.el (gnus-use-byte-compile): Change :version.
16072
16073         * gnus-sum.el (gnus-summary-make-false-root-always)
16074         (gnus-summary-default-high-score)
16075         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16076         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16077         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16078         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16079         (gnus-sum-thread-tree-single-indent)
16080         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16081         (gnus-sum-thread-tree-leaf-with-other)
16082         (gnus-sum-thread-tree-single-leaf): Add :version.
16083         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16084         (gnus-article-loose-mime): Change :version.
16085
16086         * gnus-start.el (gnus-backup-startup-file)
16087         (gnus-save-startup-file-via-temp-buffer): Add :version.
16088
16089         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16090         (gnus-server-offline-face): Add :version.
16091
16092         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16093
16094         * gnus-msg.el (gnus-gcc-externalize-attachments)
16095         (gnus-debug-files, gnus-debug-exclude-variables)
16096         (gnus-discouraged-post-methods): Change :version.
16097         (gnus-confirm-mail-reply-to-news)
16098         (gnus-confirm-treat-mail-like-news): Add :version.
16099
16100         * gnus-int.el (gnus-server-unopen-status): Add :version.
16101
16102         * gnus-group.el (gnus-group-jump-to-group-prompt)
16103         (gnus-large-ephemeral-newsgroup)
16104         (gnus-fetch-old-ephemeral-headers): Add :version.
16105
16106         * gnus-fun.el (gnus-x-face-directory)
16107         (gnus-convert-pbm-to-x-face-command)
16108         (gnus-convert-image-to-x-face-command)
16109         (gnus-convert-image-to-face-command): Add :version.
16110
16111         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16112
16113         * gnus-cite.el (gnus-cite-blank-line-after-header)
16114         (gnus-article-boring-faces): Add :version.
16115
16116         * gnus-art.el (gnus-buttonized-mime-types)
16117         (gnus-inhibit-mime-unbuttonizing)
16118         (gnus-treat-display-face)
16119         (gnus-treat-body-boundary): Change :version.
16120         (gnus-body-boundary-delimiter, gnus-picon-databases)
16121         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16122         (gnus-treat-date-english, gnus-treat-fold-headers)
16123         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16124         (gnus-treat-mail-picon, gnus-treat-wash-html)
16125         (gnus-article-encrypt-protocol)
16126         (gnus-use-idna, gnus-article-over-scroll)
16127         (gnus-mime-display-multipart-alternative-as-mixed)
16128         (gnus-mime-display-multipart-related-as-mixed)
16129         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16130         (gnus-ctan-url, gnus-button-ctan-handler)
16131         (gnus-button-handle-ctan-bogus-regexp)
16132         (gnus-button-ctan-directory-regexp)
16133         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16134         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16135         (gnus-button-man-level, gnus-button-emacs-level)
16136         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16137
16138         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16139         (gnus-agent-go-online): Change :version.
16140         (gnus-agent-expire-unagentized-dirs)
16141         (gnus-agent-auto-agentize-methods): Add :version.
16142
16143         * flow-fill.el (fill-flowed-display-column)
16144         (fill-flowed-encode-column): Add :version.
16145
16146         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16147         (gnus-outlook-deuglify-unwrap-max)
16148         (gnus-outlook-deuglify-cite-marks)
16149         (gnus-outlook-deuglify-unwrap-stop-chars)
16150         (gnus-outlook-deuglify-no-wrap-chars)
16151         (gnus-outlook-deuglify-attrib-cut-regexp)
16152         (gnus-outlook-deuglify-attrib-verb-regexp)
16153         (gnus-outlook-deuglify-attrib-end-regexp)
16154         (gnus-outlook-display-hook): Add :version.
16155
16156         * binhex.el (binhex-use-external): Add :version.
16157
16158 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16159
16160         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16161         and `invisible'.
16162
16163 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16164
16165         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16166         in gnus-registry-trim.
16167
16168 2004-09-13  Simon Josefsson  <jas@extundo.com>
16169
16170         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16171
16172         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16173
16174         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16175         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16176         <yamaoka@jpl.org>.
16177         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16178         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16179         <yamaoka@jpl.org>.
16180
16181         * sieve.el (sieve-manage-mode): Ditto.
16182
16183 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16184
16185         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16186
16187 2004-09-11  Simon Josefsson  <jas@extundo.com>
16188
16189         * dns-mode.el: Add.
16190
16191         * mm-view.el (mm-display-dns-inline): Add.
16192
16193         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16194         (mm-automatic-display): Ditto.
16195
16196         * mailcap.el (mailcap-mime-data): Add text/dns.
16197         (mailcap-mime-extensions): Map .soa to text/dns.
16198
16199 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16200
16201         * gnus-art.el (article-decode-mime-words, article-babel)
16202         (gnus-article-highlight-signature, gnus-article-add-buttons)
16203         (gnus-signature-toggle): Remove unnecessary bindings of
16204         `inhibit-read-only' inherited from v5.10 merge.
16205
16206 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16207
16208         * nntp.el (nntp): New customization group.
16209         (nntp-authinfo-file): Add customization group.
16210
16211         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16212
16213         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16214
16215         * gnus.el (to-address, to-list, subscribed)
16216         (large-newsgroup-initial): Ditto.
16217
16218         * flow-fill.el (fill-flowed-display-column)
16219         (fill-flowed-encode-column): Ditto.
16220
16221 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16222
16223         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16224         Use point-min rather than 1.
16225         (message-send-mail): Use buffer-size rather than point-max.
16226
16227         * gnus-sum.el (gnus-summary-search-article-forward):
16228         Signal a specific `search-failed' rather than a generic `error'.
16229
16230         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16231         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16232         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16233
16234 2004-09-10  Simon Josefsson  <jas@extundo.com>
16235
16236         * nndb.el (require): Remove tcp and duplicate cl.
16237
16238 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * gnus-agent.el (directory-files-and-attributes): Move forward.
16241
16242 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16243
16244         * gnus-agent.el (directory-files-and-attributes):
16245         Optionally defined to support XEmacs.
16246
16247 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16248
16249         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16250         to avoid run-time CL dependencies.
16251         (gnus-agent-unfetch-articles): New function.
16252         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16253         article numbers even when local .overview file is missing.
16254         (gnus-agent-read-article-number): New function.  Only accepts
16255         27-bit article numbers.
16256         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16257         Use gnus-agent-read-article-number.
16258         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16259         from backend while recognizing that article numbers in .overview
16260         must be valid.
16261         (gnus-agent-update-files-total-fetched-for):
16262         Use directory-files-and-attributes to improve performance.
16263         * gnus-int.el (gnus-request-move-article):
16264         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16265         improve performance.
16266
16267         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16268         some users confused by references to .newsrc when they only have a
16269         .newsrc.eld file.
16270         (gnus-convert-mark-converter-prompt)
16271         (gnus-convert-converter-needs-prompt): Fix use of property list.
16272         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16273         New function.  Used internally to only display 'gnus converting
16274         files' message when actually necessary.
16275
16276         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16277         methods now autoloaded.
16278
16279 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16280
16281         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16282         identifiers.
16283
16284 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16285
16286         * gnus-picon.el: Fix indentation and closing parenthesis.
16287
16288 2004-09-01  Simon Josefsson  <jas@extundo.com>
16289
16290         * message.el (message-canlock-generate): Require sha1, not
16291         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16292         to require within a function.  Sadly, if sha1.el isn't loaded, the
16293         let binding in m-c-g will hide the defcustom definition, which is
16294         bad.)
16295
16296         * canlock.el: Require sha1, not sha1-el.
16297
16298         * message.el: Don't autoload sha1 (there is a autoload cookie in
16299         sha1.el).
16300
16301         * sha1-el.el: Rename to sha1.el.
16302
16303 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16304
16305         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16306
16307 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16308
16309         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16310
16311 2004-08-30  Kim F. Storm  <storm@cua.dk>
16312
16313         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16314
16315         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16316         Add :group 'nnimap.
16317
16318 2004-08-30  Andreas Schwab  <schwab@suse.de>
16319
16320         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16321         ?* and ?\;.
16322
16323         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16324         and ?\' to symbol instead of whitespace.
16325
16326 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16329
16330         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16331         instead of re-search-forward.
16332
16333         * gnus-uu.el (gnus-uu-save-article): Ditto.
16334         (gnus-uu-post-encode-uuencode): Ditto.
16335
16336         * html2text.el (html2text-clean-list-items): Ditto.
16337         (html2text-clean-dtdd): Ditto.
16338         (html2text-format-tags): Ditto.
16339
16340         * message.el (message-send-mail-with-sendmail): Fix regexp.
16341         (message-fill-field-general): Use search-forward instead of
16342         re-search-forward.
16343         (unbold-region): Ditto.
16344
16345         * nnrss.el (nnrss-request-article): Ditto.
16346
16347         * nnslashdot.el (nnslashdot-request-article): Ditto.
16348
16349         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16350
16351         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16352         "Unrecognized menu descriptor" error in XEmacs.
16353
16354 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16355
16356         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16357         parent article of a sparse article in the thread hashtb.
16358
16359 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16360
16361         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16362         (nnmail-expand-newtext): Lowercase expanded entries if
16363         nnmail-split-lowercase-expanded is non-nil.
16364
16365 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16366
16367         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16368
16369         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16370         of gnus-tmp-news-method into string under XEmacs.  It will be
16371         passed to gnus-correct-length which takes only a string argument.
16372
16373 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16374
16375         * gnus-util.el (gnus-bind-print-variables): New macro.
16376         (gnus-prin1): Use it.
16377         (gnus-prin1-to-string): Use it.
16378         (gnus-pp): New function.
16379         (gnus-pp-to-string): New function.
16380
16381         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16382         Replace pp-to-string with gnus-pp-to-string.
16383         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16384         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16385         * gnus-msg.el (gnus-debug): Ditto.
16386         * gnus-score.el (gnus-score-save): Ditto.
16387         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16388         gnus-pp-to-string.
16389         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16390         with gnus-pp.
16391         * score-mode.el (gnus-score-pretty-print): Ditto.
16392         * webmail.el (webmail-debug): Ditto.
16393
16394 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16395
16396         * gnus-art.el (article-display-face, article-display-x-face):
16397         Use buffer-read-only.
16398
16399 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16400
16401         * gnus-art.el (article-hide-list-identifiers):
16402         Bind inhibit-read-only as t.
16403
16404 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16405
16406         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16407
16408 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16409
16410         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16411         (gnus-narrow-to-page): Don't assume point-min == 1.
16412         (gnus-article-edit-mode): Derive from message-mode.
16413
16414         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16415         point-min == 1.
16416
16417         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16418         Disable incorrect use of `assert'.
16419
16420         * message.el (message-mode): Set comment-start-skip.
16421
16422
16423 2004-08-22  Sam Steingold  <sds@gnu.org>
16424
16425         * pop3.el (pop3-leave-mail-on-server): New user variable.
16426         (pop3-movemail): Delete mail only when it is nil.
16427
16428 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16429
16430         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16431
16432         * mml.el (mml-preview): Use `pop-to-buffer'.
16433
16434         * message.el (message-goto-mail-followup-to): Insert after "To".
16435         (message-carefully-insert-headers): Add comment.
16436
16437         * gnus.el: Remove unused variable `gnus-article-check-size'.
16438
16439         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16440
16441         * gnus-art.el (gnus-button-alist):
16442         Improve `gnus-button-handle-library' entry.
16443
16444 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16445
16446         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16447         Use downcase, since XEmacs capitalizes error messages differently.
16448
16449 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16450
16451         * nntp.el: Add (require 'gnus) due to reference to
16452         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16453
16454 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16455
16456         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16457         Bind `mm-fill-flowed'.
16458
16459         * mm-decode.el (mm-dissect-singlepart): Check it.
16460
16461 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16462
16463         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16464         'imap' for netrc parsing.
16465
16466 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16467
16468         * mailcap.el (mailcap-mime-data): Mark as risky.
16469
16470 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16471
16472         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16473         may be included in the encoded word.
16474         (rfc2047-encode): Don't append a space if the encoded word
16475         includes close parenthesis.
16476
16477 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16478
16479         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16480         of text within parentheses.
16481
16482 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16483
16484         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16485         (gnus-encrypt-write-file-contents): Make the password key the file
16486         name PLUS the cipher, not just the cipher.  Also remove failed
16487         passwords from the cache.
16488
16489 2004-08-06  Simon Josefsson  <jas@extundo.com>
16490
16491         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16492         Doc fix.
16493
16494 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16497         LWSP.
16498
16499 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16500
16501         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16502         Try to append in-reply-to: data to the references: header.
16503
16504         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16505         (netrc-parse): Use gnus-encrypt.el functions.
16506
16507         * gnus-encrypt.el: Add new file for encryption support; currently
16508         does only a few GPG ciphers and an internal XOR cipher.
16509
16510         * password.el: Add comments on using password-read-and-add.
16511         (password-read-and-add): Add function to read and add the
16512         password to the cache at once.
16513
16514 2004-07-28  Simon Josefsson  <jas@extundo.com>
16515
16516         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16517         parameter (but don't use it, for now).
16518
16519         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16520         instead of hard coding to nil.
16521
16522 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16525         as mm-inline-image-xemacs does.
16526
16527 2004-07-26  Simon Josefsson  <jas@extundo.com>
16528
16529         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16530         Revert part of 2004-07-17 change below.
16531
16532 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16533
16534         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16535         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16536
16537 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16538
16539         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16540         quotes that actually start with ">" at the beginning of the
16541         lines.
16542
16543 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16544
16545         * rfc2047.el (rfc2047-encode-region): Fix last change.
16546         (rfc2047-encode-parameter): Remove useless concat.
16547
16548 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16551         encode special characters; fix some kind of misconfigured headers;
16552         signal a real error if debug-on-quit or debug-on-error is non-nil.
16553         (rfc2047-encode-max-chars): New variable.
16554         (rfc2047-encode-1): Use it.
16555         (rfc2047-encode-parameter): New function.
16556
16557         * mml.el (mml-insert-parameter): Remove an excessive space.
16558
16559 2004-07-17  Simon Josefsson  <jas@extundo.com>
16560
16561         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16562         Kai Grossjohann <kai@emptydomain.de>.
16563         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16564         (gnus-group-make-menu-bar): Ditto.
16565
16566         * gnus-util.el (gnus-group-server): Add.
16567
16568 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16569
16570         * message.el (message-clone-locals): Clone sendmail and smtp
16571         variables.
16572
16573 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16574
16575         * rfc2047.el (rfc2047-encode-region): Fix last change.
16576
16577 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16578
16579         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16580         characters as non-special.
16581
16582 2004-07-09  Simon Josefsson  <jas@extundo.com>
16583
16584         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16585         Users will lose all flag changes made while unplugged with
16586         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16587         good default.  See numerous reports on ding mailing list.
16588
16589 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16592         add generate-head-function and generate-article-function to the
16593         rfc822-forward entry.
16594         (nndoc-rfc822-forward-generate-article): New function.
16595         (nndoc-rfc822-forward-generate-head): New function.
16596
16597         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16598
16599 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16600
16601         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16602         respect display group parameter and gnus-summary-expunge-below.
16603         (gnus-articles-to-read): Remove unused reference to display group
16604         parameter.
16605
16606 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16607
16608         * nnheader.el (nnheader-uniquify-message-id): New experimental
16609         variable.
16610         (nnheader-nov-read-message-id): Use it.
16611
16612         * spam-report.el (spam-report-gmane): Add interactive.
16613
16614 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * mm-encode.el (mm-content-transfer-encoding-defaults):
16617         Use qp-or-base64 for the application/* types.
16618
16619 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16620
16621         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16622
16623 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16624
16625         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16626         trim value.
16627
16628 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16629
16630         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16631         New macro and function.
16632         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16633
16634 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16637         after-load-alist.
16638
16639 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16640
16641         * gnus-group.el (gnus-group-get-new-news-this-group):
16642         Don't update info that isn't there.
16643
16644 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16645
16646         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16647         entry.
16648
16649 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * mm-view.el (mm-inline-render-with-function): Use multibyte
16652         buffer; decode html source by charset.
16653
16654         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16655
16656         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16657         Mule-UCS is loaded under XEmacs.
16658         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16659
16660 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16661
16662         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16663
16664 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16665
16666         * mm-util.el (mm-coding-system-p): Return a coding-system.
16667         (mm-mime-mule-charset-alist): Use shift_jis instead of
16668         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16669         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16670         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16671         instead of japanese-shift-jis and iso-latin-1 respectively in
16672         order to share the default value with both Emacs and XEmacs-mule.
16673         (mm-mule-charset-to-mime-charset):
16674         Make mm-coding-system-priorities effective.
16675         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16676         while predicating of candidates upon the priorities.
16677
16678 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16679
16680         * gnus-sum.el (gnus-summary-make-menu-bar):
16681         Add gnus-uu-invert-processable.
16682
16683         * gnus.el: Autoload gnus-uu-invert-processable.
16684
16685 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * mm-util.el (mm-with-multibyte-buffer): New macro.
16688
16689         * rfc2047.el (rfc2047-encode-string): Use it.
16690         (rfc2047-encode-region): Move point to the end of the region after
16691         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16692
16693 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16696         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16697
16698 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16699
16700         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16701         (gnus-cite-parse): Ignore quoted envelope From_.
16702         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16703
16704 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16705
16706         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16707         invalid addresses.
16708
16709 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16710
16711         * spam.el: Change section markers, revise TODO list.
16712         (spam-backends): Make new master list of all installed backends.
16713         (spam-summary-exit-behavior): Add new variable to determine how
16714         messages moves are done at summary exit.
16715         (spam-move-spam-nonspam-groups-only)
16716         (spam-process-ham-in-nonham-groups)
16717         (spam-process-ham-in-spam-groups): Remove variables, the
16718         spam-summary-exit-behavior variable should be used to manage this
16719         behavior.
16720         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16721         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16722         and spam-old-spam-articles.
16723         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16724         Add empty variables, placeholders for the backends they represent.
16725         (spam-set-difference): Move, unchanged.
16726         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16727         unless the user has a processor variable.
16728         (spam-classifications, spam-classification-valid-p)
16729         (spam-backend-properties, spam-backend-property-valid-p)
16730         (spam-backend-function-type-valid-p)
16731         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16732         (spam-report-articles-gmane, spam-report-articles-resend):
16733         Remove functions, they are not needed.
16734         (spam-install-backend-super, spam-backend-list)
16735         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16736         (spam-backend-function, spam-backend-ham-registration-function)
16737         (spam-backend-spam-registration-function)
16738         (spam-backend-ham-unregistration-function)
16739         (spam-backend-spam-unregistration-function)
16740         (spam-backend-statistical-p, spam-backend-mover-p)
16741         (spam-install-backend-alias, spam-install-checkonly-backend)
16742         (spam-install-mover-backend, spam-install-nocheck-backend)
16743         (spam-install-backend, spam-install-statistical-backend)
16744         (spam-install-statistical-checkonly-backend): Add backend installation
16745         support.
16746         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16747         (spam-group-processor-p): Use the new backend code and respect the
16748         summary exit behavior.
16749         (spam-mark-spam-as-expired-and-move-routine): Remove.
16750         (spam-summary-prepare): Change to use the new spam-old-articles
16751         variable.
16752         (spam-copy-or-move-routine, spam-copy-spam-routine)
16753         (spam-move-spam-routine, spam-copy-ham-routine)
16754         (spam-move-ham-routine): Add code to copy/move ham or spam.
16755         (spam-fetch-field-fast): Improve doc and code, plus allow the
16756         'number request.
16757         (spam-list-of-checks, spam-list-of-statistical-checks):
16758         Remove variables.
16759         (spam-split, spam-find-spam): Use the new backend code.
16760         (spam-registration-functions): Remove variable.
16761         (spam-unregister-routine): Add convenience wrapper.
16762         (spam-log-undo-registration, spam-register-routine)
16763         (spam-log-processing-to-registry)
16764         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16765         where possible.
16766         (spam-check-gmane-xref, spam-check-regex-headers)
16767         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16768         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16769         (spam-check-bogofilter-headers, spam-check-spamoracle)
16770         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16771         (spam-check-crm114-headers): Use the spam-split-group that
16772         spam-split prepares, no need to determine it every time.
16773
16774         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16775         to the nnheader-parse-naked-head call.
16776
16777         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16778
16779         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16780         the nnheader-nov-read-message-id call.
16781
16782 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16783
16784         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16785         gnus-activate-group twice.  Suggested by Markus Peter
16786         <warp@spin.de>.
16787
16788 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * gnus-art.el (gnus-article-time-format): Exchange the order of
16791         day and month in the default value; fix customization type.
16792         (article-date-ut): Use add-text-properties.
16793         (article-make-date-line): Use message-make-date instead of
16794         current-time-string.
16795
16796         * message.el (message-fetch-field): Don't use set-text-properties.
16797         (message-make-date): Simplify.
16798
16799         * messagexmas.el (message-xmas-make-date): New function.
16800         (message-xmas-redefine): Defalias message-make-date to it.
16801
16802 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16803
16804         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16805         (rfc2047-encode-region): Treat text within parentheses as special;
16806         show the original text when error has occurred.
16807
16808         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16809         already-computed method to gnus-activate-group.
16810
16811         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16812         same select-methods identical Lisp objects.
16813
16814         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16815         object when modifying the info.
16816
16817 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16818
16819         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16820         gnus-opened-servers since it has never been opened with the new
16821         configuration yet.
16822
16823 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16826         arg to nnheader-generate-fake-message-id.
16827
16828 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16829
16830         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16831         number and build a fake message ID localized to a group and
16832         article number (so it's repeatable from that point on).
16833         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16834         ID format.
16835
16836         * gnus-sum.el (gnus-get-newsgroup-headers):
16837         Call nnheader-generate-fake-message-id with the article number.
16838
16839 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16840
16841         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16842         end-of-buffer.
16843
16844 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16845
16846         * message.el (message-ignored-supersedes-headers): Add Approved.
16847
16848 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16849
16850         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16851         goto-char.
16852         (rfc2047-encode): Fold the line before encoding.
16853
16854 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16855
16856         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16857         folding -- not all headers can be folded, and this should be done
16858         by the message composition mode.  Probably.  I think.
16859
16860 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16863         fast.
16864
16865         * gnus-ems.el (gnus-remove-image): Don't use
16866         message-text-with-property; remove only the image found first.
16867
16868         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16869         found first.
16870
16871 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16872
16873         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16874
16875 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16876
16877         * message.el (message-text-with-property): Make it fast and accept
16878         optional arguments.
16879         (message-strip-forbidden-properties): Use it.
16880         (message-fix-before-sending): Follow the m-t-w-p change.
16881
16882         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16883
16884 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16885
16886         * gnus-art.el (article-hide-headers): Don't change the buffer
16887         mistakenly when performing mml-preview even if
16888         gnus-single-article-buffer is nil.
16889
16890 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16891
16892         * message.el (message-expand-name-databases): New user option.
16893         (message-expand-name): Use it.
16894
16895 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16896
16897         * spam.el (spam-report-articles-resend)
16898         (spam-report-resend-register-routine): Allow ham reporting.
16899         (spam-report-resend-register-ham-routine): Add wrapper.
16900         (spam-registration-functions): Add ham resending functions.
16901         (spam-list-of-processors): Add ham resend processor.
16902
16903         * gnus.el (ham-resend-to): Add new group parameter.
16904         (spam-process): Add ham resend option.
16905
16906         * spam-report.el (spam-report-resend): Allow reporting ham.
16907         (spam-report-resend-ham): Add wrapper.
16908
16909 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16910
16911         * message.el (message-cite-articles-with-x-no-archive):
16912         New variable.
16913         (message-cite-original): Use it.
16914
16915 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16916
16917         * message.el (message-cite-original): Respect X-No-Archive.
16918
16919 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * gnus-art.el (article-hide-headers): Refer to the values for
16922         gnus-ignored-headers and gnus-visible-headers in the summary
16923         buffer since a user may have set them as group parameters.
16924
16925 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16926
16927         * assistant.el (assistant-node-name): Add convenience function.
16928         (assistant-render-text, assistant-render-node): Add error handling,
16929         plus handle multiple next nodes.
16930         (assistant-find-next-node): Comment out for now.
16931         (assistant-find-next-nodes): Add function, returns list of next
16932         nodes.
16933
16934 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16935
16936         * mail-source.el (mail-source-directory): Fix doc-string.
16937
16938 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16939
16940         * assistant.el (assistant-render-text, assistant-eval): Add :set
16941         widget type, which is different because it takes and returns a
16942         list.  Much hilarity ensues.
16943
16944 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16945
16946         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16947
16948         * gnus-group.el (gnus-group-get-new-news-this-group):
16949         Add doc-string.
16950
16951         * gnus-start.el (gnus-activate-group): Add doc-string.
16952
16953 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16954
16955         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16956
16957 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16958
16959         * assistant.el (assistant-render-text): Try to add a :set
16960         widget, more to come.
16961
16962         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16963         strings.
16964         (spam-report-articles-resend)
16965         (spam-register-routine): Do registration iff any articles warrant
16966         it.
16967         (spam-summary-prepare-exit): Change log message for nil group
16968         destinations.
16969
16970 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16971
16972         * spam.el (spam-report-resend-register-routine):
16973         Allow spam-report-resend-to to be a group parameter or a global value.
16974
16975 2004-05-26  Simon Josefsson  <jas@extundo.com>
16976
16977         * starttls.el: Merge with my GNUTLS based starttls.el.
16978         (starttls-gnutls-program, starttls-use-gnutls)
16979         (starttls-extra-arguments, starttls-process-connection-type)
16980         (starttls-connect, starttls-failure, starttls-success):
16981         New variables.
16982         (starttls-program, starttls-extra-args): Doc fix.
16983         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16984         New functions.
16985         (starttls-negotiate, starttls-open-stream):
16986         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16987         function if it is set.
16988
16989 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16990
16991         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16992         structured fields.
16993
16994 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16995
16996         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16997
16998 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16999
17000         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17001         Add variable.
17002         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17003         assigning the spam-mark to new messages.
17004
17005 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17006
17007         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17008
17009 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17010
17011         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17012
17013         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17014         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17015         default.
17016
17017 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17018
17019         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17020         correct data.
17021
17022 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17023
17024         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17025         (spam-group-processor-p): Fix function.
17026         (spam-group-processor-multiple-p)
17027         (spam-group-spam-processor-report-gmane-p)
17028         (spam-group-spam-processor-report-resend-p)
17029         (spam-group-spam-processor-bogofilter-p)
17030         (spam-group-spam-processor-blacklist-p)
17031         (spam-group-spam-processor-ifile-p)
17032         (spam-group-ham-processor-ifile-p)
17033         (spam-group-spam-processor-spamoracle-p)
17034         (spam-group-spam-processor-crm114-p)
17035         (spam-group-ham-processor-bogofilter-p)
17036         (spam-group-spam-processor-stat-p)
17037         (spam-group-ham-processor-stat-p)
17038         (spam-group-ham-processor-whitelist-p)
17039         (spam-group-ham-processor-BBDB-p)
17040         (spam-group-ham-processor-spamoracle-p)
17041         (spam-group-ham-processor-copy-p): Remove functions with some
17042         prejudice against unneeded code.
17043         (spam-report-articles-resend)
17044         (spam-report-resend-register-routine): Allow the group/topic
17045         spam-resend-to value to override spam-report-resend-to.
17046         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17047         properly now.
17048
17049         * gnus.el (spam-resend-to): Add group/topic parameter.
17050         (spam-process): Move the OBSOLETE processors to the end of the
17051         choices.
17052
17053 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17054
17055         * spam-report.el (spam-report-resend-to, spam-report-resend):
17056         Start with resend-to set to nil, and then ask the user if necessary.
17057         (spam-report-resend): spam-report-resend takes a list of articles, not
17058         separate article numbers.
17059
17060 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17063         addition to emacs-w3m.
17064
17065 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17066
17067         * assistant.el (assistant-authinfo-data): New function.
17068         (assistant-eval): Eval for entire assistant.
17069
17070         * netrc.el (netrc-services-file): New variable.
17071         (netrc-parse-services): New function.
17072         (netrc-find-service-name): New function.
17073         (netrc-find-service-number): New function.
17074         (netrc-port-equal): New function.
17075         (netrc-machine): Use it.
17076
17077         * nnimap.el (nnimap-open-connection): Use netrc.
17078
17079         * gnus-util.el (gnus-netrc-get): Remove aliases.
17080
17081         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17082
17083         * assistant.el (wid-edit): Fix compilation.
17084
17085         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17086
17087 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17088
17089         * gnus-util.el (gnus-set-file-modes): New function.  (small
17090         patch).
17091
17092 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17093
17094         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17095
17096         * assistant.el (assistant-render-node): Fix up rendering and
17097         read-only text.
17098         (assistant-render-node): Reset.
17099         (assistant-make-read-only): Not sticky.
17100
17101 2004-05-20  Danny Siu  <dsiu@adobe.com>
17102
17103         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17104         centered even when gnus-auto-center-summary is t.
17105
17106 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * dns.el (dns-get-txt-answer): New function.
17109         (dns-read-txt): Ditto.
17110         (query-dns): Use it.
17111
17112 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17113
17114         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17115         active for foreign groups even if the group level is higher than
17116         the specified value.
17117
17118 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17119
17120         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17121         non-active groups.
17122
17123         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17124
17125 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17126
17127         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17128
17129 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17130
17131         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17132         (spam-crm114-header, spam-crm114-spam-switch)
17133         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17134         (spam-crm114-positive-spam-header)
17135         (spam-crm114-database-directory, spam-list-of-processors)
17136         (spam-group-spam-processor-crm114-p)
17137         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17138         (spam-generic-score, spam-list-of-checks)
17139         (spam-list-of-statistical-checks, spam-registration-functions)
17140         (spam-check-crm114-headers, spam-crm114-score)
17141         (spam-check-crm114, spam-crm114-register-with-crm114)
17142         (spam-crm114-register-spam-routine)
17143         (spam-crm114-unregister-spam-routine)
17144         (spam-crm114-register-ham-routine)
17145         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17146         From asjo@koldfront.dk (Adam Sjøgren).
17147
17148         * gnus.el: Add spam-use-crm114.
17149
17150         * spam.el (spam-list-of-processors, spam-registration-functions):
17151         Add spam-use-resend.
17152         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17153         (spam-report-articles-gmane): Add doc fix.
17154         (spam-report-articles-resend, spam-report-resend-register-routine):
17155         Add wrappers around spam-report-resend-to.
17156
17157         * spam-report.el (spam-report-resend-to, spam-report-resend):
17158         Add support for resending spam.
17159         (spam-report-gmane): Fix line length >80.
17160
17161         * gnus.el (spam-process): Add spam-use-resend.
17162
17163 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17164
17165         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17166         number of processed spam messages.
17167         (spam-ham-copy-or-move-routine): Return the number of processed
17168         ham messages.
17169         (spam-summary-prepare-exit): Use the above values to decide
17170         whether status messages shouled be displayed.
17171
17172 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17175         `rfc2047-encoding-function-alist' in order to avoid conflicting
17176         with the old version.
17177         (rfc2047-encode-region): Concatenate words containing non-ASCII
17178         characters in structured fields; don't encode space-delimited
17179         ASCII words even in unstructured fields; don't break words at
17180         char-category boundaries.
17181         (rfc2047-encode-1): New function.
17182         (rfc2047-encode): Use it; encode text so that it occupies the
17183         maximum width within 76-column; work correctly on Q encoding for
17184         iso-2022-* charsets.
17185         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17186         sure not to break a line just after the header name.
17187         (rfc2047-b-encode-region): Remove.
17188         (rfc2047-b-encode-string): New function.
17189         (rfc2047-q-encode-region): Remove.
17190         (rfc2047-q-encode-string): New function.
17191
17192         * mm-util.el (mm-replace-in-string): New function.
17193
17194 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17195
17196         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17197         Really get it right.
17198         (gnus-inews-make-draft): Really.
17199
17200 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17201
17202         * nnmh.el (nnmh-request-list-1): Don't check the link count
17203         before descending.  (small patch)
17204
17205 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17206
17207         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17208         stuff.
17209
17210         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17211         Match on real group name.
17212
17213         * gnus-art.el (gnus-signature-limit): Doc fix.
17214
17215         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17216
17217         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17218
17219 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17220
17221         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17222         isn't a string.
17223
17224 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17225
17226         * gnus-draft.el (gnus-draft-send):
17227         Bind rfc2047-encode-encoded-words.
17228
17229         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17230         (rfc2047-encodable-p): Say that =? needs encoding.
17231         (rfc2047-encode-encoded-words): New variable.
17232
17233         * gnus-group.el (gnus-group-select-group): Doc fix.
17234
17235         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17236
17237         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17238         to nil.
17239
17240         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17241
17242         * nnheader.el (nnheader-get-lines-and-char): New function.
17243
17244 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17245
17246         * gnus-msg.el (gnus-summary-followup-with-original):
17247         Document yanking of region when active.
17248
17249 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17250
17251         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17252         groups if the group level is higher than the specified value.
17253
17254 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17255
17256         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17257         (gnus-group-jump-to-group): Add prefix argument using
17258         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17259         non-active group.
17260
17261         * compface.el (uncompface): Be verbose when changing
17262         `uncompface-use-external'.
17263
17264         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17265         handle manual section.
17266
17267 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17268
17269         * gnus-art.el (gnus-button-alist): Revert previous change.
17270
17271 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17272
17273         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17274
17275 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17276
17277         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17278         whether backend can accept message.
17279
17280         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17281
17282 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17283
17284         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17285         Avoid creating directory when nntp-marks-is-evil is true.
17286         Reported by Reiner Steib.
17287
17288 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17289
17290         * gnus-picon.el (gnus-picon-style): New variable.
17291         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17292         (gnus-picon-transform-address): Support `gnus-picon-style'.
17293         From Jesper Harder <harder@ifa.au.dk>.
17294
17295 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17296
17297         * message.el (message-fill-field): Return point.
17298         (message-generate-headers): Go to end of field.
17299
17300         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17301         stuff for non-living groups.
17302
17303 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17304
17305         * gnus-art.el (gnus-article-followup-with-original)
17306         (gnus-article-reply-with-original): gnus-mark-active-p ->
17307         gnus-region-active-p.
17308
17309 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17310
17311         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17312         only when there is spam or ham to be processed.
17313
17314 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17315
17316         * mail-source.el (mail-source-delete-crash-box): Refactor.
17317         (mail-source-fetch): Use it.
17318         (mail-source-fetch-file): Ditto.
17319         (mail-source-fetch-directory): Run postscript in loop.
17320         (mail-source-fetch-pop): Delete.
17321         (mail-source-fetch-maildir): Ditto.
17322         (mail-source-fetch-imap): Ditto.
17323
17324         * imap.el (imap-authenticators): Comment out sasl.
17325
17326         * message.el (message-skip-to-next-address): New function.
17327         (message-fill-header-address): Refactor.
17328         (message-fill-address): Use it.
17329         (message-delete-address): Use it.
17330         (message-fill-header-general): Refactor.
17331         (message-fill-field-address): Rename.
17332         (message-narrow-to-field): Find the start of the header.
17333         (message-header-format-alist): Don't pre-fill.
17334         (message-fill-header): Remove.
17335         (message-insert-header): New function.
17336         (message-shorten-references): Use it.
17337
17338         * rfc2047.el (rfc2047-field-value): Strip props.
17339
17340         * mail-parse.el (mail-header-make-address): New alias.
17341
17342         * ietf-drums.el (ietf-drums-make-address): New function.
17343
17344         * imap.el: Add compiler directives.
17345
17346         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17347
17348         * gnus-art.el (article-decode-idna-rhs): Don't use
17349         message-idna-inside-rhs-p.
17350
17351 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17352
17353         * message.el (message-idna-inside-rhs-p): Remove.
17354         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17355
17356         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17357         false positives.
17358
17359 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17360
17361         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17362
17363 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17364
17365         * nneething.el (nneething-file-name): Don't create spurious
17366         files.
17367
17368         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17369         (gnus-inews-do-gcc): Remove sleep.
17370
17371         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17372         part under point.
17373
17374         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17375         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17376
17377 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17378
17379         * spam.el (spam-summary-prepare-exit): Fix (length).
17380
17381 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17382
17383         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17384         as expired without moving it" message when there are spam
17385         messages left.
17386
17387 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17388
17389         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17390         header is not nil.
17391
17392 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17393
17394         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17395         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17396         (nntp-marks-changed-p): New arg SERVER.
17397         (nntp-request-update-info): Adjust caller.
17398
17399 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17400
17401         * nntp.el (nntp-save-marks): Pass missing arg.
17402
17403 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17404
17405         * nntp.el: Support marks.
17406         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17407         (nntp-marks-modtime, nntp-marks-directory): New variables.
17408         (nntp-request-set-mark, nntp-request-update-info)
17409         (nntp-possibly-create-directory, nntp-marks-changed-p)
17410         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17411         New functions.
17412
17413 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17414
17415         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17416         (gnus-xmas-redefine): Rename.
17417
17418         * gnus-score.el (gnus-score-insert-help):
17419         Use gnus-select-lowest-window.
17420
17421         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17422         appt-select-lowest-window and rename to gnus-select-lowest-window.
17423
17424         * gnus.el: do.
17425
17426 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17427
17428         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17429         encodings of MIME-encoded words, in order to improve
17430         interoperability with several broken MUAs.
17431
17432 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17433
17434         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17435         tags, only when charsets are not specified in headers.
17436         (mm-inline-text-html-render-with-w3m): Ditto.
17437
17438         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17439         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17440
17441 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17442
17443         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17444         instead of MIME-decoded from fields when checking
17445         `gnus-article-address-banner-alist'.
17446
17447 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17448
17449         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17450         description rather than subject.
17451
17452 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17453
17454         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17455
17456 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17457
17458         * gnus.el (gnus-version-number): Bump.
17459
17460 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17461
17462         * gnus.el: No Gnus v0.2 is released.
17463
17464 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17465
17466         * gnus-agent.el (gnus-agent-read-agentview):
17467         Inline gnus-uncompress-range.
17468
17469 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17470
17471         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17472         `exec-installed-p'.
17473
17474 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17475
17476         * gnus.el (spam-process, spam-autodetect-methods):
17477         Add bsfilter and bsfilter-headers.
17478
17479         * spam.el (spam-bsfilter): New customize group.
17480         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17481         (spam-bsfilter-header, spam-bsfilter-probability-header)
17482         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17483         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17484         (spam-bsfilter-database-directory): New options.
17485         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17486         (spam-list-of-statistical-checks, spam-registration-functions):
17487         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17488         (spam-bsfilter-score): New command.
17489         (spam-check-bsfilter-headers, spam-check-bsfilter)
17490         (spam-bsfilter-register-with-bsfilter)
17491         (spam-bsfilter-register-spam-routine)
17492         (spam-bsfilter-unregister-spam-routine)
17493         (spam-bsfilter-register-ham-routine)
17494         (spam-bsfilter-unregister-ham-routine): New functions.
17495         (spam-generic-score): Support bsfilter; Accept an optional argument
17496         to recalcurate spam score even if scoring header has already been
17497         added.
17498         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17499         optional argument to recalcurate spam score even if scoring header
17500         has already been added.
17501
17502 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17503
17504         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17505         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17506         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17507         link is missing.
17508
17509 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17510
17511         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17512         (html2text-get-attr): Rewrite.
17513
17514         * message.el (message-setup-1): Remove redundant put-text-property
17515         on mail-header-separator.
17516
17517 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17518
17519         * gnus-registry.el (gnus-registry-cache-whitespace)
17520         (gnus-registry-action, gnus-registry-spool-action)
17521         (gnus-registry-split-fancy-with-parent): Change message levels
17522         from 5 to 3 or 7, as needed.
17523
17524         * spam.el (spam-summary-prepare-exit)
17525         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17526         (spam-split, spam-find-spam, spam-log-undo-registration)
17527         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17528         level from 5 to 6.
17529
17530 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17531
17532         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17533         2004-03-04 change).
17534
17535 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17536
17537         * sieve-manage.el (sieve-manage-open):
17538         * nnweb.el (nnweb-insert-html):
17539         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17540         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17541         * nnspool.el (nnspool-request-group):
17542         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17543         * nnml.el (nnml-request-update-info):
17544         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17545         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17546         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17547         (nnimap-request-set-mark):
17548         * nnfolder.el (nnfolder-request-update-info):
17549         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17550         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17551         * gnus-uu.el (gnus-uu-find-articles-matching):
17552         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17553         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17554         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17555         * gnus-nocem.el (gnus-nocem-scan-groups):
17556         * gnus-int.el (gnus-start-news-server):
17557         * gnus-group.el (gnus-group-make-kiboze-group)
17558         (gnus-group-browse-foreign-server):
17559         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17560         Use mapc when appropriate.
17561
17562 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17563
17564         FIXME: Make separate entries for each person.
17565
17566         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17567         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17568         <shields@msrl.com>:
17569
17570         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17571         may need for spam sorting and scoring.
17572         (spam-user-format-function-S): Add user format function suitable for
17573         general use.
17574         (spam-article-sort-by-spam-status): Add sorting function for summary
17575         sorting.
17576         (spam-extra-header-to-number): Add function to get a score from a
17577         header.
17578         (spam-summary-score): Add function to get a numeric score from the
17579         headers.
17580         (spam-generic-score): Fix function doc, was in wrong place.
17581         (spam-initialize): Take symbols when it's run, and install the
17582         extra headers that spam-necessary-extra-headers thinks we need.
17583
17584 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17585
17586         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17587         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17588
17589 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17590
17591         * gnus-sum.el (gnus-set-global-variables)
17592         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17593         (gnus-article-get-xrefs, gnus-summary-best-group)
17594         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17595         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17596         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17597         Use with-current-buffer.
17598
17599 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17600
17601         * spam.el (spam-summary-prepare-exit): Simplify logic.
17602         (spam-fetch-article-header): Read the article header if it's not
17603         available.
17604         (spam-list-articles): Simplify logic.
17605         (spam-filelist-register-routine): Fix bug with unregister-list.
17606
17607         * gnus-registry.el: Fix comments at beginning.
17608
17609 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17610
17611         * message.el (message-cater-to-broken-inn): Remove.
17612         (message-shorten-references): Make sure the total folded length of
17613         References is shorter than 998 characters to cater to a bug in INN
17614         2.3.  Also, don't pretend that references aren't folded -- this
17615         hasn't worked for a while.
17616
17617 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17618
17619         * gnus-agent.el (gnus-agentize):
17620         gnus-agent-send-mail-real-function no longer set to current value
17621         of message-send-mail-function but rather a lambda that calls
17622         message-send-mail-function.  The change makes the agent real-time
17623         responsive to user changes to message-send-mail-function.
17624
17625 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17626
17627         * legacy-gnus-agent.el
17628         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17629         help from Florian Weimer <fw@deneb.enyo.de>
17630
17631 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17632
17633         * nnmail.el (nnmail-cache-insert): Revert last change.
17634
17635 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17636
17637         * nnmail.el (nnmail-cache-insert): Always check whether
17638         nnmail-cache-ignore-groups matches a group name.
17639
17640 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17641
17642         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17643         (spam-find-spam, spam-log-processing-to-registry)
17644         (spam-log-registered-p, spam-log-unregistration-needed-p)
17645         (spam-log-undo-registration): Use gnus-message instead of
17646         gnus-error, none of these errors are fatal.
17647
17648         * gnus-registry.el (gnus-registry-clean-empty-function)
17649         (gnus-registry-clean-empty): Remove only empty entries without
17650         extra data.
17651
17652 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17653
17654         * spam-stat.el (spam-stat-buffer-change-to-spam)
17655         (spam-stat-buffer-change-to-non-spam): Change (error) to
17656         (gnus-message 8) invocation.
17657
17658 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17659
17660         * nntp.el (nntp-via-netcat-command): New variable.
17661         (nntp-via-netcat-switches): New variable.
17662         (nntp-open-via-rlogin-and-netcat): New function.
17663         (nntp-open-connection-function): Doc fix.
17664         (nntp-telnet-command): Doc fix.
17665         (nntp-end-of-line): Doc fix.
17666         (nntp-via-rlogin-command): Doc fix.
17667         (nntp-via-user-name): Doc fix.
17668         (nntp-via-address): Doc fix.
17669
17670 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17673         error in Emacs 21.1.
17674
17675 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17676
17677         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17678
17679 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17680
17681         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17682         (gnus-agent-with-refreshed-group): New macro.
17683         (gnus-agent-rename-group): New function.
17684         (gnus-agent-delete-group): New function.
17685         (gnus-agent-save-group-info): Use gnus-command-method when
17686         `method' parameter is nil.  Don't write nil entries into the
17687         active file.
17688         (gnus-agent-get-group-info): New function.
17689         (gnus-agent-fetch-articles):
17690         Use gnus-agent-update-files-total-fetched-for to increment disk space
17691         used.
17692         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17693         Use gnus-agent-update-view-total-fetched-for to increment disk space
17694         used.
17695         (gnus-agent-get-local): Add optional parameters to avoid calling
17696         gnus-group-real-name and gnus-find-method-for-group.
17697         (gnus-agent-set-local): Delete stored entry if either min, or max,
17698         are nil.
17699         (gnus-agent-fetch-session): Reworded error/quit messages.
17700         On quit, use gnus-agent-regenerate-group to record existance of any
17701         articles fetched to disk before the quit occurred.
17702         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17703         gnus-agent-update-view-total-fetched-for, and
17704         gnus-agent-update-files-total-fetched-for to decrement disk space
17705         used.
17706         (gnus-agent-retrieve-headers):
17707         Use gnus-agent-update-view-total-fetched-for to increment disk space
17708         used.
17709         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17710         with gnus-agent-update-files-total-fetched-for to decrement disk
17711         space and fresh group buffer.
17712         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17713         (gnus-agent-need-update-total-fetched-for): New variable.
17714         (gnus-agent-update-files-total-fetched-for): New function.
17715         (gnus-agent-update-view-total-fetched-for): New function.
17716         (gnus-agent-total-fetched-for): New function.
17717
17718         * gnus-cache.el (gnus-cache-save-buffers):
17719         Use gnus-cache-update-overview-total-fetched-for to change disk space
17720         used by this group.
17721         (gnus-cache-possibly-enter-article):
17722         Use gnus-cache-update-file-total-fetched-for to increment disk space
17723         used by this group.
17724         (gnus-cache-possibly-remove-article):
17725         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17726         used by this group.
17727         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17728         (gnus-cache-rename-group): New function.
17729         (gnus-cache-delete-group): New function.
17730         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17731         (gnus-cache-need-update-total-fetched-for): New variable.
17732         (gnus-cache-with-refreshed-group): New macro.
17733         (gnus-cache-update-file-total-fetched-for): New function.
17734         (gnus-cache-update-overview-total-fetched-for): New function.
17735         (gnus-cache-rename-group-total-fetched-for): New function.
17736         (gnus-cache-delete-group-total-fetched-for): New function.
17737         (gnus-cache-total-fetched-for): New function.
17738
17739         * gnus-group.el: Require gnus-sum and autoload functions to
17740         resolve warnings when gnus-group.el compiled alone.
17741         (gnus-group-line-format): Documented new %F.
17742         (size of Fetched data) group line format; identifies disk space
17743         used by agent and cache.
17744         (gnus-group-line-format-alist): Defined new F format.
17745         (gnus-total-fetched-for): New function.
17746         (gnus-group-delete-group): No longer update
17747         gnus-cache-active-altered as gnus-request-delete-group now keeps
17748         the cache in sync.
17749         (gnus-group-list-active): Let the agent store a server's active
17750         list if currently plugged.
17751
17752         * gnus-int.el (gnus-request-delete-group):
17753         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17754         local disk in sync with the server.
17755         (gnus-request-rename-group):
17756         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17757         local disk in sync with the server.
17758
17759         * gnus-start.el (gnus-get-unread-articles):
17760         Cosmetic simplification to logic.
17761
17762         * gnus-util.el (gnus-rename-file): New function.
17763
17764 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17765
17766         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17767
17768 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17769
17770         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17771         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17772
17773 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17774
17775         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17776         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17777
17778 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17779
17780         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17781
17782 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17783
17784         * spam.el (spam-set-difference): Add function to replace
17785         gnus-set-difference in spam.el.
17786         (spam-summary-prepare-exit): Use spam-set-difference.
17787
17788 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17789
17790         * gnus-registry.el (gnus-registry-cache-file): Update to use
17791         gnus-dribble-directory OR gnus-home-directory OR ~.
17792         (gnus-registry-split-fancy-with-parent): Fix doc.
17793
17794 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17795
17796         * message.el (message-exchange-point-and-mark):
17797         Use message-mark-active-p.  Suggested by Jesper Harder
17798         <harder@ifa.au.dk>.
17799
17800 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * message.el (message-exchange-point-and-mark): Don't activate
17803         region if it was inactive.  Suggested by Hiroshi Fujishima
17804         <pooh@nature.tsukuba.ac.jp>.
17805
17806 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-art.el (article-display-face): Display Faces in the same
17809         order as X-Faces.
17810
17811 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17812
17813         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17814
17815 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17816
17817         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17818         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17819         (gnus-article-mime-hierarchy): Remove.
17820         (gnus-article-mime-hierarchy-next): Remove.
17821         (gnus-article-mode): Revert 2004-03-19 change.
17822         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17823         (gnus-insert-mime-button): Revert 2004-03-19 change.
17824         (gnus-mime-accumulate-hierarchy): Remove.
17825         (gnus-mime-enter-multipart): Remove.
17826         (gnus-mime-leave-multipart): Remove.
17827         (gnus-mime-display-part): Revert 2004-03-19 change.
17828         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17829
17830         * mml.el (mml-preview): Revert 2004-03-19 change.
17831
17832 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17833
17834         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17835
17836 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17837
17838         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17839         t while entering a file name using the mm-with-multibyte macro.
17840         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17841
17842         * mm-util.el (mm-with-multibyte): New macro.
17843
17844 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17847         New user option.
17848         (gnus-mime-multipart-functions): Doc and customization fix.
17849         (gnus-article-mime-hierarchy): New variable.
17850         (gnus-article-mime-hierarchy-next): New variable.
17851         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17852         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17853         gnus-article-mime-hierarchy-next to nil.
17854         (gnus-insert-mime-button): Show hierarchy numbers.
17855         (gnus-mime-accumulate-hierarchy): New function.
17856         (gnus-mime-enter-multipart): New function.
17857         (gnus-mime-leave-multipart): New function.
17858         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17859         (gnus-mime-display-alternative): Show hierarchy numbers.
17860
17861         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17862         gnus-article-mime-hierarchy-next to nil.
17863
17864 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17865
17866         * dns.el: Don't require gnus-xmas.
17867
17868 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17869
17870         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17871         inline PGP.
17872         (mml-menu): Disable mml-quote-region if mark is inactive.
17873
17874 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17877         when the group's active is not available.
17878
17879 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17880
17881         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17882         error.
17883
17884 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17885
17886         * imap.el (imap-store-password): New variable.
17887         (imap-interactive-login): Use it.
17888         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17889
17890 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17893         window-start and hscroll to summary window.
17894
17895 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17896
17897         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17898         conversion message to newsrc-dribble when an actual conversion is
17899         performed.
17900
17901 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17902
17903         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17904
17905 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * mm-decode.el (mm-complicated-handles): New function reviving
17908         former definition of mm-multiple-handles.
17909
17910         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17911         (gnus-mime-delete-part): Use it.
17912
17913 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17914
17915         * gnus-agent.el (gnus-agent-read-local):
17916         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17917         avoid the implicit assumption that they will always be equal.
17918         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17919         coding-system-for-write, as the with-temp-file macro first prints
17920         to a buffer then saves the buffer.
17921
17922 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-art.el (gnus-article-edit-part): New function.
17925         (gnus-mime-save-part-and-strip): Use it; do query instead of
17926         signaling an error; don't use mm-multiple-handles.
17927         (gnus-mime-delete-part): Ditto.
17928
17929 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17930
17931         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17932         old file versions.
17933         (gnus-group-prepare-hook): Remove function that converted list
17934         form of gnus-agent-expire-days to group properties.
17935
17936         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17937         (gnus-request-accept-article): Re-indented.
17938
17939         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17940         converters to handle old agent file formats.  Add logic for a
17941         "backup before upgrading warning".
17942         (gnus-convert-mark-converter-prompt): Developers can mark
17943         functions as needing (default), or not needing,
17944         gnus-convert-old-newsrc's "backup before upgrading warning".
17945         (gnus-convert-converter-needs-prompt): Tests whether the user
17946         should be protected from potentially irreversable changes by the
17947         function.
17948
17949         * legacy-gnus-agent.el: New.  Provides converters that are only
17950         loaded when gnus-convert-old-newsrc needs to call them.
17951
17952 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17953
17954         * mail-source.el (mail-source-touch-pop): Doc fix.
17955
17956         * message.el (message-smtpmail-send-it): Doc fix.
17957
17958 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17959
17960         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17961
17962         * nnmail.el (nnmail-split-fancy): do.
17963
17964         * gnus-kill.el (gnus-kill, gnus-execute): do.
17965
17966 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17967
17968         * gnus-sum.el (gnus-widget-reversible-match)
17969         (gnus-widget-reversible-to-internal)
17970         (gnus-widget-reversible-to-external): New functions.
17971         (gnus-widget-reversible): New widget.
17972         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17973
17974 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17975
17976         * gnus-sum.el (gnus-thread-sort-functions)
17977         (gnus-article-sort-functions): Document `(not F)' items.
17978
17979 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17980
17981         * spam.el (spam-use-gmane-xref): Add new backend.
17982         (spam-gmane-xref-spam-group): Add variable to control the name of the
17983         Gmane spam group.
17984         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17985         (spam-regex-headers-spam, spam-regex-headers-ham)
17986         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17987         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17988         backends and checks.
17989         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17990
17991         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17992         an autodetect method.
17993
17994 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17995
17996         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17997         articles are being added to a group.
17998         (gnus-request-replace-article): Inform the agent that articles
17999         need to be uncached as the cached contents are no longer valid.
18000
18001 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18002
18003         * binhex.el: Don't autoload executable-find.
18004
18005         * canlock.el: Don't autoload mail-fetch-field.
18006
18007         * dgnushack.el: Autoload c-mode for XEmacs.
18008
18009         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18010
18011         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18012         rmail-dont-reply-to and rmail-output.
18013
18014         * gnus-score.el: Don't autoload ffap-string-at-point.
18015
18016         * gnus-setup.el: Don't autoload sc-cite-original.
18017
18018         * imap.el: Don't autoload base64-decode-string,
18019         base64-encode-string and md5.
18020
18021         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18022         and rmail-msg-restore-non-pruned-header.
18023
18024         * mm-decode.el: Don't autoload executable-find.
18025
18026         * mm-url.el: Don't autoload executable-find.
18027
18028         * mm-view.el: Don't autoload diff-mode.
18029
18030         * nndb.el: Don't autoload news-reply-mode, news-setup,
18031         cancel-timer and telnet.
18032
18033         * password.el: Don't autoload run-at-time for Emacs.
18034
18035         * sha1-el.el: Don't autoload executable-find.
18036
18037         * sieve-mode.el: Don't autoload c-mode.
18038
18039         * uudecode.el: Don't autoload executable-find.
18040
18041 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18042
18043         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18044         (gnus-agent-possibly-alter-active): Avoid null in numeric
18045         comparison.
18046         (gnus-agent-set-local): Refuse to save null in local object table.
18047         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18048         list of articles that will be marked as unread.
18049
18050 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18053
18054 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18055
18056         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18057         language tags.
18058
18059 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18060
18061         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18062         Don't bind "obarray".
18063
18064         * gnus-sum.el (gnus-thread-sort-functions):
18065         Add `gnus-thread-sort-by-most-recent-number' and
18066         `gnus-thread-sort-by-most-recent-date'.
18067         Reported by Kai Grossjohann <kai@emptydomain.de>.
18068
18069 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18070
18071         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18072
18073 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18074
18075         * gnus-cus.el (gnus-agent-customize-category):
18076         Remove ignore-errors macro reference that required cl to be loaded at
18077         run-time.
18078
18079         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18080         single-interval range of the form (min . max).  Previously the
18081         range had to look like ((min . max)).  Likewise, return
18082         (min . max) rather than ((min . max)).
18083         (gnus-range-map): Use gnus-range-normalize to accept
18084         single-interval range.
18085
18086         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18087         the cache, but not the agent, now appear with their usual face.
18088
18089         * dgnushack.el (loaddir): New variable that is bound to the
18090         directory containing the dgnushack.el file. Use loaddir, rather
18091         than srcdir, to update load-path. Change lets dgnushack compile
18092         code in directories other than GNUS/lisp.
18093
18094 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * lpath.el: Don't bind w3m-safe-url-regexp.
18097
18098         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18099         w3m-safe-url-regexp variable buffer-local.
18100
18101         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18102
18103 2004-02-27  Simon Josefsson  <jas@extundo.com>
18104
18105         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18106         gnus-group-real-prefix.
18107         (gnus-summary-move-article): Use it, instead of
18108         gnus-group-real-prefix.
18109
18110 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * lpath.el: Bind w3m-safe-url-regexp.
18113
18114         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18115         w3m-safe-url-regexp variable buffer-local and set it as the value
18116         of mm-w3m-safe-url-regexp.
18117
18118         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18119
18120         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18121         parsing gnus-posting-styles when the message is not for replying.
18122
18123         * dgnushack.el: Autoload sgml-mode for XEmacs.
18124
18125         * nnrss.el (nnrss-opml-export):
18126         Use mm-set-buffer-file-coding-system instead of
18127         set-buffer-file-coding-system.
18128
18129 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18130
18131         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18132         of checkdoc.el).
18133         * nnrss.el: do.
18134         * gnus-mlspl.el: do.
18135         * gnus-ml.el: do.
18136         * gnus-srvr.el: do.
18137
18138         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18139
18140 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18141
18142         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18143         Corrections to custom-manual links.
18144
18145         * gnus-art.el (gnus-article): Ditto.
18146
18147         * mm-decode.el (mime-display, mime-security): Ditto.
18148
18149 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18150
18151         * flow-fill.el: Typo.
18152
18153 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18154
18155         * spam-wash.el: New file.
18156
18157 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18158
18159         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18160
18161 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18162
18163         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18164         to be run with new-articles as LIST1, not LIST2.
18165         (spam-registration-functions): Add spam-use-ham-copy as a nil
18166         registration backend.
18167
18168 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18169
18170         * spam-stat.el (spam-stat-washing-hook): New option.
18171         (spam-stat-buffer-words): Use it.
18172         (spam-stat-process-directory, spam-stat-test-directory):
18173         Use insert-file-contents-literally.
18174         (spam-stat-coding-system): New variable.
18175         (spam-stat-load, spam-stat-save): Use it.
18176
18177 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18178
18179         * spam-report.el (spam-report-plug-agent):
18180         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18181
18182 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18183
18184         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18185         Allow / in mailto URLs.
18186
18187 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * spam-report.el (spam-report-process-queue): Fix interactive use.
18190         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18191         (spam-report-unplug-agent): Doc fixes.
18192         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18193         (spam-report-agentize, spam-report-deagentize): Autoload.
18194
18195 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18196
18197         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18198
18199         * message.el (message-setup-fill-variables): Add mml tags to
18200         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18201         <ajk@iu.edu>.
18202         (message-mode): Don't modify paragraph-separate there.
18203
18204 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18205
18206         * compface.el (uncompface-use-external): Default to undecided.
18207         (uncompface-use-external-threshold): New variable.
18208         (uncompface-float-time): New macro.
18209         (uncompface): Determine whether to use the external decoder if
18210         uncompface-use-external is undecided.
18211
18212 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18213
18214         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18215         after images.
18216
18217         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18218
18219 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18220
18221         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18222
18223         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18224
18225         * gnus-sum.el (gnus-summary-limit-to-age)
18226         (gnus-summary-limit-children): do.
18227
18228         * gnus-int.el (gnus-request-scan): do.
18229
18230         * gnus-group.el (gnus-group-suspend): do.
18231
18232         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18233
18234         * gnus-cite.el (gnus-cite-parse-attributions): do.
18235
18236         * gnus-agent.el (gnus-summary-set-agent-mark)
18237         (gnus-agent-regenerate-group): do.
18238
18239         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18240
18241         * binhex.el (binhex-decode-region-internal): do.
18242
18243 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18244
18245         * gnus-fun.el (gnus-face-properties-alist): New user option.
18246         (gnus-display-x-face-in-from): Use it.
18247
18248         * gnus-art.el (article-display-face): Ditto.
18249
18250         * compface.el (uncompface-use-external): Default to nil.
18251
18252 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18253
18254         * nntp.el (nntp-erase-buffer): New function.
18255         (nntp-retrieve-data, nntp-send-command)
18256         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18257         (nntp-possibly-change-group): Use it.
18258
18259         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18260         Use with-current-buffer.
18261
18262 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18263
18264         * compface.el: Merge the ELisp-based uncompface program.
18265         (compface): New customization group.
18266         (uncompface-use-external): New user option.
18267         (uncompface): Call uncompface-internal if uncompface-use-external
18268         is nil.
18269         (uncompface-internal): New function.  Note that there are also
18270         some other functions and variables added for this function.
18271
18272 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18273
18274         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18275         if necessary.
18276
18277 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18278
18279         * spam-report.el (spam-report-unplug-agent)
18280         (spam-report-plug-agent, spam-report-deagentize)
18281         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18282         Add support for the Agent in spam-report: when unplugged, report to a
18283         file; when plugged, submit all the requests.
18284
18285         * spam.el (spam-register-routine): Fix message about
18286         registration.
18287
18288 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18289
18290         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18291         dependencies.
18292         (rfc2047-encode): Use it.
18293
18294         * gnus-art.el (gnus-button-marker-list): Move before first
18295         reference.
18296
18297         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18298         (imap-parse-body): Fix format string mismatch.
18299
18300         * gnus-score.el (gnus-summary-increase-score): do.
18301
18302         * nnrss.el (nnrss-close): New function.
18303
18304 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18305
18306         * nnrss.el (nnrss-make-filename): New function.
18307         (nnrss-request-delete-group, nnrss-read-server-data)
18308         (nnrss-save-server-data, nnrss-read-group-data)
18309         (nnrss-save-group-data): Use it.
18310         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18311         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18312         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18313
18314 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18315
18316         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18317
18318 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18319
18320         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18321         files.
18322
18323         * message.el (message-generate-headers-first): Don't quote nil
18324         and t in docstrings.
18325
18326         * imap.el (imap-id): do.
18327
18328         * gnus-agent.el (gnus-agent-consider-all-articles)
18329         (gnus-agent-queue-mail): do.
18330
18331 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18332
18333         * spam-report.el (spam-report-process-queue): New function.
18334         Process requests from `spam-report-requests-file'.
18335         (spam-report-process-queue): Doc fix.
18336
18337 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18338
18339         * spam.el (spam-register-routine)
18340         (spam-log-processing-to-registry, spam-log-registered-p)
18341         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18342         Change "check" to "spam-check" for semi-clarity.
18343
18344 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18345
18346         * pop3.el: Require nnheader.
18347
18348         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18349
18350         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18351
18352         * gnus-picon.el: Require cl.
18353
18354         * gnus-fun.el: Require gnus-ems and gnus-util.
18355
18356         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18357
18358         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18359
18360         * gnus-art.el (gnus-article-edit-mode): Define before first
18361         reference.
18362
18363 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18364
18365         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18366         (gnus-uu-post-encoded): Use point-at-bol.
18367
18368         * gnus-topic.el (gnus-group-active-topic-p): do.
18369
18370         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18371
18372         * gnus-group.el (gnus-group-kill-region): do.
18373
18374         * gnus-art.el (article-date-ut): do.
18375
18376         * message.el (message-fetch-field): Remove redundant
18377         case-fold-search binding.
18378         (message-narrow-to-field): Simplify.
18379
18380 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18381
18382         * spam.el (spam-directory): Derive from `gnus-directory'.
18383
18384         * spam-report.el (spam-report-url-to-file)
18385         (spam-report-requests-file): New function and variable for offline
18386         reporting.
18387         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18388         and user defined function.
18389         (spam-report-url-ping-mm-url): Remove doubled slash.
18390
18391 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18392
18393         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18394
18395 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18398         Fix format string mismatch.
18399
18400         * sieve.el (sieve-deactivate-all): do.
18401
18402         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18403
18404         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18405
18406         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18407
18408         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18409
18410 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18411
18412         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18413         the list of checks.
18414
18415 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18416
18417         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18418         padding.
18419
18420 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18421
18422         * mm-view.el (mm-fill-flowed): New variable.
18423         (mm-inline-text): Use it.
18424
18425 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18426
18427         * spam.el (spam-spamassassin-register-ham-routine)
18428         (spam-spamassassin-register-spam-routine): Fix function names.
18429
18430 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18431
18432         * gnus.el (gnus-tmp-grouplens): Remove.
18433         (gnus-summary-line-format): Remove grouplens.
18434
18435         * gnus-group.el (gnus-group-line-format): Ditto.
18436
18437         * gnus-spec.el (gnus-format-specs): Ditto.
18438         (gnus-update-format-specifications): Flush the group format spec
18439         cache if there's the grouplens stuff.
18440         (gnus-parse-simple-format): Replace %l with the empty string.
18441
18442 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18443
18444         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18445         omission.
18446
18447 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18448
18449         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18450         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18451
18452 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18453
18454         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18455         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18456         New macros and functions.
18457         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18458         Handle > NLINK_MAX messages.
18459         * nnmaildir.el (nnmaildir-request-set-mark):
18460         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18461
18462 2004-01-25  Alex Schroeder  <alex@gnu.org>
18463
18464         * spam-stat.el (spam-stat-process-directory-age): New option.
18465         (spam-stat-process-directory): Use it.
18466
18467 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18468
18469         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18470         (spam-stat-save): Accept prefix argument.
18471
18472 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18473
18474         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18475         links" error.
18476
18477 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18478
18479         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18480         the rest of the and/or forms.
18481
18482 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18483
18484         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18485         compatibility with old .newsrc.eld files.
18486
18487         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18488
18489         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18490
18491         * gnus-start.el (gnus-1): do.
18492
18493         * gnus-group.el (gnus-group-line-format-alist): do.
18494
18495         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18496
18497         * gnus-gl.el: Remove.
18498
18499 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18500
18501         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18502         marks consisting of a single range {for example, (3 . 5)} rather
18503         than a list of a single range { ((3 . 5)) }.
18504
18505 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18506
18507         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18508         Use with-current-buffer.
18509         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18510         avoid consing a string.
18511
18512         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18513         Remove obsolete entries for big5 and gb2312.
18514
18515 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18516
18517         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18518         uncompressed list.
18519
18520 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * spam-stat.el (spam-stat-strip-xref): New function.
18523         (spam-stat-process-directory): Use it.
18524
18525         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18526         here -- it's done in message-fetch-field.
18527
18528 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18529
18530         * gnus-agent.el (gnus-agent-queue-mail)
18531         (gnus-agent-prompt-send-queue): New variables.
18532         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18533         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18534         "nndraft:queue" along to gnus-draft-send.
18535         Use gnus-agent-prompt-send-queue.
18536         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18537         is "nndraft:queue".  Suggested by Gaute Strokkenes
18538         <gs234@srcf.ucam.org>
18539
18540         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18541         (agent-enable-undownloaded-faces): Add.
18542         (gnus-agent-cat-groups): Use eval-and-compile, not
18543         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18544         method of gnus-agent-cat-groups even when the buffer has been
18545         evaled.
18546         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18547         delete gnus-agent-save-active-1.
18548         (gnus-agent-save-groups): Delete.  Identical to
18549         gnus-agent-save-active.
18550         (gnus-agent-write-active): No longer adjust agent's copy of active
18551         file as agent's adjustments are now stored in their own
18552         file.  Remove optional parameter.
18553         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18554         servers.  Add use of min/max range limits from server's local
18555         file.
18556         (gnus-agent-save-alist): Remove unused optional argument.
18557         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18558         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18559         (gnus-agent-set-local): A per-server file that keeps min/max range
18560         limits for articles known to the agent.  Provides a fast mechanism
18561         for altering many active ranges.
18562         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18563         active file (local makes it unnecessary).
18564         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18565
18566         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18567         (agent-enable-undownloaded-faces): Add.
18568
18569         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18570         disable it when sending to "nndraft:queue".
18571         (gnus-group-send-queue): Add safety check to avoid sending queue
18572         when unplugged.
18573
18574         * gnus-group.el (gnus-group-catchup): Use new
18575         gnus-sequence-of-unread-articles, not
18576         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18577         numbers of articles.  Use gnus-range-map to avoid having to
18578         uncompress the unread list.
18579         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18580         Fix invalid ange-ftp reference.
18581
18582         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18583         (gnus-sorted-range-intersection): Intersection of two ranges
18584         without requiring that they first be uncompressed.
18585
18586         * gnus-start.el (gnus-activate-group): Unless blocked by the
18587         caller, possibly expand the active range to include both cached
18588         and agentized articles.
18589         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18590         multiple version-dependent converters.
18591         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18592         gnus-agent-save-active.
18593         (gnus-save-newsrc-file): Save dirty agent range limits.
18594
18595         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18596         gnus-agent-possibly-alter-active.
18597         (gnus-adjust-marked-articles): Faster handling of simple lists.
18598
18599 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18600
18601         * spam-stat.el (spam-stat-test-directory): New optional argument
18602         displays a list of files detected.  Suggested by Andrew Cohen
18603         <cohen@andy.bu.edu>.
18604         (spam-stat-buffer-words-with-scores): Don't narrow and change
18605         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18606
18607 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18608
18609         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18610         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18611         (spam-spamassassin-arguments)
18612         (spam-spamassassin-spam-flag-header)
18613         (spam-spamassassin-positive-spam-flag-header)
18614         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18615         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18616         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18617         (spam-list-of-processors, spam-list-of-checks)
18618         (spam-list-of-statistical-checks, spam-registration-functions)
18619         (spam-check-spamassassin-headers, spam-check-spamassassin)
18620         (spam-spamassassin-score)
18621         (spam-spamassassin-register-with-sa-learn)
18622         (spam-spamassassin-register-spam-routine)
18623         (spam-spamassassin-register-ham-routine)
18624         (spam-assassin-register-spam-routine)
18625         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18626         (spam-bogofilter-score): Fix to show article before scoring.
18627
18628 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18629
18630         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18631         default scoring function.
18632         (spam-generic-score): Call spam-spamassassin-score if
18633         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18634         spam-bogofilter-score otherwise.
18635
18636         * gnus.el (spam-process, spam-autodetect-methods):
18637         Add spamassassin and spamassassin-headers.
18638
18639 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18640
18641         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18642         Suppress unnecessary messages.
18643
18644 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18645
18646         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18647         make-hash-table.
18648
18649 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18650
18651         * canlock.el (base64-encode-string): Don't autoload it.
18652
18653 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18654
18655         * run-at-time.el: Remove useless (require 'itimer),
18656         eval-and-compile and (featurep 'xemacs).
18657
18658 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18659
18660         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18661         GROUP is a virtual group.
18662
18663 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18664
18665         * gnus.el: Autoload `message-y-or-n-p'.
18666
18667 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18668
18669         * pgg-parse.el: Remove unnecessary (require 'custom).
18670
18671         * pgg-def.el: do.
18672
18673         * nnmail.el: do.
18674
18675         * gnus-undo.el: do.
18676
18677         * gnus-picon.el: do.
18678
18679         * gnus-util.el: do.
18680
18681 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18682
18683         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18684
18685 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18686
18687         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18688         handle, as well as a list.
18689
18690         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18691         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18692         (mm-w3m-cid-retrieve): Simplify.
18693
18694 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18695
18696         * message.el (message-kill-to-signature): Allow prefix arg to
18697         specify number of lines to keep before signature.
18698
18699 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18700
18701         * message.el (message-kill-to-signature): Change docstring.
18702
18703 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18704
18705         * canlock.el: Always require sha1-el.
18706         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18707
18708         * message.el: Autoload sha1 only when compiling.
18709
18710         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18711         eudc-expand-inline for XEmacs.
18712
18713 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * message.el (message-canlock-generate): Require sha1-el.
18716
18717 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18718
18719         * message.el (message-expand-name): Silence the byte compiler.
18720
18721         * lpath.el: Add detect-coding-system.
18722
18723         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18724         cus-edit.
18725
18726 2004-01-13  Simon Josefsson  <jas@extundo.com>
18727
18728         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18729         Invoke gnus-score-mode.
18730         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18731
18732         * gnus-range.el (gnus-compress-sequence): Doc fix.
18733         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18734
18735 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18736
18737         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18738
18739 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18740
18741         * spam.el (spam-get-article-as-string): Update to use
18742         gnus-request-article-this-buffer, much simpler.
18743         (spam-get-article-as-buffer): Remove.
18744
18745 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18746
18747         * message.el (message-expand-name): Use EUDC if the user uses that.
18748
18749 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18750
18751         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18752         character for the encoding to avoid consing a string.
18753
18754         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18755         unnecessarily.
18756
18757         * mm-util.el (mm-replace-chars-in-string): Remove.
18758
18759         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18760         of mm-replace-chars-in-string.
18761
18762 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18763
18764         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18765
18766         * mm-util.el (mm-subst-char-in-string): Support inplace.
18767
18768         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18769         a new string in every iteration.  Use shy groups.
18770
18771 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18772
18773         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18774         * gnus-soup.el (gnus-soup-group-brew):
18775         * gnus-msg.el (gnus-put-message):
18776         * gnus-move.el (gnus-group-move-group-to-server):
18777         * gnus-kill.el (gnus-batch-score):
18778         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18779         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18780         (gnus-group-update-group, gnus-group-read-group)
18781         (gnus-group-make-group, gnus-group-make-help-group)
18782         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18783         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18784         (gnus-group-sort-by-unread, gnus-group-catchup)
18785         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18786         (gnus-group-yank-group, gnus-group-set-info)
18787         (gnus-group-list-groups):
18788         * gnus.el (gnus-generate-new-group-name):
18789         * gnus-delay.el (gnus-delay-send-queue):
18790         * nnvirtual.el (nnvirtual-catchup-group):
18791         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18792         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18793         (gnus-group-prepare-topics, gnus-topic-check-topology):
18794         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18795         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18796         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18797         (gnus-group-make-articles-read):
18798         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18799         (gnus-group-change-level, gnus-kill-newsgroup)
18800         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18801         (gnus-get-unread-articles, gnus-make-articles-unread)
18802         (gnus-make-ascending-articles-unread): Use accessor
18803         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18804         to get group information for improved readability.
18805
18806
18807 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18808
18809         * gnus-art.el (article-decode-mime-words, article-babel)
18810         (gnus-article-highlight-signature, gnus-article-add-buttons)
18811         (gnus-signature-toggle): Use gnus-with-article-buffer.
18812
18813         * gnus-art.el (gnus-article-highlight-headers)
18814         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18815
18816         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18817         (gnus-article-set-globals, gnus-request-article-this-buffer)
18818         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18819         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18820         (gnus-mime-display-alternative): Use with-current-buffer.
18821
18822 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18823
18824         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18825         also under 80 char limit, and call gnus-error if needed.
18826         (spam-fetch-article-header): Fix - it was a
18827         buffer-local variable (gnus-newsgroup-data).
18828         (spam-find-spam): Use spam-generate-fake-headers, forget about
18829         spam-insert-fake-headers.
18830         (spam-insert-fake-headers): Remove.
18831
18832 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18833
18834         * deuglify.el (gnus-article-outlook-unwrap-lines)
18835         (gnus-outlook-rearrange-article)
18836         (gnus-outlook-repair-attribution-outlook)
18837         (gnus-outlook-repair-attribution-block)
18838         (gnus-outlook-repair-attribution-other): Remove redundant
18839         save-excursion.
18840
18841 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18842
18843         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18844         (spam-fetch-field-subject-fast)
18845         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18846         (spam-fetch-article-header): Add functions to deal with Gnus
18847         internals for fast retrieval of article header data.
18848         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18849
18850 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18851
18852         * pop3.el (pop3-md5): Remove.
18853         (pop3-apop): Replace pop3-md5 with md5.
18854
18855         * mm-bodies.el: base64 is always built-in.
18856
18857         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18858         Use with-current-buffer.
18859
18860 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18861
18862         * canlock.el (canlock-insert-header): Remove excessive grouping in
18863         regexp.
18864
18865         * gnus-sum.el (gnus-summary-read-document): Ditto.
18866
18867         * gnus-uu.el (gnus-uu-part-number): Ditto.
18868
18869         * html2text.el (html2text-remove-tags): Ditto.
18870         (html2text-format-tags): Ditto.
18871         (html2text-format-single-elements): Ditto.
18872
18873         * mml.el (mml-parse-1): Ditto.
18874
18875 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18876
18877         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18878
18879         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18880
18881         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18882
18883         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18884
18885 2003-11-15  Simon Josefsson  <jas@extundo.com>
18886
18887         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18888         (pgg-gpg-lookup-key): Use regexp match instead of
18889         split-string (split-string is different between emacs 21.2 and
18890         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18891
18892 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18893
18894         * gnus-art.el (gnus-mime-view-all-parts)
18895         (gnus-article-part-wrapper, gnus-article-view-part):
18896         Use with-current-buffer.
18897
18898 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18899
18900         * spam.el (spam-disable-spam-split-during-ham-respool)
18901         (spam-spamoracle-database, spam-cache-lookups)
18902         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18903         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18904         (spam-group-ham-marks, spam-group-spam-marks)
18905         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18906         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18907         also add spam-use-blackholes to the statistical checks.
18908         (spam-fetch-field-fast): Add interface to fetching fields, may
18909         become a macro.
18910         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18911         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18912         (spam-insert-fake-headers): Fake an article when needed.
18913         (spam-find-spam): Fake article when possible.
18914         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18915         (spam-check-bogofilter-headers): Use message-fetch-field instead
18916         of nnmail-fetch-field.
18917
18918 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18919
18920         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18921
18922 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18923
18924         * spam.el (spam-split): Do not require spam-use-CHECK to be
18925         enabled if that check is passed to spam-split explicitly; also
18926         fix so 'spam doesn't get converted to spam-split-group when
18927         spam-split-symbolic-return is t.
18928         (spam-find-spam): Find registrations of the article and use those
18929         instead of re-running spam-split to find the spam/ham
18930         classification of the article.
18931         (spam-log-processing-to-registry, spam-log-registered-p)
18932         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18933         Use gnus-error instead of gnus-message.
18934         (spam-log-registration-type): Add function to determine the
18935         classification of a message based on registry entries; will
18936         return nil if both 'spam and 'ham are found.
18937         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18938         a reasonably fast local cache without the loading errors.
18939         (spam-cache-lookups): Set to t by default.
18940         (spam-find-spam): Don't try to guess spam-cache-lookups.
18941         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18942         spam-caches entry.
18943         (spam-filelist-build-cache, spam-filelist-check-cache):
18944         Fix caching of whitelist/blacklist entries.
18945         (spam-check-whitelist, spam-check-blacklist):
18946         Invoke spam-from-listed-p with a type, not a cache variable.
18947         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18948
18949 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18950
18951         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18952
18953         * nnmail.el (nnmail-split-fancy): do.
18954
18955         * mml.el (mml-parse): do.
18956
18957         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18958         (gnus-score-adaptive): do.
18959
18960 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18961
18962         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18963         (gnus-mime-button-map): Don't set keymap parent.
18964         (gnus-button-ctan-directory-regexp): Use shy grouping.
18965         (gnus-prev-page-map): Don't set keymap parent.
18966         (gnus-prev-page-map): Remove duplicated one.
18967         (gnus-next-page-map): Don't set keymap parent.
18968         (gnus-mime-security-button-map): Ditto.
18969
18970         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18971         version number.
18972
18973         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18974
18975 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * canlock.el (canlock-sha1-function): Remove.
18978         (canlock-sha1-function-for-verify): Remove.
18979         (canlock-openssl-program): Remove.
18980         (canlock-openssl-args): Remove.
18981         (canlock-ignore-errors): Remove.
18982         (canlock-sha1-with-openssl): Remove.
18983         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18984         (canlock-verify): Don't use canlock-ignore-errors.
18985
18986         * sha1-el.el (sha1-string-external): Make it can return a string
18987         in binary form.
18988         (sha1-region-external): Ditto.
18989         (sha1-string-internal): Ditto.
18990         (sha1-region-internal): Ditto.
18991         (sha1-region): Ditto.
18992         (sha1-string): Ditto.
18993         (sha1): Ditto.
18994
18995 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18996
18997         * spam.el (spam-report-articles-gmane): New command.
18998
18999 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19000
19001         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19002
19003         * run-at-time.el (run-at-time-saved): Remove.
19004         (run-at-time): Doc fix.
19005
19006 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19007
19008         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19009         (gnus-summary-limit-map): Add it.
19010         (gnus-summary-make-menu-bar): do.
19011
19012 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19013
19014         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19015         Make attempt at some caching support (done for BBDB only now).
19016         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19017         addresses to be checked.
19018         (spam-clear-cache-BBDB): Add function, to be invoked by
19019         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19020         (spam-check-BBDB): Check and use the caches, if
19021         spam-cache-lookups is on, remove superfluous (provide).
19022
19023 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19024
19025         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19026
19027 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19028
19029         * run-at-time.el (run-at-time-saved): Move to after the definition
19030         of `run-at-time'.
19031
19032         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19033
19034 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19035
19036         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19037         mm-w3m-local-map-property.
19038
19039         * mm-view.el (mm-w3m-mode-map): Remove.
19040         (mm-w3m-local-map-property): Remove.
19041         (mm-inline-text-html-render-with-w3m): Don't use
19042         mm-w3m-local-map-property.
19043
19044 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19045
19046         * run-at-time.el: New file.
19047
19048         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19049         under Emacs.
19050
19051         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19052         of gnus-set-text-properties.
19053
19054         * gnus-uu.el (gnus-uu-save-article): Ditto.
19055
19056         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19057
19058         * gnus-cite.el (gnus-cite-parse): Ditto.
19059
19060         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19061         of gnus-.
19062
19063         * gnus-xmas.el (run-at-time): Require run-at-time.
19064
19065         * gnus.el: Change calls to nnheader-run-at-time and
19066         password-run-at-time throughout to use run-at-time directly.
19067
19068         * password.el: Remove definition of run-at-time.
19069
19070         * nnheaderxm.el: Remove definition of run-at-time.
19071
19072 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19073
19074         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19075         in prompt.
19076
19077 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19078
19079         * messagexmas.el (message-xmas-redefine): Alias
19080         `message-make-caesar-translation-table' to
19081         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19082         version.
19083
19084         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19085         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19086         `gnus-xmas-set-text-properties'.
19087         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19088         `gnus-xmas-completing-read'.
19089         (gnus-xmas-completing-read): Removed.
19090         (gnus-xmas-open-network-stream): Removed.
19091
19092         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19093         XEmacs version.
19094
19095         * dns.el (dns-make-network-process): Use `open-network-stream'
19096         instead of `gnus-xmas-open-network-stream'.
19097
19098         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19099
19100         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19101
19102 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19103
19104         * gnus-art.el (gnus-mime-display-alternative)
19105         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19106         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19107         Don't use gnus-local-map-property.
19108
19109         * gnus-util.el (gnus-local-map-property): Remove.
19110
19111         * mm-view.el (mm-view-pkcs7-decrypt):
19112         Replace gnus-completing-read-maybe-default with completing-read.
19113
19114         * gnus-util.el (gnus-completing-read): do.
19115         (gnus-completing-read-maybe-default): Remove.
19116
19117 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19118
19119         * password.el: Only autoload `run-at-time' if not XEmacs.
19120         Only autoload the itimer functions if XEmacs.
19121
19122 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19123
19124         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19125         XEmacsen.
19126
19127         * dgnushack.el: Autoload executable-find for XEmacs.
19128
19129 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19130
19131         * gnus-art.el (gnus-read-string): Remove.
19132         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19133         read-string.
19134
19135 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19136
19137         * netrc.el: Autoload password-read.
19138         (netrc): Add configuration group.
19139         (netrc-encoding-method, netrc-openssl-path):
19140         Add variables for encoding and decoding of files with symmetric
19141         ciphers.
19142         (netrc-encode): Add assistant function to encode a file with
19143         netrc-encoding-method.
19144         (netrc-parse): Add interactive parameter, added optional
19145         decoding if netrc-encoding-method is non-nil but otherwise
19146         behavior is standard.
19147         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19148         Do s/encode/encrypt/ everywhere.
19149
19150         * spam.el: Remove executable-find autoload.
19151
19152 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19153
19154         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19155
19156         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19157
19158 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19159
19160         * gnus-art.el (gnus-treat-ansi-sequences)
19161         (article-treat-ansi-sequences): New variable and function.
19162         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19163
19164         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19165         Use it.
19166
19167 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19168
19169         * mm-util.el (mm-quote-arg): Remove.
19170
19171         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19172         shell-quote-argument.
19173
19174         * gnus-uu.el (gnus-uu-command): do.
19175
19176         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19177
19178         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19179         with make-char.
19180
19181         * mm-util.el (mm-make-char): Remove.
19182
19183         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19184         add-minor-mode.
19185
19186         * gnus-undo.el (gnus-undo-mode): do.
19187
19188         * gnus-topic.el (gnus-topic-mode): do.
19189
19190         * gnus-sum.el (gnus-dead-summary-mode): do.
19191
19192         * gnus-start.el (gnus-slave-mode): do.
19193
19194         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19195
19196         * gnus-ml.el (gnus-mailing-list-mode): do.
19197
19198         * gnus-gl.el (gnus-grouplens-mode): do.
19199
19200         * gnus-draft.el (gnus-draft-mode): do.
19201
19202         * gnus-dired.el (gnus-dired-mode): do.
19203
19204         * gnus-ems.el (gnus-add-minor-mode): Remove.
19205
19206         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19207         Replace gnus-char-width with char-width.
19208
19209         * gnus-ems.el (gnus-char-width): Remove.
19210
19211         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19212         Replace gnus-char-width with char-width.
19213
19214         * gnus-ems.el (gnus-char-width): Remove.
19215
19216         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19217         definition.
19218         Remove Emacs 20 hash table compatibility code.
19219
19220         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19221         20 compatibility code.
19222
19223         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19224
19225         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19226
19227         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19228         Replace with point-at-{eol,bol}.
19229
19230         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19231
19232         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19233
19234         * flow-fill.el (fill-flowed-point-at-bol)
19235         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19236
19237         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19238         Replace with point-at-{eol,bol} throughout all files.
19239
19240 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19241
19242         * ntlm.el (ntlm-string-as-unibyte): New macro.
19243         (ntlm-build-auth-response): Use it.
19244
19245         Remove Emacs 20 stuff:
19246         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19247         (butlast, mapc, remove): Remove the compiler macros.
19248         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19249         of delq and copy-sequence.
19250         * gnus-art.el (popup-menu): Remove the compiler macro.
19251         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19252         Emacs 20.
19253
19254 2004-01-05  Simon Josefsson  <jas@extundo.com>
19255
19256         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19257         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19258         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19259         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19260         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19261         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19262         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19263         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19264         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19265         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19266         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19267         string-xor into ntlm-string-xor.
19268         Suggested by Jesper Harder <harder@myrealbox.com>.
19269
19270         * ntlm.el: Don't include poem.
19271
19272         * md4.el (print-int32, print-string-hexa): Remove.
19273         Suggested by Jesper Harder <harder@myrealbox.com>.
19274
19275         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19276
19277         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19278         probably breaks emacs with DL patch, but do we care? Is anyone
19279         still using the DL stuff?)
19280
19281         * sieve-manage.el: Use the password package.
19282         (sieve-manage-read-passwd): Remove.
19283         (sieve-manage-interactive-login): Use password.  Re-add
19284         condition-case around loop.
19285
19286         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19287         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19288         Use the password package.
19289
19290 2003-02-19  Simon Josefsson  <jas@extundo.com>
19291
19292         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19293         token.
19294
19295 2002-08-07  Simon Josefsson  <jas@extundo.com>
19296
19297         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19298         (sieve-manage-authenticators):
19299         (sieve-manage-authenticator-alist): Add some SASL mechs.
19300         (sieve-sasl-auth): New function.
19301         (sieve-manage-cram-md5-auth):
19302         (sieve-manage-plain-auth): Rewrite using SASL library.
19303         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19304         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19305         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19306         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19307
19308 2004-01-05  Simon Josefsson  <jas@extundo.com>
19309
19310         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19311         New files.
19312
19313 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19314
19315         * gnus-group.el (gnus-no-groups-message): Update.
19316
19317         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19318
19319 2003-11-09  Simon Josefsson  <jas@extundo.com>
19320
19321         * imap.el: Support for ID IMAP extension (RFC 2971).
19322         (imap-local-variables): Add imap-id.
19323         (imap-id): New variable.
19324         (imap-id): New function.
19325         (imap-parse-response): Parse untagged ID response.
19326         * nnimap.el (nnimap-id): New variable.
19327         (nnimap-open-connection): Use it.
19328
19329 2003-12-28  Simon Josefsson  <jas@extundo.com>
19330
19331         * gnus-score.el (gnus-score-edit-all-score): New.
19332         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19333
19334 2004-01-04  Simon Josefsson  <jas@extundo.com>
19335
19336         * password.el: Add.
19337
19338 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19339
19340         * dns.el (dns-query-types): Fix typo.
19341         (dns-query-types): New function.
19342         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19343         PTR and SOA replies, see RFC 1035.
19344
19345 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19346
19347         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19348
19349         * Move to Changelog.2.
19350
19351 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19352
19353         * gnus.el (gnus-version-number): Bump version.
19354
19355 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19356
19357         * gnus.el: No Gnus v0.1 is released.
19358
19359 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19360
19361         * gnus.el: No Gnus v0.0 is released.
19362
19363 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19364
19365         * gnus.el (gnus-version-number): Bump.
19366         (gnus-version): No.
19367
19368 See ChangeLog.2 for earlier changes.
19369
19370     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19371       Free Software Foundation, Inc.
19372
19373   This file is part of GNU Emacs.
19374
19375   GNU Emacs is free software: you can redistribute it and/or modify
19376   it under the terms of the GNU General Public License as published by
19377   the Free Software Foundation, either version 3 of the License, or
19378   (at your option) any later version.
19379
19380   GNU Emacs is distributed in the hope that it will be useful,
19381   but WITHOUT ANY WARRANTY; without even the implied warranty of
19382   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19383   GNU General Public License for more details.
19384
19385   You should have received a copy of the GNU General Public License
19386   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19387
19388 ;; Local Variables:
19389 ;; coding: utf-8
19390 ;; fill-column: 79
19391 ;; add-log-time-zone-rule: t
19392 ;; End: