* nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
[gnus] / lisp / ChangeLog
1 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4         introduces regressions in article selection.
5
6 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * message.el (message-called-interactively-p): A temporary macro.
9         (message-goto-body): Use it temporarily.
10
11 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12
13         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
14         (nnimap-last-response-string): Unfold quoted lines, if they exist.
15         (nnimap-last-response-string): Fix last unfolding fix.
16
17 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18
19         * shr.el (shr-insert): Fix the way to fold lines.
20
21 2010-11-25  Julien Danjou  <julien@danjou.info>
22
23         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
24
25         * color.el: Rename from color-lab.el
26         (color-rgb->hex): Add.
27         (color-complement): Add.
28         (color-complement-hex): Add.
29
30         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
31
32 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
33
34         * shr-color.el (shr-color-visible): Don't bug out if the colour names
35         don't exist.
36
37 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
38
39         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
40         assuming that article displaying or another mml-preview may be
41         interrupted for an error or for the like.
42
43         * shr.el (shr-get-background): Fix argument name.
44
45 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
46
47         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
48
49         * gnus-sum.el (gnus-summary-include-articles): New function.
50
51         * message.el (message-goto-body): called-interactively-p needs a
52         parameter, so use `any'.
53
54         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
55         clear marks before moving, since they're synced from the Gnus side
56         first.
57
58         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
59         (gnus-summary-move-article): Copy over all marks before moving, so that
60         IMAP doesn't think a new article has arrived.
61
62 2010-11-24  Julien Danjou  <julien@danjou.info>
63
64         * shr.el (shr-insert-background-overlay): Fix typo.
65         (shr-render-td): Copy the background before rendering.
66
67         * shr-color.el (shr-color-visible): Fix docstring.
68
69         * shr.el (shr-tag-table): Add bgcolor support.
70         (shr-render-td): Add bgcolor support.
71         (shr-get-background): Add.
72         (shr-insert-foreground-overlay): Use shr-get-background.
73
74         * message.el (message-goto-body): Use called-interactively-p.
75         (message-in-body-p): message-goto-body returns point.
76
77 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
80         Fixes something or other in Emacs 23, and is backwards compatible.
81
82         * message.el (message-goto-body): Remove the <#secure special-casing,
83         which is too special.
84
85         * shr.el (shr-parse-style): Drop !important from styles.
86
87 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
88
89         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
90         this function to return incorrect results when calling it with an
91         explicit article argument different from
92         (gnus-summary-article-number).
93
94 2010-11-24  Julien Danjou  <julien@danjou.info>
95
96         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
97         (shr-tag-body): Add background support.
98         (shr-descend): Add background support.
99         (shr-tag-title): Add.
100
101         * shr-color.el (shr-color-visible): Really return original background
102         if fixed.
103
104 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
105
106         * shr.el (shr-color-check): Protect against non-existant colour names.
107
108 2010-11-24  Julien Danjou  <julien@danjou.info>
109
110         * color-lab.el: Require 'cl when compiling.
111
112         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
113
114         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
115         matched part.
116
117         * color-lab.el: Fix all expt calls to use float type.
118
119 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
120
121         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
122         expression to shr-color-check as is.
123
124         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
125
126         * color-lab.el: Add coding cookie.
127         (float-pi): Use eval-and-compile.
128
129         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
130         compiled for Emacsen having no `libxml-parse-html-region' support.
131
132 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * shr.el (shr-insert-color-overlay): Split stuff like
135         "#444444 !important" to find the real colour.
136         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
137         parse <font color="red"> entries.
138
139 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
140
141         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
142         point when parsing headers.
143
144         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
145         is positioned properly when parsing headers.
146
147 2010-11-23  Julien Danjou  <julien@danjou.info>
148
149         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
150
151         * shr-color.el (shr-color->hexadecimal): Add support for color names.
152
153         * shr.el (shr-parse-style): Replace \n with space in style parsing.
154
155         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
156         shr-color-hue-to-rgb.
157         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
158
159 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
160
161         * shr.el (shr-color->hexadecimal): Autoload.
162         (shr-descend): Add color to all tags.
163
164 2010-11-22  Julien Danjou  <julien@danjou.info>
165
166         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
167         shr-color->hexadecimal.
168
169         * shr-color.el (shr-color->hexadecimal): Add converting functions for
170         RGB() or HSL() color representation.
171
172         * shr.el (shr-tag-font): Add.
173         (shr-tag-color-check): New function to get better colors.
174         (shr-tag-insert-color-overlay): Factorize code between tag-font and
175         tag-span.
176
177         * shr-color.el: New file.
178
179         * color-lab.el: New file.
180
181         * gnus-art.el (gnus-url-mailto): Do not downcase args.
182
183 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
184
185         * nnir.el: Fix typo in comments.
186         (nnir-run-imap): Simplify code. No need to reverse artlist.
187         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
188
189 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
192
193         * nnimap.el (nnimap-get-capabilities): Refactor out.
194         (nnimap-open-connection): Re-request capabilities after STARTTLS.
195
196 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
197
198         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
199         appearing when `mm-uu-hide-markers' is nil.
200
201 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
202
203         * nnimap.el (nnimap-unselect-group): Make into its own function.
204         (nnimap-request-rename-group): Unselect group before renaming.
205         This had gotten lost somewhere.
206         (nnimap-request-accept-article): Keep track of examined groups, and
207         unselect the group before APPENDing to read-only groups.
208         (nnimap-request-move-article): Clear flags before moving so that they
209         can be re-set later.
210
211 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
212
213         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
214         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
215
216 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
217
218         * gnus-art.el (gnus-mime-display-single)
219         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
220         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
221         parameter.
222
223 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
226         (shr-table-vertical-line): New variable.
227         (shr-insert-table): Use it.
228
229 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
230
231         * gnus-html.el (gnus-html-wash-images): Don't display images if
232         gnus-inhibit-images is non-nil; register displayer for cid images.
233         (gnus-html-display-image): Work for cid image.
234         (gnus-html-insert-image): Allow arguments.
235         (gnus-html-put-image): Inhibit read-only.
236         (gnus-html-prefetch-images): Don't prefetch images if
237         gnus-inhibit-images is non-nil.
238
239 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
240
241         * shr.el (shr-put-image): Break lines when inserting big pictures.
242
243 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
244
245         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
246         sender, thanks Katsumi Yamaoka.
247
248 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
249
250         * nnir.el (nnir-run-imap): Reverse the article list for each group
251         rather than the whole list.
252
253 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
254
255         * shr.el (shr-image-displayer): Protect function against non-existent
256         image source.
257
258         * gnus-art.el (gnus-inhibit-images): New user option.
259         (gnus-mime-display-single): Don't display image if it is non-nil.
260
261         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
262         gnus-inhibit-images.
263
264         * shr.el (shr-image-displayer): New function.
265         (shr-tag-img): Use it.
266
267 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
268
269         * mml2015.el (mml2015-epg-sign): Use From header.
270
271 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * gnus-html.el (gnus-html-wash-images): Register a displayer.
274
275         * gnus-util.el (gnus-find-text-property-region): Return markers.
276
277         * shr.el (shr-tag-img): Put a displayer in the text property.
278
279         * gnus-util.el (gnus-find-text-property-region): New utility function.
280
281         * gnus-html.el (gnus-html-display-image): Make the alt optional.
282         (gnus-html-show-images): Remove.
283
284         * gnus-art.el (gnus-article-show-images): New, more general function.
285
286         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
287         image url text properties.
288
289         * shr.el: Ditto.
290
291         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
292         gnus-agent-auto-agentize-methods is set.  Which it isn't.
293
294 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
295
296         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
297         work for two or more articles.
298
299 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
302         divide an image that's in an html article to two or more when washing
303         non-ASCII characters in alt text of it.
304
305 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
306
307         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
308         smime-decrypt-region using function argument.
309         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
310
311         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
312
313         * smime.el (smime-decrypt-region): Catch it.
314
315 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
316
317         * smime.el (smime-mode-map): Move initialization into declaration.
318         (gnus-run-mode-hooks): Don't autoload.
319         (smime-mode): Use define-derived-mode.
320
321 2010-11-11  Glenn Morris  <rgm@gnu.org>
322
323         * smime.el (from): Restrict declaration to XEmacs.
324
325         * nnir.el (gnus-group-topic-name): Autoload.
326
327 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
328
329         * shr.el (shr-insert): Don't break long line if it is because of
330         kinsoku-bol characters in the line end.
331
332 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
333
334         * nnir.el (nnir-request-move-article): Fix to provide original group
335         and subject.
336         (nnir-warp-to-article): Don't fail on articles whose headers haven't
337         been retrieved.
338
339         * gnus-sum.el (gnus-summary-move-article): Use original group and
340         subject for virtual articles such as those in an nnir summary buffer.
341
342 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
345         least 21.5).
346
347         * smime.el (from): Declare it again for XEmacs.
348
349 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
350
351         * message.el (message-resend): Don't disable encoding unless it's
352         already encoded.
353
354         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
355         low-numbered articles.
356
357 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
358
359         * rfc2047.el (rfc2047-syntax-table): Simplify.
360
361         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
362
363         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
364         set-char-table-range for XEmacs.
365
366 2010-11-10  Glenn Morris  <rgm@gnu.org>
367
368         * time-date.el (time-to-seconds): Always an alias on Emacs,
369         never a real function.
370         (with-no-warnings): Remove compat stub, now unused.
371         (time-less-p): Doc fix.
372         (time-to-number-of-days): Simplify.
373
374         * smime.el (from): Remove unused declaration.
375
376         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
377         (gnus-float-time): On Emacs, always an alias.
378
379         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
380         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
381
382 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
383
384         * dgnushack.el: Don't use ignore-errors in the top level form since it
385         is unavailable in XEmacs even if cl is loaded.
386
387         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
388
389 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
390
391         * shr.el (browse-url-mailto): Autoload.
392
393         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
394
395         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
396         regexp doesn't need quoting.
397
398 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
399
400         * message.el (message-subject-trailing-was-ask-regexp)
401         (message-subject-trailing-was-regexp): Match was: in addition to was.
402
403 2010-11-09  Glenn Morris  <rgm@gnu.org>
404
405         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
406         (nnbabyl-check-mbox): Use point-at-bol.
407
408 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
409
410         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
411
412         * message.el (message-mailto): New function.
413         (message-mailto): Should accept other parameters.
414         (message-mailto): Remove since it duplicates browse-url-mailto
415         functionality.
416
417 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
418
419         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
420         methods.
421         (gnus-read-active-file): Ditto.
422
423         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
424         ": " from the prompt.
425         (gnus-group-make-group): Ditto.
426
427 2010-11-07  Glenn Morris  <rgm@gnu.org>
428
429         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
430         (gnus-bookmark-kill-line): Use point-at-eol.
431
432 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
433
434         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
435         asterisks in From header.
436
437 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
438
439         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
440         string to avoid making the From headers syntactically invalid.
441
442         * message.el (message-send-mail): Don't insert courtesy messages if the
443         message already has List-Post and List-ID messages.
444
445 2010-11-06  Glenn Morris  <rgm@gnu.org>
446
447         * gnus-art.el (gnus-treat-article): Give dynamic local variables
448         `condition', `type', `length' a prefix.
449         (gnus-treat-predicate): Update for above name changes.
450
451 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
452
453         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
454         binding.  Handled by `gnus-summary-refer-thread' instead.
455         (nnir-warp-to-article): New backend function.
456
457         * nnimap.el (nnimap-request-thread): Force dependency updating.
458
459         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
460         (gnus-summary-refer-thread): Rework to improve thread-referral.
461
462         * gnus-int.el (gnus-warp-to-article): New function.
463
464         * gnus-sum.el (gnus-summary-article-map): Bind it.
465
466 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
467
468         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
469         gnus-summary-refer-thread.
470
471         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
472         headers.
473         (gnus-summary-limit-include-thread): Prevent articles in thread from
474         being cut in gnus-cut-threads.
475         (gnus-summary-refer-thread): Limit retrieved headers to those in
476         thread.
477
478 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
479
480         * message.el (message-send-mail): Use the value of
481         message-courtesy-message from the message buffer.
482
483         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
484
485         * shr.el (shr-browse-url): Implement mailto: URLs.
486
487         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
488         "raw".
489
490         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
491         if it's already selected.
492
493         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
494
495 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
496
497         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
498         to measure the length and truncate alt text.
499
500 2010-11-03  Glenn Morris  <rgm@gnu.org>
501
502         * nndiary.el (nndiary-generate-nov-databases-1)
503         (nndiary-generate-active-info): Rename dynamic variable `files' to
504         something less generic.
505
506 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
507
508         * nnir.el (nnir-request-move-article): Call the underlying backend to
509         move articles from nnir.
510
511 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
512
513         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
514
515 2010-11-02  Julien Danjou  <julien@danjou.info>
516
517         * nnir.el: Remove wais support.
518
519 2010-11-02  Glenn Morris  <rgm@gnu.org>
520
521         * gnus-html.el: Reorder requirements to quieten compiler.
522
523 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
524
525         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
526         properly for XEmacs as well.
527         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
528         (gnus-article-natural-long-line-p): Use window-width rather than
529         frame-width.
530
531 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
532
533         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
534         (nnir-read-parms): Don't modify query.
535         (nnir-run-query): Add ability to search topic on current line.
536         (nnir-get-active): Clean up.
537
538 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
539
540         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
541         degenerate articles.
542
543         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
544         (gnus-print-buffer): Just print the buffer as is, without any copying
545         to a buffer and then re-highlighting.
546
547         * nnimap.el (nnimap-request-group): Store the new updated info.
548         (nnimap-request-group): Select the group when we don't know whether it
549         exists or not.
550
551         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
552         groups.
553
554         * gnus-group.el (gnus-group-find-new-groups): Display all the new
555         groups.
556
557         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
558         groups.
559
560         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
561         long-lines case by only filling the long lines.
562
563         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
564         (bug #7311).
565
566 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
567
568         * shr.el: No need to declare `declare-function' since shr.el is for
569         only Emacsen that provide `libxml-parse-html-region'.
570
571         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
572         effective only in a file it is referred to.
573
574 2010-11-01  Glenn Morris  <rgm@gnu.org>
575
576         * mm-util.el (gnus-completing-read): Autoload.
577         (mm-read-coding-system): Simplify Emacs definition.
578
579         * nnmail.el (gnus-activate-group):
580         * nnimap.el (gnutls-negotiate):
581         * nntp.el (netrc-parse): Fix declarations.
582
583 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
584
585         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
586         string-match-p in Emacs >=23.
587
588         * gnus-msg.el (gnus-configure-posting-styles)
589         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
590
591 2010-11-01  Glenn Morris  <rgm@gnu.org>
592
593         * nnir.el (declare-function): Add compat stub.
594         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
595         (nnir-run-gmane): Require 'mm-url.
596
597         * mm-util.el (mm-string-to-multibyte): Simplify.
598
599         * shr.el (declare-function): Add compat stub.
600         (url-cache-create-filename): Declare.
601         (mm-disable-multibyte, widget-convert-button): Autoload.
602
603         * smime.el (ldap-search): Declare.
604         (smime-cert-by-ldap-1): Require ldap on Emacs.
605
606         * nnimap.el: Require nnmail, and gnus-sum when compiling.
607         (nnimap-keepalive): Use gnus-float-time.
608
609         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
610         (mail-source-delete-crash-box): Use gnus-float-time.
611
612         * gnus-dired.el (gnus-completing-read): Autoload.
613
614         * mm-view.el (gnus-rescale-image): Autoload.
615
616         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
617
618         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
619
620         * sieve-manage.el: Require 'cl when compiling.
621
622         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
623         (gnus-iswitchb-completing-read): Require iswitchb.
624         (gnus-select-frame-set-input-focus): Silence compiler.
625
626 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
627
628         * message.el (message-subject-trailing-was-query): Change default to t,
629         since I think that's what most people want.
630
631         * nnimap.el (nnimap-request-accept-article): Erase buffer before
632         appending for easier debugging.
633         (nnimap-wait-for-connection): Take a regexp.
634         (nnimap-request-accept-article): Wait for the continuation line before
635         sending anything unless we're streaming.
636
637         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
638         leave the header washing to take place.
639
640 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
641
642         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
643         regular expression match and replace in posting styles.
644
645 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
646
647         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
648         an entire server.
649         (nnir-get-active): New function.
650         (nnir-run-imap): Use it.
651         (nnir-run-gmane): Who knew, gmane search returns an article score!
652
653         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
654         server on the current line with nnir.
655
656 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
657
658         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
659         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
660         left edge.
661         (gnus-article-foldable-buffer): Skip past the prefix when determining
662         raggedness.
663
664         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
665         the raw article, and change `C-u g' to show the article without doing
666         treatments.
667
668         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
669         on to `gnus-treat-article'.
670         (gnus-inhibit-article-treatments): New variable.
671
672         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
673
674         * gnus-art.el (gnus-treatment-function-alist): Have
675         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
676         (gnus-treat-fill-long-lines): Change default to fill all text/plain
677         sections.
678
679         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
680         parameter.
681         (gnus-article-fill-cited-long-lines): New function.
682         (gnus-article-fill-cited-article): Allow filling only long sections.
683
684         * shr.el (shr-find-fill-point): Don't break lines between punctuation
685         and non-punctuation (like after the apostrophe in "'We").
686
687         * gnus-sum.el (gnus-summary-select-article): Make sure
688         gnus-original-article-buffer is alive.
689
690         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
691         reflect the order they're in in the digest.
692
693         * gnus.el (gnus-group-startup-message): Move point to the start of the
694         buffer.
695
696         * nnimap.el (nnimap-capability): New function.
697         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
698         is set.
699
700 2010-10-31  David Engster  <dengste@eml.cc>
701
702         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
703         conform with changes to gnus-completing-read.
704
705 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
706
707         * shr.el (shr-tag-img): Output "*" instead of "[img]".
708
709 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
710
711         * nnir.el: Move defvar, defcustom around to keep file organized
712         and keep byte-compiler quiet.
713         (nnir-read-parms): Accept search-engine as arg.
714         (nnir-run-query): Pass search-engine as arg.
715         (nnir-search-engine): Remove.
716
717 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * shr.el (shr-generic): The text nodes should be text, not :text.
720
721         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
722         later in the file.
723
724 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
725
726         * nnir.el: General clean up.  Allow searching with multiple engines.
727         Allow separate extra-parameters for each engine.
728         Batch queries when possible.
729         (nnir-imap-default-search-key,nnir-method-default-engines):
730         Add customize interface.
731         (nnir-run-gmane): New engine.
732         (nnir-engines): Use it.  Qualify all prompts with engine name.
733         (nnir-search-engine): Remove global variable.
734         (nnir-run-hyrex): Restore for now.
735         (nnir-extra-parms,nnir-search-history): New variables.
736         (gnus-group-make-nnir-group): Use them.
737         (nnir-group-server): Remove in favor of gnus-group-server.
738         (nnir-request-group): Avoid searching twice.
739         (nnir-sort-groups-by-server): New function.
740
741 2010-10-30  Julien Danjou  <julien@danjou.info>
742
743         * gnus-group.el: Remove gnus-group-fetch-control.
744
745         * gnus-start.el (gnus-find-new-newsgroups):
746         Remove gnus-check-first-time-used.
747
748         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
749
750 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
751
752         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
753         set on groups that don't have \* permanentflags.
754
755 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
756
757         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
758         control the background color.
759         (shr-tag-img): Ignore very small web bug type images.
760         (shr-put-image): Add help-echo alt texts to the images.
761         (shr-tag-video): Show the video poster image.
762
763 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
764
765         * shr.el (shr-table-depth): New variable.
766         (shr-tag-table-1): Only insert the images after the top-level table.
767
768         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
769
770         * gnus-util.el (gnus-list-memq-of-list): New function.
771
772         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
773         selected.
774         (nnimap-unsplittable-articles): New slot.
775         (nnimap-new-articles): Use it.
776
777 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
778
779         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
780         move to the previous line on `M-g'.
781
782 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
783
784         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
785         *-request-group, which seems unnecessary.
786
787         * nnimap.el (nnimap-quote-specials): Function copied over from
788         imap.el.
789         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
790         they support that.  Suggested by Tom Regner.
791
792 2010-10-29  Julien Danjou  <julien@danjou.info>
793
794         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
795         defalias.
796         (gnus-summary-delete-marked-with): Remove obsolete defalias.
797
798         * gnus.el: Remove `gnus-nntp-service' variable.
799         (gnus-secondary-servers): Make obsolete.
800         (gnus-nntp-server): Make obsolete.
801
802         * gnus-start.el (gnus-1): Remove x-splash calls.
803
804         * gnus-ems.el (gnus-x-splash): Remove.
805
806         * gnus.el (gnus-group-startup-message): Simplify/update code.
807
808         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
809         definition.
810
811         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
812         capability before doing anything.
813         (gnus-group-insert-group-line): Remove useless
814         gnus-group-remove-excess-properties.
815
816 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
817
818         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
819
820 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
821
822         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
823         config after reselecting.
824
825 2010-10-28  Julien Danjou  <julien@danjou.info>
826
827         * shr.el (shr-put-image): Use point even if only inserting text.
828         (shr-put-image): Save excursion when inserting alt text on non-graphic
829         display, so the behaviour is the same when we are on a graphic display.
830
831         * nnir.el (nnir-run-swish-e): Remove hyrex support.
832
833 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
834
835         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
836         (gnus-mime-copy-part): Check coding system, not charset.
837         (gnus-mime-view-part-externally): Never remove part.
838         (gnus-mime-view-part-internally): Don't remove part here.
839         (gnus-article-part-wrapper): Make sure MIME tag is visible.
840         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
841         multipart/alternative.
842
843         * mm-decode.el (mm-display-part): Take optional arg `force'.
844
845 2010-10-26  Julien Danjou  <julien@danjou.info>
846
847         * gnus-group.el (gnus-group-default-list-level): Add this function to
848         compute the default list level.
849         (gnus-group-default-list-level): Add possibility to use a function.
850
851 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
852
853         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
854
855         * gnus-group.el (gnus-group-completing-read)
856         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
857         gnus-replace-in-string.
858
859 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
860
861         * shr.el (shr-tag-div): Add.
862
863         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
864
865 2010-10-25  Julien Danjou  <julien@danjou.info>
866
867         * gnus-util.el: Remove `gnus-with-local-quit'.
868
869         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
870
871 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
872
873         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
874         the original article buffer.
875
876 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
877
878         * nnimap.el (nnimap-request-head): New function.
879         (nnimap-request-move-article): Try to be slighly faster by not
880         requesting the entire message when moving.
881         (nnimap-transform-headers): Don't bug out on bodiless articles.
882         (nnimap-send-command): Have no outstanding messages if the IMAP server
883         doesn't support streaming.
884         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
885
886 2010-10-24  Julien Danjou  <julien@danjou.info>
887
888         * message.el (message-default-headers): Fix type.
889
890 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
893         prefetching images.
894
895         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
896         backend for unknown groups.  This is mainly useful for nnimap groups.
897
898         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
899         group isn't covered by the agent.
900
901 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
902
903         * nnir.el (nnir-method-default-engines): New variable.
904         (nnir-run-query): Use it.
905         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
906         (gnus-summary-nnir-goto-thread): Change group if needed.
907
908         * gnus-group.el (gnus-group-group-map): Add key binding for
909         gnus-group-make-nnir-group.
910
911 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * shr.el (shr-tag-object): Add.
914
915         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
916         original article buffer live.
917         (gnus-summary-select-article-buffer):
918         Mention gnus-widen-article-buffer.
919
920 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
921
922         * shr.el (shr-tag-strong): Add.
923
924 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
927         group names.  They mess up the group buffer badly.
928
929         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
930
931         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
932         instead of the summary one.
933
934 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
935
936         * mml.el (mml-preview): Work properly when editing article.
937
938         * gnus-start.el (gnus-read-active-file-1): Don't add method to
939         gnus-have-read-active-file if it's already been in.
940
941 2010-10-22  Tom Tromey  <tromey@redhat.com>
942
943         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
944         gnus-group-completing-read.
945
946 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * message.el (message-mode-map): Don't bind M-; to comment region, to
949         allow the global comment-dwim to work.
950
951 2010-10-21  Julien Danjou  <julien@danjou.info>
952
953         * message.el (message-setup-1): Allow message-default-headers to be a
954         function.
955
956 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
957
958         * shr.el (shr-tag-table): Simplify.
959
960 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
961
962         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
963         to avoid trying to snarf invalid stuff.
964
965         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
966
967         * gnus.el (gnus-message-archive-group): Quote value.
968         (gnus-message-archive-group): Mark as changed.
969
970         * shr.el (shr-add-font): Don't put the font properties on the newline
971         or the indentation.
972
973         * message.el (message-fix-before-sending): Change options when sending
974         non-printable characters.
975
976         * gnus.el (gnus-message-archive-method): Change the default to
977         monthly outgoing groups.
978
979         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
980         that have gotten new numbers.
981
982         * nnimap.el (nnimap-request-replace-article): New function.
983
984 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
985
986         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
987         (nnrss-request-article): Don't use special html washing code.
988
989 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
990
991         * shr.el (shr-tag-table): Remove useless nconc.
992
993 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
994
995         * gnus-art.el (article-wash-html): Simplify and remove the charset
996         stuff.  Use the normal html rendering code instead of the special html
997         washing code.
998
999         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1000         `gnus-w3m' symbols.
1001         (mm-text-html-washer-alist): Remove.
1002
1003         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1004         (mm-inline-media-tests): Remove use.
1005         (mm-text-html-renderer): Change default to the `shr' symbol.
1006
1007         * mm-view.el (mm-inline-text-html): Remove use.
1008
1009         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1010         `gnus-blocked-images' to be a function.
1011         (gnus-article-wash-function): Remove.
1012
1013 2010-10-20  Julien Danjou  <julien@danjou.info>
1014
1015         * spam.el (spam-list-of-processors): Mark as obsolete.
1016
1017         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1018         (nnimap-insert-partial-structure): Fix boundary detection.
1019
1020 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1021
1022         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1023         run file-truename on remote files.  This can be expensive and even
1024         prevent one from editing drafts if some unrelated buffer has a stale
1025         connection.
1026
1027 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1028
1029         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1030         kinsoku-eol regardless of shr-kinsoku-shorten.
1031         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1032         (shr-tag-table): Support caption, thead, and tfoot.
1033
1034 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1035
1036         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1037         lines.
1038         (shr-save-contents): New command and keystroke.
1039
1040         * nndoc.el (nndoc-type-alist): Add git support.
1041         (nndoc-git-type-p): New function.
1042         (nndoc-transform-git-article): Ditto.
1043         (nndoc-transform-git-headers): Ditto.
1044         (nndoc-transform-git-headers): Generate Subject headers.
1045
1046         * shr.el (shr-parse-style): New function.
1047         (shr-tag-span): Ditto.
1048
1049         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1050         to `G G' to avoid collisions.
1051
1052 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1053
1054         * shr.el: Load kinsoku if necessary.
1055         (shr-kinsoku-shorten): New internal variable.
1056         (shr-find-fill-point): Make kinsoku shorten text line if
1057         shr-kinsoku-shorten is bound to non-nil.
1058         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1059         shr-indentation too when testing if table is wider than frame width.
1060         (shr-insert-table): Use `string-width' instead of `length' to measure
1061         text width.
1062         (shr-insert-table-ruler): Make sure indentation is done at bol.
1063
1064 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1065
1066         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1067         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1068         undecoded network data.
1069
1070 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1071
1072         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1073         name in the mode line spec so that the mode line menu works
1074         (bug #2431).
1075
1076         * message.el (message-get-reply-headers): If we're fed `to-address',
1077         then always use that.
1078
1079         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1080         aren't so wide as to need to switch off the edit menu.
1081
1082         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1083         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1084
1085         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1086         `M-g'.
1087         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1088         the permanent marks.
1089
1090 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1091
1092         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1093         Splitting according to references/in-reply-to obeys the ignore-groups
1094         variable, while splitting by sender and subject do not.
1095
1096 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1097
1098         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1099         alist, so that we can look for non-Unicode chars.
1100         (article-translate-strings): Allow both character and string maps.
1101
1102 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1103
1104         * shr.el (shr-insert): Don't insert space behind a wide character
1105         categorized as kinsoku-bol, or between characters both categorized as
1106         nospace.
1107
1108 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1109
1110         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1111         headers to gnus-newsgroup-headers.
1112
1113 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1114
1115         * shr.el (shr-tag-img): Don't align images -- since we're not
1116         rescaling, this often leads to ugly displays.
1117
1118 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1119
1120         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1121         duplicates.
1122
1123 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1124
1125         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1126         call.
1127
1128 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus.el: Autoload gnus-html-show-images.
1131
1132         * nnimap.el: Use nnheader-message throughout.
1133
1134         * shr.el (shr-tag-img): Ignore images with no data.
1135
1136 2010-10-15  Julien Danjou  <julien@danjou.info>
1137
1138         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1139         a possibility to disable format=flow encoding when using hard newlines.
1140
1141 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1142
1143         * shr.el (shr-insert): Remove space inserted before or after a
1144         breakable character or at the beginning or the end of a line.
1145         (shr-find-fill-point): Do kinsoku; find the second best point or give
1146         it up if there's no breakable point.
1147
1148 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1149
1150         * nnimap.el (nnimap-open-connection): Message when opening connection
1151         for debugging purposes.
1152
1153         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1154         on every setup buffer call to allow this to change from article to
1155         article.
1156
1157         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1158         buffers where we have a wide table.
1159
1160 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1161
1162         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1163         uses *-request-thread.
1164
1165 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1168         incantation, which is no longer valid.
1169
1170 2010-10-14  Julien Danjou  <julien@danjou.info>
1171
1172         * shr.el: Fix defcustom type (char -> character).
1173
1174 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1175
1176         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1177         programs.
1178
1179 2010-10-14  Julien Danjou  <julien@danjou.info>
1180
1181         * shr.el (shr-tag-a): Use url-link as widget type.
1182
1183         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1184         `gnus-group-get-icon'.
1185
1186 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1187
1188         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1189         This should make server editing work better.
1190
1191         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1192
1193         * tls.el (tls-program): Remove spurious %s from openssl.
1194
1195         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1196         (nnimap-parse-flags): Fix regexp.
1197
1198         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1199         probably work for CJVK text, too.
1200
1201         * nnimap.el (nnimap-extend-tls-programs): Remove.
1202         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1203
1204         * tls.el (tls-starttls-switches): Remove starttls hack.
1205         (open-tls-stream): Ditto.
1206         (tls-find-starttls-argument): Ditto.
1207
1208 2010-10-13  Julien Danjou  <julien@danjou.info>
1209
1210         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1211         responses.
1212
1213 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1214
1215         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1216
1217         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1218         anything in Emacs.
1219
1220         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1221
1222 2010-10-13  Julien Danjou  <julien@danjou.info>
1223
1224         * shr.el (shr-width): Make shr-width a defcustom with default to
1225         fill-column.
1226         (shr-tag-img): Use shr-width rather than fill-column.
1227
1228 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * dgnushack.el (byte-optimize-apply)
1231         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1232
1233         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1234         position when (X-)Faces exist.
1235         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1236         avatars when called interactively.
1237
1238 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1239
1240         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1241         gnus-article-x-face-too-ugly is bound.
1242
1243 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244
1245         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1246
1247         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1248         mailbox that doesn't exist.
1249
1250 2010-10-12  Julien Danjou  <julien@danjou.info>
1251
1252         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1253         (shr-get-image-data): Encode URL properly when fetching from cache.
1254         (shr-tag-img): Use aligned-to spaces to align correctly images.
1255
1256         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1257         before inserting the Gravatar.
1258
1259         * shr.el (shr-tag-img): Add align attribute support for <img>.
1260
1261 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1262
1263         * gnus-gravatar.el (gnus-art): Require.
1264
1265         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1266         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1267         Remove long obsoleted functions.
1268
1269 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1270
1271         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1272
1273         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1274
1275         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1276         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1277         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1278         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1279         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1280         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1281         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1282
1283 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * nnimap.el (nnimap-request-rename-group): Select group read-only
1286         before renaming it.
1287
1288         * shr.el (shr-insert): Fix up the white space only regexp.
1289
1290         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1291         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1292
1293         * shr.el (shr-current-column): New function.
1294         (shr-find-fill-point): New function.
1295
1296 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1297
1298         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1299         numbers.
1300
1301 2010-10-11  Julien Danjou  <julien@danjou.info>
1302
1303         * shr.el (shr-hr-line): Add.
1304         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1305         display hr lines.
1306         (shr-max-columns): Do not change state to nil if we just inserting
1307         spaces.
1308
1309 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1310
1311         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1312         select the last group.
1313
1314 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1315
1316         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1317
1318 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1319
1320         * dig.el (dig-mode-map): Declare and define in one step.
1321
1322 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1325         for Gnus.
1326         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1327         (nnimap-update-qresync-info): Mark \Seen articles as read.
1328
1329         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1330         non-variable, too.
1331
1332         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1333         available.
1334         (nnimap-update-info): Rely more on the current active than the param
1335         active to avoid marking articles as read too much.
1336
1337         * auth-source.el (auth-source-create): Use (user-login-name) for the
1338         user name default.
1339
1340         * nnimap.el (nnimap-update-info): If the server doesn't return any
1341         useful info, just use the previous info.
1342         (nnimap-update-info): Prefer old info over start-article.
1343         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1344
1345 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1346
1347         * nnir.el (autoload): Clean up autoloads.
1348         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1349         Use key rather than value.
1350         (nnir-imap-search-other): New variable.
1351         (nnir-read-parm): Use it.
1352         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1353         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1354
1355 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1356
1357         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1358         the process, too.
1359
1360 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1361
1362         * spam.el (gnus-summary-mode-map): Bind to "$".
1363         Suggested by Russ Allbery.
1364
1365         * shr.el: Rework the way things are indented by <li> slightly.
1366
1367         * gnus.el (gnus-group-set-parameter): Fix typo.
1368
1369         * nnimap.el: Start implementing QRESYNC support.
1370
1371 2010-10-09  Julien Danjou  <julien@danjou.info>
1372
1373         * nnir.el (nnir-engines): Fix too many arguments.
1374
1375 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1378         group is the "last", so that the backends like nnfolder actually save
1379         their folders.
1380
1381         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1382         try to use that for the tls stream.
1383         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1384         UIDVALIDITY and find out which groups are read-only and not.
1385         (nnimap-get-flags): Use the same marks parsing code as the rest of
1386         nnimap.
1387
1388 2010-10-09  Julien Danjou  <julien@danjou.info>
1389
1390         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1391
1392         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1393         retrieving gravatars.
1394
1395         * shr.el (shr-table-corner): Add.
1396         (shr-table-line): Add.
1397         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1398
1399 2010-10-08  Julien Danjou  <julien@danjou.info>
1400
1401         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1402
1403 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1404
1405         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1406
1407         * gnus-sum.el (gnus-mark-article-as-unread)
1408         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1409         (gnus-summary-set-bookmark): Use it.
1410
1411         * gnus-msg.el (gnus-setup-message): Use it.
1412
1413         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1414
1415         * gnus.el (gnus-group-remove-parameter): Use it.
1416
1417         * gnus-group.el (gnus-group-make-web-group): Use it.
1418
1419         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1420
1421         * nnregistry.el: Update docs to mention manual.
1422
1423         * gnus-registry.el: Update docs to mention nnregistry.el.
1424         (gnus-registry-initialize): Don't install nnregistry refer method
1425         automatically.
1426         (gnus-registry-install-nnregistry): Remove it.
1427
1428 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1429
1430         * shr.el (shr-insert): Don't insert double spaces.
1431
1432 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1433
1434         * gnus-gravatar.el (gnus-treat-from-gravatar)
1435         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1436         called interactively.
1437
1438         * gnus-art.el (gnus-mime-view-part-externally)
1439         (gnus-mime-view-part-internally): Make predicate function passed to
1440         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1441         of a mime type.
1442
1443         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1444
1445 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1446
1447         * shr.el (require): Require cl when compiling.
1448         (shr-tag-hr): New function.
1449
1450         * nnimap.el (nnimap-update-info): Remove double setting of high.
1451         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1452         This makes nnimap work properly on Courier again.
1453
1454         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1455         the variable for backwards compatability.
1456
1457         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1458         the file name before using to avoid setting mm-default-directory to
1459         nil.
1460
1461         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1462         bidning gnus-agent variables.
1463
1464         * shr.el (shr-render-td): Use a cache for the table rendering function
1465         to avoid getting an exponential rendering behaviour in nested tables.
1466         (shr-insert): Rework the line-breaking algorithm.
1467         (shr-insert): Don't leave trailing spaces.
1468         (shr-insert-table): Also insert empty TDs.
1469         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1470
1471 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1472
1473         * gnus-sum.el (gnus-number): Rename from `number'.
1474         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1475         (gnus-summary-limit-children): Update uses correspondingly.
1476
1477 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1478
1479         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1480         (gnus-gravatar-transform-address): Don't show avatars of people of
1481         which mail addresses match gnus-gravatar-too-ugly.
1482
1483 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * shr.el (shr-table-widths): Expand TD elements to fill available
1486         space.
1487
1488 2010-10-07  Julien Danjou  <julien@danjou.info>
1489
1490         * nnimap.el (nnimap-request-rename-group): Add this method.
1491
1492 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1493
1494         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1495         name from XEmacs' function-arglist.
1496
1497         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1498         gravatar under XEmacs.
1499
1500 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1501
1502         * auth-source.el: Update docs with TODO items.
1503
1504         * gnus-sync.el: Update docs to explain state and plans.
1505
1506         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1507         Hooks for mark updates.
1508         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1509
1510         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1511         hooks with arguments, which is needed for mark update hooks.
1512
1513 2010-10-06  Julien Danjou  <julien@danjou.info>
1514
1515         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1516         was matched.
1517
1518         * sieve-manage.el: Update example in `Commentary'.
1519
1520         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1521
1522         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1523         not 2000.
1524         (sieve-manage-authenticate): Re-add function.
1525
1526 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * shr.el (shr-insert): Get 'space transition right.
1529         (shr-render-td): Only delete space at the end of the TD.
1530
1531         * nnimap.el (nnimap-open-connection): Prepare to support
1532         open-gnutls-stream.
1533
1534         * shr.el: Rearrange function order to be more logical.
1535
1536 2010-10-06  Julien Danjou  <julien@danjou.info>
1537
1538         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1539         (nnrss-discover-feed): Remove 404 URL in docstring.
1540
1541         * nnir.el: Fix Swish-E URL.
1542         Fix Namazu URL.
1543
1544         * message.el (message-change-subject): Remove 404 URL in a comment.
1545
1546 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1547
1548         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1549         called interactively.
1550
1551         * gnus-util.el (gnus-remove-if): Allow hash table.
1552         (gnus-remove-if-not): New function.
1553
1554         * gnus-art.el (gnus-mime-view-part-as-type)
1555         * gnus-score.el (gnus-summary-score-effect)
1556         * gnus-sum.el (gnus-read-move-group-name):
1557         Replace remove-if-not with gnus-remove-if-not.
1558
1559         * gnus-group.el (gnus-group-completing-read):
1560         Regard collection as a hash table if it is not a list.
1561
1562 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1563
1564         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1565
1566         * shr.el: Document the table-rendering algorithm.
1567
1568 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1569
1570         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1571         for Emacsen having no `libxml-parse-html-region' support.
1572
1573 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1574
1575         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1576         invalid URLs.
1577
1578         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1579         line-broken.
1580         (shr-tag-img): Ignore image fetching errors.
1581         (shr-overlays-in-region): Compute overlay positions correctly.
1582
1583         * mm-decode.el (mm-shr): Require shr.
1584
1585         * gnus-art.el (gnus-blocked-images): Move variable here.
1586
1587         * shr.el (shr-insert-table): Bind free variable.
1588
1589         * mm-decode.el (mm-shr): Bind shr-content-function.
1590
1591         * shr.el (shr-content-function): New variable.
1592
1593         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1594         added for symmetry.
1595
1596         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1597
1598         * gnus-group.el (gnus-group-make-group): Doc fix.
1599
1600         * nnimap.el (nnimap-request-newgroups): Return success.
1601
1602         * shr.el (shr-find-elements): New function.
1603         (shr-tag-table): Put all the images after the table.
1604         (shr-tag-table): Really inhibit images inside the table.
1605         (shr-collect-overlays): Copy over overlays from the TD elements to the
1606         main document.
1607
1608         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1609         gnus-blocked-images.
1610
1611 2010-10-05  Julien Danjou  <julien@danjou.info>
1612
1613         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1614
1615         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1616         (gnus-html-maximum-image-size): Add this function.
1617         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1618
1619         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1620         server-value of the capability is nil.
1621
1622 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1623
1624         * shr.el (shr-tag-em): Add <EM> tag.
1625
1626 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1627
1628         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1629         customizable.
1630
1631         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1632         handing broken links to browse-url.
1633
1634 2010-10-05  Julien Danjou  <julien@danjou.info>
1635
1636         * gnus-util.el (gnus-emacs-completing-read)
1637         (gnus-iswitchb-completing-read): Use autoload rather than require.
1638
1639 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1640
1641         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1642         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1643         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1644         iswitchb-temp-buflist for XEmacs.
1645
1646         * gnus-util.el (gnus-completing-read-function): Exclude
1647         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1648         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1649         XEmacs.
1650
1651         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1652         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1653
1654         * gnus-html.el: Don't require help-fns under XEmacs.
1655         (gnus-html-schedule-image-fetching): Work for XEmacs.
1656
1657         * mm-decode.el (mm-shr): Decode contents by charset.
1658
1659 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1662         unknown.
1663
1664         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1665         (shr-get-image-data): Ensure against the cache file missing.
1666
1667         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1668         for data.
1669
1670         * spam-report.el (spam-report-url-ping-plain): Don't query about
1671         killing the process.
1672
1673         * shr.el (shr-render-td): Protect against too-wide text.
1674
1675 2010-10-04  Julien Danjou  <julien@danjou.info>
1676
1677         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1678         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1679
1680         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1681         retrieved.
1682
1683 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1684
1685         * shr.el (browse-url): Require.
1686         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1687         lines.
1688         (shr-show-alt-text, shr-browse-image): New commands.
1689         (shr-browse-url, shr-copy-url): New commands.
1690
1691         * gnus-sum.el (gnus-widen-article-window): New variable.
1692         (gnus-summary-select-article-buffer): Use it.
1693
1694         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1695         without @ signs.
1696
1697 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1698
1699         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1700
1701 2010-10-04  Julien Danjou  <julien@danjou.info>
1702
1703         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1704         for XEmacs.
1705
1706 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1707
1708         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1709
1710         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1711         (nnimap-close-server): Implement.
1712
1713         * dgnushack.el (iswitchb): Require to shut up the compiler.
1714
1715         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1716         (shr-insert): Tweak line breaking.
1717         (shr-insert): Handle <pre> better.
1718         (shr-tag-li): Get <li> indentation right.
1719         (shr-tag-li): Get <li> indentation even righter.
1720         (shr-tag-blockquote): Ensure paragraph start.
1721         (shr-make-table): Tweak table generation.
1722         (shr-make-table): Fix typo.
1723
1724         * shr.el: Implement table rendering.
1725
1726 2010-10-04  Julien Danjou  <julien@danjou.info>
1727
1728         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1729
1730 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1731
1732         * shr.el (shr-insert): Use string anchors instead of line anchors.
1733
1734 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * shr.el: Add headings.
1737         (shr-ensure-paragraph): Actually work.
1738         (shr-tag-li): Make <ul> prettier.
1739         (shr-insert): Get white space at the beginning/end of elements right.
1740         (shr-tag-p): Collapse subsequent <p>s.
1741         (shr-ensure-paragraph): Don't insert double line feeds after blank
1742         lines.
1743         (shr-insert): \t is also space.
1744         (shr-tag-s): Fix "s" tag name function.
1745         (shr-tag-s): Fix face prop name.
1746
1747 2010-10-03  Julien Danjou  <julien@danjou.info>
1748
1749         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1750
1751         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1752         gnus-window-inside-pixel-edges.
1753
1754         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1755         gnus-ems.
1756
1757         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1758
1759         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1760         function.
1761
1762         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1763         resize choice.
1764
1765 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766
1767         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1768         beginning of the buffer.
1769
1770         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1771         article buffer again.
1772
1773         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1774
1775         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1776         when it's at the start of the buffer.
1777
1778         * shr.el (shr-tag-blockquote): Convert name.
1779         (shr-rescale-image): Use the right image-size variant.
1780
1781         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1782         buffer isn't shown, then select the current article first instead of
1783         bugging out.
1784         (gnus-summary-select-article-buffer): Show both the article and summary
1785         buffers again.
1786
1787         * shr.el (shr-fontize-cont): Protect against regions with no text.
1788         Rename tag functions to shr-tag-* for enhanced security.
1789         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1790
1791 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1792
1793         * shr.el (shr-insert):
1794         * pop3.el (pop3-movemail):
1795         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1796         loaded.
1797
1798 2010-10-03  Glenn Morris  <rgm@gnu.org>
1799
1800         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1801
1802         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1803
1804         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1805
1806         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1807
1808         * gnus-util.el (gnus-make-local-hook): Simplify.
1809
1810 2010-10-02  Julien Danjou  <julien@danjou.info>
1811
1812         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1813         (gnus-ido-completing-read): New function.
1814         (gnus-emacs-completing-read): New function.
1815         (gnus-completing-read): Use gnus-completing-read-function.
1816         Add gnus-completing-read-function.
1817
1818 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * shr.el (shr-insert-document): Autoload.
1821         (shr-img): Be silent.
1822         (shr-insert): Add a newline after every picture before text.
1823         (shr-add-font): Use overlays for combining faces.
1824         (shr-insert): Pass upwards the text start point.
1825
1826         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1827         possible.
1828         (mm-shr): New function.
1829
1830 2010-10-02  Julien Danjou  <julien@danjou.info>
1831
1832         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1833         should go backward.
1834
1835 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1836
1837         * shr.el (shr): Fix typo in provide call.
1838
1839 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * shr.el: New file.
1842
1843         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1844
1845         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1846         completing read.
1847
1848 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849
1850         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1851         we're being queried about.  Suggested by Dan Jacobson.
1852
1853         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1854         Suggested by Jason Eisner.
1855
1856         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1857         table, too.  Suggested by Stefan Wiens.
1858         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1859         the table unnecessary.  Suggested by Stefan Wiens.
1860
1861         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1862         longer needed, and probably doesn't work either, as pointed out by
1863         Stefan Wiens.
1864         (gnus-summary-exit): Remove call to the clearing function.
1865         (gnus-summary-exit-no-update): Ditto.
1866
1867         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1868         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1869         Reported by Stefan Monnier.
1870         (gnus-summary-save-in-rmail): Ditto.
1871
1872         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1873         article buffer, instead of both the article buffer and the summary
1874         buffer.  Sort of suggested by Dan Jacobson.
1875
1876         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1877
1878         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1879         Suggested by Dan Jacobson.
1880
1881         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1882         documentation clearer.
1883
1884         * message.el (message-shorten-references): Comment on the number "21".
1885         Suggested by Stefan Monnier.
1886
1887         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1888         Suggested by Dan Jacobson.
1889
1890         * gnus.el (gnus-large-newsgroup):
1891         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1892
1893         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1894         externalize attachments.  Bug reported by Steve Wen.
1895
1896         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1897         really message anything to the user.
1898
1899         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1900         directly.
1901
1902         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1903         messages in empty groups.
1904
1905 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1906
1907         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1908         non-UIDNEXT group.
1909
1910 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1911
1912         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1913         not the value from the collection.
1914
1915         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1916         values.  This sometimes happens on some groups that have no info.
1917         (nnimap-request-newgroups): New function.
1918
1919 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1920
1921         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1922         check into `gnus-registry-initialize'.
1923         (gnus-registry-initialize): Ditto.
1924         Fix and extend header docs.
1925
1926 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1927
1928         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1929         regexp backtrace overflows.
1930
1931         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1932         for starttls that tls.el implements; i.e. openssl.
1933
1934         * tls.el (tls-starttls-switches): Give up on using starttls with
1935         gnutls-cli.
1936         (tls-program): Add --insecure to be consistent with the defaults from
1937         openssl s_client.  Now all three commands are insecure.
1938
1939 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1940
1941         * lpath.el: Bind completion-styles-alist for XEmacs.
1942
1943         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1944         (gravatar-create-image): New function that's an alias to
1945         gnus-xmas-create-image, gnus-create-image, or create-image.
1946         (gravatar-data->image): Use it.
1947
1948 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1949
1950         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1951         install the nnregistry refer method.
1952         (gnus-registry-install-hooks): Use it.
1953         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1954         unfollowed groups.
1955
1956 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1957
1958         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1959         expanding threads.
1960
1961 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1962
1963         * nnir.el: Use the server names without suffixes (bug #7009).
1964
1965         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1966         unencrypted to STARTTLS, if possible.
1967
1968 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1969
1970         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1971         headers before superseding.
1972
1973 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1974
1975         * nnrss.el (nnrss-use-local): Add documentation.
1976
1977         * nnimap.el (nnimap-extend-tls-programs): New function.
1978         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1979         (nnimap-wait-for-connection): Accept the greeting from the stupid
1980         output from openssl s_client -starttls, too.
1981
1982         * tls.el (tls-starttls-switches): New variable.
1983         (tls-find-starttls-argument): Use it.
1984         (open-tls-stream): Ditto.
1985
1986         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1987         (netrc-machine): Ditto.
1988
1989         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1990         article number.
1991         (nnimap-split-fancy): New variable.
1992         (nnimap-split-incoming-mail): Use it.
1993
1994         * nntp.el (nntp-server-list-active-group): Document.
1995
1996         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1997         SELECT to get the message-id.
1998
1999         * mail-source.el (mail-sources): Remove webmail support.
2000         (defvar): Ditto.
2001         (mail-source-fetcher-alist): Ditto.
2002         (mail-source-fetch-webmail): Remove.
2003
2004         * webmail.el: Remove -- doesn't seem relevant any more.
2005
2006         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2007
2008         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2009         the \r.
2010
2011 2010-09-30  Julien Danjou  <julien@danjou.info>
2012
2013         * gnus-agent.el (gnus-agent-add-group): Fix call to
2014         gnus-completing-read.
2015
2016 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017
2018         * nndoc.el (nndoc-retrieve-groups): New function.
2019
2020         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2021         `default', use nnmail-split-methods.
2022         (nnimap-request-article): Downcase the NILs so that they are nil.
2023
2024         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2025         symbol.
2026
2027         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2028         code, since if the user has requested network, that's what they ought
2029         to get.
2030         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2031         (nnimap-split-rule): Mark as obsolete.
2032
2033         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2034         New variable.
2035
2036         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2037         correct slot, too.
2038
2039 2010-09-29  Julien Danjou  <julien@danjou.info>
2040
2041         * gnus.el (gnus-local-domain): Declare variable obsolete.
2042
2043         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2044         Fix history computing.
2045         (gnus-ido-completing-read): Require ido.
2046
2047 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2050         build Gnus.
2051
2052         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2053         when interpreting the structures.
2054         (nnimap-request-accept-article): Add \r\n to the lines to make this
2055         work with Cyrus.
2056
2057         * nndraft.el (nndraft-request-expire-articles): Use the group name
2058         instead if "nndraft".  Fix found by Nils Ackermann.
2059
2060 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2061
2062         * nnregistry.el: Add.
2063
2064 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2065
2066         * nnmail.el (group, group-art-list, group-art):
2067         Remove unneeded directives.
2068
2069 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2072         (mm-mime-charset)
2073         * rfc2047.el (rfc2047-syntax-table)
2074         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2075
2076         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2077         rather than `insert-file-contents' and `eval-region'.
2078
2079         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2080         construction.
2081
2082         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2083
2084         * time-date.el: No need to require cl for Emacs 21.
2085
2086 2010-09-29  Julien Danjou  <julien@danjou.info>
2087
2088         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2089         replacement of `gnus-gravatar-relief' to mimic
2090         `gnus-faces-properties-alist'.
2091         Add :version property.
2092
2093 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2094
2095         * mail-source.el (mail-source-report-new-mail)
2096         * message.el (message-default-mail-headers)
2097         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2098
2099         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2100
2101 2010-09-28  Julien Danjou  <julien@danjou.info>
2102
2103         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2104         mail-address contains the same string as real-name.
2105
2106         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2107         non-blank in header, otherwise it'll get stripped.
2108
2109         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2110         real-name, and then for mail address rather than doing : or , search.
2111
2112 2010-09-27  Julien Danjou  <julien@danjou.info>
2113
2114         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2115         right completing-read function.
2116         (gnus-use-ido): New variable
2117         (gnus-completing-read-with-default): Remove.
2118         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2119         (gnus-agent-add-group):
2120         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2121         * mm-view.el (mm-view-pkcs7-decrypt):
2122         * mm-util.el (mm-codepage-setup):
2123         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2124         * mml-smime.el (mml-smime-openssl-sign-query):
2125         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2126         (mml-insert-multipart):
2127         * gnus-msg.el (gnus-summary-yank-message):
2128         * gnus-int.el (gnus-start-news-server):
2129         * mm-decode.el (mm-interactively-view-part):
2130         * gnus-dired.el (gnus-dired-attach):
2131         * gnus.el (gnus-read-method):
2132         * gnus-bookmark.el (gnus-bookmark-jump):
2133         * gnus-art.el (gnus-mime-view-part-as-type)
2134         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2135         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2136         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2137         * nnmairix.el (nnmairix-create-server-and-default-group)
2138         (nnmairix-update-groups, nnmairix-get-server)
2139         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2140         (nnmairix-get-group-from-file-path):
2141         * nnrss.el (nnrss-find-rss-via-syndic8):
2142         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2143         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2144         (gnus-group-browse-foreign-server):
2145         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2146         (gnus-summary-execute-command, gnus-summary-respool-article)
2147         (gnus-read-move-group-name):
2148         * gnus-score.el (gnus-summary-increase-score)
2149         (gnus-summary-score-effect):
2150         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2151
2152 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2153
2154         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2155         x-focus-frame.
2156
2157         * nnimap.el (auth-source-forget-user-or-password)
2158         (auth-source-user-or-password): Autoload.
2159
2160         * message.el (message-from-style, message-interactive)
2161         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2162         (message-yank-prefix, message-indentation-spaces, message-signature)
2163         (message-signature-file): Add comment.
2164
2165 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2166
2167         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2168         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2169         new articles.
2170
2171         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2172         parts.
2173         (nnimap-request-article): Work with the t setting, too.
2174
2175         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2176         that you don't get flashes of other buffers.
2177         (gnus-summary-show-complete-article): Intern before setting.
2178
2179 2010-09-27  David Engster  <dengste@eml.cc>
2180
2181         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2182         well as HEADERS.
2183         (nnmairix-retrieve-headers): Provide new argument for the above.
2184
2185 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-sum.el (gnus-summary-move-article): Don't alter
2188         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2189         group.
2190
2191         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2192
2193         * message.el (message-cite-prefix-regexp): Revert my last edit.
2194
2195         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2196         variable instead of the Gnus variable.
2197
2198         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2199
2200         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2201
2202         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2203         since some servers don't like it.
2204         (nnimap-open-connection): Forget credentials if the server says the
2205         password was wrong.
2206         (nnimap-parse-line): Protect against invalid data.
2207
2208         * gnus-sum.el (gnus-summary-move-article): Add comment.
2209         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2210         nothing alters it while scanning for new messages.
2211
2212         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2213         which may or may not help.
2214         (nnimap-open-connection): If we're doing a stream connection, and then
2215         discover we're on a STARTTLS-capable server, then open a STARTTLS
2216         connection instead.
2217
2218 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2219
2220         * nnimap.el (utf7): Require.
2221
2222         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2223         prefix.
2224
2225 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2226
2227         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2228
2229 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2230
2231         * nnimap.el (nnimap-request-accept-article): Message the error on
2232         error.
2233
2234 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2235
2236         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2237
2238 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * nndoc.el (nndoc-request-list): Return success always.
2241
2242         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2243         `fetch-old' -- we only want to fetch the articles we've requested.
2244         The rest are in the agent, probably.
2245         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2246         disappeared server" to something low.  It's not important.
2247
2248         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2249         arrived before the FETCH data.
2250
2251         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2252         target here, because we don't know the Gnus name of the group.
2253
2254         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2255         for the correct group.
2256
2257         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2258
2259         * gnus.el (gnus): Give a final warning after startup.
2260
2261         * gnus-util.el (gnus-action-message-log): New variable.
2262         (gnus-message): Use it.
2263         (gnus-final-warning): New function.
2264
2265         * nnimap.el (nnimap-open-connection): Record the greeting.
2266         (nnimap): Add greeting.
2267
2268 2010-09-26  Julien Danjou  <julien@danjou.info>
2269
2270         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2271         arguments.
2272         (gnus-html-wash-images): Fix spec computing to include start/end.
2273
2274         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2275
2276 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2279         deletion.
2280         (nnimap-retrieve-headers): Don't select the group, because that's
2281         already done by nnimap-possibly-change-group.
2282
2283         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2284         (gnus-picon-transform-address): Use it.
2285
2286         * mail-source.el (mail-source-value): Revert previous patch.
2287
2288         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2289         on failure.
2290         (nnimap-open-connection): Look up both virtual and physical server name
2291         credentials.
2292
2293         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2294
2295 2009-02-07  Dave Love  <fx@gnu.org>
2296
2297         * tls.el (open-tls-stream): Don't query killing process.
2298
2299 2009-02-08  Dave Love  <fx@gnu.org>
2300
2301         * gnus-win.el (gnus-window-to-buffer-helper)
2302         (gnus-all-windows-visible-p): Function needn't be a symbol.
2303
2304         * mail-source.el (mail-source-value): Function needn't be a symbol.
2305
2306 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2307
2308         * message.el (message-cite-prefix-regexp): Remove } from the cite
2309         prefix.
2310
2311         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2312         highlight again, so that the highlight is correct.
2313
2314         * gnus-picon.el (gnus-picon): Remove again.
2315         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2316
2317         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2318         doing the header highlightling, so that the background colour of the
2319         picon is correct.
2320
2321         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2322         (gnus-picon): Ditto.
2323         (gnus-picon): Reinstate.  The background colour for picons is white.
2324         (gnus-picon-insert-glyph): Make the background white.
2325
2326         * nnml.el (nnml-open-nov): Don't return dead buffers.
2327
2328         * auth-source.el (auth-source-create): Query the user for whether to
2329         store the credentials.
2330
2331         * netrc.el (netrc-store-data): New function.
2332
2333         * auth-source.el (auth-source-user-or-password): Use the existing auth
2334         sources, if any, for creation.
2335
2336         * gnus.el (gnus-group-fast-parameter): Return the last matching
2337         parameter instead of the first matching parameter.
2338
2339 2010-09-26  Julien Danjou  <julien@danjou.info>
2340
2341         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2342
2343 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2344
2345         * mml2015.el (mml2015-use): Remove gpg support.
2346
2347         * mml1991.el (mml1991-function-alist): Remove gpg function.
2348         (mml1991-gpg-sign): Remove.
2349
2350 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2351
2352         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2353         (gnus-browse-unsubscribe-current-group): Document it.
2354         (gnus-browse-unsubscribe-group): Use it.
2355
2356 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2357
2358         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2359         address to the To list for easier response.
2360
2361         * gnus.el (gnus-play-startup-jingle): Remove.
2362         (gnus-splash): Don't play jingle.
2363         (gnus): Silence gnus-load message.
2364
2365         * gnus-art.el (gnus-treat-play-sounds): Remove.
2366
2367         * gnus.el (gnus-play-jingle): Remove audio support.
2368
2369         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2370
2371         * earcon.el: Remove -- no users.
2372
2373         * gnus-audio.el: Remove -- no users of this package.
2374
2375         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2376
2377         * gnus-start.el (gnus-setup-news): Remove nocem support.
2378
2379         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2380
2381         * gnus.el (gnus-use-nocem): Remove.
2382
2383         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2384         Remove.
2385
2386         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2387         uses NoCeM any more.
2388
2389         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2390         (gnus-button-ctan-handler): Ditto.
2391         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2392         (gnus-button-ctan-directory-regexp): Ditto.
2393         (gnus-button-handle-ctan): Ditto.
2394         (gnus-button-tex-level): Ditto.
2395         (gnus-button-alist): Remove CTAN stuff.
2396
2397 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2400         nnimap-streaming test.
2401
2402         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2403         servers twice.
2404
2405         * nnimap.el (nnimap-open-connection): Add more error reporting when
2406         nnimap fails early.
2407
2408         * nnheader.el (nnheader-get-report-string): New function.
2409         (nnheader-get-report): Use it.
2410
2411         * gnus-int.el (gnus-check-server): Say what the error was when opening
2412         failed.
2413
2414         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2415         using streaming.
2416
2417 2010-09-25  Julien Danjou  <julien@danjou.info>
2418
2419         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2420         gnus-window-inside-pixel-edges.
2421
2422 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423
2424         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2425
2426         * mm-decode.el (mm-save-part): Allow saving to other directories the
2427         normal Emacs way.
2428
2429         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2430         Suggested by Jay Berkenbilt.
2431
2432         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2433         there isn't a single byte.
2434
2435         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2436         just do it.  It doesn't really seem to matter what the user responds
2437         here, I think, so it's just a confusing question.
2438
2439         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2440         non-streaming case.
2441
2442         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2443         (gnus-article-encrypt-body): Use it.
2444
2445         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2446         keystroke.
2447
2448         * nnimap.el (nnimap-find-wanted-parts-1):
2449         Use gnus-fetch-partial-articles.
2450
2451         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2452
2453         * nnimap.el (nnimap-insert-partial-structure): New function.
2454         (nnimap-get-partial-article): New function.
2455         (nnimap-request-article): Use it.
2456         (nnimap-wait-for-response): Return whether the wait was successful.
2457         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2458         retrieval wasn't successful.
2459         (nnimap-retrieve-group-data-early): Allow throttling servers.
2460         (nnimap-streaming): New variable.
2461         (nnimap-fetch-partial-articles): Remove.
2462
2463         * mm-decode.el (mm-with-part): Protect against killed buffers.
2464
2465         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2466         for prettier summary display.
2467
2468 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2469
2470         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2471
2472 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2475         apparently third-party libraries depend on it.
2476
2477         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2478         before starting negotiation.
2479
2480         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2481         privacy reasons.
2482         (gnus-treat-mail-gravatar): Ditto.
2483
2484         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2485         buffer when inserting images.  Inserting text into the headers, for
2486         instance, can make them invalid.
2487
2488 2010-09-25  Julien Danjou  <julien@danjou.info>
2489
2490         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2491         variables.
2492
2493         * nnheader.el: Remove useless variables news-reply-yank-from and
2494         news-reply-yank-message-id.
2495
2496         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2497         variables.
2498
2499         * mml1991.el: Remove useless mml1991-verbose.
2500
2501         * gnus.el: Remove useless variable gnus-use-generic-from.
2502         Remove obsolete variable gnus-topic-indentation.
2503
2504         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2505
2506         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2507
2508         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2509
2510         * gnus-group.el: Remove useless gnus-group-icon-cache.
2511         Remove useless gnus-ephemeral-group-server.
2512
2513         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2514
2515         * mml2015.el: Remove useless mml2015-verbose.
2516
2517         * mml-smime.el: Remove useless mml-smime-verbose.
2518
2519         * gnus.el: Remove useless gnus-local-domain.
2520
2521         * gnus-gravatar.el (gnus-gravatar-transform-address):
2522         Use gnus-gravatar-size.
2523
2524         * gnus-art.el: Remove useless gnus-treat-translate.
2525
2526 2010-09-24  Julien Danjou  <julien@danjou.info>
2527
2528         * gnus-sum.el: Add support for Gravatars.
2529
2530         * gnus-art.el: Add support for Gravatars.
2531
2532         * gnus-gravatar.el: Add this file.
2533
2534         * gravatar.el: Add this file.
2535
2536 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2539
2540         * gnus-group.el (gnus-group-fetch-faq): Remove.
2541
2542         * gnus.el (gnus-group-faq-directory): Remove.
2543
2544         * gnus-group.el (gnus-group-fetch-charter): Remove.
2545
2546         * gnus.el (gnus-group-charter-alist): Remove.
2547
2548         * gnus-group.el (gnus-group-archive-directory): Remove.
2549         (gnus-group-recent-archive-directory): Ditto.
2550         (gnus-group-make-archive-group): Remove.
2551
2552         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2553
2554         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2555         use the same article number for all the cached articles.
2556
2557         * nnimap.el (nnimap-command): Register the last command time so
2558         that we can use it for idling NOOPs.
2559         (nnimap-open-connection): Start the keeplive timer.
2560         (nnimap-make-process-buffer): Store all the process buffers.
2561         (nnimap-keepalive): New function.
2562
2563         * starttls.el (starttls-open-stream): Add autoload cookie.
2564
2565 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2566
2567         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2568         handling.
2569
2570 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2571
2572         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2573         its data structures.
2574
2575         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2576         instead of the cl.el copy-list.
2577         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2578         equalp.
2579
2580 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2581
2582         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2583         and tool-bar-local-item-from-menu.
2584
2585         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2586         mode-line-highlight face for Emacs.
2587
2588         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2589         loading gnus-sum.elc; fix comment for canlock-verify.
2590         (gnus-article-jump-to-part): Use read-number.
2591         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2592         Remove Emacs pre-21 compatible code for help-echo.
2593         (gnus-article-next-page-1): No need to adjust the number of lines.
2594         (gnus-article-describe-bindings): Always use help-buffer.
2595
2596         * gnus-audio.el (gnus-audio-inline-sound)
2597         * gnus-cus.el (gnus-custom-mode)
2598         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2599
2600         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2601
2602         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2603         compatible code.
2604
2605 2010-09-24  Glenn Morris  <rgm@gnu.org>
2606
2607         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2608         visiting the fcc file in rmail-mode.
2609
2610         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2611
2612 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * nnir.el: Silence the byte compiler.
2615
2616         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2617         alias to browse-url-url-encode-chars if any.
2618         (gnus-html-encode-url): Use it.
2619
2620 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2621
2622         * gnus-start.el (gnus-use-backend-marks): New variable.
2623         (gnus-get-unread-articles-in-group): Use it.
2624
2625         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2626         makeover.
2627
2628 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2629
2630         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2631
2632 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2633
2634         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2635         Remove.
2636         (gnus-setup-news-hook):
2637         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2638
2639         * gnus-int.el (gnus-request-update-info): Protect against backends not
2640         having the function.
2641
2642         * nnimap.el (nnimap-stream): Mention starttls.
2643         (nnimap-open-connection): Add starttls support.
2644
2645 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2646
2647         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2648
2649 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2650
2651         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2652         BODYSTRUCTUREs.
2653         (nnimap-transform-headers): Unfold quoted {42} headers.
2654
2655         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2656         the info.
2657         (gnus-get-unread-articles): Only call updatep on backends that support
2658         it.
2659
2660         * nnweb.el (nnweb-request-update-info): NOOP.
2661
2662         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2663
2664         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2665         since it only deals with marks.
2666
2667         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2668         gnus-request-marks, and make a new gnus-request-update-info.
2669
2670         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2671         the active instead of the high number, which is usually too low.
2672
2673 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2674
2675         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2676         * encrypt.el: Remove.
2677
2678 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2679
2680         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2681         server in symbolic form.
2682
2683         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2684
2685 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2686
2687         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2688         (nnimap-update-info): Fix up code slightly.
2689
2690         * gnus-int.el (gnus-open-server): Add tracing for performance
2691         debugging.
2692
2693         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2694         (gnus-group-insert-group-line): Pass the real group name so that it
2695         gets the right data.
2696
2697         * gnus-start.el (gnus-get-unread-articles): Don't have
2698         `gnus-get-unread-articles-in-group' update info, since that can be
2699         really slow and doesn't seem to be needed?
2700
2701 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2702
2703         * time-date.el (date-to-time): Try using parse-time-string first before
2704         using the slower timezone-make-date-arpa-standard.
2705
2706 2010-09-22  Julien Danjou  <julien@danjou.info>
2707
2708         * gnus-group.el (gnus-group-insert-group-line):
2709         Call gnus-group-highlight-line.
2710         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2711         default hook list.
2712         (gnus-group-update-eval-form): Add new function.
2713         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2714         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2715
2716 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2717
2718         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2719         immediate, then expire all articles.
2720         (nnimap-update-info): Fix off-by-one errors.
2721         (nnimap-flags-to-marks): Would return no marks lists for group with no
2722         flags.  Instead return the other data.
2723
2724 2010-09-22  Julien Danjou  <julien@danjou.info>
2725
2726         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2727         Only return an icon.
2728         (gnus-group-insert-group-line): Compute icon to return.
2729
2730         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2731         (gnus-html-image-fetched): Only cache if
2732         gnus-html-image-automatic-caching is set.
2733         (gnus-html-image-fetched): Check for errors.
2734
2735 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2736
2737         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2738         once per method on `g'.  This ensures that backends like nnfolder don't
2739         open all their folders.
2740
2741         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2742         (nnimap-request-list): Nix out group in the correct buffer.
2743         (nnimap-parse-flags): Implement by using `read' instead of
2744         hand-parsing.
2745         (nnimap-flags-to-marks): Pass on permanent-flags.
2746         (nnimap-make-process-buffer): Record the server name.
2747         (nnimap-parse-flags): Fix typo.
2748         (nnimap-request-scan): Run split on the server in general, not just a
2749         single group.
2750
2751         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2752         parameter, and propagate this downwards.
2753
2754         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2755         since EXAMINE changes it on the server.
2756
2757         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2758         this command might take a while.
2759
2760 2010-09-22  Julien Danjou  <julien@danjou.info>
2761
2762         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2763         harmful if you have 2 images side-by-side, they can't be properly
2764         update on text deletion.  Using text-property is safer here.
2765         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2766         data.
2767
2768 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * nnimap.el (nnimap-expunge-inbox): Remove.
2771         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2772         (nnimap-expunge): Flip default to t.
2773
2774         * gnus.el (gnus-method-to-server): Don't push things to the cache
2775         unless it's unique.
2776         (gnus-server-to-method): Ditto.
2777
2778 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2779
2780         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2781
2782 2010-09-22  Julien Danjou  <julien@danjou.info>
2783
2784         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2785         get the start of data.
2786         (gnus-html-encode-url): Add this function to encode special chars in
2787         URL.
2788         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2789         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2790
2791         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2792         default.
2793         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2794
2795         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2796         images alt-text.
2797         (gnus-html-put-image): Put alt-text as help-echo.
2798
2799 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2800
2801         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2802         * mm-util.el (mm-decompress-buffer)
2803         * nnir.el (nnir-run-find-grep)
2804         * pop3.el (pop3-list): Use 3rd arg of split-string.
2805
2806         * time-date.el (format-seconds): Comment fix.
2807
2808         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2809         and byte-optimize-form-code-walker.
2810         (dgnushack-make-auto-load): Don't advise make-autoload.
2811
2812         * lpath.el: Remove Emacs 21 stuff.
2813
2814 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2815
2816         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2817         outside the active range.  Suggested by Dan Christensen.
2818
2819         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2820         slightly later to avoid double-getting it.
2821
2822         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2823         previous patch.
2824
2825         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2826
2827 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2828
2829         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2830
2831 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2832
2833         * gnus-int.el (gnus-open-server): Give a better error message in the
2834         "go offline" case.
2835
2836         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2837         marks for nnimap, which is seldom the right thing to do.
2838
2839         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2840         (gnus-same-method-different-name): New function.
2841
2842         * nnimap.el (parse-time): Require.
2843
2844         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2845         method in the presence of many similar methods.
2846
2847         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2848
2849         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2850         nnml-inhibit-expiry.
2851
2852         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2853         find out whether methods are equal.
2854
2855         * nnimap.el (nnimap-find-expired-articles): New function.
2856         (nnimap-process-expiry-targets): New function.
2857         (nnimap-request-move-article): Request the article before looking at
2858         what the Message-ID is.  Fix found by Andrew Cohen.
2859         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2860
2861         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2862         for oldness in addition to being a predicate.
2863
2864         * nnimap.el (nnimap-request-group): When we have zero articles, return
2865         the right data to Gnus.
2866         (nnimap-request-expire-articles): Only delete articles immediately if
2867         the target is 'delete.
2868
2869         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2870         method, this would bug out.
2871
2872         * gnus-group.el (gnus-group-expunge-group): Rename from
2873         gnus-group-nnimap-expunge, and implemented as a normal interface
2874         function.
2875
2876         * gnus-int.el (gnus-request-expunge-group): New function.
2877
2878         * nnimap.el (nnimap-request-create-group): Implement.
2879         (nnimap-request-expunge-group): New function.
2880
2881 2010-09-21  Julien Danjou  <julien@danjou.info>
2882
2883         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2884         (gnus-html-cache-expired): Add new function.
2885         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2886         wethever we should display image for fetch it.
2887         Compute alt-text earlier to pass it to the fetching function too.
2888         (gnus-html-schedule-image-fetching): Change function argument to only
2889         get one image at a time, not a list.
2890         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2891         cache.
2892         (gnus-html-get-image-data): New function to retrieve image data from
2893         cache.
2894         (gnus-html-put-image): Change buffer argument to use image data rather
2895         than file, and place image above region rather than inserting a new
2896         one.  Do not take alt-text as argument, since it's useless now: we place
2897         the image above alt-text.
2898         (gnus-html-prune-cache): Remove.
2899         (gnus-html-show-images): Start to fetch image when we find one, do not
2900         push into a temporary list.
2901         (gnus-html-prefetch-images): Only fetch image if they have expired.
2902         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2903         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2904
2905 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2906
2907         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2908
2909 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2912         spec inser "*" if the group isn't active instead of 0.
2913
2914         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2915         opening the server.
2916         (nnimap-request-delete-group): Implement group deletion.
2917         (nnimap-transform-headers): Return the size of the entire message in
2918         the Bytes header, not just the size of the first part.
2919         (nnimap-request-move-article): When moving an article from nnimap,
2920         request the article first so the accepting form has an article to
2921         accept.  Reported by Dan Christensen.
2922         (nnimap-command): Make sure that the error message doesn't error out.
2923
2924 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2925
2926         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2927         we haven't requested anything.
2928
2929 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930
2931         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2932         "".  Fix found by Andrew Cohen.
2933
2934         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2935         instead of -encode-string.
2936
2937 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2940
2941         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2942         by mm-subst-char-in-string.
2943
2944 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2947         waiting for the connection string.
2948
2949         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2950         arriving.
2951
2952         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2953         bogus characters.  This allows selecting certain Gmail groups.
2954
2955         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2956         (nnimap-fetch-partial-articles): New variable.
2957         (nnimap-open-connection): When looking for credentials, also use the
2958         nnimap-server-port.
2959         (nnimap-request-article): Return the group/article number, so that Gnus
2960         `^' works as expected.
2961         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2962
2963         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2964         comments.
2965         (gnus-methods-sloppily-equal): New function.
2966         (gnus): When using the development version of Gnus, load the gnus-load
2967         file.
2968
2969         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2970         `gnus-open-server' on each method before trying to scan them etc.
2971         This ensures that all the backend parameters are set correctly.
2972
2973         * nnimap.el (nnimap-authenticator): New variable.
2974         (nnimap-open-connection): Allow anonymous login.
2975         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2976         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2977
2978         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2979         patch, found by Knut Anders Hatlen.
2980
2981 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2982
2983         * gnus-agent.el (gnus-agent-batch-confirmation)
2984         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2985         to gnus-message.
2986         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2987         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2988         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2989         * gnus-int.el (gnus-open-server): Likewise.
2990         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2991         (gnus-score-check-syntax): Likewise.
2992         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2993         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2994         Likewise.
2995         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2996
2997 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2998
2999         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3000         calling conventions so that prefetch doesn't bug out.
3001
3002 2010-09-19  Julien Danjou  <julien@danjou.info>
3003
3004         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3005         rather than `subst-char-in-region' in order to be able to replace ASCII
3006         char by UTF-8 ones.
3007
3008         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3009         than curl.
3010         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3011         the right URL and ALT text on images.
3012         (gnus-html-wash-tags): Fix tag case.
3013         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3014         (gnus-article-html): Add -o display_ins_del=2 option.
3015         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3016
3017 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3018
3019         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3020         the extra mail headers, which sometimes seem to happen for unknown
3021         reasons.
3022
3023         * mail-parse.el (mail-header-encode-parameter): Define as
3024         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3025         (or most, perhaps?) mail readers don't understand the latter, but do
3026         understand the former.
3027
3028         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3029         to nil, so that no methods are automatically agentized.  I think this
3030         is probably what most users want.
3031
3032         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3033         from url-retrieve, for instance about invalid URLs.
3034
3035         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3036         groups that have no articles.
3037         (nnimap-request-article): Check that we really got an article when we
3038         requested one.
3039
3040         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3041         doesn't exist.
3042
3043         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3044         nntp buffer so the agent can save it.
3045         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3046         that CRLF doesn't get translated to \n.
3047         (nnimap-open-connection): Don't make 'shell commands only send \n.
3048
3049 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3050
3051         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3052         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3053         Update var name.
3054         (nnml-generate-nov-file): Use dolist.
3055         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3056         Use with-current-buffer.
3057
3058 2010-09-18  Julien Danjou  <julien@danjou.info>
3059
3060         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3061         parallel.
3062
3063 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3066         the range update right.
3067         (nnimap-request-group): Don't make `M-g' bug out on group with no
3068         marks.
3069         (nnoo): Require, so that other packages can require nnimap.
3070         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3071         command we're looking for.  This helps when the server sends more
3072         responses after we've gotten everything we expected.
3073         (nnimap): Add a `newlinep' field to keep track of end-of-line
3074         conventions.
3075         Don't send CRLF to things that don't want it.
3076         (nnimap-request-accept-article): Ditto.
3077
3078 2010-09-18  Julien Danjou  <julien@danjou.info>
3079
3080         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3081         than curl to retrieve images.
3082
3083 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3084
3085         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3086         the marks.
3087         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3088         (nnimap-wait-for-connection): New function.
3089         (nnimap-open-connection): If we have PREAUTH, don't query for login
3090         credentials.
3091         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3092         when doing a partial update.
3093
3094 2010-09-18  Julien Danjou  <julien@danjou.info>
3095
3096         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3097         tags.
3098
3099 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3100
3101         * nnimap.el (nnimap-credentials): New function.
3102         (nnimap-open-connection): Use the new function to look for credentials
3103         also on the numeric equivalents of "imap" and "imaps".
3104
3105         * gnus-start.el (gnus-activate-group): Send the info to
3106         gnus-request-group.
3107
3108         * nnimap.el (nnimap-request-group): Have the "check" version of the
3109         function parse flags and update the info, so that a `M-g' get a total
3110         resync of all flags from the group.
3111
3112         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3113         to allow backends to alter the info on group selection.  Also alter all
3114         the backend -request-group functions to take the parameter.
3115
3116         * nnimap.el (nnimap-store-info): New function.
3117         (nnimap-update-info): Store the info for later usage.
3118         (nnimap-request-group): Use the stored info for the dont-check case, so
3119         that we don't retrieve all marks when we enter a group.
3120
3121         * nnimap.el: Use deffoo instead of defun for interface functions.
3122
3123         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3124         update the group info.  This makes the nndraft groups, for instance, go
3125         back to their old behaviour.
3126
3127         * gnus-sum.el (gnus-select-newsgroup): Indent.
3128
3129         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3130         in.
3131         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3132         nothing.
3133
3134         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3135         from methods that are denied.
3136
3137         * gnus-int.el (gnus-method-denied-p): New function.
3138
3139         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3140         store the password instead of netrc.
3141         (nnimap-open-connection): Don't error out when we can't make a
3142         connections.
3143
3144         * auth-source.el (auth-source-create): In the password prompt, say what
3145         we're querying for.  Also prompt for user name if that hasn't been
3146         given.
3147
3148         * nnimap.el (nnimap-with-process-buffer): Remove.
3149
3150 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3153         method when we're reading from the agent.
3154
3155         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3156
3157         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3158         that's probably most useful for users.
3159
3160         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3161         "failed" all the time.
3162
3163         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3164         ...)) with (with-current-buffer ... ).
3165
3166         * nntp.el (nntp-open-server): Return whether the open was successful or
3167         not.
3168
3169         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3170         select an unread unseen article first.
3171
3172         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3173         /etc/services, supply some sensible port defaults.
3174
3175         * dgnushack.el: Define netrc-credentials.
3176
3177 2010-09-17  Julien Danjou  <julien@danjou.info>
3178
3179         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3180
3181 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3182
3183         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3184         doesn't have any parameters.
3185
3186 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3187
3188         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3189         only upcased checks.
3190
3191         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3192
3193         * nnimap.el (nnimap-open-shell-stream): New function.
3194         (nnimap-open-connection): Use it.
3195         (nnimap-transform-headers): Get the number of lines in each message.
3196         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3197         number of lines.
3198         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3199         problem.
3200
3201         * utf7.el (utf7-encode): Autoload.
3202
3203         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3204         to allow the mail splitting to not return a default group.  This is
3205         useful for nnimap, which will leave unmatched mail in the inbox.
3206
3207         * nnimap.el: Rewritten.
3208
3209         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3210         nnimap usage.
3211
3212         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3213         if the move is internal, so that nnimap can do fast internal moves.
3214
3215         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3216         data.
3217         (gnus-read-active-for-groups): Support finishing the early retrieval of
3218         data.
3219
3220         * gnus-range.el (gnus-range-nconcat): New function.
3221
3222         * gnus-int.el (gnus-finish-retrieve-group-infos)
3223         (gnus-retrieve-group-data-early): New functions.
3224
3225 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3226
3227         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3228         (nnrss-retrieve-groups):
3229         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3230         (pop3-quit): Use with-current-buffer.
3231
3232 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3233
3234         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3235         instead of nnheader-accept-process-output.
3236
3237         * dgnushack.el (dgnushack-compile): Add comment.
3238
3239         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3240
3241         * gnus-html.el (gnus-html-schedule-image-fetching)
3242         (gnus-html-prefetch-images): Replace process-kill-without-query by
3243         gnus-set-process-query-on-exit-flag.
3244
3245 2010-09-16  Romain Francoise  <romain@orebokech.com>
3246
3247         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3248
3249 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3250
3251         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3252         parameter to unintern is mandatory-ish in Emacs 24.
3253
3254         * gnus-html.el (gnus-html-schedule-image-fetching)
3255         (gnus-html-prefetch-images): Check for curl before using it.
3256
3257         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3258         depend on curl, which isn't essential.
3259
3260         * imap.el: Revert back to version
3261         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3262         seem problematic.
3263
3264 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3265
3266         * gnus-registry.el (gnus-registry-install-shortcuts):
3267         Explicitly pass `obarray' to `unintern' to avoid a warning.
3268
3269 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3270
3271         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3272         change.
3273
3274         * nnrss.el (nnrss-request-list): Remove this function and related
3275         functions, including the moreover stuff.
3276
3277 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3278
3279         * nnrss.el (nnrss-retrieve-groups): New function.
3280
3281 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3282
3283         * .dir-locals.el: Add no-byte-compile cookie.
3284
3285 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3286
3287         * time-date.el (format-seconds): Comment fix.
3288
3289         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3290         for back end that doesn't support request-scan.
3291
3292 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3293
3294         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3295         then do request scans from the backends.
3296
3297         * netrc.el (netrc-credentials): New conveniency function.
3298
3299         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3300         avoid running a hook per line, since this takes a lot of time,
3301         profiling shows.
3302         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3303         directly if gnus-visual-p is true.
3304
3305 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3306
3307         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3308         groups; replace mapcar with dolist which is a bit faster; pass groups
3309         info to gnus-read-active-file-1.
3310         (gnus-read-active-file-1): Scan only specified groups if the new
3311         optional arg `infos' is given.
3312
3313 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3314
3315         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3316
3317         * pop3.el (pop3-movemail): Remove.
3318         (pop3-streaming-movemail): Rename to pop3-movemail.
3319
3320         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3321         don't restrict end-tag searches to the end of the line.
3322
3323 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3324
3325         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3326         articles of every unchecked group to t, which means unknown since the
3327         server has never been opened.
3328
3329 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3330
3331         * gnus-html.el (gnus-html-show-alt-text): New command.
3332         (gnus-html-browse-image): Ditto.
3333         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3334         to browse the image directly.
3335         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3336         better.
3337
3338         * gnus-async.el (gnus-async-article-callback):
3339         Call `gnus-html-prefetch-images' unconditionally.
3340
3341         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3342         before feeding URLs to curl.
3343
3344 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3345
3346         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3347         internal images as deletable by `W D D'.
3348
3349         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3350         (gnus-async-article-callback): Fix typo.
3351
3352 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3353
3354         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3355         current line to work around bugs in the output from w3m.
3356
3357         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3358         for groups that want that.
3359
3360         * nntp.el (nntp-wait-for-string): Supply a timeout for
3361         accept-process-output to ensure progress.
3362
3363         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3364         level to get unread articles from, then use that for foreign groups,
3365         too.
3366
3367         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3368         confuses the rest of the function.
3369
3370         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3371         for the methods that support -retrieve-groups, too.
3372
3373         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3374
3375 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3376
3377         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3378         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3379
3380         * pop3.el: Require cl when compiling.
3381         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3382
3383 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3384
3385         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3386         that aren't going to be activated.
3387         (gnus-get-unread-articles): Fix up the last commit.
3388
3389         * gnus-html.el (gnus-article-html): Allow calling without specifying
3390         the handle.  In that case, dissect the buffer first.
3391
3392         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3393
3394         * nnimap.el (nnimap-open-connection): Revert the change that would look
3395         into authinfo for imaps instead of imap.
3396
3397         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3398         say that you don't want to call gnus-request-group with don-check, but
3399         do check the reponse.  This is for virtual groups only.
3400         (gnus-get-unread-articles): Count the archive groups as secondary, so
3401         that they're activated the same way as before.
3402
3403         * imap.el (imap-message-map): Removed optional buffer parameter, since
3404         no callers use it.
3405         (imap-message-get): Ditto.
3406         (imap-message-put): Ditto.
3407         (imap-mailbox-map): Ditto.
3408         (imap-mailbox-put): Ditto.
3409         (imap-mailbox-get): Ditto.
3410         (imap-mailbox-get): Revert last change for this function.
3411
3412         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3413         case-insensitively.
3414         (nnimap-debug): Remove.
3415
3416         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3417         to use `imap-fetch' instead.  According to the comments, this should be
3418         safe, since all other IMAP clients use the 1:* syntax.
3419         (imap-enable-exchange-bug-workaround): Removed.
3420         (imap-debug): Removed -- doesn't seem very useful.
3421
3422         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3423         mail from a file, and the file doesn't exist.
3424
3425         * imap.el (imap-log): New convenience function used throughout instead
3426         of repeating the same code all over the place.
3427
3428         * pop3.el (pop3-streaming-movemail): Return t for success.
3429
3430         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3431         .authinfo if we're using ssl connection.
3432
3433         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3434         already have if we're in a main Gnus `g' run.
3435
3436         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3437
3438 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3439
3440         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3441
3442         * nnmh.el (nnmh-request-list-1): Bind `file'.
3443
3444         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3445         alias to set-process-query-on-exit-flag or process-kill-without-query.
3446         (pop3-open-server): Use it.
3447
3448 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3449
3450         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3451         box to the Incoming file.  Fixes mistake in previous checkin.
3452
3453         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3454         request loop (for debugging purposes) removed.
3455
3456         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3457         culprit is more visible.
3458         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3459         (nnml-add-incremental-nov): New functions to do "incremental" nov
3460         updates, where we just append to the end of the existing nov files
3461         without reading/writing them in full.
3462
3463         * mail-source.el (mail-source-delete-crash-box): Really only check the
3464         incoming files once in a while.
3465
3466         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3467
3468         * mail-source.el (mail-source-delete-crash-box): Only check the
3469         incoming files for deletion once per day to save a lot of file
3470         accesses.
3471
3472         * pop3.el (pop3-logon): Fix up unbound variable typo.
3473
3474         * mail-source.el (pop3-streaming-movemail): Autoload.
3475
3476         * pop3.el (pop3-streaming-movemail):
3477         Respect pop3-leave-mail-on-server.
3478
3479         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3480         retrieval.
3481
3482         * pop3.el (pop3-process-filter): Remove unused function.
3483         (pop3-streaming-movemail, pop3-send-streaming-command)
3484         (pop3-wait-for-messages, pop3-write-to-file)
3485         (pop3-number-of-responses): New functions for streaming pop3
3486         retrieval.
3487
3488         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3489         come from no known methods.
3490         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3491         list.
3492
3493         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3494         message sizes.
3495         (pop3-movemail): Use erase-buffer instead of looping and deleting
3496         regions, which seems rather odd.
3497
3498         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3499         file once per `g' run.
3500
3501         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3502         directories.  This makes the draft queue directory work.
3503
3504         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3505         data from the backends, so that we only request the list of groups from
3506         each method once.  This should speed things up considerably.
3507
3508         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3509         detect that it's not implemented.
3510
3511         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3512         we actually do recurse down into the tree, but don't stat all leaf
3513         nodes.
3514
3515         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3516         then say so instead of bugging out.
3517
3518         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3519         files exist before trying to read them.
3520
3521         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3522         around <pre_int>.
3523
3524         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3525
3526         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3527
3528 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3529
3530         * mm-util.el (mm-image-load-path): Just return the image directories,
3531         not all directories in the path in addition to the image directories.
3532         (mm-image-load-path): Maintain a cache of the image directories so that
3533         the `g' command in Gnus doesn't have to stat dozens of directories each
3534         time.
3535
3536         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3537         (gnus-html-wash-tags): Add a new `i' command to insert images.
3538         (gnus-html-insert-image): New command and keystroke.
3539         (gnus-html-redisplay-with-images): New command and keystroke.
3540         (gnus-html-show-images): Rename command.
3541         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3542         spacers.
3543         (gnus-html-wash-tags): Decode entities at the end, so that entities
3544         inside the tags don't mess up the rest of the "parsing".
3545
3546         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3547         so that nnimap methods aren't agentized by default.  There's apparently
3548         many problems related to agent/imap behaviour.
3549
3550         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3551
3552         * gnus-html.el: Doc fix.
3553
3554 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3555
3556         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3557         specifier-spec-list for Emacs 21.
3558
3559         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3560         glyph-width and glyph-height instead of display-graphic-p and
3561         image-size; make avoidance of displaying small images work for XEmacs.
3562
3563         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3564         for XEmacs.
3565
3566         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3567         of symbol that holds plist data.
3568         (gnus-process-plist): Remove plist of process after getting it.
3569
3570 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * message.el (message-generate-hashcash): Change default to
3573         'opportunistic if hashcash is installed.
3574
3575         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3576         (gnus-html-put-image): Only call image-size once, since it's somewhat
3577         time-consuming on remote X servers.
3578
3579 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3580
3581         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3582         type on data, not a file name.
3583
3584         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3585         window-pixel-edges for Emacs 21.
3586
3587         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3588         decoded contents.
3589         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3590
3591 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3592
3593         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3594         group line format, since it isn't very interesting.
3595
3596         * gnus-agent.el (gnus-agent-short-article),
3597         (gnus-agent-long-article): Increase values for these two variables,
3598         since most people are likely to have more network connection and
3599         storage than before.
3600
3601         * gnus.el (gnus-refer-article-method): Change default to 'current.
3602         When referring an article, the common behaviour is to refer it from the
3603         current select method, not the native select method.  The chances of
3604         the native select method having the message in question is rather slim
3605         these days.
3606
3607         * gnus-sum.el (gnus-auto-select-subject): Change default to
3608         `unseen-or-unread'.  I think it's likely that most people want to
3609         select an unseen article over a previously seen, but unread one.
3610
3611         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3612         means that in the article buffer none of the minor mode elements will
3613         be shown, usually, and this is not desirable in most cases.
3614
3615         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3616         that commands like `d' (and the like) go to the next line in the
3617         buffer, instead of the next unread article.  I think this is the
3618         behaviour that is most natural for most users.
3619         (gnus-single-article-buffer): Change default to nil, so that people can
3620         have as many article buffers open as they have summary buffer.  I think
3621         this is the most natural way for the groups to behave.
3622
3623         * message.el (message-generate-new-buffers): Change default to
3624         `unsent', so that all new message buffers start their names with the
3625         string "*unsent", and it's easier to find the buffers if you move from
3626         them.
3627
3628 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629
3630         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3631         small.  They're probably tracking images.
3632         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3633         (gnus-html-rescale-image): Yet another try at getting the image sizing
3634         right.
3635
3636         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3637         nntp-marks-file-name is nil.
3638
3639 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3640
3641         * gnus-html.el (gnus-html-wash-tags)
3642         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3643         Better logging.
3644
3645 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3648
3649         * gnus-html.el (gnus-html-wash-tags): Check the value of
3650         gnus-blocked-images in the summary buffer.
3651
3652 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3653
3654         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3655
3656 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3657
3658         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3659         like "a", it seems like.
3660         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3661         since it needs to be picked from the correct buffer.
3662
3663         * nnwfm.el: Remove.
3664
3665         * nnlistserv.el: Remove.
3666
3667 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3668
3669         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3670         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3671
3672 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3673
3674         * nnkiboze.el: Remove.
3675
3676         * nndb.el: Remove.
3677
3678         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3679         alt text.
3680         (gnus-html-rescale-image): Try to get the rescaling logic right for
3681         images that are just wide and not tall.
3682
3683         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3684         overshadow variable bindings.
3685
3686 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3687
3688         * gnus-html.el (gnus-html-wash-tags)
3689         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3690         Add extra logging.
3691
3692 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3693
3694         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3695         (gnus-max-image-proportion): New variable.
3696         (gnus-html-rescale-image): New function.
3697         (gnus-html-put-image): Rescale images.
3698
3699 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3700
3701         Fix up some byte-compiler warnings.
3702         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3703         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3704         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3705         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3706         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3707         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3708         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3709
3710 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3711
3712         * gnus-html.el (gnus-article-html): Decode contents by charset.
3713
3714 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3717         (gnus-html-frame-width, gnus-blocked-images)
3718         * message.el (message-prune-recipient-rules): Add custom version.
3719         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3720
3721         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3722         functions.
3723
3724         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3725         gnus-process-get.
3726
3727 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3728
3729         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3730         instead of lsub directly.
3731
3732 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3733
3734         * nnwarchive.el: Remove.
3735
3736         * gnus-soup.el: Remove.
3737
3738         * nnsoup.el: Remove.
3739
3740         * nnultimate.el: Remove.
3741
3742         * gnus-html.el (gnus-blocked-images): New variable.
3743
3744         * message.el (message-prune-recipients): New function.
3745         (message-prune-recipient-rules): New variable.
3746
3747         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3748         guess whether a long line is natural text or not.
3749
3750         * gnus-html.el (gnus-html-schedule-image-fetching):
3751         Use gnus-process-plist and friends for compatibility.
3752
3753 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3754
3755         * gnus-html.el: Require packages that define macros used in this file.
3756         (gnus-article-mouse-face): Declare to silence byte-compiler.
3757         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3758         process-get.
3759         (gnus-html-put-image): Use plist-get to avoid getf.
3760         (gnus-html-prefetch-images): Use with-current-buffer.
3761
3762 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-ems.el: Provide compatibility functions for
3765         gnus-set-process-plist.
3766
3767         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3768         header-line-format for XEmacs 21.4.
3769
3770         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3771         * gnus.el (gnus-valid-select-methods)
3772         * message.el (message-send-mail-partially-limit)
3773         * mm-decode.el (mm-text-html-renderer)
3774         * mml.el (mml-insert-mime-headers-always)
3775         * smiley.el (smiley-regexp-alist): Bump custom version.
3776
3777 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3778
3779         * gnus-html.el: require mm-url.
3780         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3781         with the url to `url'.
3782         (gnus-html-wash-tags): Support cid: URLs/images.
3783
3784 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3785
3786         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3787         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3788         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3789
3790         * gnus-move.el: Remove file, since it doesn't really work.
3791
3792         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3793         UTF-8.  This seems to fix problems with some German web feeds.
3794
3795         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3796         at the top so that the proper colours are applied.
3797
3798         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3799         don't have dots in their names.
3800
3801         * gnus-art.el (gnus-article-view-part): Doc fix.
3802
3803         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3804         XEmacs-compatible.
3805         (gnus-html-put-image): Don't do images on non-graphic displays.
3806
3807         * nnslashdot.el: Remove this unused backend.
3808
3809         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3810         actions.
3811         (gnus-undo-register-1): Revert last change.
3812
3813         * gnus-group.el (gnus-group-completing-read): Protect against not
3814         having completion-styles bound.
3815
3816         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3817         make broken recipients happier.
3818
3819         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3820
3821         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3822         point parameter.
3823
3824         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3825
3826         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3827         completion-styles for group selection.
3828
3829 2009-02-04  Andreas Schwab  <schwab@suse.de>
3830
3831         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3832         headers and regexp-quote the match if necessary.
3833
3834 2009-03-24  Miles Bader  <miles@gnu.org>
3835
3836         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3837         the blinking smiley.
3838
3839 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3840
3841         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3842         blink smiley.
3843
3844 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845
3846         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3847         where the dribbel file lives exists.
3848
3849         * message.el (message-send-mail-partially-limit): Change the default to
3850         nil, since most people don't want this.
3851
3852         * mm-url.el (mm-url-decode-entities): Also decode entities like
3853         &#x3212.
3854
3855 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3856
3857         * gnus-sum.el (gnus-summary-idna-message):
3858         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3859         Hyperlink urls in docstrings with URL `...'.
3860
3861 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3862
3863         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3864         functions.
3865
3866 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3867
3868         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3869         say what the mouseover text should be.
3870
3871         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3872         version of the mm-w3m-safe-url-regexp variable to only download images
3873         in the groups where we want that to happen.
3874
3875         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3876
3877         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3878         easier debugging.
3879         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3880         big pictures in the article buffer.
3881
3882         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3883         gnus-article-html.
3884         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3885         w3m.
3886
3887         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3888
3889 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3890
3891         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3892         which doesn't exist.
3893
3894         * message.el (message-inhibit-ecomplete): New variable to allow some
3895         function to inhibit ecomplete address storage.
3896         (message-resend): Disable ecomplete message storage when resending
3897         messages.
3898
3899         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3900
3901 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3904         Save excursion while copying, moving, and deleting articles in order to
3905         prevent the cursor from jumping to unforeseen place.
3906
3907 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3908
3909         * lpath.el: No need to bind bookmark-current-buffer,
3910         bookmark-yank-point and bookmark-make-record-function.
3911
3912 2010-08-17  Glenn Morris  <rgm@gnu.org>
3913
3914         * gnus-sync.el: Require gnus components whose functions are used.
3915
3916         * gnus-art.el (bookmark-make-record-function):
3917         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3918         Declare for compiler.
3919
3920         * mm-url.el (mml-compute-boundary): Autoload.
3921
3922 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3923
3924         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3925
3926 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3927
3928         Typo fix "hoo4a" -> "hook".
3929
3930         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3931
3932 2010-08-14  Glenn Morris  <rgm@gnu.org>
3933
3934         * gnus-sync.el (gnus-sync): Fix defgroup version.
3935
3936 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3937
3938         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3939
3940         * gnus-sync.el: Fix docs.
3941         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3942         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3943
3944 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3945
3946         Optimizations for gnus-sync.el.
3947
3948         * gnus-sync.el: Add docs about gnus-sync-backend
3949         possibilities.
3950         (gnus-sync-save): Remove unnecessary message.
3951         (gnus-sync-read): Optimize and show what groups were skipped.
3952
3953 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3954
3955         Minor bug fixes for gnus-sync.el.
3956
3957         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3958         Don't read the sync on get-new-news.
3959
3960         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3961         quiet.
3962
3963         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3964         (fix typo).
3965
3966 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3967
3968         Make saving and restoring of hidden threads work with overlays.
3969         Patch applied by Ted Zlatanov.
3970
3971         * gnus-sum.el (gnus-hidden-threads-configuration)
3972         (gnus-restore-hidden-threads-configuration): Update to deal with text
3973         properties, rather than searching for a magic character.
3974
3975 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3976
3977         New gnus-sync.el library for synchronization of marks.
3978
3979         * gnus-sync.el: New library for synchronization of marks.
3980
3981         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3982         renamed from `gnus-registry-grep-in-list'.
3983
3984         * gnus-registry.el (gnus-registry-follow-group-p):
3985         Use `gnus-grep-in-list'.
3986
3987         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3988
3989 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3992         determining charset of text fails.
3993
3994 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * nnmail.el (nnmail-get-new-mail-1): Revert.
3997
3998         * nnml.el (nnml-active-number): Make sure names of newly created groups
3999         in nnml-group-alist are encoded.
4000
4001 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4002
4003         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4004         containing non-ASCII characters in active file for nnml back end.
4005
4006 2010-07-24  David Engster  <dengste@eml.cc>
4007
4008         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4009         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4010
4011 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4012
4013         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4014         tag (Bug#6654).
4015
4016 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4017
4018         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4019         the article buffer, not the summary buffer.
4020
4021 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4024         Emacs 23 as well.
4025
4026 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4029         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4030
4031 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4032
4033         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4034         Patch applied by Karl Fogel.
4035
4036         * gnus-sum.el (gnus-summary-bookmark-make-record):
4037         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4038
4039 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4040
4041         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4042         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4043         C-w still not working correctly from Article buffers; Thierry's
4044         patch to fix that will be applied after this.
4045
4046         * gnus-art.el (bookmark-make-record-function): New local variable.
4047
4048         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4049         article buffer.
4050         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4051
4052 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4053
4054         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4055         on changes in bookmark.el.
4056
4057 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4060         `no-log' instead of message not to log prompt string.
4061
4062 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4063
4064         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4065         the *other* type of HTML form submission.
4066
4067 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4068
4069         * auth-source.el (auth-source-pick): If choice does not contain a
4070         questioned keyword, set the check to t.
4071
4072 2010-06-12  Romain Francoise  <romain@orebokech.com>
4073
4074         * gnus-util.el (gnus-date-get-time): Move up before first use.
4075
4076 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4077
4078         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4079         (gnus-article-edit-part): Bind it to make last part that is substituted
4080         or deleted visible.
4081         (gnus-mime-display-single): Buttonize part of which id equals to
4082         gnus-mime-buttonized-part-id.
4083
4084 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4085
4086         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4087         (gnus-dd-mmm): Use gnus-date-get-time.
4088         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4089         simplify logic.
4090         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4091         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4092
4093 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4094
4095         * auth-source.el (top): Autoload `secrets-list-collections',
4096         `secrets-create-item', `secrets-delete-item'.
4097         (auth-sources): Fix tag string.
4098         (auth-get-source, auth-source-retrieve, auth-source-create)
4099         (auth-source-delete): New defuns.
4100         (auth-source-pick): Rewrite in order to avoid 2 passes.
4101         (auth-source-forget-user-or-password): New parameter USERNAME.
4102         (auth-source-user-or-password): New parameters CREATE-MISSING and
4103         DELETE-EXISTING.  Retrieve password interactively, if needed.
4104
4105 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4106
4107         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4108         deleting unused directories when gnus-expert-user is t.
4109
4110 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4111
4112         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4113         for each temp file when gnus-article-browse-delete-temp is ask.
4114
4115 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4116
4117         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4118         Lisp calls to delete-backward-char by calls to delete-char.
4119
4120 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4121
4122         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4123
4124 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4125
4126         * password-cache.el (password-cache-remove): Fix docstring.
4127
4128 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4129
4130         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4131         article unless decoding article to be saved.
4132
4133 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4136         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4137         generated within the mm-with-unibyte-current-buffer macro.
4138
4139 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4140
4141         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4142         to nil when we're in a mml-preview buffer and no group is selected.
4143
4144 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4145
4146         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4147         when catching the `C-g'.  Reported by "Leo".
4148
4149 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4150
4151         * message.el (message-forward-make-body-plain)
4152         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4153         multibyte-string-p.
4154
4155         * lpath.el: Revert.
4156
4157 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4158
4159         * message.el (message-forward-make-body-mml): Assume original message
4160         is multibyte string; error on unibyte.
4161         (message-forward-make-body-plain): Ditto; don't add excessive newline
4162         in body end.
4163
4164         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4165
4166 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4167
4168         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4169         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4170
4171 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * mm-extern.el (mm-extern-url): Don't use
4174         mm-with-unibyte-current-buffer.
4175         (mm-extern-cache-contents): Use with-current-buffer instead of
4176         save-excursion + set-buffer.
4177
4178 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * mm-util.el (mm-emacs-mule): Remove.
4181
4182 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4183
4184         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4185         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4186         change.
4187
4188 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4189
4190         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4191         bind the default value of enable-multibyte-characters to nil.
4192
4193 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4194
4195         * message.el (message-forward-make-body-plain)
4196         (message-forward-make-body-mml):
4197         Don't use mm-with-unibyte-current-buffer.
4198
4199 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4200
4201         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4202
4203 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4204
4205         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4206         (Bug#5592).
4207
4208 2010-05-07  Julien Danjou  <julien@danjou.info>
4209
4210         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4211         it to mm-pipe-part.
4212
4213         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4214         it is given.
4215
4216 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4217
4218         * binhex.el (binhex-decode-region-internal)
4219         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4220         (dns-query)
4221         * nnweb.el (nnweb-gmane-search)
4222         * pgg-parse.el (pgg-parse-armor)
4223         * pgg.el (pgg-verify-region)
4224         * sha1.el (sha1-string-external)
4225         * uudecode.el (uudecode-decode-region-internal)
4226         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4227         XEmacs.
4228
4229         * gnus-art.el (gnus-article-browse-html-parts)
4230         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4231         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4232         make-temp-file.
4233
4234         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4235         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4236         compiling.
4237
4238         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4239         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4240         XEmacs when compiling.
4241
4242         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4243         gnus-pick-mode-off-hook for XEmacs when compiling.
4244         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4245         gnus-binary-mode-off-hook for XEmacs when compiling.
4246
4247         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4248         Return nil if char-charset is not available.
4249
4250         * imap.el (imap-disable-multibyte)
4251         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4252         macros.
4253
4254         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4255         instead of encode-coding-string.
4256
4257         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4258         'xemacs) instead of mm-emacs-mule to switch function definitions.
4259         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4260
4261         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4262         bind temporary-file-directory for XEmacs;
4263         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4264         timer-set-function for XEmacs 21.4 and SXEmacs;
4265         bind timer-list for XEmacs 21.4 and SXEmacs;
4266         fbind char-charset and find-charset-region for non-Mule XEmacs;
4267         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4268         encode-coding-region and encode-coding-string for XEmacs having no
4269         file-coding feature.
4270
4271 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4272
4273         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4274
4275 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4276
4277         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4278         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4279
4280 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4281
4282         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4283         alias `jka-compr-delete-temp-file' no longer exists.
4284
4285 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4286
4287         Use define-minor-mode in Gnus where applicable.
4288         * mml.el (mml-mode): Use define-minor-mode.
4289         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4290         (gnus-undo-mode): Use define-minor-mode.
4291         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4292         (gnus-dead-summary-mode): Use define-minor-mode.
4293         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4294         Initialize in declaration.
4295         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4296         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4297         (gnus-mailing-list-mode): Use define-minor-mode.
4298         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4299         (gnus-draft-mode): Use define-minor-mode.
4300         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4301         (gnus-dired-mode): Use define-minor-mode.
4302
4303 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4304
4305         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4306         handles on recursive mml-to-mime translation and check them for
4307         boundary delimiter collisions.  Reported by Greg Troxel.
4308
4309 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4310
4311         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4312
4313 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4314
4315         * mm-util.el (mm-find-buffer-file-coding-system):
4316         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4317
4318 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4319
4320         * message.el (message-generate-headers): Record insertion of optional
4321         headers as well.  Otherwise the check to prevent repeated insertion of
4322         optional headers is a no-op.
4323
4324 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4325
4326         * smime.el: Don't mention CVS.
4327
4328         * nnrss.el (nnrss-fetch): Don't mention CVS.
4329
4330         * nnir.el: Don't mention CVS.
4331
4332 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4333
4334         * gnus-sum.el (gnus-summary-bookmark-make-record):
4335         Add `location' field.
4336
4337 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4338
4339         * lpath.el: Fbind bookmark-default-handler,
4340         bookmark-get-bookmark-record, bookmark-make-record-default,
4341         bookmark-prop-get for Emacs <23 and XEmacs.
4342
4343 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4344
4345         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4346         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4347         Use with-current-buffer to silence the byte-compiler.
4348         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4349         bother to require `gnus'.
4350         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4351
4352 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4353
4354         * gnus-sum.el (gnus-summary-bookmark-make-record)
4355         (gnus-summary-bookmark-jump): New functions.
4356         (gnus-summary-mode): Setup bookmark support.
4357
4358 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4359
4360         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4361         if set.
4362
4363 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4364
4365         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4366         gnus-article-browse-html-save-cid-image; make it work recursively for
4367         forwarded messages as well.
4368         (gnus-article-browse-html-parts): Work when prefix arg is given.
4369         (gnus-article-browse-html-article): Doc fix.
4370
4371 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4372
4373         * message.el (message-default-mail-headers):
4374         (message-default-headers): Carry the value mail-default-headers over
4375         into message-default-mail-headers, rather than message-default-headers.
4376
4377 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4378
4379         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4380         charset.
4381
4382         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4383         charset into the <meta> tag when the article is encoded to utf-8.
4384
4385 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4386
4387         * gnus-art.el (gnus-article-browse-delete-temp-files):
4388         Delete directories as well.
4389         (gnus-article-browse-html-parts): Work for images that do not specify
4390         file names; delete temp directory when quitting; insert header at the
4391         right place; use file: scheme for image files.
4392
4393 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4394
4395         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4396         (gnus-article-browse-html-parts): Use it to make temporary cid image
4397         files in addition to html file so that browser may display them.
4398
4399 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4400
4401         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4402
4403 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4404
4405         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4406
4407 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * auth-source.el (auth-sources): Change default to be simpler.
4410         Explain about Secret Service API sources.  Improve Customize options.
4411         (auth-source-pick): Change to accept any number of search parameters.
4412         Implement fallbacks iteratively, not recursively.  Add scoring on the
4413         second pass and sort by score.  Call Secret Service API when needed.
4414         (auth-source-user-or-password): Use it.  Call Secret Service API
4415         directly when needed to get the user name and the password.
4416
4417 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4418
4419         * message.el (message-interactive): Doc fix.
4420         (message-qmail-inject-args): Reflow.
4421         (message-kill-to-signature): Fix typo in docstring.
4422
4423         * smiley.el (smiley-buffer): Fix typo in docstring.
4424
4425 2010-03-24  Glenn Morris  <rgm@gnu.org>
4426
4427         * mail-source.el (gnus-message): Declare.
4428         (mail-source-delete-old-incoming): Require gnus-util.
4429
4430 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4431
4432         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4433
4434         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4435
4436         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4437         password-cache's default if it is not bound.
4438         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4439         password-cache-expiry's default if it is not bound.
4440
4441         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4442         available in Emacs 21.
4443
4444         * lpath.el: Suppress compiler warnings for:
4445         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4446         XEmacs;
4447         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4448         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4449         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4450
4451 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4452
4453         * auth-source.el (auth-sources): Fix up definition so extra parameters
4454         are always inline.
4455
4456 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4457
4458         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4459         wasn't updated after mismatch.  Clear cached mailbox info correctly
4460         when uidvalidity changes.
4461         (nnimap-group-prefixed-name): New function to avoid some code
4462         duplication.
4463         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4464         (nnimap-request-group): Use it.
4465         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4466         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4467         with many imap folders.  This is done by caching the group status from
4468         the imap server persistently in a group parameter `imap-status'.  (This
4469         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4470         but not persistently, so every Gnus startup was still very slow.)
4471
4472 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4475         delete the extra newline.  Otherwise editing of :string and :number
4476         types don't work.
4477
4478 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4479
4480         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4481         secrets.el dependency.
4482         (auth-sources): Add optional user name.  Add secrets.el configuration
4483         choice (unused right now).
4484
4485 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4486
4487         * gnus-sum.el (gnus-summary-make-menu-bar):
4488         Let `gnus-registry-install-shortcuts' fill in the functions.
4489
4490         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4491         warnings.
4492         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4493         (gnus-registry-install-shortcuts): Populate and use it in a
4494         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4495
4496 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4497
4498         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4499         In-place substitutions for the group name encoding/decoding.
4500         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4501         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4502         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4503         (nnimap-update-unseen, nnimap-request-list)
4504         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4505         (nnimap-request-set-mark, nnimap-split-to-groups)
4506         (nnimap-split-articles, nnimap-request-newgroups)
4507         (nnimap-request-create-group, nnimap-request-accept-article)
4508         (nnimap-request-delete-group, nnimap-request-rename-group)
4509         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4510         `encoded-mbx' for consistency.
4511         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4512         variable `imap-current-mailbox'.
4513
4514         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4515         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4516
4517 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4518
4519         * pop3.el (pop3-display-message-size-flag): Display message size byte
4520         counts during POP3 download.
4521         (pop3-movemail): Use it.
4522         (pop3-list): Implement listing of available messages.
4523
4524 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4525
4526         * nnir.el (nnir-get-article-nov-override-function): New function to
4527         override the normal NOV retrieval.
4528         (nnir-retrieve-headers): Use it.
4529
4530 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4531
4532         * auth-source.el (netrc-machine-user-or-password): Autoload.
4533
4534 2010-03-19  Glenn Morris  <rgm@gnu.org>
4535
4536         Stop message.el from loading about 40 libraries it doesn't always need.
4537         The general approach is to autoload rather than require, and to
4538         require in the specific functions rather than the file.  (Bug#5642)
4539
4540         * gmm-utils.el: Don't require wid-edit.
4541         (widget-create-child-value, widget-convert, widget-default-get):
4542         Autoload.
4543
4544         * gnus-util.el: Don't require time-date, netrc.
4545         (message-fetch-field, gnus-group-name-decode): Declare rather than
4546         autoloading.
4547         (gnus-fetch-field): Require message.
4548         (gnus-decode-newsgroups): Require gnus-group.
4549
4550         * ietf-drums.el: Don't require time-date.
4551
4552         * message.el: Don't require hashcash, canlock, ecomplete.
4553         Do require mail-utils.  Require nnheader only when compiling.
4554         (smtpmail-default-smtp-server): Remove declaration.
4555         (message-send-mail-function): Check smtpmail-default-smtp-server
4556         is bound rather than requiring smtpmail.
4557         (message-auto-save-directory, message-insert-signature):
4558         Use expand-file-name rather than nnheader-concat.
4559         (nnheader-insert-file-contents): Autoload.
4560         (hashcash-wait-async): Declare.
4561         (message-send-mail): Only call gnus-setup-posting-charset if
4562         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4563         (message-send-mail-with-sendmail): Require sendmail.
4564         (canlock-password, canlock-password-for-verify): Declare.
4565         (message-canlock-password): Require canlock.
4566         (nnheader-get-report): Autoload.
4567         (gnus-setup-posting-charset): Declare.
4568         (message-send-news): Require gnus-msg.
4569         (message-make-references, message-make-in-reply-to): Use mail-header-id
4570         rather than the alias mail-header-message-id.
4571         (ecomplete-add-item, ecomplete-save): Declare.
4572         (message-put-addresses-in-ecomplete): Require ecomplete.
4573         (ecomplete-display-matches): Autoload.
4574
4575         * mm-decode.el: Don't require mailcap, gnus-util.
4576         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4577         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4578         Autoload.
4579         (mailcap-mime-extensions): Declare.
4580
4581         * mm-encode.el: Don't require mailcap.
4582         (mailcap-extension-to-mime): Autoload.
4583
4584         * mml-sec.el: Don't require password-cache.
4585
4586         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4587         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4588         (mml-minibuffer-read-type): Require mailcap.
4589         (mml-preview): Require gnus-msg.
4590
4591         * mml1991.el: Require password-cache.
4592         (password-cache-expiry): Remove declaration.
4593
4594         * mml2015.el: Require password-cache.
4595         (password-cache-expiry): Remove declaration.
4596
4597         * nneething.el (mailcap): Require mailcap.
4598
4599         * nnheader.el (declare-function): Add compatibility stub.
4600         (message-remove-header): Declare rather than autoload.
4601         (nnheader-replace-header): Require message.
4602
4603         * nnimap.el (declare-function): Add compatibility stub.
4604         (netrc-parse, netrc-machine-user-or-password): Declare.
4605         (nnimap-open-connection): Require netrc.
4606
4607         * nntp.el (declare-function): Add compatibility stub.
4608         (netrc-parse, netrc-machine, netrc-get): Declare.
4609         (nntp-send-authinfo): Require netrc.
4610
4611         * rfc2047.el: Don't require qp.
4612         (quoted-printable-encode-region, quoted-printable-decode-string):
4613         Autoload.
4614
4615         * sieve-mode.el: Don't require easymenu.
4616         (easy-menu-add-item): Autoload it.
4617
4618         * spam-stat.el (time-to-number-of-days): Autoload it.
4619
4620 2010-03-19  Glenn Morris  <rgm@gnu.org>
4621
4622         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4623
4624 2010-03-18  Glenn Morris  <rgm@gnu.org>
4625
4626         * hashcash.el (declare-function): Remove duplicate definition.
4627
4628 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4629
4630         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4631         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4632         value if any backslash escapes).
4633
4634 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4635
4636         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4637         if it is available.  (bug#5647)
4638
4639         * lpath.el: Suppress compiler warning for coding-system-from-name for
4640         Emacs 21 and XEmacs.
4641
4642 2010-03-14  Juri Linkov  <juri@jurta.org>
4643
4644         * hmac-def.el:
4645         * hmac-md5.el:
4646         * netrc.el: Fix keywords.
4647
4648 2010-02-26  Glenn Morris  <rgm@gnu.org>
4649
4650         * message.el (message-send-mail-function): Change the default, so that
4651         it inherits from a customized send-mail-function.  (Bug#5643)
4652
4653 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4654
4655         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4656         shell-command-to-string signals an error (bug#5299).
4657
4658 2010-02-24  Glenn Morris  <rgm@gnu.org>
4659
4660         * message.el (message-smtpmail-send-it)
4661         (message-send-mail-with-mailclient): Doc fixes.
4662
4663 2010-02-16  Glenn Morris  <rgm@gnu.org>
4664
4665         * message.el (message-default-mail-headers): Change the default value
4666         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4667
4668 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4669
4670         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4671         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4672
4673 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4674
4675         * time-date.el (date-to-time): Doc fix (Bug#5408).
4676
4677 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4678
4679         * message.el (message-mail): Just pass yank-action on to message-setup.
4680         (message-setup): Handle (FUN . ARGS) form of yank-action.
4681         (message-with-reply-buffer, message-widen-reply)
4682         (message-yank-original): Handle non-buffer values of
4683         message-reply-buffer (Bug#4080).
4684         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4685
4686 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4687
4688         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4689         Fix typo in docstring.
4690
4691 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4692
4693         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4694         response.
4695
4696 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4697
4698         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4699
4700         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4701
4702         * message.el (message-check-news-header-syntax): Protect against a
4703         string that `rfc822-addresses' returns when parsing fails.
4704
4705 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4708         (gnus-previous-char-property-change): New functions.
4709
4710         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4711
4712 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4713
4714         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4715         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4716
4717 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4718
4719         * message.el (message-exchange-point-and-mark): Rework last change to
4720         avoid using optional arg of exchange-point-and-mark, for backward
4721         compatibility.
4722
4723 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4724
4725         * message.el (message-exchange-point-and-mark):
4726         Call exchange-point-and-mark with an argument rather than setting
4727         mark-active by hand (Bug#5175).
4728
4729 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * nntp.el (nntp-service-to-port): Work for service expressed with
4732         numeric string; replace [:digit:] with [0-9] for XEmacs.
4733
4734 2009-12-17  Glenn Morris  <rgm@gnu.org>
4735
4736         * gnus-group.el (gnus-bug-group-download-format-alist):
4737         Change emacs entry to debbugs.gnu.org.  Bump :version.
4738
4739 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4740
4741         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4742
4743 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4744
4745         * message.el (message-info): Explain why we use `Info-goto-node'.
4746
4747 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4748
4749         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4750
4751 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4752
4753         * message.el (message-completion-in-region): New compatibility function.
4754         (message-expand-group): Use it.
4755
4756 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4759         with no unread article should be listed if the 2nd arg `predicate' is
4760         given.
4761
4762 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4763
4764         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4765
4766 2009-11-29  Juri Linkov  <juri@jurta.org>
4767
4768         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4769         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4770         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4771
4772 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4773
4774         * sha1.el (sha1-string-external): default-directory "/" in case
4775         otherwise non-existent.  process-connection-type pipe for touch of
4776         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4777
4778 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4779
4780         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4781         it's comms related and sgml-mode.el has "comm" on that basis too.
4782
4783 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4784
4785         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4786         containing tspecial characters if they have been already quoted.
4787
4788 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4789
4790         * dns-mode.el (auto-mode-alist): Purecopy string.
4791
4792 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4793
4794         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4795
4796 2009-10-24  Glenn Morris  <rgm@gnu.org>
4797
4798         * gnus-art.el (help-xref-stack-item): Define for compiler.
4799
4800 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4801
4802         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4803
4804 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4805
4806         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4807
4808 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4811         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4812
4813 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4814
4815         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4816         (gnus-overlays-in): New alias to overlays-in.
4817
4818         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4819         gnus-overlay-get, and gnus-delete-overlay.
4820         (gnus-summary-show-thread): Make it work as well for systems in which
4821         next-single-char-property-change is not available.
4822         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4823
4824         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4825         (gnus-overlay-get): New alias to extent-property.
4826         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4827
4828         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4829         SXEmacs.
4830
4831         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4832         SXEmacs.
4833
4834 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4835
4836         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4837
4838 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4839
4840         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4841         and XEmacs that don't have `remove-overlays'.
4842
4843 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4844
4845         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4846         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4847         selective display.  Use overlays instead.
4848
4849 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4850
4851         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4852
4853 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4854
4855         * spam-stat.el (spam-stat-load): Fix typo in message.
4856
4857 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4858
4859         * dig.el (dig-invoke): Fix typo in docstring.
4860         (query-dig): Reflow docstring.
4861
4862 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4863
4864         * gnus-art.el (gnus-article-encrypt-body):
4865         * message.el (message-check-recipients):
4866         * mm-util.el (mm-codepage-setup):
4867         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4868         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4869
4870 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4871
4872         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4873         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4874         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4875         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4876         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4877
4878 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4879
4880         * dig.el: Add "Keywords: comm", as per net-utils.el.
4881
4882 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4883
4884         * dig.el (dig-mode): Use define-derived-mode.
4885
4886 2009-09-19  Glenn Morris  <rgm@gnu.org>
4887
4888         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4889
4890 2009-09-18  Glenn Morris  <rgm@gnu.org>
4891
4892         * gnus-diary.el (gnus-diary-check-message):
4893         * message.el (message-insert-formatted-citation-line):
4894         * nnbabyl.el (top-level):
4895         * nndiary.el (nndiary-schedule):
4896         Fix typos in condition-case handlers.
4897
4898 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4899
4900         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4901         configuration that provides the sole article window in a frame;
4902         position point correctly after deleting a part.
4903
4904 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4905
4906         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4907         (spam-resolve-registrations-routine): Use it to unregister articles
4908         that change status.
4909
4910 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4911
4912         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4913         with XEmacs.
4914         (parse-time-string-chars): Use it.
4915
4916 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4917
4918         * imap.el (imap-interactive-login): Better messages.
4919         (imap-open): Fix bug with renamed buffer on reconnect.
4920         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4921         for easier debugging and cleaner code.  On successful (guessed based on
4922         server capabilities) secondary authentication, set imap-state
4923         correctly.
4924         (imap-last-authenticator): Define imap-last-authenticator as a variable
4925         to avoid warnings.
4926
4927 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4928
4929         * nnrss.el (nnrss-request-article): Remove binding of
4930         default-enable-multibyte-characters that has gotten needless by
4931         the 2007-07-13 change in rfc2047-encode-message-header.
4932
4933         * mml.el (mml-insert-multipart): Error on the message header.
4934         (mml-insert-part): Error on the message header; position point at
4935         the end of a MIME tag.
4936
4937 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4938
4939         * time-date.el (autoload): Expand define-obsolete-function-alias into
4940         defalias and make-obsolete for old Emacsen that Gnus supports.
4941         (with-no-warnings): Define it for old Emacsen.
4942         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4943         is available.
4944         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4945         float-time is available; suppress compile warning for time-to-seconds.
4946
4947         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4948         (gnus-float-time): Alias to float-time if it exists.
4949
4950         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4951         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4952         float-time is available; suppress compile warning for time-to-seconds.
4953
4954         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4955         XEmacs.
4956
4957 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4958
4959         * imap.el (imap-message-map): Docstring fix.
4960
4961 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4964         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4965         Add the optional argument `encoding' that overrides the default.
4966
4967         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4968         mm-encode-buffer.
4969
4970 2009-09-04  Glenn Morris  <rgm@gnu.org>
4971
4972         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4973         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4974         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4975         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4976         * mm-util.el (mm-with-unibyte-current-buffer)
4977         (mm-find-buffer-file-coding-system):
4978         * yenc.el (yenc-decode-region): Use default-value rather than
4979         default-enable-multibyte-characters.
4980
4981 2009-09-03  Glenn Morris  <rgm@gnu.org>
4982
4983         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4984         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4985         than default-enable-multibyte-characters.
4986
4987 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4988
4989         * gnus-art.el (gnus-article-read-summary-keys):
4990         Fix gnus-buffer-configuration's value temporarily used.
4991
4992 2009-09-02  Glenn Morris  <rgm@gnu.org>
4993
4994         * gnus-util.el (gnus-float-time): New function.
4995         * gnus-delay.el (gnus-delay-article):
4996         * gnus-sum.el (gnus-thread-latest-date):
4997         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4998         * nnspool.el (nnspool-request-newgroups):
4999         Use gnus-float-time rather than time-to-seconds.
5000         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5001
5002         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5003         (gnus-header-subject-face, gnus-header-newsgroups-face)
5004         (gnus-header-name-face, gnus-header-content-face):
5005         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5006         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5007         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5008         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5009         (gnus-cite-face-11):
5010         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5011         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5012         (gnus-server-closed-face, gnus-server-denied-face)
5013         (gnus-server-offline-face):
5014         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5015         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5016         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5017         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5018         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5019         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5020         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5021         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5022         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5023         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5024         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5025         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5026         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5027         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5028         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5029         (gnus-summary-high-undownloaded-face)
5030         (gnus-summary-low-undownloaded-face)
5031         (gnus-summary-normal-undownloaded-face)
5032         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5033         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5034         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5035         (gnus-splash-face):
5036         * message.el (message-header-to-face, message-header-cc-face)
5037         (message-header-subject-face, message-header-newsgroups-face)
5038         (message-header-other-face, message-header-name-face)
5039         (message-header-xheader-face, message-separator-face)
5040         (message-cited-text-face, message-mml-face):
5041         * sieve-mode.el (sieve-control-commands-face)
5042         (sieve-action-commands-face, sieve-test-commands-face)
5043         (sieve-tagged-arguments-face):
5044         * spam.el (spam-face):
5045         Mark face aliases with "-face" in the name as obsolete.
5046
5047 2009-09-01  Glenn Morris  <rgm@gnu.org>
5048
5049         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5050         than goto-line.
5051
5052 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5053
5054         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5055         Don't move point if the command is invoked inside the message header.
5056
5057 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5058
5059         * imap.el (imap-send-command): Simplify.
5060         (imap-wait-for-tag): point-max -> buffer-size.
5061
5062 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5063
5064         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5065         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5066         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5067         * nnir.el (nnir-swish-e-index-file):
5068         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5069         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5070         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5071         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5072         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5073         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5074
5075 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5078         Don't save excursion.
5079
5080 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5081
5082         * nnheader.el (nnheader-find-file-noselect):
5083         * mm-util.el (mm-insert-file-contents):
5084         Use (default-value 'major-mode) instead of default-major-mode.
5085
5086 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5087
5088         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5089
5090 2009-08-26  Glenn Morris  <rgm@gnu.org>
5091
5092         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5093         than placing in files.el.
5094
5095 2009-08-25  Glenn Morris  <rgm@gnu.org>
5096
5097         * nnir.el (top-level): Don't require cl at run-time.
5098         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5099         Replace cl-function substitute with gnus-replace-in-string.
5100         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5101         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5102         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5103         simplified expansions.
5104
5105 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5106
5107         * dig.el (dig): Add autoload cookie.
5108
5109 2009-08-22  Glenn Morris  <rgm@gnu.org>
5110
5111         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5112         goto-line.
5113
5114 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5115
5116         * parse-time.el (parse-time-string-chars): Save match data.
5117
5118 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5119
5120         * parse-time.el (parse-time-string-chars): Compute using character
5121         classes, to handle non-ascii characters (Bug#3190).
5122
5123 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5124
5125         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5126
5127         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5128         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5129         (gnus-mm-display-part, gnus-mime-display-single)
5130         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5131         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5132
5133         * gnus-sum.el
5134         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5135         (gnus-summary-move-article): Add expirable mark to articles copied or
5136         moved to group that has auto-expire turned on if the option is non-nil.
5137
5138 2009-07-24  Glenn Morris  <rgm@gnu.org>
5139
5140         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5141         Fix typo.  (Bug#3903)
5142
5143 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5144
5145         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5146         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5147         that should not be used for draft articles.
5148         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5149         that has no concern in minor mode keys.
5150         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5151         Abolish.
5152
5153 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5154
5155         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5156         article without making inquiry to a user for unknown encoding.
5157
5158         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5159         (nnmaildir--scan): Assume i-node and device number that file-attributes
5160         returns might be cons-cell.
5161
5162         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5163
5164         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5165
5166 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5167
5168         * auth-source.el: Remove docs now in auth.texi.  Don't use
5169         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5170         `auth-source-hide-passwords' and use them.
5171
5172 2009-07-15  Glenn Morris  <rgm@gnu.org>
5173
5174         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5175
5176 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5179         excessive whitespace from the default values of title and description.
5180
5181 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5182
5183         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5184         mail-fetch-field to fetch Content-Description header in order to
5185         exclude newlines.
5186
5187 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5188
5189         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5190         format used by GnuPG 2.0.11.
5191
5192 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5195         to deleted part.
5196
5197 2009-05-30  David Engster  <dengste@eml.cc>
5198
5199         * nnmairix.el: Remove old documentation in the commentary block.
5200         (nnmairix-request-group): Do not update active file for nnml back ends.
5201         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5202         end so that overview files are ignored.
5203         (nnmairix-update-groups): Make updating the groups more robust by using
5204         marks.
5205         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5206         with dollar characters in message-id.
5207
5208 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5209
5210         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5211         2008-12-25 in dns.el.
5212
5213 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5214
5215         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5216         could happen if the text is only composed of spaces and/or tabs.
5217
5218 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5219
5220         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5221         when sending a queued message to avoid extra mml tags.
5222
5223 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5226
5227 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5230         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5231         rmail-toggle-header for XEmacs;
5232         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5233
5234 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * gnus-dired.el: Remove autoload for gnus-setup-message.
5237         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5238         displaying Gnus logo; always use compose-mail.
5239
5240 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5241
5242         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5243
5244 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5247         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5248         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5249         available.
5250         (gnus-nocem-epg-verify): New function.
5251
5252 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5253
5254         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5255
5256 2009-02-15  Glenn Morris  <rgm@gnu.org>
5257
5258         * gnus-util.el (rmail-insert-rmail-file-header)
5259         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5260         autoloads.
5261         (rmail-default-rmail-file): Remove unnecessary declaration.
5262         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5263
5264 2009-02-14  Glenn Morris  <rgm@gnu.org>
5265
5266         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5267         variable (only used in gnus-util, which declares it anyway).
5268         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5269         which was only needed by gnus-art (changed to not use it any more).
5270         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5271         only used in gnus-util, which autoloads it itself.
5272         (rmail-update-summary): Fix autoload.
5273
5274         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5275         rather than rmail-output-to-rmail-file.
5276
5277 2009-02-07  Glenn Morris  <rgm@gnu.org>
5278
5279         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5280         autoload of function that no longer exists.
5281         (rmail-toggle-header): Declare.
5282         (message-forward-rmail-make-body): Handle mbox Rmail.
5283
5284 2009-01-31  Glenn Morris  <rgm@gnu.org>
5285
5286         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5287         2009-01-09 change.
5288
5289 2009-01-31  Dave Love  <fx@gnu.org>
5290
5291         * imap.el (imap-fetch-safe): Bind debug-on-error.
5292         (imap-debug): Add imap-fetch-safe.
5293
5294 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5295
5296         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5297         (auth-source-forget-all-cached): New convenience function.
5298         (auth-source-user-or-password): Accept list of modes or a single mode.
5299
5300         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5301         auth-source modes.
5302
5303         * netrc.el (netrc-machine-user-or-password): Use list of
5304         auth-source modes.
5305
5306         * nnimap.el (nnimap-open-connection): Use list of
5307         auth-source modes.
5308
5309         * nntp.el (nntp-send-authinfo): Use list of
5310         auth-source modes.
5311
5312 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5313
5314         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5315         now.
5316
5317 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5318
5319         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5320         coding system in XEmacs; add a workaround for XEmacs.
5321
5322         * lpath.el: Fbind coding-system-aliasee.
5323
5324 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5327         of current-language-environment.
5328
5329 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5332         available at runtime.
5333
5334 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5337
5338 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5339
5340         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5341         the greatest positive fixnum value doesn't work under an XEmacs with
5342         bignum support; use the most-positive-fixnum constant instead,
5343         available since Emacs 21.1 with cl and XEmacs 21.1.
5344
5345 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5346
5347         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5348         XEmacs gets not to work.
5349
5350 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5351
5352         * mm-util.el (mm-coding-system-priorities): Allow the value like
5353         "Japanese (UTF-8)" of current-language-environment.
5354
5355 2009-01-09  Glenn Morris  <rgm@gnu.org>
5356
5357         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5358         with last-command-event.
5359
5360 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5361
5362         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5363         in the doc string.
5364
5365         * message.el (message-fix-before-sending): Amend comment.
5366
5367 2009-01-08  Dave Love  <fx@gnu.org>
5368
5369         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5370
5371 2009-01-07  David Engster  <dengste@eml.cc>
5372
5373         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5374         simplified server definitions by converting it via
5375         gnus-server-to-method.
5376
5377 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5380         parameter's operands.
5381
5382 2009-01-06  David Engster  <dengste@eml.cc>
5383
5384         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5385         primary select method (for gnus-group-mark-article-as-read).
5386
5387 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5388
5389         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5390         `(gnus)Face', not `(gnus)X-Face'.
5391
5392 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5393
5394         * mm-util.el (mm-ucs-to-char): New function.
5395
5396         * mm-url.el (mm-url-decode-entities): Use it.
5397
5398         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5399         unicode-to-char.
5400
5401 2009-01-05  Dave Love  <fx@gnu.org>
5402
5403         * time-date.el: Require cl for `declare'.
5404
5405 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5406
5407         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5408         Dave Love.
5409
5410 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5411
5412         * message.el (message-fix-before-sending): Add `eight-bit' to
5413         illegible-text check.
5414
5415 2009-01-03  Michael Olson  <mwolson@gnu.org>
5416
5417         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5418         `headers' is nil.  This can occur if the IMAP server does not have
5419         permissions to read messages from a folder, but can write new messages
5420         to the folder.
5421         (nnimap-request-article-part): Do not insert `data' if it is nil.
5422
5423         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5424         characters which will confuse `read', so skip past them.
5425
5426 2009-01-01  Dave Love  <fx@gnu.org>
5427
5428         * imap.el (imap-string-to-integer): Fix typo.
5429         (imap-fetch-safe): New function.
5430         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5431
5432         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5433
5434         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5435         (imap-parse-greeting): Fix doc strings.
5436         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5437         (imap-parse-flag-list): Make messages unique.
5438         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5439
5440         * nnimap.el: Fix author email.
5441         (nnimap-split-rule): Add FIXME comment.
5442         (nnimap-debug): Fix doc string.
5443
5444 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5445
5446         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5447
5448 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5449
5450         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5451         nslookup if resolv.conf isn't available.
5452         (dns-query): Rename from query-dns.
5453         (dns-query-cached): Rename from query-dns-cached.
5454
5455 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5458         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5459         to check if those variables exist (first appeared in Emacs 18.50).
5460
5461 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5462
5463         * mm-util.el (mm-line-number-at-pos): New function.
5464
5465         * spam-report.el (spam-report-process-queue): Use it.
5466
5467 2008-12-24  David Engster  <dengste@eml.cc>
5468
5469         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5470         parameters that haven't existed as variables as buffer-local variables.
5471
5472 2008-12-23  Dave Love  <fx@gnu.org>
5473
5474         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5475         cadar.
5476
5477         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5478         imap-starttls-p.
5479         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5480
5481 2008-12-22  Dave Love  <fx@gnu.org>
5482
5483         * imap.el: Fix author email.  Doc fixes.
5484         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5485         reply.
5486
5487 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5488
5489         * spam-report.el (spam-report-gmane-max-requests): New constant.
5490         (spam-report-gmane-wait): New variable.
5491         (spam-report-gmane-ham, spam-report-gmane-spam)
5492         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5493         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5494         the server.
5495
5496         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5497         Add explanations.
5498
5499         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5500         nnheader-accept-process-output and nnheader-read-timeout if available.
5501         (pop3-movemail): Use it.
5502
5503         * message.el (message-check-news-body-syntax): Fix signature check if
5504         there's an attachment.
5505
5506 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5507
5508         * mm-util.el: Add comments to the mm- emulating functions.
5509
5510 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5511
5512         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5513         Reported by Stephen Berman <stephen.berman@gmx.net>.
5514
5515 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5516
5517         * mm-util.el (mm-substring-no-properties): New function.
5518         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5519         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5520         (mm-string-to-multibyte): Doc fix.
5521
5522         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5523
5524 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5525
5526         * mml.el (mml-attach-file): Strip text properties from file name.
5527         (Bug#1574)
5528
5529 2008-12-16  Glenn Morris  <rgm@gnu.org>
5530
5531         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5532
5533 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5534
5535         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5536         knows since the charset specified might be a bogus alias that
5537         mm-charset-synonym-alist provides.
5538
5539 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5540
5541         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5542         "ISO_8859-1".
5543
5544         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5545
5546 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5547
5548         * mm-util.el (mm-charset-eval-alist):
5549         Define it before mm-charset-to-coding-system.
5550         (mm-charset-to-coding-system): Add optional argument `silent';
5551         define it before mm-charset-override-alist.
5552         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5553         default value if it can be used in Emacs currently running;
5554         silence mm-charset-to-coding-system.
5555
5556 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5557
5558         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5559         `allow-override' which says whether to use `mm-charset-override-alist'.
5560         (rfc2047-decode-encoded-words): Use it.
5561
5562         * mm-util.el (mm-charset-override-alist): Fix custom type;
5563         add `(gb2312 . gbk)' to choices.
5564
5565 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5568         fast.
5569
5570         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5571
5572         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5573
5574 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5575
5576         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5577         on links.
5578
5579         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5580
5581 2008-12-03  Lute Kamstra  <lute@gnu.org>
5582
5583         * sha1.el: Remove leading * from docstrings of defcustoms,
5584         deffaces, defconsts and defuns.
5585
5586 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5587
5588         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5589         users' addresses that don't have domain parts.
5590         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5591         rather than message-narrow-to-head since there will be the message
5592         header separator.
5593
5594 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5595
5596         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5597         since the result is inserted in a unibyte buffer anyway.
5598         (nnimap-demule-use-string-to-multibyte): Remove.
5599         (nnimap-demule): Alias it to mm-string-to-multibyte.
5600
5601 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5604         variable for debugging bug#464 and bug#1174.
5605         (nnimap-demule): Use it.
5606
5607 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5608
5609         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5610         score calculation correctly.
5611
5612 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5613
5614         * message.el (message-send-mail): Just set the buffer to unibyte
5615         rather than use mm-with-unibyte-current-buffer which does a lot more.
5616         (message-send-mail-partially): Don't bother with
5617         mm-with-unibyte-current-buffer since it's already been made unibyte by
5618         message-send-mail.
5619
5620 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5623
5624 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5625
5626         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5627
5628 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5631         require itself and to remove `with-no-warnings'.
5632
5633 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5634
5635         * starttls.el (starttls-any-program-available): Get the name of the
5636         available TLS layer program.
5637         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5638         well as the host name in the "opening" message.
5639
5640         * auth-source.el (auth-source-cache, auth-source-do-cache)
5641         (auth-source-user-or-password): Cache passwords and logins by default,
5642         allow override with `auth-source-do-cache'.
5643         (auth-source-forget-user-or-password): Allow users to remove cache
5644         entries if needed.
5645
5646 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5647
5648         * md4.el (md4-buffer): Fix typo in docstring.
5649         (md4, md4-64): Doc fixes.
5650         (md4-pack-int32): Reflow docstring.
5651
5652 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5653
5654         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5655         condition-case to only the forward-sexp call.
5656
5657 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5658
5659         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5660         quotes contained.  Make it more robust regardless by an extra
5661         condition-case wrapper.
5662
5663 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5664
5665         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5666
5667 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * nnml.el (nnml-request-expire-articles): Check if the function set to
5670         `nnmail-expiry-target' returns the symbol `delete'.
5671
5672         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5673
5674         * nnmail.el (nnmail-expiry-target): Fix custom type.
5675
5676 2008-10-02  Glenn Morris  <rgm@gnu.org>
5677
5678         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5679         Silence compiler warning.
5680
5681 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5682
5683         * tls.el (open-tls-stream): Show the actual command being
5684         executed, instead of the format string.
5685
5686 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5687
5688         * lpath.el: Fbind codepage-setup for Emacs 23.
5689
5690 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5691
5692         * mml.el (mml-menu): Don't assume mml2015 is bound.
5693
5694 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5697         exists.
5698
5699 2008-09-27  Glenn Morris  <rgm@gnu.org>
5700
5701         * gnus-util.el (mail-header-remove-comments): Autoload it.
5702
5703 2008-09-27  Andreas Schwab  <schwab@suse.de>
5704
5705         * gnus-util.el (gnus-split-references): Strip comments.
5706         (gnus-parent-id): Likewise.
5707
5708 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5709
5710         * message.el (message-confirm-send): Fix version.
5711
5712 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5713
5714         * message.el (message-idna-to-ascii-rhs-1): Use
5715         mail-extract-address-components rather than mail-header-parse-addresses
5716         that is an alias by default to ietf-drums-parse-addresses that does not
5717         support non-ASCII names in headers' contents.
5718
5719 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5720
5721         * message.el (message-confirm-send): Fix variable documentation to
5722         avoid the "y/n" wording.
5723
5724 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5725
5726         * message.el (message-set-auto-save-file-name): Save to a different
5727         filename so multiple messages (especially drafts) can be recovered.
5728
5729 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5730
5731         * message.el (message-confirm-send): Add appropriate version.
5732
5733 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5736         defvar.
5737
5738 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5739
5740         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5741         (mm-pkcs7-enveloped-magic): Ditto.
5742
5743 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5744
5745         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5746         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5747
5748 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5749
5750         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5751         default, it's better.
5752
5753 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5754
5755         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5756         summary line gnus-number property and ignore them (with a warning
5757         message).
5758
5759 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5760
5761         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5762         macro caddr in the interactive form since it won't be expanded.
5763
5764 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5767         `charset'; fix name of function called recursively.
5768         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5769
5770 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5771
5772         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5773         (gnus-mime-set-charset-parameters): New function.
5774         (gnus-mime-view-part-as-charset): Use it to correctly display part
5775         specifying wrong charset.
5776
5777 2008-09-08  David Engster  <dengste@eml.cc>
5778
5779         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5780         in completing-read for back end server.
5781
5782 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * message.el (message-confirm-send): New variable to confirm sending a
5785         message.
5786         (message-send): Use it.
5787
5788 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5789
5790         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5791
5792 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5795
5796 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5797
5798         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5799         prevent tracking too many groups.
5800         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5801         Use it.
5802
5803 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5804
5805         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5806         moving point to the bottom of the window in order to avoid recentering.
5807
5808 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5809
5810         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5811
5812         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5813         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5814         (gnus-article-beginning-of-window): Fix calculation.
5815
5816 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5817
5818         * gnus-msg.el (gnus-summary-supersede-article)
5819         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5820         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5821         message header.
5822
5823 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5824
5825         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5826         pending output coming after the status change.
5827
5828 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5829
5830         * message.el:
5831         * gnus-start.el:
5832         * gnus-registry.el: Remove VMS support.
5833
5834 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5837         macro.
5838         (rfc2104-hash): Use it.
5839
5840 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5841
5842         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5843         (gnus-summary-sort-by-most-recent-date): New commands.
5844         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5845         and menu entries.
5846
5847 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5848
5849         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5850         don't redisplay article for raw contents; remove plural articles stuff.
5851
5852         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5853         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5854         on gnus-summary-save-article; display results properly.
5855
5856 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * lpath.el: No need to fbind ns-focus-frame.
5859
5860 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5863
5864 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-art.el (gnus-summary-save-in-pipe):
5867         Consider gnus-save-all-headers.
5868
5869 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5870
5871         * gnus-util.el (ns-focus-frame): Remove declaration.
5872         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5873         like x.
5874
5875 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5876
5877         * rfc2104.el (rfc2104-zero): Delete defconst.
5878         (rfc2104-hex-alist): Likewise.
5879         (rfc2104-hex-to-int): Delete func.
5880         (rfc2104-hexstring-to-bitstring): Likewise.
5881         (rfc2104-nybbles): New defconst.
5882         (rfc2104-hash): Rewrite for speed.
5883
5884 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * tls.el (open-tls-stream): Make it work with the 2nd argument
5887         BUFFER that is a string but does not exist as a buffer object, as
5888         mentioned in the doc-string.
5889
5890 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5891
5892         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5893         SXEmacs.
5894
5895 2008-07-16  Glenn Morris  <rgm@gnu.org>
5896
5897         * gnus-util.el (ns-focus-frame): Declare for compiler.
5898
5899 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5900
5901         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5902         set as a group parameter.
5903         (gnus-summary-save-in-pipe): Work when it is called independently.
5904         (gnus-summary-pipe-to-muttprint): Don't modify
5905         gnus-summary-pipe-output-default-command.
5906
5907 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5908
5909         * message.el (message-send-mail-with-sendmail):
5910         Display the error message.
5911
5912 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5913
5914         * gnus-art.el (gnus-default-article-saver):
5915         Add gnus-summary-save-in-pipe to choices.
5916         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5917         gnus-summary-pipe-output-default-command as the default command.
5918         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5919         instead of gnus-last-shell-command.
5920
5921         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5922         New user option.
5923         (gnus-summary-muttprint-program): Mention the value will be changed.
5924         (gnus-summary-save-article): Force showing of all headers.
5925         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5926
5927 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5928
5929         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5930
5931 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5932
5933         * nnimap.el (nnimap-id):
5934         * sieve-manage.el (sieve-manage-open): Doc fixes.
5935
5936 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5937
5938         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5939         if available.
5940
5941 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5942
5943         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5944
5945         * nnkiboze.el (nnkiboze-generate-group):
5946         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5947
5948         * nnmairix.el: Require CL.
5949
5950 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * dgnushack.el: Autoload get-display-table and put-display-table for
5953         XEmacs 21.5.
5954
5955         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5956         21.4 and SXEmacs.
5957
5958 2008-06-15  David Engster  <dengste@eml.cc>
5959
5960         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5961
5962 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5963
5964         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5965         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5966         runtime choice under XEmacs.
5967
5968         * gnus-sum.el (gnus-summary-set-display-table):
5969         Use `gnus-put-display-table', `gnus-get-display-table',
5970         `gnus-set-display-table' for the display table, instead of `aset'.
5971
5972         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5973         Use `gnus-put-display-table', `gnus-get-display-table',
5974         `gnus-set-display-table' for the display table.
5975
5976 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5977
5978         * nnmairix.el: Add autoloads.
5979
5980 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * nnmairix.el (nnmairix-delete-recreate-group)
5983         (nnmairix-update-and-clear-marks): Fix error messages.
5984
5985 2008-06-14  David Engster  <dengste@eml.cc>
5986
5987         * nnmairix.el: Upgrade to version 0.6.
5988         (nnmairix-group-toggle-propmarks-this-group)
5989         (nnmairix-group-toggle-readmarks-this-group)
5990         (nnmairix-group-delete-recreate-this-group)
5991         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5992         (nnmairix-remove-tick-mark-original-article): New commands.
5993         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5994         (nnmairix-propagate-marks-to-nnmairix-groups)
5995         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5996         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5997         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5998         functions needed for marks propagation and manipulation of read marks.
5999         (nnmairix-update-groups): New function.
6000         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6001         (nnmairix-determine-original-group-from-registry)
6002         (nnmairix-determine-original-group-from-path)
6003         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6004         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6005         New helper functions.
6006         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6007         keystrokes for new commands.
6008         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6009         (nnmairix-request-group): Check allow-fast group parameter.
6010         (nnmairix-request-create-group): Set allow-fast group parameter if
6011         nnmairix-allowfast-default is set.
6012         (nnmairix-close-group): Propagate marks upon closing if needed.
6013         (nnmairix-group-toggle-threads-this-group): Use new.
6014         nnmairix-group-toggle-parameter helper function.
6015         (nnmairix-search): Better check for empty search result.
6016         (nnmairix-goto-original-article): Use new helper functions for
6017         determining original article.
6018         (nnmairix-show-original-article): Make sure message-id is in brackets.
6019         (nnmairix-call-mairix-binary): Change variable name.
6020         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6021         helper function.
6022         (nnmairix-widget-toggle-activate): Fix doc string.
6023
6024 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6025
6026         * nnir.el: Require edmacro when compiling with XEmacs.
6027         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6028         available in Emacs 21.
6029
6030 2008-06-11  Glenn Morris  <rgm@gnu.org>
6031
6032         * gnus-util.el (x-focus-frame):
6033         * gnus.el (image-size):
6034         * mm-decode.el (image-size): Declare.
6035
6036         * gnus-picon.el (declare-function): Add compat definition.
6037         (image-size): Declare.
6038
6039         * gnus-group.el (tool-bar-map):
6040         * gnus-sum.el (tool-bar-map): Define for compiler.
6041
6042         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6043
6044         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6045
6046         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6047         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6048         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6049         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6050         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6051         * sieve-manage.el, spam-report.el, spam.el:
6052         Remove unnecessary eval-and-compile of autoloads.
6053
6054 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6055
6056         * auth-source.el: Precise Tramp doc.
6057
6058 2008-06-07  Glenn Morris  <rgm@gnu.org>
6059
6060         * nnmairix.el: Remove unnecessary eval-when-compile.
6061
6062 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6063
6064         * lpath.el: Fbind propertize for XEmacs 21.4.
6065
6066 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * nnir.el: Move here from ../contrib.
6069
6070 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6071
6072         * gnus-util.el (gnus-read-shell-command): New function.
6073         * mm-decode.el (mm-pipe-part):
6074         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6075
6076 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6077
6078         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6079
6080 2008-06-03  Glenn Morris  <rgm@gnu.org>
6081
6082         * pop3.el (nnheader-accept-process-output): Autoload it.
6083
6084 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6085
6086         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6087         are not 2-digit hexadecimal characters that follow `%'s.
6088
6089 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6090
6091         * message.el (message-bogus-recipient-p): Fix type in doc string.
6092         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6093         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6094         Improve custom options.
6095         (message-bogus-recipient-p): Adjust accordingly.
6096
6097 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6098
6099         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6100         long-form month and day names.
6101
6102 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6103
6104         * dgnushack.el: Autoload debug, eudc-expand-inline and
6105         pgg-snarf-keys-region for XEmacs.
6106
6107         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6108
6109         * nnmairix.el: Require edmacro when compiling with XEmacs.
6110
6111 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6112
6113         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6114         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6115
6116 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6117
6118         * auth-source.el: Add more docs.
6119
6120         * netrc.el (netrc-machine): Always match if the port is not given.
6121
6122 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6123
6124         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6125         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6126         retrieval faster in some cases, but might make CPU usage larger.
6127         If this has any bad side effects, we might revert this change.
6128
6129         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6130         seems to make mail retrieval much, much faster.
6131         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6132         unconditionally.
6133
6134         * gnus-draft.el (gnus-group-send-queue):
6135         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6136
6137 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6138
6139         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6140
6141         * message.el (message-bogus-address-regexp): Fix and improve custom
6142         type.
6143         (message-setup-hook): Add message-check-recipients as custom option.
6144
6145 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * message.el (message-cite-function): Remove bogus autoload which crept
6148         in during merge from v5-10.
6149
6150 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6151
6152         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6153
6154         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6155
6156         * auth-source.el: Preliminary Tramp docs.
6157         (auth-sources): Change the default auth-sources to use
6158         EPA .gpg files.
6159
6160 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6161
6162         * nntp.el: Autoload `auth-source-user-or-password'.
6163         (nntp-send-authinfo): Use it.
6164
6165         * nnimap.el: Autoload `auth-source-user-or-password'.
6166         (nnimap-open-connection): Use it.
6167
6168         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6169         for the gnus-message function.
6170         (auth-source-user-or-password): Use it.
6171
6172 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6173
6174         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6175         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6176         (rfc2104-hash): Use it.
6177
6178 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6179
6180         * gnus-art.el (gnus-article-toggle-truncate-lines):
6181         Don't use `iff' in docstring.
6182
6183 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6184
6185         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6186
6187         * gnus-util.el (gnus-extract-address-component-name)
6188         (gnus-extract-address-component-email): Convenience functions around
6189         `gnus-extract-address-components'.
6190
6191         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6192         Use `gnus-extract-address-component-email' to fix bug of comparing full
6193         sender name to `user-mail-address'.
6194
6195 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6196
6197         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6198         catch/throw to optimize.
6199         (gnus-registry-find-keywords): Just use member to find a keyword.
6200
6201 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6202
6203         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6204         is current before calling gnus-server-prepare.
6205         (gnus-server-setup-buffer, gnus-server-update-server)
6206         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6207
6208 2008-05-04  Juri Linkov  <juri@jurta.org>
6209
6210         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6211         (mailcap-file-default-commands): Use mailcap-replace-in-string
6212         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6213         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6214
6215 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6216
6217         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6218
6219 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6220
6221         * gnus.el: Bump version to 0.11.
6222
6223 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6224
6225         * gnus.el: No Gnus v0.10 is released.
6226
6227 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6228
6229         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6230         hooks.
6231         (gnus-update-read-articles): Speed up non-marks-using users.
6232         (gnus-use-marks): Define gnus-use-marks.
6233         (gnus-propagate-marks): Rename variable to something more sensible.
6234
6235 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6236
6237         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6238         (gmm-image-load-path-for-library): Fix typos in docstrings.
6239         (gmm-message): Reflow docstring.
6240
6241 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6242
6243         * mail-source.el (mail-source-set-1, mail-source-bind):
6244         Move auth-source code out of the macro to clean it up and fix bugs.
6245
6246 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6247
6248         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6249         by sender if it's equal to user-mail-address, it's likely to be
6250         useless.
6251
6252         * mail-source.el (mail-source-bind): Don't use user or password if they
6253         are not bound.  Unintern them if they are nil.  Don't use server unless
6254         it's bound, and default it to empty string otherwise.
6255
6256 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6257
6258         * mail-source.el: Load auth-source.el.
6259         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6260         get user name or password, if auth-sources is set up.
6261
6262         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6263         strategy of splitting with parent.
6264         (gnus-registry-split-fancy-with-parent)
6265         (gnus-registry-post-process-groups): Use it and fix prior
6266         bug (returning a list as the split result).
6267
6268         * auth-source.el (auth-sources): Remove server parameter.
6269         (auth-source-pick, auth-source-user-or-password)
6270         (auth-source-user-or-password-imap)
6271         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6272         (auth-source-user-or-password-sftp)
6273         (auth-source-user-or-password-smtp): Remove server parameter.
6274
6275 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6276
6277         * smime.el (smime-sign-region, smime-encrypt-region)
6278         (smime-decrypt-region):
6279         Remove redundant calls to `generate-new-buffer-name'.
6280
6281 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6282
6283         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6284         Don't use QP for message/rfc822.
6285         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6286
6287 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6288
6289         * sieve-manage.el (sieve-string-bytes): Remove.
6290         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6291         correct byte-length only if the process's coding-system is the same as
6292         the one used internally by Emacs to represent strings.
6293
6294 2008-04-22  Juri Linkov  <juri@jurta.org>
6295
6296         * mailcap.el (mailcap-file-default-commands): New function.
6297
6298 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6299
6300         * message.el (message-signature-separator, message-cite-function):
6301         Change custom version.
6302
6303 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6304
6305         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6306         commands.
6307         (tls-checktrust): Ditto.
6308
6309 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6310
6311         * mm-decode.el (mm-display-external): Make temp file read-only.
6312
6313 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6316         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6317         `C-c C-f d'.
6318
6319 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6320
6321         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6322
6323 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6324
6325         * gnus.el: Bump version to 0.9.
6326
6327 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * gnus.el: No Gnus v0.8 is released.
6330
6331 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6332
6333         * mail-source.el (mail-source-value):
6334         Prefer fboundp to functionp so it works with macros as well.
6335
6336 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6337
6338         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6339         Fix last change in case the element is not even a symbol.
6340
6341 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6342
6343         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6344         Prefer fboundp to functionp so it works with macros as well.
6345
6346 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6347
6348         * auth-source.el: Add docs.
6349         (auth-sources): Modify format to support server.
6350         (auth-source-pick, auth-source-user-or-password)
6351         (auth-source-user-or-password-imap)
6352         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6353         (auth-source-user-or-password-sftp)
6354         (auth-source-user-or-password-smtp): Add server parameter.
6355
6356 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6357
6358         * gnus-registry.el: Initialize the registry when gnus-registry-install
6359         is t.
6360
6361 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6362
6363         * compface.el (uncompface): Make buffer unibyte.
6364
6365 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6366
6367         * mail-source.el (mail-source-value):
6368         Prefer fboundp to functionp so it works with macros as well.
6369
6370 2008-04-05  Glenn Morris  <rgm@gnu.org>
6371
6372         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6373
6374 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6375
6376         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6377         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6378
6379         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6380         multibyteness after rather than before erasing it.
6381
6382         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6383         mm-with-multibyte.
6384         (gnus-request-article-this-buffer): Make sure the proper decoding is
6385         used if gnus-original-article-buffer happens to be unibyte.
6386
6387         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6388         default-enable-multibyte-characters.
6389
6390         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6391         default-enable-multibyte-characters.
6392
6393         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6394
6395         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6396
6397 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6398
6399         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6400         Fix last change in case the element is not even a symbol.
6401
6402 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6403
6404         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6405         (imap-message-copyuid-1): Use it.
6406         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6407         J. Williams in
6408         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6409
6410         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6411         imap-enable-exchange-bug-workaround.
6412         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6413
6414 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6415
6416         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6417         a 100 byte status-checks into a 2-3MB transfer for each group.
6418         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6419         to enable bug workaround or not.
6420         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6421
6422 2008-03-31  Glenn Morris  <rgm@gnu.org>
6423
6424         * message.el (mml2015-use): Declare for compiler.
6425         (message-info): Require mml2015 when appropriate.
6426
6427 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6428
6429         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6430         whitespace.
6431
6432 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6433
6434         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6435         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6436         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6437         (nntp-service-to-port): New function.
6438         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6439         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6440         (nntp-open-netcat-stream): New function.
6441         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6442
6443 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6444
6445         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6446
6447 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6448
6449         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6450
6451 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6452
6453         * dns.el (dns-write): Use set-buffer-multibyte.
6454
6455 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6456
6457         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6458
6459 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6460
6461         * message.el (message-signature-separator): Change default.
6462         Improve custom type.
6463         (message-cite-function): Change default to
6464         message-cite-original-without-signature.
6465
6466         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6467         toggle.
6468
6469         * message.el (message-check-news-body-syntax): Fix signature check.
6470         (message-setup-1): Mark buffer as unmodified _after_ running
6471         message-setup-hook and handling message-alternative-emails.
6472         (message-shorten-references): Be more strict when building list of
6473         valid references to comply with GNKSA.
6474
6475         * gnus-group.el (gnus-read-ephemeral-bug-group)
6476         (gnus-read-ephemeral-debian-bug-group)
6477         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6478
6479         * message.el (message-info): Don't use booleanp which isn't supported
6480         in Emacs 21 and XEmacs.
6481
6482 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6483
6484         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6485         gnus-group-gmane-group-download-format.
6486         (gnus-group-read-ephemeral-gmane-group): Rename from
6487         gnus-group-read-ephemeral-gmane-group.
6488         (gnus-read-ephemeral-gmane-group-url): Rename from
6489         gnus-group-read-ephemeral-gmane-group-url.
6490         (gnus-bug-group-download-format-alist): New variable.
6491         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6492         (gnus-read-ephemeral-emacs-bug-group): New commands.
6493
6494 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6495
6496         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6497         (gnus-visible-headers): Improve custom type.
6498
6499 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6500
6501         * mml.el (mml-menu): Add workarounds for XEmacs.
6502
6503         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6504         X-Boundary header.
6505
6506         * message.el (message-simplify-recipients): Fix previous commit.
6507
6508 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6509
6510         * mm-util.el (mm-set-buffer-multibyte): New function.
6511         * mm-decode.el (mm-copy-to-buffer): Use it.
6512
6513         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6514         Prefer fboundp to functionp so it works with macros as well.
6515
6516 2008-03-19  Glenn Morris  <rgm@gnu.org>
6517
6518         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6519         Accidentally removed in the sync process with Emacs.
6520
6521 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6522
6523         * message.el (message-alter-recipients-discard-bogus-full-name):
6524         New function.
6525         (message-alter-recipients-function): New variable.
6526         (message-get-reply-headers): Use it.
6527         (message-replace-header): New helper function.
6528         (message-recipients-without-full-name): New variable.
6529         (message-simplify-recipients): New command.
6530
6531         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6532
6533         * message.el (message-info): Handle EasyPG manual.
6534
6535         * mml.el (mml-menu): Add entry for EasyPG.
6536
6537 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6538
6539         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6540         parameter.
6541
6542         * message.el (message-disassociate-draft): Specify drafts group name
6543         fully.
6544
6545 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6546
6547         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6548         Eliminate unnecessary duplicates from the match list.
6549
6550 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6551
6552         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6553
6554         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6555
6556         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6557         args of `how-many' of which the XEmacs version doesn't take; declare
6558         Info-index-next as function.
6559
6560 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6561
6562         * gnus-score.el (gnus-score-headers): Fix handling of
6563         gnus-inhibit-slow-scoring.
6564
6565         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6566         string.
6567         (gnus-button-url-regexp): Improve handling of parenthesis.
6568         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6569         (gnus-button-handle-info-keystrokes): Handle index entries.
6570
6571 2008-03-15  Glenn Morris  <rgm@gnu.org>
6572
6573         * parse-time.el (parse-time-string): Simplify.
6574
6575 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6576
6577         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6578         Incoming* files.
6579
6580 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6581
6582         * auth-source.el (auth-sources): Rename from auth-source-choices.
6583         (auth-source-pick): Use it.
6584
6585 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6586
6587         * binhex.el (binhex-decode-region-internal):
6588         * uudecode.el (uudecode-decode-region-internal):
6589         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6590         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6591         setting default-enable-multibyte-characters.
6592
6593 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6594
6595         * auth-source.el (auth-source-protocols)
6596         (auth-source-protocols-customize, auth-source-choices): Add and
6597         modified variable customizations and defaults.
6598         (auth-source-pick, auth-source-user-or-password)
6599         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6600         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6601         (auth-source-user-or-password-sftp)
6602         (auth-source-user-or-password-smtp): Use new variables and provide an
6603         interface to netrc.el.
6604
6605 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6606
6607         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6608         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6609         Make sure the nntp port to specify is a string.
6610
6611 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6612
6613         * nntp.el: Use with-current-buffer.
6614         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6615         dubious mm-with-unibyte-current-buffer.
6616         (nntp-with-open-group-function): New function extracted from
6617         nntp-with-open-group macro.
6618         (nntp-with-open-group): Use the function, so it's easier to debug.
6619         Add indentation and debugging info.
6620         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6621         Recommend the use of the netcat alternatives.
6622
6623         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6624         Avoid mm-string-as-multibyte as well.
6625
6626         * nnweb.el (nnweb-insert-html):
6627         Remove use of nnheader-string-as-multibyte.
6628
6629         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6630         (nnheader-string-as-multibyte): Remove.
6631
6632         * mm-view.el: Use inhibit-read-only.
6633         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6634         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6635         or unibyte-string.
6636
6637         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6638         (mm-uu-yenc-extract): Use with-current-buffer.
6639
6640         * gnus-soup.el (gnus-soup-send-packet): Don't use
6641         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6642
6643         * nnmh.el: Use with-current-buffer.
6644         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6645         mm-string-as-multibyte on the output of mm-encode-coding-string.
6646
6647         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6648         (nnimap-request-move-article): Use with-current-buffer.
6649
6650         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6651         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6652         conversion uses string-make-unibyte rather than string-as-unibyte.
6653
6654         * gnus-msg.el: Use with-current-buffer.
6655
6656         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6657
6658 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6659
6660         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6661         string for caching if it is 'PIN.
6662
6663 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * lpath.el: Consider the case without Emacs/W3.
6666
6667 2008-03-08  Glenn Morris  <rgm@gnu.org>
6668
6669         * time-date.el (date-to-time, time-subtract, time-add)
6670         (safe-date-to-time): Doc fixes.
6671
6672 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * mail-source.el (mail-source-delete-old-incoming-confirm):
6675         Change default to nil.
6676         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6677
6678 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6679
6680         * lpath.el: Rearrange.
6681
6682         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6683         (gnus-article-goto-prev-page): Work for articles having ^L's.
6684
6685         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6686
6687         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6688
6689 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6690
6691         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6692         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6693         (gnus-bookmark-jump): Adjust some variable names.
6694
6695 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6696
6697         * auth-source.el: New package.
6698         (auth-source-choices): Add customization entry point variable.
6699
6700         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6701         bug.
6702
6703 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6706         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6707         (gnus-registry-install-shortcuts): Rename from
6708         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6709         the `gnus-registry-mark-map' keymap dynamically from
6710         `gnus-registry-marks'.  The generated functions update the summary line
6711         when a registry mark is added or deleted, and will call
6712         `gnus-registry-install-p' (see the comments in the code).
6713         (gnus-registry-user-format-function-M): Use concat intelligently.
6714
6715         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6716         the registry mark functions.
6717
6718 2008-03-05  Glenn Morris  <rgm@gnu.org>
6719
6720         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6721         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6722         gnus-art.
6723         (top-level): No need to load own source when compiling.
6724
6725 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6726
6727         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6728         Suggested by <chris.anderton@zetnet.co.uk>.
6729
6730 2008-03-04  Glenn Morris  <rgm@gnu.org>
6731
6732         * gnus-sum.el (top-level): No need to require gnus when compiling,
6733         since unconditionally required near start of file.
6734         (gnus-summary-display-while-building): Move definition before use.
6735
6736 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6737
6738         * gnus-registry.el (gnus-registry-user-format-function-M):
6739         Add formatting function.
6740
6741 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6742
6743         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6744         with plists.
6745         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6746         Use new format.
6747
6748 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6749
6750         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6751         `where-is-internal' that returns a range of key sequences.
6752
6753 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6754
6755         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6756
6757         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6758         (gnus-summary-jump-to-group): Consider windows on other displayed
6759         frames as well.  Similar changes might be needed elsewhere, but that's
6760         the one I've bumped into during my use.
6761
6762         * nndoc.el (nndoc-oe-dbx-type-p):
6763         * gnus-msg.el (gnus-debug):
6764         * gnus-group.el (gnus-update-group-mark-positions):
6765         Use mm-string-to-multibyte.
6766
6767 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6770         doesn't handle NotDashEscaped.
6771
6772         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6773         (mml-dnd-attach-options): Fix typo in custom choice.
6774
6775         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6776         Change nndoc-article-type to mbox.
6777         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6778
6779         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6780         to nil, instead of html2text.
6781
6782         * imap.el (imap-debug): Add `imap-ping-server'.
6783
6784         * gnus-bookmark.el: Add FIXMEs.
6785
6786         * message.el (message-form-letter-separator)
6787         (message-send-form-letter-delay): New variables.
6788         (message-send-form-letter): Use them.  New command to send form
6789         letters.  Requested by Uwe Siart.
6790         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6791
6792 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6793
6794         * Update copyright years.
6795
6796 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         Sync from EMACS_22_BASE.
6799
6800         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6801
6802 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6803
6804         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6805         empty author.
6806
6807 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6808
6809         * gnus-registry.el (gnus-registry-marks): Add variable for
6810         customization of marks and their appearance.
6811         (gnus-registry-read-mark): Use it.
6812         (gnus-registry-do-marks): Add utility function to loop through
6813         `gnus-registry-marks'.
6814         (gnus-registry-install-shortcuts-and-menus): Add function to install
6815         shortcuts and menus.
6816         (gnus-registry-initialize): Use it.
6817         (gnus-registry-default-mark): Clarify documentation.
6818
6819 2008-02-29  Glenn Morris  <rgm@gnu.org>
6820
6821         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6822         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6823         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6824         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6825         Change defcustom :version from 23.0 to 23.1.
6826
6827 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6828
6829         * gnus-registry.el (gnus-registry-follow-group-p)
6830         (gnus-registry-post-process-groups): Add functions to aid registry
6831         splitting and improve logging.  Clarify behavior in function
6832         documentation.
6833         (gnus-registry-split-fancy-with-parent): Use them.
6834
6835 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6836
6837         * gnus-art.el: Use with-current-buffer.
6838
6839 2008-02-27  David Engster  <dengste@eml.cc>
6840
6841         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6842         Express real group name in the response.
6843
6844 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6845
6846         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6847         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6848         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6849         autoload gnus-registry-fetch-group when compiling.
6850         (nnmairix-request-group-with-article-number-correction):
6851         Remove unreferenced argument passed to nnmairix-call-backend.
6852
6853 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6854
6855         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6856         (mm-uu-extract): Improve face for low color ttys.
6857         Reported by Sascha Wilde.
6858
6859 2008-02-27  Glenn Morris  <rgm@gnu.org>
6860
6861         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6862         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6863         variables to defconsts.  Convert comments to doc-strings.
6864         (nnmairix-last-server, nnmairix-current-server): Convert from free
6865         variables to defvars.  Convert comments to doc-strings.
6866         (gnus-registry-fetch-group): Autoload.
6867         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6868         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6869         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6870         caddr.
6871         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6872         nnmairix-request-group-with-article-number-correction call.
6873         (nnmairix-fast, nnmairix-group): New, less general names, for free
6874         variables passed from nnmairix-request-group to
6875         nnmairix-request-group-with-article-number-correction.  Declare.
6876         (nnmairix-request-group-with-article-number-correction):
6877         Use nnmairix-fast, nnmairix-group rather than fast, group.
6878
6879 2008-02-26  David Engster  <dengste@eml.cc>
6880
6881         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6882         version 0.5.
6883
6884 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6885
6886         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6887         instead of making an extra function call.  Don't add the current group
6888         to articles only when they have the group.  Use
6889         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6890         Reported by David <de_bb@arcor.de>.
6891
6892 2008-02-24  Miles Bader  <miles@gnu.org>
6893
6894         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6895         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6896         (mm-find-mime-charset-region):
6897         * mm-bodies.el (mm-encode-body):
6898         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6899
6900 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6903         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6904
6905 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * mail-source.el (mail-source-delete-incoming): Change default.
6908         Supplement doc string.
6909
6910         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6911
6912 2008-02-14  Glenn Morris  <rgm@gnu.org>
6913
6914         * time-date.el (format-seconds): New function.
6915
6916 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6917
6918         * nnmail.el (nnmail-message-id-cache-file): Derive from
6919         `gnus-home-directory'.
6920
6921 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6922
6923         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6924         Document negative prefix.
6925
6926         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6927
6928 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6929
6930         * message.el (message-unsent-separator): Add the Exim bounce
6931         separator.
6932
6933 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6934
6935         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6936         list.
6937         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6938         recipient/signer list.
6939
6940 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * Makefile.in (datarootdir): Define.
6943         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6944         name that might contain whitespace.
6945
6946 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6949         fbound (Emacs 23 unicode), signal an error.
6950
6951 2008-02-08  Glenn Morris  <rgm@gnu.org>
6952
6953         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6954
6955 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6956
6957         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6958         ports to the calls to `netrc-machine-user-or-password' in addition to
6959         "imap" and "imaps".
6960
6961 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6962
6963         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6964
6965         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6966
6967 2008-02-01  Kenichi Handa  <handa@m17n.org>
6968
6969         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6970         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6971         (rfc2104-hash): Convert the result of concat to unibyte string.
6972
6973 2008-02-01  Dave Love  <fx@gnu.org>
6974
6975         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6976         coding-system-for-read.
6977         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6978
6979 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6980
6981         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6982         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6983         <hanche@math.ntnu.no>.
6984
6985 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6988
6989         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6990
6991 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6992
6993         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6994         * message.el (message-beginning-of-line): Use featurep instead of bound
6995         tests in order to resolve conditionals at compile time.
6996
6997 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6998
6999         * mail-source.el (mail-sources): Add `group' choice.
7000
7001         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7002         parameter `in-group' to control into which group the articles go.
7003         Add treatment of `group' mail-source.
7004
7005 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7006
7007         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7008
7009         * mm-decode.el (mm-dissect-buffer): Decode description.
7010
7011         * mml.el (mml-to-mime): Encode message header first.
7012
7013 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7014
7015         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7016         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7017
7018         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7019         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7020
7021 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7022
7023         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7024
7025 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7026
7027         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7028         prefix keys.
7029         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7030         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7031         gnus-xmas.el.
7032
7033         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7034         (gnus-xmas-article-describe-bindings): New function.
7035         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7036         gnus-xmas-article-describe-bindings.
7037
7038         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7039
7040 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7041
7042         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7043         Add new variables for article mark management.
7044         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7045         list of extra data entries which, when present, will indicate that the
7046         article ID should not be trimmed from the registry.
7047         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7048         functions.
7049         (gnus-registry-read-mark): New function to read a mark name from the
7050         user.
7051         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7052         (gnus-registry-set-article-mark-internal): New functions to add and
7053         remove marks.
7054         (gnus-registry-get-article-marks): New function to show the marks for
7055         an article, or retrieve them for further use.
7056
7057 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7060         keys when no argument is given.
7061
7062 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7063
7064         * imap.el (imap-ping-server): New variable.
7065         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7066         (imap-ping-server): Minor doc string fixes.
7067
7068 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7069
7070         * imap.el (imap-ping-server): New function.
7071         (imap-opened): Call imap-ping-server.
7072
7073 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7074
7075         * gnus-sum.el (gnus-article-sort-by-random)
7076         (gnus-thread-sort-by-random): Fix doc strings.
7077         Reported by jidanni@jidanni.org.
7078
7079 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-art.el (gnus-article-describe-bindings): New function.
7082         (gnus-article-read-summary-keys): Use it.
7083         (gnus-article-mode-map): Bind `C-h b' to it.
7084
7085 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7086
7087         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7088         XEmacs.
7089         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7090         Protect against non-character events.
7091
7092         * lpath.el: Fbind map-keymap for Emacs 21.
7093
7094 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7097         New command.
7098         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7099         instead of END.  Change name of the temp file.
7100         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7101         customizable.
7102
7103 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7104
7105         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7106         bind `S W' to gnus-article-wide-reply-with-original; set default
7107         binding to gnus-article-read-summary-send-keys.
7108         (gnus-article-read-summary-keys): Fix the order of keys; display
7109         continuation keys correctly in the echo area; describe bindings
7110         correctly when keys end with `C-h'.
7111         (gnus-article-read-summary-send-keys): New function.
7112         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7113         Work for gnus-article-read-summary-send-keys; display continuation keys
7114         correctly in the echo area.
7115         (gnus-article-reply-with-original): Ignore prefix argument.
7116         (gnus-article-wide-reply-with-original): New function.
7117
7118         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7119         Emacs 21.
7120
7121 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7122
7123         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7124         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7125
7126 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7129         (gnus-group-read-ephemeral-gmane-group): New command.
7130
7131 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7132
7133         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7134
7135 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7136
7137         * message.el (message-send-mail-function): Increase custom version.
7138
7139         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7140         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7141
7142 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7143
7144         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7145         for the cases where imap-authenticate is called with a nil buffer
7146         parameter.
7147
7148 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7149
7150         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7151         html parts correctly; support forwarded messages.
7152         (gnus-article-browse-html-article): Remove work buffers.
7153
7154         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7155         compiling.
7156         (netrc-bound-and-true-p): New macro.
7157         (netrc-parse): Use it instead of bound-and-true-p that is not available
7158         in XEmacs 21.4.
7159
7160 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7161
7162         * gnus-registry.el (gnus-registry-mark-article)
7163         (gnus-registry-article-marks): Add functionality to mark articles
7164         through the Gnus registry.
7165
7166         * encrypt.el: Clarify documentation for the new pgg method.
7167         (encrypt-file-alist): Add PGG option.
7168         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7169         functionality.  Abstract password key and messaging to external
7170         functions.
7171         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7172         (encrypt-message-method-and-cipher): Add new convenience external
7173         functions.
7174         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7175         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7176
7177         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7178         (netrc-parse): Use encrypt-file-alist to determine if
7179         encrypt-find-model or encrypt-insert-file-contents should be used.
7180
7181         * encrypt.el: Clarify documentation.  Load password-cache or
7182         password, whichever one is found first, instead of autoloading.
7183
7184 2007-12-19  Glenn Morris  <rgm@gnu.org>
7185
7186         * mml.el (message-options-set, message-narrow-to-head)
7187         (message-in-body-p, message-mail-p, message-encode-message-body):
7188         Autoload.
7189         (message-remove-header, message-narrow-to-headers-or-head)
7190         (message-subscribed-p, message-make-mail-followup-to)
7191         (message-position-on-field, message-news-p)
7192         (message-options-set-recipient, message-generate-headers)
7193         (message-sort-headers): Declare as functions.
7194
7195 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7196
7197         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7198         convention in doc string.
7199
7200 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7201
7202         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7203         title to html parts.
7204         (gnus-article-browse-html-article): Pass message header to it.
7205
7206         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7207
7208 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7209
7210         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7211         or password compatible with XEmacs.
7212
7213 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7214
7215         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7216         format document.
7217         (gnus-mime-delete-part): Don't write description line if empty.
7218         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7219
7220 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7221
7222         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7223         (gnus-summary-mark-read-and-unread-as-read)
7224         (gnus-summary-mark-current-read-and-unread-as-read)
7225         (gnus-summary-mark-unread-as-ticked): Doc fix.
7226         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7227
7228 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7229
7230         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7231         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7232
7233 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7234
7235         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7236         yes-or-no-p.
7237
7238 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * mm-decode.el (mm-add-meta-html-tag): New function.
7241         (mm-save-part-to-file, mm-pipe-part): Use it.
7242
7243         * gnus-art.el (gnus-article-browse-delete-temp-files):
7244         Use gnus-y-or-n-p instead of y-or-n-p.
7245         (gnus-article-browse-html-parts): Work with message/external-body; use
7246         mm-add-meta-html-tag.
7247
7248 2007-12-11  Glenn Morris  <rgm@gnu.org>
7249
7250         * gnus-cache.el: Require gnus-sum not just when compiling.
7251
7252         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7253
7254         * gnus-int.el (gnus-server-opened, gnus-status-message):
7255         Move definitions before use.
7256
7257         * mm-decode.el: Require gnus-util.
7258         (mm-remove-part): Only call delete-annotation on XEmacs.
7259
7260         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7261
7262         * nnmail.el: Require gnus-int.
7263
7264         * spam.el: Move `require's before `eval-when-compile's.
7265
7266         * gnus-ems.el (gnus-alive-p):
7267         * gnus-fun.el (message-goto-eoh):
7268         * gnus-util.el (gnus-group-name-decode):
7269         * mail-source.el (gnus-compress-sequence):
7270         * message.el (Info-goto-node, format-spec):
7271         * mm-bodies.el (message-options-get):
7272         * mm-decode.el (mm-view-pkcs7):
7273         * mm-util.el (gmm-write-region):
7274         * mml-smime.el (mml-compute-boundary)
7275         (gnus-completing-read-with-default):
7276         * mml.el (widget-button-press, gnus-make-hashtable):
7277         * mml1991.el (mm-decode-content-transfer-encoding)
7278         (mm-encode-content-transfer-encoding)
7279         (message-options-get, message-options-set):
7280         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7281         * nnfolder.el (gnus-request-group):
7282         * nnheader.el (ietf-drums-unfold-fws):
7283         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7284         * smime.el (gnus-run-mode-hooks):
7285         * spam-stat.el (gnus-message): Autoload.
7286
7287         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7288         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7289         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7290         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7291         Add declare-function compatibility definition.
7292
7293         * gnus-cache.el (nnvirtual-find-group-art):
7294         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7295         (gnus-add-image, gnus-add-wash-type):
7296         * gnus-group.el (nnkiboze-score-file):
7297         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7298         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7299         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7300         (message-tokenize-header, gnus-get-buffer-create)
7301         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7302         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7303         * gnus.el (gnus-group-decoded-name):
7304         * mail-source.el (imap-capability):
7305         * mm-bodies.el (message-options-set):
7306         * mm-decode.el (gnus-configure-windows):
7307         * mm-extern.el (message-goto-body):
7308         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7309         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7310         (epg-sub-key-validity, message-options-set):
7311         * mml.el (widget-event-point, gnus-configure-windows):
7312         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7313         * mml2015.el (epg-check-configuration, epg-configuration)
7314         (message-options-set):
7315         * nndb.el (nndb-request-article):
7316         * nnfolder.el (gnus-request-create-group):
7317         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7318         * nnmaildir.el (gnus-group-mark-article-read):
7319         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7320         * rfc1843.el (message-fetch-field):
7321         * spam.el (gnus-extract-address-components):
7322         Declare as functions.
7323
7324 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7325
7326         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7327
7328         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7329
7330         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7331         bind show-trailing-whitespace for XEmacs.
7332
7333 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7334
7335         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7336         new no-op macro for backward compatibility.
7337
7338         * imap.el (imap-string-to-integer): New function.
7339
7340 2007-12-09  Glenn Morris  <rgm@gnu.org>
7341
7342         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7343
7344         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7345         * message.el, mm-view.el, sieve-manage.el, smime.el:
7346         Add declare-function compatibility definition.
7347
7348         * gnus-art.el (w3-region, w3m-region, Info-menu):
7349         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7350         * gnus-sum.el (gnus-get-predicate):
7351         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7352         * message.el (mail-abbrev-in-expansion-header-p):
7353         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7354         (w3m-detect-meta-charset, w3m-region):
7355         * sieve-manage.el (password-read, password-cache-add)
7356         (password-cache-remove):
7357         * smime.el (password-read-and-add): Declare as functions.
7358
7359 2007-12-08  David Kastrup  <dak@gnu.org>
7360
7361         * gnus-sum.el (gnus-summary-simplify-subject-query):
7362         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7363         `message'.
7364
7365 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7366
7367         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7368         it to bind idna-program, installation-directory, defined-colors, and
7369         face-attribute for XEmacs of the version that compiles defcustom forms.
7370
7371 2007-12-07  Glenn Morris  <rgm@gnu.org>
7372
7373         * gnus-art.el (article-make-date-line): Revert previous change.
7374
7375 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7376
7377         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7378
7379 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7380
7381         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7382         Call gnus-add-to-range ranges only once with a prepared article-list.
7383
7384 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7385
7386         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7387         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7388         group names with backslashes.
7389         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7390
7391 2007-12-06  Deepak Goel  <deego3@gmail.com>
7392
7393         * gnus-art.el (article-make-date-line):
7394         * gnus-start.el (gnus-load):
7395         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7396
7397 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * gnus-art.el (gnus-use-idna)
7400         * gnus-start.el (gnus-site-init-file)
7401         * message.el (message-use-idna)
7402         * mm-uu.el (mm-uu-hide-markers)
7403         * smiley.el (smiley-style): Revert changes that suppress warnings.
7404
7405 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7408         specify charset to html source.
7409         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7410
7411 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7412
7413         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7414         idna-program in order to suppress byte compile warning issued by XEmacs
7415         that came to byte compile the default value section of defcustom forms
7416         recently.
7417
7418         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7419         value of installation-directory.
7420
7421         * message.el (message-use-idna): Don't directly refer to the value of
7422         idna-program.
7423
7424         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7425
7426         * smiley.el (smiley-style): Don't directly call face-attribute.
7427
7428 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7431
7432         * gnus-dired.el: Reduce Gnus dependencies.
7433         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7434         Don't require.  Use autoloads instead.
7435         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7436         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7437         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7438         (gnus-dired-mode): Adjust doc string.
7439         (gnus-dired-mail-mode): New variable.
7440         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7441         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7442         (gnus-dired-mail-buffers): New function.  Return mail or message
7443         composition buffers.
7444         (gnus-dired-attach): Use it.
7445         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7446         NO-DECODE.
7447         (gnus-dired-print): Use `gnus-print-buffer' depending on
7448         `gnus-dired-mail-mode'.
7449
7450 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7451
7452         * rfc2047.el (rfc2047-encoded-word-regexp)
7453         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7454         explaining what regexp patterns are for.
7455
7456 2007-12-04  Glenn Morris  <rgm@gnu.org>
7457
7458         * password.el: Move to password-cache.el.
7459
7460         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7461         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7462         * mml-smime.el (password-read, password-cache-add)
7463         (password-cache-remove):
7464         No need to autoload, since mml-sec requires password.
7465
7466         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7467         * message.el (gnus-extract-address-components):
7468         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7469
7470         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7471         password.
7472
7473 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * mailcap.el: Reduce dependencies.
7476         (mail-header-parse-content-type): Autoload.
7477         (mailcap-delete-duplicates): New alias.
7478         (mailcap-mime-info): Add optional argument NO-DECODE.
7479         (mailcap-mime-types): Use mailcap-delete-duplicates.
7480
7481         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7482
7483 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7484
7485         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7486         (imap-parse-status): Upcase status-att for servers that sends them
7487         lower-case (e.g., MS Exchange 2007).
7488
7489 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7490
7491         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7492         function.
7493
7494         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7495         (gnus-uu-yenc-article): New function.
7496
7497         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7498
7499         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7500
7501 2007-12-02  Glenn Morris  <rgm@gnu.org>
7502
7503         * binhex.el (binhex): New custom group.
7504         (binhex-decoder-program, binhex-decoder-switches)
7505         (binhex-use-external): Move to the binhex custom group.
7506
7507         * uudecode.el (uudecode): New custom group.
7508         (uudecode-decoder-program, uudecode-decoder-switches)
7509         (uudecode-use-external): Move to the uudecode custom group.
7510
7511         * netrc.el (top-level): Don't load `encrypt' features.
7512         (netrc-parse): Don't use encrypt.
7513         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7514
7515         * encrypt.el: Remove file.
7516
7517 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7518
7519         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7520         matches on patches.
7521
7522         * gnus-art.el (gnus-article-browse-html-article):
7523         Mention `mm-text-html-renderer' in the doc string.
7524
7525         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7526         string.  Add comments.
7527
7528         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7529         if rhs is ASCII.
7530
7531 2007-12-01  Glenn Morris  <rgm@gnu.org>
7532
7533         * mail-source.el (top-level): Require format-spec before
7534         eval-when-compile.
7535
7536 2007-11-30  Glenn Morris  <rgm@gnu.org>
7537
7538         * encrypt.el: Require password, rather than autoloading password-read.
7539
7540 2007-11-29  Glenn Morris  <rgm@gnu.org>
7541
7542         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7543         (sasl-make-client, sasl-next-step, sasl-step-data)
7544         (sasl-step-set-data): Declare as functions.
7545
7546 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7547
7548         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7549
7550 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7551
7552         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7553         certs should be verified and what is to be done in the event of a
7554         verification failure.
7555
7556         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7557         caller can indicate whether the cache should be disregarded for this
7558         call.  This way the result of the call is reproducible at all times and
7559         can be considered a canonical server name for the supplied method.
7560         (gnus-agent-method-p): Canonicalize server names by pushing their
7561         method through `gnus-method-to-server' using the no-cache argument.
7562
7563         * gnus-srvr.el (gnus-server-insert-server-line):
7564         Call `gnus-method-to-server' with `no-cache' argument.
7565
7566         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7567         gnus-agent-possibly-synchronize-flags as this should be called when the
7568         server is actually being opened.
7569         (gnus-agent-possibly-synchronize-flags)
7570         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7571         flags file of an agentized server to the latter function.
7572
7573         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7574         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7575         after a connection has been established successfully.
7576
7577 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7578
7579         * gnus-art.el (article-display-face): Force to display face if called
7580         interactively; check if gnus-article-x-face-too-ugly matches author.
7581         (article-display-x-face): Display face even if From header is missing
7582         as article-display-face does.
7583
7584 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7585
7586         * hashcash.el (message-narrow-to-headers-or-head)
7587         (message-fetch-field, message-goto-eoh)
7588         (message-narrow-to-headers): Declare as functions.
7589
7590 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7591
7592         * mail-source.el (mail-sources): Default to fetch from file for
7593         compatibility with default of nnmail-spool-file.
7594
7595 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7596
7597         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7598         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7599         to look for encoded word that should be encoded again.
7600         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7601         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7602         encoding pattern.
7603         (rfc2047-decode-region): Switch strict regexp and loose one according
7604         to rfc2047-allow-irregular-q-encoded-words.
7605
7606 2007-11-25  Romain Francoise  <romain@orebokech.com>
7607
7608         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7609
7610 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * tls.el (tls-program): Provide more custom choices from
7613         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7614         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7615
7616 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7617
7618         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7619         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7620
7621         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7622         `nnmail-spool-file'.
7623
7624         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7625         `nnmail-spool-file'.
7626
7627         * gnus-move.el (gnus-change-server): Ditto.
7628
7629         * gnus-kill.el (gnus-batch-score): Ditto.
7630
7631         * gnus-cache.el (gnus-jog-cache): Ditto.
7632
7633         * gnus-msg.el (gnus-summary-reply):
7634         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7635
7636 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7637
7638         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7639         version.  Minor improvement to doc strings.
7640         (tls-program): Add comment.
7641
7642 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7643
7644         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7645         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7646         mismatch between the hostname provided in the certificate and the name
7647         of the host connnecting to.
7648         (open-tls-stream): Use them.  Check certificates against trusted root
7649         certificates.
7650
7651 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7652
7653         * gnus-cache.el (gnus-cache-generate-nov-databases):
7654         Use nnml-generate-nov-databases-directory instead of
7655         nnml-generate-nov-databases-1.
7656
7657 2007-11-24  Glenn Morris  <rgm@gnu.org>
7658
7659         * message.el (message-tool-bar-retro): Update for rename
7660         mail_send.xpm->mail-send.xpm.
7661
7662 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7665         `smime-ldap-search' for Emacs 22 and up.
7666
7667 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7668
7669         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7670
7671         * message.el (message-send-mail-function): Fix error convention.
7672         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7673         (message-widen-reply, message-send-mail, message-talkative-question)
7674         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7675         (message-clone-locals, message-send-news): Use with-current-buffer.
7676         (message-insert-or-toggle-importance): Remove unused var `valid'.
7677         (message-make-references): Remove unused var `new-references'.
7678         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7679
7680 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7681
7682         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7683         (spam-split-symbolic-return-positive): Reflow docstring.
7684         (spam-backends, spam-summary-exit-behavior)
7685         (spam-mark-ham-unread-before-move-from-spam-group)
7686         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7687         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7688         (spam-clear-cache, spam-backend-check, spam-install-backend)
7689         (spam-install-statistical-backend, spam-list-of-processors)
7690         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7691         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7692         (spam-check-crm114, spam-initialize, spam-unload-hook):
7693         Fix typos in docstrings.
7694
7695 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7698         been checked if they have never been read and those group levels are
7699         higher than the one that a user specified.
7700
7701 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7702
7703         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7704         foreign groups unless a group level is specified by a user.
7705         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7706
7707 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7708
7709         * message.el (message-send-mail-function): Require sendmail.
7710
7711 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * message.el (message-send-mail-function): Check for smtpmail too.
7714
7715         * utf7.el (utf7-encode, utf7-decode): Use coding system
7716         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7717
7718         * message.el (message-send-mail-function): New function.
7719         (message-send-mail-function): Set default using
7720         message-send-mail-function.  Adjust doc string.
7721         (message-send-mail-with-mailclient): New function.
7722
7723 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7724
7725         * smime.el (from):
7726         * rfc2047.el (message-posting-charset):
7727         * qp.el (mm-use-ultra-safe-encoding):
7728         * pop3.el (parse-time-months):
7729         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7730         * nnml.el (files):
7731         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7732         (jka-compr-compression-info-list, ange-ftp-path-format)
7733         (efs-path-regexp):
7734         * nndiary.el (files):
7735         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7736         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7737         (epg-digest-algorithm-alist, inhibit-redisplay)
7738         (password-cache-expiry):
7739         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7740         (pgg-output-buffer, password-cache-expiry):
7741         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7742         (efs-path-regexp):
7743         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7744         (inhibit-redisplay):
7745         * mm-uu.el (file-name, start-point, end-point, entry)
7746         (gnus-newsgroup-name, gnus-newsgroup-charset):
7747         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7748         (latin-unity-ucs-list):
7749         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7750         (mm-uu-binhex-decode-function):
7751         * message.el (gnus-message-group-art, gnus-list-identifiers)
7752         (rmail-enable-mime-composing, gnus-local-organization)
7753         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7754         (gnus-read-active-file, facemenu-add-face-function)
7755         (facemenu-remove-face-function, gnus-article-decoded-p)
7756         (tool-bar-mode):
7757         * mail-source.el (display-time-mail-function):
7758         * gnus-util.el (nnmail-pathname-coding-system)
7759         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7760         (gnus-original-article-buffer, gnus-user-agent)
7761         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7762         (xemacs-codename, sxemacs-codename, emacs-program-version):
7763         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7764         * gnus-start.el (gnus-agent-covered-methods)
7765         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7766         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7767         (gnus-newsgroup-headers, gnus-group-list-mode)
7768         (gnus-group-mark-positions, gnus-newsgroup-data)
7769         (gnus-newsgroup-unreads, nnoo-state-alist)
7770         (gnus-current-select-method, mail-sources)
7771         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7772         (nnmail-spool-file, gnus-cache-active-hashtb):
7773         * gnus-mh.el (mh-lib-progs):
7774         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7775         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7776         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7777         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7778         (gnus-group-buffer):
7779         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7780         (font-lock-set-defaults):
7781         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7782         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7783         (gnus-summary-post-menu, total-parts, type, condition, length):
7784         * gnus-agent.el (gnus-agent-read-agentview):
7785         * flow-fill.el (show-trailing-whitespace):
7786         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7787         eval-and-compile wrappers for byte compiler pacifiers.
7788
7789         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7790         (mm-display-inline-fontify): Check for featurep 'xemacs not
7791         extent-list.
7792
7793         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7794         itimer-list.
7795         (mm-create-image-xemacs): Only do something for XEmacs.
7796         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7797
7798         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7799
7800         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7801         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7802
7803 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7804
7805         * nnimap.el (nnimap-split-download-body):
7806         * gnus-demon.el (gnus-demon):
7807         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7808
7809 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7810
7811         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7812         New macros.
7813         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7814         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7815         copy data from unibyte buffer to multibyte current buffer.
7816         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7817         to copy data from unibyte current buffer to multibyte buffer.
7818         (nntp-make-process-buffer): Make process buffer unibyte.
7819
7820         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7821
7822 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7823
7824         * pop3.el (pop3-open-server): Accept and process data more robustly at
7825         connexion start to avoid spurious "POP SSL connexion failed" errors.
7826
7827 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7828
7829         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7830         read group names.
7831
7832 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7833
7834         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7835
7836 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7837
7838         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7839         (nnmail-save-active): Use a unibyte buffer when saving active file,
7840         which may contain non-ASCII group names.
7841
7842         * nnml.el (nnml-request-group): Decode group names in messages.
7843
7844 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * message.el (message-citation-line-function)
7847         (message-insert-formatted-citation-line): Fix spelling of
7848         `message-insert-formated-citation-line'.
7849
7850 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7853
7854 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7855
7856         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7857         nnmail-pathname-coding-system.
7858
7859         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7860         that a user enters; decode group names in messages.
7861
7862         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7863
7864 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7867
7868         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7869
7870         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7871         risky local variable.
7872
7873         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7874
7875 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7876
7877         * encrypt.el: Improve documentation to fix function name typo.
7878         Reported by Daiki Ueno <ueno@unixuser.org>.
7879
7880 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7881
7882         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7883         even if the point is not in the last page of an article.
7884         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7885         back to the previous page.
7886
7887 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7888
7889         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7890
7891 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7892
7893         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7894
7895 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7896
7897         * message.el (message-check-news-body-syntax):
7898         Avoid mm-string-as-multibyte.
7899         (message-hide-headers): Don't assume (point-min)==1.
7900
7901 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7902
7903         * message.el (message-remove-blank-cited-lines): Fix if remove is
7904         given.
7905         (message-bogus-address-regexp): New variable.
7906         (message-bogus-recipient-p): New function.
7907         (message-check-recipients): New command.
7908         (message-syntax-checks): Add `bogus-recipient'.
7909         (message-fix-before-sending): Add `bogus-recipient'.
7910
7911         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7912         (gnus-treat-body-boundary): Don't test window-system.
7913
7914 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7915
7916         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7917
7918 2007-10-28  Miles Bader  <miles@gnu.org>
7919
7920         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7921         at compile-time too.
7922
7923 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * gnus-msg.el (gnus-message-setup-hook):
7926         Add `message-remove-blank-cited-lines' to options.
7927
7928 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7929
7930         * message.el (message-remove-blank-cited-lines): New function.
7931         Suggested by Karl Plästerer.
7932
7933 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7934
7935         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7936         mapc.
7937
7938         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7939         (top-level): Use mapc to set functions to be traced for debugging.
7940
7941         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7942         called for effect with while loop.
7943
7944         * message.el (message-talkative-question): Replace mapcar called for
7945         effect with mapc.
7946
7947         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7948         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7949         called for effect with dolist.
7950
7951         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7952
7953         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7954         gnus-extra-headers and nnmail-extra-headers.
7955
7956         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7957         called for effect with dolist.
7958         (top-level): Use mapc to set functions to be traced for debugging.
7959
7960         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7961         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7962         dolist.
7963
7964         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7965         Replace mapcar called for effect with mapc.
7966         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7967         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7968         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7969         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7970
7971         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7972         remove-if that's a cl function.
7973
7974         * webmail.el (webmail-debug): Replace mapcar called for effect with
7975         dolist.
7976
7977         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7978         with mapc.
7979
7980 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7983         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7984         with while loop.
7985
7986         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7987         functions from article-* functions.
7988         (gnus-multi-decode-header): Replace mapcar called for effect with
7989         dolist.
7990
7991         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7992         (gnus-bookmark-show-details): Replace mapcar called for effect with
7993         while loop.
7994
7995         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7996         called for effect with while loop.
7997
7998         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7999         with dolist.
8000
8001         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8002         Replace mapcar called for effect with dolist.
8003
8004         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8005
8006         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8007         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8008         Replace mapcar called for effect with dolist.
8009         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8010         mapc.
8011
8012         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8013         Replace mapcar called for effect with dolist.
8014         (gnus-topic-list): Replace mapcar called for effect with mapc.
8015
8016         * gnus.el: Use mapc instead of mapcar to add autoloads.
8017
8018 2007-10-23  Richard Stallman  <rms@gnu.org>
8019
8020         * gnus-group.el (gnus-group-highlight): Mark as risky.
8021
8022 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus.el (gnus-server-to-method): Return method found first in
8025         gnus-newsrc-alist.
8026
8027         * gnus-art.el (gnus-article-highlight-signature)
8028         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8029         button overlay without the front stickiness.
8030
8031 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8032
8033         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8034         overview buffer needed a catch to receive its throw.
8035         (gnus-agent-flush-cache): Declare as interactive to make this function
8036         easier to use.
8037
8038 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8039
8040         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8041         `next-line'.
8042
8043 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8046         exclude address matching message-dont-reply-to-names.
8047
8048 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-util.el (gnus-string<): New function.
8051
8052         * gnus-sum.el (gnus-article-sort-by-author)
8053         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8054
8055 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8058         the frame-focus tag is set in gnus-buffer-configuration.
8059
8060 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8061
8062         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8063         the front stickiness.
8064
8065 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8066
8067         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8068         url pattern; remove duplicate one.
8069         (gnus-article-extend-url-button): New function.
8070         (gnus-article-add-buttons): Use it.
8071         (gnus-button-push): Use concatenated url that it makes.
8072
8073 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8074
8075         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8076
8077 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8078
8079         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8080         Don't hardcode point-min==1.
8081
8082 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8083
8084         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8085         Fix comment about "iso8859-1".
8086
8087 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8088
8089         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8090         ones returned from the verify-function.
8091
8092         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8093         Call mml2015-extract-cleartext-signature if extraction failed.
8094
8095 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8096
8097         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8098         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8099         failed.
8100
8101 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8102
8103         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8104
8105 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8108         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8109         recommends to use EasyPG instead of PGG.
8110
8111         * pgg.el: Revert to revision 6.23.2.16.
8112
8113         * pgg-def.el: Revert to revision 6.6.2.14.
8114
8115         * pgg-gpg.el: Revert to revision 6.23.2.34.
8116
8117 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8118
8119         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8120         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8121         thread for both the null and zero (kill/expire thread) universal prefix
8122         cases.
8123         (gnus-summary-expire-thread): Add new function to expire a thread,
8124         using gnus-summary-kill-thread.
8125         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8126         shortcuts for gnus-summary-expire-thread.
8127         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8128         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8129
8130 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8131
8132         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8133         extras value, so an extras entry can be deleted.
8134         (gnus-registry-delete-extra-entry): Use it.
8135         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8136         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8137         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8138         storage through the gnus-registry, and provide an appropriate API for
8139         it.
8140
8141 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8144         Suggested by Leo <sdl.web@gmail.com>.
8145
8146         * gnus.el: Do.
8147
8148 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8149
8150         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8151         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8152
8153         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8154
8155         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8156         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8157
8158 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8161         newline.
8162         (nnmbox-request-accept-article): Don't change article in source buffer;
8163         narrow to header to use message-fetch-field rather than
8164         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8165         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8166         as delimiters; make sure article ends with newline.
8167         (nnmbox-delete-mail): Correct last position of article to be deleted;
8168         ignore X-Gnus-Newsgroup header in article body.
8169         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8170         positions; make sure article ends with newline.
8171
8172         * message.el (message-display-abbrev): Don't infloop when a user
8173         inserts SPC in the beginning of header.
8174
8175         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8176         coding-system-for-read and coding-system-for-write for XEmacs having no
8177         file-coding feature.
8178
8179         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8180
8181 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8182
8183         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8184         list of groups not followed by default.  Fix type to be regexp.
8185         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8186
8187 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8188
8189         * hmac-def.el (define-hmac-function): Switch from old-style to
8190         new-style backquotes.
8191
8192         * md4.el (md4-make-step): Likewise.
8193
8194 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8197         raw-text coding system when saving .newsrc file, which may contain
8198         non-ASCII group names.
8199
8200 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gnus-cus.el (gnus-score-extra): New widget.
8203         (gnus-score-extra-convert): New function.
8204         (gnus-score-customize): Use it for Extra.
8205
8206 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8207
8208         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8209         (mml2015-mailcrypt-clear-verify): Use it.
8210         (mml2015-gpg-clear-verify): Use it.
8211         (mml2015-pgg-clear-verify): Use it.
8212         (mml2015-epg-clear-verify): Replace the current part with the output
8213         from GnuPG; don't extract the plaintext by itself.
8214
8215         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8216         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8217         mml2015-clear-verify-function; don't touch the armor headers or
8218         dash-escaped text here.
8219
8220 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8221
8222         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8223         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8224         parts, or application/octet-stream as a last resort.
8225         (gnus-mime-view-part-as-type): Don't toggle display.
8226         (gnus-mime-view-part-as-charset): Don't turn off display before
8227         querying charset.
8228
8229         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8230         stuff to undisplayer function in Emacs.
8231         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8232
8233         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8234         text/calendar parts.
8235
8236 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8237
8238         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8239         decoding text/calendar parts.
8240
8241         * message.el (message-forward-make-body-mime): Always mark body as
8242         having no illegible text; remove signed-or-encrypted argument.
8243         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8244
8245         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8246         (mml-generate-mime-1): Don't encode body if it is specified to be in
8247         raw form; don't make buffer be unibyte when inserting multibyte string.
8248
8249 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8250
8251         * sha1.el: Fix up comment style.
8252         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8253         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8254
8255         * hex-util.el: Fix up comment style.
8256         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8257
8258         * gnus-salt.el: Use with-current-buffer.
8259         (gnus-pick-setup-message): Fix long-standing typo.
8260
8261 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8262
8263         * imap.el (imap-logout-timeout): New variable.
8264         (imap-logout, imap-logout-wait): New functions.
8265         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8266
8267         * nnimap.el (nnimap-logout-timeout): New server variable.
8268         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8269         nnimap-logout-timeout.
8270
8271         * gnus-art.el (gnus-article-summary-command-nosave)
8272         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8273
8274 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8275
8276         * gnus.el (gnus-maximum-newsgroup): New variable.
8277
8278         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8279         according to gnus-maximum-newsgroup.
8280
8281         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8282         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8283         Limit the range of articles according to gnus-maximum-newsgroup.
8284
8285 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8286
8287         * gnus-art.el (gnus-sticky-article): Fix problems described in
8288         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8289         Don't perform gnus-configure-windows here; reuse existing sticky
8290         article buffer.
8291
8292         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8293         it doesn't exist in gnus-article-mode.
8294
8295 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8296
8297         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8298         (gnus-agent-decoded-group-name): New function.
8299         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8300         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8301
8302 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8303
8304         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8305         Add binding for gnus-sticky-article.
8306         (gnus-summary-exit): Don't kill sticky article buffers.
8307
8308         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8309         article buffer.
8310         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8311         (gnus-kill-sticky-article-buffers): New commands.
8312
8313 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * nntp.el (nntp-xref-number-is-evil): New server variable.
8316         (nntp-find-group-and-number): If it is non-nil, don't trust article
8317         numbers in the Xref header.
8318
8319 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8320
8321         * gnus-agent.el (gnus-agent-read-group): New function.
8322         (gnus-agent-flush-group, gnus-agent-expire-group)
8323         (gnus-agent-regenerate-group): Use it.
8324         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8325         nnmail-pathname-coding-system.
8326
8327 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8330
8331         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8332         that are unread as unread, and also as selected so that information of
8333         marks having been changed by a user may be updated when exiting group.
8334
8335 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8336
8337         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8338
8339 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8340
8341         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8342         calculated ignoring signature parts to gnus-treat-article.
8343
8344 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8345
8346         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8347         a point here in order to keep the window start.
8348         (gnus-insert-mime-security-button): Make a button overlay without the
8349         front stickiness.
8350         (gnus-mime-display-security): Goto the end of a button.
8351
8352         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8353
8354 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8355
8356         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8357         group-name-at-point.
8358         (gnus-group-completing-read): New function that offers decoded
8359         non-ASCII group names for completion.
8360         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8361         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8362         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8363         (gnus-group-fetch-control): Use it.
8364         (gnus-fetch-group): Use group-name-at-point for the initial value
8365         rather than the default value; use gnus-alive-p.
8366
8367         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8368         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8369         (gnus-summary-post-news): Use gnus-group-completing-read.
8370
8371         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8372         (gnus-read-move-group-name): Decode group name for completion.
8373
8374 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8375
8376         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8377         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8378         Yamaoka slightly modified the code).
8379
8380 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8381
8382         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8383         (nnmail-split-incoming): Bind it.
8384
8385         * nnml.el (nnml-group-name-charset): New function.
8386         (nnml-decoded-group-name): Use it; don't decode group name if
8387         nnmail-group-names-not-encoded-p is non-nil.
8388         (nnml-encoded-group-name): New function.
8389         (nnml-group-pathname): Inline nnml-decoded-group-name.
8390         (nnml-request-expire-articles): Decode group name in message.
8391         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8392         nnmail-pathname-coding-system.
8393         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8394         not decoded ones according to nnmail-group-names-not-encoded-p.
8395         (nnml-generate-active-info): Use nnml-encoded-group-name.
8396
8397 2007-08-08  Glenn Morris  <rgm@gnu.org>
8398
8399         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8400         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8401         doc-strings and comments.
8402
8403 2007-07-25  Glenn Morris  <rgm@gnu.org>
8404
8405         * Relicense all FSF files to GPLv3 or later.
8406
8407 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8408
8409         * gnus-sum.el (gnus-summary-move-article):
8410         Make gnus-summary-respool-article work.
8411
8412 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8413
8414         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8415         string.
8416
8417 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8418
8419         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8420         that should be ignored when comparing distant RSS articles with local
8421         ones.
8422         (nnrss-make-hash-index): New function.  Create a hash index according
8423         to the ignored fields.
8424         (nnrss-check-group): Use it.
8425
8426 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8427
8428         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8429
8430         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8431
8432         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8433         the new optional argument ENCODED is non-nil.
8434         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8435         coding system for encoding group name.
8436         (gnus-group-make-rss-group): Pass un-encoded group name to
8437         gnus-group-make-group.
8438         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8439         encoded.
8440
8441         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8442         Encode group name to which articles are moved or copied.
8443         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8444         coding system for encoding Newsgroup, Followup-To and Xref headers.
8445
8446         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8447         marks; use nnheader-file-coding-system to write a file.
8448         (nnagent-retrieve-headers): Bind file-name-coding-system to
8449         nnmail-pathname-coding-system.
8450
8451         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8452
8453         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8454         (nnml-request-article, nnml-request-create-group)
8455         (nnml-request-rename-group, nnml-find-id)
8456         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8457         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8458         (nnml-save-marks): Use nnml-group-pathname instead of
8459         nnmail-group-pathname.
8460
8461         (nnml-request-create-group, nnml-request-expire-articles)
8462         (nnml-request-move-article, nnml-request-delete-group)
8463         (nnml-deletable-article-p, nnml-possibly-create-directory)
8464         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8465         (nnml-open-marks): Bind file-name-coding-system to
8466         nnmail-pathname-coding-system.
8467
8468         (nnml-request-article): Pass server argument to nnml-find-group-number.
8469         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8470         Pass server argument to nnml-possibly-create-directory.
8471         (nnml-request-accept-article): Pass server argument to
8472         nnml-active-number and nnml-save-mail.
8473         (nnml-find-group-number): Pass server argument to nnml-find-id.
8474         (nnml-request-update-info): Pass server argument to
8475         nnml-marks-changed-p.
8476
8477         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8478         (nnml-save-mail, nnml-active-number): Add server argument.
8479
8480         (nnml-request-delete-group): Warn if group is missing.
8481         (nnml-get-nov-buffer): Decode group name.
8482         (nnml-generate-active-info): Encode group name.
8483         (nnml-open-marks): Decode group name in messages.
8484
8485 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8486
8487         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8488         if it is not specified.
8489         (gnus-article-pipe-part, gnus-article-save-part)
8490         (gnus-article-interactively-view-part, gnus-article-copy-part)
8491         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8492         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8493         (gnus-article-replace-part, gnus-article-delete-part)
8494         (gnus-article-view-part-as-type): Pass raw prefix argument to
8495         gnus-article-part-wrapper.
8496
8497 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-agent.el (gnus-agent-save-active):
8500         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8501
8502         * gnus-cache.el (gnus-cache-save-buffers)
8503         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8504         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8505         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8506         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8507         (gnus-cache-generate-active, gnus-cache-rename-group)
8508         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8509         (gnus-cache-update-overview-total-fetched-for):
8510         Bind file-name-coding-system to nnmail-pathname-coding-system.
8511         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8512         New variables.
8513         (gnus-cache-decoded-group-name): New function.
8514         (gnus-cache-file-name): Use it.
8515         (gnus-cache-generate-active): Use non-decoded group name for active.
8516
8517         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8518         right place.
8519         (gnus-write-active-file): Don't break non-ASCII group names.
8520
8521         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8522         nnmail-pathname-coding-system.
8523
8524         * lpath.el: Bind default-file-name-coding-system,
8525         file-name-coding-system and language-info-alist for XEmacs.
8526
8527         * gnus-uu.el (gnus-uu-decode-save): Typo.
8528
8529 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8532
8533 2007-07-14  David Kastrup  <dak@gnu.org>
8534
8535         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8536         finishing actions if we did not edit the article.
8537
8538 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8541         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8542         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8543         (gnus-agent-flush-group, gnus-agent-flush-cache)
8544         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8545         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8546         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8547         (gnus-agent-regenerate-group)
8548         (gnus-agent-update-files-total-fetched-for)
8549         (gnus-agent-update-view-total-fetched-for):
8550         Bind file-name-coding-system to nnmail-pathname-coding-system.
8551         (gnus-agent-group-pathname): Don't encode file names by
8552         nnmail-pathname-coding-system.
8553         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8554         coding-system-for-write instead of buffer-file-coding-system to
8555         gnus-agent-file-coding-system.
8556
8557         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8558         Decode group name.
8559
8560         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8561
8562         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8563         (gnus-read-newsrc-el-file): Make group names unibyte.
8564
8565         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8566         nnmail-pathname-coding-system.
8567
8568         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8569         (nnrss-request-delete-group): Bind file-name-coding-system to
8570         nnmail-pathname-coding-system.
8571         (nnrss-read-server-data, nnrss-read-group-data):
8572         Bind file-name-coding-system correctly.
8573         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8574
8575         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8576         (nntp-server-to-method-cache): New variable.
8577         (nntp-group-pathname): New function that decodes non-ASCII group names.
8578         (nntp-possibly-create-directory, nntp-marks-changed-p)
8579         (nntp-save-marks, nntp-open-marks): Use it.
8580         (nntp-possibly-create-directory, nntp-open-marks):
8581         Bind file-name-coding-system to nnmail-pathname-coding-system.
8582         (nntp-open-marks): Decode group names when bootstrapping marks.
8583
8584         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8585         Newsgroups and Folowup-To headers.
8586
8587 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8590         (gnus-server-closed-face, gnus-server-denied-face)
8591         (gnus-server-offline-face): Remove variable.
8592         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8593
8594         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8595         of modifying message-stack directly for XEmacs.
8596
8597         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8598         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8599         if the coding-system argument is nil for XEmacs.
8600
8601         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8602         mm-charset-override-alist.
8603
8604         * rfc2047.el: Don't require base64; require rfc2045 for the function
8605         rfc2045-encode-string.
8606         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8607         to quote the parameter value.
8608
8609 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8610
8611         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8612         form in gnus-group-name-charset-method-alist.
8613
8614         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8615         overrides the default layout edit-form.
8616
8617         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8618
8619         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8620
8621 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8624         as unfetched articles.
8625
8626 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8627
8628         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8629
8630 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8633         original back end that keeps marks in the local system.
8634
8635 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8638         arg of pop-to-buffer for XEmacs.
8639         (gnus-article-read-summary-keys): Ditto; don't restore window
8640         configuration if summary command ends up with neither article buffer
8641         nor summary buffer; describe bindings if summary keys end with C-h.
8642
8643 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8644
8645         * message.el (message-fix-before-sending): Skip raw message part to be
8646         forwarded while checking illegible text.
8647         (message-forward-make-body-mime, message-forward-make-body):
8648         Mark signed or encrypted raw message as having no illegible text.
8649
8650 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8651
8652         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8653         (gnus-message-with-timestamp-1): New macro.
8654         (gnus-message-with-timestamp): New function.
8655         (gnus-message): Use them.
8656
8657         * nnheader.el (nnheader-message): Use them.
8658
8659 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8660
8661         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8662         .newsrc.eld file.
8663
8664 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8665
8666         * gnus-agent.el (gnus-agent-fetch-headers)
8667         (gnus-agent-retrieve-headers):
8668         Bind gnus-decode-encoded-address-function to identity.
8669
8670         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8671         available also when the server returns simply a dot.
8672
8673         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8674
8675 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8678
8679 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-ems.el (gnus-x-splash): Make it work.
8682
8683         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8684         from being used.
8685
8686         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8687
8688 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8691         4th and the 5th arguments.
8692
8693         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8694         the front stickiness.
8695         (gnus-article-summary-command-nosave): Correct the order of the
8696         arguments passed to pop-to-buffer.
8697         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8698         summary command ends up with the article buffer.
8699
8700         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8701         the same faces.
8702
8703 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8704
8705         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8706
8707 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8708
8709         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8710         * gnus-sum.el (gnus-summary-highlight):
8711         * pgg.el (pgg-sign-region, pgg-sign):
8712         * mail-source.el (mail-source-delete-old-incoming-confirm):
8713         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8714
8715 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus-art.el (gnus-mime-view-part-externally)
8718         (gnus-mime-view-part-internally): Fix predicate function passed to
8719         completing-read.
8720
8721         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8722
8723         * gnus.el (gnus-update-message-archive-method): Add :version.
8724
8725 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus.el (gnus-update-message-archive-method): New variable.
8728
8729         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8730         according to gnus-message-archive-method if
8731         gnus-update-message-archive-method is non-nil.
8732
8733 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8736         Suggested by Loic Dachary <loic@dachary.org>.
8737         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8738
8739 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8740
8741         * message.el (message-pop-to-buffer): Add switch-function argument.
8742         (message-mail): Pass switch-function argument to it.
8743
8744 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8747         Improve doc string.
8748
8749 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8752         (gnus-header-content)
8753         * gnus-cite.el (gnus-cite-10)
8754         * gnus-srvr.el (gnus-server-closed)
8755         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8756         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8757         (gnus-group-mail-3-empty, gnus-group-mail-low)
8758         (gnus-group-mail-low-empty, gnus-splash)
8759         * message.el (message-header-to, message-header-cc)
8760         (message-header-subject, message-header-other, message-header-name)
8761         (message-header-xheader, message-separator, message-cited-text)
8762         (message-mml): Lighten colors of faces used for dark background.
8763
8764 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8765
8766         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8767         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8768
8769 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * message.el (message-narrow-to-headers-or-head):
8772         Ignore mail-header-separator in the body.
8773
8774 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8775
8776         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8777         same as window size.
8778
8779 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8780
8781         * message.el (message-font-lock-keywords): Use message-header-xheader
8782         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8783         ahead of the anything pattern, to get it recognised.
8784
8785 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8786
8787         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8788         spam.el loads uses it in the compiled defadvice form.
8789
8790 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8791
8792         * gnus-sum.el (gnus-articles-to-read)
8793         (gnus-summary-insert-old-articles): Don't truncate group name for
8794         `read-string'.
8795
8796         * gnus-util.el (gnus-limit-string): Delete this function.
8797
8798         * gnus-sum.el (gnus-simplify-subject-fully):
8799         Use `truncate-string-to-width' instead.
8800
8801 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8802
8803         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8804         Tell if, on summary exit, the next group has to be selected.
8805         (gnus-summary-exit): Use it.
8806
8807 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8808
8809         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8810         non-break space.
8811
8812 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8813
8814         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8815         Check if group is not a directory.
8816         (nnfolder-request-expire-articles): Don't delete articles if the target
8817         group is not available.
8818
8819         * nnml.el (nnml-request-create-group): Properly check if group is not a
8820         file.
8821         (nnml-request-expire-articles): Don't delete articles if the target
8822         group is not available.
8823
8824         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8825         Don't quote characters that are within parentheses.
8826
8827 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8828
8829         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8830         (gnus-handle-ephemeral-exit): Select article according to it.
8831
8832 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8833
8834         * message.el (message-insert-formated-citation-line): Remove newline.
8835         (message-citation-line-format): Add final \n here so that the user can
8836         avoid a blank line.
8837
8838 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8839
8840         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8841         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8842         Update lanl/arXiv support.
8843
8844 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8845
8846         * gnus.el: Bump version number.
8847
8848 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8849
8850         * gnus.el (gnus-version-number): Bump version.
8851
8852 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8853
8854         * gnus.el: No Gnus v0.6 is released.
8855
8856 2007-04-27  Didier Verna  <didier@xemacs.org>
8857
8858         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8859         * gmm-utils.el (gmm-regexp-concat): ... here.
8860         * message.el: Don't require 'gnus-util.
8861         (message-dont-reply-to-names): Handle name change above.
8862         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8863
8864 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8865
8866         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8867         since the initial value varies according to the system.
8868
8869 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8872
8873 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8874
8875         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8876
8877 2007-04-24  Didier Verna  <didier@xemacs.org>
8878
8879         Improve the type of gnus-ignored-from-addresses.
8880         * gnus-util.el (gnus-orify-regexp): New function.
8881         * message.el (gnus-util): Require it.
8882         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8883         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8884         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8885
8886 2007-04-24  Didier Verna  <didier@xemacs.org>
8887
8888         * gnus-sum.el:
8889         * gnus-utils.el: Fix some trailing whitespaces.
8890
8891 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8892
8893         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8894         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8895         article's Message-ID; refer parent article in summary buffer.
8896
8897         * message.el (message-bounce): Call mime-to-mml.
8898
8899         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8900         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8901         optimize and/or forms properly.
8902
8903 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8904
8905         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8906         URL.
8907
8908 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8911
8912 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8915         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8916         displayed of multipart/alternative part if it is invoked from summary
8917         buffer.
8918
8919         * mm-view.el (mm-inline-text-html-render-with-w3m)
8920         (mm-inline-text-html-render-with-w3m-standalone)
8921         (mm-inline-render-with-function): Use mail-parse-charset by default.
8922
8923 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8924
8925         * parse-time.el (parse-time-string-chars): Check if CHAR
8926         is less than the length of parse-time-syntax.
8927
8928 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8929
8930         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8931         from gnus-newsgroup-processable.
8932
8933 2007-04-16  Didier Verna  <didier@xemacs.org>
8934
8935         * gnus-msg.el (gnus-configure-posting-styles):
8936         Handle message-signature-directory properly with :file syntax.
8937         Reported by "Leo".
8938
8939 2007-04-11  Didier Verna  <didier@xemacs.org>
8940
8941         New user option: message-signature-directory.
8942         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8943         * message.el (message-insert-signature): Ditto.
8944         * message.el (message-signature-file): Doc update.
8945         * message.el (message-signature-directory): New.
8946
8947 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8948
8949         * gnus-msg.el (gnus-inews-yank-articles):
8950         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8951
8952 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8953
8954         * message.el (message-yank-original): Make sure cited text ends with
8955         newline; don't exchange point and mark.
8956
8957 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8958
8959         * tls.el (open-tls-stream): Properly handle case where there
8960         is no associated buffer.
8961
8962 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8963
8964         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8965         message-yank-original, make sure (< mark TEXT point).
8966
8967 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8968
8969         * message.el (message-fill-column): New variable.
8970         (message-mode): Use it.  Add comment on a possible new hook.
8971
8972         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8973         (nnmail-get-new-mail): Reformat.
8974
8975         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8976
8977         * gmm-utils.el: Fix Commentary.
8978         (gmm-tool-bar-from-list): Fix typo in doc string.
8979
8980 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8981
8982         * message.el (message-yank-original): Don't switch point and mark
8983         unnecessarily to put point and mark as documented.
8984
8985 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8986
8987         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8988         from the message heads.
8989
8990 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8991
8992         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8993         article buffer does not have a window.  This may not be the best
8994         solution but is certainly better than setting the start of the null,
8995         that is the current, window.
8996
8997 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8998
8999         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9000         (gnus-draft-setup): Run it.
9001
9002         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9003         gnus-score-fast-scoring.  Allow regexp.
9004         (gnus-score-headers): Use it.
9005
9006         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9007         XEmacs.
9008
9009         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9010         string.
9011         (gnus-button-alist): Also catch `<f1> k ...'.
9012         (gnus-treat-display-x-face): Fix doc string.
9013
9014 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9015
9016         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9017         evaluation of gnus-extended-version to ensure correct generation of the
9018         User-Agent header when message-generate-headers-first is used.
9019
9020 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9021
9022         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9023         hashcash-path is nil.  Don't call callback with incorrect number of
9024         parameters if val is 0.
9025
9026 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9027
9028         * message.el (message-required-news-headers):
9029         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9030
9031 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9032
9033         * tls.el (open-tls-stream): In handshake-waiting loop,
9034         don't wait more if there is output available to process.
9035
9036 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9037
9038         * tls.el (tls-program): Doc fix.
9039
9040 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * message.el (message-generate-new-buffers): Change the meaning of the
9043         nil value; add `standard' to the choices; treat t as `unique'; improve
9044         doc string.
9045         (gnus-select-frame-set-input-focus): Autoload.
9046         (message-buffer-name): Search for the existing message buffer if
9047         message-generate-new-buffers is nil or `standard'; treat the value t of
9048         message-generate-new-buffers as `unique'.
9049         (message-pop-to-buffer): Raise the frame already displaying the message
9050         buffer; clear the echo area after querying.
9051         (message-setup): Pass the `continue' argument to compose-mail.
9052         (message-mail): Prefer `switch-function' if it is given; search for the
9053         existing message buffer if the `continue' argument is non-nil; pass
9054         continue and switch-function arguments to compose-mail by way of
9055         message-setup.
9056         (message-mail-other-window): Adjust argument of message-setup.
9057         (message-mail-other-frame): Ditto.
9058
9059 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9060
9061         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9062         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9063         to turn font-lock on when turning gnus-message-citation-mode on.
9064
9065 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9066
9067         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9068         (mml-smime-function-alist): New variable; add epg as the backend.
9069         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9070         mml-smime- functions instead.
9071         * mm-view.el: Require smime.
9072
9073 2007-03-05  Didier Verna  <didier@xemacs.org>
9074
9075         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9076         instead of just inheritance for posting styles.
9077         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9078
9079 2007-02-24  Chris Moore  <dooglus@gmail.com>
9080
9081         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9082         * pgg-pgp.el (pgg-pgp-encrypt-region):
9083         * pgg-gpg.el (pgg-gpg-encrypt-region):
9084         Check pgg-encrypt-for-me if no other recipients.
9085
9086 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9087
9088         * tls.el (tls-certtool-program): Fix custom type.
9089
9090 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9091
9092         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9093         and point-at-eol instead of line-(beginning|end)-position.
9094
9095         * assistant.el (assistant-parse-buffer): Ditto.
9096
9097         * netrc.el (netrc-parse-services): Ditto.
9098
9099 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9100
9101         * mml2015.el (mml2015-epg-find-usable-key): New function.
9102         (mml2015-epg-sign): Use it.
9103         (mml2015-epg-encrypt): Use it.
9104
9105 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9106
9107         * message.el (message-make-in-reply-to): Quote name containing
9108         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9109         if there are special characters.  Reported by NAKAJI Hiroyuki
9110         <nakaji@jp.freebsd.org>.
9111
9112 2007-02-27  Didier Verna  <didier@xemacs.org>
9113
9114         Include the group parameters as well as the topic ones in the
9115         inheritance filter process.
9116         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9117         argument GROUP-PARAMS-LIST.
9118         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9119
9120 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9121
9122         * nntp.el (nntp-never-echoes-commands)
9123         (nntp-open-connection-functions-never-echo-commands): New variables.
9124         (nntp-send-command): Use them.
9125
9126 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9127
9128         * mml2015.el (mml2015-epg-verify): Simplify.
9129
9130 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9131
9132         * mml.el (mml-content-disposition-alist): New user option.
9133         (mml-content-disposition): New function.
9134         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9135         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9136
9137 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9138
9139         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9140         verification.
9141
9142 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9143
9144         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9145         articles posted in the last 24 hours.
9146
9147 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9148
9149         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9150
9151 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9152
9153         * nntp.el (nntp-send-command): Don't wait for echoes when
9154         nntp-open-ssl-stream is used.
9155
9156 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9157
9158         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9159         (gnus-message-add-citation-keywords)
9160         (gnus-message-remove-citation-keywords): Remove.
9161         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9162         directly, make the variables in font-lock-defaults buffer-local, add
9163         gnus-message-citation-keywords to them and then update the value of
9164         font-lock-keywords.
9165
9166 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9167
9168         * message.el (message-cite-original-1): Don't call
9169         gnus-article-highlight-citation.
9170
9171         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9172         citations; fix line count.
9173
9174 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9175
9176         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9177         (gnus-message-add-citation-keywords)
9178         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9179         versions of font-lock-add-keywords and font-lock-remove-keywords to
9180         work with XEmacs correctly.
9181
9182 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9183
9184         * gnus-cite.el (gnus-cite-face-list): Set the values of
9185         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9186         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9187         (gnus-message-cite-prefix-regexp): New variable.
9188         (gnus-message-search-citation-line): Use it; protect against long
9189         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9190         the 0th match data for Emacs.
9191         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9192         (gnus-message-add-citation-keywords): Append keywords rather than
9193         prepending; emulate font-lock-add-keywords if it is not available.
9194         (gnus-message-remove-citation-keywords):
9195         Emulate font-lock-remove-keywords if it is not available.
9196
9197         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9198
9199         * message.el (message-cite-prefix-regexp): Set the value of
9200         gnus-message-cite-prefix-regexp.
9201
9202 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9203
9204         * nnweb.el (nnweb-google-parse-1): Update parser.
9205
9206 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9207
9208         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9209
9210 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9211
9212         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9213         regexp.
9214
9215 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9216
9217         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9218         string-to-multibyte.
9219         (uudecode-decode-region-internal): Use it.
9220
9221         * lpath.el: Fbind string-as-multibyte for XEmacs.
9222
9223 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9224
9225         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9226         Fix custom choice.
9227
9228         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9229
9230 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9231
9232         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9233
9234         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9235         `write-region' to respect `mm-inhibit-file-name-handlers'.
9236
9237 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9240         Use gnus-home-directory instead of "~/" or "$HOME".
9241
9242 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9243
9244         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9245         to mention filename.
9246         Add comments at beginning regarding usage.
9247         (encrypt-write-file-contents): Change interactive so a string is
9248         acceptable.  If the file has no associated model, show an error instead
9249         of a nonsense prompt.
9250
9251 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9252
9253         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9254         Thanks to Yoshihiko Yamada for kind notification of this typo.
9255
9256 2007-01-12  Kenichi Handa  <handa@m17n.org>
9257
9258         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9259         multibyte buffer.
9260
9261 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * gnus-score.el (gnus-score-fast-scoring): New variable.
9264         (gnus-score-headers): Use it.
9265
9266         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9267
9268         * message.el (message-cite-original-1):
9269         Call gnus-article-highlight-citation if requested.
9270         (message-make-from): Allow name and address as optional arguments.
9271
9272         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9273
9274         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9275         bugs to doc string.
9276         (gnus-button-alist): Add mid\\|message-id.
9277         (gnus-button-fetch-group): Extend for use in
9278         `browse-url-browser-function'.
9279         (gnus-button-url-regexp): Try to catch paired parentheses like in
9280         Wikipedia URLs.
9281
9282         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9283         Suggested by Simon Krahnke <overlord@gmx.li>.
9284
9285 2007-01-13  Romain Francoise  <romain@orebokech.com>
9286
9287         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9288         Update copyright.
9289
9290 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9291
9292         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9293
9294 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9295
9296         * gnus-registry.el (gnus-registry-unfollowed-groups)
9297         (gnus-registry-split-fancy-with-parent): Fix documentation.
9298
9299 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9300
9301         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9302         from nnweb groups.
9303
9304 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9307         Xref urls.  Erase buffer before requesting head.
9308
9309         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9310
9311 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9312
9313         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9314         customizable.
9315
9316 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9317
9318         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9319         no signing key is found.
9320         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9321         no encrypting and/or signing key is found.
9322
9323 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9324
9325         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9326
9327 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9328
9329         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9330         headers read from disk with the ones newly found in the current search.
9331         This should no longer cause problems, because the article numbers in
9332         Gmane's `nov.php' output are ignored since the previous change.
9333
9334 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9335
9336         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9337
9338 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9339
9340         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9341         replace-regexp-in-string; bind url-version; fbind display-images-p and
9342         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9343         find-face and set-itimer-function for Emacs; bind itimer-list for
9344         Emacs.
9345
9346         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9347
9348 2007-01-01  Romain Francoise  <romain@orebokech.com>
9349
9350         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9351
9352 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9353
9354         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9355         `define-minor-mode' macro definition expanded properly.
9356         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9357         exclude it there.
9358
9359         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9360         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9361         `fboundp' test.
9362         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9363         This is OK to autoload in (S)XEmacs now.
9364
9365 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9366
9367         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9368         keystroke.
9369         (gnus-summary-limit-to-singletons): Fix typo.
9370
9371         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9372         else fails.
9373
9374 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9375
9376         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9377         docstring.
9378
9379         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9380         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9381         (gnus-summary-insert-dormant-articles): Fix typo in message.
9382
9383 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9386         nil for XEmacs.
9387         (gnus-message-citation-mode): Don't autoload in XEmacs.
9388
9389         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9390
9391 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9392
9393         * nnimap.el (nnimap-expunge-search-string):
9394         Mention nnimap-search-uids-not-since-is-evil in docstring.
9395
9396 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9397
9398         * spam.el: Revert to make-obsolete-variable because
9399         define-obsolete-variable-alias is not supported in Emacs 21.
9400
9401         * spam.el (spam-ifile-path, spam-ifile-database-path)
9402         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9403         make-obsolete-variable.
9404         (spam-bsfilter-path, spam-bsfilter-program)
9405         (spam-spamassassin-path, spam-spamassassin-program)
9406         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9407         Don't use "path" inappropriately.
9408         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9409         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9410         variable names.
9411
9412 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9413
9414         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9415         summary buffer.
9416
9417         * password.el (password-cache-remove): Use clear-string to burn
9418         password, if available.
9419
9420 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9421
9422         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9423
9424         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9425
9426         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9427         (gnus-message-highlight-citation): Move defcustom here from
9428         gnus-cite.el.
9429         (gnus-message-citation-mode): Autoload.
9430
9431         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9432         checks to make it compile with XEmacs.
9433         (gnus-message-citation-mode): New minor mode.
9434         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9435         (gnus-message-highlight-citation): New variables.
9436         (gnus-message-search-citation-line)
9437         (gnus-message-add-citation-keywords)
9438         (gnus-message-remove-citation-keywords)
9439         (turn-on-gnus-message-citation-mode)
9440         (turn-off-gnus-message-citation-mode): New functions.
9441
9442 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9443
9444         * gnus-cite.el: Enable highlighting of different citation levels in
9445         message-mode.
9446
9447 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * message.el (message-make-fqdn): Fix comment.
9450         (message-bogus-system-names): Add ".local".
9451
9452         * spam.el (spam-ifile-path, spam-ifile-program)
9453         (spam-ifile-database-path, spam-ifile-database)
9454         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9455         Don't use "path" inappropriately.
9456         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9457         strings.
9458         (spam-check-ifile, spam-ifile-register-with-ifile)
9459         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9460         Use new variable names.
9461
9462         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9463         (gnus-treat-display-smileys): Simplify using
9464         gnus-image-type-available-p.
9465
9466         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9467         available.
9468
9469         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9470         Use `display-images-p' if available.
9471
9472 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9475         one after turning on the buffer's multibyteness instead of decoding
9476         them directly in the unibyte buffer that causes unexpected conversion
9477         in Emacs 23 (unicode).
9478
9479 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9480
9481         * message.el (message-generate-hashcash): Fix custom type.
9482
9483 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9484
9485         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9486
9487 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9488
9489         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9490         disconnect icons.  Add help text.
9491
9492 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9493
9494         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9495         negated to be consistent with the others we handle.
9496
9497 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9498
9499         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9500         version of gnus-summary-buffer to something, so that we can use two
9501         article buffers at the same time.
9502
9503 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9504
9505         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9506         trigger all the extra headers.
9507         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9508         sorting.
9509
9510 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9511
9512         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9513         solid groups.
9514
9515 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9516
9517         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9518
9519 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * legacy-gnus-agent.el: Add Copyright notice.
9522
9523 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9524
9525         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9526
9527 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9528
9529         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9530
9531         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9532         to make it work reliably in CVS Emacs.
9533         (gnus-summary-limit-strange-charsets-predicate)
9534         (gnus-summary-limit-to-predicate): New functions.
9535
9536 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9537
9538         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9539         specifying array size.
9540         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9541         array if it is too small.
9542         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9543         (gnus-sort-threads-loop): New function.
9544
9545 2006-12-06  Chris Moore  <dooglus@gmail.com>
9546
9547         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9548         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9549
9550 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9551
9552         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9553         options.
9554
9555 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9556
9557         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9558         DOS-ing the recipient.
9559
9560         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9561         the headers when creating the mapping to avoid mismappings.
9562         (nnweb-gmane-create-mapping): Always nix out old mapping.
9563
9564 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9565
9566         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9567         and mm-verify-option to never.
9568
9569 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * message.el (message-signed-or-encrypted-p): New function.
9572         (message-forward-make-body): Use it.
9573
9574         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9575         Replace encode-coding-string with mm-encode-coding-string.
9576
9577 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9578
9579         * nneething.el (nneething-decode-file-name):
9580         Replace decode-coding-string with mm-decode-coding-string.
9581
9582         * gnus-int.el (gnus-open-server): Say failed server's name.
9583
9584 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9585
9586         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9587         strings to a single string.  Quote `errors-file-name'.
9588         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9589         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9590         Adjust calls.  Use `shell-quote-argument'.
9591
9592 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9593
9594         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9595         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9596
9597         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9598         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9599         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9600         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9601         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9602         (gnus-subscribe-newsgroup, gnus-1):
9603         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9604         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9605         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9606         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9607
9608 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9611         keystroke.
9612         (gnus-summary-limit-to-bodies): Implement headersp.
9613
9614 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9615
9616         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9617
9618 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9619
9620         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9621
9622 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9623
9624         * message.el (message-generate-hashcash): Expand range of values to
9625         include `opportunistic'.
9626         (message-send-mail): Use it.
9627
9628 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9629
9630         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9631         and comment it.
9632
9633         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9634
9635 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9636
9637         * gnus-util.el (gnus-extract-address-components): Improve comment.
9638
9639 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9640
9641         * gnus-util.el (gnus-extract-address-components): Work with address in
9642         which the name portion contains @.
9643
9644         * lpath.el: Fbind custom-autoload.
9645
9646 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9647
9648         * gnus.el (gnus-start): Move custom group up.
9649         (gnus-select-method): Don't autoload, but make it available for
9650         `customize-variable'.
9651         (gnus-getenv-nntpserver): Don't autoload.
9652
9653 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9654
9655         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9656
9657 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9658
9659         * message.el (message-sendmail-extra-arguments): New variable.
9660         (message-send-mail-with-sendmail): Use it.
9661
9662 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9663
9664         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9665         mm-with-unibyte-current-buffer to make string unibyte.
9666
9667         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9668         mm-string-as-multibyte.
9669
9670 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9671
9672         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9673         Reported by Werner Koch <wk@gnupg.org>.
9674
9675 2006-11-14  Daiki Ueno  <ueno@p360>
9676
9677         * mml2015.el: Autoload epa-select-keys when compiling.
9678
9679 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9680
9681         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9682         message-options.
9683         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9684
9685 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9686
9687         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9688         EasyPG (< 0.0.6).
9689         (mml2015-always-trust): New user option.
9690         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9691         prompt.
9692
9693 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9694
9695         * nntp.el (nntp-authinfo-force): New variable.
9696         (nntp-send-authinfo): Use it.
9697
9698 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9699
9700         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9701         decode encoded words.  Improve prompt.  Add comment about forwarding.
9702         (message-replacement-char): Move up.
9703
9704 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9705
9706         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9707         instead of gnus-intersection because arguments of gnus-sorted-nunion
9708         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9709
9710 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9713         (message-simplify-subject-functions):
9714         Enable message-strip-subject-encoded-words by default.
9715
9716 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * message.el (message-strip-subject-encoded-words): New function.
9719         (message-simplify-subject-functions): New variable.
9720         (message-simplify-subject): Use it.  Fix typo in doc string.
9721         Support message-strip-subject-encoded-words.
9722
9723 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9724
9725         * gnus-diary.el (gnus-diary-delay-format-function):
9726         * nndiary.el (nndiary-reminders):
9727         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9728
9729 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9730
9731         * gnus-art.el (article-hide-boring-headers): Fetch date from
9732         gnus-original-article-buffer to avoid problems with localized date
9733         strings.
9734
9735 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9736
9737         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9738
9739 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9740
9741         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9742         New variables.
9743         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9744         (mm-charset-synonym-alist): Move some entries to
9745         mm-codepage-iso-8859-list.
9746         (mm-charset-synonym-alist, mm-charset-override-alist):
9747         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9748
9749 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9750
9751         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9752
9753 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9754
9755         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9756         with Emacs 21 and XEmacs.
9757
9758 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9759
9760         * spam.el (spam-parse-address): New function for better parsing,
9761         catching errors, etc.
9762         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9763
9764 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9765
9766         * mm-view.el: Add interactive arg to html2text autoload.
9767
9768 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9769
9770         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9771
9772 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9773
9774         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9775         New variables.
9776         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9777         (mm-charset-synonym-alist): Move some entries to
9778         mm-codepage-iso-8859-list.
9779
9780         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9781
9782 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9783
9784         * message.el (message-citation-line-format)
9785         (message-insert-formated-citation-line): Fix implementation of %E, %N
9786         and %n according to the doc string.
9787
9788 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9789
9790         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9791         Use car-safe to avoid bad parses.
9792
9793 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9794
9795         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9796         names.
9797
9798         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9799
9800 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9803         header.
9804
9805         * message.el (message-draft-headers): Add Date.
9806         (message-headers-to-generate): Fix typo in docstring.
9807
9808         * nndraft.el (nndraft-required-headers): New variable.
9809         (nndraft-generate-headers): Use it.
9810
9811         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9812
9813 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9814
9815         * gnus-registry.el (gnus-registry-wash-for-keywords)
9816         (gnus-registry-find-keywords): New functions to allow easy searching of
9817         articles that are in the registry.
9818
9819 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9820
9821         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9822         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9823         Reported by Damien Elmes <damien@repose.cx>.
9824
9825 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9826
9827         * gnus.el (gnus-mime): Remove unused custom group.
9828
9829 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9830
9831         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9832         "blank line" when searching for end of armor headers.
9833
9834 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gmm-utils.el (gmm-write-region): Fix variable name.
9837
9838 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9839
9840         * gmm-utils.el (gmm-write-region): New function based on compatibility
9841         code from `mm-make-temp-file'.
9842
9843         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9844
9845         * nnmaildir.el (nnmaildir--update-nov)
9846         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9847         Use `gmm-write-region'.
9848
9849 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9850
9851         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9852         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9853
9854         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9855
9856         * message.el (message-replacement-char): New variable.
9857         (message-fix-before-sending): Use it.
9858         (message-simplify-subject): New function to remove duplicate code.
9859         (message-reply, message-followup): Use it.
9860
9861         * gnus-sum.el (gnus-summary-make-menu-bar):
9862         Clarify gnus-summary-limit-to-articles.
9863
9864 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9865
9866         * gnus-util.el (gnus-with-local-quit): New macro.
9867
9868         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9869
9870 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9871
9872         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9873         ignore non-string data.
9874
9875 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9876
9877         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9878         non-string data (needs to be done in the registry too).
9879
9880 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9881
9882         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9883         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9884         (gnus-registry-split-fancy-with-parent)
9885         (gnus-registry-fetch-simplified-message-subject-fast)
9886         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9887         Remove text properties on ingress into the registry and when it's saved.
9888         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9889         registry from entries with no groups.
9890
9891 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9892
9893         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9894         function to remove string properties.
9895
9896 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9897
9898         * gmm-utils.el (gmm): Adjust custom version.
9899
9900         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9901         Adjust custom version.
9902
9903         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9904
9905 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9906
9907         * gnus-art.el (gnus-insert-prev-page-button)
9908         (gnus-insert-next-page-button): Simplify.  Reformat.
9909
9910 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9911
9912         * gnus-art.el (gnus-insert-prev-page-button)
9913         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9914
9915 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9916
9917         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9918
9919 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9920
9921         * gnus-art.el (gnus-insert-mime-button)
9922         (gnus-insert-mime-security-button):
9923         Apply gnus-article-button-face to MIME and security buttons.
9924
9925 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9926
9927         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9928         readable.
9929
9930 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9931
9932         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9933
9934 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9935
9936         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9937         `browse-url-of-file' instead of `browse-url'.
9938
9939 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9940
9941         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9942         regexp.  Articles containing quotation were cut prematurely.
9943
9944 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9945
9946         * message.el (message-cite-original-1): Use nobody by default for the
9947         value of From header.
9948         (message-reply): Ditto.
9949
9950 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9951
9952         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9953         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9954         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9955
9956 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9957
9958         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9959         mails in the doc string.  Add some URLs in comment.
9960         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9961
9962 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9965         backslashes handling and the way to find boundaries of quoted strings.
9966
9967 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9968
9969         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9970         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9971         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9972         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9973
9974 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9977         doc string.
9978         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9979
9980 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9981
9982         * lpath.el: Fbind epg-check-configuration.
9983
9984 2006-09-06  Simon Josefsson  <jas@extundo.com>
9985
9986         * mml2015.el (mml2015-use): Doc fix, mention epg.
9987
9988 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9989
9990         * mml2015.el (mml2015-use): Default to epg, if available.
9991
9992 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9993
9994         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9995         message-sender.
9996         (mml1991-epg-encrypt): Ditto.
9997         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9998         message-sender.
9999         (mml2015-epg-encrypt): Ditto.
10000
10001 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10002
10003         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10004         several common directories.
10005
10006 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10007
10008         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10009         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10010
10011 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10012
10013         * gnus-art.el (article-decode-encoded-words): Make it fast.
10014
10015 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10018
10019         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10020         in quoted string into `\'.
10021
10022 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10023
10024         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10025         Use standard-syntax-table.
10026
10027 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10028
10029         * gnus-art.el (gnus-decode-address-function): New variable.
10030         (article-decode-encoded-words): Use it to decode headers which are
10031         assumed to contain addresses.
10032         (gnus-mime-delete-part): Remove useless `or'.
10033
10034         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10035         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10036         (gnus-nov-parse-line): Use it to decode From header.
10037         (gnus-get-newsgroup-headers): Ditto.
10038         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10039
10040         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10041         (mail-decode-encoded-address-string): New alias.
10042
10043         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10044         New function.
10045         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10046         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10047         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10048         (rfc2047-decode-string): Ditto.
10049         (rfc2047-decode-address-region): New function.
10050         (rfc2047-decode-address-string): New function.
10051
10052 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10053
10054         * message.el (message-caesar-buffer-body): Allow rotating headers.
10055
10056         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10057
10058         * message.el (message-insert-formated-citation-line): Fix %f.
10059         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10060
10061 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10062
10063         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10064         (gnus-bookmark-mouse-available-p): New macro.
10065         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10066         (gnus-bookmark-bmenu-show-infos): Use it.
10067         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10068         (gnus-bookmark-bmenu-hide-infos): Ditto.
10069         (gnus-bookmark-remove-properties): New function.
10070         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10071         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10072         (gnus-bookmark-write-file): Bind coding-system-for-write.
10073         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10074         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10075         group before selecting it.
10076         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10077         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10078         quit-window if it is not available; use gnus-mouse-2 and bind it to
10079         gnus-bookmark-bmenu-select-by-mouse.
10080         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10081         (gnus-bookmark-bmenu-select-by-mouse): New function.
10082
10083 2006-08-13  Romain Francoise  <romain@orebokech.com>
10084
10085         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10086         space.
10087
10088 2006-08-10  Romain Francoise  <romain@orebokech.com>
10089
10090         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10091         (dns-mode-soa-auto-increment-serial): New user option.
10092         (dns-mode-soa-maybe-increment-serial): New function.
10093         (dns-mode): Add the latter to `write-contents-functions'.
10094
10095 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * compface.el (uncompface): Use binary rather than raw-text-unix.
10098
10099 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * compface.el (uncompface): Make sure the eol conversion doesn't take
10102         place when communicating with the external programs.
10103         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10104
10105 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10108
10109 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10110
10111         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10112         Make it more robust by parsing author and date independently.
10113
10114 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10117
10118 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10119
10120         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10121         first matching secret key.
10122         (mml2015-epg-encrypt): Ditto.
10123
10124         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10125         first matching secret key.
10126         (mml1991-epg-encrypt): Ditto.
10127
10128         * mml2015.el (mml2015-encrypt-to-self): New user option.
10129         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10130         mml2015-epg-encrypt-to-self is set.
10131
10132         * mml1991.el (mml1991-encrypt-to-self): New variable.
10133         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10134         mml1991-epg-encrypt-to-self is set.
10135
10136         * mml2015.el (mml2015-signers): New user option.
10137         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10138         (mml2015-epg-encrypt): Allow to select signing keys.
10139
10140         * mml1991.el (mml1991-signers): New variable.
10141         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10142         (mml1991-epg-encrypt): Allow to select signing keys.
10143
10144 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * nnheader.el (nnheader-insert-head): Make it work even if the file
10147         uses CRLF for the line-break code.
10148
10149 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10150
10151         * mml2015.el: Require mml-sec instead of password.
10152         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10153         (mml2015-cache-passphrase): Inherit the default value from
10154         mml-secure-cache-passphrase.
10155         (mml2015-passphrase-cache-expiry): Inherit the default value from
10156         mml-secure-passphrase-cache-expiry.
10157
10158         * mml1991.el: Require mml-sec instead of password.
10159         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10160         (mml1991-cache-passphrase): Inherit the default value from
10161         mml-secure-cache-passphrase.
10162         (mml1991-passphrase-cache-expiry): Inherit the default value from
10163         mml-secure-passphrase-cache-expiry.
10164
10165         * mml-sec.el: Require password.
10166         (mml-secure-verbose): New user option.
10167         (mml-secure-cache-passphrase): New user option.
10168         (mml-secure-passphrase-cache-expiry): New user option.
10169
10170 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10171
10172         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10173         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10174         andreas@altroot.de (Andreas Vögele).
10175
10176         FIXME: Use `tiny change'?
10177
10178 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10179
10180         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10181         workaround for the url package included with Emacs.
10182
10183         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10184
10185 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10186
10187         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10188         correctly.  This fixes a bug caused by the 2006-05-12 change.
10189
10190 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10191
10192         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10193         some information about the error when saying that the `bogus' mail
10194         group will be used.
10195
10196 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10197
10198         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10199         string.
10200
10201 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10202
10203         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10204
10205 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10206
10207         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10208
10209 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10210
10211         * mml1991.el (mml1991-function-alist): Add epg.
10212         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10213         (mml1991-epg-encrypt): New functions.
10214
10215 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10216
10217         * mml2015.el (mml2015-verbose): New variable.
10218         (mml2015-cache-passphrase): Ditto.
10219         (mml2015-passphrase-cache-expiry): Ditto.
10220         (mml2015-function-alist): Add epg.
10221         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10222         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10223         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10224         New functions.
10225
10226 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10227
10228         * message.el (message-cite-original-1): Preserve region when removing
10229         quoted text due to X-No-Archive in order to avoid bogus attribution
10230         when citing multiple messages.
10231
10232 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10233
10234         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10235         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10236
10237 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10238
10239         * gnus-diary.el (gnus-user-format-function-d)
10240         (gnus-user-format-function-D): Autoload.
10241
10242         * imap.el (Commentary): Fix typo.
10243
10244         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10245         2006-04-22 contribution.
10246
10247 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10248
10249         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10250         It didn't really fix the bogosity I'm seeing with solid web groups.
10251
10252 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10253
10254         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10255         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10256         created using server names.  If we use the feature without declaring
10257         it, Gnus does not properly manage server and group state.
10258
10259         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10260         bound.
10261
10262 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10263
10264         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10265         looking up the method using GROUP's prefix before inventing a new one.
10266         It is used on killed/unknown groups in various places where returning
10267         an all-new method isn't expected by the caller.
10268
10269         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10270         and match semantics of gnus-group-real-prefix.
10271
10272 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10273
10274         * nnmail.el (nnmail-broken-references-mailers): New variable.
10275         (nnmail-ignore-broken-references): New function generalizing
10276         nnmail-fix-eudora-headers.
10277         (nnmail-fix-eudora-headers): Now obsolete.
10278
10279         * gnus-art.el (gnus-button-handle-custom):
10280         Support `customize-apropos*'.
10281
10282 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10283
10284         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10285
10286         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10287         articles.
10288
10289 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10290
10291         * message.el (message-cite-reply-above): New variable.
10292         (message-yank-original): Use it.
10293
10294 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10295
10296         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10297
10298 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10299
10300         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10301         as read.
10302
10303         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10304
10305 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10306
10307         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10308         (gnus-bookmark-default-file): Use gnus-directory.
10309         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10310         Remove "*" in doc string.
10311         (gnus-bookmark-write-file): Simplify.
10312         (gnus-bookmark-maybe-sort-alist): Use `when'.
10313         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10314         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10315         Add FIXME about Emacs 21 and XEmacs compatibility.
10316         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10317         compatibility.
10318         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10319         compatibility.
10320         (gnus-bookmark-menu-heading): Fix version.
10321
10322 2006-06-19  Bastien Guerry  <bzg@altern.org>
10323
10324         * gnus-bookmark.el: New file.
10325
10326 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * message.el (message-syntax-checks): Doc fix.
10329
10330 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10331
10332         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10333         unsubscribed groups as if they were killed ones.  It causes duplicate
10334         entries in gnus-newsrc-alist.
10335
10336 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10337
10338         * message.el (message-syntax-checks): Doc fix.
10339         (message-send-mail): Add check for continuation headers.
10340         (message-check-news-header-syntax): Fix regexp used to check for
10341         continuation headers.
10342
10343 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10344
10345         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10346
10347 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10348
10349         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10350
10351 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10352
10353         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10354         default-truncate-lines.
10355
10356 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10357
10358         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10359         to fill the utf-8 entry.
10360
10361         * lpath.el: Fbind unicode-precedence-list.
10362
10363 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10364
10365         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10366
10367 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10368
10369         * gnus-agent.el (directory-files-and-attributes): Move all the way
10370         forward (the third and final move).
10371         (gnus-agent-read-agentview): Trap reconstruction errors due to
10372         nonexistent directory.  Handle by returning nil.
10373
10374 2006-05-30  Didier Verna  <didier@xemacs.org>
10375
10376         * message.el (message-dont-reply-to-names): Update the custom type.
10377         * message.el (message-dont-reply-to-names): New defsubst: potentially
10378         convert a list of regexps into a single one.
10379         * message.el (message-get-reply-headers): Use it.
10380         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10381
10382 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10383
10384         * gnus-agent.el (directory-files-and-attributes): Move forward.
10385
10386 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10387
10388         * gnus-ml.el (gnus-mailing-list-subscribe)
10389         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10390         (gnus-mailing-list-message): Fix doc strings.
10391
10392 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10393
10394         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10395         of doing it manually.
10396
10397 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10398
10399         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10400         comment.
10401
10402 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10403
10404         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10405         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10406         (gnus-agent-read-local): All symbols allocated in my-obarray.
10407         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10408         (gnus-agent-regenerate-group): Check numeric names to see if they are
10409         messages or groups.
10410         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10411         better way of do this...)
10412
10413         * gnus-cache.el (gnus-agent-total-fetched-for):
10414         Ignore 'dummy.group' (there should be a better way of do this...)
10415
10416 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10419         (gnus-saved-headers): Ditto.
10420         (gnus-default-article-saver): Mention functions may have properties.
10421         (gnus-article-save): Override gnus-save-all-headers and
10422         gnus-saved-headers by :headers property which saver function may have.
10423         (gnus-summary-save-in-file): Add :headers property.
10424         (gnus-summary-write-to-file): Ditto.
10425
10426         * gnus-sum.el (gnus-summary-save-article): Bind
10427         gnus-prompt-before-saving to t when saving many articles in a file;
10428         always show all headers.
10429
10430         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10431
10432 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10433
10434         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10435         marks.
10436
10437         * message.el (message-indent-citation): Add optional arguments to allow
10438         using it outside of message buffers.
10439
10440         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10441         (gnus-article-treat-unfold-headers): Use it.
10442         (gnus-article-truncate-lines): New variable.
10443         (gnus-article-mode): Use it.
10444         (gnus-article-toggle-truncate-lines): New function.
10445
10446         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10447         Add gnus-article-toggle-truncate-lines.
10448
10449         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10450         coding system in XEmacs, use binary.
10451
10452 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10453
10454         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10455         after-load-alist.
10456
10457         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10458         this function should save decoded articles.
10459         (gnus-summary-write-to-file): Use property to specify this function
10460         should save decoded articles and specify gnus-summary-save-in-file
10461         should be used to save articles other than the first one when saving
10462         many articles.
10463         (gnus-summary-save-body-in-file): Use property to specify this
10464         function should save decoded articles.
10465         (gnus-summary-write-body-to-file): Use property to specify this
10466         function should save decoded articles and specify
10467         gnus-summary-save-body-in-file should be used to save articles other
10468         than the first one when saving many articles.
10469
10470         * gnus-sum.el (gnus-summary-save-article): Simplify.
10471
10472 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * gnus-art.el (gnus-default-article-saver):
10475         Add gnus-summary-write-body-to-file.
10476         (gnus-article-save-coding-system): Don't use coding system object
10477         in XEmacs.
10478         (gnus-read-save-file-name): Add optional `dir-var' argument which
10479         specifies directory in which files are saved; work even if optional
10480         `variable' argument is not specified.
10481         (gnus-summary-write-to-file): Read file name.
10482         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10483         (gnus-summary-write-body-to-file): New function.
10484
10485         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10486         (gnus-summary-local-variables): Add it.
10487         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10488         (gnus-summary-save-article): Remove optional `decode' argument;
10489         determine whether to decode articles by the value of
10490         gnus-default-article-saver; when saving many files using
10491         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10492         it first and use gnus-summary-save-in-file or
10493         gnus-summary-save-body-in-file thereafter unless
10494         gnus-prompt-before-saving is always; move point to article which
10495         will be saved.
10496         (gnus-summary-save-article-file): Revert.
10497         (gnus-summary-write-article-file): Revert.
10498         (gnus-summary-save-article-body-file): Revert.
10499         (gnus-summary-write-article-body-file): New function.
10500
10501 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * gnus-art.el (gnus-default-article-saver): Doc fix.
10504         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10505         from gnus-summary-save-article-coding-system, and default to a
10506         certain coding system.
10507         (gnus-output-to-file): Add coding cookie and encode text according
10508         to gnus-article-save-coding-system; don't use mm-append-to-file.
10509
10510         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10511         gnus-art.el and rename to gnus-article-save-coding-system.
10512         (gnus-summary-save-article): Require gnus-art; don't show all
10513         headers if it decodes articles; don't add coding cookie here;
10514         don't bind mm-text-coding-system-for-write.
10515         (gnus-summary-save-article-file): Save decoded articles.
10516         (gnus-summary-write-article-file): When saving many files, use
10517         gnus-summary-write-to-file first and gnus-summary-save-in-file
10518         thereafter unless gnus-prompt-before-saving is always.
10519         (gnus-summary-save-article-body-file): Save decoded articles.
10520
10521         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10522
10523 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10524
10525         * nnrss.el (nnrss-check-group): Bind hash-index.
10526
10527 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10528
10529         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10530         its hash index.  Store this hash in `nnrss-group-data'.
10531         (nnrss-read-group-data): Update accordingly.
10532
10533 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10534
10535         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10536         entry.
10537
10538         * gnus-sum.el (gnus-summary-make-menu-bar):
10539         Add gnus-article-browse-html-article.
10540
10541 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10542
10543         * gnus-sum.el (gnus-summary-mime-map):
10544         Add gnus-article-browse-html-article.
10545
10546         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10547
10548 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10551         suitable coding systems in customize.
10552
10553 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10554
10555         * mail-source.el (mail-sources): Fix custom type.
10556
10557 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10560         (gnus-summary-expire-articles-now): Shorten prompt.
10561
10562         * gmm-utils.el (wid-edit): Require.
10563         (defun-gmm): Rename from `gmm-defun-compat'.
10564         (gmm-image-search-load-path): Use it.
10565         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10566
10567 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10568
10569         * gnus-sum.el (gnus-summary-save-article-coding-system):
10570         New variable.
10571         (gnus-summary-save-article): Add optional `decode' argument.
10572         If it is set and gnus-summary-save-article-coding-system is non-nil,
10573         save decoded article.
10574         (gnus-summary-write-article-file): Save decoded article if
10575         gnus-summary-save-article-coding-system is non-nil.
10576
10577         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10578         type.
10579
10580 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10581
10582         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10583
10584 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10587         first to test gnus-single-article-buffer which may be buffer-local.
10588
10589         * gnus-sum.el (gnus-summary-setup-buffer):
10590         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10591         group; make gnus-article-buffer, gnus-article-current, and
10592         gnus-original-article-buffer always buffer-local.
10593         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10594         group.
10595         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10596
10597 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10598
10599         * nnml.el (nnml-request-compact-group): Compressed files might not
10600         have .gz extension.
10601
10602 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10603
10604         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10605         (mm-copy-to-buffer): Use with-current-buffer.
10606         (mm-display-part): Simplify.
10607         (mm-inlinable-p): Add optional arg `type'.
10608
10609 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10610
10611         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10612         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10613         Try harder to show the attachment internally or externally using
10614         gnus-mime-view-part-as-type.
10615
10616 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10617
10618         * message.el (message-from-style, message-signature-separator)
10619         (message-user-organization-file, message-send-mail-function)
10620         (message-citation-line-function, message-yank-prefix)
10621         (message-indent-citation-function, message-signature)
10622         (message-signature-file, message-signature-insert-empty-line):
10623         Remove autoloads.
10624
10625         * gnus-art.el (gnus-buttonized-mime-types):
10626         Remove "multipart/signed".  Revert 2006-04-26 change.
10627
10628 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10629
10630         * gnus.el (gnus-version-number): Bump version.
10631
10632 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10633
10634         * gnus.el: No Gnus v0.5 is released.
10635
10636 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10637
10638         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10639         fetching articles by message-id.
10640
10641 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10642
10643         * message.el (hashcash): Require hashcash as normal.
10644
10645         * ecomplete.el (ecomplete-highlight-match-line):
10646         Use point-at-eol.
10647         (ecomplete-highlight-match-line): Use `highlight', because that
10648         face exists in both Emacs and XEmacs.
10649
10650         * message.el (message-display-abbrev): Use point-at-bol.
10651
10652         * mail-source.el: Don't require timer/timer-funcs.
10653
10654         * gnus-async.el: Ditto.
10655
10656         * password.el: Ditto.
10657
10658         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10659
10660         * mm-url.el: Ditto.
10661
10662         * gnus-xmas.el: Don't require timer-funcs.
10663
10664         * mm-util.el: Require timer/timer-funcs.
10665
10666 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10667
10668         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10669         Close.
10670
10671 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10672
10673         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10674         unibyte after clear-decrypt function runs.
10675
10676         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10677         returns as a unibyte string.
10678
10679 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10680
10681         * lpath.el: Revert.
10682
10683         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10684         (pgg-gpg-process-sentinel): Revert.
10685
10686         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10687         (pgg-pgp-lookup-key): Revert.
10688
10689         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10690         (pgg-pgp5-lookup-key): Revert.
10691
10692         * pgg.el (pgg-fetch-key): Revert.
10693
10694 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10695
10696         * lpath.el: Fbind string-as-multibyte for XEmacs.
10697
10698         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10699         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10700         (mml1991-pgg-encrypt): Ditto.
10701
10702         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10703         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10704         a multibyte buffer.
10705
10706         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10707         (pgg-pgp-lookup-key): Ditto.
10708
10709         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10710         (pgg-pgp5-lookup-key): Ditto.
10711
10712         * pgg.el (pgg-fetch-key): Ditto.
10713
10714 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10715
10716         * message.el (message-user-organization-file): Check several
10717         locations of the organization file.
10718
10719         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10720         Add gnus-article-view-part-as-type.
10721
10722         * gnus-art.el (gnus-article-view-part-as-type): New function.
10723
10724         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10725         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10726
10727         * mml.el: Simplify autoload.
10728         (mml-mode): defvar dnd-protocol-alist instead of using
10729         symbol-value.
10730         (mml-default-directory): New variable.
10731         (mml-minibuffer-read-file): Use it.
10732         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10733
10734         * message.el (message-citation-line-format): New variable.
10735         (message-insert-formated-citation-line): New function.
10736         (message-citation-line-function):
10737         Add `message-insert-formated-citation-line' to custom type.
10738
10739         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10740         to doc string.
10741
10742         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10743         depending on mm-verify-option.
10744
10745 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10746
10747         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10748         binding pgg-* variables; reimplement the section which prevents
10749         MIME header from being signed.
10750         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10751         pgg-text-mode; remove a blank line at the top of body.
10752
10753         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10754         lines at the top of body; use gnus-newsgroup-charset if there's no
10755         Charset header.
10756
10757 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10758
10759         * message.el (message-self-insert-commands): Doc fix.
10760
10761         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10762         (mm-uu-pgp-encrypted-test): Ditto.
10763         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10764         between header and body; return application/pgp-encrypted handle
10765         if decryption failed; decode decrypted body by charset.
10766
10767         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10768         element match to application/pgp-*.
10769
10770 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10771
10772         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10773         HTML.
10774
10775 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10776
10777         * mail-source.el (mail-source-call-script): Message the error
10778         string.
10779
10780 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10781
10782         * gnus-util.el (gnus-byte-compile): Use it.
10783
10784 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10785
10786         * gnus-util.el (kill-empty-logs): New function.
10787
10788 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10789
10790         * message.el (message-mail-alias-type): Doc fix.
10791         (message-mail-alias-type-p): New function.
10792         (message-send): Use it.
10793         (message-mode): Ditto.
10794         (message-strip-forbidden-properties): Ditto.
10795
10796         * ecomplete.el (ecomplete-database-file-coding-system):
10797         New variable.
10798         (ecomplete-save): Use it.
10799         (ecomplete-setup): Use it.
10800
10801 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10802
10803         * message.el (message-self-insert-commands): New variable.
10804         (message-strip-forbidden-properties): Use it.
10805
10806 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10807
10808         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10809         that doesn't make XEmacs choke.
10810
10811 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10812
10813         * gnus-util.el (gnus-replace-in-string):
10814         Prefer replace-regexp-in-string over of replace-in-string.
10815
10816 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10817
10818         * gnus-util.el (gnus-select-frame-set-input-focus):
10819         Use select-frame-set-input-focus if it is available in XEmacs; use
10820         definition defined in Emacs 22 for old Emacsen.
10821
10822         * dgnushack.el: Autoload unmorse-region for XEmacs.
10823
10824         * lpath.el: Bind cursor-in-non-selected-windows and
10825         select-frame-set-input-focus for XEmacs.
10826
10827 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10828
10829         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10830
10831 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10832
10833         * gnus-registry.el (gnus-registry-cache-save): Remove text
10834         properties when saving via the temp buffer.
10835
10836 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10837
10838         * message.el (message-generate-hashcash): Honor custom type.
10839
10840 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10841
10842         * message.el (message-generate-hashcash): Default to non-nil when
10843         hashcash is found.
10844
10845         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10846         (gnus-refer-thread-limit): Increase default to 500.
10847
10848         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10849
10850         * flow-fill.el (fill-flowed): Allow delete-space.
10851
10852 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10853
10854         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10855         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10856         Remove autoloads.
10857
10858 2006-04-18  Simon Josefsson  <jas@extundo.com>
10859
10860         * message.el (message-generate-hashcash): Default to.
10861
10862 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10863
10864         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10865         concatenating segments rather than before concatenating them.
10866
10867 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10868
10869         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10870
10871 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10872
10873         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10874
10875         * message.el (message-forward-make-body-plain):
10876         Allow message-forward-ignored-headers to be a list.
10877         (message-remove-ignored-headers): Factor out into function.
10878         (message-forward-make-body-mml): Use it.
10879
10880         * imap.el (imap-quote-specials): New function.
10881         (imap-login-auth): Quote specials.
10882
10883         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10884         (rfc2231-parse-string): Allow concatanation of parameters that
10885         aren't contiguous.  The test case is
10886           (mail-header-parse-content-type "message/external-body;
10887             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10888             access-type=LOCAL-FILE;
10889             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10890
10891 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10892
10893         * nntp.el (nntp-accept-process-output): Return the value of
10894         `nnheader-accept-process-output'.
10895
10896 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10899         (gnus-button-alist): Recognize more diff formats.
10900         (gnus-button-patch): Strip directory.
10901
10902 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10903
10904         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10905         Emacs 22 when setting focus.
10906
10907 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * gnus-art.el (gnus-article-treat-types): Do treatment of
10910         text/x-verbatim parts.
10911         (gnus-button-patch): New command.
10912
10913         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10914         addresses that contain invalid characters.
10915
10916 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10917
10918         * message.el (message-put-addresses-in-ecomplete):
10919         Use gnus-replace-in-string.
10920         (message-is-yours-p): Use the more correct
10921         mail-header-parse-address instead of
10922         mail-extract-address-components.
10923         (message-put-addresses-in-ecomplete): Fix typo.
10924
10925         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10926         keystroke.
10927
10928         * gnus-art.el (gnus-treatment-function-alist): Change order of
10929         newsgroups/generic header folding to avoid double-folding.
10930
10931         * message.el (message-hidden-headers): Add X-Draft-From.
10932
10933         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10934         New command.
10935         (gnus-summary-repeat-search-article-backward): New command.
10936
10937         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10938         groups in the parent topic.
10939
10940 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10941
10942         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10943         (spam-extra-header-to-number): Return the CRM114 number as a
10944         number instead of a string.
10945
10946 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10947
10948         * gnus-art.el (gnus-face-properties-alist): Move here from
10949         gnus-fun.
10950
10951         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10952
10953 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * message.el (message-strip-forbidden-properties): Only display on
10956         self-insert-command.
10957
10958         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10959         reindent.
10960         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10961
10962 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10963
10964         * smiley.el (smiley-style): Fix typo.
10965
10966 2006-03-23  Kenichi Handa  <handa@m17n.org>
10967
10968         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10969         instead of set-buffer-multibyte.
10970
10971 2006-03-23  Kenichi Handa  <handa@m17n.org>
10972
10973         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10974         buffer and then decode the buffer text if necessary.
10975         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10976         first, and after mm-encode-body, change the buffer to unibyte.
10977
10978 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * hashcash.el (hashcash-insert-payment-async-2):
10981         Use message-goto-eoh instead of doing it manually.
10982         (mail-add-payment): Use message-narrow-to-header instead of trying
10983         to do the same itself.
10984
10985         * message.el (message-hidden-headers): Add Face.
10986
10987         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10988         reparenting code.
10989         (gnus-summary-reparent-children): Refactored out code.
10990         (gnus-summary-thread-map): New keystroke.
10991         (gnus-summary-reparent-children): Make into command.
10992
10993         * smiley.el (smiley-style): Default to `medium' if using a large
10994         font.
10995
10996         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10997         does it itself.
10998
10999         * message.el (message-point-in-header-p): Simplify definition.
11000
11001 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11002
11003         * nnagent.el (nnagent-request-set-mark): Silence log file
11004         writing.
11005         (nnagent-request-set-mark): Use write-region instead of
11006         append-to-file.
11007
11008         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11009         strange select method.
11010
11011         * ecomplete.el (ecomplete-display-matches): Get highlightling
11012         right.
11013         (ecomplete-display-matches): Use literals.
11014         (ecomplete-display-matches): Disable message logging.
11015
11016         * message.el (message-display-abbrev): Small optimization.
11017
11018         * ecomplete.el (ecomplete-display-matches): Allow automatic
11019         display.
11020
11021         * message.el (message-strip-forbidden-properties):
11022         Display abbrevs.
11023         (message-display-abbrev): Get automatic display right.
11024
11025         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11026         keystrokes.
11027
11028 2006-04-13  Romain Francoise  <romain@orebokech.com>
11029
11030         TODO: Backport to v5-10!
11031
11032         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11033         Move here (and rename) from gnus-registry.el.
11034
11035         * gnus-registry.el: Require gnus-util.
11036         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11037
11038 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11039
11040         * gnus-group.el (gnus-group-catchup-current):
11041         Change if-then-else-if-then-else into cond.
11042         (gnus-group-catchup): Indent.
11043         (group-name-at-point): New function.
11044         (gnus-fetch-group): Provide default from thing at point.
11045
11046 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11047
11048         * message.el (message-display-abbrev): Fix regexp.
11049
11050         * ecomplete.el (ecomplete-highlight-match-line):
11051         Reimplement choosing.
11052         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11053         dead variables.
11054
11055         * message.el (message-newline-and-indent): Remove debugging.
11056         (message-display-abbrev): Use new implementation.
11057
11058 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11059
11060         * gnus-art.el (gnus-article-mode):
11061         Set cursor-in-non-selected-windows to nil.
11062
11063         * smiley.el: Revert previous change.
11064         (smiley-data-directory): defvar it before using it in the
11065         defcustom of `smiley-style'.
11066
11067 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11068
11069         * message.el (message-newline-and-indent): New function.
11070
11071         * ecomplete.el: Implement more bits.
11072
11073         * message.el (message-put-addresses-in-ecomplete): Clean up the
11074         string.
11075
11076         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11077
11078         * gnus-sum.el (gnus-summary-save-parts):
11079         Bind gnus-summary-save-parts-counter and use it to make unique file
11080         names.
11081
11082         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11083
11084         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11085         parameter to say whether to actually parse the individual
11086         addresses.
11087
11088         * message.el (message-put-addresses-in-ecomplete): New function.
11089         (ecomplete): Require.
11090         (message-mail-alias-type): Add ecomplete as an option.
11091
11092 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11093
11094         * flow-fill.el (fill-flowed): Remove trailing space from blank
11095         quoted lines.
11096
11097 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11098
11099         * smiley.el (smiley-style): Move definition later to avoid a
11100         compilation warning.
11101
11102 2006-04-12  Kenichi Handa  <handa@m17n.org>
11103
11104         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11105         buffer and then decode the buffer text if necessary.
11106         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11107         first, and after mm-encode-body, change the buffer to unibyte.
11108         Use mm-disable-multibyte instead of set-buffer-multibyte.
11109
11110 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11111
11112         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11113         Content-Type header instead of Content-Disposition header.
11114         (gnus-mime-inline-part): Ditto.
11115         (gnus-mime-view-part-as-charset): Ignore charset that the part
11116         specifies.
11117
11118         * mm-decode.el (mm-display-part): Work with external parts and
11119         usual parts similarly.
11120
11121         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11122         instead of gnus-display-mime.
11123
11124         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11125         instead of with-temp-buffer.
11126
11127         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11128         tag to summarized topics part in order to encode non-ASCII text.
11129
11130 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11131
11132         * smiley.el (smiley-style): New variable.
11133         (smiley-directory): New function.
11134         (smiley-data-directory): Derive from `smiley-style' using
11135         `smiley-directory'.
11136         (smiley-regexp-alist): Add new entries.
11137
11138         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11139         (gnus-article-browse-delete-temp): Add :version.
11140
11141 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11142
11143         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11144         the sieve region.
11145
11146 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11147
11148         * gnus.el (gnus-version-number): Bump version.
11149
11150 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11151
11152         * gnus.el: No Gnus v0.4 is released.
11153
11154 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11155
11156         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11157         layout.
11158
11159         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11160         unknown charset.
11161
11162         * message.el (message-header-synonyms): Add Original-To to the
11163         default.
11164
11165         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11166         optional parameter.
11167
11168 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gnus-fun.el (gnus): Require it for gnus-directory.
11171
11172 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11173
11174         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11175
11176 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11177
11178         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11179
11180 2006-04-05  Simon Josefsson  <jas@extundo.com>
11181
11182         * password.el (password-reset): New function.
11183
11184 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11185
11186         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11187         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11188
11189 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11190
11191         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11192         Some whitespace was matched into the url, which broke browsing hits
11193         > 100 when mm-url-use-external was nil.
11194
11195 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11196
11197         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11198         Check gnus-extra-headers for 'Newsgroups.
11199
11200         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11201         bound.
11202
11203 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11204
11205         * pgg-gpg.el: Clean up process buffers every time gpg processes
11206         complete.
11207
11208 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11211         doc string.
11212
11213 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11214
11215         * pgg-gpg.el (pgg-gpg-process-filter)
11216         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11217
11218         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11219         lines, temporary fix.
11220
11221 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11222
11223         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11224
11225 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11226
11227         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11228         default-enable-multibyte-characters.  This reverts the change from
11229         revision 6.17 which is no longer necessary because the passphrase
11230         is sent separately now.  GnuPG messages are unreadable under
11231         multibyte locales with default-enable-multibyte-characters set to
11232         nil.
11233
11234 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11235
11236         * message.el (message-tool-bar-gnome): Move "spell".
11237
11238 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11241         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11242         instead.
11243
11244 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11245
11246         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11247         Improve newsgroups handling for NNTP overviews which don't include
11248         Newsgroups.
11249
11250 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11251
11252         * message.el (message-resend): Bind message-generate-hashcash to nil.
11253
11254 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11255
11256         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11257         when searching for already-paid recipients.
11258
11259 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11260
11261         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11262         passphrases when it is not needed.
11263         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11264         passphrase stuff from gpg, should only be necessary when you use
11265         gpg with a smartcard.
11266
11267 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * mml.el (mml-insert-mime): Ignore cached contents of
11270         message/external-body part.
11271
11272         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11273         (mm-insert-part): Ditto.
11274
11275 2006-03-23  Simon Josefsson  <jas@extundo.com>
11276
11277         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11278         Reiner.
11279         (pgg-gpg-use-agent-p): Use it again.
11280
11281 2006-03-23  Simon Josefsson  <jas@extundo.com>
11282
11283         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11284         older emacsen.
11285         (pgg-gpg-use-agent-p): Don't use it.
11286
11287 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11290         if we can.
11291
11292 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11293
11294         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11295         (pgg-gpg-update-agent): New function.
11296         (pgg-gpg-use-agent-p): New function.
11297         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11298         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11299         (pgg-gpg-sign-region): Use it.
11300
11301 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11304         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11305
11306 2006-03-21  Simon Josefsson  <jas@extundo.com>
11307
11308         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11309         <wilde@sha-bang.de>.
11310         (pgg-gpg-use-agent): New variable.
11311         (pgg-gpg-process-region): Use it.
11312         (pgg-gpg-encrypt-region): Likewise.
11313         (pgg-gpg-encrypt-symmetric-region): Likewise.
11314         (pgg-gpg-decrypt-region): Likewise.
11315         (pgg-gpg-sign-region): Likewise.
11316         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11317
11318 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11319
11320         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11321
11322         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11323         Add comment on version.
11324
11325 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11326
11327         * smiley.el: Add missing test smiley.
11328
11329 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * mm-decode.el (mm-with-part): New macro.
11332         (mm-get-part): Use it; work with message/external-body as well.
11333         (mm-save-part): Treat name and filename equally.
11334
11335         * mm-extern.el (mm-extern-cache-contents): New function.
11336         (mm-inline-external-body): Use it; force the part to be displayed;
11337         move undisplayer added to the cached handle to the parent.
11338
11339         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11340         (gnus-mime-view-part-as-type): Work with message/external-body.
11341
11342         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11343
11344 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11347         images in image-load-path.  [Sync with image.el, revision 1.60, in
11348         Emacs.]
11349
11350 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11353         path rather than symbol.  Always return list of directories.
11354         Guarantee that image directory comes first.  [Sync with image.el,
11355         revision 1.59, in Emacs.]
11356
11357         * message.el (message-make-tool-bar): Adjust to new API of
11358         `gmm-image-load-path-for-library'.
11359
11360         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11361
11362         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11363
11364 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11365
11366         * gnus-art.el (gnus-article-only-boring-p):
11367         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11368         intangible text.
11369         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11370
11371 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11372
11373         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11374         Use `defun' instead of `gmm-defun-compat'.
11375
11376 2006-03-14  Simon Josefsson  <jas@extundo.com>
11377
11378         * message.el (message-unique-id): Don't use message-number-base36
11379         if (user-uid) is a float.
11380         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11381
11382 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11383
11384         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11385
11386         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11387         empty line between a part and a message part.
11388
11389 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11390
11391         * smiley.el: Add more test smileys.
11392         (smiley-data-directory, smiley-regexp-alist)
11393         (gnus-smiley-file-types): Fix doc strings.
11394         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11395         adding new elements.
11396         (smiley-mouse-map): Unused code.  Make it a comment.
11397
11398 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11399
11400         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11401         scan latest NoCeM messages instead of old ones.
11402         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11403         delimiters that are recently used.
11404         (gnus-nocem-load-cache): Add autoload cookie.
11405
11406         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11407
11408         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11409         level which is larger than gnus-use-nocem is specified.
11410
11411         * gnus-group.el (gnus-group-get-new-news): Ditto.
11412
11413 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11414
11415         * gnus-util.el (gnus-tool-bar-update): New function.
11416
11417         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11418         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11419
11420         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11421
11422         * gnus-group.el (gnus-group-redraw-when-idle)
11423         (gnus-group-redraw-check): Remove.
11424         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11425
11426 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11427
11428         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11429         if optional last element is specified in splits (FIELD VALUE...).
11430
11431 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11434         to gmm-image-load-path-for-library.  Call with no-error argument.
11435         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11436
11437         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11438
11439         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11440
11441         * gmm-utils.el (gmm-image-load-path): Remove alias.
11442
11443 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11444
11445         * gmm-utils.el (gmm-image-load-path): Add alias.
11446
11447         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11448         nnml-generate-nov-databases-1.
11449         (nnml-generate-nov-databases): Use it.
11450         (nnml-generate-nov-databases-directory): Document no-active
11451         argument.
11452
11453         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11454         directory if path is t.  Add no-error.
11455
11456         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11457         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11458
11459         * gnus-art.el (gnus-article-browse-delete-temp-files):
11460         Simplify resetting gnus-article-browse-html-temp-list.
11461
11462         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11463         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11464         Add example to docstring.  Rename local variables.  Move error
11465         checks to default case in cond and simplify.
11466
11467 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11468
11469         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11470         handle is multipart when calling it recursively.
11471         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11472
11473 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11474
11475         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11476         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11477
11478 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11479
11480         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11481         is loaded.
11482
11483         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11484         loaded.
11485
11486 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11489         to "Emacs 23 (unicode)" in doc string.
11490
11491         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11492         "Emacs 23 (unicode)" in comment.
11493
11494 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11495
11496         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11497
11498         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11499         characters 160 through 255 in Emacs 23.
11500
11501 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11502
11503         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11504         gnus-article-browse-html-temp.
11505         (gnus-article-browse-delete-temp): Make it customizable.
11506         Add `file'.  Adjust doc string.
11507         (gnus-article-browse-delete-temp-files): Add argument.
11508         Allow query for each file.  Adjust doc string.
11509         (gnus-article-browse-html-parts):
11510         Add `gnus-article-browse-delete-temp-files' to
11511         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11512
11513 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11514
11515         * gnus-art.el (gnus-article-browse-html-temp)
11516         (gnus-article-browse-delete-temp): New variables.
11517         (gnus-article-browse-delete-temp-files): New function.
11518         (gnus-article-browse-html-parts): Use it.
11519
11520 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11521
11522         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11523
11524         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11525         string.
11526
11527         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11528         gnus-summary-insert-new-articles when unplugged.
11529         Remove gnus-summary-search-article-forward.
11530
11531         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11532         display-visual-class instead of display-color-cells.
11533
11534 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11535
11536         * dgnushack.el: Autoload customize-group for XEmacs.
11537
11538         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11539         message/* containing non-ASCII text properly.
11540
11541 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11542
11543         * message.el: Require gmm-utils, remove autoloads.
11544         (message-tool-bar): Set default based on
11545         gmm-tool-bar-style.
11546         (message-tool-bar-gnome): Add gmm-customize-mode.
11547
11548         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11549         gmm-tool-bar-style.
11550         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11551
11552         * gnus-group.el (gnus-group-tool-bar): Set default based on
11553         gmm-tool-bar-style.
11554         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11555
11556         * gmm-utils.el (gmm-image-directory): Rename variable from
11557         gmm-image-load-path.
11558         (gmm-image-load-path): Use gmm-image-directory.
11559         (gmm-customize-mode): New function.
11560         (gmm-tool-bar-style): New variable.
11561
11562         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11563         gnus-group-redraw-line-number.
11564         (gnus-group-redraw-check): Simplify.
11565         (gnus-group-tool-bar-update): Remove redraw check.
11566         (gnus-group-make-tool-bar): Add redraw check.
11567
11568 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11569
11570         * gnus-art.el (gnus-button): Add missing parentheses.
11571
11572 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11573
11574         * lpath.el: Fbind line-number-at-pos.
11575
11576 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11579
11580 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11581
11582         * gnus-art.el (gnus-button): New face.
11583         (gnus-article-button-face): Use it.
11584
11585         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11586         Add gnus-summary-next-page.  Re-order.
11587
11588         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11589         next-node are now included.
11590         (gnus-group-redraw-line-number): New internal variable.
11591         (gnus-group-redraw-check): Helper function for updating the tool
11592         bar.
11593         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11594
11595         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11596
11597         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11598         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11599         Use it to match format of Spamassassin 3.0 and later.
11600         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11601         (spam-check-bogofilter)
11602         (spam-bogofilter-register-with-bogofilter): Fix args of
11603         `gnus-error' calls.
11604
11605 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11608         unnecessary interaction when sending queued mails.
11609         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11610
11611 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11612
11613         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11614         first or last are nil.
11615
11616 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11617
11618         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11619
11620 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621
11622         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11623
11624 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11625
11626         * dns.el (query-dns): Protect more against buggy tcp output.
11627
11628 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11629
11630         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11631         nov.php.
11632
11633 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11634
11635         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11636         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11637         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11638         output on the server side.
11639         (nnweb-google-create-mapping): Update regexps and add some
11640         progress indication.
11641
11642 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11643
11644         * gnus-group.el (gnus-group-tool-bar-gnome):
11645         Fix gnus-agent-toggle-plugged.  Re-order icons.
11646         (gnus-group-tool-bar-gnome):
11647         Add gnus-group-{prev,next}-unread-group.
11648         (gnus-group-tool-bar-gnome): Re-order icons.
11649
11650         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11651         Move gnus-summary-insert-new-articles.
11652
11653         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11654         Fix comments.
11655
11656         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11657         also available in Emacs 21.3.
11658
11659         * message.el (message-fix-before-sending): Change "Emacs 22" to
11660         "Emacs 23 (unicode)" in comment.
11661
11662         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11663         "Emacs 23 (unicode)" in comment.
11664
11665         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11666         comment.
11667         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11668
11669         * mm-view.el (mm-fill-flowed): Add :version.
11670
11671 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11674         and load-path.
11675
11676 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11677
11678         * message.el: Autoload gmm-image-load-path.
11679         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11680         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11681         consitency.
11682
11683         * gmm-utils.el (gmm-image-load-path): Also search in
11684         "../etc/images".  Don't set gmm-image-load-path if we don't find
11685         the image.
11686
11687 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11688
11689         * gmm-utils.el (gmm-image-load-path): Don't make
11690         `gmm-image-load-path' include subdirectories which the second arg
11691         `image' might specify.
11692
11693         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11694         subdirectory to icon file names.
11695
11696         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11697
11698 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11699
11700         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11701         gmm-image-load-path calls.
11702
11703         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11704
11705         * message.el (message-make-tool-bar): Ditto.
11706
11707         * mml.el (mml-preview): Add comment concerning tool bar icons.
11708
11709         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11710         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11711
11712         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11713         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11714
11715         * message.el (message-tool-bar-gnome): Use new icon names.
11716         (message-make-tool-bar): Use `gmm-image-load-path'.
11717
11718         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11719         New functions from MH-E.
11720         (gmm-image-load-path): New variable from MH-E.
11721         (gmm-image-load-path): New function from MH-E.  Add arguments
11722         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11723         *-image-load-path-called-flag.
11724
11725 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11726
11727         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11728
11729 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11730
11731         * nnimap.el (nnimap-request-move-article): Change folder back to
11732         source group before deleting.
11733
11734 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11735
11736         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11737
11738         * gnus-art.el (mm-url-insert-file-contents-external):
11739         Autoload mm-url.
11740
11741         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11742
11743 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11746         coding system which mm-charset-to-coding-system returns for a
11747         given charset is valid.
11748
11749 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11750
11751         * html2text.el (html2text-remove-tag-list):
11752         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11753
11754 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11755
11756         * gnus-cus.el: Revert 2005-10-17 change.
11757
11758 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11759
11760         * gnus-art.el (article-strip-banner):
11761         Call article-really-strip-banner only when the regexp match is made.
11762
11763 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * gnus-art.el (article-strip-banner):
11766         Use gnus-extract-address-components instead of
11767         mail-header-parse-addresses to make it work with non-ASCII text;
11768         remove mail-encode-encoded-word-string.
11769
11770         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11771         values which are surrounded with \"...\"; make it never cause a
11772         Lisp error; give up parsing of parameters if it failed in
11773         extracting type.
11774
11775 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11776
11777         * smime.el (smime-cert-by-ldap-1): Fix bug where
11778         `smime-ldap-search' returns results without userCertificates.
11779
11780 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11781
11782         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11783
11784 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11785
11786         * spam.el (spam-check-spamassassin-headers): Adapt format for
11787         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11788         <ari@mbf.ocn.ne.jp>.
11789         (spam-list-of-processors): Add spam-use-gmane.
11790
11791 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11792
11793         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11794         make-temp-file; make it work with XEmacs as well.
11795
11796         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11797         mm-make-temp-file.
11798
11799         * mm-decode.el (mm-display-external): Use the 3rd arg of
11800         mm-make-temp-file.
11801         (mm-create-image-xemacs): Ditto.
11802
11803 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11804
11805         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11806         with message-narrow-to-headers.
11807         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11808         (gnus-draft-check-draft-articles): New function.
11809         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11810
11811 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11812
11813         * gnus-art.el (gnus-article-browse-html-parts):
11814         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11815         Don't use suffix argument for mm-make-temp-file for Emacs 21
11816         compatibility.  Remove useless `format'.
11817
11818 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11819
11820         * nnweb.el (nnweb-google-wash-article): Update regexps.
11821         (nnweb-group-alist): Use defvoo instead of defvar.
11822
11823 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11826         re-loading nn* modules.
11827
11828 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11829
11830         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11831         for `tool-bar-mode' and don't check it's default-value.
11832
11833         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11834
11835         * message.el (message-make-tool-bar): Ditto.
11836
11837         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11838         `substring'.  Shorten tmp-file name.
11839
11840         * gnus.el: Remove bogus comment.
11841
11842 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11843
11844         * gnus-art.el (gnus-article-browse-html-parts): New function.
11845         (gnus-article-browse-html-article): New function for viewing html
11846         articles with a browser.
11847
11848 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11849
11850         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11851         in elisp.
11852         (pgg-gpg-encrypt-symmetric-region): Ditto.
11853         (pgg-gpg-sign-region): Ditto.
11854
11855         * pgg-def.el (pgg-text-mode): New variable.
11856
11857         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11858         (mml2015-pgg-encrypt): Ditto.
11859
11860         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11861         (mml1991-pgg-encrypt): Ditto.
11862
11863 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * nnfolder.el (nnfolder-insert-newsgroup-line):
11866         Use message-make-date instead of current-time-string.
11867
11868         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11869         to gnus-decoded which mm-uu might set.
11870
11871 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11872
11873         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11874         don't decode quoted parameters; remove misimported Emacs code.
11875         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11876         (rfc2231-decode-encoded-string): Don't use split-string which
11877         behaves differently according to Emacs version; use
11878         mm-decode-coding-region to convert charset to coding-system.
11879         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11880         (rfc2231-encode-string): Remove misimported Emacs code.
11881
11882 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11885         when calling mail-header-parse-content-type.
11886         (article-de-quoted-unreadable): Ditto.
11887         (article-de-base64-unreadable): Ditto.
11888         (article-wash-html): Ditto.
11889
11890         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11891         calling mail-header-parse-content-type and
11892         mail-header-parse-content-disposition.
11893         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11894         mail-header-parse-content-type.
11895
11896         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11897         insert charset and format parameters; encode description after
11898         inserting it to buffer.
11899         (mml-insert-parameter): Fold lines properly even if a parameter is
11900         segmented into two or more lines; change the max column to 76.
11901
11902         * rfc1843.el (rfc1843-decode-article-body): Don't use
11903         ignore-errors when calling mail-header-parse-content-type.
11904
11905         * rfc2231.el (rfc2231-parse-string): Return at least type if
11906         possible; don't cause an error even if it fails in parsing of
11907         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11908         (rfc2231-encode-string): Don't break lines at the beginning, leave
11909         it to mml-insert-parameter.
11910
11911         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11912         calling mail-header-parse-content-type.
11913
11914 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11915
11916         * spam-report.el (spam-report-gmane-use-article-number):
11917         Improve doc string.
11918         (spam-report-gmane-internal): Check if a suitable header was found
11919         in the article.
11920
11921 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11922
11923         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11924         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11925
11926 2006-02-05  Romain Francoise  <romain@orebokech.com>
11927
11928         Update copyright notices of all files in the gnus directory.
11929
11930 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11931
11932         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11933
11934 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11935
11936         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11937         segmented lines of parameter value to cope with Thunderbird 1.5
11938         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11939         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11940         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11941
11942 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11943
11944         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11945         parts.
11946
11947 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11948
11949         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11950         there's only one active file for all servers.
11951         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11952         solid groups.  Gnus might have used a FAST request to select the group.
11953         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11954         and nnweb-search redundantly in the active file.
11955         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11956         (nnweb-request-create-group): Don't use ARGS.
11957         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11958         initialisations.  Let nnoo do the work.
11959
11960 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11961
11962         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11963         Say the part has been decoded.
11964
11965         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11966
11967 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11968
11969         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11970         mailcap-viewer-test-cache when there's no 'test clause, since that
11971         will invert the meaning of a "nil" test previously determined by
11972         mailcap-mailcap-entry-passes-test.
11973
11974 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11977         compiling.
11978
11979         * gnus-sum.el: Ditto.
11980
11981         * message.el: Don't bind tool-bar-map when compiling.
11982
11983 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11986
11987 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11988
11989         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11990         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11991         current Google Groups.
11992
11993 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11994
11995         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11996         and tool-bar-mode.
11997
11998         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11999         and tool-bar-mode.
12000
12001         * message.el (message-tool-bar-update): Simplify.
12002         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12003
12004         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12005         gnus-summary-buffer.
12006         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12007         gnus-summary-reply.
12008
12009         * gmm-utils.el (gmm): Add :version.
12010
12011 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12012
12013         * Makefile.in (clean): New rule.
12014         (distclean): Use it.
12015
12016 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12017
12018         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12019         Don't autoload.
12020
12021 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12022
12023         * gmm-utils.el (gmm-verbose): Add :group.
12024
12025 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * message.el: Change some comments WRT tool-bars.
12028
12029         * gnus-sum.el (gnus-summary-tool-bar)
12030         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12031         (gnus-summary-tool-bar-zap-list): New variables.
12032         (gnus-summary-make-tool-bar): Complete rewrite using
12033         `gmm-tool-bar-from-list'.
12034
12035         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12036         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12037         New variables.
12038         (gnus-group-make-tool-bar): Complete rewrite using
12039         `gmm-tool-bar-from-list'.
12040         (gnus-group-tool-bar-update): New function.
12041
12042         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12043
12044 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12047         is dissected into a single part of which the type is the same as
12048         the given one; decode charset.
12049
12050 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12051
12052         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12053         into alists as symbol not string, since that's what
12054         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12055         look for.
12056
12057 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12058
12059         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12060         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12061
12062         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12063
12064 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12067         (gnus-xmas-mime-security-button-menu): New function.
12068
12069         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12070         (gnus-mime-security-button-menu): New definition.
12071         (gnus-mime-security-button-map): Use them.
12072         (gnus-mime-security-button-menu): New function.
12073         (gnus-insert-mime-security-button): Addition to help echo.
12074         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12075         (gnus-mime-security-pipe-part): New functions.
12076
12077         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12078         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12079
12080         * mm-decode.el (mm-handle-set-disposition): Remove.
12081         (mm-handle-set-description): Remove.
12082
12083 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12086         (mm-w3m-standalone-supports-m17n-p): New function.
12087         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12088         w3m usage.
12089
12090         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12091         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12092
12093 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12094
12095         * message.el (message-tool-bar-zap-list):
12096         Use gmm-tool-bar-zap-list as custom type.
12097         (message-tool-bar-update): New function.
12098         (message-tool-bar, message-tool-bar-gnome)
12099         (message-tool-bar-retro): Add message-tool-bar-update.
12100         (message-tool-bar-gnome): Add flyspell-buffer.
12101
12102         * gnus-util.el (gnus-error): Describe `args'.
12103
12104         * gmm-utils.el (gmm-error): Describe `args'.
12105         (gmm-tool-bar-zap-list): New widget.
12106         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12107
12108 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12111         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12112         the number of recursive calls.
12113
12114         * mm-decode.el (mm-handle-set-disposition): New macro.
12115         (mm-handle-set-description): New macro.
12116
12117 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12118
12119         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12120         encoding.
12121
12122 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12123
12124         * message.el (message-tool-bar-zap-list, message-tool-bar)
12125         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12126         (message-tool-bar-local-item-from-menu): Remove.
12127         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12128         (message-make-tool-bar): New function.
12129         (message-mode): Use `message-make-tool-bar'.
12130
12131         * gmm-utils.el: New file.
12132         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12133         (gmm-lazy): New widget copied from `nnmail.el'.
12134         (gmm-tool-bar-from-list): New function for creating customizable
12135         tool bars.
12136         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12137         output.
12138         (gmm): Add :prefix to defgroup.
12139
12140 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12141
12142         * gmm-utils.el (gmm-widget-p): New function.
12143
12144 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12145
12146         * mml.el (mml-attach-file): Describe `description' in doc string.
12147         (mml-menu): Add Emacs MIME manual and PGG manual.
12148
12149 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12150
12151         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12152
12153 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12154
12155         * nntp.el (nntp-end-of-line): Doc fix.
12156
12157 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12158
12159         * imap.el (imap-open): Handle case where buffer is a buffer
12160         object.
12161
12162 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12163
12164         * gnus-delay.el (gnus-delay): Don't autoload.
12165         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12166         to be re-loaded when customizing the `gnus-delay' group.
12167
12168 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12169
12170         * message.el (message-insert-citation-line): Use newlines.
12171
12172 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12173
12174         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12175         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12176         these routines, so the passphrase can be managed externally and
12177         passed in to the system.
12178         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12179         pgg-add-passphrase-to-cache function.
12180
12181         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12182         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12183         these routines, so the passphrase can be managed externally and
12184         passed in to the system.
12185         (pgg-pgp5-sign-region): Use new name of
12186         pgg-add-passphrase-to-cache function.
12187
12188 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12189
12190         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12191         part of the decoded armor to find the key-identifier.
12192         (pgg-gpg-lookup-key-owner): New function to return the
12193         human-readable identifier of a key owner.
12194         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12195         itself.
12196         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12197         the key value) if we have a key and can match it against a secret
12198         key.  Also, added a note pointing out fact that the prompt only
12199         indicates the first matching key.
12200
12201         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12202         pgg-decrypt-region.
12203         (pgg-add-passphrase-to-cache): Rename from
12204         `pgg-add-passphrase-cache' to reduce confusion (all callers
12205         changed).
12206         (pgg-remove-passphrase-from-cache): Rename from
12207         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12208         changed).
12209         (pgg-read-passphrase, pgg-add-passphrase-cache)
12210         (pgg-remove-passphrase-cache): Add informative docstrings.
12211         (pgg-decrypt): Convey provided passphrase in subordinate call to
12212         pgg-decrypt-region.
12213
12214 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12215
12216         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12217         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12218         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12219         'passphrase' argument, so the passphrase can be managed externally
12220         and then passed in to the system.
12221
12222         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12223         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12224         so the passphrase cache can be used reliably with identifiers
12225         besides a pgp packet's key id.
12226
12227         * pgg-gpg.el (pgg-gpg-encrypt-region)
12228         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12229         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12230         these routines, so the passphrase can be managed externally and
12231         passed in to the system.
12232
12233         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12234         'notruncate' argument, so the passphrase cache can be used
12235         reliably with identifiers besides a pgp packet's key id.
12236
12237 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12238
12239         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12240         symmetric encryption.
12241         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12242         encrypted session key.
12243         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12244         message ask for the passphrase in a proper way.
12245
12246         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12247         New user commands for symmetric encryption.
12248
12249 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12250
12251         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12252
12253         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12254
12255 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12256
12257         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12258
12259 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12260
12261         * mm-decode.el (mm-inlined-types): Add application/pgp.
12262         (mm-automatic-display): Ditto.
12263
12264         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12265         part as text.
12266
12267 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12268
12269         * nnrss.el: Update copyright.
12270         (nnrss-opml-import): Query whether to subscribe to each entry.
12271
12272         * gnus-art.el:
12273         * gnus-sum.el:
12274         * gnus-xmas.el:
12275         * messagexmas.el:
12276         * mm-uu.el:
12277         * mm-view.el: Update copyright.
12278
12279 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12280
12281         * message.el (message-info): New function.
12282         (message-mode-menu): Add it.
12283         Update copyright.
12284
12285         * ChangeLog: Fix and update copyright.
12286
12287 2006-01-13  Romain Francoise  <romain@orebokech.com>
12288
12289         * message.el (message-forward-subject-name-subject): Prefer the
12290         address to 'nowhere' if the sender has no name.
12291         Fix typo.  Update copyright year.
12292
12293 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12294
12295         * gnus-art.el (article-wash-html):
12296         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12297         (gnus-article-wash-html-with-w3m-standalone): New function.
12298
12299         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12300         mm-inline-text-html-render-with-w3m-standalone.
12301         (mm-text-html-washer-alist): Map w3m-standalone to
12302         gnus-article-wash-html-with-w3m-standalone.
12303         (mm-inline-text-html-render-with-w3m-standalone): New function.
12304
12305 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12306
12307         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12308         Improve LaTeX.
12309
12310 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12313         (nnrss-request-article): Render text/plain parts as HTML.
12314
12315         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12316         the buffer.
12317
12318 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12319
12320         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12321         custom definition of `gnus-posting-styles'.
12322
12323         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12324         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12325
12326 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12327
12328         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12329         Use nntp for bug archive.
12330
12331 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12332
12333         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12334         parts.
12335         (nnrss-normalize-date): New function converts ISO 8601 date into
12336         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12337         (nnrss-check-group): Use it.
12338
12339 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12340
12341         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12342
12343         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12344         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12345         (nnrss-insert-w3): Ditto.
12346
12347 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12350         the articles to be forwarded including the case where neither a
12351         number of articles nor a region is specified.
12352
12353 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12354
12355         * nnrss.el (nnrss-request-article): Fix last change; fill
12356         text/plain parts.
12357
12358 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12359
12360         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12361         in text/plain part.
12362         (nnrss-check-group): Don't add excessive newline to dc:subject.
12363
12364 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12365
12366         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12367         article.
12368
12369 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12370
12371         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12372         (nnml-use-compressed-files, nnml-save-mail): Support other
12373         comression programs such as bzip2.
12374
12375 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12376
12377         * dns.el (query-dns): Make sure we check the buffer size before
12378         removing tcp headers.
12379
12380 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12383         remove MIME buttons associated with multipart/alternative parts.
12384         (gnus-mime-display-alternative): Tag buttons using `article-type'
12385         text property.
12386
12387         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12388         associated with multipart/alternative parts.
12389
12390         * gnus-art.el (gnus-signature-separator): Fix custom type.
12391
12392         * mm-decode.el (mm-inlined-types): Fix custom type.
12393         (mm-keep-viewer-alive-types): Ditto.
12394         (mm-automatic-display): Ditto.
12395         (mm-attachment-override-types): Ditto.
12396         (mm-inline-override-types): Ditto.
12397         (mm-automatic-external-display): Ditto.
12398
12399 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12400
12401         * spam-report.el (spam-report-user-mail-address)
12402         (spam-report-user-agent): New variables.
12403         (spam-report-url-ping-plain): Use spam-report-user-agent.
12404
12405 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12406
12407         * gnus-art.el (gnus-button-handle-custom): Do not just use
12408         `customize-apropos' for any "M-x customize-*" button but the
12409         function called for.  Accept both the function name and its
12410         argument in order to achieve this.
12411         (gnus-button-alist): Remove support for "custom:" URL's.
12412         Pass function name to `gnus-button-handle-custom' in case of "M-x
12413         customize-*" buttons.
12414
12415 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12416
12417         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12418         multipart/alternative and add xref to mm-discouraged-alternatives
12419         in doc string.
12420
12421         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12422         gnus-buttonized-mime-types in doc string.
12423
12424 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12425
12426         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12427         Suggest image/.* in the doc string.
12428
12429 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12432         message-marks (Debian bug #342521).
12433
12434 2005-12-12  Simon Josefsson  <jas@extundo.com>
12435
12436         * password.el (password-read-from-cache): Add.
12437         (password-read): Use it.
12438
12439 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12440
12441         * rfc2047.el (rfc2047-charset-to-coding-system):
12442         Recognize us-ascii as a MIME charset.
12443
12444         * mm-bodies.el (mm-decode-content-transfer-encoding):
12445         Protect against the case where the 2nd arg TYPE is nil.
12446
12447 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12448
12449         * pop3.el (pop3-stream-type): Fix custom version.
12450
12451         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12452
12453 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12454
12455         * mm-decode.el (mm-display-external): Add missing cdr.
12456
12457 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12458
12459         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12460         RFC1524) if it is in mailcap or add a suffix according to
12461         mailcap-mime-extensions when generating a temp filename; postpone
12462         deleting a temp file for 2 seconds for some wrappers, shell
12463         scripts, and so on, which might exit right after having started a
12464         viewer command as a background job.
12465
12466 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12467
12468         * nntp.el (nntp-marks-directory): Fix custom group.
12469
12470         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12471         steps when < 10.
12472
12473         * gnus-start.el (gnus-no-server-1):
12474         Mention `gnus-level-default-subscribed' in doc string.
12475
12476 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12477
12478         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12479         parens.
12480
12481 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12482
12483         * gnus-xmas.el (gnus-use-toolbar): Revert.
12484         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12485         gnus-use-toolbar is default.
12486
12487         * messagexmas.el (message-use-toolbar): Revert.
12488         (message-setup-toolbar): Use global default-toolbar if
12489         message-use-toolbar is default.
12490
12491 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12492
12493         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12494         according to default-toolbar-visible-p.
12495
12496         * messagexmas.el (message-use-toolbar): Ditto.
12497
12498 2005-11-26  Dave Love  <fx@gnu.org>
12499
12500         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12501         (tls-program, tls-success): Provide openssl alternative.
12502
12503         * starttls.el: Doc fixes.
12504         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12505         SERVICE to PORT.
12506
12507         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12508         port null or service name.
12509         (starttls-negotiate): Autoload.
12510
12511 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * message.el (message-kill-to-signature): Fix interactive spec.
12514
12515 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * pop3.el (pop3-open-server): Recognize a string as a service name.
12518
12519 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12520
12521         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12522
12523 2005-11-23  Dave Love  <fx@gnu.org>
12524
12525         Add pop3s, pop3/starttls.
12526
12527         * pop3.el (pop3-authentication-scheme): Clarify doc.
12528         (open-tls-stream, starttls-open-stream): Autoload.
12529         (pop3-stream-type): New.
12530         (pop3-open-server): Use it.
12531
12532         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12533         for POP.
12534         (mail-source-keyword-map): Add :stream for POP.
12535         (mail-source-fetch-pop): Use pop3-stream-type.
12536
12537 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12538
12539         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12540         of current-time-string.
12541
12542 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12543
12544         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12545         date header.
12546
12547 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12548
12549         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12550         it can seriously impact performance as it bypasses the agent's
12551         local caches.
12552
12553 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12554
12555         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12556         must be explicitly online rather than "not explicitly offline" for
12557         its flags to be synchronized.
12558
12559         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12560         that gnus-uu-unmark-thread will function correctly.
12561
12562         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12563         1024K is instead displayed as 1M.
12564
12565 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12566
12567         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12568
12569 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12570
12571         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12572
12573 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12574
12575         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12576         error message to display actual error condition.
12577         (gnus-agent-save-local): Avoid saving symbols that are bound to
12578         nil as they simply result in a warning message in
12579         gnus-agent-read-local.
12580
12581 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12582
12583         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12584         rather than make-variable-buffer-local for file-precious-flag.
12585
12586 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12587
12588         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12589         for duplicates which are removed.  The invalid sort check then
12590         triggers a rescan after the sort as sorting may have moved
12591         duplicate entries such that they can be cheaply detected.
12592
12593 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12594
12595         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12596
12597 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12598
12599         * gnus-agent.el (gnus-agent-article-alist-save-format):
12600         Change internal variable to a custom variable.  Change default value
12601         from compressed(2) to uncompressed(1).
12602         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12603         support for uncompressed agentview files.  Taken together, reading
12604         the agentview file should now be 6-7 times faster.
12605
12606 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12607
12608         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12609         as a buffer-local variable.  This avoids creating truncated
12610         dribble files as a result of a hang up, eg.
12611
12612 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12613
12614         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12615         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12616         XEmacs.
12617
12618 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12619
12620         * gnus-start.el (gnus-start-draft-setup):
12621         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12622
12623         * gnus.el (gnus-splash): Change custom group.
12624         (gnus-group-get-parameter, gnus-group-parameter-value):
12625         Describe allow-list argument.
12626
12627         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12628         string.
12629
12630 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12631
12632         * gnus-art.el (gnus-default-article-saver): Add user-defined
12633         `function' to custom type.
12634
12635 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12636
12637         * imap.el (imap-open): Handle case where buffer is a buffer
12638         object.
12639
12640 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12641
12642         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12643         long lines.
12644         (gnus-cache-delete-group): Wrap doc strings.
12645
12646         * gnus-agent.el (gnus-agent-rename-group)
12647         (gnus-agent-delete-group): Wrap doc strings.
12648
12649 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12650
12651         * messagexmas.el (message-use-toolbar): Change the valid values
12652         into default, top, bottom, left, and right.
12653         (message-toolbar-thickness): New variable.
12654         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12655         well.
12656         (message-setup-toolbar): Make it work.
12657
12658         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12659         (gnus-use-toolbar): Change the valid values into default, top,
12660         bottom, left, and right.
12661         (gnus-toolbar-thickness): New variable.
12662         (gnus-xmas-setup-toolbar): New function.
12663         (gnus-xmas-setup-group-toolbar): Use it.
12664         (gnus-xmas-setup-summary-toolbar): Use it.
12665
12666 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12667
12668         * gnus-start.el (gnus-1): Add "native" to
12669         gnus-predefined-server-alist.
12670
12671         * gnus.el (gnus-method-to-server): Don't add "native" to the
12672         lists here, because that leads to problems when
12673         gnus-select-method is bound.
12674
12675 2005-11-09  Simon Josefsson  <jas@extundo.com>
12676
12677         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12678         use (not sort-by-date) instead.
12679
12680 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12681
12682         * gnus-delay.el (gnus-delay-group): Don't autoload.
12683         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12684         to be re-loaded when customizing the `gnus-delay' group.
12685
12686 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12687
12688         * message.el: Revert last changes.
12689         (message-insert-citation-line): Use newlines.
12690
12691 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12692
12693         * message.el (message-courtesy-message)
12694         (message-mark-insert-begin, message-mark-insert-end)
12695         (message-elide-ellipsis, message-cancel-message)
12696         (message-add-header, message-change-subject)
12697         (message-cross-post-followup-to-header)
12698         (message-cross-post-insert-note, message-reduce-to-to-cc)
12699         (message-widen-reply, message-delete-not-region)
12700         (message-kill-to-signature, message-insert-signature)
12701         (message-insert-importance-high, message-insert-importance-low)
12702         (message-insert-or-toggle-importance)
12703         (message-insert-disposition-notification-to)
12704         (message-indent-citation, message-yank-original)
12705         (message-cite-original-without-signature, message-cite-original)
12706         (message-insert-citation-line, message-position-on-field)
12707         (message-fix-before-sending, message-send-mail-partially)
12708         (message-send-mail, message-send-mail-with-sendmail)
12709         (message-send-mail-with-qmail, message-send-news)
12710         (message-check-news-header-syntax, message-generate-headers)
12711         (message-insert-courtesy-copy, message-fill-address)
12712         (message-fill-header, message-shorten-references)
12713         (message-setup-1, message-cancel-news)
12714         (message-forward-make-body-plain, message-forward-make-body-mime)
12715         (message-forward-make-body-mml, message-encode-message-body)
12716         (message-forward-make-body-digest-plain)
12717         (message-forward-make-body-digest-mime)
12718         (message-use-alternative-email-as-from): Insert `hard-newline'
12719         instead of ordinary newlines.
12720
12721 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12722
12723         * message.el (message-generate-headers): Downcase the argument
12724         given to message-check-element.
12725
12726 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12727
12728         * nntp.el (nntp-authinfo-rejected): New error condition.
12729         (nntp-wait-for): Use new error condition to signal authentication
12730         error.
12731         (nntp-retrieve-data): Rethrow new error condition to break out of
12732         recursive call to nntp-send-authinfo.
12733
12734 2005-11-08  Romain Francoise  <romain@orebokech.com>
12735
12736         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12737         (gnus-summary-exit-map): Bind to `Z p'.
12738         (gnus-summary-make-menu-bar): Add menu item.
12739
12740 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12741
12742         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12743         (gnus-treat-*): Add `first' in all doc strings.
12744
12745         * gnus-group.el (gnus-group-compact-group): Fix typo.
12746
12747 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12748
12749         * gnus.el (gnus-parameters-case-fold-search): New variable.
12750         (gnus-parameters-get-parameter): Use it.
12751
12752         * gnus-score.el (gnus-home-score-file): Doc fix.
12753
12754 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12755
12756         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12757
12758 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12759
12760         * mm-util.el (mm-special-display-p): New function.
12761
12762         * mml.el (mml-preview): Use it; doc fix.
12763
12764 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12765
12766         * imap.el (imap-open): Handle case where buffer is a buffer object.
12767
12768 2005-10-29  Romain Francoise  <romain@orebokech.com>
12769
12770         * message.el (message-fix-before-sending): Fix comment.
12771
12772 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12773
12774         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12775
12776 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12777
12778         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12779         Used in gnus-score.el.
12780
12781 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12784
12785 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12786
12787         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12788         whitespace removed in revision 7.8.  Use concatenated string to
12789         protect trailing whitespace.
12790
12791 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12792
12793         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12794         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12795         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12796         Courier IMAP ("some version from 2004").  Mostly based on similar
12797         code in the same function.
12798
12799 2005-10-26  Didier Verna  <didier@xemacs.org>
12800
12801         * gnus-group.el (gnus-group-compact-group): Invalidate original
12802         article buffer.
12803         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12804         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12805         NOV database and in article itself.
12806         Invalidate article backlog.
12807
12808 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12809
12810         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12811
12812 2005-10-26  Simon Josefsson  <jas@extundo.com>
12813
12814         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12815         part of 2004-07-25 change.
12816
12817 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12818
12819         * message.el (message-display-completion-list): New function.
12820         (message-expand-group): Use it; make sure the Completions buffer
12821         is modifiable.
12822 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12823
12824         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12825         user-mail-name is an empty string.
12826
12827 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12828
12829         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12830         depending on gnus-score-decay-constant.
12831
12832         * encrypt.el (encrypt-insert-file-contents)
12833         (encrypt-write-file-contents): Don't use `gnus-message'.
12834
12835         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12836         arguments.
12837         (mm-uu-type-alist): Add message-marks and insert-marks.
12838         Pass arguments to mm-uu-verbatim-marks-extract.
12839         (mm-uu-hide-markers): New variable.
12840         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12841
12842         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12843         (gnus-convert-image-to-face-command): Use "convert" by default to
12844         allow other input image formats.
12845         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12846         accordingly.
12847
12848 2005-10-23  Simon Josefsson  <jas@extundo.com>
12849
12850         * imap.el (imap-gssapi-program): Align command line parameters
12851         with latest GNU SASL.
12852         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12853
12854 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12855
12856         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12857         HTML.
12858         (nnslashdot-request-article): Ditto.
12859
12860         * lpath.el (featurep): Add nobreak-char-display.
12861
12862 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12863
12864         * mail-source.el (mail-source-fetch-pop): Require pop3.
12865         (mail-source-check-pop): Ditto.
12866
12867 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12870         errors.
12871
12872 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12873
12874         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12875         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12876
12877         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12878
12879         * mm-bodies.el (mm-decode-string):
12880         Call `mm-charset-to-coding-system' with allow-override argument.
12881
12882 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12885         (rfc2047-charset-to-coding-system): New function.
12886         (rfc2047-decode-encoded-words): New function.
12887         (rfc2047-decode-region): Use them.
12888         (rfc2047-decode-cte): Remove.
12889         (rfc2047-parse-and-decode): Remove.
12890         (rfc2047-decode): Remove.
12891
12892 2005-10-15  Kenichi Handa  <handa@m17n.org>
12893
12894         * rfc2047.el (rfc2047-decode-cte): New function.
12895         (rfc2047-decode-region): Change the way to decode successive
12896         encoded-words: decode B- or Q-encoding in each encoded-word,
12897         concatenate them, and decode it as charset.
12898
12899 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * lpath.el: Fbind codepage-setup for XEmacs.
12902
12903 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12904
12905         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12906         widget-move-and-invoke.
12907         (gnus-custom-mode): Use gnus-custom-map.
12908
12909 2005-10-15  Bill Wohler  <wohler@newt.com>
12910
12911         * message.el (message-tool-bar-map): Rename image file from
12912         mail_send to mail/send.
12913
12914 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12915
12916         * message.el (message-expand-group): Pass the common
12917         prefix substring of completion to `display-completion-list'.
12918
12919 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12920
12921         * mml-sec.el (mml-secure-method): New internal variable.
12922         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12923         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12924         New functions using mml-secure-method.
12925
12926         * mml.el (mml-mode-map): Add key bindings for those functions.
12927         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12928         Harder <harder@myrealbox.com>.
12929         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12930         Goto end of message if point is the headers of the message.
12931
12932         * message.el (message-in-body-p): New function.
12933
12934         * assistant.el: Autoload gnus-util and netrc.
12935
12936         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12937         Use `mm-charset-override-alist' only when decoding.
12938
12939         * mm-bodies.el (mm-decode-body):
12940         Call `mm-charset-to-coding-system' with allow-override argument.
12941
12942         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12943         `filename' from Content-Disposition if Content-Type doesn't
12944         provide `name'.
12945         (gnus-mime-view-part-as-type): Set default instead of
12946         initial-input.
12947
12948 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12949
12950         * format-spec.el (format-spec): Propagate text properties of % spec.
12951
12952 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12953
12954         * gnus-art.el (gnus-treat-predicate): Add `first'.
12955
12956 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12959         (mm-charset-override-alist): New variable.
12960         (mm-charset-to-coding-system): Use it.
12961         (mm-codepage-setup): New helper function.
12962         (mm-charset-eval-alist): New variable.
12963         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12964         Warn about unknown charsets.
12965
12966         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12967
12968 2005-10-04  David Hansen  <david.hansen@gmx.net>
12969
12970         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12971         (nnrss-check-group): Ditto.
12972
12973 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12976         Rename x-gnus-verbatim to x-verbatim.
12977         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12978
12979         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12980         x-verbatim.
12981
12982         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12983
12984         * gnus-util.el (gnus-remove-duplicates): Remove.
12985
12986         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12987         instead of gnus-remove-duplicates.
12988
12989         * message.el (message-remove-duplicates): Remove.
12990         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12991         message-remove-duplicates.
12992
12993         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12994         available, else use implementation from `delete-dups'.
12995
12996         * message.el (message-insert-expires): New function.
12997         (message-mode-map): Add key binding.
12998         (message-mode-field-menu): Add menu entry.
12999         (message-mode): Document it.
13000         (message-make-expires-date): Use `message-make-date'.
13001
13002 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13003
13004         * message.el (message-make-expires-date): New function.
13005
13006 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13007
13008         * Makefile.in (list-installed-shadows): New entry.
13009         (install): Use it.
13010         (remove-installed-shadows): New entry.
13011
13012         * dgnushack.el (dgnushack-default-load-path): New variable.
13013         (dgnushack-find-lisp-shadows): New function.
13014         (dgnushack-remove-lisp-shadows): New function.
13015
13016 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13017
13018         * Makefile.in (install-el-elc): New entry.
13019         (install): Use it so that .el files are necessarily installed.
13020
13021 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13022
13023         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13024
13025 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13026
13027         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13028         function rather than the diff-mode.el package.
13029         (mm-display-external): Use with-current-buffer.
13030         (mm-viewer-completion-map, mm-viewer-completion-map):
13031         Move initialization inside declaration.
13032
13033 2005-09-29  Simon Josefsson  <jas@extundo.com>
13034
13035         * spam.el: Load hashcash when compiling, to avoid warnings.
13036         Don't autoload mail-check-payment.
13037         (spam-check-hashcash): Define unconditionally, since hashcash.el
13038         is part of Gnus now.  Ignore errors from payment checking.
13039
13040 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13041
13042         * message.el (message-bold-region, message-unbold-region):
13043         Rename from `bold-region' and `unbold-region'.
13044
13045         * message.el: Remove useless autoloads.
13046
13047 2005-09-28  Simon Josefsson  <jas@extundo.com>
13048
13049         * message.el (message-use-idna): Default to t.
13050         (message-use-idna): Test whether encoding works too.  Doc fix.
13051
13052 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13053
13054         * nntp.el (nntp-warn-about-losing-connection): Remove.
13055
13056 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13057
13058         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13059         customizable.  Change default value.
13060         (mm-uu-diff-groups-regexp): Change default value.
13061         (mm-uu-type-alist): Add doc string.
13062         (mm-uu-configure): Add doc string.  Make it interactive.
13063         (mm-uu-tex-groups-regexp): New variable.
13064         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13065         (mm-uu-type-alist): Add LaTeX documents.
13066         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13067         of "text/verbatim".
13068         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13069
13070         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13071         instead of "text/verbatim".
13072
13073         * message.el (message-mark-inserted-region)
13074         (message-mark-insert-file): Use slrn style marks when called with
13075         prefix argument.
13076
13077 2005-09-27  Simon Josefsson  <jas@extundo.com>
13078
13079         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13080
13081 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13082
13083         * message.el (message-remove-duplicates): New function.
13084         Implementation borrowed from `gnus-remove-duplicates'.
13085         (message-idna-to-ascii-rhs): Also encode idna addresses in
13086         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13087         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13088         only ask about the same idna domain once per header and also tell
13089         in what header to replace the idna domain.
13090
13091         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13092         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13093         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13094         a header is decoded and not just the last one.
13095
13096 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13097
13098         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13099         has been decoded.
13100
13101         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13102         (mm-insert-part): Don't modify text if it has been decoded.
13103
13104         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13105         decoded.
13106
13107         * mm-view.el (mm-inline-text): Don't strip text props unless
13108         decoding enriched or richtext parts.
13109
13110 2005-09-25  Romain Francoise  <romain@orebokech.com>
13111
13112         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13113         * gnus-start.el (gnus-subscribe-interactively):
13114         * gnus-uu.el (gnus-uu-grab-articles):
13115         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13116         space.
13117
13118 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13119
13120         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13121         * mm-view.el (mm-view-pkcs7-decrypt):
13122         * gnus-sum.el (gnus-summary-limit-to-extra)
13123         (gnus-summary-respool-article, gnus-read-move-group-name):
13124         * gnus-score.el (gnus-summary-increase-score):
13125         * gnus-util.el (gnus-completing-read-with-default):
13126         * gnus-art.el (gnus-read-save-file-name)
13127         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13128         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13129         * message.el (message-check-news-header-syntax):
13130         Follow convention for reading with the minibuffer.
13131
13132 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13133
13134         * spam-report.el (spam-report-url-ping-plain):
13135         Use gnus-extended-version as User-Agent.
13136
13137         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13138         default value is nil.
13139
13140         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13141         (mm-uu-verbatim-marks-extract): New function.
13142         (mm-uu-extract): New face.
13143         (mm-uu-copy-to-buffer): Use it.
13144
13145         * spam-report.el (spam-report-gmane-ham): Rename from
13146         `spam-report-gmane-unspam'.
13147         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13148         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13149
13150         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13151         Autoload.
13152         (spam-report-gmane-unregister-routine):
13153         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13154
13155 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13156
13157         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13158         (spam-report-gmane-unregister-routine): Add support for gmane
13159         unregistration.
13160
13161         * spam-report.el (spam-report-gmane-unspam)
13162         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13163         (spam-report-gmane): Change to take a single article and do unspam
13164         registration.
13165
13166 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13167
13168         * mm-url.el (mm-url-decode-entities): Fix regexp.
13169
13170 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13171
13172         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13173         default to nil, to be able to use Gnus at all.  If the default
13174         switches to something else, then the function should be fixed not
13175         be exceedingly slow.
13176
13177 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13178
13179         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13180         fail hard.
13181
13182         * spam-report.el: Add better Keywords line.
13183
13184         * spam.el: Add Maintainer and better Keywords line.
13185
13186 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13187
13188         * gnus-art.el (gnus-article-replace-part)
13189         (gnus-mime-replace-part): New functions.
13190         (gnus-mime-action-alist, gnus-mime-button-commands)
13191         (gnus-mime-save-part-and-strip): Add file argument.
13192         (gnus-article-part-wrapper): Add interactive argument.
13193
13194         * gnus-sum.el (gnus-summary-mime-map):
13195         Add `gnus-article-replace-part'.
13196
13197 2005-09-19  Didier Verna  <didier@xemacs.org>
13198
13199         The nnml compaction feature:
13200         * nnml.el (nnml-request-compact-group): New function.
13201         * nnml.el (nnml-request-compact): New function.
13202         * gnus-int.el (gnus-request-compact-group): New function.
13203         * gnus-int.el (gnus-request-compact): New function.
13204         * gnus-group.el (gnus-group-compact-group): New function.
13205         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13206         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13207         * gnus-srvr.el (gnus-server-compact-server): New function.
13208         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13209         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13210
13211 2005-09-18  Deepak Goel  <deego@gnufans.org>
13212
13213         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13214         format spec.
13215
13216 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13217
13218         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13219
13220 2005-09-15  Romain Francoise  <romain@orebokech.com>
13221
13222         * message.el (message-fill-paragraph): Clarify docstring.
13223
13224 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13225
13226         * gnus-art.el (gnus-mime-display-part): Protect against broken
13227         MIME messages.
13228
13229 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13230
13231         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13232         before parsing header.
13233
13234 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13235
13236         * html2text.el (html2text-replace-list): Add new entities.
13237
13238 2005-09-11  Romain Francoise  <romain@orebokech.com>
13239
13240         * message.el (message-alternative-emails): Improve docstring.
13241         (message-setup-1): Call `message-use-alternative-email-as-from'
13242         after `message-setup-hook' to give it precedence over posting
13243         styles, etc.
13244         (message-use-alternative-email-as-from): Add docstring.
13245         Remove the original From header if present.
13246
13247         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13248         (nnml-save-mail): Use it.
13249
13250         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13251         articles.  Add new argument `silent'.
13252         (gnus-uu-mark-all): Report the total number of marked articles.
13253
13254 2005-09-10  Romain Francoise  <romain@orebokech.com>
13255
13256         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13257         (gnus-uu-mark-series): Likewise.
13258
13259 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13260
13261         * spam-report.el (spam-report-gmane): Fix generation of spam
13262         report URL.
13263
13264 2005-09-10  Simon Josefsson  <jas@extundo.com>
13265
13266         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13267         t, based on discussion on the ding list with Robert Epprecht
13268         <epprecht@solnet.ch>.
13269
13270 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13271
13272         * spam-report.el (spam-report-gmane): Make it work without
13273         X-Report-Spam header.  Gmane now only provides Archived-At.
13274         This is only used if `spam-report-gmane-use-article-number' is nil.
13275         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13276
13277         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13278         make `gnus-summary-sort-by-recipient' work with threading.
13279
13280         * nnweb.el (nnweb-google-wash-article): Print a message if article
13281         is not available.
13282
13283 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13284
13285         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13286         change.  Decode text/* parts content before displaying.
13287
13288 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13291
13292 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13293
13294         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13295
13296         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13297         url-package-name, url-package-version,
13298         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13299         w3m-display-inline-images, and w3m-minor-mode-map.
13300
13301 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13302
13303         * message.el (message-tab-body-function): Fix mismatched custom type.
13304
13305         * gnus.el (gnus-group-change-level-function): Ditto.
13306
13307         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13308
13309         * gnus-art.el (gnus-signature-limit)
13310         (gnus-article-mime-part-function): Ditto.
13311
13312 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13313
13314         * mml.el (mml-mode): Silence the byte compiler.
13315
13316         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13317         using `(sit-for 0)' before moving the point to the specified part;
13318         skip unbuttonized parts.
13319         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13320         return to the summary window if gnus-auto-select-part is non-nil.
13321
13322 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13323
13324         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13325         New variables.
13326         (mml-dnd-attach-file, mml-mode): Use them.
13327
13328         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13329         Make fetching article by MID work again for Google Groups.
13330         Add FIXME concerning gnus-group-make-web-group.
13331
13332         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13333         Don't depend on Gnus by using mail-extract-address-components if
13334         gnus-extract-address-components is not bound.
13335
13336 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13337
13338         * gnus-art.el (gnus-mime-display-security): Don't display the
13339         signature, but only the signed part.
13340
13341 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13344
13345         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13346         list, not listp.
13347
13348 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13349
13350         * mm-encode.el (mm-encode-content-transfer-encoding):
13351         Likewise when encoding.
13352
13353         * mm-bodies.el (mm-decode-content-transfer-encoding):
13354         De-canonicalize CRLF for all text content types, not just
13355         text/plain.
13356
13357 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13358
13359         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13360         valid article; point arrow and cursor at the MIME button.
13361
13362 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13363
13364         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13365         Suggested by Dan Christensen <jdc@uwo.ca>.
13366
13367         * mm-decode.el (mm-save-part): Enable change of prompt.
13368
13369 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13370
13371         * gnus-msg.el (gnus-inews-add-send-actions):
13372         Make `message-post-method' lambda parameter ARG `&optional'.
13373
13374 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13375
13376         * gnus-sum.el (gnus-summary-mime-map):
13377         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13378         gnus-article-jump-to-part.
13379
13380         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13381         (gnus-article-edit-part): Use it.
13382         (gnus-article-part-wrapper): Add no-handle argument.
13383         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13384         New functions.
13385
13386 2005-08-29  Romain Francoise  <romain@orebokech.com>
13387
13388         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13389         docstring.
13390         (gnus-face-from-file): Likewise.
13391
13392 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13395         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13396         non-nil.
13397         (gnus-auto-select-part): New variable.
13398         (gnus-article-jump-to-part): New function.
13399         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13400         (gnus-mime-delete-part): Allow selecting specified part after
13401         deleting or stripping parts.
13402         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13403         part if argument is bogus.
13404
13405 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13406
13407         * gnus-art.el (w3m-minor-mode-map):
13408         * gnus-spec.el (gnus-newsrc-file-version):
13409         * gnus-util.el (nnmail-active-file-coding-system)
13410         (gnus-original-article-buffer, gnus-user-agent):
13411         * gnus.el (gnus-ham-process-destinations)
13412         (gnus-parameter-ham-marks-alist)
13413         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13414         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13415         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13416         * mm-decode.el (gnus-current-window-configuration):
13417         * mm-extern.el (gnus-article-mime-handles):
13418         * mm-url.el (url-current-object, url-package-name)
13419         (url-package-version):
13420         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13421         (smime-keys, w3m-cid-retrieve-function-alist)
13422         (w3m-current-buffer, w3m-display-inline-images)
13423         (w3m-minor-mode-map):
13424         * mml-smime.el (gnus-extract-address-components):
13425         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13426         (gnus-newsrc-hashtb, message-default-charset)
13427         (message-deletable-headers, message-options)
13428         (message-posting-charset, message-required-mail-headers)
13429         (message-required-news-headers):
13430         * mml1991.el (mc-pgp-always-sign):
13431         * mml2015.el (mc-pgp-always-sign):
13432         * nnheader.el (nnmail-extra-headers):
13433         * rfc1843.el (gnus-decode-encoded-word-function)
13434         (gnus-decode-header-function, gnus-newsgroup-name):
13435         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13436
13437 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13438
13439         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13440         the end of the date treatments.
13441
13442 2005-08-15  Simon Josefsson  <jas@extundo.com>
13443
13444         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13445         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13446         Capello and Romain Francoise.
13447         (pgg-fetch-key-function): Remove, not used?
13448         (pgg-insert-url-with-w3): Require url, to get
13449         url-insert-file-contents regardless of where it is defined.
13450
13451 2005-08-13  Romain Francoise  <romain@orebokech.com>
13452
13453         * message.el (message-cite-original-1): New function.
13454         (message-cite-original): Use it.
13455         (message-cite-original-without-signature): Ditto.
13456
13457 2005-08-08  Romain Francoise  <romain@orebokech.com>
13458
13459         * message.el (message-yank-empty-prefix): New variable.
13460         (message-indent-citation): Use it.
13461         (message-cite-original-without-signature): Respect X-No-Archive.
13462
13463 2005-08-08  Simon Josefsson  <jas@extundo.com>
13464
13465         * pgg.el: Autoload url-insert-file-contents instead of loading
13466         w3/url.
13467         (pgg-insert-url-with-w3): Don't load url here.
13468
13469 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13470
13471         * message.el (message-kill-to-signature): Don't insert newline at
13472         bol.
13473         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13474
13475 2005-08-06  Romain Francoise  <romain@orebokech.com>
13476
13477         * message.el (message-user-fqdn): Fix typo in docstring.
13478
13479 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13480
13481         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13482
13483         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13484
13485 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * mm-bodies.el (mm-encode-body): Use coding system rather than
13488         charset to encode text.
13489
13490         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13491         number of charsets if utf-8 is available (XEmacs).
13492
13493 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13494
13495         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13496         taken from `gnus-button-mid-or-mail-regexp'.
13497         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13498         (gnus-button-alist): Improve regexp for domain part of the MIDs
13499         for news:localpart@domain buttons.
13500         (gnus-button-ctan-directory-regexp): Update.
13501
13502 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13503
13504         * sieve-manage.el (sieve-manage-interactive-login):
13505         Use make-local-variable rather than make-variable-buffer-local.
13506         (sieve-manage-open): Ditto.
13507         (sieve-manage-authenticate): Ditto.
13508
13509         * mml.el (mml-generate-mime-1): Make the content type default to
13510         text/plain if the filename is not specified.
13511
13512 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13513
13514         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13515         instead of insert-buffer.
13516
13517         * message.el (message-yank-original): Ditto; set the mark at the
13518         end of the yanked message.
13519
13520 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13521
13522         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13523         lines to scroll rather than to stop it.
13524
13525         * mml.el (mml-generate-default-type): Add doc string.
13526         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13527         default to application/octet-stream when determining the content
13528         type if it is not specified for the part or the mml contents; add
13529         a comment about mml-generate-default-type.
13530
13531 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13532
13533         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13534         make it default to application/octet-stream when determining the
13535         content type if it is not specified for the external contents.
13536
13537 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13538
13539         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13540         segmented parameter but also other parameters might be there.
13541
13542 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13543
13544         * mm-decode.el (mm-display-external): Delete temp file, directory
13545         and buffer immediately if the external process is exited.
13546
13547 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13550         fewer lines than that of scroll-margin.
13551         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13552
13553 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13554
13555         * gnus-art.el (gnus-article-next-page): Revert.
13556         (gnus-article-beginning-of-window): New macro.
13557         (gnus-article-next-page-1): Use it.
13558         (gnus-article-prev-page): Ditto.
13559         (gnus-article-edit-part): Use insert-buffer-substring instead of
13560         insert-buffer.
13561         (gnus-article-edit-exit): Ditto.
13562
13563         * gnus-util.el (gnus-beginning-of-window): Remove.
13564         (gnus-end-of-window): Remove.
13565
13566         * lpath.el: Don't bind header-line-format and scroll-margin.
13567
13568 2005-07-25  Simon Josefsson  <jas@extundo.com>
13569
13570         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13571         to have the url package without w3.  Reported by Daiki Ueno
13572         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13573
13574 2005-07-20  Didier Verna  <didier@xemacs.org>
13575
13576         * gnus-diary.el: Remove the description comment (nndiary is now
13577         properly documented in the Gnus manual).
13578         Fix the spelling of "Back End".
13579         * nndiary.el: Ditto.
13580         Fix the copyright notice.
13581
13582 2005-07-18  Romain Francoise  <romain@orebokech.com>
13583
13584         * gnus-sum.el (gnus-summary-to-prefix)
13585         (gnus-summary-newsgroup-prefix): New variables.
13586         (gnus-summary-from-or-to-or-newsgroups): Use them.
13587
13588 2005-07-17  Romain Francoise  <romain@orebokech.com>
13589
13590         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13591         space as it's generally not especially interesting to the user.
13592
13593 2005-07-16  Romain Francoise  <romain@orebokech.com>
13594
13595         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13596         nil to avoid prompting and file modification if one of the
13597         messages at the top of the nnfolder file contains a copyright
13598         notice.
13599         Update copyright notice.
13600
13601         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13602         instead of `current-time-string' as the latter creates a time
13603         string that is not RFC 2822 compliant (it lacks the zone).
13604         Update copyright notice.
13605
13606 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13607
13608         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13609         for text/rtf.  Display default in prompt.  Pass default for M-n.
13610
13611         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13612
13613 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13614
13615         * gnus-msg.el (gnus-button-mailto):
13616         Remove save-selected-window-window hackery because it relies on
13617         save-selected-window internals.
13618
13619 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13620
13621         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13622         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13623         (gnus-article-prev-page): Ditto.
13624
13625         * gnus-util.el (gnus-beginning-of-window): New function.
13626         (gnus-end-of-window): New function.
13627
13628         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13629
13630 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13631
13632         * gnus-score.el (gnus-score-edit-all-score):
13633         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13634         gnus-message.
13635
13636 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13637
13638         * gnus-msg.el (gnus-button-mailto):
13639         Remove save-selected-window-window hackery because it relies on
13640         save-selected-window internals.
13641
13642 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13643
13644         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13645         add-minor-mode.
13646         (gnus-binary-mode): Ditto.
13647
13648         * gnus-topic.el (gnus-topic-mode): Ditto.
13649
13650 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13651
13652         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13653         (gnus-article-prev-page): Take scroll-margin into consideration.
13654
13655 2005-07-04  Lute Kamstra  <lute@gnu.org>
13656
13657         Update FSF's address in GPL notices.
13658
13659 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13660
13661         * gnus.el (gnus-exit):
13662         * gnus-group.el (gnus-group-icons):
13663         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13664
13665         * gnus-nocem.el (gnus-nocem):
13666         * message.el (message-various, message-buffers, message-sending)
13667         (message-interface, message-forwarding, message-insertion)
13668         (message-headers, message-news, message-mail):
13669         * pgg-gpg.el (pgg-gpg):
13670         * pgg-parse.el (pgg-parse):
13671         * pgg-pgp.el (pgg-pgp):
13672         * pgg-pgp5.el (pgg-pgp5):
13673         * pop3.el (pop3): Finish `defgroup' description with period.
13674
13675 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * gnus-art.el (article-display-face): Improve the efficiency.
13678         (article-display-x-face): Ditto; remove grey x-face stuff.
13679
13680 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * gnus-art.el (article-display-face): Correct the position in
13683         which Faces are inserted.
13684
13685 2005-06-29  Didier Verna  <didier@xemacs.org>
13686
13687         * gnus-art.el (article-display-face): Display faces in correct
13688         order.
13689
13690 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13691
13692         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13693         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13694         (gnus-nocem-check-article): Fetch the Type header.
13695         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13696         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13697         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13698         make sure gnus-nocem-hashtb is initialized.
13699         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13700         (gnus-nocem-unwanted-article-p): Ditto.
13701
13702         * pgg.el (pgg-verify): Return the verification result.
13703
13704 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13705
13706         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13707         is ascii.
13708
13709 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13710
13711         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13712         `show-nonbreak-escape'.
13713
13714 2005-06-23  Lute Kamstra  <lute@gnu.org>
13715
13716         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13717
13718         * dig.el (dig-mode):
13719         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13720
13721 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13722
13723         * nnimap.el (nnimap-split-download-body): Fix spellings.
13724
13725 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13726
13727         * gnus-art.el (gnus-article-encrypt-body):
13728         * gnus-cus.el (gnus-score-customize):
13729         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13730         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13731
13732 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13733
13734         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13735         header by looking for magic "MII" at the beginnig.
13736
13737 2005-06-16  Miles Bader  <miles@gnu.org>
13738
13739         * gnus-xmas.el (gnus-xmas-group-startup-message):
13740         Use renamed gnus-splash face.
13741
13742         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13743         (assistant-field-face): New backward-compatibility alias for renamed
13744         face.
13745         (assistant-render-text): Use renamed assistant-field face.
13746
13747         * spam.el (spam): Remove "-face" suffix from face name.
13748         (spam-face): New backward-compatibility alias for renamed face.
13749         (spam-face, spam-initialize): Use renamed spam face.
13750
13751         * message.el (message-header-to, message-header-cc)
13752         (message-header-subject, message-header-newsgroups)
13753         (message-header-other, message-header-name)
13754         (message-header-xheader, message-separator, message-cited-text)
13755         (message-mml): Remove "-face" suffix from face names.
13756         (message-header-to-face, message-header-cc-face)
13757         (message-header-subject-face, message-header-newsgroups-face)
13758         (message-header-other-face, message-header-name-face)
13759         (message-header-xheader-face, message-separator-face)
13760         (message-cited-text-face, message-mml-face):
13761         New backward-compatibility aliases for renamed faces.
13762         (message-font-lock-keywords): Use renamed message faces.
13763
13764         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13765         (sieve-test-commands, sieve-tagged-arguments):
13766         Remove "-face" suffix from face names.
13767         (sieve-control-commands-face, sieve-action-commands-face)
13768         (sieve-test-commands-face, sieve-tagged-arguments-face):
13769         New backward-compatibility aliases for renamed faces.
13770         (sieve-control-commands-face, sieve-action-commands-face)
13771         (sieve-test-commands-face, sieve-tagged-arguments-face):
13772         Use renamed sieve faces.
13773
13774         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13775         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13776         (gnus-group-news-3-empty, gnus-group-news-4)
13777         (gnus-group-news-4-empty, gnus-group-news-5)
13778         (gnus-group-news-5-empty, gnus-group-news-6)
13779         (gnus-group-news-6-empty, gnus-group-news-low)
13780         (gnus-group-news-low-empty, gnus-group-mail-1)
13781         (gnus-group-mail-1-empty, gnus-group-mail-2)
13782         (gnus-group-mail-2-empty, gnus-group-mail-3)
13783         (gnus-group-mail-3-empty, gnus-group-mail-low)
13784         (gnus-group-mail-low-empty, gnus-summary-selected)
13785         (gnus-summary-cancelled, gnus-summary-high-ticked)
13786         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13787         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13788         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13789         (gnus-summary-low-undownloaded)
13790         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13791         (gnus-summary-low-unread, gnus-summary-normal-unread)
13792         (gnus-summary-high-read, gnus-summary-low-read)
13793         (gnus-summary-normal-read, gnus-splash):
13794         Remove "-face" suffix from face names.
13795         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13796         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13797         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13798         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13799         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13800         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13801         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13802         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13803         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13804         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13805         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13806         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13807         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13808         (gnus-summary-normal-ticked-face)
13809         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13810         (gnus-summary-normal-ancient-face)
13811         (gnus-summary-high-undownloaded-face)
13812         (gnus-summary-low-undownloaded-face)
13813         (gnus-summary-normal-undownloaded-face)
13814         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13815         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13816         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13817         (gnus-splash-face):
13818         New backward-compatibility aliases for renamed faces.
13819         (gnus-group-startup-message): Use renamed gnus faces.
13820
13821         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13822         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13823         (gnus-server-agent): Remove "-face" suffix from face names.
13824         (gnus-server-agent-face, gnus-server-opened-face)
13825         (gnus-server-closed-face, gnus-server-denied-face)
13826         (gnus-server-offline-face):
13827         New backward-compatibility aliases for renamed faces.
13828         (gnus-server-agent-face, gnus-server-opened-face)
13829         (gnus-server-closed-face, gnus-server-denied-face)
13830         (gnus-server-offline-face): Use renamed gnus faces.
13831
13832         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13833         Remove "-face" suffix from face names.
13834         (gnus-picon-xbm-face, gnus-picon-face):
13835         New backward-compatibility aliases for renamed faces.
13836
13837         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13838         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13839         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13840         (gnus-cite-11): Remove "-face" suffix from face names.
13841         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13842         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13843         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13844         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13845         New backward-compatibility aliases for renamed faces.
13846         (gnus-cite-attribution-face, gnus-cite-face-list)
13847         (gnus-article-boring-faces): Use renamed gnus faces.
13848
13849         * gnus-art.el (gnus-signature, gnus-header-from)
13850         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13851         (gnus-header-content): Remove "-face" suffix from face names.
13852         (gnus-signature-face, gnus-header-from-face)
13853         (gnus-header-subject-face, gnus-header-newsgroups-face)
13854         (gnus-header-name-face, gnus-header-content-face):
13855         New backward-compatibility aliases for renamed faces.
13856         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13857
13858         * gnus-sum.el (gnus-summary-selected-face)
13859         (gnus-summary-highlight): Use renamed gnus faces.
13860         * gnus-group.el (gnus-group-highlight): Likewise.
13861
13862 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13863
13864         * gnus-sieve.el (gnus-sieve-article-add-rule):
13865         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13866         * spam-stat.el (spam-stat-buffer-change-to-spam)
13867         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13868
13869         * message.el (message-is-yours-p):
13870         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13871
13872 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13873
13874         * mm-view.el (mm-inline-text): Withdraw the last change.
13875
13876 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13879         executing enriched-decode.
13880
13881 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13882
13883         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13884         charset of tar files.
13885
13886 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13887
13888         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13889
13890 2005-06-04  Lute Kamstra  <lute@gnu.org>
13891
13892         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13893         information is never recorded.
13894
13895 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13896
13897         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13898
13899 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13900
13901         * pop3.el (pop3-apop): Run md5 in the binary mode.
13902
13903         * starttls.el (starttls-set-process-query-on-exit-flag):
13904         Use eval-and-compile.
13905
13906 2005-05-31  Simon Josefsson  <jas@extundo.com>
13907
13908         * smime.el (smime-replace-in-string): Define.
13909         (smime-cert-by-ldap-1): Use it.
13910
13911 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13912
13913         * gnus-art.el (article-display-x-face): Replace
13914         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13915
13916         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13917         set-process-query-on-exit-flag or process-kill-without-query.
13918
13919         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13920         loop instead of replace-regexp.
13921
13922         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13923         instead of process-kill-without-query if it is available.
13924
13925         * lpath.el: Fbind ldap-search-entries.
13926
13927         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13928         instead of find-file-hooks if it is available.
13929
13930         * mml1991.el: Bind pgg-default-user-id when compiling.
13931
13932         * mml2015.el: Bind pgg-default-user-id when compiling.
13933
13934         * nndraft.el (nndraft-request-associate-buffer):
13935         Use write-contents-functions instead of write-contents-hooks if it is
13936         available.
13937
13938         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13939         instead of find-file-hooks if it is available.
13940
13941         * nntp.el (nntp-open-connection): Replace
13942         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13943         (nntp-open-ssl-stream): Ditto.
13944         (nntp-open-tls-stream): Ditto.
13945
13946         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13947         set-process-query-on-exit-flag or process-kill-without-query.
13948         (starttls-open-stream-gnutls): Use it instead of
13949         process-kill-without-query.
13950         (starttls-open-stream): Ditto.
13951
13952 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13953
13954         * smime.el (smime-cert-by-ldap-1): Don't use
13955         replace-regexp-in-string.
13956
13957 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13958
13959         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13960
13961         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13962         in PEM format.  Adjust to the XEmacs compability.
13963
13964 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13965
13966         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13967         by `string-to-number'.
13968         * gnus-agent.el (gnus-agent-regenerate-group)
13969         (gnus-agent-fetch-articles): Ditto.
13970         * gnus-art.el (gnus-button-fetch-group): Ditto.
13971         * gnus-cache.el (gnus-cache-generate-active)
13972         (gnus-cache-articles-in-group): Ditto.
13973         * gnus-group.el (gnus-group-set-current-level)
13974         (gnus-group-insert-group-line): Ditto.
13975         * gnus-score.el (gnus-score-set-expunge-below)
13976         (gnus-score-set-mark-below, gnus-summary-score-effect)
13977         (gnus-summary-score-entry): Ditto.
13978         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13979         (gnus-soup-pack): Ditto.
13980         * gnus-spec.el (gnus-xmas-format): Ditto.
13981         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13982         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13983         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13984         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13985         * nndb.el (nndb-get-remote-expire-response): Ditto.
13986         * nndiary.el (nndiary-parse-schedule-value)
13987         (nndiary-string-to-number, nndiary-request-replace-article)
13988         (nndiary-request-article): Ditto.
13989         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13990         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13991         * nneething.el (nneething-make-head): Ditto.
13992         * nnfolder.el (nnfolder-request-article)
13993         (nnfolder-retrieve-headers): Ditto.
13994         * nnheader.el (nnheader-file-to-number): Ditto.
13995         * nnkiboze.el (nnkiboze-request-article): Ditto.
13996         * nnmail.el (nnmail-process-unix-mail-format)
13997         (nnmail-process-babyl-mail-format): Ditto.
13998         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13999         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14000         (nnmh-request-create-group, nnmh-request-list-1)
14001         (nnmh-request-group, nnmh-request-article): Ditto.
14002         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14003         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14004         * nnsoup.el (nnsoup-make-active): Ditto.
14005         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14006         * nntp.el (nntp-find-group-and-number)
14007         (nntp-retrieve-headers-with-xover): Ditto.
14008         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14009         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14010         (pgg-format-key-identifier): Ditto.
14011         * pop3.el (pop3-last, pop3-stat): Ditto.
14012         * qp.el (quoted-printable-decode-region): Ditto.
14013
14014         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14015         of concat.
14016
14017 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14018
14019         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14020
14021         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14022
14023         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14024
14025         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14026
14027         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14028
14029         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14030
14031         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14032         (gnus-carpal-mode): Ditto.
14033
14034         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14035         (gnus-browse-mode): Ditto.
14036
14037         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14038
14039         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14040
14041 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14042
14043         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14044
14045 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-util.el (gnus-run-mode-hooks): New function.
14048
14049         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14050
14051         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14052         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14053
14054 2005-05-27  Lute Kamstra  <lute@gnu.org>
14055
14056         * dns-mode.el (dns-mode): Specify customization group.
14057
14058 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14059
14060         * gnus-agent.el (gnus-agent-make-mode-line-string):
14061         Use mode-line-highlight as mouse-face.
14062
14063 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14064
14065         * canlock.el (canlock): Change the parent group to news.
14066
14067         * deuglify.el (gnus-outlook-deuglify): Add :group.
14068
14069         * dig.el (dig): Add :group.
14070
14071         * dns-mode.el (dns-mode): Add :group.
14072
14073         * encrypt.el (encrypt): Add :group.
14074
14075         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14076         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14077         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14078         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14079         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14080
14081         * gnus-diary.el (gnus-diary): Add :group.
14082
14083         * gnus.el (gnus-group-news-1-face): Add :group.
14084         (gnus-group-news-1-empty-face): Ditto.
14085         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14086         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14087         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14088         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14089         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14090         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14091         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14092         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14093         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14094         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14095         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14096         (gnus-summary-high-ticked-face): Ditto.
14097         (gnus-summary-low-ticked-face): Ditto.
14098         (gnus-summary-normal-ticked-face): Ditto.
14099         (gnus-summary-high-ancient-face): Ditto.
14100         (gnus-summary-low-ancient-face): Ditto.
14101         (gnus-summary-normal-ancient-face): Ditto.
14102         (gnus-summary-high-undownloaded-face): Ditto.
14103         (gnus-summary-low-undownloaded-face): Ditto.
14104         (gnus-summary-normal-undownloaded-face): Ditto.
14105         (gnus-summary-high-unread-face): Ditto.
14106         (gnus-summary-low-unread-face): Ditto.
14107         (gnus-summary-normal-unread-face): Ditto.
14108         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14109         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14110
14111         * hashcash.el (hashcash): New custom group.
14112         (hashcash-default-payment): Add :group.
14113         (hashcash-payment-alist): Ditto.
14114         (hashcash-default-accept-payment): Ditto.
14115         (hashcash-accept-resources): Ditto.
14116         (hashcash-path): Ditto.
14117         (hashcash-extra-generate-parameters): Ditto.
14118         (hashcash-double-spend-database): Ditto.
14119         (hashcash-in-news): Ditto.
14120
14121         * message.el (message-minibuffer-local-map): Add :group.
14122
14123         * netrc.el (netrc): Add :group.
14124
14125         * sieve-manage.el (sieve-manage-log): Add :group.
14126         (sieve-manage-default-user): Diito.
14127         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14128         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14129         (sieve-manage-authenticators): Ditto.
14130         (sieve-manage-authenticator-alist): Ditto.
14131         (sieve-manage-default-port): Ditto.
14132
14133         * sieve-mode.el (sieve-control-commands-face): Add :group.
14134         (sieve-action-commands-face): Ditto.
14135         (sieve-test-commands-face): Ditto.
14136         (sieve-tagged-arguments-face): Ditto.
14137
14138         * smime.el (smime): Add :group.
14139
14140         * spam-report.el (spam-report): Add :group.
14141
14142         * spam.el (spam, spam-face): Add :group.
14143
14144 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14145
14146         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14147         return \n.\n.\n at the end of articles.  Protect against that.
14148         (nntp-with-open-group): Allow debugging.
14149
14150         * nnheader.el (mail-header-set-extra): Make into a function
14151         because I just could't understand how to quote the list properly.
14152
14153         * dns.el (query-dns-cached): New function.
14154
14155 2005-05-26  Lute Kamstra  <lute@gnu.org>
14156
14157         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14158
14159 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14160
14161         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14162
14163         * gnus-art.el: Don't autoload mail-extract-address-components.
14164
14165         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14166         eval-and-compile to evaluate it.
14167
14168         * hashcash.el: Don't autoload executable-find.
14169
14170         * nndb.el: Don't declare the nndb back end two or more times; don't
14171         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14172
14173         * nntp.el: Autoload format-spec instead of format; use
14174         eval-and-compile to evaluate autoload forms.
14175
14176 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14177
14178         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14179
14180 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14181
14182         * gnus.el (gnus-version-number): Bump version.
14183
14184 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14185
14186         * gnus.el: No Gnus v0.3 is released.
14187
14188 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14189
14190         * lpath.el (featurep): Bind show-nonbreak-escape.
14191
14192 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14193
14194         * gnus-art.el (gnus-article-edit-part): Disable undo.
14195
14196 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14199         gnus-article-date-lapsed-new-header is t if date timer is active;
14200         skip headers in which the original date value is empty.
14201         (gnus-article-save-original-date): Redefine it as a macro.
14202         (gnus-display-mime): Use it.
14203
14204 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14205
14206         * gnus-art.el (article-date-ut): Support converting date in
14207         forwarded parts as well.
14208         (gnus-article-save-original-date): New function.
14209         (gnus-display-mime): Use it.
14210
14211 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14212
14213         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14214         enclosure element of <item>.
14215
14216 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14217
14218         * message.el (message-kill-buffer-query): Rename from
14219         `message-kill-buffer-query-if-modified'.  Add :version.
14220
14221 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14222
14223         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14224         window layout.
14225
14226 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14227
14228         * mml.el: Autoload dnd when compiling.
14229
14230 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14231
14232         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14233         x-dnd-*.
14234
14235 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14236
14237         * qp.el (quoted-printable-encode-region): Save excursion.
14238
14239 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14240
14241         * message.el (message-kill-buffer-query-if-modified): Add new variable
14242         so the user can kill a modified message buffer quickly.
14243         (message-kill-buffer): Use it.
14244
14245 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14246
14247         * lpath.el: Fbind display-time-event-handler; don't fbind
14248         string-to-multibyte.
14249
14250         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14251
14252 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14253
14254         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14255         contained in text because xml.el decodes entities) with LFs.
14256
14257 2005-04-11  Lute Kamstra  <lute@gnu.org>
14258
14259         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14260         differently.
14261
14262 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14263
14264         * mm-util.el (mm-detect-coding-region): Typo.
14265
14266 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14267
14268         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14269
14270 2005-04-06  Deepak Goel  <deego@gnufans.org>
14271
14272         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14273         user-function allow user modifications of the scores.
14274         (spam-stat-score-buffer-user): New function, to allow
14275         user-computed modifications to the score.
14276         (spam-stat-score-buffer-user-functions): List of additional
14277         scoring functions.
14278         (spam-stat-error-holder): Global temporary error holder.
14279         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14280         variable.
14281
14282 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14283
14284         * gnus-registry.el (gnus-registry-clean-empty-function)
14285         (gnus-registry-trim, gnus-registry-fetch-groups)
14286         (gnus-registry-delete-group): Groups that match
14287         `gnus-registry-ignored-groups' are removed from the registry
14288         entries, not just ignored for splitting.  This helps clean up the
14289         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14290         to get all the groups a message ID is in.
14291
14292         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14293         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14294         (spam-stat-score-buffer-user-functions): Add :number custom type.
14295
14296 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14297
14298         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14299         argument in XEmacs.
14300
14301         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14302         (nnrss-request-group): Decode group name first.
14303         (nnrss-request-article): Make a text/plain article if mml-to-mime
14304         failed.
14305         (nnrss-get-encoding): Return a compatible encoding according to
14306         nnrss-compatible-encoding-alist.
14307         (nnrss-find-el): Use consp instead of listp.
14308         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14309
14310 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14311
14312         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14313         which Emacs 20 doesn't support.
14314         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14315
14316 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14317
14318         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14319         silence the byte compiler inside the defun.
14320
14321         * gnus-demon.el (parse-time-string): Add autoload.
14322
14323         * gnus-delay.el (parse-time-string): Add autoload.
14324
14325         * gnus-art.el (parse-time-string): Add autoload.
14326
14327         * nnultimate.el (parse-time): Require for `parse-time-string'.
14328
14329 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14330
14331         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14332
14333         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14334
14335         * smime.el (smime-ldap-host-list): Add :version.
14336
14337 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14340         pass it to `gnus-browse-read-group'.
14341         (gnus-browse-read-group): Add NUMBER argument and pass it to
14342         `gnus-group-read-ephemeral-group'.
14343
14344         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14345         argument and pass it to `gnus-group-read-group'.
14346
14347 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14348
14349         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14350         mm-xemacs-find-mime-charset-1 if we have the mule feature
14351         available at runtime.
14352
14353 2005-03-25  Werner Lemberg  <wl@gnu.org>
14354
14355         * nnmaildir.el: Replace `illegal' with `invalid'.
14356
14357 2005-03-23  Lute Kamstra  <lute@gnu.org>
14358
14359         * time-date.el: Add comment on time value formats.
14360         Don't require parse-time.
14361         (with-decoded-time-value): New macro.
14362         (encode-time-value): New function.
14363         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14364         (days-to-time): Return a valid time value when arg is huge.
14365         (time-since): Use time-subtract.
14366         (time-to-number-of-days): Use time-to-seconds.
14367
14368 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14369
14370         * gnus-start.el (gnus-display-time-event-handler):
14371         Check display-time-timer at runtime rather than only at load time
14372         in case display-time-mode is turned off in the mean time.
14373
14374 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14375
14376         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14377         used.
14378
14379         * nneething.el (nneething-map-file-directory): Derive from
14380         `gnus-directory'.
14381
14382         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14383         the To/Cc button.
14384
14385 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14386
14387         * nnmaildir.el (nnmaildir-request-accept-article):
14388         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14389
14390 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14391
14392         * gnus-async.el: Require timer-funcs at compile time when in
14393         XEmacs for `run-with-idle-timer'.
14394
14395 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14396
14397         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14398         autoloaded function.
14399
14400 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14401
14402         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14403
14404 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14405
14406         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14407
14408 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14409
14410         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14411         Add gnus-expert-user to default.
14412
14413 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14414
14415         * nnimap.el (nnimap-open-server): Ditto.
14416
14417         * imap.el (imap-authenticate): Fix typo.
14418
14419 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14420
14421         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14422         buffer (since IMAP server might return FETCH response out of
14423         order, and the nntp buffer must be sorted).
14424
14425 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14426
14427         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14428         comparison on string.
14429
14430         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14431         (gnus-agent-score): Rename category keywords to match gnus-cus.
14432         (gnus-agent-summary-fetch-series): Modify to protect against
14433         gnus-agent-summary-fetch-group clearing processable flags.
14434         (gnus-agent-synchronize-group-flags): Update live group buffer as
14435         synchronization may occur due to the user toggle the plugged
14436         status.
14437         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14438         successfully downloaded.
14439         (gnus-agent-expire-group-1): Avoid using markers when the overview
14440         is in ascending order; greatly improves performance.
14441         (gnus-agent-regenerate-group):
14442         Use gnus-agent-synchronize-group-flags to reset read status in both
14443         gnus and server.
14444         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14445
14446 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14447
14448         * message.el: Don't autoload former message-utils variables.
14449         (message-strip-subject-trailing-was): Change doc string.
14450
14451         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14452         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14453         (nnweb-google-search): Add "hl=en" here.
14454         (nnweb-google-parse-1, nnweb-google-create-mapping):
14455         Don't hardcode URL.
14456
14457 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * message.el (message-get-reply-headers, message-followup):
14460         Mention related variables `message-use-followup-to' and
14461         `message-use-mail-followup-to', in the information buffer.
14462
14463         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14464         of broken groups(-beta).google.com.
14465
14466 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14467
14468         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14469         parameter to invoked gnus-request-move-article; remove the
14470         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14471         all at once instead of once per article.
14472         (gnus-summary-remove-process-mark): Accept a list of articles as
14473         well as a single article for processing.
14474
14475         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14476         parameter.
14477
14478         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14479
14480         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14481
14482         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14483         parameter.
14484
14485         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14486         parameter.
14487
14488         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14489         parameter and remove the gnus-sum-hint-move-is-internal variable.
14490
14491         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14492         parameter.
14493
14494         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14495         parameter.
14496
14497         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14498         parameter.
14499
14500         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14501
14502         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14503         parameter.
14504
14505         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14506         parameter.
14507
14508 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14509
14510         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14511         a more conservative way.
14512
14513 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14514
14515         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14516         buffer, so it moves the window's cursor.
14517
14518 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14519
14520         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14521         `mm-dissect-multipart' and receive the from field as an (optional)
14522         argument from `mm-dissect-multipart'.
14523         (mm-dissect-multipart): Receive the from field as an argument and
14524         pass it on when we call `mm-dissect-buffer' on MIME parts.
14525         Fixes verification/decryption of signed/encrypted MIME parts.
14526
14527 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14528
14529         * gnus-sum.el (gnus-summary-move-article):
14530         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14531         whatever it calls (right now, only nnimap-request-move article
14532         respects it).
14533
14534         * nnimap.el (nnimap-request-move-article):
14535         When gnus-sum-hint-move-is-internal is set, don't do the extra
14536         nnimap-request-article.
14537
14538 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14539
14540         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14541
14542         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14543         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14544
14545         * gnus-sum.el (gnus-summary-caesar-message):
14546         Apply `gnus-treat-article' after rotation.
14547
14548         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14549         doc string.
14550
14551 2005-02-22  Simon Josefsson  <jas@extundo.com>
14552
14553         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14554         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14555         <arne@arnested.dk>.
14556         (encrypt): Add password-cache and password-cache-expiry as group
14557         members.
14558
14559 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14560
14561         * smime.el (smime-ldap-host-list): Doc fix.
14562         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14563         cache) password.
14564         (smime-sign-region): Use it.
14565         (smime-decrypt-region): Use it.
14566         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14567         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14568         fails.
14569         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14570         certificate from DER to PEM format rather than calling openssl.
14571
14572         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14573
14574         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14575         for signing/encryption.
14576
14577         * mml.el (mml-parse-1): Use them.
14578
14579 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14580
14581         * nnrss.el (nnrss-verbose): Remove.
14582         (nnrss-request-group): Use `nnheader-message' instead.
14583
14584 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14585
14586         * nnrss.el (nnrss-verbose): New variable.
14587         (nnrss-request-group): Make it say nnrss is requesting a group.
14588
14589 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14590
14591         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14592         Handle news URL with given port correctly.
14593
14594 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14595
14596         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14597         containing special characters.
14598
14599         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14600
14601         * mml.el (mime-to-mml): Ditto.
14602
14603         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14604         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14605         (rfc2047-decode-region): Quote decoded words containing special
14606         characters when rfc2047-quote-decoded-words-containing-tspecials
14607         is non-nil.
14608
14609 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14610
14611         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14612
14613         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14614
14615 2005-02-15  Simon Josefsson  <jas@extundo.com>
14616
14617         * nnimap.el (nnimap-debug): Doc fix.
14618
14619         * imap.el (imap-debug): Doc fix.
14620
14621 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14624
14625 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14626
14627         * gnus.el (spam-contents): Improve docs for spam-contents
14628         parameter in its variable incarnation.
14629
14630 2005-02-14  Simon Josefsson  <jas@extundo.com>
14631
14632         * smime-ldap.el: Use require instead of load-library for ldap.
14633         (smime-ldap-search): Indent.
14634         (smime-ldap-search-internal): Shorten line.
14635
14636         * smime.el (smime-cert-by-dns): Add doc-string.
14637         (smime-cert-by-ldap-1): Indent.
14638
14639         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14640         mml-smime-get-dns-ldap.
14641         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14642
14643 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14644
14645         * smime.el: Require smime-ldap.
14646         (smime-ldap-host-list): New variable.
14647         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14648
14649         * mml-smime.el (mml-smime-encrypt-query): New function.
14650         (mml-smime-encrypt-query): Use it.
14651
14652         * smime-ldap.el: New file.
14653
14654 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14655
14656         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14657
14658 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14659
14660         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14661         argument in doc string.  Make query for type more clear.
14662
14663 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14664
14665         * gnus.el (gnus-group-startup-message): Search for gnus images in
14666         etc/images/gnus.
14667         * mm-util.el (mm-image-load-path): Likewise.
14668         * smiley.el (smiley-data-directory): Search for smilies in
14669         etc/images/smilies.
14670
14671 2005-02-09  Kim F. Storm  <storm@cua.dk>
14672
14673         Change Emacs release version from 21.4 to 22.1 throughout.
14674         Change Emacs development version from 21.3.50 to 22.0.50.
14675
14676 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14679
14680         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14681         non-Mule XEmacs as well.
14682         (mm-decompress-buffer): Signal an error intentionally if it does
14683         not decompress compressed data because auto-compression-mode is
14684         disabled.
14685
14686 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14687
14688         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14689         an ID in the registry even if it has no groups.
14690
14691 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14692
14693         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14694         merge it into mm-decompress-buffer.
14695         (gnus-mime-copy-part): Use the MIME part charset, the value which
14696         a user specified or gnus-newsgroup-charset for decoding, like
14697         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14698         save-buffer what was used.  Suggested by Kevin Ryde
14699         <user42@zip.com.au>.
14700         (gnus-mime-inline-part): Allow the name parameter as well as the
14701         filename parameter; force decompressing of compressed data; always
14702         display contents being not decoded as unibyte.
14703
14704         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14705         as well as the filename parameter.
14706
14707         * mm-util.el (mm-decompress-buffer):
14708         Merge gnus-mime-jka-compr-maybe-uncompress.
14709         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14710         of compressed data.
14711
14712 2005-02-08  Simon Josefsson  <jas@extundo.com>
14713
14714         * imap.el (imap-log): Doc fix.
14715
14716 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14719         the coding cookies; decompress compressed parts.
14720
14721         * mml.el (mml-generate-mime-1): Add the charset parameter according
14722         to the value which a user specified manually or the coding cookie.
14723
14724         * mm-util.el (mm-string-to-multibyte): New function.
14725         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14726         (mm-coding-system-to-mime-charset): New function.
14727         (mm-decompress-buffer): New function.
14728         (mm-find-buffer-file-coding-system): New function.
14729
14730         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14731         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14732         parts.
14733
14734 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14735
14736         * mm-view.el (mm-display-inline-fontify): Decode a part according
14737         to the charset parameter.
14738
14739 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14742         prefix arg is neither nil nor a number, as info specifies.
14743
14744 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14745
14746         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14747         timestamps.
14748
14749 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14750
14751         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14752         groups error checking and notify user.
14753
14754 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14755
14756         * message.el (message-send-mail-function): Check existence of
14757         sendmail-program first before using default value
14758         `message-send-mail-with-sendmail'.  Otherwise use more generic
14759         `smtpmail-send-it'.
14760
14761 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14762
14763         * nntp.el (nntp-request-update-info): Always return nil.
14764
14765 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14766
14767         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14768
14769 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14770
14771         * message.el (message-beginning-of-line): Change the behavior when
14772         invoked between BOL and : so that it first moves backward.
14773
14774 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14777         article buffer when editing of the article is discarded.
14778         (gnus-article-prepare): Revert.
14779
14780 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-art.el (gnus-article-prepare):
14783         Remove message-strip-forbidden-properties from the local hook.
14784
14785 2005-01-27  Simon Josefsson  <jas@extundo.com>
14786
14787         * password.el (password-cache-add): Only start one timer per key.
14788         Reported by Derek Atkins <warlord@MIT.EDU>.
14789
14790 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14791
14792         * run-at-time.el: Remove.  It is no longer needed as
14793         timer-funcs.el in the xemacs-base package has a working version of
14794         `run-at-time'.
14795
14796         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14797
14798         * password.el: Require timer-funcs instead of run-at-time in
14799         XEmacs.
14800         Remove `password-run-at-time' macro.
14801         (password-cache-add): Use `run-at-time' instead of
14802         `password-run-at-time'.
14803
14804         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14805         Remove `nnheader-cancel-function-timers' alias,
14806         `cancel-function-timers' exists in XEmacs in timer-funcs.
14807
14808         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14809         for `run-with-idle-timer'.
14810
14811         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14812         for `run-at-time'.
14813
14814         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14815         for `with-timeout'.
14816
14817         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14818         the same as for XEmacs 21.4.
14819         No need to ignore `run-with-idle-timer', this function exists in
14820         XEmacs now in timer-funcs.el in the xemacs-base package.
14821         (dgnushack-compile): No need to delete
14822         run-at-time.el from the list of files to compile because it
14823         doesn't exist anymore.
14824
14825 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14826
14827         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14828         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14829
14830 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14831
14832         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14833         sensitively.
14834
14835 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14836
14837         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14838
14839 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14842         which will be inserted according to the multibyteness of a buffer
14843         rather than the type of contents.  Suggested by ARISAWA Akihiro
14844         <ari@mbf.ocn.ne.jp>.
14845
14846         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14847         of string which old xml.el may return rather than a string.
14848
14849 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14852
14853 2005-01-16  Simon Josefsson  <jas@extundo.com>
14854
14855         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14856         idn/idna.el isn't available.
14857         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14858         <michael@waxrat.com>.
14859
14860         * hashcash.el: Remove non-FSF copyright header.
14861
14862         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14863         (hashcash-generate-payment): Use it.
14864         (hashcash-generate-payment-async): Use it.
14865
14866 2005-01-15  Simon Josefsson  <jas@extundo.com>
14867
14868         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14869         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14870
14871         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14872         gnus-summary-idna-message.
14873         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14874         (gnus-summary-idna-message): New function.
14875
14876 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14877
14878         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14879         gnus-novice-user.
14880
14881 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * nnrss.el (nnrss-request-delete-group): Delete entries in
14884         nnrss-group-alist as well.
14885         (nnrss-save-server-data): Insert newline.
14886
14887 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14888
14889         * gnus.el (gnus-user-agent): Use list of symbols instead of
14890         symbols.  Display full version number for (S)XEmacs.
14891         Optionally display (S)XEmacs codename.
14892
14893         * gnus-util.el (gnus-emacs-version): Update for new
14894         `gnus-user-agent'.
14895
14896         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14897         Gnus version.
14898
14899 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14900
14901         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14902         which is unreadable in some setups.
14903
14904 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14905
14906         * gnus-spec.el (gnus-update-format-specifications): Flush the
14907         group format spec cache if it doesn't support decoded group names.
14908
14909 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14910
14911         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14912         Allow to apply decay on score files matching a regexp.
14913
14914 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14915
14916         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14917         compatibility in %g and %c.
14918
14919 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14920
14921         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14922         name for only %g and %c.
14923         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14924         of gnus-tmp-group to decoded group name.
14925         (gnus-group-make-rss-group): Exclude `/'s from group names.
14926
14927 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * nnrss.el (nnrss-get-encoding): Fix regexp.
14930
14931 2004-12-27  Simon Josefsson  <jas@extundo.com>
14932
14933         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14934         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14935         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14936
14937 2004-12-17  Kim F. Storm  <storm@cua.dk>
14938
14939         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14940
14941         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14942
14943 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14944
14945         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14946
14947 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14948
14949         * nnrss.el: Require rfc2047 and mml.
14950         (nnrss-file-coding-system): New variable.
14951         (nnrss-format-string): Redefine it as an inline function.
14952         (nnrss-decode-group-name): New function.
14953         (nnrss-string-as-multibyte): Remove.
14954         (nnrss-retrieve-headers): Decode group name; don't use
14955         nnrss-format-string.
14956         (nnrss-request-group): Decode group name.
14957         (nnrss-request-article): Decode group name; allow a Message-ID as
14958         well as an article number; don't use nnrss-format-string; encode a
14959         Message-ID string which may contain non-ASCII characters; use
14960         mml-to-mime to compose a MIME article.
14961         (nnrss-request-expire-articles): Decode group name.
14962         (nnrss-request-delete-group): Decode group name.
14963         (nnrss-fetch): Clarify error message.
14964         (nnrss-read-server-data): Use insert-file-contents instead of load;
14965         bind file-name-coding-system; use multibyte buffer.
14966         (nnrss-save-server-data): Bind coding-system-for-write to the
14967         value of nnrss-file-coding-system; bind file-name-coding-system;
14968         add coding cookie.
14969         (nnrss-read-group-data): Use insert-file-contents instead of load;
14970         bind file-name-coding-system; use multibyte buffer.
14971         (nnrss-save-group-data): Bind coding-system-for-write to the
14972         value of nnrss-file-coding-system; bind file-name-coding-system.
14973         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14974         make it work with non-ASCII text.
14975         (nnrss-find-el): Make it work with old xml.el as well.
14976
14977 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14978
14979         * nnrss.el (nnrss-get-encoding): New function.
14980         (nnrss-fetch): Use unibyte buffer initially; bind
14981         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14982         decode contents according to the encoding attribute.
14983         (nnrss-save-group-data): Add coding cookie.
14984         (nnrss-mime-encode-string): New function.
14985         (nnrss-check-group): Use it to encode subject and author.
14986
14987 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14988
14989         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14990         imaginary variable.
14991
14992 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14995         correctly even if there are wide characters.
14996
14997 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14998
14999         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15000         downcased symbol names; make a new cache instead of reusing
15001         bbdb-hashtable.
15002
15003 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15004
15005         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15006         concatenating segments rather than before concatenating them.
15007         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15008
15009         * message.el (message-get-reply-headers): Bind `extra'.
15010
15011 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15012
15013         * message.el (message-extra-wide-headers): New variable.
15014         (message-get-reply-headers): Use it.
15015
15016 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15019         (gnus-agent-group-pathname): Ditto.
15020
15021         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15022
15023         * gnus-group.el (gnus-group-make-group): Decode group name.
15024         (gnus-group-make-rss-group): Register the group data after opening
15025         the nnrss group.
15026
15027 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15028
15029         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15030         by expiry now get marked as read.
15031
15032 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15033
15034         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15035
15036 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15037
15038         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15039         unify Latin characters in XEmacs.
15040         (mm-find-mime-charset-region): Use it.
15041
15042 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15043
15044         * gnus-util.el (gnus-delete-directory): New function.
15045
15046         * gnus-agent.el (gnus-agent-delete-group): Use it.
15047
15048         * gnus-cache.el (gnus-cache-delete-group): Use it.
15049
15050 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15051
15052         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15053         names.
15054
15055 2004-12-16  Simon Josefsson  <jas@extundo.com>
15056
15057         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15058
15059 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15060
15061         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15062
15063         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15064         (gnus-group-set-current-level): Decode group name.
15065
15066 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15067
15068         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15069         failed.
15070
15071 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * gnus-group.el (gnus-group-delete-group): Decode group name.
15074         (gnus-group-make-rss-group): Encode group name.
15075         (gnus-group-catchup-current): Decode group name.
15076         (gnus-group-kill-group): Decode group name.
15077
15078 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15079
15080         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15081
15082 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * gnus-group.el (gnus-group-make-rss-group):
15085         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15086
15087         * gnus-start.el (gnus-setup-news): Honor user's setting to
15088         gnus-message-archive-method.  Suggested by Lute Kamstra
15089         <lute@gnu.org>.
15090
15091 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15092
15093         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15094         global counterparts of the buffer-local variables.
15095
15096 2004-11-16  Romain Francoise  <romain@orebokech.com>
15097
15098         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15099         counterparts of the buffer-local variables.
15100
15101 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15102
15103         * message.el (message-forbidden-properties): Fix typo in doc
15104         string.
15105
15106 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15107
15108         * gnus-util.el (gnus-replace-in-string): Add doc string.
15109
15110         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15111         to avoid problems when splitting mails with many recipients.
15112
15113 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15114
15115         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15116         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15117
15118 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15119
15120         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15121         if there is no hashtable in memory or file modification time is
15122         newer than cached timestamp.
15123
15124 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15125
15126         * gnus-sum.el (gnus-summary-limit-to-recipient):
15127         Implement not-matching option.
15128
15129 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15130
15131         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15132         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15133         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15134         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15135         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15136         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15137
15138 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15139
15140         * message.el (message-forward-make-body-mml): Remove headers
15141         according to message-forward-ignored-headers if a message is decoded.
15142
15143 2004-12-02  Romain Francoise  <romain@orebokech.com>
15144
15145         * message.el (message-forward-make-body-plain): Always remove
15146         headers according to message-forward-ignored-headers.
15147
15148 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15149
15150         * spam.el (spam-summary-prepare-exit): Remove the
15151         gnus-summary-limit pop for now, it has problems with ham marks for
15152         me.
15153
15154 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15155
15156         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15157         correctly.
15158
15159 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15160
15161         * format-spec.el (format-spec): Message the char.
15162
15163 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15164
15165         * gnus-art.el (gnus-split-methods): Reformat comments.
15166
15167         * spam.el (spam-summary-prepare-exit): Remove article limits
15168         before exiting the summary buffer.
15169
15170 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15173         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15174
15175         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15176         order to silence the byte compiler.
15177
15178         * spam.el: Fix the way to silence the byte compiler, which
15179         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15180         bbdb-search-simple, spam-BBDB-register-routine,
15181         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15182         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15183         spam-stat-buffer-is-spam, spam-stat-load,
15184         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15185         spam-stat-save and spam-stat-split-fancy.
15186
15187 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15188
15189         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15190         which may confuse users.
15191         (canlock-password-for-verify): Ditto.
15192
15193         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15194
15195         * gnus-art.el (gnus-emphasis-alist): Ditto.
15196
15197         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15198
15199         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15200
15201         * gnus-start.el (gnus-save-killed-list): Ditto.
15202
15203         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15204         (gnus-sum-thread-tree-root): Ditto.
15205         (gnus-sum-thread-tree-false-root): Ditto.
15206         (gnus-sum-thread-tree-single-indent): Ditto.
15207
15208         * message.el (message-courtesy-message): Ditto.
15209         (message-archive-note): Ditto.
15210         (message-subscribed-address-file): Ditto.
15211         (message-user-fqdn): Ditto.
15212
15213         * spam-report.el (spam-report-gmane-regex): Ditto.
15214
15215         * spam.el (spam-blackhole-good-server-regex): Ditto.
15216
15217 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15218
15219         * mml.el (mml-preview): Widen the message buffer before copying
15220         the contents to the preview buffer; sort headers before previewing.
15221
15222         * message.el (message-hidden-headers): Fix the way to avoid a bug
15223         in the `repeat' widget in Emacs 21.3 or earlier.
15224
15225 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15226
15227         * message.el (message-hidden-headers): Default to "^References:".
15228         Improve customization type.  Suggested by Reiner Steib
15229         <Reiner.Steib@gmx.de>.
15230
15231 2004-11-25  Romain Francoise  <romain@orebokech.com>
15232
15233         * message.el (message-strip-forbidden-properties): Remove check for
15234         obsolete `message-hidden' text property, hidden headers are not
15235         accessible in the buffer anymore.
15236
15237 2004-11-22  Romain Francoise  <romain@orebokech.com>
15238
15239         * message.el (message-header-format-alist): Add `From' in list
15240         so that it can be sorted.
15241         (message-fix-before-sending): Widen and sort headers before
15242         sending.
15243         (message-hide-headers): Use narrowing to hide headers by moving
15244         them to the top of the buffer and narrowing to the region
15245         underneath.
15246
15247 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15248
15249         * message.el (message-strip-forbidden-properties):
15250         Bind buffer-read-only (etc) to nil.
15251
15252 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15253
15254         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15255         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15256
15257 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15258
15259         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15260
15261 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15262
15263         * dns.el (query-dns): Use sit-for to time instead of
15264         accept-process-output, since that doesn't seem to work on udp
15265         sockets.
15266
15267 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15268
15269         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15270
15271 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15272
15273         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15274         doc string.  Improve doc string.
15275
15276 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15277
15278         * nntp.el (nntp-request-update-info): Return nil if
15279         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15280         may not call gnus-activate-group which uselessly issues the GROUP
15281         commands for all nntp groups and wastes time.  Reported by Romain
15282         Francoise <romain@orebokech.com>.
15283
15284         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15285
15286 2004-11-15  Simon Josefsson  <jas@extundo.com>
15287
15288         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15289         headers separately.
15290         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15291         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15292
15293 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15294
15295         * gnus-start.el (gnus-convert-old-newsrc):
15296         Assign legacy-gnus-agent to 5.10.7.
15297
15298 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15299
15300         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15301         start of the lines.
15302
15303 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15304
15305         * hashcash.el (hashcash-default-payment): Change default to 20.
15306         (hashcash-default-accept-payment): Change default to 20.
15307         (hashcash-process-alist): New variable.
15308         (hashcash-generate-payment-async): Add.
15309         (hashcash-already-paid-p): Add.
15310         (hashcash-insert-payment): Don't generate payments twice.
15311         (hashcash-insert-payment-async): Add.
15312         (hashcash-insert-payment-async-2): Add.
15313         (hashcash-cancel-async): Add.
15314         (hashcash-wait-async): Add.
15315         (hashcash-processes-running-p): Add.
15316         (hashcash-wait-or-cancel): Add.
15317         (mail-add-payment): New optional argument.  Conditionally start
15318         asynchronous calculation.
15319         (mail-add-payment-async): Add.
15320
15321         * message.el (message-send-mail): Wait for asynchronous hashcash
15322         results.  Don't clobber existing X-Hashcash headers.
15323         (message-setup-1): Call mail-add-payment-async when
15324         message-generate-hashcash is non-nil.
15325
15326 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15327
15328         * message.el (message-use-alternative-email-as-from): Examine the
15329         From header as well; use message-make-from in order to include a
15330         user's full name.
15331
15332 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15333
15334         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15335         default; improve customization type.
15336         (gnus-emphasis-custom-with-format): New macro.
15337         (gnus-emphasis-custom-value-to-external): New function.
15338         (gnus-emphasis-custom-value-to-internal): New function.
15339
15340 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15341
15342         * dns.el (query-dns): Resolve reverse addresses.
15343
15344 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15345
15346         * gnus-group.el (gnus-group-get-new-news): Use it.
15347
15348         * gnus-start.el (gnus-check-reasonable-setup): New function.
15349
15350 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15351
15352         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15353         "Args out of range" error.  Reported by Arnaud Giersch
15354         <arnaud.giersch@free.fr>.
15355
15356 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15357
15358         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15359
15360 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15361
15362         * spam.el (spam group): Add :version.
15363
15364         * pgg-def.el (pgg group): Add :version.
15365
15366 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * gnus-art.el (gnus-article-edit-article): Don't associate the
15369         article buffer with a draft file.  This is a temporary measure
15370         against the 2004-08-22 change to gnus-article-edit-mode.
15371
15372 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15373
15374         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15375         (html2text-format-tags): Remove unused variable `attr'.
15376
15377 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15378
15379         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15380
15381         * tls.el (tls-process-connection-type, tls-success)
15382         (tls-certtool-program): Add :version.
15383
15384         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15385         (starttls-extra-arguments, starttls-process-connection-type)
15386         (starttls-connect, starttls-failure, starttls-success): Add :version.
15387
15388         * spam-stat.el (spam-stat): Add :version.
15389
15390         * sieve.el (sieve): Add :version.
15391
15392         * sha1.el (sha1): Add :version.
15393         (sha1-use-external): Remove redundant version.
15394
15395         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15396         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15397         (nnmail-split-fancy-match-partial-words)
15398         (nnmail-split-lowercase-expanded): Add :version.
15399
15400         * nndiary.el (nndiary): Add :version.
15401
15402         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15403
15404         * mml-sec.el (mml-default-sign-method)
15405         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15406         Add :version.
15407
15408         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15409
15410         * mm-url.el (mm-url-use-external, mm-url-program)
15411         (mm-url-arguments): Add :version.
15412
15413         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15414         (mm-attachment-file-modes, mm-decrypt-option)
15415         (mm-w3m-safe-url-regexp): Add :version.
15416
15417         * message.el (message-cite-prefix-regexp)
15418         (message-sendmail-envelope-from, message-minibuffer-local-map)
15419         (message-user-fqdn, message-completion-alist): Add :version.
15420
15421         * gnus-win.el (gnus-configure-windows-hook)
15422         (gnus-use-frames-on-any-display): Add :version.
15423
15424         * gnus-art.el (gnus-article-address-banner-alist)
15425         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15426         (gnus-treat-from-picon, gnus-treat-mail-picon)
15427         (gnus-treat-x-pgp-sig): Add :version.
15428
15429         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15430         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15431         (gnus-summary-article-delete-hook)
15432         (gnus-summary-display-while-building): Add :version.
15433
15434         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15435         (gnus-get-top-new-news-hook): Add :version.
15436
15437         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15438         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15439
15440         * gnus-registry.el (gnus-registry): Add :version.
15441
15442         * gnus-spec.el (gnus-use-correct-string-widths)
15443         (gnus-make-format-preserve-properties): Add :version.
15444
15445         * gnus.el (gnus-group-charter-alist)
15446         (gnus-group-fetch-control-use-browse-url)
15447         (gnus-install-group-spam-parameters): Add :version.
15448
15449         * gnus-diary.el (gnus-diary): Add :version.
15450
15451         * gnus-delay.el (gnus-delay): Add :version.
15452
15453         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15454         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15455         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15456         Add :version.
15457
15458         * gnus-agent.el (gnus-agent-max-fetch-size)
15459         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15460         (gnus-agent-prompt-send-queue): Add :version.
15461
15462         * deuglify.el (gnus-outlook-deuglify): Add :version.
15463
15464         * html2text.el: Beautify code.  Improve doc strings.
15465         Some checkdoc cleanup.
15466         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15467
15468 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15469
15470         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15471
15472 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15473
15474         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15475         when package is loaded.
15476
15477         * spam.el (spam-summary-score-preferred-header): Add global preference
15478         for people who want to override the default SpamAssassin over
15479         Bogofilter preference (when both are set).
15480         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15481         (spam-user-format-function-S):
15482         Check spam-summary-score-preferred-header.
15483         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15484         (spam-user-format-function-S): Format the score correctly.
15485
15486 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15487
15488         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15489         signature file.  Suggested by Manoj Srivastava
15490         <srivasta@golden-gryphon.com>.
15491
15492         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15493         iso-2022-jp even in the Japanese language environment.
15494         Suggested by Jason Rumney <jasonr@gnu.org>.
15495
15496 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15497
15498         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15499         use the same characters as the dummy marks; make it free from
15500         getting affected by the language environment.
15501         (gnus-summary-read-group-1): Update mark positions only when the
15502         format spec is updated.
15503
15504         * gnus-spec.el (gnus-update-format-specifications): Return a list
15505         of updated types.
15506
15507 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15508
15509         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15510         of boundp to check if display-warning is available.
15511
15512 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15513
15514         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15515
15516 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15517
15518         * nnspool.el (nnspool-spool-directory): Use news-path if the
15519         news-directory variable is not bound.
15520
15521         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15522         function instead of display-warning if it is not available.
15523
15524 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15525
15526         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15527         v5-10: Use `point-at-bol'.
15528
15529 2004-10-26  Simon Josefsson  <jas@extundo.com>
15530
15531         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15532         <chenggao@gmail.com>.
15533
15534 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15535
15536         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15537         instead.
15538
15539 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15540
15541         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15542         to remove a server from the nnimap-server-buffer-alist.
15543         (nnimap-open-connection, nnimap-close-server): Use it.
15544
15545         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15546
15547 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15548
15549         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15550         running the major-mode function.
15551
15552 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15553
15554         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15555         dummy marks in the right way.
15556
15557 2004-10-18  David Edmondson  <dme@dme.org>
15558
15559         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15560         excessively.
15561
15562 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15563
15564         * gnus-util.el (gnus-split-references): Accept a nil references
15565         string and go on blissfully.
15566
15567         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15568         cases where the references string is non-nil but has no references.
15569
15570         * encrypt.el: Add autoload tags.
15571
15572         * spam.el (spam-resolve-registrations-routine): Remove article
15573         from unregistration list too.  Reported by David Hanak
15574         <dhanak@isis.vanderbilt.edu>
15575
15576 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15577
15578         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15579         nil.  Change custom type.
15580
15581 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15582
15583         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15584
15585         * gnus-sum.el (gnus-summary-move-article): Use it.
15586
15587 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15588
15589         * encrypt.el: Add autoload cookies.
15590
15591         * spam.el (spam-backend-article-list-property)
15592         (spam-backend-get-article-todo-list)
15593         (spam-backend-put-article-todo-list)
15594         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15595         Resolve registrations separately.
15596         (spam-register-routine): Format comments.
15597         (spam-unregister-routine, spam-register-routine): Always call with
15598         specific-articles, no default list.
15599         (spam-summary-prepare-exit): Use the spam-classifications function.
15600
15601         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15602         gnus-encrypt.el.
15603
15604         * encrypt.el: Copied from gnus-encrypt.el.
15605
15606         * gnus-encrypt.el: Commented that it's obsolete.
15607
15608 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15609
15610         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15611         (gnus-score-save): Use it.
15612
15613         * message.el (message-bury): Use `window-dedicated-p'.
15614
15615 2004-10-15  Simon Josefsson  <jas@extundo.com>
15616
15617         * pop3.el (top-level): Don't require nnheader.
15618         (pop3-read-timeout): Add.
15619         (pop3-accept-process-output): Add.
15620         (pop3-read-response, pop3-retr): Use it.
15621
15622 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15623
15624         * spam.el (spam-register-routine): Move comment.
15625         (spam-verify-bogofilter): Use 'unknown for the initial
15626         spam-bogofilter-valid state, not 'never.
15627
15628         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15629         for netrc-machine.
15630
15631         * nnimap.el (nnimap-open-connection):
15632         Use netrc-machine-user-or-password.
15633
15634 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15635
15636         * gnus-registry.el (gnus-registry-unload-hook):
15637         Set as a variable with add-hook.
15638
15639         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15640         of news-path.
15641
15642         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15643
15644         * spam.el: Delete duplicate `provide'.
15645         (spam-unload-hook): Set as a variable with add-hook.
15646
15647 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15648
15649         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15650         in the doc string.
15651
15652         * message.el (message-ignored-news-headers)
15653         (message-ignored-supersedes-headers)
15654         (message-ignored-resent-headers)
15655         (message-forward-ignored-headers): Improve custom type.
15656
15657 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15658
15659         * message.el (message-tokenize-header): Fix 2004-09-06 change
15660         which used point-min in the wrong place.
15661
15662 2004-10-12  Simon Josefsson  <jas@extundo.com>
15663
15664         * tls.el (tls-certtool-program): New variable.
15665         (tls-certificate-information): New function, based on
15666         ssl-certificate-information.
15667
15668 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15669
15670         * compface.el: Move the version of ELisp-based uncompface program
15671         to the contrib directory because of the copyright problem.
15672
15673 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15674
15675         * message.el (message-kill-buffer): Raise the current frame.
15676
15677 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15680
15681         * gnus.el (message-y-or-n-p): Autoload.
15682
15683         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15684         (pop3-password-required, pop3-authentication-scheme)
15685         (pop3-leave-mail-on-server): Make customizable.
15686         (pop3): New custom group.
15687         (pop3-retr): Remove `sleep-for' statements.
15688         Suggested by Dave Love <fx@gnu.org>.
15689
15690         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15691         Windows/DOS.
15692
15693         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15694         (imap-parse-body): Fix incorrect use of `assert'.
15695         Suggested by Dave Love <fx@gnu.org>.
15696
15697         * mml.el (mml-minibuffer-read-disposition): Require match.
15698         Suggested by Dave Love <fx@gnu.org>.
15699
15700 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15701
15702         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15703         doc string.
15704
15705 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15706
15707         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15708
15709 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15710
15711         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15712         instead of calling `mm-insert-inline', to decode text/* parts
15713         before displaying them.
15714
15715 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15716
15717         * mm-uu.el (mm-uu-text-plain-type): New variable.
15718         (mm-uu-pgp-signed-extract-1): Use it.
15719         (mm-uu-pgp-encrypted-extract-1): Use it.
15720         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15721         bind mm-uu-text-plain-type with that value.
15722         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15723         mm-uu-dissect.
15724
15725 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15726
15727         * gnus-group.el (gnus-update-group-mark-positions):
15728         * gnus-sum.el (gnus-update-summary-mark-positions):
15729         * message.el (message-check-news-body-syntax):
15730         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15731         of string-as-multibyte.
15732
15733 2004-10-05  Juri Linkov  <juri@jurta.org>
15734
15735         * gnus-group.el (gnus-update-group-mark-positions):
15736         * gnus-sum.el (gnus-update-summary-mark-positions):
15737         * message.el (message-check-news-body-syntax):
15738         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15739         8-bit unibyte values to a multibyte string for search functions.
15740
15741 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15742
15743         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15744         (mm-uu-dissect-text-parts): New function.
15745
15746         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15747         dissect text parts.
15748
15749         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15750         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15751
15752         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15753
15754         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15755         Use gnus-current-topics instead of gnus-current-topic.
15756
15757 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15758
15759         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15760
15761 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15762
15763         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15764         where approriate.
15765
15766         * nnml.el (nnml-generate-active-info): do.
15767
15768         * nndiary.el (nndiary-generate-active-info): do.
15769
15770         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15771         (gnus-topic-move): do.
15772
15773         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15774         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15775
15776         * gnus-srvr.el (gnus-server-prepare)
15777         (gnus-server-open-all-servers): do.
15778
15779         * gnus-msg.el (gnus-summary-cancel-article)
15780         (gnus-summary-resend-message)
15781         (gnus-summary-mail-crosspost-complaint): do.
15782
15783         * gnus-move.el (gnus-change-server): do.
15784
15785         * gnus-group.el (gnus-group-unmark-all-groups)
15786         (gnus-group-set-current-level): do.
15787
15788 2004-10-04  Simon Josefsson  <jas@extundo.com>
15789
15790         * message.el (message-generate-hashcash): Doc fix.
15791
15792 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15793
15794         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15795         avoid infinite recursion via gnus-get-function.
15796
15797 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15798
15799         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15800
15801         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15802
15803         * nnmail.el (nnmail-split-history): do.
15804
15805         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15806         (nnml-request-delete-group): do.
15807
15808         * nnslashdot.el (nnslashdot-read-groups): do.
15809
15810         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15811         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15812
15813         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15814         (nnspool-sift-nov-with-sed): Use last.
15815         (nnspool-retrieve-headers-with-nov): Use mapc.
15816         (nnspool-request-newgroups): Use dolist.
15817         (nnspool-request-group): Use last.
15818
15819         * nntp.el (nntp-read-server-type): Use dolist.
15820
15821         * nnvirtual.el (nnvirtual-create-mapping)
15822         (nnvirtual-update-read-and-marked): Use dolist.
15823         (nnvirtual-convert-headers): Simplify.
15824
15825 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15826
15827         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15828         Add support for sync'ing tick marks.
15829
15830 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15831
15832         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15833         there's no visible header.
15834
15835 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15836
15837         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15838         When necessary, pass full group name to gnus-request-set-marks.
15839
15840 2004-10-01  Simon Josefsson  <jas@extundo.com>
15841
15842         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15843         acroread.
15844
15845 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15846
15847         * spam-report.el (spam-report-gmane): Fix interactive.
15848
15849         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15850
15851         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15852         when writing file.
15853         (gnus-agent-synchronize-flags): Don't default to being
15854         interactive.
15855
15856 2004-09-30  Simon Josefsson  <jas@extundo.com>
15857
15858         * message.el (message-generate-hashcash): Add.
15859         (message-send-mail): Use it, call mail-add-payment.
15860
15861 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15862
15863         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15864
15865 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15866
15867         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15868         gnus-requst-update-info with explicit code to sync the in-memory
15869         info read flags with the marks being sync'd to the backend.
15870
15871         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15872
15873 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15874
15875         * spam.el (spam-verify-bogofilter): Add new function.
15876         (spam-check-bogofilter)
15877         (spam-bogofilter-register-with-bogofilter): Use it.
15878         (spam-verify-bogofilter): Add small fixes.
15879
15880 2004-09-28  Simon Josefsson  <jas@extundo.com>
15881
15882         * hashcash.el (hashcash-generate-payment): Revert.
15883
15884 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15885
15886         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15887         Use gnus-extract-references instead of gnus-split-references.
15888
15889         * gnus-util.el (gnus-extract-references): Add new function, analogous
15890         to gnus-split-references but extracts only the message-ID without
15891         anything extra.
15892
15893         * hashcash.el (hashcash-generate-payment)
15894         (hashcash-check-payment): Do the right thing if hashcash-path is
15895         nil (because the hashcash program could not be found).
15896
15897         * spam.el (spam-use-hashcash): Remove comment.
15898
15899 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15900
15901         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15902         (gnus-cache-enter-article, gnus-cache-remove-article)
15903         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15904
15905         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15906
15907         * gnus-art.el (article-hide-boring-headers)
15908         (article-translate-strings, article-display-face)
15909         (gnus-article-mime-match-handle-first)
15910         (gnus-article-highlight-headers)
15911         (gnus-article-add-buttons-to-head): do.
15912
15913 2004-09-27  Simon Josefsson  <jas@extundo.com>
15914
15915         * hashcash.el: New version, from
15916         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15917         ../contrib/.
15918
15919 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15920
15921         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15922
15923 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15924
15925         * gnus-dup.el (gnus-dup-open): Use mapc.
15926         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15927
15928         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15929         Reported by Stefan Wiens <s.wi@gmx.net>.
15930
15931         * gnus.el (gnus-shutdown): Use dolist.
15932
15933         * gnus-undo.el (gnus-undo): Use mapc.
15934
15935         * nnrss.el (nnrss-generate-active): do.
15936
15937         * message.el (message-cite-original-without-signature)
15938         (message-cite-original): Use mapc.
15939         (message-do-actions, message-make-forward-subject): Use dolist.
15940
15941 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15942
15943         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15944         deletion to remove entire duplicate line.  Fixes merged article
15945         number bug.
15946
15947 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15948
15949         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15950         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15951         first ask if you want to open a server and then, even when you
15952         responded with no, asking if you want to synchronize the server's
15953         flags.
15954         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15955         multi-line expressions.
15956         (gnus-agent-synchronize-group-flags): New internal function.
15957         Updates marks in memory (in the info structure) AND in the
15958         backend.
15959
15960         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15961
15962         * nnagent.el (nnagent-request-set-mark):
15963         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15964         method, to ensure that synchronization updates marks in the
15965         backend and in the info (in memory) structure.
15966
15967 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15968
15969         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15970         convention fully; don't miss the root article of a thread; make
15971         the X-Draft-From header with correct article numbers.
15972
15973 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15974
15975         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15976         unless plugged.  Disable the agent so that an open failure causes
15977         an error.
15978
15979         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15980         Revert 2004-09-21 change.  The backend must be opened while
15981         synchronizing flags even when the backend stores the flags
15982         locally.
15983
15984 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15987         in `header' match.  Reported by Svend Tollak Munkejord.
15988
15989         * message.el (message-cite-original): Fix use of
15990         `message-cite-articles-with-x-no-archive'.
15991
15992 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15993
15994         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15995         (gnus-window-to-buffer): Ditto.
15996
15997         * mml.el (mml-preview-buffer): New variable.
15998         (mml-preview): Manage window layout with gnus-buffer-configuration.
15999
16000         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16001         X-Draft-From header even if those articles aren't quoted.
16002
16003 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16004
16005         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16006         (gnus-request-set-mark, gnus-request-update-mark): Use new
16007         g-s-t-u-l-m to decide to use backend even when unplugged.
16008
16009 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16010
16011         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16012         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16013
16014 2004-09-20  Simon Josefsson  <jas@extundo.com>
16015
16016         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16017         "utf-16-le".
16018
16019 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16020
16021         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16022
16023 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16024
16025         * uudecode.el (uudecode-use-external): Add :version.
16026
16027         * smime.el (smime-CA-file, smime-encrypt-cipher)
16028         (smime-dns-server): Add :version.
16029
16030         * smiley.el (gnus-smiley-file-types): Add :version.
16031
16032         * sha1.el (sha1-use-external): Add :version.
16033
16034         * pgg-def.el (pgg-query-keyserver): Add :version.
16035
16036         * nnmail.el (nnmail-fancy-expiry-targets)
16037         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16038         Add :version.
16039
16040         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16041         (nnimap-retrieve-groups-asynchronous): Add :version.
16042         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16043
16044         * mml.el (mml-content-disposition-parameters)
16045         (mml-insert-mime-headers-always): Add :version.
16046
16047         * mm-util.el (mm-coding-system-priorities): Add :version.
16048
16049         * mm-decode.el (mm-inline-text-html-with-images)
16050         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16051         (mm-verify-option): Add :version.
16052         (mm-text-html-renderer): Change :version.
16053
16054         * message.el (message-fcc-externalize-attachments)
16055         (message-required-headers, message-draft-headers)
16056         (message-subject-trailing-was-query)
16057         (message-subject-trailing-was-ask-regexp)
16058         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16059         (message-mark-insert-end, message-archive-header)
16060         (message-archive-note, message-cross-post-default)
16061         (message-cross-post-note, message-followup-to-note)
16062         (message-cross-post-note-function, message-use-mail-followup-to)
16063         (message-subscribed-address-functions)
16064         (message-subscribed-address-file, message-subscribed-addresses)
16065         (message-subscribed-regexps, message-allow-no-recipients)
16066         (message-yank-cited-prefix, message-signature-insert-empty-line)
16067         (message-hidden-headers, message-hierarchical-addresses)
16068         (message-mail-user-agent, message-use-idna)
16069         (message-valid-fqdn-regexp)
16070         (message-strip-special-text-properties, message-header-synonyms)
16071         (message-beginning-of-line, message-tab-body-function): Add :version.
16072         (message-insert-canlock, message-wide-reply-confirm-recipients):
16073         Change :version.
16074
16075         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16076         and :version.
16077         (mail-source-delete-old-incoming-confirm)
16078         (mail-source-movemail-program): Add :version.
16079
16080         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16081         (gnus-agent-cache, gnus-agent): Change :version.
16082
16083         * gnus-util.el (gnus-use-byte-compile): Change :version.
16084
16085         * gnus-sum.el (gnus-summary-make-false-root-always)
16086         (gnus-summary-default-high-score)
16087         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16088         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16089         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16090         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16091         (gnus-sum-thread-tree-single-indent)
16092         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16093         (gnus-sum-thread-tree-leaf-with-other)
16094         (gnus-sum-thread-tree-single-leaf): Add :version.
16095         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16096         (gnus-article-loose-mime): Change :version.
16097
16098         * gnus-start.el (gnus-backup-startup-file)
16099         (gnus-save-startup-file-via-temp-buffer): Add :version.
16100
16101         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16102         (gnus-server-offline-face): Add :version.
16103
16104         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16105
16106         * gnus-msg.el (gnus-gcc-externalize-attachments)
16107         (gnus-debug-files, gnus-debug-exclude-variables)
16108         (gnus-discouraged-post-methods): Change :version.
16109         (gnus-confirm-mail-reply-to-news)
16110         (gnus-confirm-treat-mail-like-news): Add :version.
16111
16112         * gnus-int.el (gnus-server-unopen-status): Add :version.
16113
16114         * gnus-group.el (gnus-group-jump-to-group-prompt)
16115         (gnus-large-ephemeral-newsgroup)
16116         (gnus-fetch-old-ephemeral-headers): Add :version.
16117
16118         * gnus-fun.el (gnus-x-face-directory)
16119         (gnus-convert-pbm-to-x-face-command)
16120         (gnus-convert-image-to-x-face-command)
16121         (gnus-convert-image-to-face-command): Add :version.
16122
16123         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16124
16125         * gnus-cite.el (gnus-cite-blank-line-after-header)
16126         (gnus-article-boring-faces): Add :version.
16127
16128         * gnus-art.el (gnus-buttonized-mime-types)
16129         (gnus-inhibit-mime-unbuttonizing)
16130         (gnus-treat-display-face)
16131         (gnus-treat-body-boundary): Change :version.
16132         (gnus-body-boundary-delimiter, gnus-picon-databases)
16133         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16134         (gnus-treat-date-english, gnus-treat-fold-headers)
16135         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16136         (gnus-treat-mail-picon, gnus-treat-wash-html)
16137         (gnus-article-encrypt-protocol)
16138         (gnus-use-idna, gnus-article-over-scroll)
16139         (gnus-mime-display-multipart-alternative-as-mixed)
16140         (gnus-mime-display-multipart-related-as-mixed)
16141         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16142         (gnus-ctan-url, gnus-button-ctan-handler)
16143         (gnus-button-handle-ctan-bogus-regexp)
16144         (gnus-button-ctan-directory-regexp)
16145         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16146         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16147         (gnus-button-man-level, gnus-button-emacs-level)
16148         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16149
16150         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16151         (gnus-agent-go-online): Change :version.
16152         (gnus-agent-expire-unagentized-dirs)
16153         (gnus-agent-auto-agentize-methods): Add :version.
16154
16155         * flow-fill.el (fill-flowed-display-column)
16156         (fill-flowed-encode-column): Add :version.
16157
16158         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16159         (gnus-outlook-deuglify-unwrap-max)
16160         (gnus-outlook-deuglify-cite-marks)
16161         (gnus-outlook-deuglify-unwrap-stop-chars)
16162         (gnus-outlook-deuglify-no-wrap-chars)
16163         (gnus-outlook-deuglify-attrib-cut-regexp)
16164         (gnus-outlook-deuglify-attrib-verb-regexp)
16165         (gnus-outlook-deuglify-attrib-end-regexp)
16166         (gnus-outlook-display-hook): Add :version.
16167
16168         * binhex.el (binhex-use-external): Add :version.
16169
16170 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16171
16172         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16173         and `invisible'.
16174
16175 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16176
16177         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16178         in gnus-registry-trim.
16179
16180 2004-09-13  Simon Josefsson  <jas@extundo.com>
16181
16182         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16183
16184         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16185
16186         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16187         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16188         <yamaoka@jpl.org>.
16189         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16190         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16191         <yamaoka@jpl.org>.
16192
16193         * sieve.el (sieve-manage-mode): Ditto.
16194
16195 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16196
16197         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16198
16199 2004-09-11  Simon Josefsson  <jas@extundo.com>
16200
16201         * dns-mode.el: Add.
16202
16203         * mm-view.el (mm-display-dns-inline): Add.
16204
16205         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16206         (mm-automatic-display): Ditto.
16207
16208         * mailcap.el (mailcap-mime-data): Add text/dns.
16209         (mailcap-mime-extensions): Map .soa to text/dns.
16210
16211 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16212
16213         * gnus-art.el (article-decode-mime-words, article-babel)
16214         (gnus-article-highlight-signature, gnus-article-add-buttons)
16215         (gnus-signature-toggle): Remove unnecessary bindings of
16216         `inhibit-read-only' inherited from v5.10 merge.
16217
16218 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16219
16220         * nntp.el (nntp): New customization group.
16221         (nntp-authinfo-file): Add customization group.
16222
16223         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16224
16225         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16226
16227         * gnus.el (to-address, to-list, subscribed)
16228         (large-newsgroup-initial): Ditto.
16229
16230         * flow-fill.el (fill-flowed-display-column)
16231         (fill-flowed-encode-column): Ditto.
16232
16233 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16234
16235         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16236         Use point-min rather than 1.
16237         (message-send-mail): Use buffer-size rather than point-max.
16238
16239         * gnus-sum.el (gnus-summary-search-article-forward):
16240         Signal a specific `search-failed' rather than a generic `error'.
16241
16242         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16243         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16244         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16245
16246 2004-09-10  Simon Josefsson  <jas@extundo.com>
16247
16248         * nndb.el (require): Remove tcp and duplicate cl.
16249
16250 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16251
16252         * gnus-agent.el (directory-files-and-attributes): Move forward.
16253
16254 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16255
16256         * gnus-agent.el (directory-files-and-attributes):
16257         Optionally defined to support XEmacs.
16258
16259 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16260
16261         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16262         to avoid run-time CL dependencies.
16263         (gnus-agent-unfetch-articles): New function.
16264         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16265         article numbers even when local .overview file is missing.
16266         (gnus-agent-read-article-number): New function.  Only accepts
16267         27-bit article numbers.
16268         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16269         Use gnus-agent-read-article-number.
16270         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16271         from backend while recognizing that article numbers in .overview
16272         must be valid.
16273         (gnus-agent-update-files-total-fetched-for):
16274         Use directory-files-and-attributes to improve performance.
16275         * gnus-int.el (gnus-request-move-article):
16276         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16277         improve performance.
16278
16279         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16280         some users confused by references to .newsrc when they only have a
16281         .newsrc.eld file.
16282         (gnus-convert-mark-converter-prompt)
16283         (gnus-convert-converter-needs-prompt): Fix use of property list.
16284         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16285         New function.  Used internally to only display 'gnus converting
16286         files' message when actually necessary.
16287
16288         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16289         methods now autoloaded.
16290
16291 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16292
16293         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16294         identifiers.
16295
16296 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16297
16298         * gnus-picon.el: Fix indentation and closing parenthesis.
16299
16300 2004-09-01  Simon Josefsson  <jas@extundo.com>
16301
16302         * message.el (message-canlock-generate): Require sha1, not
16303         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16304         to require within a function.  Sadly, if sha1.el isn't loaded, the
16305         let binding in m-c-g will hide the defcustom definition, which is
16306         bad.)
16307
16308         * canlock.el: Require sha1, not sha1-el.
16309
16310         * message.el: Don't autoload sha1 (there is a autoload cookie in
16311         sha1.el).
16312
16313         * sha1-el.el: Rename to sha1.el.
16314
16315 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16316
16317         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16318
16319 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16320
16321         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16322
16323 2004-08-30  Kim F. Storm  <storm@cua.dk>
16324
16325         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16326
16327         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16328         Add :group 'nnimap.
16329
16330 2004-08-30  Andreas Schwab  <schwab@suse.de>
16331
16332         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16333         ?* and ?\;.
16334
16335         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16336         and ?\' to symbol instead of whitespace.
16337
16338 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16339
16340         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16341
16342         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16343         instead of re-search-forward.
16344
16345         * gnus-uu.el (gnus-uu-save-article): Ditto.
16346         (gnus-uu-post-encode-uuencode): Ditto.
16347
16348         * html2text.el (html2text-clean-list-items): Ditto.
16349         (html2text-clean-dtdd): Ditto.
16350         (html2text-format-tags): Ditto.
16351
16352         * message.el (message-send-mail-with-sendmail): Fix regexp.
16353         (message-fill-field-general): Use search-forward instead of
16354         re-search-forward.
16355         (unbold-region): Ditto.
16356
16357         * nnrss.el (nnrss-request-article): Ditto.
16358
16359         * nnslashdot.el (nnslashdot-request-article): Ditto.
16360
16361         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16362
16363         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16364         "Unrecognized menu descriptor" error in XEmacs.
16365
16366 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16367
16368         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16369         parent article of a sparse article in the thread hashtb.
16370
16371 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16372
16373         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16374         (nnmail-expand-newtext): Lowercase expanded entries if
16375         nnmail-split-lowercase-expanded is non-nil.
16376
16377 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16378
16379         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16380
16381         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16382         of gnus-tmp-news-method into string under XEmacs.  It will be
16383         passed to gnus-correct-length which takes only a string argument.
16384
16385 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * gnus-util.el (gnus-bind-print-variables): New macro.
16388         (gnus-prin1): Use it.
16389         (gnus-prin1-to-string): Use it.
16390         (gnus-pp): New function.
16391         (gnus-pp-to-string): New function.
16392
16393         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16394         Replace pp-to-string with gnus-pp-to-string.
16395         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16396         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16397         * gnus-msg.el (gnus-debug): Ditto.
16398         * gnus-score.el (gnus-score-save): Ditto.
16399         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16400         gnus-pp-to-string.
16401         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16402         with gnus-pp.
16403         * score-mode.el (gnus-score-pretty-print): Ditto.
16404         * webmail.el (webmail-debug): Ditto.
16405
16406 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16407
16408         * gnus-art.el (article-display-face, article-display-x-face):
16409         Use buffer-read-only.
16410
16411 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16412
16413         * gnus-art.el (article-hide-list-identifiers):
16414         Bind inhibit-read-only as t.
16415
16416 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16417
16418         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16419
16420 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16421
16422         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16423         (gnus-narrow-to-page): Don't assume point-min == 1.
16424         (gnus-article-edit-mode): Derive from message-mode.
16425
16426         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16427         point-min == 1.
16428
16429         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16430         Disable incorrect use of `assert'.
16431
16432         * message.el (message-mode): Set comment-start-skip.
16433
16434
16435 2004-08-22  Sam Steingold  <sds@gnu.org>
16436
16437         * pop3.el (pop3-leave-mail-on-server): New user variable.
16438         (pop3-movemail): Delete mail only when it is nil.
16439
16440 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16441
16442         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16443
16444         * mml.el (mml-preview): Use `pop-to-buffer'.
16445
16446         * message.el (message-goto-mail-followup-to): Insert after "To".
16447         (message-carefully-insert-headers): Add comment.
16448
16449         * gnus.el: Remove unused variable `gnus-article-check-size'.
16450
16451         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16452
16453         * gnus-art.el (gnus-button-alist):
16454         Improve `gnus-button-handle-library' entry.
16455
16456 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16457
16458         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16459         Use downcase, since XEmacs capitalizes error messages differently.
16460
16461 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16462
16463         * nntp.el: Add (require 'gnus) due to reference to
16464         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16465
16466 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16467
16468         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16469         Bind `mm-fill-flowed'.
16470
16471         * mm-decode.el (mm-dissect-singlepart): Check it.
16472
16473 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16474
16475         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16476         'imap' for netrc parsing.
16477
16478 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16479
16480         * mailcap.el (mailcap-mime-data): Mark as risky.
16481
16482 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16483
16484         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16485         may be included in the encoded word.
16486         (rfc2047-encode): Don't append a space if the encoded word
16487         includes close parenthesis.
16488
16489 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16490
16491         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16492         of text within parentheses.
16493
16494 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16495
16496         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16497         (gnus-encrypt-write-file-contents): Make the password key the file
16498         name PLUS the cipher, not just the cipher.  Also remove failed
16499         passwords from the cache.
16500
16501 2004-08-06  Simon Josefsson  <jas@extundo.com>
16502
16503         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16504         Doc fix.
16505
16506 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16507
16508         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16509         LWSP.
16510
16511 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16512
16513         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16514         Try to append in-reply-to: data to the references: header.
16515
16516         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16517         (netrc-parse): Use gnus-encrypt.el functions.
16518
16519         * gnus-encrypt.el: Add new file for encryption support; currently
16520         does only a few GPG ciphers and an internal XOR cipher.
16521
16522         * password.el: Add comments on using password-read-and-add.
16523         (password-read-and-add): Add function to read and add the
16524         password to the cache at once.
16525
16526 2004-07-28  Simon Josefsson  <jas@extundo.com>
16527
16528         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16529         parameter (but don't use it, for now).
16530
16531         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16532         instead of hard coding to nil.
16533
16534 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16535
16536         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16537         as mm-inline-image-xemacs does.
16538
16539 2004-07-26  Simon Josefsson  <jas@extundo.com>
16540
16541         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16542         Revert part of 2004-07-17 change below.
16543
16544 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16545
16546         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16547         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16548
16549 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16550
16551         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16552         quotes that actually start with ">" at the beginning of the
16553         lines.
16554
16555 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16556
16557         * rfc2047.el (rfc2047-encode-region): Fix last change.
16558         (rfc2047-encode-parameter): Remove useless concat.
16559
16560 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16563         encode special characters; fix some kind of misconfigured headers;
16564         signal a real error if debug-on-quit or debug-on-error is non-nil.
16565         (rfc2047-encode-max-chars): New variable.
16566         (rfc2047-encode-1): Use it.
16567         (rfc2047-encode-parameter): New function.
16568
16569         * mml.el (mml-insert-parameter): Remove an excessive space.
16570
16571 2004-07-17  Simon Josefsson  <jas@extundo.com>
16572
16573         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16574         Kai Grossjohann <kai@emptydomain.de>.
16575         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16576         (gnus-group-make-menu-bar): Ditto.
16577
16578         * gnus-util.el (gnus-group-server): Add.
16579
16580 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16581
16582         * message.el (message-clone-locals): Clone sendmail and smtp
16583         variables.
16584
16585 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * rfc2047.el (rfc2047-encode-region): Fix last change.
16588
16589 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16592         characters as non-special.
16593
16594 2004-07-09  Simon Josefsson  <jas@extundo.com>
16595
16596         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16597         Users will lose all flag changes made while unplugged with
16598         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16599         good default.  See numerous reports on ding mailing list.
16600
16601 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16604         add generate-head-function and generate-article-function to the
16605         rfc822-forward entry.
16606         (nndoc-rfc822-forward-generate-article): New function.
16607         (nndoc-rfc822-forward-generate-head): New function.
16608
16609         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16610
16611 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16612
16613         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16614         respect display group parameter and gnus-summary-expunge-below.
16615         (gnus-articles-to-read): Remove unused reference to display group
16616         parameter.
16617
16618 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16619
16620         * nnheader.el (nnheader-uniquify-message-id): New experimental
16621         variable.
16622         (nnheader-nov-read-message-id): Use it.
16623
16624         * spam-report.el (spam-report-gmane): Add interactive.
16625
16626 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16627
16628         * mm-encode.el (mm-content-transfer-encoding-defaults):
16629         Use qp-or-base64 for the application/* types.
16630
16631 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16632
16633         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16634
16635 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16638         trim value.
16639
16640 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16641
16642         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16643         New macro and function.
16644         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16645
16646 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16647
16648         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16649         after-load-alist.
16650
16651 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16652
16653         * gnus-group.el (gnus-group-get-new-news-this-group):
16654         Don't update info that isn't there.
16655
16656 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16657
16658         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16659         entry.
16660
16661 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * mm-view.el (mm-inline-render-with-function): Use multibyte
16664         buffer; decode html source by charset.
16665
16666         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16667
16668         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16669         Mule-UCS is loaded under XEmacs.
16670         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16671
16672 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16673
16674         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16675
16676 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * mm-util.el (mm-coding-system-p): Return a coding-system.
16679         (mm-mime-mule-charset-alist): Use shift_jis instead of
16680         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16681         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16682         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16683         instead of japanese-shift-jis and iso-latin-1 respectively in
16684         order to share the default value with both Emacs and XEmacs-mule.
16685         (mm-mule-charset-to-mime-charset):
16686         Make mm-coding-system-priorities effective.
16687         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16688         while predicating of candidates upon the priorities.
16689
16690 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16691
16692         * gnus-sum.el (gnus-summary-make-menu-bar):
16693         Add gnus-uu-invert-processable.
16694
16695         * gnus.el: Autoload gnus-uu-invert-processable.
16696
16697 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16698
16699         * mm-util.el (mm-with-multibyte-buffer): New macro.
16700
16701         * rfc2047.el (rfc2047-encode-string): Use it.
16702         (rfc2047-encode-region): Move point to the end of the region after
16703         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16704
16705 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16706
16707         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16708         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16709
16710 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16711
16712         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16713         (gnus-cite-parse): Ignore quoted envelope From_.
16714         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16715
16716 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16717
16718         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16719         invalid addresses.
16720
16721 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16722
16723         * spam.el: Change section markers, revise TODO list.
16724         (spam-backends): Make new master list of all installed backends.
16725         (spam-summary-exit-behavior): Add new variable to determine how
16726         messages moves are done at summary exit.
16727         (spam-move-spam-nonspam-groups-only)
16728         (spam-process-ham-in-nonham-groups)
16729         (spam-process-ham-in-spam-groups): Remove variables, the
16730         spam-summary-exit-behavior variable should be used to manage this
16731         behavior.
16732         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16733         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16734         and spam-old-spam-articles.
16735         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16736         Add empty variables, placeholders for the backends they represent.
16737         (spam-set-difference): Move, unchanged.
16738         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16739         unless the user has a processor variable.
16740         (spam-classifications, spam-classification-valid-p)
16741         (spam-backend-properties, spam-backend-property-valid-p)
16742         (spam-backend-function-type-valid-p)
16743         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16744         (spam-report-articles-gmane, spam-report-articles-resend):
16745         Remove functions, they are not needed.
16746         (spam-install-backend-super, spam-backend-list)
16747         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16748         (spam-backend-function, spam-backend-ham-registration-function)
16749         (spam-backend-spam-registration-function)
16750         (spam-backend-ham-unregistration-function)
16751         (spam-backend-spam-unregistration-function)
16752         (spam-backend-statistical-p, spam-backend-mover-p)
16753         (spam-install-backend-alias, spam-install-checkonly-backend)
16754         (spam-install-mover-backend, spam-install-nocheck-backend)
16755         (spam-install-backend, spam-install-statistical-backend)
16756         (spam-install-statistical-checkonly-backend): Add backend installation
16757         support.
16758         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16759         (spam-group-processor-p): Use the new backend code and respect the
16760         summary exit behavior.
16761         (spam-mark-spam-as-expired-and-move-routine): Remove.
16762         (spam-summary-prepare): Change to use the new spam-old-articles
16763         variable.
16764         (spam-copy-or-move-routine, spam-copy-spam-routine)
16765         (spam-move-spam-routine, spam-copy-ham-routine)
16766         (spam-move-ham-routine): Add code to copy/move ham or spam.
16767         (spam-fetch-field-fast): Improve doc and code, plus allow the
16768         'number request.
16769         (spam-list-of-checks, spam-list-of-statistical-checks):
16770         Remove variables.
16771         (spam-split, spam-find-spam): Use the new backend code.
16772         (spam-registration-functions): Remove variable.
16773         (spam-unregister-routine): Add convenience wrapper.
16774         (spam-log-undo-registration, spam-register-routine)
16775         (spam-log-processing-to-registry)
16776         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16777         where possible.
16778         (spam-check-gmane-xref, spam-check-regex-headers)
16779         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16780         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16781         (spam-check-bogofilter-headers, spam-check-spamoracle)
16782         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16783         (spam-check-crm114-headers): Use the spam-split-group that
16784         spam-split prepares, no need to determine it every time.
16785
16786         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16787         to the nnheader-parse-naked-head call.
16788
16789         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16790
16791         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16792         the nnheader-nov-read-message-id call.
16793
16794 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16797         gnus-activate-group twice.  Suggested by Markus Peter
16798         <warp@spin.de>.
16799
16800 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * gnus-art.el (gnus-article-time-format): Exchange the order of
16803         day and month in the default value; fix customization type.
16804         (article-date-ut): Use add-text-properties.
16805         (article-make-date-line): Use message-make-date instead of
16806         current-time-string.
16807
16808         * message.el (message-fetch-field): Don't use set-text-properties.
16809         (message-make-date): Simplify.
16810
16811         * messagexmas.el (message-xmas-make-date): New function.
16812         (message-xmas-redefine): Defalias message-make-date to it.
16813
16814 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16815
16816         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16817         (rfc2047-encode-region): Treat text within parentheses as special;
16818         show the original text when error has occurred.
16819
16820         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16821         already-computed method to gnus-activate-group.
16822
16823         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16824         same select-methods identical Lisp objects.
16825
16826         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16827         object when modifying the info.
16828
16829 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16832         gnus-opened-servers since it has never been opened with the new
16833         configuration yet.
16834
16835 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16836
16837         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16838         arg to nnheader-generate-fake-message-id.
16839
16840 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16841
16842         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16843         number and build a fake message ID localized to a group and
16844         article number (so it's repeatable from that point on).
16845         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16846         ID format.
16847
16848         * gnus-sum.el (gnus-get-newsgroup-headers):
16849         Call nnheader-generate-fake-message-id with the article number.
16850
16851 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16852
16853         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16854         end-of-buffer.
16855
16856 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16857
16858         * message.el (message-ignored-supersedes-headers): Add Approved.
16859
16860 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16861
16862         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16863         goto-char.
16864         (rfc2047-encode): Fold the line before encoding.
16865
16866 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16867
16868         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16869         folding -- not all headers can be folded, and this should be done
16870         by the message composition mode.  Probably.  I think.
16871
16872 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16875         fast.
16876
16877         * gnus-ems.el (gnus-remove-image): Don't use
16878         message-text-with-property; remove only the image found first.
16879
16880         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16881         found first.
16882
16883 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16884
16885         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16886
16887 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16888
16889         * message.el (message-text-with-property): Make it fast and accept
16890         optional arguments.
16891         (message-strip-forbidden-properties): Use it.
16892         (message-fix-before-sending): Follow the m-t-w-p change.
16893
16894         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16895
16896 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16897
16898         * gnus-art.el (article-hide-headers): Don't change the buffer
16899         mistakenly when performing mml-preview even if
16900         gnus-single-article-buffer is nil.
16901
16902 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16903
16904         * message.el (message-expand-name-databases): New user option.
16905         (message-expand-name): Use it.
16906
16907 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16908
16909         * spam.el (spam-report-articles-resend)
16910         (spam-report-resend-register-routine): Allow ham reporting.
16911         (spam-report-resend-register-ham-routine): Add wrapper.
16912         (spam-registration-functions): Add ham resending functions.
16913         (spam-list-of-processors): Add ham resend processor.
16914
16915         * gnus.el (ham-resend-to): Add new group parameter.
16916         (spam-process): Add ham resend option.
16917
16918         * spam-report.el (spam-report-resend): Allow reporting ham.
16919         (spam-report-resend-ham): Add wrapper.
16920
16921 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16922
16923         * message.el (message-cite-articles-with-x-no-archive):
16924         New variable.
16925         (message-cite-original): Use it.
16926
16927 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16928
16929         * message.el (message-cite-original): Respect X-No-Archive.
16930
16931 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16932
16933         * gnus-art.el (article-hide-headers): Refer to the values for
16934         gnus-ignored-headers and gnus-visible-headers in the summary
16935         buffer since a user may have set them as group parameters.
16936
16937 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16938
16939         * assistant.el (assistant-node-name): Add convenience function.
16940         (assistant-render-text, assistant-render-node): Add error handling,
16941         plus handle multiple next nodes.
16942         (assistant-find-next-node): Comment out for now.
16943         (assistant-find-next-nodes): Add function, returns list of next
16944         nodes.
16945
16946 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16947
16948         * mail-source.el (mail-source-directory): Fix doc-string.
16949
16950 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16951
16952         * assistant.el (assistant-render-text, assistant-eval): Add :set
16953         widget type, which is different because it takes and returns a
16954         list.  Much hilarity ensues.
16955
16956 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16957
16958         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16959
16960         * gnus-group.el (gnus-group-get-new-news-this-group):
16961         Add doc-string.
16962
16963         * gnus-start.el (gnus-activate-group): Add doc-string.
16964
16965 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16968
16969 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * assistant.el (assistant-render-text): Try to add a :set
16972         widget, more to come.
16973
16974         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16975         strings.
16976         (spam-report-articles-resend)
16977         (spam-register-routine): Do registration iff any articles warrant
16978         it.
16979         (spam-summary-prepare-exit): Change log message for nil group
16980         destinations.
16981
16982 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16983
16984         * spam.el (spam-report-resend-register-routine):
16985         Allow spam-report-resend-to to be a group parameter or a global value.
16986
16987 2004-05-26  Simon Josefsson  <jas@extundo.com>
16988
16989         * starttls.el: Merge with my GNUTLS based starttls.el.
16990         (starttls-gnutls-program, starttls-use-gnutls)
16991         (starttls-extra-arguments, starttls-process-connection-type)
16992         (starttls-connect, starttls-failure, starttls-success):
16993         New variables.
16994         (starttls-program, starttls-extra-args): Doc fix.
16995         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16996         New functions.
16997         (starttls-negotiate, starttls-open-stream):
16998         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16999         function if it is set.
17000
17001 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17002
17003         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17004         structured fields.
17005
17006 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17007
17008         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17009
17010 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17011
17012         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17013         Add variable.
17014         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17015         assigning the spam-mark to new messages.
17016
17017 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17018
17019         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17020
17021 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17022
17023         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17024
17025         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17026         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17027         default.
17028
17029 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17030
17031         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17032         correct data.
17033
17034 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17035
17036         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17037         (spam-group-processor-p): Fix function.
17038         (spam-group-processor-multiple-p)
17039         (spam-group-spam-processor-report-gmane-p)
17040         (spam-group-spam-processor-report-resend-p)
17041         (spam-group-spam-processor-bogofilter-p)
17042         (spam-group-spam-processor-blacklist-p)
17043         (spam-group-spam-processor-ifile-p)
17044         (spam-group-ham-processor-ifile-p)
17045         (spam-group-spam-processor-spamoracle-p)
17046         (spam-group-spam-processor-crm114-p)
17047         (spam-group-ham-processor-bogofilter-p)
17048         (spam-group-spam-processor-stat-p)
17049         (spam-group-ham-processor-stat-p)
17050         (spam-group-ham-processor-whitelist-p)
17051         (spam-group-ham-processor-BBDB-p)
17052         (spam-group-ham-processor-spamoracle-p)
17053         (spam-group-ham-processor-copy-p): Remove functions with some
17054         prejudice against unneeded code.
17055         (spam-report-articles-resend)
17056         (spam-report-resend-register-routine): Allow the group/topic
17057         spam-resend-to value to override spam-report-resend-to.
17058         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17059         properly now.
17060
17061         * gnus.el (spam-resend-to): Add group/topic parameter.
17062         (spam-process): Move the OBSOLETE processors to the end of the
17063         choices.
17064
17065 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17066
17067         * spam-report.el (spam-report-resend-to, spam-report-resend):
17068         Start with resend-to set to nil, and then ask the user if necessary.
17069         (spam-report-resend): spam-report-resend takes a list of articles, not
17070         separate article numbers.
17071
17072 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17073
17074         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17075         addition to emacs-w3m.
17076
17077 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17078
17079         * assistant.el (assistant-authinfo-data): New function.
17080         (assistant-eval): Eval for entire assistant.
17081
17082         * netrc.el (netrc-services-file): New variable.
17083         (netrc-parse-services): New function.
17084         (netrc-find-service-name): New function.
17085         (netrc-find-service-number): New function.
17086         (netrc-port-equal): New function.
17087         (netrc-machine): Use it.
17088
17089         * nnimap.el (nnimap-open-connection): Use netrc.
17090
17091         * gnus-util.el (gnus-netrc-get): Remove aliases.
17092
17093         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17094
17095         * assistant.el (wid-edit): Fix compilation.
17096
17097         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17098
17099 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17100
17101         * gnus-util.el (gnus-set-file-modes): New function.  (small
17102         patch).
17103
17104 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17105
17106         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17107
17108         * assistant.el (assistant-render-node): Fix up rendering and
17109         read-only text.
17110         (assistant-render-node): Reset.
17111         (assistant-make-read-only): Not sticky.
17112
17113 2004-05-20  Danny Siu  <dsiu@adobe.com>
17114
17115         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17116         centered even when gnus-auto-center-summary is t.
17117
17118 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17119
17120         * dns.el (dns-get-txt-answer): New function.
17121         (dns-read-txt): Ditto.
17122         (query-dns): Use it.
17123
17124 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17125
17126         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17127         active for foreign groups even if the group level is higher than
17128         the specified value.
17129
17130 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17131
17132         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17133         non-active groups.
17134
17135         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17136
17137 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17138
17139         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17140
17141 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17142
17143         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17144         (spam-crm114-header, spam-crm114-spam-switch)
17145         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17146         (spam-crm114-positive-spam-header)
17147         (spam-crm114-database-directory, spam-list-of-processors)
17148         (spam-group-spam-processor-crm114-p)
17149         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17150         (spam-generic-score, spam-list-of-checks)
17151         (spam-list-of-statistical-checks, spam-registration-functions)
17152         (spam-check-crm114-headers, spam-crm114-score)
17153         (spam-check-crm114, spam-crm114-register-with-crm114)
17154         (spam-crm114-register-spam-routine)
17155         (spam-crm114-unregister-spam-routine)
17156         (spam-crm114-register-ham-routine)
17157         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17158         From asjo@koldfront.dk (Adam Sjøgren).
17159
17160         * gnus.el: Add spam-use-crm114.
17161
17162         * spam.el (spam-list-of-processors, spam-registration-functions):
17163         Add spam-use-resend.
17164         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17165         (spam-report-articles-gmane): Add doc fix.
17166         (spam-report-articles-resend, spam-report-resend-register-routine):
17167         Add wrappers around spam-report-resend-to.
17168
17169         * spam-report.el (spam-report-resend-to, spam-report-resend):
17170         Add support for resending spam.
17171         (spam-report-gmane): Fix line length >80.
17172
17173         * gnus.el (spam-process): Add spam-use-resend.
17174
17175 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17176
17177         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17178         number of processed spam messages.
17179         (spam-ham-copy-or-move-routine): Return the number of processed
17180         ham messages.
17181         (spam-summary-prepare-exit): Use the above values to decide
17182         whether status messages shouled be displayed.
17183
17184 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17185
17186         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17187         `rfc2047-encoding-function-alist' in order to avoid conflicting
17188         with the old version.
17189         (rfc2047-encode-region): Concatenate words containing non-ASCII
17190         characters in structured fields; don't encode space-delimited
17191         ASCII words even in unstructured fields; don't break words at
17192         char-category boundaries.
17193         (rfc2047-encode-1): New function.
17194         (rfc2047-encode): Use it; encode text so that it occupies the
17195         maximum width within 76-column; work correctly on Q encoding for
17196         iso-2022-* charsets.
17197         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17198         sure not to break a line just after the header name.
17199         (rfc2047-b-encode-region): Remove.
17200         (rfc2047-b-encode-string): New function.
17201         (rfc2047-q-encode-region): Remove.
17202         (rfc2047-q-encode-string): New function.
17203
17204         * mm-util.el (mm-replace-in-string): New function.
17205
17206 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17207
17208         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17209         Really get it right.
17210         (gnus-inews-make-draft): Really.
17211
17212 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17213
17214         * nnmh.el (nnmh-request-list-1): Don't check the link count
17215         before descending.  (small patch)
17216
17217 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17218
17219         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17220         stuff.
17221
17222         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17223         Match on real group name.
17224
17225         * gnus-art.el (gnus-signature-limit): Doc fix.
17226
17227         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17228
17229         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17230
17231 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17232
17233         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17234         isn't a string.
17235
17236 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17237
17238         * gnus-draft.el (gnus-draft-send):
17239         Bind rfc2047-encode-encoded-words.
17240
17241         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17242         (rfc2047-encodable-p): Say that =? needs encoding.
17243         (rfc2047-encode-encoded-words): New variable.
17244
17245         * gnus-group.el (gnus-group-select-group): Doc fix.
17246
17247         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17248
17249         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17250         to nil.
17251
17252         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17253
17254         * nnheader.el (nnheader-get-lines-and-char): New function.
17255
17256 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17257
17258         * gnus-msg.el (gnus-summary-followup-with-original):
17259         Document yanking of region when active.
17260
17261 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17262
17263         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17264         groups if the group level is higher than the specified value.
17265
17266 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17267
17268         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17269         (gnus-group-jump-to-group): Add prefix argument using
17270         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17271         non-active group.
17272
17273         * compface.el (uncompface): Be verbose when changing
17274         `uncompface-use-external'.
17275
17276         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17277         handle manual section.
17278
17279 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17280
17281         * gnus-art.el (gnus-button-alist): Revert previous change.
17282
17283 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17284
17285         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17286
17287 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17288
17289         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17290         whether backend can accept message.
17291
17292         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17293
17294 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17295
17296         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17297         Avoid creating directory when nntp-marks-is-evil is true.
17298         Reported by Reiner Steib.
17299
17300 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17301
17302         * gnus-picon.el (gnus-picon-style): New variable.
17303         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17304         (gnus-picon-transform-address): Support `gnus-picon-style'.
17305         From Jesper Harder <harder@ifa.au.dk>.
17306
17307 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17308
17309         * message.el (message-fill-field): Return point.
17310         (message-generate-headers): Go to end of field.
17311
17312         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17313         stuff for non-living groups.
17314
17315 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17316
17317         * gnus-art.el (gnus-article-followup-with-original)
17318         (gnus-article-reply-with-original): gnus-mark-active-p ->
17319         gnus-region-active-p.
17320
17321 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17324         only when there is spam or ham to be processed.
17325
17326 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17327
17328         * mail-source.el (mail-source-delete-crash-box): Refactor.
17329         (mail-source-fetch): Use it.
17330         (mail-source-fetch-file): Ditto.
17331         (mail-source-fetch-directory): Run postscript in loop.
17332         (mail-source-fetch-pop): Delete.
17333         (mail-source-fetch-maildir): Ditto.
17334         (mail-source-fetch-imap): Ditto.
17335
17336         * imap.el (imap-authenticators): Comment out sasl.
17337
17338         * message.el (message-skip-to-next-address): New function.
17339         (message-fill-header-address): Refactor.
17340         (message-fill-address): Use it.
17341         (message-delete-address): Use it.
17342         (message-fill-header-general): Refactor.
17343         (message-fill-field-address): Rename.
17344         (message-narrow-to-field): Find the start of the header.
17345         (message-header-format-alist): Don't pre-fill.
17346         (message-fill-header): Remove.
17347         (message-insert-header): New function.
17348         (message-shorten-references): Use it.
17349
17350         * rfc2047.el (rfc2047-field-value): Strip props.
17351
17352         * mail-parse.el (mail-header-make-address): New alias.
17353
17354         * ietf-drums.el (ietf-drums-make-address): New function.
17355
17356         * imap.el: Add compiler directives.
17357
17358         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17359
17360         * gnus-art.el (article-decode-idna-rhs): Don't use
17361         message-idna-inside-rhs-p.
17362
17363 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17364
17365         * message.el (message-idna-inside-rhs-p): Remove.
17366         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17367
17368         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17369         false positives.
17370
17371 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17372
17373         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17374
17375 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17376
17377         * nneething.el (nneething-file-name): Don't create spurious
17378         files.
17379
17380         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17381         (gnus-inews-do-gcc): Remove sleep.
17382
17383         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17384         part under point.
17385
17386         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17387         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17388
17389 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17390
17391         * spam.el (spam-summary-prepare-exit): Fix (length).
17392
17393 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17394
17395         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17396         as expired without moving it" message when there are spam
17397         messages left.
17398
17399 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17400
17401         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17402         header is not nil.
17403
17404 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17405
17406         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17407         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17408         (nntp-marks-changed-p): New arg SERVER.
17409         (nntp-request-update-info): Adjust caller.
17410
17411 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17412
17413         * nntp.el (nntp-save-marks): Pass missing arg.
17414
17415 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17416
17417         * nntp.el: Support marks.
17418         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17419         (nntp-marks-modtime, nntp-marks-directory): New variables.
17420         (nntp-request-set-mark, nntp-request-update-info)
17421         (nntp-possibly-create-directory, nntp-marks-changed-p)
17422         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17423         New functions.
17424
17425 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17426
17427         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17428         (gnus-xmas-redefine): Rename.
17429
17430         * gnus-score.el (gnus-score-insert-help):
17431         Use gnus-select-lowest-window.
17432
17433         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17434         appt-select-lowest-window and rename to gnus-select-lowest-window.
17435
17436         * gnus.el: do.
17437
17438 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17439
17440         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17441         encodings of MIME-encoded words, in order to improve
17442         interoperability with several broken MUAs.
17443
17444 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17445
17446         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17447         tags, only when charsets are not specified in headers.
17448         (mm-inline-text-html-render-with-w3m): Ditto.
17449
17450         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17451         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17452
17453 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17454
17455         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17456         instead of MIME-decoded from fields when checking
17457         `gnus-article-address-banner-alist'.
17458
17459 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17460
17461         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17462         description rather than subject.
17463
17464 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17465
17466         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17467
17468 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17469
17470         * gnus.el (gnus-version-number): Bump.
17471
17472 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17473
17474         * gnus.el: No Gnus v0.2 is released.
17475
17476 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17477
17478         * gnus-agent.el (gnus-agent-read-agentview):
17479         Inline gnus-uncompress-range.
17480
17481 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17482
17483         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17484         `exec-installed-p'.
17485
17486 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17487
17488         * gnus.el (spam-process, spam-autodetect-methods):
17489         Add bsfilter and bsfilter-headers.
17490
17491         * spam.el (spam-bsfilter): New customize group.
17492         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17493         (spam-bsfilter-header, spam-bsfilter-probability-header)
17494         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17495         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17496         (spam-bsfilter-database-directory): New options.
17497         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17498         (spam-list-of-statistical-checks, spam-registration-functions):
17499         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17500         (spam-bsfilter-score): New command.
17501         (spam-check-bsfilter-headers, spam-check-bsfilter)
17502         (spam-bsfilter-register-with-bsfilter)
17503         (spam-bsfilter-register-spam-routine)
17504         (spam-bsfilter-unregister-spam-routine)
17505         (spam-bsfilter-register-ham-routine)
17506         (spam-bsfilter-unregister-ham-routine): New functions.
17507         (spam-generic-score): Support bsfilter; Accept an optional argument
17508         to recalcurate spam score even if scoring header has already been
17509         added.
17510         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17511         optional argument to recalcurate spam score even if scoring header
17512         has already been added.
17513
17514 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17515
17516         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17517         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17518         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17519         link is missing.
17520
17521 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17522
17523         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17524         (html2text-get-attr): Rewrite.
17525
17526         * message.el (message-setup-1): Remove redundant put-text-property
17527         on mail-header-separator.
17528
17529 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17530
17531         * gnus-registry.el (gnus-registry-cache-whitespace)
17532         (gnus-registry-action, gnus-registry-spool-action)
17533         (gnus-registry-split-fancy-with-parent): Change message levels
17534         from 5 to 3 or 7, as needed.
17535
17536         * spam.el (spam-summary-prepare-exit)
17537         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17538         (spam-split, spam-find-spam, spam-log-undo-registration)
17539         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17540         level from 5 to 6.
17541
17542 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17543
17544         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17545         2004-03-04 change).
17546
17547 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17548
17549         * sieve-manage.el (sieve-manage-open):
17550         * nnweb.el (nnweb-insert-html):
17551         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17552         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17553         * nnspool.el (nnspool-request-group):
17554         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17555         * nnml.el (nnml-request-update-info):
17556         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17557         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17558         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17559         (nnimap-request-set-mark):
17560         * nnfolder.el (nnfolder-request-update-info):
17561         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17562         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17563         * gnus-uu.el (gnus-uu-find-articles-matching):
17564         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17565         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17566         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17567         * gnus-nocem.el (gnus-nocem-scan-groups):
17568         * gnus-int.el (gnus-start-news-server):
17569         * gnus-group.el (gnus-group-make-kiboze-group)
17570         (gnus-group-browse-foreign-server):
17571         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17572         Use mapc when appropriate.
17573
17574 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17575
17576         FIXME: Make separate entries for each person.
17577
17578         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17579         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17580         <shields@msrl.com>:
17581
17582         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17583         may need for spam sorting and scoring.
17584         (spam-user-format-function-S): Add user format function suitable for
17585         general use.
17586         (spam-article-sort-by-spam-status): Add sorting function for summary
17587         sorting.
17588         (spam-extra-header-to-number): Add function to get a score from a
17589         header.
17590         (spam-summary-score): Add function to get a numeric score from the
17591         headers.
17592         (spam-generic-score): Fix function doc, was in wrong place.
17593         (spam-initialize): Take symbols when it's run, and install the
17594         extra headers that spam-necessary-extra-headers thinks we need.
17595
17596 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17597
17598         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17599         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17600
17601 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17602
17603         * gnus-sum.el (gnus-set-global-variables)
17604         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17605         (gnus-article-get-xrefs, gnus-summary-best-group)
17606         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17607         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17608         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17609         Use with-current-buffer.
17610
17611 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17612
17613         * spam.el (spam-summary-prepare-exit): Simplify logic.
17614         (spam-fetch-article-header): Read the article header if it's not
17615         available.
17616         (spam-list-articles): Simplify logic.
17617         (spam-filelist-register-routine): Fix bug with unregister-list.
17618
17619         * gnus-registry.el: Fix comments at beginning.
17620
17621 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17622
17623         * message.el (message-cater-to-broken-inn): Remove.
17624         (message-shorten-references): Make sure the total folded length of
17625         References is shorter than 998 characters to cater to a bug in INN
17626         2.3.  Also, don't pretend that references aren't folded -- this
17627         hasn't worked for a while.
17628
17629 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17630
17631         * gnus-agent.el (gnus-agentize):
17632         gnus-agent-send-mail-real-function no longer set to current value
17633         of message-send-mail-function but rather a lambda that calls
17634         message-send-mail-function.  The change makes the agent real-time
17635         responsive to user changes to message-send-mail-function.
17636
17637 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17638
17639         * legacy-gnus-agent.el
17640         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17641         help from Florian Weimer <fw@deneb.enyo.de>
17642
17643 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * nnmail.el (nnmail-cache-insert): Revert last change.
17646
17647 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * nnmail.el (nnmail-cache-insert): Always check whether
17650         nnmail-cache-ignore-groups matches a group name.
17651
17652 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17653
17654         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17655         (spam-find-spam, spam-log-processing-to-registry)
17656         (spam-log-registered-p, spam-log-unregistration-needed-p)
17657         (spam-log-undo-registration): Use gnus-message instead of
17658         gnus-error, none of these errors are fatal.
17659
17660         * gnus-registry.el (gnus-registry-clean-empty-function)
17661         (gnus-registry-clean-empty): Remove only empty entries without
17662         extra data.
17663
17664 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17665
17666         * spam-stat.el (spam-stat-buffer-change-to-spam)
17667         (spam-stat-buffer-change-to-non-spam): Change (error) to
17668         (gnus-message 8) invocation.
17669
17670 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * nntp.el (nntp-via-netcat-command): New variable.
17673         (nntp-via-netcat-switches): New variable.
17674         (nntp-open-via-rlogin-and-netcat): New function.
17675         (nntp-open-connection-function): Doc fix.
17676         (nntp-telnet-command): Doc fix.
17677         (nntp-end-of-line): Doc fix.
17678         (nntp-via-rlogin-command): Doc fix.
17679         (nntp-via-user-name): Doc fix.
17680         (nntp-via-address): Doc fix.
17681
17682 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17683
17684         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17685         error in Emacs 21.1.
17686
17687 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17688
17689         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17690
17691 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17692
17693         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17694         (gnus-agent-with-refreshed-group): New macro.
17695         (gnus-agent-rename-group): New function.
17696         (gnus-agent-delete-group): New function.
17697         (gnus-agent-save-group-info): Use gnus-command-method when
17698         `method' parameter is nil.  Don't write nil entries into the
17699         active file.
17700         (gnus-agent-get-group-info): New function.
17701         (gnus-agent-fetch-articles):
17702         Use gnus-agent-update-files-total-fetched-for to increment disk space
17703         used.
17704         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17705         Use gnus-agent-update-view-total-fetched-for to increment disk space
17706         used.
17707         (gnus-agent-get-local): Add optional parameters to avoid calling
17708         gnus-group-real-name and gnus-find-method-for-group.
17709         (gnus-agent-set-local): Delete stored entry if either min, or max,
17710         are nil.
17711         (gnus-agent-fetch-session): Reworded error/quit messages.
17712         On quit, use gnus-agent-regenerate-group to record existance of any
17713         articles fetched to disk before the quit occurred.
17714         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17715         gnus-agent-update-view-total-fetched-for, and
17716         gnus-agent-update-files-total-fetched-for to decrement disk space
17717         used.
17718         (gnus-agent-retrieve-headers):
17719         Use gnus-agent-update-view-total-fetched-for to increment disk space
17720         used.
17721         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17722         with gnus-agent-update-files-total-fetched-for to decrement disk
17723         space and fresh group buffer.
17724         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17725         (gnus-agent-need-update-total-fetched-for): New variable.
17726         (gnus-agent-update-files-total-fetched-for): New function.
17727         (gnus-agent-update-view-total-fetched-for): New function.
17728         (gnus-agent-total-fetched-for): New function.
17729
17730         * gnus-cache.el (gnus-cache-save-buffers):
17731         Use gnus-cache-update-overview-total-fetched-for to change disk space
17732         used by this group.
17733         (gnus-cache-possibly-enter-article):
17734         Use gnus-cache-update-file-total-fetched-for to increment disk space
17735         used by this group.
17736         (gnus-cache-possibly-remove-article):
17737         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17738         used by this group.
17739         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17740         (gnus-cache-rename-group): New function.
17741         (gnus-cache-delete-group): New function.
17742         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17743         (gnus-cache-need-update-total-fetched-for): New variable.
17744         (gnus-cache-with-refreshed-group): New macro.
17745         (gnus-cache-update-file-total-fetched-for): New function.
17746         (gnus-cache-update-overview-total-fetched-for): New function.
17747         (gnus-cache-rename-group-total-fetched-for): New function.
17748         (gnus-cache-delete-group-total-fetched-for): New function.
17749         (gnus-cache-total-fetched-for): New function.
17750
17751         * gnus-group.el: Require gnus-sum and autoload functions to
17752         resolve warnings when gnus-group.el compiled alone.
17753         (gnus-group-line-format): Documented new %F.
17754         (size of Fetched data) group line format; identifies disk space
17755         used by agent and cache.
17756         (gnus-group-line-format-alist): Defined new F format.
17757         (gnus-total-fetched-for): New function.
17758         (gnus-group-delete-group): No longer update
17759         gnus-cache-active-altered as gnus-request-delete-group now keeps
17760         the cache in sync.
17761         (gnus-group-list-active): Let the agent store a server's active
17762         list if currently plugged.
17763
17764         * gnus-int.el (gnus-request-delete-group):
17765         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17766         local disk in sync with the server.
17767         (gnus-request-rename-group):
17768         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17769         local disk in sync with the server.
17770
17771         * gnus-start.el (gnus-get-unread-articles):
17772         Cosmetic simplification to logic.
17773
17774         * gnus-util.el (gnus-rename-file): New function.
17775
17776 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17777
17778         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17779
17780 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17781
17782         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17783         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17784
17785 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17786
17787         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17788         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17789
17790 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17791
17792         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17793
17794 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17795
17796         * spam.el (spam-set-difference): Add function to replace
17797         gnus-set-difference in spam.el.
17798         (spam-summary-prepare-exit): Use spam-set-difference.
17799
17800 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17801
17802         * gnus-registry.el (gnus-registry-cache-file): Update to use
17803         gnus-dribble-directory OR gnus-home-directory OR ~.
17804         (gnus-registry-split-fancy-with-parent): Fix doc.
17805
17806 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * message.el (message-exchange-point-and-mark):
17809         Use message-mark-active-p.  Suggested by Jesper Harder
17810         <harder@ifa.au.dk>.
17811
17812 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * message.el (message-exchange-point-and-mark): Don't activate
17815         region if it was inactive.  Suggested by Hiroshi Fujishima
17816         <pooh@nature.tsukuba.ac.jp>.
17817
17818 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17819
17820         * gnus-art.el (article-display-face): Display Faces in the same
17821         order as X-Faces.
17822
17823 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17824
17825         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17826
17827 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17830         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17831         (gnus-article-mime-hierarchy): Remove.
17832         (gnus-article-mime-hierarchy-next): Remove.
17833         (gnus-article-mode): Revert 2004-03-19 change.
17834         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17835         (gnus-insert-mime-button): Revert 2004-03-19 change.
17836         (gnus-mime-accumulate-hierarchy): Remove.
17837         (gnus-mime-enter-multipart): Remove.
17838         (gnus-mime-leave-multipart): Remove.
17839         (gnus-mime-display-part): Revert 2004-03-19 change.
17840         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17841
17842         * mml.el (mml-preview): Revert 2004-03-19 change.
17843
17844 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17845
17846         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17847
17848 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17849
17850         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17851         t while entering a file name using the mm-with-multibyte macro.
17852         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17853
17854         * mm-util.el (mm-with-multibyte): New macro.
17855
17856 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17857
17858         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17859         New user option.
17860         (gnus-mime-multipart-functions): Doc and customization fix.
17861         (gnus-article-mime-hierarchy): New variable.
17862         (gnus-article-mime-hierarchy-next): New variable.
17863         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17864         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17865         gnus-article-mime-hierarchy-next to nil.
17866         (gnus-insert-mime-button): Show hierarchy numbers.
17867         (gnus-mime-accumulate-hierarchy): New function.
17868         (gnus-mime-enter-multipart): New function.
17869         (gnus-mime-leave-multipart): New function.
17870         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17871         (gnus-mime-display-alternative): Show hierarchy numbers.
17872
17873         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17874         gnus-article-mime-hierarchy-next to nil.
17875
17876 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17877
17878         * dns.el: Don't require gnus-xmas.
17879
17880 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17881
17882         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17883         inline PGP.
17884         (mml-menu): Disable mml-quote-region if mark is inactive.
17885
17886 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17887
17888         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17889         when the group's active is not available.
17890
17891 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17892
17893         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17894         error.
17895
17896 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17897
17898         * imap.el (imap-store-password): New variable.
17899         (imap-interactive-login): Use it.
17900         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17901
17902 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17903
17904         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17905         window-start and hscroll to summary window.
17906
17907 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17908
17909         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17910         conversion message to newsrc-dribble when an actual conversion is
17911         performed.
17912
17913 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17914
17915         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17916
17917 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * mm-decode.el (mm-complicated-handles): New function reviving
17920         former definition of mm-multiple-handles.
17921
17922         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17923         (gnus-mime-delete-part): Use it.
17924
17925 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17926
17927         * gnus-agent.el (gnus-agent-read-local):
17928         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17929         avoid the implicit assumption that they will always be equal.
17930         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17931         coding-system-for-write, as the with-temp-file macro first prints
17932         to a buffer then saves the buffer.
17933
17934 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * gnus-art.el (gnus-article-edit-part): New function.
17937         (gnus-mime-save-part-and-strip): Use it; do query instead of
17938         signaling an error; don't use mm-multiple-handles.
17939         (gnus-mime-delete-part): Ditto.
17940
17941 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17942
17943         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17944         old file versions.
17945         (gnus-group-prepare-hook): Remove function that converted list
17946         form of gnus-agent-expire-days to group properties.
17947
17948         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17949         (gnus-request-accept-article): Re-indented.
17950
17951         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17952         converters to handle old agent file formats.  Add logic for a
17953         "backup before upgrading warning".
17954         (gnus-convert-mark-converter-prompt): Developers can mark
17955         functions as needing (default), or not needing,
17956         gnus-convert-old-newsrc's "backup before upgrading warning".
17957         (gnus-convert-converter-needs-prompt): Tests whether the user
17958         should be protected from potentially irreversable changes by the
17959         function.
17960
17961         * legacy-gnus-agent.el: New.  Provides converters that are only
17962         loaded when gnus-convert-old-newsrc needs to call them.
17963
17964 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17965
17966         * mail-source.el (mail-source-touch-pop): Doc fix.
17967
17968         * message.el (message-smtpmail-send-it): Doc fix.
17969
17970 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17971
17972         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17973
17974         * nnmail.el (nnmail-split-fancy): do.
17975
17976         * gnus-kill.el (gnus-kill, gnus-execute): do.
17977
17978 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17979
17980         * gnus-sum.el (gnus-widget-reversible-match)
17981         (gnus-widget-reversible-to-internal)
17982         (gnus-widget-reversible-to-external): New functions.
17983         (gnus-widget-reversible): New widget.
17984         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17985
17986 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17987
17988         * gnus-sum.el (gnus-thread-sort-functions)
17989         (gnus-article-sort-functions): Document `(not F)' items.
17990
17991 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17992
17993         * spam.el (spam-use-gmane-xref): Add new backend.
17994         (spam-gmane-xref-spam-group): Add variable to control the name of the
17995         Gmane spam group.
17996         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17997         (spam-regex-headers-spam, spam-regex-headers-ham)
17998         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17999         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18000         backends and checks.
18001         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18002
18003         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18004         an autodetect method.
18005
18006 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18007
18008         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18009         articles are being added to a group.
18010         (gnus-request-replace-article): Inform the agent that articles
18011         need to be uncached as the cached contents are no longer valid.
18012
18013 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18014
18015         * binhex.el: Don't autoload executable-find.
18016
18017         * canlock.el: Don't autoload mail-fetch-field.
18018
18019         * dgnushack.el: Autoload c-mode for XEmacs.
18020
18021         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18022
18023         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18024         rmail-dont-reply-to and rmail-output.
18025
18026         * gnus-score.el: Don't autoload ffap-string-at-point.
18027
18028         * gnus-setup.el: Don't autoload sc-cite-original.
18029
18030         * imap.el: Don't autoload base64-decode-string,
18031         base64-encode-string and md5.
18032
18033         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18034         and rmail-msg-restore-non-pruned-header.
18035
18036         * mm-decode.el: Don't autoload executable-find.
18037
18038         * mm-url.el: Don't autoload executable-find.
18039
18040         * mm-view.el: Don't autoload diff-mode.
18041
18042         * nndb.el: Don't autoload news-reply-mode, news-setup,
18043         cancel-timer and telnet.
18044
18045         * password.el: Don't autoload run-at-time for Emacs.
18046
18047         * sha1-el.el: Don't autoload executable-find.
18048
18049         * sieve-mode.el: Don't autoload c-mode.
18050
18051         * uudecode.el: Don't autoload executable-find.
18052
18053 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18054
18055         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18056         (gnus-agent-possibly-alter-active): Avoid null in numeric
18057         comparison.
18058         (gnus-agent-set-local): Refuse to save null in local object table.
18059         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18060         list of articles that will be marked as unread.
18061
18062 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18063
18064         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18065
18066 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18067
18068         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18069         language tags.
18070
18071 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18072
18073         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18074         Don't bind "obarray".
18075
18076         * gnus-sum.el (gnus-thread-sort-functions):
18077         Add `gnus-thread-sort-by-most-recent-number' and
18078         `gnus-thread-sort-by-most-recent-date'.
18079         Reported by Kai Grossjohann <kai@emptydomain.de>.
18080
18081 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18082
18083         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18084
18085 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18086
18087         * gnus-cus.el (gnus-agent-customize-category):
18088         Remove ignore-errors macro reference that required cl to be loaded at
18089         run-time.
18090
18091         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18092         single-interval range of the form (min . max).  Previously the
18093         range had to look like ((min . max)).  Likewise, return
18094         (min . max) rather than ((min . max)).
18095         (gnus-range-map): Use gnus-range-normalize to accept
18096         single-interval range.
18097
18098         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18099         the cache, but not the agent, now appear with their usual face.
18100
18101         * dgnushack.el (loaddir): New variable that is bound to the
18102         directory containing the dgnushack.el file. Use loaddir, rather
18103         than srcdir, to update load-path. Change lets dgnushack compile
18104         code in directories other than GNUS/lisp.
18105
18106 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18107
18108         * lpath.el: Don't bind w3m-safe-url-regexp.
18109
18110         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18111         w3m-safe-url-regexp variable buffer-local.
18112
18113         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18114
18115 2004-02-27  Simon Josefsson  <jas@extundo.com>
18116
18117         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18118         gnus-group-real-prefix.
18119         (gnus-summary-move-article): Use it, instead of
18120         gnus-group-real-prefix.
18121
18122 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18123
18124         * lpath.el: Bind w3m-safe-url-regexp.
18125
18126         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18127         w3m-safe-url-regexp variable buffer-local and set it as the value
18128         of mm-w3m-safe-url-regexp.
18129
18130         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18131
18132         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18133         parsing gnus-posting-styles when the message is not for replying.
18134
18135         * dgnushack.el: Autoload sgml-mode for XEmacs.
18136
18137         * nnrss.el (nnrss-opml-export):
18138         Use mm-set-buffer-file-coding-system instead of
18139         set-buffer-file-coding-system.
18140
18141 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18142
18143         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18144         of checkdoc.el).
18145         * nnrss.el: do.
18146         * gnus-mlspl.el: do.
18147         * gnus-ml.el: do.
18148         * gnus-srvr.el: do.
18149
18150         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18151
18152 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18153
18154         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18155         Corrections to custom-manual links.
18156
18157         * gnus-art.el (gnus-article): Ditto.
18158
18159         * mm-decode.el (mime-display, mime-security): Ditto.
18160
18161 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18162
18163         * flow-fill.el: Typo.
18164
18165 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18166
18167         * spam-wash.el: New file.
18168
18169 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18170
18171         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18172
18173 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18174
18175         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18176         to be run with new-articles as LIST1, not LIST2.
18177         (spam-registration-functions): Add spam-use-ham-copy as a nil
18178         registration backend.
18179
18180 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18181
18182         * spam-stat.el (spam-stat-washing-hook): New option.
18183         (spam-stat-buffer-words): Use it.
18184         (spam-stat-process-directory, spam-stat-test-directory):
18185         Use insert-file-contents-literally.
18186         (spam-stat-coding-system): New variable.
18187         (spam-stat-load, spam-stat-save): Use it.
18188
18189 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18190
18191         * spam-report.el (spam-report-plug-agent):
18192         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18193
18194 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18195
18196         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18197         Allow / in mailto URLs.
18198
18199 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18200
18201         * spam-report.el (spam-report-process-queue): Fix interactive use.
18202         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18203         (spam-report-unplug-agent): Doc fixes.
18204         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18205         (spam-report-agentize, spam-report-deagentize): Autoload.
18206
18207 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18208
18209         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18210
18211         * message.el (message-setup-fill-variables): Add mml tags to
18212         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18213         <ajk@iu.edu>.
18214         (message-mode): Don't modify paragraph-separate there.
18215
18216 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18217
18218         * compface.el (uncompface-use-external): Default to undecided.
18219         (uncompface-use-external-threshold): New variable.
18220         (uncompface-float-time): New macro.
18221         (uncompface): Determine whether to use the external decoder if
18222         uncompface-use-external is undecided.
18223
18224 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18225
18226         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18227         after images.
18228
18229         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18230
18231 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18232
18233         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18234
18235         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18236
18237         * gnus-sum.el (gnus-summary-limit-to-age)
18238         (gnus-summary-limit-children): do.
18239
18240         * gnus-int.el (gnus-request-scan): do.
18241
18242         * gnus-group.el (gnus-group-suspend): do.
18243
18244         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18245
18246         * gnus-cite.el (gnus-cite-parse-attributions): do.
18247
18248         * gnus-agent.el (gnus-summary-set-agent-mark)
18249         (gnus-agent-regenerate-group): do.
18250
18251         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18252
18253         * binhex.el (binhex-decode-region-internal): do.
18254
18255 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18256
18257         * gnus-fun.el (gnus-face-properties-alist): New user option.
18258         (gnus-display-x-face-in-from): Use it.
18259
18260         * gnus-art.el (article-display-face): Ditto.
18261
18262         * compface.el (uncompface-use-external): Default to nil.
18263
18264 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18265
18266         * nntp.el (nntp-erase-buffer): New function.
18267         (nntp-retrieve-data, nntp-send-command)
18268         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18269         (nntp-possibly-change-group): Use it.
18270
18271         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18272         Use with-current-buffer.
18273
18274 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18275
18276         * compface.el: Merge the ELisp-based uncompface program.
18277         (compface): New customization group.
18278         (uncompface-use-external): New user option.
18279         (uncompface): Call uncompface-internal if uncompface-use-external
18280         is nil.
18281         (uncompface-internal): New function.  Note that there are also
18282         some other functions and variables added for this function.
18283
18284 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18285
18286         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18287         if necessary.
18288
18289 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18290
18291         * spam-report.el (spam-report-unplug-agent)
18292         (spam-report-plug-agent, spam-report-deagentize)
18293         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18294         Add support for the Agent in spam-report: when unplugged, report to a
18295         file; when plugged, submit all the requests.
18296
18297         * spam.el (spam-register-routine): Fix message about
18298         registration.
18299
18300 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18301
18302         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18303         dependencies.
18304         (rfc2047-encode): Use it.
18305
18306         * gnus-art.el (gnus-button-marker-list): Move before first
18307         reference.
18308
18309         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18310         (imap-parse-body): Fix format string mismatch.
18311
18312         * gnus-score.el (gnus-summary-increase-score): do.
18313
18314         * nnrss.el (nnrss-close): New function.
18315
18316 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18317
18318         * nnrss.el (nnrss-make-filename): New function.
18319         (nnrss-request-delete-group, nnrss-read-server-data)
18320         (nnrss-save-server-data, nnrss-read-group-data)
18321         (nnrss-save-group-data): Use it.
18322         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18323         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18324         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18325
18326 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18327
18328         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18329
18330 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18331
18332         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18333         files.
18334
18335         * message.el (message-generate-headers-first): Don't quote nil
18336         and t in docstrings.
18337
18338         * imap.el (imap-id): do.
18339
18340         * gnus-agent.el (gnus-agent-consider-all-articles)
18341         (gnus-agent-queue-mail): do.
18342
18343 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18344
18345         * spam-report.el (spam-report-process-queue): New function.
18346         Process requests from `spam-report-requests-file'.
18347         (spam-report-process-queue): Doc fix.
18348
18349 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18350
18351         * spam.el (spam-register-routine)
18352         (spam-log-processing-to-registry, spam-log-registered-p)
18353         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18354         Change "check" to "spam-check" for semi-clarity.
18355
18356 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18357
18358         * pop3.el: Require nnheader.
18359
18360         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18361
18362         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18363
18364         * gnus-picon.el: Require cl.
18365
18366         * gnus-fun.el: Require gnus-ems and gnus-util.
18367
18368         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18369
18370         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18371
18372         * gnus-art.el (gnus-article-edit-mode): Define before first
18373         reference.
18374
18375 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18376
18377         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18378         (gnus-uu-post-encoded): Use point-at-bol.
18379
18380         * gnus-topic.el (gnus-group-active-topic-p): do.
18381
18382         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18383
18384         * gnus-group.el (gnus-group-kill-region): do.
18385
18386         * gnus-art.el (article-date-ut): do.
18387
18388         * message.el (message-fetch-field): Remove redundant
18389         case-fold-search binding.
18390         (message-narrow-to-field): Simplify.
18391
18392 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18393
18394         * spam.el (spam-directory): Derive from `gnus-directory'.
18395
18396         * spam-report.el (spam-report-url-to-file)
18397         (spam-report-requests-file): New function and variable for offline
18398         reporting.
18399         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18400         and user defined function.
18401         (spam-report-url-ping-mm-url): Remove doubled slash.
18402
18403 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18404
18405         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18406
18407 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18408
18409         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18410         Fix format string mismatch.
18411
18412         * sieve.el (sieve-deactivate-all): do.
18413
18414         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18415
18416         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18417
18418         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18419
18420         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18421
18422 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18423
18424         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18425         the list of checks.
18426
18427 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18428
18429         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18430         padding.
18431
18432 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18433
18434         * mm-view.el (mm-fill-flowed): New variable.
18435         (mm-inline-text): Use it.
18436
18437 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18438
18439         * spam.el (spam-spamassassin-register-ham-routine)
18440         (spam-spamassassin-register-spam-routine): Fix function names.
18441
18442 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18443
18444         * gnus.el (gnus-tmp-grouplens): Remove.
18445         (gnus-summary-line-format): Remove grouplens.
18446
18447         * gnus-group.el (gnus-group-line-format): Ditto.
18448
18449         * gnus-spec.el (gnus-format-specs): Ditto.
18450         (gnus-update-format-specifications): Flush the group format spec
18451         cache if there's the grouplens stuff.
18452         (gnus-parse-simple-format): Replace %l with the empty string.
18453
18454 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18455
18456         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18457         omission.
18458
18459 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18460
18461         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18462         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18463
18464 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18465
18466         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18467         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18468         New macros and functions.
18469         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18470         Handle > NLINK_MAX messages.
18471         * nnmaildir.el (nnmaildir-request-set-mark):
18472         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18473
18474 2004-01-25  Alex Schroeder  <alex@gnu.org>
18475
18476         * spam-stat.el (spam-stat-process-directory-age): New option.
18477         (spam-stat-process-directory): Use it.
18478
18479 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18480
18481         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18482         (spam-stat-save): Accept prefix argument.
18483
18484 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18485
18486         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18487         links" error.
18488
18489 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18490
18491         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18492         the rest of the and/or forms.
18493
18494 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18495
18496         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18497         compatibility with old .newsrc.eld files.
18498
18499         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18500
18501         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18502
18503         * gnus-start.el (gnus-1): do.
18504
18505         * gnus-group.el (gnus-group-line-format-alist): do.
18506
18507         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18508
18509         * gnus-gl.el: Remove.
18510
18511 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18512
18513         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18514         marks consisting of a single range {for example, (3 . 5)} rather
18515         than a list of a single range { ((3 . 5)) }.
18516
18517 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18518
18519         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18520         Use with-current-buffer.
18521         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18522         avoid consing a string.
18523
18524         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18525         Remove obsolete entries for big5 and gb2312.
18526
18527 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18528
18529         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18530         uncompressed list.
18531
18532 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18533
18534         * spam-stat.el (spam-stat-strip-xref): New function.
18535         (spam-stat-process-directory): Use it.
18536
18537         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18538         here -- it's done in message-fetch-field.
18539
18540 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18541
18542         * gnus-agent.el (gnus-agent-queue-mail)
18543         (gnus-agent-prompt-send-queue): New variables.
18544         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18545         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18546         "nndraft:queue" along to gnus-draft-send.
18547         Use gnus-agent-prompt-send-queue.
18548         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18549         is "nndraft:queue".  Suggested by Gaute Strokkenes
18550         <gs234@srcf.ucam.org>
18551
18552         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18553         (agent-enable-undownloaded-faces): Add.
18554         (gnus-agent-cat-groups): Use eval-and-compile, not
18555         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18556         method of gnus-agent-cat-groups even when the buffer has been
18557         evaled.
18558         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18559         delete gnus-agent-save-active-1.
18560         (gnus-agent-save-groups): Delete.  Identical to
18561         gnus-agent-save-active.
18562         (gnus-agent-write-active): No longer adjust agent's copy of active
18563         file as agent's adjustments are now stored in their own
18564         file.  Remove optional parameter.
18565         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18566         servers.  Add use of min/max range limits from server's local
18567         file.
18568         (gnus-agent-save-alist): Remove unused optional argument.
18569         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18570         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18571         (gnus-agent-set-local): A per-server file that keeps min/max range
18572         limits for articles known to the agent.  Provides a fast mechanism
18573         for altering many active ranges.
18574         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18575         active file (local makes it unnecessary).
18576         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18577
18578         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18579         (agent-enable-undownloaded-faces): Add.
18580
18581         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18582         disable it when sending to "nndraft:queue".
18583         (gnus-group-send-queue): Add safety check to avoid sending queue
18584         when unplugged.
18585
18586         * gnus-group.el (gnus-group-catchup): Use new
18587         gnus-sequence-of-unread-articles, not
18588         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18589         numbers of articles.  Use gnus-range-map to avoid having to
18590         uncompress the unread list.
18591         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18592         Fix invalid ange-ftp reference.
18593
18594         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18595         (gnus-sorted-range-intersection): Intersection of two ranges
18596         without requiring that they first be uncompressed.
18597
18598         * gnus-start.el (gnus-activate-group): Unless blocked by the
18599         caller, possibly expand the active range to include both cached
18600         and agentized articles.
18601         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18602         multiple version-dependent converters.
18603         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18604         gnus-agent-save-active.
18605         (gnus-save-newsrc-file): Save dirty agent range limits.
18606
18607         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18608         gnus-agent-possibly-alter-active.
18609         (gnus-adjust-marked-articles): Faster handling of simple lists.
18610
18611 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18612
18613         * spam-stat.el (spam-stat-test-directory): New optional argument
18614         displays a list of files detected.  Suggested by Andrew Cohen
18615         <cohen@andy.bu.edu>.
18616         (spam-stat-buffer-words-with-scores): Don't narrow and change
18617         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18618
18619 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18620
18621         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18622         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18623         (spam-spamassassin-arguments)
18624         (spam-spamassassin-spam-flag-header)
18625         (spam-spamassassin-positive-spam-flag-header)
18626         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18627         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18628         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18629         (spam-list-of-processors, spam-list-of-checks)
18630         (spam-list-of-statistical-checks, spam-registration-functions)
18631         (spam-check-spamassassin-headers, spam-check-spamassassin)
18632         (spam-spamassassin-score)
18633         (spam-spamassassin-register-with-sa-learn)
18634         (spam-spamassassin-register-spam-routine)
18635         (spam-spamassassin-register-ham-routine)
18636         (spam-assassin-register-spam-routine)
18637         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18638         (spam-bogofilter-score): Fix to show article before scoring.
18639
18640 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18641
18642         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18643         default scoring function.
18644         (spam-generic-score): Call spam-spamassassin-score if
18645         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18646         spam-bogofilter-score otherwise.
18647
18648         * gnus.el (spam-process, spam-autodetect-methods):
18649         Add spamassassin and spamassassin-headers.
18650
18651 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18652
18653         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18654         Suppress unnecessary messages.
18655
18656 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18657
18658         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18659         make-hash-table.
18660
18661 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * canlock.el (base64-encode-string): Don't autoload it.
18664
18665 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * run-at-time.el: Remove useless (require 'itimer),
18668         eval-and-compile and (featurep 'xemacs).
18669
18670 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18671
18672         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18673         GROUP is a virtual group.
18674
18675 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18676
18677         * gnus.el: Autoload `message-y-or-n-p'.
18678
18679 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18680
18681         * pgg-parse.el: Remove unnecessary (require 'custom).
18682
18683         * pgg-def.el: do.
18684
18685         * nnmail.el: do.
18686
18687         * gnus-undo.el: do.
18688
18689         * gnus-picon.el: do.
18690
18691         * gnus-util.el: do.
18692
18693 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18694
18695         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18696
18697 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18700         handle, as well as a list.
18701
18702         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18703         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18704         (mm-w3m-cid-retrieve): Simplify.
18705
18706 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18707
18708         * message.el (message-kill-to-signature): Allow prefix arg to
18709         specify number of lines to keep before signature.
18710
18711 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18712
18713         * message.el (message-kill-to-signature): Change docstring.
18714
18715 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18716
18717         * canlock.el: Always require sha1-el.
18718         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18719
18720         * message.el: Autoload sha1 only when compiling.
18721
18722         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18723         eudc-expand-inline for XEmacs.
18724
18725 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18726
18727         * message.el (message-canlock-generate): Require sha1-el.
18728
18729 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18730
18731         * message.el (message-expand-name): Silence the byte compiler.
18732
18733         * lpath.el: Add detect-coding-system.
18734
18735         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18736         cus-edit.
18737
18738 2004-01-13  Simon Josefsson  <jas@extundo.com>
18739
18740         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18741         Invoke gnus-score-mode.
18742         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18743
18744         * gnus-range.el (gnus-compress-sequence): Doc fix.
18745         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18746
18747 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18748
18749         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18750
18751 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18752
18753         * spam.el (spam-get-article-as-string): Update to use
18754         gnus-request-article-this-buffer, much simpler.
18755         (spam-get-article-as-buffer): Remove.
18756
18757 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18758
18759         * message.el (message-expand-name): Use EUDC if the user uses that.
18760
18761 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18762
18763         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18764         character for the encoding to avoid consing a string.
18765
18766         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18767         unnecessarily.
18768
18769         * mm-util.el (mm-replace-chars-in-string): Remove.
18770
18771         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18772         of mm-replace-chars-in-string.
18773
18774 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18775
18776         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18777
18778         * mm-util.el (mm-subst-char-in-string): Support inplace.
18779
18780         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18781         a new string in every iteration.  Use shy groups.
18782
18783 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18784
18785         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18786         * gnus-soup.el (gnus-soup-group-brew):
18787         * gnus-msg.el (gnus-put-message):
18788         * gnus-move.el (gnus-group-move-group-to-server):
18789         * gnus-kill.el (gnus-batch-score):
18790         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18791         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18792         (gnus-group-update-group, gnus-group-read-group)
18793         (gnus-group-make-group, gnus-group-make-help-group)
18794         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18795         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18796         (gnus-group-sort-by-unread, gnus-group-catchup)
18797         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18798         (gnus-group-yank-group, gnus-group-set-info)
18799         (gnus-group-list-groups):
18800         * gnus.el (gnus-generate-new-group-name):
18801         * gnus-delay.el (gnus-delay-send-queue):
18802         * nnvirtual.el (nnvirtual-catchup-group):
18803         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18804         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18805         (gnus-group-prepare-topics, gnus-topic-check-topology):
18806         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18807         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18808         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18809         (gnus-group-make-articles-read):
18810         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18811         (gnus-group-change-level, gnus-kill-newsgroup)
18812         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18813         (gnus-get-unread-articles, gnus-make-articles-unread)
18814         (gnus-make-ascending-articles-unread): Use accessor
18815         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18816         to get group information for improved readability.
18817
18818
18819 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18820
18821         * gnus-art.el (article-decode-mime-words, article-babel)
18822         (gnus-article-highlight-signature, gnus-article-add-buttons)
18823         (gnus-signature-toggle): Use gnus-with-article-buffer.
18824
18825         * gnus-art.el (gnus-article-highlight-headers)
18826         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18827
18828         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18829         (gnus-article-set-globals, gnus-request-article-this-buffer)
18830         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18831         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18832         (gnus-mime-display-alternative): Use with-current-buffer.
18833
18834 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18835
18836         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18837         also under 80 char limit, and call gnus-error if needed.
18838         (spam-fetch-article-header): Fix - it was a
18839         buffer-local variable (gnus-newsgroup-data).
18840         (spam-find-spam): Use spam-generate-fake-headers, forget about
18841         spam-insert-fake-headers.
18842         (spam-insert-fake-headers): Remove.
18843
18844 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18845
18846         * deuglify.el (gnus-article-outlook-unwrap-lines)
18847         (gnus-outlook-rearrange-article)
18848         (gnus-outlook-repair-attribution-outlook)
18849         (gnus-outlook-repair-attribution-block)
18850         (gnus-outlook-repair-attribution-other): Remove redundant
18851         save-excursion.
18852
18853 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18854
18855         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18856         (spam-fetch-field-subject-fast)
18857         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18858         (spam-fetch-article-header): Add functions to deal with Gnus
18859         internals for fast retrieval of article header data.
18860         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18861
18862 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18863
18864         * pop3.el (pop3-md5): Remove.
18865         (pop3-apop): Replace pop3-md5 with md5.
18866
18867         * mm-bodies.el: base64 is always built-in.
18868
18869         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18870         Use with-current-buffer.
18871
18872 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * canlock.el (canlock-insert-header): Remove excessive grouping in
18875         regexp.
18876
18877         * gnus-sum.el (gnus-summary-read-document): Ditto.
18878
18879         * gnus-uu.el (gnus-uu-part-number): Ditto.
18880
18881         * html2text.el (html2text-remove-tags): Ditto.
18882         (html2text-format-tags): Ditto.
18883         (html2text-format-single-elements): Ditto.
18884
18885         * mml.el (mml-parse-1): Ditto.
18886
18887 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18888
18889         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18890
18891         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18892
18893         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18894
18895         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18896
18897 2003-11-15  Simon Josefsson  <jas@extundo.com>
18898
18899         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18900         (pgg-gpg-lookup-key): Use regexp match instead of
18901         split-string (split-string is different between emacs 21.2 and
18902         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18903
18904 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18905
18906         * gnus-art.el (gnus-mime-view-all-parts)
18907         (gnus-article-part-wrapper, gnus-article-view-part):
18908         Use with-current-buffer.
18909
18910 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18911
18912         * spam.el (spam-disable-spam-split-during-ham-respool)
18913         (spam-spamoracle-database, spam-cache-lookups)
18914         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18915         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18916         (spam-group-ham-marks, spam-group-spam-marks)
18917         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18918         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18919         also add spam-use-blackholes to the statistical checks.
18920         (spam-fetch-field-fast): Add interface to fetching fields, may
18921         become a macro.
18922         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18923         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18924         (spam-insert-fake-headers): Fake an article when needed.
18925         (spam-find-spam): Fake article when possible.
18926         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18927         (spam-check-bogofilter-headers): Use message-fetch-field instead
18928         of nnmail-fetch-field.
18929
18930 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18931
18932         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18933
18934 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18935
18936         * spam.el (spam-split): Do not require spam-use-CHECK to be
18937         enabled if that check is passed to spam-split explicitly; also
18938         fix so 'spam doesn't get converted to spam-split-group when
18939         spam-split-symbolic-return is t.
18940         (spam-find-spam): Find registrations of the article and use those
18941         instead of re-running spam-split to find the spam/ham
18942         classification of the article.
18943         (spam-log-processing-to-registry, spam-log-registered-p)
18944         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18945         Use gnus-error instead of gnus-message.
18946         (spam-log-registration-type): Add function to determine the
18947         classification of a message based on registry entries; will
18948         return nil if both 'spam and 'ham are found.
18949         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18950         a reasonably fast local cache without the loading errors.
18951         (spam-cache-lookups): Set to t by default.
18952         (spam-find-spam): Don't try to guess spam-cache-lookups.
18953         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18954         spam-caches entry.
18955         (spam-filelist-build-cache, spam-filelist-check-cache):
18956         Fix caching of whitelist/blacklist entries.
18957         (spam-check-whitelist, spam-check-blacklist):
18958         Invoke spam-from-listed-p with a type, not a cache variable.
18959         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18960
18961 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18962
18963         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18964
18965         * nnmail.el (nnmail-split-fancy): do.
18966
18967         * mml.el (mml-parse): do.
18968
18969         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18970         (gnus-score-adaptive): do.
18971
18972 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18973
18974         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18975         (gnus-mime-button-map): Don't set keymap parent.
18976         (gnus-button-ctan-directory-regexp): Use shy grouping.
18977         (gnus-prev-page-map): Don't set keymap parent.
18978         (gnus-prev-page-map): Remove duplicated one.
18979         (gnus-next-page-map): Don't set keymap parent.
18980         (gnus-mime-security-button-map): Ditto.
18981
18982         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18983         version number.
18984
18985         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18986
18987 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18988
18989         * canlock.el (canlock-sha1-function): Remove.
18990         (canlock-sha1-function-for-verify): Remove.
18991         (canlock-openssl-program): Remove.
18992         (canlock-openssl-args): Remove.
18993         (canlock-ignore-errors): Remove.
18994         (canlock-sha1-with-openssl): Remove.
18995         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18996         (canlock-verify): Don't use canlock-ignore-errors.
18997
18998         * sha1-el.el (sha1-string-external): Make it can return a string
18999         in binary form.
19000         (sha1-region-external): Ditto.
19001         (sha1-string-internal): Ditto.
19002         (sha1-region-internal): Ditto.
19003         (sha1-region): Ditto.
19004         (sha1-string): Ditto.
19005         (sha1): Ditto.
19006
19007 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19008
19009         * spam.el (spam-report-articles-gmane): New command.
19010
19011 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19012
19013         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19014
19015         * run-at-time.el (run-at-time-saved): Remove.
19016         (run-at-time): Doc fix.
19017
19018 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19019
19020         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19021         (gnus-summary-limit-map): Add it.
19022         (gnus-summary-make-menu-bar): do.
19023
19024 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19025
19026         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19027         Make attempt at some caching support (done for BBDB only now).
19028         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19029         addresses to be checked.
19030         (spam-clear-cache-BBDB): Add function, to be invoked by
19031         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19032         (spam-check-BBDB): Check and use the caches, if
19033         spam-cache-lookups is on, remove superfluous (provide).
19034
19035 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19036
19037         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19038
19039 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19040
19041         * run-at-time.el (run-at-time-saved): Move to after the definition
19042         of `run-at-time'.
19043
19044         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19045
19046 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19047
19048         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19049         mm-w3m-local-map-property.
19050
19051         * mm-view.el (mm-w3m-mode-map): Remove.
19052         (mm-w3m-local-map-property): Remove.
19053         (mm-inline-text-html-render-with-w3m): Don't use
19054         mm-w3m-local-map-property.
19055
19056 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19057
19058         * run-at-time.el: New file.
19059
19060         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19061         under Emacs.
19062
19063         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19064         of gnus-set-text-properties.
19065
19066         * gnus-uu.el (gnus-uu-save-article): Ditto.
19067
19068         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19069
19070         * gnus-cite.el (gnus-cite-parse): Ditto.
19071
19072         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19073         of gnus-.
19074
19075         * gnus-xmas.el (run-at-time): Require run-at-time.
19076
19077         * gnus.el: Change calls to nnheader-run-at-time and
19078         password-run-at-time throughout to use run-at-time directly.
19079
19080         * password.el: Remove definition of run-at-time.
19081
19082         * nnheaderxm.el: Remove definition of run-at-time.
19083
19084 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19085
19086         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19087         in prompt.
19088
19089 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19090
19091         * messagexmas.el (message-xmas-redefine): Alias
19092         `message-make-caesar-translation-table' to
19093         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19094         version.
19095
19096         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19097         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19098         `gnus-xmas-set-text-properties'.
19099         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19100         `gnus-xmas-completing-read'.
19101         (gnus-xmas-completing-read): Removed.
19102         (gnus-xmas-open-network-stream): Removed.
19103
19104         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19105         XEmacs version.
19106
19107         * dns.el (dns-make-network-process): Use `open-network-stream'
19108         instead of `gnus-xmas-open-network-stream'.
19109
19110         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19111
19112         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19113
19114 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19115
19116         * gnus-art.el (gnus-mime-display-alternative)
19117         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19118         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19119         Don't use gnus-local-map-property.
19120
19121         * gnus-util.el (gnus-local-map-property): Remove.
19122
19123         * mm-view.el (mm-view-pkcs7-decrypt):
19124         Replace gnus-completing-read-maybe-default with completing-read.
19125
19126         * gnus-util.el (gnus-completing-read): do.
19127         (gnus-completing-read-maybe-default): Remove.
19128
19129 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19130
19131         * password.el: Only autoload `run-at-time' if not XEmacs.
19132         Only autoload the itimer functions if XEmacs.
19133
19134 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19135
19136         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19137         XEmacsen.
19138
19139         * dgnushack.el: Autoload executable-find for XEmacs.
19140
19141 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19142
19143         * gnus-art.el (gnus-read-string): Remove.
19144         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19145         read-string.
19146
19147 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19148
19149         * netrc.el: Autoload password-read.
19150         (netrc): Add configuration group.
19151         (netrc-encoding-method, netrc-openssl-path):
19152         Add variables for encoding and decoding of files with symmetric
19153         ciphers.
19154         (netrc-encode): Add assistant function to encode a file with
19155         netrc-encoding-method.
19156         (netrc-parse): Add interactive parameter, added optional
19157         decoding if netrc-encoding-method is non-nil but otherwise
19158         behavior is standard.
19159         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19160         Do s/encode/encrypt/ everywhere.
19161
19162         * spam.el: Remove executable-find autoload.
19163
19164 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19165
19166         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19167
19168         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19169
19170 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19171
19172         * gnus-art.el (gnus-treat-ansi-sequences)
19173         (article-treat-ansi-sequences): New variable and function.
19174         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19175
19176         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19177         Use it.
19178
19179 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19180
19181         * mm-util.el (mm-quote-arg): Remove.
19182
19183         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19184         shell-quote-argument.
19185
19186         * gnus-uu.el (gnus-uu-command): do.
19187
19188         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19189
19190         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19191         with make-char.
19192
19193         * mm-util.el (mm-make-char): Remove.
19194
19195         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19196         add-minor-mode.
19197
19198         * gnus-undo.el (gnus-undo-mode): do.
19199
19200         * gnus-topic.el (gnus-topic-mode): do.
19201
19202         * gnus-sum.el (gnus-dead-summary-mode): do.
19203
19204         * gnus-start.el (gnus-slave-mode): do.
19205
19206         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19207
19208         * gnus-ml.el (gnus-mailing-list-mode): do.
19209
19210         * gnus-gl.el (gnus-grouplens-mode): do.
19211
19212         * gnus-draft.el (gnus-draft-mode): do.
19213
19214         * gnus-dired.el (gnus-dired-mode): do.
19215
19216         * gnus-ems.el (gnus-add-minor-mode): Remove.
19217
19218         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19219         Replace gnus-char-width with char-width.
19220
19221         * gnus-ems.el (gnus-char-width): Remove.
19222
19223         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19224         Replace gnus-char-width with char-width.
19225
19226         * gnus-ems.el (gnus-char-width): Remove.
19227
19228         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19229         definition.
19230         Remove Emacs 20 hash table compatibility code.
19231
19232         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19233         20 compatibility code.
19234
19235         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19236
19237         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19238
19239         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19240         Replace with point-at-{eol,bol}.
19241
19242         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19243
19244         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19245
19246         * flow-fill.el (fill-flowed-point-at-bol)
19247         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19248
19249         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19250         Replace with point-at-{eol,bol} throughout all files.
19251
19252 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19253
19254         * ntlm.el (ntlm-string-as-unibyte): New macro.
19255         (ntlm-build-auth-response): Use it.
19256
19257         Remove Emacs 20 stuff:
19258         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19259         (butlast, mapc, remove): Remove the compiler macros.
19260         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19261         of delq and copy-sequence.
19262         * gnus-art.el (popup-menu): Remove the compiler macro.
19263         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19264         Emacs 20.
19265
19266 2004-01-05  Simon Josefsson  <jas@extundo.com>
19267
19268         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19269         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19270         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19271         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19272         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19273         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19274         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19275         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19276         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19277         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19278         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19279         string-xor into ntlm-string-xor.
19280         Suggested by Jesper Harder <harder@myrealbox.com>.
19281
19282         * ntlm.el: Don't include poem.
19283
19284         * md4.el (print-int32, print-string-hexa): Remove.
19285         Suggested by Jesper Harder <harder@myrealbox.com>.
19286
19287         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19288
19289         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19290         probably breaks emacs with DL patch, but do we care? Is anyone
19291         still using the DL stuff?)
19292
19293         * sieve-manage.el: Use the password package.
19294         (sieve-manage-read-passwd): Remove.
19295         (sieve-manage-interactive-login): Use password.  Re-add
19296         condition-case around loop.
19297
19298         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19299         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19300         Use the password package.
19301
19302 2003-02-19  Simon Josefsson  <jas@extundo.com>
19303
19304         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19305         token.
19306
19307 2002-08-07  Simon Josefsson  <jas@extundo.com>
19308
19309         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19310         (sieve-manage-authenticators):
19311         (sieve-manage-authenticator-alist): Add some SASL mechs.
19312         (sieve-sasl-auth): New function.
19313         (sieve-manage-cram-md5-auth):
19314         (sieve-manage-plain-auth): Rewrite using SASL library.
19315         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19316         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19317         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19318         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19319
19320 2004-01-05  Simon Josefsson  <jas@extundo.com>
19321
19322         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19323         New files.
19324
19325 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19326
19327         * gnus-group.el (gnus-no-groups-message): Update.
19328
19329         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19330
19331 2003-11-09  Simon Josefsson  <jas@extundo.com>
19332
19333         * imap.el: Support for ID IMAP extension (RFC 2971).
19334         (imap-local-variables): Add imap-id.
19335         (imap-id): New variable.
19336         (imap-id): New function.
19337         (imap-parse-response): Parse untagged ID response.
19338         * nnimap.el (nnimap-id): New variable.
19339         (nnimap-open-connection): Use it.
19340
19341 2003-12-28  Simon Josefsson  <jas@extundo.com>
19342
19343         * gnus-score.el (gnus-score-edit-all-score): New.
19344         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19345
19346 2004-01-04  Simon Josefsson  <jas@extundo.com>
19347
19348         * password.el: Add.
19349
19350 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19351
19352         * dns.el (dns-query-types): Fix typo.
19353         (dns-query-types): New function.
19354         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19355         PTR and SOA replies, see RFC 1035.
19356
19357 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19358
19359         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19360
19361         * Move to Changelog.2.
19362
19363 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19364
19365         * gnus.el (gnus-version-number): Bump version.
19366
19367 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19368
19369         * gnus.el: No Gnus v0.1 is released.
19370
19371 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19372
19373         * gnus.el: No Gnus v0.0 is released.
19374
19375 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19376
19377         * gnus.el (gnus-version-number): Bump.
19378         (gnus-version): No.
19379
19380 See ChangeLog.2 for earlier changes.
19381
19382     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19383       Free Software Foundation, Inc.
19384
19385   This file is part of GNU Emacs.
19386
19387   GNU Emacs is free software: you can redistribute it and/or modify
19388   it under the terms of the GNU General Public License as published by
19389   the Free Software Foundation, either version 3 of the License, or
19390   (at your option) any later version.
19391
19392   GNU Emacs is distributed in the hope that it will be useful,
19393   but WITHOUT ANY WARRANTY; without even the implied warranty of
19394   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19395   GNU General Public License for more details.
19396
19397   You should have received a copy of the GNU General Public License
19398   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19399
19400 ;; Local Variables:
19401 ;; coding: utf-8
19402 ;; fill-column: 79
19403 ;; add-log-time-zone-rule: t
19404 ;; End: