* nnheader.el (nnheader-update-marks-actions): Fix typo in last checkin.
[gnus] / lisp / ChangeLog
1 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
4         checkin.
5
6         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
7
8         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
9
10         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
11         'add and 'delete to set backend marks.
12
13         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
14
15         * nnheader.el (nnheader-update-marks-actions): Refactor out.
16
17         * nntp.el (nntp-request-set-mark): Use it.
18
19         * nnfolder.el (nnfolder-request-set-mark): Ditto.
20
21         * nnml.el (nnml-request-set-mark): Ditto.
22
23         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
24         introduces regressions in article selection.
25         (nnimap-find-uid-response): New function.
26         (nnimap-request-accept-article): Use the UID returned, if any.
27         (nnimap-request-move-article): Use the UID returned, if any.
28         (nnimap-get-groups): Reimplement to work with folded lines.
29         (nnimap-find-uid-response): The UID is the last element in the list.
30         (nnimap-request-set-mark): Extend syntax with 'set.
31
32         * nnml.el (nnml-request-set-mark): Ditto.
33
34         * nnfolder.el (nnfolder-request-set-mark): Ditto.
35
36         * nntp.el (nntp-request-set-mark): Ditto.
37
38 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
39
40         * message.el (message-called-interactively-p): A temporary macro.
41         (message-goto-body): Use it temporarily.
42
43 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
44
45         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
46         (nnimap-last-response-string): Unfold quoted lines, if they exist.
47         (nnimap-last-response-string): Fix last unfolding fix.
48
49 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * shr.el (shr-insert): Fix the way to fold lines.
52
53 2010-11-25  Julien Danjou  <julien@danjou.info>
54
55         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
56
57         * color.el: Rename from color-lab.el
58         (color-rgb->hex): Add.
59         (color-complement): Add.
60         (color-complement-hex): Add.
61
62         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
63
64 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * shr-color.el (shr-color-visible): Don't bug out if the colour names
67         don't exist.
68
69 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
70
71         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
72         assuming that article displaying or another mml-preview may be
73         interrupted for an error or for the like.
74
75         * shr.el (shr-get-background): Fix argument name.
76
77 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
78
79         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
80
81         * gnus-sum.el (gnus-summary-include-articles): New function.
82
83         * message.el (message-goto-body): called-interactively-p needs a
84         parameter, so use `any'.
85
86         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
87         clear marks before moving, since they're synced from the Gnus side
88         first.
89
90         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
91         (gnus-summary-move-article): Copy over all marks before moving, so that
92         IMAP doesn't think a new article has arrived.
93
94 2010-11-24  Julien Danjou  <julien@danjou.info>
95
96         * shr.el (shr-insert-background-overlay): Fix typo.
97         (shr-render-td): Copy the background before rendering.
98
99         * shr-color.el (shr-color-visible): Fix docstring.
100
101         * shr.el (shr-tag-table): Add bgcolor support.
102         (shr-render-td): Add bgcolor support.
103         (shr-get-background): Add.
104         (shr-insert-foreground-overlay): Use shr-get-background.
105
106         * message.el (message-goto-body): Use called-interactively-p.
107         (message-in-body-p): message-goto-body returns point.
108
109 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
110
111         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
112         Fixes something or other in Emacs 23, and is backwards compatible.
113
114         * message.el (message-goto-body): Remove the <#secure special-casing,
115         which is too special.
116
117         * shr.el (shr-parse-style): Drop !important from styles.
118
119 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
120
121         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
122         this function to return incorrect results when calling it with an
123         explicit article argument different from
124         (gnus-summary-article-number).
125
126 2010-11-24  Julien Danjou  <julien@danjou.info>
127
128         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
129         (shr-tag-body): Add background support.
130         (shr-descend): Add background support.
131         (shr-tag-title): Add.
132
133         * shr-color.el (shr-color-visible): Really return original background
134         if fixed.
135
136 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * shr.el (shr-color-check): Protect against non-existant colour names.
139
140 2010-11-24  Julien Danjou  <julien@danjou.info>
141
142         * color-lab.el: Require 'cl when compiling.
143
144         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
145
146         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
147         matched part.
148
149         * color-lab.el: Fix all expt calls to use float type.
150
151 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
152
153         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
154         expression to shr-color-check as is.
155
156         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
157
158         * color-lab.el: Add coding cookie.
159         (float-pi): Use eval-and-compile.
160
161         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
162         compiled for Emacsen having no `libxml-parse-html-region' support.
163
164 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
165
166         * shr.el (shr-insert-color-overlay): Split stuff like
167         "#444444 !important" to find the real colour.
168         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
169         parse <font color="red"> entries.
170
171 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
172
173         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
174         point when parsing headers.
175
176         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
177         is positioned properly when parsing headers.
178
179 2010-11-23  Julien Danjou  <julien@danjou.info>
180
181         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
182
183         * shr-color.el (shr-color->hexadecimal): Add support for color names.
184
185         * shr.el (shr-parse-style): Replace \n with space in style parsing.
186
187         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
188         shr-color-hue-to-rgb.
189         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
190
191 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
192
193         * shr.el (shr-color->hexadecimal): Autoload.
194         (shr-descend): Add color to all tags.
195
196 2010-11-22  Julien Danjou  <julien@danjou.info>
197
198         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
199         shr-color->hexadecimal.
200
201         * shr-color.el (shr-color->hexadecimal): Add converting functions for
202         RGB() or HSL() color representation.
203
204         * shr.el (shr-tag-font): Add.
205         (shr-tag-color-check): New function to get better colors.
206         (shr-tag-insert-color-overlay): Factorize code between tag-font and
207         tag-span.
208
209         * shr-color.el: New file.
210
211         * color-lab.el: New file.
212
213         * gnus-art.el (gnus-url-mailto): Do not downcase args.
214
215 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
216
217         * nnir.el: Fix typo in comments.
218         (nnir-run-imap): Simplify code. No need to reverse artlist.
219         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
220
221 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
222
223         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
224
225         * nnimap.el (nnimap-get-capabilities): Refactor out.
226         (nnimap-open-connection): Re-request capabilities after STARTTLS.
227
228 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
229
230         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
231         appearing when `mm-uu-hide-markers' is nil.
232
233 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * nnimap.el (nnimap-unselect-group): Make into its own function.
236         (nnimap-request-rename-group): Unselect group before renaming.
237         This had gotten lost somewhere.
238         (nnimap-request-accept-article): Keep track of examined groups, and
239         unselect the group before APPENDing to read-only groups.
240         (nnimap-request-move-article): Clear flags before moving so that they
241         can be re-set later.
242
243 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
246         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
247
248 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
249
250         * gnus-art.el (gnus-mime-display-single)
251         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
252         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
253         parameter.
254
255 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
256
257         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
258         (shr-table-vertical-line): New variable.
259         (shr-insert-table): Use it.
260
261 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
262
263         * gnus-html.el (gnus-html-wash-images): Don't display images if
264         gnus-inhibit-images is non-nil; register displayer for cid images.
265         (gnus-html-display-image): Work for cid image.
266         (gnus-html-insert-image): Allow arguments.
267         (gnus-html-put-image): Inhibit read-only.
268         (gnus-html-prefetch-images): Don't prefetch images if
269         gnus-inhibit-images is non-nil.
270
271 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
272
273         * shr.el (shr-put-image): Break lines when inserting big pictures.
274
275 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
276
277         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
278         sender, thanks Katsumi Yamaoka.
279
280 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
281
282         * nnir.el (nnir-run-imap): Reverse the article list for each group
283         rather than the whole list.
284
285 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * shr.el (shr-image-displayer): Protect function against non-existent
288         image source.
289
290         * gnus-art.el (gnus-inhibit-images): New user option.
291         (gnus-mime-display-single): Don't display image if it is non-nil.
292
293         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
294         gnus-inhibit-images.
295
296         * shr.el (shr-image-displayer): New function.
297         (shr-tag-img): Use it.
298
299 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
300
301         * mml2015.el (mml2015-epg-sign): Use From header.
302
303 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
304
305         * gnus-html.el (gnus-html-wash-images): Register a displayer.
306
307         * gnus-util.el (gnus-find-text-property-region): Return markers.
308
309         * shr.el (shr-tag-img): Put a displayer in the text property.
310
311         * gnus-util.el (gnus-find-text-property-region): New utility function.
312
313         * gnus-html.el (gnus-html-display-image): Make the alt optional.
314         (gnus-html-show-images): Remove.
315
316         * gnus-art.el (gnus-article-show-images): New, more general function.
317
318         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
319         image url text properties.
320
321         * shr.el: Ditto.
322
323         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
324         gnus-agent-auto-agentize-methods is set.  Which it isn't.
325
326 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
329         work for two or more articles.
330
331 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
334         divide an image that's in an html article to two or more when washing
335         non-ASCII characters in alt text of it.
336
337 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
338
339         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
340         smime-decrypt-region using function argument.
341         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
342
343         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
344
345         * smime.el (smime-decrypt-region): Catch it.
346
347 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
348
349         * smime.el (smime-mode-map): Move initialization into declaration.
350         (gnus-run-mode-hooks): Don't autoload.
351         (smime-mode): Use define-derived-mode.
352
353 2010-11-11  Glenn Morris  <rgm@gnu.org>
354
355         * smime.el (from): Restrict declaration to XEmacs.
356
357         * nnir.el (gnus-group-topic-name): Autoload.
358
359 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
360
361         * shr.el (shr-insert): Don't break long line if it is because of
362         kinsoku-bol characters in the line end.
363
364 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
365
366         * nnir.el (nnir-request-move-article): Fix to provide original group
367         and subject.
368         (nnir-warp-to-article): Don't fail on articles whose headers haven't
369         been retrieved.
370
371         * gnus-sum.el (gnus-summary-move-article): Use original group and
372         subject for virtual articles such as those in an nnir summary buffer.
373
374 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
375
376         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
377         least 21.5).
378
379         * smime.el (from): Declare it again for XEmacs.
380
381 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
382
383         * message.el (message-resend): Don't disable encoding unless it's
384         already encoded.
385
386         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
387         low-numbered articles.
388
389 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
390
391         * rfc2047.el (rfc2047-syntax-table): Simplify.
392
393         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
394
395         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
396         set-char-table-range for XEmacs.
397
398 2010-11-10  Glenn Morris  <rgm@gnu.org>
399
400         * time-date.el (time-to-seconds): Always an alias on Emacs,
401         never a real function.
402         (with-no-warnings): Remove compat stub, now unused.
403         (time-less-p): Doc fix.
404         (time-to-number-of-days): Simplify.
405
406         * smime.el (from): Remove unused declaration.
407
408         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
409         (gnus-float-time): On Emacs, always an alias.
410
411         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
412         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
413
414 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
415
416         * dgnushack.el: Don't use ignore-errors in the top level form since it
417         is unavailable in XEmacs even if cl is loaded.
418
419         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
420
421 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * shr.el (browse-url-mailto): Autoload.
424
425         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
426
427         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
428         regexp doesn't need quoting.
429
430 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
431
432         * message.el (message-subject-trailing-was-ask-regexp)
433         (message-subject-trailing-was-regexp): Match was: in addition to was.
434
435 2010-11-09  Glenn Morris  <rgm@gnu.org>
436
437         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
438         (nnbabyl-check-mbox): Use point-at-bol.
439
440 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
441
442         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
443
444         * message.el (message-mailto): New function.
445         (message-mailto): Should accept other parameters.
446         (message-mailto): Remove since it duplicates browse-url-mailto
447         functionality.
448
449 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
450
451         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
452         methods.
453         (gnus-read-active-file): Ditto.
454
455         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
456         ": " from the prompt.
457         (gnus-group-make-group): Ditto.
458
459 2010-11-07  Glenn Morris  <rgm@gnu.org>
460
461         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
462         (gnus-bookmark-kill-line): Use point-at-eol.
463
464 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
465
466         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
467         asterisks in From header.
468
469 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
470
471         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
472         string to avoid making the From headers syntactically invalid.
473
474         * message.el (message-send-mail): Don't insert courtesy messages if the
475         message already has List-Post and List-ID messages.
476
477 2010-11-06  Glenn Morris  <rgm@gnu.org>
478
479         * gnus-art.el (gnus-treat-article): Give dynamic local variables
480         `condition', `type', `length' a prefix.
481         (gnus-treat-predicate): Update for above name changes.
482
483 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
484
485         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
486         binding.  Handled by `gnus-summary-refer-thread' instead.
487         (nnir-warp-to-article): New backend function.
488
489         * nnimap.el (nnimap-request-thread): Force dependency updating.
490
491         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
492         (gnus-summary-refer-thread): Rework to improve thread-referral.
493
494         * gnus-int.el (gnus-warp-to-article): New function.
495
496         * gnus-sum.el (gnus-summary-article-map): Bind it.
497
498 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
499
500         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
501         gnus-summary-refer-thread.
502
503         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
504         headers.
505         (gnus-summary-limit-include-thread): Prevent articles in thread from
506         being cut in gnus-cut-threads.
507         (gnus-summary-refer-thread): Limit retrieved headers to those in
508         thread.
509
510 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * message.el (message-send-mail): Use the value of
513         message-courtesy-message from the message buffer.
514
515         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
516
517         * shr.el (shr-browse-url): Implement mailto: URLs.
518
519         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
520         "raw".
521
522         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
523         if it's already selected.
524
525         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
526
527 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
530         to measure the length and truncate alt text.
531
532 2010-11-03  Glenn Morris  <rgm@gnu.org>
533
534         * nndiary.el (nndiary-generate-nov-databases-1)
535         (nndiary-generate-active-info): Rename dynamic variable `files' to
536         something less generic.
537
538 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
539
540         * nnir.el (nnir-request-move-article): Call the underlying backend to
541         move articles from nnir.
542
543 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
544
545         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
546
547 2010-11-02  Julien Danjou  <julien@danjou.info>
548
549         * nnir.el: Remove wais support.
550
551 2010-11-02  Glenn Morris  <rgm@gnu.org>
552
553         * gnus-html.el: Reorder requirements to quieten compiler.
554
555 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
556
557         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
558         properly for XEmacs as well.
559         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
560         (gnus-article-natural-long-line-p): Use window-width rather than
561         frame-width.
562
563 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
564
565         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
566         (nnir-read-parms): Don't modify query.
567         (nnir-run-query): Add ability to search topic on current line.
568         (nnir-get-active): Clean up.
569
570 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
571
572         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
573         degenerate articles.
574
575         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
576         (gnus-print-buffer): Just print the buffer as is, without any copying
577         to a buffer and then re-highlighting.
578
579         * nnimap.el (nnimap-request-group): Store the new updated info.
580         (nnimap-request-group): Select the group when we don't know whether it
581         exists or not.
582
583         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
584         groups.
585
586         * gnus-group.el (gnus-group-find-new-groups): Display all the new
587         groups.
588
589         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
590         groups.
591
592         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
593         long-lines case by only filling the long lines.
594
595         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
596         (bug #7311).
597
598 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
599
600         * shr.el: No need to declare `declare-function' since shr.el is for
601         only Emacsen that provide `libxml-parse-html-region'.
602
603         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
604         effective only in a file it is referred to.
605
606 2010-11-01  Glenn Morris  <rgm@gnu.org>
607
608         * mm-util.el (gnus-completing-read): Autoload.
609         (mm-read-coding-system): Simplify Emacs definition.
610
611         * nnmail.el (gnus-activate-group):
612         * nnimap.el (gnutls-negotiate):
613         * nntp.el (netrc-parse): Fix declarations.
614
615 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
616
617         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
618         string-match-p in Emacs >=23.
619
620         * gnus-msg.el (gnus-configure-posting-styles)
621         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
622
623 2010-11-01  Glenn Morris  <rgm@gnu.org>
624
625         * nnir.el (declare-function): Add compat stub.
626         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
627         (nnir-run-gmane): Require 'mm-url.
628
629         * mm-util.el (mm-string-to-multibyte): Simplify.
630
631         * shr.el (declare-function): Add compat stub.
632         (url-cache-create-filename): Declare.
633         (mm-disable-multibyte, widget-convert-button): Autoload.
634
635         * smime.el (ldap-search): Declare.
636         (smime-cert-by-ldap-1): Require ldap on Emacs.
637
638         * nnimap.el: Require nnmail, and gnus-sum when compiling.
639         (nnimap-keepalive): Use gnus-float-time.
640
641         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
642         (mail-source-delete-crash-box): Use gnus-float-time.
643
644         * gnus-dired.el (gnus-completing-read): Autoload.
645
646         * mm-view.el (gnus-rescale-image): Autoload.
647
648         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
649
650         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
651
652         * sieve-manage.el: Require 'cl when compiling.
653
654         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
655         (gnus-iswitchb-completing-read): Require iswitchb.
656         (gnus-select-frame-set-input-focus): Silence compiler.
657
658 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
659
660         * message.el (message-subject-trailing-was-query): Change default to t,
661         since I think that's what most people want.
662
663         * nnimap.el (nnimap-request-accept-article): Erase buffer before
664         appending for easier debugging.
665         (nnimap-wait-for-connection): Take a regexp.
666         (nnimap-request-accept-article): Wait for the continuation line before
667         sending anything unless we're streaming.
668
669         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
670         leave the header washing to take place.
671
672 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
673
674         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
675         regular expression match and replace in posting styles.
676
677 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
678
679         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
680         an entire server.
681         (nnir-get-active): New function.
682         (nnir-run-imap): Use it.
683         (nnir-run-gmane): Who knew, gmane search returns an article score!
684
685         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
686         server on the current line with nnir.
687
688 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
689
690         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
691         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
692         left edge.
693         (gnus-article-foldable-buffer): Skip past the prefix when determining
694         raggedness.
695
696         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
697         the raw article, and change `C-u g' to show the article without doing
698         treatments.
699
700         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
701         on to `gnus-treat-article'.
702         (gnus-inhibit-article-treatments): New variable.
703
704         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
705
706         * gnus-art.el (gnus-treatment-function-alist): Have
707         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
708         (gnus-treat-fill-long-lines): Change default to fill all text/plain
709         sections.
710
711         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
712         parameter.
713         (gnus-article-fill-cited-long-lines): New function.
714         (gnus-article-fill-cited-article): Allow filling only long sections.
715
716         * shr.el (shr-find-fill-point): Don't break lines between punctuation
717         and non-punctuation (like after the apostrophe in "'We").
718
719         * gnus-sum.el (gnus-summary-select-article): Make sure
720         gnus-original-article-buffer is alive.
721
722         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
723         reflect the order they're in in the digest.
724
725         * gnus.el (gnus-group-startup-message): Move point to the start of the
726         buffer.
727
728         * nnimap.el (nnimap-capability): New function.
729         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
730         is set.
731
732 2010-10-31  David Engster  <dengste@eml.cc>
733
734         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
735         conform with changes to gnus-completing-read.
736
737 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * shr.el (shr-tag-img): Output "*" instead of "[img]".
740
741 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
742
743         * nnir.el: Move defvar, defcustom around to keep file organized
744         and keep byte-compiler quiet.
745         (nnir-read-parms): Accept search-engine as arg.
746         (nnir-run-query): Pass search-engine as arg.
747         (nnir-search-engine): Remove.
748
749 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * shr.el (shr-generic): The text nodes should be text, not :text.
752
753         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
754         later in the file.
755
756 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
757
758         * nnir.el: General clean up.  Allow searching with multiple engines.
759         Allow separate extra-parameters for each engine.
760         Batch queries when possible.
761         (nnir-imap-default-search-key,nnir-method-default-engines):
762         Add customize interface.
763         (nnir-run-gmane): New engine.
764         (nnir-engines): Use it.  Qualify all prompts with engine name.
765         (nnir-search-engine): Remove global variable.
766         (nnir-run-hyrex): Restore for now.
767         (nnir-extra-parms,nnir-search-history): New variables.
768         (gnus-group-make-nnir-group): Use them.
769         (nnir-group-server): Remove in favor of gnus-group-server.
770         (nnir-request-group): Avoid searching twice.
771         (nnir-sort-groups-by-server): New function.
772
773 2010-10-30  Julien Danjou  <julien@danjou.info>
774
775         * gnus-group.el: Remove gnus-group-fetch-control.
776
777         * gnus-start.el (gnus-find-new-newsgroups):
778         Remove gnus-check-first-time-used.
779
780         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
781
782 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
783
784         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
785         set on groups that don't have \* permanentflags.
786
787 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
790         control the background color.
791         (shr-tag-img): Ignore very small web bug type images.
792         (shr-put-image): Add help-echo alt texts to the images.
793         (shr-tag-video): Show the video poster image.
794
795 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
796
797         * shr.el (shr-table-depth): New variable.
798         (shr-tag-table-1): Only insert the images after the top-level table.
799
800         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
801
802         * gnus-util.el (gnus-list-memq-of-list): New function.
803
804         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
805         selected.
806         (nnimap-unsplittable-articles): New slot.
807         (nnimap-new-articles): Use it.
808
809 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
810
811         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
812         move to the previous line on `M-g'.
813
814 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
817         *-request-group, which seems unnecessary.
818
819         * nnimap.el (nnimap-quote-specials): Function copied over from
820         imap.el.
821         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
822         they support that.  Suggested by Tom Regner.
823
824 2010-10-29  Julien Danjou  <julien@danjou.info>
825
826         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
827         defalias.
828         (gnus-summary-delete-marked-with): Remove obsolete defalias.
829
830         * gnus.el: Remove `gnus-nntp-service' variable.
831         (gnus-secondary-servers): Make obsolete.
832         (gnus-nntp-server): Make obsolete.
833
834         * gnus-start.el (gnus-1): Remove x-splash calls.
835
836         * gnus-ems.el (gnus-x-splash): Remove.
837
838         * gnus.el (gnus-group-startup-message): Simplify/update code.
839
840         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
841         definition.
842
843         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
844         capability before doing anything.
845         (gnus-group-insert-group-line): Remove useless
846         gnus-group-remove-excess-properties.
847
848 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
851
852 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
853
854         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
855         config after reselecting.
856
857 2010-10-28  Julien Danjou  <julien@danjou.info>
858
859         * shr.el (shr-put-image): Use point even if only inserting text.
860         (shr-put-image): Save excursion when inserting alt text on non-graphic
861         display, so the behaviour is the same when we are on a graphic display.
862
863         * nnir.el (nnir-run-swish-e): Remove hyrex support.
864
865 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
866
867         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
868         (gnus-mime-copy-part): Check coding system, not charset.
869         (gnus-mime-view-part-externally): Never remove part.
870         (gnus-mime-view-part-internally): Don't remove part here.
871         (gnus-article-part-wrapper): Make sure MIME tag is visible.
872         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
873         multipart/alternative.
874
875         * mm-decode.el (mm-display-part): Take optional arg `force'.
876
877 2010-10-26  Julien Danjou  <julien@danjou.info>
878
879         * gnus-group.el (gnus-group-default-list-level): Add this function to
880         compute the default list level.
881         (gnus-group-default-list-level): Add possibility to use a function.
882
883 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
884
885         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
886
887         * gnus-group.el (gnus-group-completing-read)
888         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
889         gnus-replace-in-string.
890
891 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
892
893         * shr.el (shr-tag-div): Add.
894
895         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
896
897 2010-10-25  Julien Danjou  <julien@danjou.info>
898
899         * gnus-util.el: Remove `gnus-with-local-quit'.
900
901         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
902
903 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
906         the original article buffer.
907
908 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
909
910         * nnimap.el (nnimap-request-head): New function.
911         (nnimap-request-move-article): Try to be slighly faster by not
912         requesting the entire message when moving.
913         (nnimap-transform-headers): Don't bug out on bodiless articles.
914         (nnimap-send-command): Have no outstanding messages if the IMAP server
915         doesn't support streaming.
916         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
917
918 2010-10-24  Julien Danjou  <julien@danjou.info>
919
920         * message.el (message-default-headers): Fix type.
921
922 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
923
924         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
925         prefetching images.
926
927         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
928         backend for unknown groups.  This is mainly useful for nnimap groups.
929
930         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
931         group isn't covered by the agent.
932
933 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
934
935         * nnir.el (nnir-method-default-engines): New variable.
936         (nnir-run-query): Use it.
937         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
938         (gnus-summary-nnir-goto-thread): Change group if needed.
939
940         * gnus-group.el (gnus-group-group-map): Add key binding for
941         gnus-group-make-nnir-group.
942
943 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
944
945         * shr.el (shr-tag-object): Add.
946
947         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
948         original article buffer live.
949         (gnus-summary-select-article-buffer):
950         Mention gnus-widen-article-buffer.
951
952 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
953
954         * shr.el (shr-tag-strong): Add.
955
956 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
959         group names.  They mess up the group buffer badly.
960
961         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
962
963         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
964         instead of the summary one.
965
966 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
967
968         * mml.el (mml-preview): Work properly when editing article.
969
970         * gnus-start.el (gnus-read-active-file-1): Don't add method to
971         gnus-have-read-active-file if it's already been in.
972
973 2010-10-22  Tom Tromey  <tromey@redhat.com>
974
975         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
976         gnus-group-completing-read.
977
978 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
979
980         * message.el (message-mode-map): Don't bind M-; to comment region, to
981         allow the global comment-dwim to work.
982
983 2010-10-21  Julien Danjou  <julien@danjou.info>
984
985         * message.el (message-setup-1): Allow message-default-headers to be a
986         function.
987
988 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * shr.el (shr-tag-table): Simplify.
991
992 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
993
994         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
995         to avoid trying to snarf invalid stuff.
996
997         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
998
999         * gnus.el (gnus-message-archive-group): Quote value.
1000         (gnus-message-archive-group): Mark as changed.
1001
1002         * shr.el (shr-add-font): Don't put the font properties on the newline
1003         or the indentation.
1004
1005         * message.el (message-fix-before-sending): Change options when sending
1006         non-printable characters.
1007
1008         * gnus.el (gnus-message-archive-method): Change the default to
1009         monthly outgoing groups.
1010
1011         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
1012         that have gotten new numbers.
1013
1014         * nnimap.el (nnimap-request-replace-article): New function.
1015
1016 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1017
1018         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
1019         (nnrss-request-article): Don't use special html washing code.
1020
1021 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * shr.el (shr-tag-table): Remove useless nconc.
1024
1025 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1026
1027         * gnus-art.el (article-wash-html): Simplify and remove the charset
1028         stuff.  Use the normal html rendering code instead of the special html
1029         washing code.
1030
1031         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1032         `gnus-w3m' symbols.
1033         (mm-text-html-washer-alist): Remove.
1034
1035         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1036         (mm-inline-media-tests): Remove use.
1037         (mm-text-html-renderer): Change default to the `shr' symbol.
1038
1039         * mm-view.el (mm-inline-text-html): Remove use.
1040
1041         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1042         `gnus-blocked-images' to be a function.
1043         (gnus-article-wash-function): Remove.
1044
1045 2010-10-20  Julien Danjou  <julien@danjou.info>
1046
1047         * spam.el (spam-list-of-processors): Mark as obsolete.
1048
1049         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1050         (nnimap-insert-partial-structure): Fix boundary detection.
1051
1052 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1053
1054         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1055         run file-truename on remote files.  This can be expensive and even
1056         prevent one from editing drafts if some unrelated buffer has a stale
1057         connection.
1058
1059 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1062         kinsoku-eol regardless of shr-kinsoku-shorten.
1063         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1064         (shr-tag-table): Support caption, thead, and tfoot.
1065
1066 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1067
1068         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1069         lines.
1070         (shr-save-contents): New command and keystroke.
1071
1072         * nndoc.el (nndoc-type-alist): Add git support.
1073         (nndoc-git-type-p): New function.
1074         (nndoc-transform-git-article): Ditto.
1075         (nndoc-transform-git-headers): Ditto.
1076         (nndoc-transform-git-headers): Generate Subject headers.
1077
1078         * shr.el (shr-parse-style): New function.
1079         (shr-tag-span): Ditto.
1080
1081         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1082         to `G G' to avoid collisions.
1083
1084 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1085
1086         * shr.el: Load kinsoku if necessary.
1087         (shr-kinsoku-shorten): New internal variable.
1088         (shr-find-fill-point): Make kinsoku shorten text line if
1089         shr-kinsoku-shorten is bound to non-nil.
1090         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1091         shr-indentation too when testing if table is wider than frame width.
1092         (shr-insert-table): Use `string-width' instead of `length' to measure
1093         text width.
1094         (shr-insert-table-ruler): Make sure indentation is done at bol.
1095
1096 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1097
1098         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1099         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1100         undecoded network data.
1101
1102 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1105         name in the mode line spec so that the mode line menu works
1106         (bug #2431).
1107
1108         * message.el (message-get-reply-headers): If we're fed `to-address',
1109         then always use that.
1110
1111         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1112         aren't so wide as to need to switch off the edit menu.
1113
1114         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1115         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1116
1117         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1118         `M-g'.
1119         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1120         the permanent marks.
1121
1122 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1123
1124         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1125         Splitting according to references/in-reply-to obeys the ignore-groups
1126         variable, while splitting by sender and subject do not.
1127
1128 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1129
1130         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1131         alist, so that we can look for non-Unicode chars.
1132         (article-translate-strings): Allow both character and string maps.
1133
1134 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1135
1136         * shr.el (shr-insert): Don't insert space behind a wide character
1137         categorized as kinsoku-bol, or between characters both categorized as
1138         nospace.
1139
1140 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1141
1142         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1143         headers to gnus-newsgroup-headers.
1144
1145 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1146
1147         * shr.el (shr-tag-img): Don't align images -- since we're not
1148         rescaling, this often leads to ugly displays.
1149
1150 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1151
1152         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1153         duplicates.
1154
1155 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1156
1157         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1158         call.
1159
1160 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * gnus.el: Autoload gnus-html-show-images.
1163
1164         * nnimap.el: Use nnheader-message throughout.
1165
1166         * shr.el (shr-tag-img): Ignore images with no data.
1167
1168 2010-10-15  Julien Danjou  <julien@danjou.info>
1169
1170         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1171         a possibility to disable format=flow encoding when using hard newlines.
1172
1173 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1174
1175         * shr.el (shr-insert): Remove space inserted before or after a
1176         breakable character or at the beginning or the end of a line.
1177         (shr-find-fill-point): Do kinsoku; find the second best point or give
1178         it up if there's no breakable point.
1179
1180 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * nnimap.el (nnimap-open-connection): Message when opening connection
1183         for debugging purposes.
1184
1185         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1186         on every setup buffer call to allow this to change from article to
1187         article.
1188
1189         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1190         buffers where we have a wide table.
1191
1192 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1193
1194         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1195         uses *-request-thread.
1196
1197 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1198
1199         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1200         incantation, which is no longer valid.
1201
1202 2010-10-14  Julien Danjou  <julien@danjou.info>
1203
1204         * shr.el: Fix defcustom type (char -> character).
1205
1206 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1207
1208         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1209         programs.
1210
1211 2010-10-14  Julien Danjou  <julien@danjou.info>
1212
1213         * shr.el (shr-tag-a): Use url-link as widget type.
1214
1215         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1216         `gnus-group-get-icon'.
1217
1218 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1221         This should make server editing work better.
1222
1223         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1224
1225         * tls.el (tls-program): Remove spurious %s from openssl.
1226
1227         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1228         (nnimap-parse-flags): Fix regexp.
1229
1230         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1231         probably work for CJVK text, too.
1232
1233         * nnimap.el (nnimap-extend-tls-programs): Remove.
1234         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1235
1236         * tls.el (tls-starttls-switches): Remove starttls hack.
1237         (open-tls-stream): Ditto.
1238         (tls-find-starttls-argument): Ditto.
1239
1240 2010-10-13  Julien Danjou  <julien@danjou.info>
1241
1242         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1243         responses.
1244
1245 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1248
1249         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1250         anything in Emacs.
1251
1252         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1253
1254 2010-10-13  Julien Danjou  <julien@danjou.info>
1255
1256         * shr.el (shr-width): Make shr-width a defcustom with default to
1257         fill-column.
1258         (shr-tag-img): Use shr-width rather than fill-column.
1259
1260 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1261
1262         * dgnushack.el (byte-optimize-apply)
1263         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1264
1265         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1266         position when (X-)Faces exist.
1267         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1268         avatars when called interactively.
1269
1270 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1271
1272         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1273         gnus-article-x-face-too-ugly is bound.
1274
1275 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1276
1277         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1278
1279         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1280         mailbox that doesn't exist.
1281
1282 2010-10-12  Julien Danjou  <julien@danjou.info>
1283
1284         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1285         (shr-get-image-data): Encode URL properly when fetching from cache.
1286         (shr-tag-img): Use aligned-to spaces to align correctly images.
1287
1288         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1289         before inserting the Gravatar.
1290
1291         * shr.el (shr-tag-img): Add align attribute support for <img>.
1292
1293 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1294
1295         * gnus-gravatar.el (gnus-art): Require.
1296
1297         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1298         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1299         Remove long obsoleted functions.
1300
1301 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1302
1303         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1304
1305         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1306
1307         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1308         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1309         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1310         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1311         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1312         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1313         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1314
1315 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316
1317         * nnimap.el (nnimap-request-rename-group): Select group read-only
1318         before renaming it.
1319
1320         * shr.el (shr-insert): Fix up the white space only regexp.
1321
1322         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1323         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1324
1325         * shr.el (shr-current-column): New function.
1326         (shr-find-fill-point): New function.
1327
1328 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1329
1330         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1331         numbers.
1332
1333 2010-10-11  Julien Danjou  <julien@danjou.info>
1334
1335         * shr.el (shr-hr-line): Add.
1336         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1337         display hr lines.
1338         (shr-max-columns): Do not change state to nil if we just inserting
1339         spaces.
1340
1341 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1342
1343         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1344         select the last group.
1345
1346 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1347
1348         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1349
1350 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1351
1352         * dig.el (dig-mode-map): Declare and define in one step.
1353
1354 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1357         for Gnus.
1358         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1359         (nnimap-update-qresync-info): Mark \Seen articles as read.
1360
1361         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1362         non-variable, too.
1363
1364         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1365         available.
1366         (nnimap-update-info): Rely more on the current active than the param
1367         active to avoid marking articles as read too much.
1368
1369         * auth-source.el (auth-source-create): Use (user-login-name) for the
1370         user name default.
1371
1372         * nnimap.el (nnimap-update-info): If the server doesn't return any
1373         useful info, just use the previous info.
1374         (nnimap-update-info): Prefer old info over start-article.
1375         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1376
1377 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1378
1379         * nnir.el (autoload): Clean up autoloads.
1380         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1381         Use key rather than value.
1382         (nnir-imap-search-other): New variable.
1383         (nnir-read-parm): Use it.
1384         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1385         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1386
1387 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1388
1389         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1390         the process, too.
1391
1392 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1393
1394         * spam.el (gnus-summary-mode-map): Bind to "$".
1395         Suggested by Russ Allbery.
1396
1397         * shr.el: Rework the way things are indented by <li> slightly.
1398
1399         * gnus.el (gnus-group-set-parameter): Fix typo.
1400
1401         * nnimap.el: Start implementing QRESYNC support.
1402
1403 2010-10-09  Julien Danjou  <julien@danjou.info>
1404
1405         * nnir.el (nnir-engines): Fix too many arguments.
1406
1407 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1408
1409         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1410         group is the "last", so that the backends like nnfolder actually save
1411         their folders.
1412
1413         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1414         try to use that for the tls stream.
1415         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1416         UIDVALIDITY and find out which groups are read-only and not.
1417         (nnimap-get-flags): Use the same marks parsing code as the rest of
1418         nnimap.
1419
1420 2010-10-09  Julien Danjou  <julien@danjou.info>
1421
1422         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1423
1424         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1425         retrieving gravatars.
1426
1427         * shr.el (shr-table-corner): Add.
1428         (shr-table-line): Add.
1429         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1430
1431 2010-10-08  Julien Danjou  <julien@danjou.info>
1432
1433         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1434
1435 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1436
1437         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1438
1439         * gnus-sum.el (gnus-mark-article-as-unread)
1440         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1441         (gnus-summary-set-bookmark): Use it.
1442
1443         * gnus-msg.el (gnus-setup-message): Use it.
1444
1445         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1446
1447         * gnus.el (gnus-group-remove-parameter): Use it.
1448
1449         * gnus-group.el (gnus-group-make-web-group): Use it.
1450
1451         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1452
1453         * nnregistry.el: Update docs to mention manual.
1454
1455         * gnus-registry.el: Update docs to mention nnregistry.el.
1456         (gnus-registry-initialize): Don't install nnregistry refer method
1457         automatically.
1458         (gnus-registry-install-nnregistry): Remove it.
1459
1460 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * shr.el (shr-insert): Don't insert double spaces.
1463
1464 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1465
1466         * gnus-gravatar.el (gnus-treat-from-gravatar)
1467         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1468         called interactively.
1469
1470         * gnus-art.el (gnus-mime-view-part-externally)
1471         (gnus-mime-view-part-internally): Make predicate function passed to
1472         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1473         of a mime type.
1474
1475         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1476
1477 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * shr.el (require): Require cl when compiling.
1480         (shr-tag-hr): New function.
1481
1482         * nnimap.el (nnimap-update-info): Remove double setting of high.
1483         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1484         This makes nnimap work properly on Courier again.
1485
1486         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1487         the variable for backwards compatability.
1488
1489         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1490         the file name before using to avoid setting mm-default-directory to
1491         nil.
1492
1493         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1494         bidning gnus-agent variables.
1495
1496         * shr.el (shr-render-td): Use a cache for the table rendering function
1497         to avoid getting an exponential rendering behaviour in nested tables.
1498         (shr-insert): Rework the line-breaking algorithm.
1499         (shr-insert): Don't leave trailing spaces.
1500         (shr-insert-table): Also insert empty TDs.
1501         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1502
1503 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1504
1505         * gnus-sum.el (gnus-number): Rename from `number'.
1506         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1507         (gnus-summary-limit-children): Update uses correspondingly.
1508
1509 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1510
1511         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1512         (gnus-gravatar-transform-address): Don't show avatars of people of
1513         which mail addresses match gnus-gravatar-too-ugly.
1514
1515 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516
1517         * shr.el (shr-table-widths): Expand TD elements to fill available
1518         space.
1519
1520 2010-10-07  Julien Danjou  <julien@danjou.info>
1521
1522         * nnimap.el (nnimap-request-rename-group): Add this method.
1523
1524 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1525
1526         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1527         name from XEmacs' function-arglist.
1528
1529         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1530         gravatar under XEmacs.
1531
1532 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1533
1534         * auth-source.el: Update docs with TODO items.
1535
1536         * gnus-sync.el: Update docs to explain state and plans.
1537
1538         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1539         Hooks for mark updates.
1540         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1541
1542         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1543         hooks with arguments, which is needed for mark update hooks.
1544
1545 2010-10-06  Julien Danjou  <julien@danjou.info>
1546
1547         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1548         was matched.
1549
1550         * sieve-manage.el: Update example in `Commentary'.
1551
1552         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1553
1554         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1555         not 2000.
1556         (sieve-manage-authenticate): Re-add function.
1557
1558 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1559
1560         * shr.el (shr-insert): Get 'space transition right.
1561         (shr-render-td): Only delete space at the end of the TD.
1562
1563         * nnimap.el (nnimap-open-connection): Prepare to support
1564         open-gnutls-stream.
1565
1566         * shr.el: Rearrange function order to be more logical.
1567
1568 2010-10-06  Julien Danjou  <julien@danjou.info>
1569
1570         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1571         (nnrss-discover-feed): Remove 404 URL in docstring.
1572
1573         * nnir.el: Fix Swish-E URL.
1574         Fix Namazu URL.
1575
1576         * message.el (message-change-subject): Remove 404 URL in a comment.
1577
1578 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1579
1580         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1581         called interactively.
1582
1583         * gnus-util.el (gnus-remove-if): Allow hash table.
1584         (gnus-remove-if-not): New function.
1585
1586         * gnus-art.el (gnus-mime-view-part-as-type)
1587         * gnus-score.el (gnus-summary-score-effect)
1588         * gnus-sum.el (gnus-read-move-group-name):
1589         Replace remove-if-not with gnus-remove-if-not.
1590
1591         * gnus-group.el (gnus-group-completing-read):
1592         Regard collection as a hash table if it is not a list.
1593
1594 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1595
1596         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1597
1598         * shr.el: Document the table-rendering algorithm.
1599
1600 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1601
1602         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1603         for Emacsen having no `libxml-parse-html-region' support.
1604
1605 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1606
1607         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1608         invalid URLs.
1609
1610         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1611         line-broken.
1612         (shr-tag-img): Ignore image fetching errors.
1613         (shr-overlays-in-region): Compute overlay positions correctly.
1614
1615         * mm-decode.el (mm-shr): Require shr.
1616
1617         * gnus-art.el (gnus-blocked-images): Move variable here.
1618
1619         * shr.el (shr-insert-table): Bind free variable.
1620
1621         * mm-decode.el (mm-shr): Bind shr-content-function.
1622
1623         * shr.el (shr-content-function): New variable.
1624
1625         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1626         added for symmetry.
1627
1628         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1629
1630         * gnus-group.el (gnus-group-make-group): Doc fix.
1631
1632         * nnimap.el (nnimap-request-newgroups): Return success.
1633
1634         * shr.el (shr-find-elements): New function.
1635         (shr-tag-table): Put all the images after the table.
1636         (shr-tag-table): Really inhibit images inside the table.
1637         (shr-collect-overlays): Copy over overlays from the TD elements to the
1638         main document.
1639
1640         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1641         gnus-blocked-images.
1642
1643 2010-10-05  Julien Danjou  <julien@danjou.info>
1644
1645         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1646
1647         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1648         (gnus-html-maximum-image-size): Add this function.
1649         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1650
1651         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1652         server-value of the capability is nil.
1653
1654 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1655
1656         * shr.el (shr-tag-em): Add <EM> tag.
1657
1658 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1659
1660         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1661         customizable.
1662
1663         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1664         handing broken links to browse-url.
1665
1666 2010-10-05  Julien Danjou  <julien@danjou.info>
1667
1668         * gnus-util.el (gnus-emacs-completing-read)
1669         (gnus-iswitchb-completing-read): Use autoload rather than require.
1670
1671 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1672
1673         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1674         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1675         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1676         iswitchb-temp-buflist for XEmacs.
1677
1678         * gnus-util.el (gnus-completing-read-function): Exclude
1679         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1680         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1681         XEmacs.
1682
1683         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1684         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1685
1686         * gnus-html.el: Don't require help-fns under XEmacs.
1687         (gnus-html-schedule-image-fetching): Work for XEmacs.
1688
1689         * mm-decode.el (mm-shr): Decode contents by charset.
1690
1691 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692
1693         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1694         unknown.
1695
1696         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1697         (shr-get-image-data): Ensure against the cache file missing.
1698
1699         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1700         for data.
1701
1702         * spam-report.el (spam-report-url-ping-plain): Don't query about
1703         killing the process.
1704
1705         * shr.el (shr-render-td): Protect against too-wide text.
1706
1707 2010-10-04  Julien Danjou  <julien@danjou.info>
1708
1709         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1710         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1711
1712         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1713         retrieved.
1714
1715 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1716
1717         * shr.el (browse-url): Require.
1718         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1719         lines.
1720         (shr-show-alt-text, shr-browse-image): New commands.
1721         (shr-browse-url, shr-copy-url): New commands.
1722
1723         * gnus-sum.el (gnus-widen-article-window): New variable.
1724         (gnus-summary-select-article-buffer): Use it.
1725
1726         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1727         without @ signs.
1728
1729 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1730
1731         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1732
1733 2010-10-04  Julien Danjou  <julien@danjou.info>
1734
1735         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1736         for XEmacs.
1737
1738 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1741
1742         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1743         (nnimap-close-server): Implement.
1744
1745         * dgnushack.el (iswitchb): Require to shut up the compiler.
1746
1747         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1748         (shr-insert): Tweak line breaking.
1749         (shr-insert): Handle <pre> better.
1750         (shr-tag-li): Get <li> indentation right.
1751         (shr-tag-li): Get <li> indentation even righter.
1752         (shr-tag-blockquote): Ensure paragraph start.
1753         (shr-make-table): Tweak table generation.
1754         (shr-make-table): Fix typo.
1755
1756         * shr.el: Implement table rendering.
1757
1758 2010-10-04  Julien Danjou  <julien@danjou.info>
1759
1760         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1761
1762 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * shr.el (shr-insert): Use string anchors instead of line anchors.
1765
1766 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1767
1768         * shr.el: Add headings.
1769         (shr-ensure-paragraph): Actually work.
1770         (shr-tag-li): Make <ul> prettier.
1771         (shr-insert): Get white space at the beginning/end of elements right.
1772         (shr-tag-p): Collapse subsequent <p>s.
1773         (shr-ensure-paragraph): Don't insert double line feeds after blank
1774         lines.
1775         (shr-insert): \t is also space.
1776         (shr-tag-s): Fix "s" tag name function.
1777         (shr-tag-s): Fix face prop name.
1778
1779 2010-10-03  Julien Danjou  <julien@danjou.info>
1780
1781         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1782
1783         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1784         gnus-window-inside-pixel-edges.
1785
1786         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1787         gnus-ems.
1788
1789         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1790
1791         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1792         function.
1793
1794         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1795         resize choice.
1796
1797 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798
1799         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1800         beginning of the buffer.
1801
1802         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1803         article buffer again.
1804
1805         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1806
1807         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1808         when it's at the start of the buffer.
1809
1810         * shr.el (shr-tag-blockquote): Convert name.
1811         (shr-rescale-image): Use the right image-size variant.
1812
1813         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1814         buffer isn't shown, then select the current article first instead of
1815         bugging out.
1816         (gnus-summary-select-article-buffer): Show both the article and summary
1817         buffers again.
1818
1819         * shr.el (shr-fontize-cont): Protect against regions with no text.
1820         Rename tag functions to shr-tag-* for enhanced security.
1821         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1822
1823 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1824
1825         * shr.el (shr-insert):
1826         * pop3.el (pop3-movemail):
1827         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1828         loaded.
1829
1830 2010-10-03  Glenn Morris  <rgm@gnu.org>
1831
1832         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1833
1834         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1835
1836         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1837
1838         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1839
1840         * gnus-util.el (gnus-make-local-hook): Simplify.
1841
1842 2010-10-02  Julien Danjou  <julien@danjou.info>
1843
1844         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1845         (gnus-ido-completing-read): New function.
1846         (gnus-emacs-completing-read): New function.
1847         (gnus-completing-read): Use gnus-completing-read-function.
1848         Add gnus-completing-read-function.
1849
1850 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * shr.el (shr-insert-document): Autoload.
1853         (shr-img): Be silent.
1854         (shr-insert): Add a newline after every picture before text.
1855         (shr-add-font): Use overlays for combining faces.
1856         (shr-insert): Pass upwards the text start point.
1857
1858         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1859         possible.
1860         (mm-shr): New function.
1861
1862 2010-10-02  Julien Danjou  <julien@danjou.info>
1863
1864         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1865         should go backward.
1866
1867 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1868
1869         * shr.el (shr): Fix typo in provide call.
1870
1871 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * shr.el: New file.
1874
1875         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1876
1877         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1878         completing read.
1879
1880 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1881
1882         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1883         we're being queried about.  Suggested by Dan Jacobson.
1884
1885         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1886         Suggested by Jason Eisner.
1887
1888         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1889         table, too.  Suggested by Stefan Wiens.
1890         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1891         the table unnecessary.  Suggested by Stefan Wiens.
1892
1893         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1894         longer needed, and probably doesn't work either, as pointed out by
1895         Stefan Wiens.
1896         (gnus-summary-exit): Remove call to the clearing function.
1897         (gnus-summary-exit-no-update): Ditto.
1898
1899         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1900         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1901         Reported by Stefan Monnier.
1902         (gnus-summary-save-in-rmail): Ditto.
1903
1904         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1905         article buffer, instead of both the article buffer and the summary
1906         buffer.  Sort of suggested by Dan Jacobson.
1907
1908         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1909
1910         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1911         Suggested by Dan Jacobson.
1912
1913         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1914         documentation clearer.
1915
1916         * message.el (message-shorten-references): Comment on the number "21".
1917         Suggested by Stefan Monnier.
1918
1919         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1920         Suggested by Dan Jacobson.
1921
1922         * gnus.el (gnus-large-newsgroup):
1923         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1924
1925         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1926         externalize attachments.  Bug reported by Steve Wen.
1927
1928         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1929         really message anything to the user.
1930
1931         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1932         directly.
1933
1934         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1935         messages in empty groups.
1936
1937 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1938
1939         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1940         non-UIDNEXT group.
1941
1942 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1943
1944         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1945         not the value from the collection.
1946
1947         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1948         values.  This sometimes happens on some groups that have no info.
1949         (nnimap-request-newgroups): New function.
1950
1951 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1952
1953         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1954         check into `gnus-registry-initialize'.
1955         (gnus-registry-initialize): Ditto.
1956         Fix and extend header docs.
1957
1958 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959
1960         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1961         regexp backtrace overflows.
1962
1963         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1964         for starttls that tls.el implements; i.e. openssl.
1965
1966         * tls.el (tls-starttls-switches): Give up on using starttls with
1967         gnutls-cli.
1968         (tls-program): Add --insecure to be consistent with the defaults from
1969         openssl s_client.  Now all three commands are insecure.
1970
1971 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1972
1973         * lpath.el: Bind completion-styles-alist for XEmacs.
1974
1975         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1976         (gravatar-create-image): New function that's an alias to
1977         gnus-xmas-create-image, gnus-create-image, or create-image.
1978         (gravatar-data->image): Use it.
1979
1980 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1981
1982         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1983         install the nnregistry refer method.
1984         (gnus-registry-install-hooks): Use it.
1985         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1986         unfollowed groups.
1987
1988 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1989
1990         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1991         expanding threads.
1992
1993 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * nnir.el: Use the server names without suffixes (bug #7009).
1996
1997         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1998         unencrypted to STARTTLS, if possible.
1999
2000 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
2001
2002         * message.el (message-ignored-supersedes-headers): Strip Injection-*
2003         headers before superseding.
2004
2005 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2006
2007         * nnrss.el (nnrss-use-local): Add documentation.
2008
2009         * nnimap.el (nnimap-extend-tls-programs): New function.
2010         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
2011         (nnimap-wait-for-connection): Accept the greeting from the stupid
2012         output from openssl s_client -starttls, too.
2013
2014         * tls.el (tls-starttls-switches): New variable.
2015         (tls-find-starttls-argument): Use it.
2016         (open-tls-stream): Ditto.
2017
2018         * netrc.el (netrc-credentials): Return the value of the "default" entry.
2019         (netrc-machine): Ditto.
2020
2021         * nnimap.el (nnimap-find-article-by-message-id): Really return the
2022         article number.
2023         (nnimap-split-fancy): New variable.
2024         (nnimap-split-incoming-mail): Use it.
2025
2026         * nntp.el (nntp-server-list-active-group): Document.
2027
2028         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2029         SELECT to get the message-id.
2030
2031         * mail-source.el (mail-sources): Remove webmail support.
2032         (defvar): Ditto.
2033         (mail-source-fetcher-alist): Ditto.
2034         (mail-source-fetch-webmail): Remove.
2035
2036         * webmail.el: Remove -- doesn't seem relevant any more.
2037
2038         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2039
2040         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2041         the \r.
2042
2043 2010-09-30  Julien Danjou  <julien@danjou.info>
2044
2045         * gnus-agent.el (gnus-agent-add-group): Fix call to
2046         gnus-completing-read.
2047
2048 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2049
2050         * nndoc.el (nndoc-retrieve-groups): New function.
2051
2052         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2053         `default', use nnmail-split-methods.
2054         (nnimap-request-article): Downcase the NILs so that they are nil.
2055
2056         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2057         symbol.
2058
2059         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2060         code, since if the user has requested network, that's what they ought
2061         to get.
2062         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2063         (nnimap-split-rule): Mark as obsolete.
2064
2065         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2066         New variable.
2067
2068         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2069         correct slot, too.
2070
2071 2010-09-29  Julien Danjou  <julien@danjou.info>
2072
2073         * gnus.el (gnus-local-domain): Declare variable obsolete.
2074
2075         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2076         Fix history computing.
2077         (gnus-ido-completing-read): Require ido.
2078
2079 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2082         build Gnus.
2083
2084         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2085         when interpreting the structures.
2086         (nnimap-request-accept-article): Add \r\n to the lines to make this
2087         work with Cyrus.
2088
2089         * nndraft.el (nndraft-request-expire-articles): Use the group name
2090         instead if "nndraft".  Fix found by Nils Ackermann.
2091
2092 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2093
2094         * nnregistry.el: Add.
2095
2096 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2097
2098         * nnmail.el (group, group-art-list, group-art):
2099         Remove unneeded directives.
2100
2101 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2102
2103         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2104         (mm-mime-charset)
2105         * rfc2047.el (rfc2047-syntax-table)
2106         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2107
2108         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2109         rather than `insert-file-contents' and `eval-region'.
2110
2111         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2112         construction.
2113
2114         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2115
2116         * time-date.el: No need to require cl for Emacs 21.
2117
2118 2010-09-29  Julien Danjou  <julien@danjou.info>
2119
2120         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2121         replacement of `gnus-gravatar-relief' to mimic
2122         `gnus-faces-properties-alist'.
2123         Add :version property.
2124
2125 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2126
2127         * mail-source.el (mail-source-report-new-mail)
2128         * message.el (message-default-mail-headers)
2129         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2130
2131         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2132
2133 2010-09-28  Julien Danjou  <julien@danjou.info>
2134
2135         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2136         mail-address contains the same string as real-name.
2137
2138         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2139         non-blank in header, otherwise it'll get stripped.
2140
2141         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2142         real-name, and then for mail address rather than doing : or , search.
2143
2144 2010-09-27  Julien Danjou  <julien@danjou.info>
2145
2146         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2147         right completing-read function.
2148         (gnus-use-ido): New variable
2149         (gnus-completing-read-with-default): Remove.
2150         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2151         (gnus-agent-add-group):
2152         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2153         * mm-view.el (mm-view-pkcs7-decrypt):
2154         * mm-util.el (mm-codepage-setup):
2155         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2156         * mml-smime.el (mml-smime-openssl-sign-query):
2157         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2158         (mml-insert-multipart):
2159         * gnus-msg.el (gnus-summary-yank-message):
2160         * gnus-int.el (gnus-start-news-server):
2161         * mm-decode.el (mm-interactively-view-part):
2162         * gnus-dired.el (gnus-dired-attach):
2163         * gnus.el (gnus-read-method):
2164         * gnus-bookmark.el (gnus-bookmark-jump):
2165         * gnus-art.el (gnus-mime-view-part-as-type)
2166         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2167         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2168         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2169         * nnmairix.el (nnmairix-create-server-and-default-group)
2170         (nnmairix-update-groups, nnmairix-get-server)
2171         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2172         (nnmairix-get-group-from-file-path):
2173         * nnrss.el (nnrss-find-rss-via-syndic8):
2174         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2175         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2176         (gnus-group-browse-foreign-server):
2177         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2178         (gnus-summary-execute-command, gnus-summary-respool-article)
2179         (gnus-read-move-group-name):
2180         * gnus-score.el (gnus-summary-increase-score)
2181         (gnus-summary-score-effect):
2182         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2183
2184 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2185
2186         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2187         x-focus-frame.
2188
2189         * nnimap.el (auth-source-forget-user-or-password)
2190         (auth-source-user-or-password): Autoload.
2191
2192         * message.el (message-from-style, message-interactive)
2193         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2194         (message-yank-prefix, message-indentation-spaces, message-signature)
2195         (message-signature-file): Add comment.
2196
2197 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2200         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2201         new articles.
2202
2203         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2204         parts.
2205         (nnimap-request-article): Work with the t setting, too.
2206
2207         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2208         that you don't get flashes of other buffers.
2209         (gnus-summary-show-complete-article): Intern before setting.
2210
2211 2010-09-27  David Engster  <dengste@eml.cc>
2212
2213         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2214         well as HEADERS.
2215         (nnmairix-retrieve-headers): Provide new argument for the above.
2216
2217 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-sum.el (gnus-summary-move-article): Don't alter
2220         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2221         group.
2222
2223         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2224
2225         * message.el (message-cite-prefix-regexp): Revert my last edit.
2226
2227         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2228         variable instead of the Gnus variable.
2229
2230         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2231
2232         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2233
2234         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2235         since some servers don't like it.
2236         (nnimap-open-connection): Forget credentials if the server says the
2237         password was wrong.
2238         (nnimap-parse-line): Protect against invalid data.
2239
2240         * gnus-sum.el (gnus-summary-move-article): Add comment.
2241         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2242         nothing alters it while scanning for new messages.
2243
2244         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2245         which may or may not help.
2246         (nnimap-open-connection): If we're doing a stream connection, and then
2247         discover we're on a STARTTLS-capable server, then open a STARTTLS
2248         connection instead.
2249
2250 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2251
2252         * nnimap.el (utf7): Require.
2253
2254         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2255         prefix.
2256
2257 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2258
2259         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2260
2261 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * nnimap.el (nnimap-request-accept-article): Message the error on
2264         error.
2265
2266 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2267
2268         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2269
2270 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * nndoc.el (nndoc-request-list): Return success always.
2273
2274         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2275         `fetch-old' -- we only want to fetch the articles we've requested.
2276         The rest are in the agent, probably.
2277         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2278         disappeared server" to something low.  It's not important.
2279
2280         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2281         arrived before the FETCH data.
2282
2283         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2284         target here, because we don't know the Gnus name of the group.
2285
2286         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2287         for the correct group.
2288
2289         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2290
2291         * gnus.el (gnus): Give a final warning after startup.
2292
2293         * gnus-util.el (gnus-action-message-log): New variable.
2294         (gnus-message): Use it.
2295         (gnus-final-warning): New function.
2296
2297         * nnimap.el (nnimap-open-connection): Record the greeting.
2298         (nnimap): Add greeting.
2299
2300 2010-09-26  Julien Danjou  <julien@danjou.info>
2301
2302         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2303         arguments.
2304         (gnus-html-wash-images): Fix spec computing to include start/end.
2305
2306         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2307
2308 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2311         deletion.
2312         (nnimap-retrieve-headers): Don't select the group, because that's
2313         already done by nnimap-possibly-change-group.
2314
2315         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2316         (gnus-picon-transform-address): Use it.
2317
2318         * mail-source.el (mail-source-value): Revert previous patch.
2319
2320         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2321         on failure.
2322         (nnimap-open-connection): Look up both virtual and physical server name
2323         credentials.
2324
2325         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2326
2327 2009-02-07  Dave Love  <fx@gnu.org>
2328
2329         * tls.el (open-tls-stream): Don't query killing process.
2330
2331 2009-02-08  Dave Love  <fx@gnu.org>
2332
2333         * gnus-win.el (gnus-window-to-buffer-helper)
2334         (gnus-all-windows-visible-p): Function needn't be a symbol.
2335
2336         * mail-source.el (mail-source-value): Function needn't be a symbol.
2337
2338 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2339
2340         * message.el (message-cite-prefix-regexp): Remove } from the cite
2341         prefix.
2342
2343         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2344         highlight again, so that the highlight is correct.
2345
2346         * gnus-picon.el (gnus-picon): Remove again.
2347         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2348
2349         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2350         doing the header highlightling, so that the background colour of the
2351         picon is correct.
2352
2353         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2354         (gnus-picon): Ditto.
2355         (gnus-picon): Reinstate.  The background colour for picons is white.
2356         (gnus-picon-insert-glyph): Make the background white.
2357
2358         * nnml.el (nnml-open-nov): Don't return dead buffers.
2359
2360         * auth-source.el (auth-source-create): Query the user for whether to
2361         store the credentials.
2362
2363         * netrc.el (netrc-store-data): New function.
2364
2365         * auth-source.el (auth-source-user-or-password): Use the existing auth
2366         sources, if any, for creation.
2367
2368         * gnus.el (gnus-group-fast-parameter): Return the last matching
2369         parameter instead of the first matching parameter.
2370
2371 2010-09-26  Julien Danjou  <julien@danjou.info>
2372
2373         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2374
2375 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376
2377         * mml2015.el (mml2015-use): Remove gpg support.
2378
2379         * mml1991.el (mml1991-function-alist): Remove gpg function.
2380         (mml1991-gpg-sign): Remove.
2381
2382 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2383
2384         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2385         (gnus-browse-unsubscribe-current-group): Document it.
2386         (gnus-browse-unsubscribe-group): Use it.
2387
2388 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2389
2390         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2391         address to the To list for easier response.
2392
2393         * gnus.el (gnus-play-startup-jingle): Remove.
2394         (gnus-splash): Don't play jingle.
2395         (gnus): Silence gnus-load message.
2396
2397         * gnus-art.el (gnus-treat-play-sounds): Remove.
2398
2399         * gnus.el (gnus-play-jingle): Remove audio support.
2400
2401         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2402
2403         * earcon.el: Remove -- no users.
2404
2405         * gnus-audio.el: Remove -- no users of this package.
2406
2407         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2408
2409         * gnus-start.el (gnus-setup-news): Remove nocem support.
2410
2411         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2412
2413         * gnus.el (gnus-use-nocem): Remove.
2414
2415         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2416         Remove.
2417
2418         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2419         uses NoCeM any more.
2420
2421         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2422         (gnus-button-ctan-handler): Ditto.
2423         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2424         (gnus-button-ctan-directory-regexp): Ditto.
2425         (gnus-button-handle-ctan): Ditto.
2426         (gnus-button-tex-level): Ditto.
2427         (gnus-button-alist): Remove CTAN stuff.
2428
2429 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430
2431         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2432         nnimap-streaming test.
2433
2434         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2435         servers twice.
2436
2437         * nnimap.el (nnimap-open-connection): Add more error reporting when
2438         nnimap fails early.
2439
2440         * nnheader.el (nnheader-get-report-string): New function.
2441         (nnheader-get-report): Use it.
2442
2443         * gnus-int.el (gnus-check-server): Say what the error was when opening
2444         failed.
2445
2446         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2447         using streaming.
2448
2449 2010-09-25  Julien Danjou  <julien@danjou.info>
2450
2451         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2452         gnus-window-inside-pixel-edges.
2453
2454 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2455
2456         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2457
2458         * mm-decode.el (mm-save-part): Allow saving to other directories the
2459         normal Emacs way.
2460
2461         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2462         Suggested by Jay Berkenbilt.
2463
2464         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2465         there isn't a single byte.
2466
2467         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2468         just do it.  It doesn't really seem to matter what the user responds
2469         here, I think, so it's just a confusing question.
2470
2471         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2472         non-streaming case.
2473
2474         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2475         (gnus-article-encrypt-body): Use it.
2476
2477         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2478         keystroke.
2479
2480         * nnimap.el (nnimap-find-wanted-parts-1):
2481         Use gnus-fetch-partial-articles.
2482
2483         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2484
2485         * nnimap.el (nnimap-insert-partial-structure): New function.
2486         (nnimap-get-partial-article): New function.
2487         (nnimap-request-article): Use it.
2488         (nnimap-wait-for-response): Return whether the wait was successful.
2489         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2490         retrieval wasn't successful.
2491         (nnimap-retrieve-group-data-early): Allow throttling servers.
2492         (nnimap-streaming): New variable.
2493         (nnimap-fetch-partial-articles): Remove.
2494
2495         * mm-decode.el (mm-with-part): Protect against killed buffers.
2496
2497         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2498         for prettier summary display.
2499
2500 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2501
2502         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2503
2504 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2505
2506         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2507         apparently third-party libraries depend on it.
2508
2509         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2510         before starting negotiation.
2511
2512         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2513         privacy reasons.
2514         (gnus-treat-mail-gravatar): Ditto.
2515
2516         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2517         buffer when inserting images.  Inserting text into the headers, for
2518         instance, can make them invalid.
2519
2520 2010-09-25  Julien Danjou  <julien@danjou.info>
2521
2522         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2523         variables.
2524
2525         * nnheader.el: Remove useless variables news-reply-yank-from and
2526         news-reply-yank-message-id.
2527
2528         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2529         variables.
2530
2531         * mml1991.el: Remove useless mml1991-verbose.
2532
2533         * gnus.el: Remove useless variable gnus-use-generic-from.
2534         Remove obsolete variable gnus-topic-indentation.
2535
2536         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2537
2538         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2539
2540         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2541
2542         * gnus-group.el: Remove useless gnus-group-icon-cache.
2543         Remove useless gnus-ephemeral-group-server.
2544
2545         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2546
2547         * mml2015.el: Remove useless mml2015-verbose.
2548
2549         * mml-smime.el: Remove useless mml-smime-verbose.
2550
2551         * gnus.el: Remove useless gnus-local-domain.
2552
2553         * gnus-gravatar.el (gnus-gravatar-transform-address):
2554         Use gnus-gravatar-size.
2555
2556         * gnus-art.el: Remove useless gnus-treat-translate.
2557
2558 2010-09-24  Julien Danjou  <julien@danjou.info>
2559
2560         * gnus-sum.el: Add support for Gravatars.
2561
2562         * gnus-art.el: Add support for Gravatars.
2563
2564         * gnus-gravatar.el: Add this file.
2565
2566         * gravatar.el: Add this file.
2567
2568 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2569
2570         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2571
2572         * gnus-group.el (gnus-group-fetch-faq): Remove.
2573
2574         * gnus.el (gnus-group-faq-directory): Remove.
2575
2576         * gnus-group.el (gnus-group-fetch-charter): Remove.
2577
2578         * gnus.el (gnus-group-charter-alist): Remove.
2579
2580         * gnus-group.el (gnus-group-archive-directory): Remove.
2581         (gnus-group-recent-archive-directory): Ditto.
2582         (gnus-group-make-archive-group): Remove.
2583
2584         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2585
2586         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2587         use the same article number for all the cached articles.
2588
2589         * nnimap.el (nnimap-command): Register the last command time so
2590         that we can use it for idling NOOPs.
2591         (nnimap-open-connection): Start the keeplive timer.
2592         (nnimap-make-process-buffer): Store all the process buffers.
2593         (nnimap-keepalive): New function.
2594
2595         * starttls.el (starttls-open-stream): Add autoload cookie.
2596
2597 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2598
2599         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2600         handling.
2601
2602 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2605         its data structures.
2606
2607         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2608         instead of the cl.el copy-list.
2609         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2610         equalp.
2611
2612 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2613
2614         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2615         and tool-bar-local-item-from-menu.
2616
2617         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2618         mode-line-highlight face for Emacs.
2619
2620         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2621         loading gnus-sum.elc; fix comment for canlock-verify.
2622         (gnus-article-jump-to-part): Use read-number.
2623         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2624         Remove Emacs pre-21 compatible code for help-echo.
2625         (gnus-article-next-page-1): No need to adjust the number of lines.
2626         (gnus-article-describe-bindings): Always use help-buffer.
2627
2628         * gnus-audio.el (gnus-audio-inline-sound)
2629         * gnus-cus.el (gnus-custom-mode)
2630         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2631
2632         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2633
2634         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2635         compatible code.
2636
2637 2010-09-24  Glenn Morris  <rgm@gnu.org>
2638
2639         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2640         visiting the fcc file in rmail-mode.
2641
2642         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2643
2644 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2645
2646         * nnir.el: Silence the byte compiler.
2647
2648         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2649         alias to browse-url-url-encode-chars if any.
2650         (gnus-html-encode-url): Use it.
2651
2652 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-start.el (gnus-use-backend-marks): New variable.
2655         (gnus-get-unread-articles-in-group): Use it.
2656
2657         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2658         makeover.
2659
2660 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2661
2662         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2663
2664 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2665
2666         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2667         Remove.
2668         (gnus-setup-news-hook):
2669         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2670
2671         * gnus-int.el (gnus-request-update-info): Protect against backends not
2672         having the function.
2673
2674         * nnimap.el (nnimap-stream): Mention starttls.
2675         (nnimap-open-connection): Add starttls support.
2676
2677 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2678
2679         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2680
2681 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2682
2683         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2684         BODYSTRUCTUREs.
2685         (nnimap-transform-headers): Unfold quoted {42} headers.
2686
2687         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2688         the info.
2689         (gnus-get-unread-articles): Only call updatep on backends that support
2690         it.
2691
2692         * nnweb.el (nnweb-request-update-info): NOOP.
2693
2694         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2695
2696         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2697         since it only deals with marks.
2698
2699         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2700         gnus-request-marks, and make a new gnus-request-update-info.
2701
2702         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2703         the active instead of the high number, which is usually too low.
2704
2705 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2706
2707         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2708         * encrypt.el: Remove.
2709
2710 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2713         server in symbolic form.
2714
2715         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2716
2717 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2718
2719         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2720         (nnimap-update-info): Fix up code slightly.
2721
2722         * gnus-int.el (gnus-open-server): Add tracing for performance
2723         debugging.
2724
2725         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2726         (gnus-group-insert-group-line): Pass the real group name so that it
2727         gets the right data.
2728
2729         * gnus-start.el (gnus-get-unread-articles): Don't have
2730         `gnus-get-unread-articles-in-group' update info, since that can be
2731         really slow and doesn't seem to be needed?
2732
2733 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2734
2735         * time-date.el (date-to-time): Try using parse-time-string first before
2736         using the slower timezone-make-date-arpa-standard.
2737
2738 2010-09-22  Julien Danjou  <julien@danjou.info>
2739
2740         * gnus-group.el (gnus-group-insert-group-line):
2741         Call gnus-group-highlight-line.
2742         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2743         default hook list.
2744         (gnus-group-update-eval-form): Add new function.
2745         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2746         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2747
2748 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2749
2750         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2751         immediate, then expire all articles.
2752         (nnimap-update-info): Fix off-by-one errors.
2753         (nnimap-flags-to-marks): Would return no marks lists for group with no
2754         flags.  Instead return the other data.
2755
2756 2010-09-22  Julien Danjou  <julien@danjou.info>
2757
2758         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2759         Only return an icon.
2760         (gnus-group-insert-group-line): Compute icon to return.
2761
2762         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2763         (gnus-html-image-fetched): Only cache if
2764         gnus-html-image-automatic-caching is set.
2765         (gnus-html-image-fetched): Check for errors.
2766
2767 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768
2769         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2770         once per method on `g'.  This ensures that backends like nnfolder don't
2771         open all their folders.
2772
2773         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2774         (nnimap-request-list): Nix out group in the correct buffer.
2775         (nnimap-parse-flags): Implement by using `read' instead of
2776         hand-parsing.
2777         (nnimap-flags-to-marks): Pass on permanent-flags.
2778         (nnimap-make-process-buffer): Record the server name.
2779         (nnimap-parse-flags): Fix typo.
2780         (nnimap-request-scan): Run split on the server in general, not just a
2781         single group.
2782
2783         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2784         parameter, and propagate this downwards.
2785
2786         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2787         since EXAMINE changes it on the server.
2788
2789         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2790         this command might take a while.
2791
2792 2010-09-22  Julien Danjou  <julien@danjou.info>
2793
2794         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2795         harmful if you have 2 images side-by-side, they can't be properly
2796         update on text deletion.  Using text-property is safer here.
2797         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2798         data.
2799
2800 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801
2802         * nnimap.el (nnimap-expunge-inbox): Remove.
2803         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2804         (nnimap-expunge): Flip default to t.
2805
2806         * gnus.el (gnus-method-to-server): Don't push things to the cache
2807         unless it's unique.
2808         (gnus-server-to-method): Ditto.
2809
2810 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2811
2812         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2813
2814 2010-09-22  Julien Danjou  <julien@danjou.info>
2815
2816         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2817         get the start of data.
2818         (gnus-html-encode-url): Add this function to encode special chars in
2819         URL.
2820         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2821         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2822
2823         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2824         default.
2825         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2826
2827         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2828         images alt-text.
2829         (gnus-html-put-image): Put alt-text as help-echo.
2830
2831 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2832
2833         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2834         * mm-util.el (mm-decompress-buffer)
2835         * nnir.el (nnir-run-find-grep)
2836         * pop3.el (pop3-list): Use 3rd arg of split-string.
2837
2838         * time-date.el (format-seconds): Comment fix.
2839
2840         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2841         and byte-optimize-form-code-walker.
2842         (dgnushack-make-auto-load): Don't advise make-autoload.
2843
2844         * lpath.el: Remove Emacs 21 stuff.
2845
2846 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2847
2848         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2849         outside the active range.  Suggested by Dan Christensen.
2850
2851         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2852         slightly later to avoid double-getting it.
2853
2854         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2855         previous patch.
2856
2857         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2858
2859 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2860
2861         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2862
2863 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2864
2865         * gnus-int.el (gnus-open-server): Give a better error message in the
2866         "go offline" case.
2867
2868         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2869         marks for nnimap, which is seldom the right thing to do.
2870
2871         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2872         (gnus-same-method-different-name): New function.
2873
2874         * nnimap.el (parse-time): Require.
2875
2876         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2877         method in the presence of many similar methods.
2878
2879         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2880
2881         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2882         nnml-inhibit-expiry.
2883
2884         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2885         find out whether methods are equal.
2886
2887         * nnimap.el (nnimap-find-expired-articles): New function.
2888         (nnimap-process-expiry-targets): New function.
2889         (nnimap-request-move-article): Request the article before looking at
2890         what the Message-ID is.  Fix found by Andrew Cohen.
2891         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2892
2893         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2894         for oldness in addition to being a predicate.
2895
2896         * nnimap.el (nnimap-request-group): When we have zero articles, return
2897         the right data to Gnus.
2898         (nnimap-request-expire-articles): Only delete articles immediately if
2899         the target is 'delete.
2900
2901         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2902         method, this would bug out.
2903
2904         * gnus-group.el (gnus-group-expunge-group): Rename from
2905         gnus-group-nnimap-expunge, and implemented as a normal interface
2906         function.
2907
2908         * gnus-int.el (gnus-request-expunge-group): New function.
2909
2910         * nnimap.el (nnimap-request-create-group): Implement.
2911         (nnimap-request-expunge-group): New function.
2912
2913 2010-09-21  Julien Danjou  <julien@danjou.info>
2914
2915         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2916         (gnus-html-cache-expired): Add new function.
2917         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2918         wethever we should display image for fetch it.
2919         Compute alt-text earlier to pass it to the fetching function too.
2920         (gnus-html-schedule-image-fetching): Change function argument to only
2921         get one image at a time, not a list.
2922         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2923         cache.
2924         (gnus-html-get-image-data): New function to retrieve image data from
2925         cache.
2926         (gnus-html-put-image): Change buffer argument to use image data rather
2927         than file, and place image above region rather than inserting a new
2928         one.  Do not take alt-text as argument, since it's useless now: we place
2929         the image above alt-text.
2930         (gnus-html-prune-cache): Remove.
2931         (gnus-html-show-images): Start to fetch image when we find one, do not
2932         push into a temporary list.
2933         (gnus-html-prefetch-images): Only fetch image if they have expired.
2934         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2935         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2936
2937 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2938
2939         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2940
2941 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2942
2943         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2944         spec inser "*" if the group isn't active instead of 0.
2945
2946         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2947         opening the server.
2948         (nnimap-request-delete-group): Implement group deletion.
2949         (nnimap-transform-headers): Return the size of the entire message in
2950         the Bytes header, not just the size of the first part.
2951         (nnimap-request-move-article): When moving an article from nnimap,
2952         request the article first so the accepting form has an article to
2953         accept.  Reported by Dan Christensen.
2954         (nnimap-command): Make sure that the error message doesn't error out.
2955
2956 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2957
2958         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2959         we haven't requested anything.
2960
2961 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2962
2963         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2964         "".  Fix found by Andrew Cohen.
2965
2966         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2967         instead of -encode-string.
2968
2969 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2970
2971         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2972
2973         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2974         by mm-subst-char-in-string.
2975
2976 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2977
2978         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2979         waiting for the connection string.
2980
2981         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2982         arriving.
2983
2984         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2985         bogus characters.  This allows selecting certain Gmail groups.
2986
2987         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2988         (nnimap-fetch-partial-articles): New variable.
2989         (nnimap-open-connection): When looking for credentials, also use the
2990         nnimap-server-port.
2991         (nnimap-request-article): Return the group/article number, so that Gnus
2992         `^' works as expected.
2993         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2994
2995         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2996         comments.
2997         (gnus-methods-sloppily-equal): New function.
2998         (gnus): When using the development version of Gnus, load the gnus-load
2999         file.
3000
3001         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
3002         `gnus-open-server' on each method before trying to scan them etc.
3003         This ensures that all the backend parameters are set correctly.
3004
3005         * nnimap.el (nnimap-authenticator): New variable.
3006         (nnimap-open-connection): Allow anonymous login.
3007         (nnimap-transform-headers): The chars header is called Chars not Bytes.
3008         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
3009
3010         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
3011         patch, found by Knut Anders Hatlen.
3012
3013 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
3014
3015         * gnus-agent.el (gnus-agent-batch-confirmation)
3016         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
3017         to gnus-message.
3018         * gnus-art.el (gnus-article-describe-briefly): Likewise.
3019         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
3020         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
3021         * gnus-int.el (gnus-open-server): Likewise.
3022         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
3023         (gnus-score-check-syntax): Likewise.
3024         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
3025         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
3026         Likewise.
3027         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3028
3029 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3030
3031         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3032         calling conventions so that prefetch doesn't bug out.
3033
3034 2010-09-19  Julien Danjou  <julien@danjou.info>
3035
3036         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3037         rather than `subst-char-in-region' in order to be able to replace ASCII
3038         char by UTF-8 ones.
3039
3040         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3041         than curl.
3042         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3043         the right URL and ALT text on images.
3044         (gnus-html-wash-tags): Fix tag case.
3045         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3046         (gnus-article-html): Add -o display_ins_del=2 option.
3047         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3048
3049 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3050
3051         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3052         the extra mail headers, which sometimes seem to happen for unknown
3053         reasons.
3054
3055         * mail-parse.el (mail-header-encode-parameter): Define as
3056         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3057         (or most, perhaps?) mail readers don't understand the latter, but do
3058         understand the former.
3059
3060         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3061         to nil, so that no methods are automatically agentized.  I think this
3062         is probably what most users want.
3063
3064         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3065         from url-retrieve, for instance about invalid URLs.
3066
3067         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3068         groups that have no articles.
3069         (nnimap-request-article): Check that we really got an article when we
3070         requested one.
3071
3072         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3073         doesn't exist.
3074
3075         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3076         nntp buffer so the agent can save it.
3077         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3078         that CRLF doesn't get translated to \n.
3079         (nnimap-open-connection): Don't make 'shell commands only send \n.
3080
3081 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3082
3083         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3084         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3085         Update var name.
3086         (nnml-generate-nov-file): Use dolist.
3087         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3088         Use with-current-buffer.
3089
3090 2010-09-18  Julien Danjou  <julien@danjou.info>
3091
3092         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3093         parallel.
3094
3095 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3096
3097         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3098         the range update right.
3099         (nnimap-request-group): Don't make `M-g' bug out on group with no
3100         marks.
3101         (nnoo): Require, so that other packages can require nnimap.
3102         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3103         command we're looking for.  This helps when the server sends more
3104         responses after we've gotten everything we expected.
3105         (nnimap): Add a `newlinep' field to keep track of end-of-line
3106         conventions.
3107         Don't send CRLF to things that don't want it.
3108         (nnimap-request-accept-article): Ditto.
3109
3110 2010-09-18  Julien Danjou  <julien@danjou.info>
3111
3112         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3113         than curl to retrieve images.
3114
3115 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3116
3117         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3118         the marks.
3119         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3120         (nnimap-wait-for-connection): New function.
3121         (nnimap-open-connection): If we have PREAUTH, don't query for login
3122         credentials.
3123         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3124         when doing a partial update.
3125
3126 2010-09-18  Julien Danjou  <julien@danjou.info>
3127
3128         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3129         tags.
3130
3131 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3132
3133         * nnimap.el (nnimap-credentials): New function.
3134         (nnimap-open-connection): Use the new function to look for credentials
3135         also on the numeric equivalents of "imap" and "imaps".
3136
3137         * gnus-start.el (gnus-activate-group): Send the info to
3138         gnus-request-group.
3139
3140         * nnimap.el (nnimap-request-group): Have the "check" version of the
3141         function parse flags and update the info, so that a `M-g' get a total
3142         resync of all flags from the group.
3143
3144         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3145         to allow backends to alter the info on group selection.  Also alter all
3146         the backend -request-group functions to take the parameter.
3147
3148         * nnimap.el (nnimap-store-info): New function.
3149         (nnimap-update-info): Store the info for later usage.
3150         (nnimap-request-group): Use the stored info for the dont-check case, so
3151         that we don't retrieve all marks when we enter a group.
3152
3153         * nnimap.el: Use deffoo instead of defun for interface functions.
3154
3155         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3156         update the group info.  This makes the nndraft groups, for instance, go
3157         back to their old behaviour.
3158
3159         * gnus-sum.el (gnus-select-newsgroup): Indent.
3160
3161         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3162         in.
3163         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3164         nothing.
3165
3166         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3167         from methods that are denied.
3168
3169         * gnus-int.el (gnus-method-denied-p): New function.
3170
3171         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3172         store the password instead of netrc.
3173         (nnimap-open-connection): Don't error out when we can't make a
3174         connections.
3175
3176         * auth-source.el (auth-source-create): In the password prompt, say what
3177         we're querying for.  Also prompt for user name if that hasn't been
3178         given.
3179
3180         * nnimap.el (nnimap-with-process-buffer): Remove.
3181
3182 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3183
3184         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3185         method when we're reading from the agent.
3186
3187         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3188
3189         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3190         that's probably most useful for users.
3191
3192         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3193         "failed" all the time.
3194
3195         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3196         ...)) with (with-current-buffer ... ).
3197
3198         * nntp.el (nntp-open-server): Return whether the open was successful or
3199         not.
3200
3201         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3202         select an unread unseen article first.
3203
3204         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3205         /etc/services, supply some sensible port defaults.
3206
3207         * dgnushack.el: Define netrc-credentials.
3208
3209 2010-09-17  Julien Danjou  <julien@danjou.info>
3210
3211         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3212
3213 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3214
3215         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3216         doesn't have any parameters.
3217
3218 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3221         only upcased checks.
3222
3223         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3224
3225         * nnimap.el (nnimap-open-shell-stream): New function.
3226         (nnimap-open-connection): Use it.
3227         (nnimap-transform-headers): Get the number of lines in each message.
3228         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3229         number of lines.
3230         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3231         problem.
3232
3233         * utf7.el (utf7-encode): Autoload.
3234
3235         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3236         to allow the mail splitting to not return a default group.  This is
3237         useful for nnimap, which will leave unmatched mail in the inbox.
3238
3239         * nnimap.el: Rewritten.
3240
3241         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3242         nnimap usage.
3243
3244         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3245         if the move is internal, so that nnimap can do fast internal moves.
3246
3247         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3248         data.
3249         (gnus-read-active-for-groups): Support finishing the early retrieval of
3250         data.
3251
3252         * gnus-range.el (gnus-range-nconcat): New function.
3253
3254         * gnus-int.el (gnus-finish-retrieve-group-infos)
3255         (gnus-retrieve-group-data-early): New functions.
3256
3257 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3258
3259         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3260         (nnrss-retrieve-groups):
3261         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3262         (pop3-quit): Use with-current-buffer.
3263
3264 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3265
3266         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3267         instead of nnheader-accept-process-output.
3268
3269         * dgnushack.el (dgnushack-compile): Add comment.
3270
3271         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3272
3273         * gnus-html.el (gnus-html-schedule-image-fetching)
3274         (gnus-html-prefetch-images): Replace process-kill-without-query by
3275         gnus-set-process-query-on-exit-flag.
3276
3277 2010-09-16  Romain Francoise  <romain@orebokech.com>
3278
3279         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3280
3281 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3284         parameter to unintern is mandatory-ish in Emacs 24.
3285
3286         * gnus-html.el (gnus-html-schedule-image-fetching)
3287         (gnus-html-prefetch-images): Check for curl before using it.
3288
3289         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3290         depend on curl, which isn't essential.
3291
3292         * imap.el: Revert back to version
3293         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3294         seem problematic.
3295
3296 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3297
3298         * gnus-registry.el (gnus-registry-install-shortcuts):
3299         Explicitly pass `obarray' to `unintern' to avoid a warning.
3300
3301 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302
3303         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3304         change.
3305
3306         * nnrss.el (nnrss-request-list): Remove this function and related
3307         functions, including the moreover stuff.
3308
3309 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * nnrss.el (nnrss-retrieve-groups): New function.
3312
3313 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3314
3315         * .dir-locals.el: Add no-byte-compile cookie.
3316
3317 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * time-date.el (format-seconds): Comment fix.
3320
3321         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3322         for back end that doesn't support request-scan.
3323
3324 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3325
3326         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3327         then do request scans from the backends.
3328
3329         * netrc.el (netrc-credentials): New conveniency function.
3330
3331         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3332         avoid running a hook per line, since this takes a lot of time,
3333         profiling shows.
3334         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3335         directly if gnus-visual-p is true.
3336
3337 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3338
3339         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3340         groups; replace mapcar with dolist which is a bit faster; pass groups
3341         info to gnus-read-active-file-1.
3342         (gnus-read-active-file-1): Scan only specified groups if the new
3343         optional arg `infos' is given.
3344
3345 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3346
3347         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3348
3349         * pop3.el (pop3-movemail): Remove.
3350         (pop3-streaming-movemail): Rename to pop3-movemail.
3351
3352         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3353         don't restrict end-tag searches to the end of the line.
3354
3355 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3356
3357         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3358         articles of every unchecked group to t, which means unknown since the
3359         server has never been opened.
3360
3361 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3362
3363         * gnus-html.el (gnus-html-show-alt-text): New command.
3364         (gnus-html-browse-image): Ditto.
3365         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3366         to browse the image directly.
3367         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3368         better.
3369
3370         * gnus-async.el (gnus-async-article-callback):
3371         Call `gnus-html-prefetch-images' unconditionally.
3372
3373         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3374         before feeding URLs to curl.
3375
3376 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3377
3378         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3379         internal images as deletable by `W D D'.
3380
3381         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3382         (gnus-async-article-callback): Fix typo.
3383
3384 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3385
3386         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3387         current line to work around bugs in the output from w3m.
3388
3389         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3390         for groups that want that.
3391
3392         * nntp.el (nntp-wait-for-string): Supply a timeout for
3393         accept-process-output to ensure progress.
3394
3395         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3396         level to get unread articles from, then use that for foreign groups,
3397         too.
3398
3399         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3400         confuses the rest of the function.
3401
3402         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3403         for the methods that support -retrieve-groups, too.
3404
3405         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3406
3407 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3408
3409         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3410         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3411
3412         * pop3.el: Require cl when compiling.
3413         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3414
3415 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3418         that aren't going to be activated.
3419         (gnus-get-unread-articles): Fix up the last commit.
3420
3421         * gnus-html.el (gnus-article-html): Allow calling without specifying
3422         the handle.  In that case, dissect the buffer first.
3423
3424         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3425
3426         * nnimap.el (nnimap-open-connection): Revert the change that would look
3427         into authinfo for imaps instead of imap.
3428
3429         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3430         say that you don't want to call gnus-request-group with don-check, but
3431         do check the reponse.  This is for virtual groups only.
3432         (gnus-get-unread-articles): Count the archive groups as secondary, so
3433         that they're activated the same way as before.
3434
3435         * imap.el (imap-message-map): Removed optional buffer parameter, since
3436         no callers use it.
3437         (imap-message-get): Ditto.
3438         (imap-message-put): Ditto.
3439         (imap-mailbox-map): Ditto.
3440         (imap-mailbox-put): Ditto.
3441         (imap-mailbox-get): Ditto.
3442         (imap-mailbox-get): Revert last change for this function.
3443
3444         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3445         case-insensitively.
3446         (nnimap-debug): Remove.
3447
3448         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3449         to use `imap-fetch' instead.  According to the comments, this should be
3450         safe, since all other IMAP clients use the 1:* syntax.
3451         (imap-enable-exchange-bug-workaround): Removed.
3452         (imap-debug): Removed -- doesn't seem very useful.
3453
3454         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3455         mail from a file, and the file doesn't exist.
3456
3457         * imap.el (imap-log): New convenience function used throughout instead
3458         of repeating the same code all over the place.
3459
3460         * pop3.el (pop3-streaming-movemail): Return t for success.
3461
3462         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3463         .authinfo if we're using ssl connection.
3464
3465         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3466         already have if we're in a main Gnus `g' run.
3467
3468         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3469
3470 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3471
3472         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3473
3474         * nnmh.el (nnmh-request-list-1): Bind `file'.
3475
3476         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3477         alias to set-process-query-on-exit-flag or process-kill-without-query.
3478         (pop3-open-server): Use it.
3479
3480 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3483         box to the Incoming file.  Fixes mistake in previous checkin.
3484
3485         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3486         request loop (for debugging purposes) removed.
3487
3488         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3489         culprit is more visible.
3490         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3491         (nnml-add-incremental-nov): New functions to do "incremental" nov
3492         updates, where we just append to the end of the existing nov files
3493         without reading/writing them in full.
3494
3495         * mail-source.el (mail-source-delete-crash-box): Really only check the
3496         incoming files once in a while.
3497
3498         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3499
3500         * mail-source.el (mail-source-delete-crash-box): Only check the
3501         incoming files for deletion once per day to save a lot of file
3502         accesses.
3503
3504         * pop3.el (pop3-logon): Fix up unbound variable typo.
3505
3506         * mail-source.el (pop3-streaming-movemail): Autoload.
3507
3508         * pop3.el (pop3-streaming-movemail):
3509         Respect pop3-leave-mail-on-server.
3510
3511         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3512         retrieval.
3513
3514         * pop3.el (pop3-process-filter): Remove unused function.
3515         (pop3-streaming-movemail, pop3-send-streaming-command)
3516         (pop3-wait-for-messages, pop3-write-to-file)
3517         (pop3-number-of-responses): New functions for streaming pop3
3518         retrieval.
3519
3520         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3521         come from no known methods.
3522         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3523         list.
3524
3525         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3526         message sizes.
3527         (pop3-movemail): Use erase-buffer instead of looping and deleting
3528         regions, which seems rather odd.
3529
3530         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3531         file once per `g' run.
3532
3533         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3534         directories.  This makes the draft queue directory work.
3535
3536         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3537         data from the backends, so that we only request the list of groups from
3538         each method once.  This should speed things up considerably.
3539
3540         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3541         detect that it's not implemented.
3542
3543         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3544         we actually do recurse down into the tree, but don't stat all leaf
3545         nodes.
3546
3547         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3548         then say so instead of bugging out.
3549
3550         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3551         files exist before trying to read them.
3552
3553         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3554         around <pre_int>.
3555
3556         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3557
3558         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3559
3560 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3561
3562         * mm-util.el (mm-image-load-path): Just return the image directories,
3563         not all directories in the path in addition to the image directories.
3564         (mm-image-load-path): Maintain a cache of the image directories so that
3565         the `g' command in Gnus doesn't have to stat dozens of directories each
3566         time.
3567
3568         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3569         (gnus-html-wash-tags): Add a new `i' command to insert images.
3570         (gnus-html-insert-image): New command and keystroke.
3571         (gnus-html-redisplay-with-images): New command and keystroke.
3572         (gnus-html-show-images): Rename command.
3573         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3574         spacers.
3575         (gnus-html-wash-tags): Decode entities at the end, so that entities
3576         inside the tags don't mess up the rest of the "parsing".
3577
3578         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3579         so that nnimap methods aren't agentized by default.  There's apparently
3580         many problems related to agent/imap behaviour.
3581
3582         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3583
3584         * gnus-html.el: Doc fix.
3585
3586 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3587
3588         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3589         specifier-spec-list for Emacs 21.
3590
3591         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3592         glyph-width and glyph-height instead of display-graphic-p and
3593         image-size; make avoidance of displaying small images work for XEmacs.
3594
3595         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3596         for XEmacs.
3597
3598         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3599         of symbol that holds plist data.
3600         (gnus-process-plist): Remove plist of process after getting it.
3601
3602 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3603
3604         * message.el (message-generate-hashcash): Change default to
3605         'opportunistic if hashcash is installed.
3606
3607         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3608         (gnus-html-put-image): Only call image-size once, since it's somewhat
3609         time-consuming on remote X servers.
3610
3611 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3612
3613         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3614         type on data, not a file name.
3615
3616         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3617         window-pixel-edges for Emacs 21.
3618
3619         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3620         decoded contents.
3621         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3622
3623 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3624
3625         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3626         group line format, since it isn't very interesting.
3627
3628         * gnus-agent.el (gnus-agent-short-article),
3629         (gnus-agent-long-article): Increase values for these two variables,
3630         since most people are likely to have more network connection and
3631         storage than before.
3632
3633         * gnus.el (gnus-refer-article-method): Change default to 'current.
3634         When referring an article, the common behaviour is to refer it from the
3635         current select method, not the native select method.  The chances of
3636         the native select method having the message in question is rather slim
3637         these days.
3638
3639         * gnus-sum.el (gnus-auto-select-subject): Change default to
3640         `unseen-or-unread'.  I think it's likely that most people want to
3641         select an unseen article over a previously seen, but unread one.
3642
3643         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3644         means that in the article buffer none of the minor mode elements will
3645         be shown, usually, and this is not desirable in most cases.
3646
3647         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3648         that commands like `d' (and the like) go to the next line in the
3649         buffer, instead of the next unread article.  I think this is the
3650         behaviour that is most natural for most users.
3651         (gnus-single-article-buffer): Change default to nil, so that people can
3652         have as many article buffers open as they have summary buffer.  I think
3653         this is the most natural way for the groups to behave.
3654
3655         * message.el (message-generate-new-buffers): Change default to
3656         `unsent', so that all new message buffers start their names with the
3657         string "*unsent", and it's easier to find the buffers if you move from
3658         them.
3659
3660 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3663         small.  They're probably tracking images.
3664         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3665         (gnus-html-rescale-image): Yet another try at getting the image sizing
3666         right.
3667
3668         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3669         nntp-marks-file-name is nil.
3670
3671 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3672
3673         * gnus-html.el (gnus-html-wash-tags)
3674         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3675         Better logging.
3676
3677 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3678
3679         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3680
3681         * gnus-html.el (gnus-html-wash-tags): Check the value of
3682         gnus-blocked-images in the summary buffer.
3683
3684 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3685
3686         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3687
3688 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3691         like "a", it seems like.
3692         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3693         since it needs to be picked from the correct buffer.
3694
3695         * nnwfm.el: Remove.
3696
3697         * nnlistserv.el: Remove.
3698
3699 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3700
3701         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3702         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3703
3704 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3705
3706         * nnkiboze.el: Remove.
3707
3708         * nndb.el: Remove.
3709
3710         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3711         alt text.
3712         (gnus-html-rescale-image): Try to get the rescaling logic right for
3713         images that are just wide and not tall.
3714
3715         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3716         overshadow variable bindings.
3717
3718 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3719
3720         * gnus-html.el (gnus-html-wash-tags)
3721         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3722         Add extra logging.
3723
3724 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3727         (gnus-max-image-proportion): New variable.
3728         (gnus-html-rescale-image): New function.
3729         (gnus-html-put-image): Rescale images.
3730
3731 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3732
3733         Fix up some byte-compiler warnings.
3734         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3735         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3736         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3737         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3738         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3739         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3740         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3741
3742 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-html.el (gnus-article-html): Decode contents by charset.
3745
3746 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3749         (gnus-html-frame-width, gnus-blocked-images)
3750         * message.el (message-prune-recipient-rules): Add custom version.
3751         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3752
3753         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3754         functions.
3755
3756         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3757         gnus-process-get.
3758
3759 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3760
3761         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3762         instead of lsub directly.
3763
3764 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765
3766         * nnwarchive.el: Remove.
3767
3768         * gnus-soup.el: Remove.
3769
3770         * nnsoup.el: Remove.
3771
3772         * nnultimate.el: Remove.
3773
3774         * gnus-html.el (gnus-blocked-images): New variable.
3775
3776         * message.el (message-prune-recipients): New function.
3777         (message-prune-recipient-rules): New variable.
3778
3779         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3780         guess whether a long line is natural text or not.
3781
3782         * gnus-html.el (gnus-html-schedule-image-fetching):
3783         Use gnus-process-plist and friends for compatibility.
3784
3785 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3786
3787         * gnus-html.el: Require packages that define macros used in this file.
3788         (gnus-article-mouse-face): Declare to silence byte-compiler.
3789         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3790         process-get.
3791         (gnus-html-put-image): Use plist-get to avoid getf.
3792         (gnus-html-prefetch-images): Use with-current-buffer.
3793
3794 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3795
3796         * gnus-ems.el: Provide compatibility functions for
3797         gnus-set-process-plist.
3798
3799         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3800         header-line-format for XEmacs 21.4.
3801
3802         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3803         * gnus.el (gnus-valid-select-methods)
3804         * message.el (message-send-mail-partially-limit)
3805         * mm-decode.el (mm-text-html-renderer)
3806         * mml.el (mml-insert-mime-headers-always)
3807         * smiley.el (smiley-regexp-alist): Bump custom version.
3808
3809 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3810
3811         * gnus-html.el: require mm-url.
3812         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3813         with the url to `url'.
3814         (gnus-html-wash-tags): Support cid: URLs/images.
3815
3816 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3817
3818         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3819         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3820         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3821
3822         * gnus-move.el: Remove file, since it doesn't really work.
3823
3824         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3825         UTF-8.  This seems to fix problems with some German web feeds.
3826
3827         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3828         at the top so that the proper colours are applied.
3829
3830         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3831         don't have dots in their names.
3832
3833         * gnus-art.el (gnus-article-view-part): Doc fix.
3834
3835         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3836         XEmacs-compatible.
3837         (gnus-html-put-image): Don't do images on non-graphic displays.
3838
3839         * nnslashdot.el: Remove this unused backend.
3840
3841         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3842         actions.
3843         (gnus-undo-register-1): Revert last change.
3844
3845         * gnus-group.el (gnus-group-completing-read): Protect against not
3846         having completion-styles bound.
3847
3848         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3849         make broken recipients happier.
3850
3851         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3852
3853         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3854         point parameter.
3855
3856         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3857
3858         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3859         completion-styles for group selection.
3860
3861 2009-02-04  Andreas Schwab  <schwab@suse.de>
3862
3863         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3864         headers and regexp-quote the match if necessary.
3865
3866 2009-03-24  Miles Bader  <miles@gnu.org>
3867
3868         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3869         the blinking smiley.
3870
3871 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3872
3873         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3874         blink smiley.
3875
3876 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3877
3878         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3879         where the dribbel file lives exists.
3880
3881         * message.el (message-send-mail-partially-limit): Change the default to
3882         nil, since most people don't want this.
3883
3884         * mm-url.el (mm-url-decode-entities): Also decode entities like
3885         &#x3212.
3886
3887 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3888
3889         * gnus-sum.el (gnus-summary-idna-message):
3890         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3891         Hyperlink urls in docstrings with URL `...'.
3892
3893 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3894
3895         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3896         functions.
3897
3898 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3899
3900         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3901         say what the mouseover text should be.
3902
3903         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3904         version of the mm-w3m-safe-url-regexp variable to only download images
3905         in the groups where we want that to happen.
3906
3907         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3908
3909         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3910         easier debugging.
3911         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3912         big pictures in the article buffer.
3913
3914         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3915         gnus-article-html.
3916         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3917         w3m.
3918
3919         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3920
3921 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3922
3923         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3924         which doesn't exist.
3925
3926         * message.el (message-inhibit-ecomplete): New variable to allow some
3927         function to inhibit ecomplete address storage.
3928         (message-resend): Disable ecomplete message storage when resending
3929         messages.
3930
3931         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3932
3933 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3936         Save excursion while copying, moving, and deleting articles in order to
3937         prevent the cursor from jumping to unforeseen place.
3938
3939 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3940
3941         * lpath.el: No need to bind bookmark-current-buffer,
3942         bookmark-yank-point and bookmark-make-record-function.
3943
3944 2010-08-17  Glenn Morris  <rgm@gnu.org>
3945
3946         * gnus-sync.el: Require gnus components whose functions are used.
3947
3948         * gnus-art.el (bookmark-make-record-function):
3949         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3950         Declare for compiler.
3951
3952         * mm-url.el (mml-compute-boundary): Autoload.
3953
3954 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3955
3956         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3957
3958 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3959
3960         Typo fix "hoo4a" -> "hook".
3961
3962         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3963
3964 2010-08-14  Glenn Morris  <rgm@gnu.org>
3965
3966         * gnus-sync.el (gnus-sync): Fix defgroup version.
3967
3968 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3969
3970         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3971
3972         * gnus-sync.el: Fix docs.
3973         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3974         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3975
3976 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3977
3978         Optimizations for gnus-sync.el.
3979
3980         * gnus-sync.el: Add docs about gnus-sync-backend
3981         possibilities.
3982         (gnus-sync-save): Remove unnecessary message.
3983         (gnus-sync-read): Optimize and show what groups were skipped.
3984
3985 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3986
3987         Minor bug fixes for gnus-sync.el.
3988
3989         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3990         Don't read the sync on get-new-news.
3991
3992         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3993         quiet.
3994
3995         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3996         (fix typo).
3997
3998 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3999
4000         Make saving and restoring of hidden threads work with overlays.
4001         Patch applied by Ted Zlatanov.
4002
4003         * gnus-sum.el (gnus-hidden-threads-configuration)
4004         (gnus-restore-hidden-threads-configuration): Update to deal with text
4005         properties, rather than searching for a magic character.
4006
4007 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
4008
4009         New gnus-sync.el library for synchronization of marks.
4010
4011         * gnus-sync.el: New library for synchronization of marks.
4012
4013         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
4014         renamed from `gnus-registry-grep-in-list'.
4015
4016         * gnus-registry.el (gnus-registry-follow-group-p):
4017         Use `gnus-grep-in-list'.
4018
4019         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
4020
4021 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
4024         determining charset of text fails.
4025
4026 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * nnmail.el (nnmail-get-new-mail-1): Revert.
4029
4030         * nnml.el (nnml-active-number): Make sure names of newly created groups
4031         in nnml-group-alist are encoded.
4032
4033 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4034
4035         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4036         containing non-ASCII characters in active file for nnml back end.
4037
4038 2010-07-24  David Engster  <dengste@eml.cc>
4039
4040         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4041         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4042
4043 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4044
4045         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4046         tag (Bug#6654).
4047
4048 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4049
4050         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4051         the article buffer, not the summary buffer.
4052
4053 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4054
4055         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4056         Emacs 23 as well.
4057
4058 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4059
4060         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4061         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4062
4063 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4064
4065         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4066         Patch applied by Karl Fogel.
4067
4068         * gnus-sum.el (gnus-summary-bookmark-make-record):
4069         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4070
4071 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4072
4073         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4074         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4075         C-w still not working correctly from Article buffers; Thierry's
4076         patch to fix that will be applied after this.
4077
4078         * gnus-art.el (bookmark-make-record-function): New local variable.
4079
4080         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4081         article buffer.
4082         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4083
4084 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4085
4086         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4087         on changes in bookmark.el.
4088
4089 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4090
4091         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4092         `no-log' instead of message not to log prompt string.
4093
4094 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4095
4096         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4097         the *other* type of HTML form submission.
4098
4099 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4100
4101         * auth-source.el (auth-source-pick): If choice does not contain a
4102         questioned keyword, set the check to t.
4103
4104 2010-06-12  Romain Francoise  <romain@orebokech.com>
4105
4106         * gnus-util.el (gnus-date-get-time): Move up before first use.
4107
4108 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4111         (gnus-article-edit-part): Bind it to make last part that is substituted
4112         or deleted visible.
4113         (gnus-mime-display-single): Buttonize part of which id equals to
4114         gnus-mime-buttonized-part-id.
4115
4116 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4117
4118         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4119         (gnus-dd-mmm): Use gnus-date-get-time.
4120         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4121         simplify logic.
4122         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4123         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4124
4125 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4126
4127         * auth-source.el (top): Autoload `secrets-list-collections',
4128         `secrets-create-item', `secrets-delete-item'.
4129         (auth-sources): Fix tag string.
4130         (auth-get-source, auth-source-retrieve, auth-source-create)
4131         (auth-source-delete): New defuns.
4132         (auth-source-pick): Rewrite in order to avoid 2 passes.
4133         (auth-source-forget-user-or-password): New parameter USERNAME.
4134         (auth-source-user-or-password): New parameters CREATE-MISSING and
4135         DELETE-EXISTING.  Retrieve password interactively, if needed.
4136
4137 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4138
4139         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4140         deleting unused directories when gnus-expert-user is t.
4141
4142 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4145         for each temp file when gnus-article-browse-delete-temp is ask.
4146
4147 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4148
4149         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4150         Lisp calls to delete-backward-char by calls to delete-char.
4151
4152 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4153
4154         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4155
4156 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4157
4158         * password-cache.el (password-cache-remove): Fix docstring.
4159
4160 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4161
4162         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4163         article unless decoding article to be saved.
4164
4165 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4168         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4169         generated within the mm-with-unibyte-current-buffer macro.
4170
4171 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4172
4173         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4174         to nil when we're in a mml-preview buffer and no group is selected.
4175
4176 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4177
4178         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4179         when catching the `C-g'.  Reported by "Leo".
4180
4181 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4182
4183         * message.el (message-forward-make-body-plain)
4184         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4185         multibyte-string-p.
4186
4187         * lpath.el: Revert.
4188
4189 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4190
4191         * message.el (message-forward-make-body-mml): Assume original message
4192         is multibyte string; error on unibyte.
4193         (message-forward-make-body-plain): Ditto; don't add excessive newline
4194         in body end.
4195
4196         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4197
4198 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4199
4200         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4201         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4202
4203 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4204
4205         * mm-extern.el (mm-extern-url): Don't use
4206         mm-with-unibyte-current-buffer.
4207         (mm-extern-cache-contents): Use with-current-buffer instead of
4208         save-excursion + set-buffer.
4209
4210 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * mm-util.el (mm-emacs-mule): Remove.
4213
4214 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4215
4216         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4217         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4218         change.
4219
4220 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4223         bind the default value of enable-multibyte-characters to nil.
4224
4225 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4226
4227         * message.el (message-forward-make-body-plain)
4228         (message-forward-make-body-mml):
4229         Don't use mm-with-unibyte-current-buffer.
4230
4231 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4232
4233         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4234
4235 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4236
4237         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4238         (Bug#5592).
4239
4240 2010-05-07  Julien Danjou  <julien@danjou.info>
4241
4242         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4243         it to mm-pipe-part.
4244
4245         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4246         it is given.
4247
4248 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4249
4250         * binhex.el (binhex-decode-region-internal)
4251         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4252         (dns-query)
4253         * nnweb.el (nnweb-gmane-search)
4254         * pgg-parse.el (pgg-parse-armor)
4255         * pgg.el (pgg-verify-region)
4256         * sha1.el (sha1-string-external)
4257         * uudecode.el (uudecode-decode-region-internal)
4258         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4259         XEmacs.
4260
4261         * gnus-art.el (gnus-article-browse-html-parts)
4262         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4263         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4264         make-temp-file.
4265
4266         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4267         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4268         compiling.
4269
4270         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4271         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4272         XEmacs when compiling.
4273
4274         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4275         gnus-pick-mode-off-hook for XEmacs when compiling.
4276         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4277         gnus-binary-mode-off-hook for XEmacs when compiling.
4278
4279         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4280         Return nil if char-charset is not available.
4281
4282         * imap.el (imap-disable-multibyte)
4283         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4284         macros.
4285
4286         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4287         instead of encode-coding-string.
4288
4289         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4290         'xemacs) instead of mm-emacs-mule to switch function definitions.
4291         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4292
4293         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4294         bind temporary-file-directory for XEmacs;
4295         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4296         timer-set-function for XEmacs 21.4 and SXEmacs;
4297         bind timer-list for XEmacs 21.4 and SXEmacs;
4298         fbind char-charset and find-charset-region for non-Mule XEmacs;
4299         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4300         encode-coding-region and encode-coding-string for XEmacs having no
4301         file-coding feature.
4302
4303 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4304
4305         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4306
4307 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4308
4309         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4310         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4311
4312 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4313
4314         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4315         alias `jka-compr-delete-temp-file' no longer exists.
4316
4317 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4318
4319         Use define-minor-mode in Gnus where applicable.
4320         * mml.el (mml-mode): Use define-minor-mode.
4321         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4322         (gnus-undo-mode): Use define-minor-mode.
4323         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4324         (gnus-dead-summary-mode): Use define-minor-mode.
4325         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4326         Initialize in declaration.
4327         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4328         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4329         (gnus-mailing-list-mode): Use define-minor-mode.
4330         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4331         (gnus-draft-mode): Use define-minor-mode.
4332         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4333         (gnus-dired-mode): Use define-minor-mode.
4334
4335 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4336
4337         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4338         handles on recursive mml-to-mime translation and check them for
4339         boundary delimiter collisions.  Reported by Greg Troxel.
4340
4341 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4344
4345 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4346
4347         * mm-util.el (mm-find-buffer-file-coding-system):
4348         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4349
4350 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4351
4352         * message.el (message-generate-headers): Record insertion of optional
4353         headers as well.  Otherwise the check to prevent repeated insertion of
4354         optional headers is a no-op.
4355
4356 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4357
4358         * smime.el: Don't mention CVS.
4359
4360         * nnrss.el (nnrss-fetch): Don't mention CVS.
4361
4362         * nnir.el: Don't mention CVS.
4363
4364 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4365
4366         * gnus-sum.el (gnus-summary-bookmark-make-record):
4367         Add `location' field.
4368
4369 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4370
4371         * lpath.el: Fbind bookmark-default-handler,
4372         bookmark-get-bookmark-record, bookmark-make-record-default,
4373         bookmark-prop-get for Emacs <23 and XEmacs.
4374
4375 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4376
4377         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4378         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4379         Use with-current-buffer to silence the byte-compiler.
4380         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4381         bother to require `gnus'.
4382         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4383
4384 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4385
4386         * gnus-sum.el (gnus-summary-bookmark-make-record)
4387         (gnus-summary-bookmark-jump): New functions.
4388         (gnus-summary-mode): Setup bookmark support.
4389
4390 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4391
4392         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4393         if set.
4394
4395 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4396
4397         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4398         gnus-article-browse-html-save-cid-image; make it work recursively for
4399         forwarded messages as well.
4400         (gnus-article-browse-html-parts): Work when prefix arg is given.
4401         (gnus-article-browse-html-article): Doc fix.
4402
4403 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4404
4405         * message.el (message-default-mail-headers):
4406         (message-default-headers): Carry the value mail-default-headers over
4407         into message-default-mail-headers, rather than message-default-headers.
4408
4409 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4410
4411         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4412         charset.
4413
4414         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4415         charset into the <meta> tag when the article is encoded to utf-8.
4416
4417 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4418
4419         * gnus-art.el (gnus-article-browse-delete-temp-files):
4420         Delete directories as well.
4421         (gnus-article-browse-html-parts): Work for images that do not specify
4422         file names; delete temp directory when quitting; insert header at the
4423         right place; use file: scheme for image files.
4424
4425 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4426
4427         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4428         (gnus-article-browse-html-parts): Use it to make temporary cid image
4429         files in addition to html file so that browser may display them.
4430
4431 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4432
4433         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4434
4435 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4436
4437         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4438
4439 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4440
4441         * auth-source.el (auth-sources): Change default to be simpler.
4442         Explain about Secret Service API sources.  Improve Customize options.
4443         (auth-source-pick): Change to accept any number of search parameters.
4444         Implement fallbacks iteratively, not recursively.  Add scoring on the
4445         second pass and sort by score.  Call Secret Service API when needed.
4446         (auth-source-user-or-password): Use it.  Call Secret Service API
4447         directly when needed to get the user name and the password.
4448
4449 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4450
4451         * message.el (message-interactive): Doc fix.
4452         (message-qmail-inject-args): Reflow.
4453         (message-kill-to-signature): Fix typo in docstring.
4454
4455         * smiley.el (smiley-buffer): Fix typo in docstring.
4456
4457 2010-03-24  Glenn Morris  <rgm@gnu.org>
4458
4459         * mail-source.el (gnus-message): Declare.
4460         (mail-source-delete-old-incoming): Require gnus-util.
4461
4462 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4463
4464         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4465
4466         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4467
4468         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4469         password-cache's default if it is not bound.
4470         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4471         password-cache-expiry's default if it is not bound.
4472
4473         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4474         available in Emacs 21.
4475
4476         * lpath.el: Suppress compiler warnings for:
4477         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4478         XEmacs;
4479         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4480         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4481         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4482
4483 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4484
4485         * auth-source.el (auth-sources): Fix up definition so extra parameters
4486         are always inline.
4487
4488 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4489
4490         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4491         wasn't updated after mismatch.  Clear cached mailbox info correctly
4492         when uidvalidity changes.
4493         (nnimap-group-prefixed-name): New function to avoid some code
4494         duplication.
4495         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4496         (nnimap-request-group): Use it.
4497         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4498         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4499         with many imap folders.  This is done by caching the group status from
4500         the imap server persistently in a group parameter `imap-status'.  (This
4501         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4502         but not persistently, so every Gnus startup was still very slow.)
4503
4504 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4505
4506         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4507         delete the extra newline.  Otherwise editing of :string and :number
4508         types don't work.
4509
4510 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4511
4512         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4513         secrets.el dependency.
4514         (auth-sources): Add optional user name.  Add secrets.el configuration
4515         choice (unused right now).
4516
4517 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4518
4519         * gnus-sum.el (gnus-summary-make-menu-bar):
4520         Let `gnus-registry-install-shortcuts' fill in the functions.
4521
4522         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4523         warnings.
4524         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4525         (gnus-registry-install-shortcuts): Populate and use it in a
4526         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4527
4528 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4529
4530         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4531         In-place substitutions for the group name encoding/decoding.
4532         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4533         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4534         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4535         (nnimap-update-unseen, nnimap-request-list)
4536         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4537         (nnimap-request-set-mark, nnimap-split-to-groups)
4538         (nnimap-split-articles, nnimap-request-newgroups)
4539         (nnimap-request-create-group, nnimap-request-accept-article)
4540         (nnimap-request-delete-group, nnimap-request-rename-group)
4541         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4542         `encoded-mbx' for consistency.
4543         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4544         variable `imap-current-mailbox'.
4545
4546         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4547         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4548
4549 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4550
4551         * pop3.el (pop3-display-message-size-flag): Display message size byte
4552         counts during POP3 download.
4553         (pop3-movemail): Use it.
4554         (pop3-list): Implement listing of available messages.
4555
4556 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4557
4558         * nnir.el (nnir-get-article-nov-override-function): New function to
4559         override the normal NOV retrieval.
4560         (nnir-retrieve-headers): Use it.
4561
4562 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4563
4564         * auth-source.el (netrc-machine-user-or-password): Autoload.
4565
4566 2010-03-19  Glenn Morris  <rgm@gnu.org>
4567
4568         Stop message.el from loading about 40 libraries it doesn't always need.
4569         The general approach is to autoload rather than require, and to
4570         require in the specific functions rather than the file.  (Bug#5642)
4571
4572         * gmm-utils.el: Don't require wid-edit.
4573         (widget-create-child-value, widget-convert, widget-default-get):
4574         Autoload.
4575
4576         * gnus-util.el: Don't require time-date, netrc.
4577         (message-fetch-field, gnus-group-name-decode): Declare rather than
4578         autoloading.
4579         (gnus-fetch-field): Require message.
4580         (gnus-decode-newsgroups): Require gnus-group.
4581
4582         * ietf-drums.el: Don't require time-date.
4583
4584         * message.el: Don't require hashcash, canlock, ecomplete.
4585         Do require mail-utils.  Require nnheader only when compiling.
4586         (smtpmail-default-smtp-server): Remove declaration.
4587         (message-send-mail-function): Check smtpmail-default-smtp-server
4588         is bound rather than requiring smtpmail.
4589         (message-auto-save-directory, message-insert-signature):
4590         Use expand-file-name rather than nnheader-concat.
4591         (nnheader-insert-file-contents): Autoload.
4592         (hashcash-wait-async): Declare.
4593         (message-send-mail): Only call gnus-setup-posting-charset if
4594         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4595         (message-send-mail-with-sendmail): Require sendmail.
4596         (canlock-password, canlock-password-for-verify): Declare.
4597         (message-canlock-password): Require canlock.
4598         (nnheader-get-report): Autoload.
4599         (gnus-setup-posting-charset): Declare.
4600         (message-send-news): Require gnus-msg.
4601         (message-make-references, message-make-in-reply-to): Use mail-header-id
4602         rather than the alias mail-header-message-id.
4603         (ecomplete-add-item, ecomplete-save): Declare.
4604         (message-put-addresses-in-ecomplete): Require ecomplete.
4605         (ecomplete-display-matches): Autoload.
4606
4607         * mm-decode.el: Don't require mailcap, gnus-util.
4608         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4609         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4610         Autoload.
4611         (mailcap-mime-extensions): Declare.
4612
4613         * mm-encode.el: Don't require mailcap.
4614         (mailcap-extension-to-mime): Autoload.
4615
4616         * mml-sec.el: Don't require password-cache.
4617
4618         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4619         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4620         (mml-minibuffer-read-type): Require mailcap.
4621         (mml-preview): Require gnus-msg.
4622
4623         * mml1991.el: Require password-cache.
4624         (password-cache-expiry): Remove declaration.
4625
4626         * mml2015.el: Require password-cache.
4627         (password-cache-expiry): Remove declaration.
4628
4629         * nneething.el (mailcap): Require mailcap.
4630
4631         * nnheader.el (declare-function): Add compatibility stub.
4632         (message-remove-header): Declare rather than autoload.
4633         (nnheader-replace-header): Require message.
4634
4635         * nnimap.el (declare-function): Add compatibility stub.
4636         (netrc-parse, netrc-machine-user-or-password): Declare.
4637         (nnimap-open-connection): Require netrc.
4638
4639         * nntp.el (declare-function): Add compatibility stub.
4640         (netrc-parse, netrc-machine, netrc-get): Declare.
4641         (nntp-send-authinfo): Require netrc.
4642
4643         * rfc2047.el: Don't require qp.
4644         (quoted-printable-encode-region, quoted-printable-decode-string):
4645         Autoload.
4646
4647         * sieve-mode.el: Don't require easymenu.
4648         (easy-menu-add-item): Autoload it.
4649
4650         * spam-stat.el (time-to-number-of-days): Autoload it.
4651
4652 2010-03-19  Glenn Morris  <rgm@gnu.org>
4653
4654         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4655
4656 2010-03-18  Glenn Morris  <rgm@gnu.org>
4657
4658         * hashcash.el (declare-function): Remove duplicate definition.
4659
4660 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4661
4662         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4663         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4664         value if any backslash escapes).
4665
4666 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4669         if it is available.  (bug#5647)
4670
4671         * lpath.el: Suppress compiler warning for coding-system-from-name for
4672         Emacs 21 and XEmacs.
4673
4674 2010-03-14  Juri Linkov  <juri@jurta.org>
4675
4676         * hmac-def.el:
4677         * hmac-md5.el:
4678         * netrc.el: Fix keywords.
4679
4680 2010-02-26  Glenn Morris  <rgm@gnu.org>
4681
4682         * message.el (message-send-mail-function): Change the default, so that
4683         it inherits from a customized send-mail-function.  (Bug#5643)
4684
4685 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4686
4687         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4688         shell-command-to-string signals an error (bug#5299).
4689
4690 2010-02-24  Glenn Morris  <rgm@gnu.org>
4691
4692         * message.el (message-smtpmail-send-it)
4693         (message-send-mail-with-mailclient): Doc fixes.
4694
4695 2010-02-16  Glenn Morris  <rgm@gnu.org>
4696
4697         * message.el (message-default-mail-headers): Change the default value
4698         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4699
4700 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4703         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4704
4705 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4706
4707         * time-date.el (date-to-time): Doc fix (Bug#5408).
4708
4709 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4710
4711         * message.el (message-mail): Just pass yank-action on to message-setup.
4712         (message-setup): Handle (FUN . ARGS) form of yank-action.
4713         (message-with-reply-buffer, message-widen-reply)
4714         (message-yank-original): Handle non-buffer values of
4715         message-reply-buffer (Bug#4080).
4716         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4717
4718 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4719
4720         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4721         Fix typo in docstring.
4722
4723 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4724
4725         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4726         response.
4727
4728 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4729
4730         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4731
4732         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4733
4734         * message.el (message-check-news-header-syntax): Protect against a
4735         string that `rfc822-addresses' returns when parsing fails.
4736
4737 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4738
4739         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4740         (gnus-previous-char-property-change): New functions.
4741
4742         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4743
4744 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4745
4746         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4747         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4748
4749 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4750
4751         * message.el (message-exchange-point-and-mark): Rework last change to
4752         avoid using optional arg of exchange-point-and-mark, for backward
4753         compatibility.
4754
4755 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4756
4757         * message.el (message-exchange-point-and-mark):
4758         Call exchange-point-and-mark with an argument rather than setting
4759         mark-active by hand (Bug#5175).
4760
4761 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4762
4763         * nntp.el (nntp-service-to-port): Work for service expressed with
4764         numeric string; replace [:digit:] with [0-9] for XEmacs.
4765
4766 2009-12-17  Glenn Morris  <rgm@gnu.org>
4767
4768         * gnus-group.el (gnus-bug-group-download-format-alist):
4769         Change emacs entry to debbugs.gnu.org.  Bump :version.
4770
4771 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4772
4773         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4774
4775 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4776
4777         * message.el (message-info): Explain why we use `Info-goto-node'.
4778
4779 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4782
4783 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4784
4785         * message.el (message-completion-in-region): New compatibility function.
4786         (message-expand-group): Use it.
4787
4788 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4791         with no unread article should be listed if the 2nd arg `predicate' is
4792         given.
4793
4794 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4795
4796         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4797
4798 2009-11-29  Juri Linkov  <juri@jurta.org>
4799
4800         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4801         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4802         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4803
4804 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4805
4806         * sha1.el (sha1-string-external): default-directory "/" in case
4807         otherwise non-existent.  process-connection-type pipe for touch of
4808         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4809
4810 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4811
4812         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4813         it's comms related and sgml-mode.el has "comm" on that basis too.
4814
4815 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4816
4817         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4818         containing tspecial characters if they have been already quoted.
4819
4820 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4821
4822         * dns-mode.el (auto-mode-alist): Purecopy string.
4823
4824 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4825
4826         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4827
4828 2009-10-24  Glenn Morris  <rgm@gnu.org>
4829
4830         * gnus-art.el (help-xref-stack-item): Define for compiler.
4831
4832 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4833
4834         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4835
4836 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4837
4838         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4839
4840 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4841
4842         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4843         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4844
4845 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4846
4847         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4848         (gnus-overlays-in): New alias to overlays-in.
4849
4850         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4851         gnus-overlay-get, and gnus-delete-overlay.
4852         (gnus-summary-show-thread): Make it work as well for systems in which
4853         next-single-char-property-change is not available.
4854         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4855
4856         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4857         (gnus-overlay-get): New alias to extent-property.
4858         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4859
4860         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4861         SXEmacs.
4862
4863         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4864         SXEmacs.
4865
4866 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4867
4868         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4869
4870 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4871
4872         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4873         and XEmacs that don't have `remove-overlays'.
4874
4875 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4876
4877         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4878         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4879         selective display.  Use overlays instead.
4880
4881 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4882
4883         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4884
4885 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4886
4887         * spam-stat.el (spam-stat-load): Fix typo in message.
4888
4889 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4890
4891         * dig.el (dig-invoke): Fix typo in docstring.
4892         (query-dig): Reflow docstring.
4893
4894 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4895
4896         * gnus-art.el (gnus-article-encrypt-body):
4897         * message.el (message-check-recipients):
4898         * mm-util.el (mm-codepage-setup):
4899         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4900         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4901
4902 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4903
4904         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4905         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4906         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4907         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4908         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4909
4910 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4911
4912         * dig.el: Add "Keywords: comm", as per net-utils.el.
4913
4914 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4915
4916         * dig.el (dig-mode): Use define-derived-mode.
4917
4918 2009-09-19  Glenn Morris  <rgm@gnu.org>
4919
4920         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4921
4922 2009-09-18  Glenn Morris  <rgm@gnu.org>
4923
4924         * gnus-diary.el (gnus-diary-check-message):
4925         * message.el (message-insert-formatted-citation-line):
4926         * nnbabyl.el (top-level):
4927         * nndiary.el (nndiary-schedule):
4928         Fix typos in condition-case handlers.
4929
4930 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4931
4932         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4933         configuration that provides the sole article window in a frame;
4934         position point correctly after deleting a part.
4935
4936 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4937
4938         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4939         (spam-resolve-registrations-routine): Use it to unregister articles
4940         that change status.
4941
4942 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4943
4944         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4945         with XEmacs.
4946         (parse-time-string-chars): Use it.
4947
4948 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4949
4950         * imap.el (imap-interactive-login): Better messages.
4951         (imap-open): Fix bug with renamed buffer on reconnect.
4952         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4953         for easier debugging and cleaner code.  On successful (guessed based on
4954         server capabilities) secondary authentication, set imap-state
4955         correctly.
4956         (imap-last-authenticator): Define imap-last-authenticator as a variable
4957         to avoid warnings.
4958
4959 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4960
4961         * nnrss.el (nnrss-request-article): Remove binding of
4962         default-enable-multibyte-characters that has gotten needless by
4963         the 2007-07-13 change in rfc2047-encode-message-header.
4964
4965         * mml.el (mml-insert-multipart): Error on the message header.
4966         (mml-insert-part): Error on the message header; position point at
4967         the end of a MIME tag.
4968
4969 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4970
4971         * time-date.el (autoload): Expand define-obsolete-function-alias into
4972         defalias and make-obsolete for old Emacsen that Gnus supports.
4973         (with-no-warnings): Define it for old Emacsen.
4974         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4975         is available.
4976         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4977         float-time is available; suppress compile warning for time-to-seconds.
4978
4979         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4980         (gnus-float-time): Alias to float-time if it exists.
4981
4982         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4983         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4984         float-time is available; suppress compile warning for time-to-seconds.
4985
4986         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4987         XEmacs.
4988
4989 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4990
4991         * imap.el (imap-message-map): Docstring fix.
4992
4993 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4994
4995         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4996         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4997         Add the optional argument `encoding' that overrides the default.
4998
4999         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
5000         mm-encode-buffer.
5001
5002 2009-09-04  Glenn Morris  <rgm@gnu.org>
5003
5004         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
5005         mm-disable-multibyte, rather than default-enable-multibyte-characters.
5006         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
5007         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
5008         * mm-util.el (mm-with-unibyte-current-buffer)
5009         (mm-find-buffer-file-coding-system):
5010         * yenc.el (yenc-decode-region): Use default-value rather than
5011         default-enable-multibyte-characters.
5012
5013 2009-09-03  Glenn Morris  <rgm@gnu.org>
5014
5015         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
5016         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
5017         than default-enable-multibyte-characters.
5018
5019 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
5020
5021         * gnus-art.el (gnus-article-read-summary-keys):
5022         Fix gnus-buffer-configuration's value temporarily used.
5023
5024 2009-09-02  Glenn Morris  <rgm@gnu.org>
5025
5026         * gnus-util.el (gnus-float-time): New function.
5027         * gnus-delay.el (gnus-delay-article):
5028         * gnus-sum.el (gnus-thread-latest-date):
5029         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5030         * nnspool.el (nnspool-request-newgroups):
5031         Use gnus-float-time rather than time-to-seconds.
5032         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5033
5034         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5035         (gnus-header-subject-face, gnus-header-newsgroups-face)
5036         (gnus-header-name-face, gnus-header-content-face):
5037         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5038         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5039         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5040         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5041         (gnus-cite-face-11):
5042         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5043         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5044         (gnus-server-closed-face, gnus-server-denied-face)
5045         (gnus-server-offline-face):
5046         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5047         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5048         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5049         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5050         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5051         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5052         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5053         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5054         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5055         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5056         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5057         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5058         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5059         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5060         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5061         (gnus-summary-high-undownloaded-face)
5062         (gnus-summary-low-undownloaded-face)
5063         (gnus-summary-normal-undownloaded-face)
5064         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5065         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5066         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5067         (gnus-splash-face):
5068         * message.el (message-header-to-face, message-header-cc-face)
5069         (message-header-subject-face, message-header-newsgroups-face)
5070         (message-header-other-face, message-header-name-face)
5071         (message-header-xheader-face, message-separator-face)
5072         (message-cited-text-face, message-mml-face):
5073         * sieve-mode.el (sieve-control-commands-face)
5074         (sieve-action-commands-face, sieve-test-commands-face)
5075         (sieve-tagged-arguments-face):
5076         * spam.el (spam-face):
5077         Mark face aliases with "-face" in the name as obsolete.
5078
5079 2009-09-01  Glenn Morris  <rgm@gnu.org>
5080
5081         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5082         than goto-line.
5083
5084 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5087         Don't move point if the command is invoked inside the message header.
5088
5089 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5090
5091         * imap.el (imap-send-command): Simplify.
5092         (imap-wait-for-tag): point-max -> buffer-size.
5093
5094 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5095
5096         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5097         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5098         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5099         * nnir.el (nnir-swish-e-index-file):
5100         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5101         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5102         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5103         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5104         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5105         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5106
5107 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5108
5109         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5110         Don't save excursion.
5111
5112 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5113
5114         * nnheader.el (nnheader-find-file-noselect):
5115         * mm-util.el (mm-insert-file-contents):
5116         Use (default-value 'major-mode) instead of default-major-mode.
5117
5118 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5119
5120         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5121
5122 2009-08-26  Glenn Morris  <rgm@gnu.org>
5123
5124         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5125         than placing in files.el.
5126
5127 2009-08-25  Glenn Morris  <rgm@gnu.org>
5128
5129         * nnir.el (top-level): Don't require cl at run-time.
5130         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5131         Replace cl-function substitute with gnus-replace-in-string.
5132         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5133         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5134         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5135         simplified expansions.
5136
5137 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5138
5139         * dig.el (dig): Add autoload cookie.
5140
5141 2009-08-22  Glenn Morris  <rgm@gnu.org>
5142
5143         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5144         goto-line.
5145
5146 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5147
5148         * parse-time.el (parse-time-string-chars): Save match data.
5149
5150 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5151
5152         * parse-time.el (parse-time-string-chars): Compute using character
5153         classes, to handle non-ascii characters (Bug#3190).
5154
5155 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5158
5159         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5160         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5161         (gnus-mm-display-part, gnus-mime-display-single)
5162         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5163         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5164
5165         * gnus-sum.el
5166         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5167         (gnus-summary-move-article): Add expirable mark to articles copied or
5168         moved to group that has auto-expire turned on if the option is non-nil.
5169
5170 2009-07-24  Glenn Morris  <rgm@gnu.org>
5171
5172         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5173         Fix typo.  (Bug#3903)
5174
5175 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5178         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5179         that should not be used for draft articles.
5180         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5181         that has no concern in minor mode keys.
5182         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5183         Abolish.
5184
5185 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5188         article without making inquiry to a user for unknown encoding.
5189
5190         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5191         (nnmaildir--scan): Assume i-node and device number that file-attributes
5192         returns might be cons-cell.
5193
5194         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5195
5196         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5197
5198 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5199
5200         * auth-source.el: Remove docs now in auth.texi.  Don't use
5201         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5202         `auth-source-hide-passwords' and use them.
5203
5204 2009-07-15  Glenn Morris  <rgm@gnu.org>
5205
5206         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5207
5208 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5209
5210         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5211         excessive whitespace from the default values of title and description.
5212
5213 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5214
5215         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5216         mail-fetch-field to fetch Content-Description header in order to
5217         exclude newlines.
5218
5219 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5220
5221         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5222         format used by GnuPG 2.0.11.
5223
5224 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5227         to deleted part.
5228
5229 2009-05-30  David Engster  <dengste@eml.cc>
5230
5231         * nnmairix.el: Remove old documentation in the commentary block.
5232         (nnmairix-request-group): Do not update active file for nnml back ends.
5233         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5234         end so that overview files are ignored.
5235         (nnmairix-update-groups): Make updating the groups more robust by using
5236         marks.
5237         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5238         with dollar characters in message-id.
5239
5240 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5241
5242         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5243         2008-12-25 in dns.el.
5244
5245 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5246
5247         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5248         could happen if the text is only composed of spaces and/or tabs.
5249
5250 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5251
5252         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5253         when sending a queued message to avoid extra mml tags.
5254
5255 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5256
5257         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5258
5259 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5260
5261         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5262         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5263         rmail-toggle-header for XEmacs;
5264         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5265
5266 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5267
5268         * gnus-dired.el: Remove autoload for gnus-setup-message.
5269         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5270         displaying Gnus logo; always use compose-mail.
5271
5272 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5273
5274         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5275
5276 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5277
5278         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5279         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5280         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5281         available.
5282         (gnus-nocem-epg-verify): New function.
5283
5284 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5285
5286         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5287
5288 2009-02-15  Glenn Morris  <rgm@gnu.org>
5289
5290         * gnus-util.el (rmail-insert-rmail-file-header)
5291         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5292         autoloads.
5293         (rmail-default-rmail-file): Remove unnecessary declaration.
5294         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5295
5296 2009-02-14  Glenn Morris  <rgm@gnu.org>
5297
5298         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5299         variable (only used in gnus-util, which declares it anyway).
5300         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5301         which was only needed by gnus-art (changed to not use it any more).
5302         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5303         only used in gnus-util, which autoloads it itself.
5304         (rmail-update-summary): Fix autoload.
5305
5306         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5307         rather than rmail-output-to-rmail-file.
5308
5309 2009-02-07  Glenn Morris  <rgm@gnu.org>
5310
5311         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5312         autoload of function that no longer exists.
5313         (rmail-toggle-header): Declare.
5314         (message-forward-rmail-make-body): Handle mbox Rmail.
5315
5316 2009-01-31  Glenn Morris  <rgm@gnu.org>
5317
5318         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5319         2009-01-09 change.
5320
5321 2009-01-31  Dave Love  <fx@gnu.org>
5322
5323         * imap.el (imap-fetch-safe): Bind debug-on-error.
5324         (imap-debug): Add imap-fetch-safe.
5325
5326 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5327
5328         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5329         (auth-source-forget-all-cached): New convenience function.
5330         (auth-source-user-or-password): Accept list of modes or a single mode.
5331
5332         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5333         auth-source modes.
5334
5335         * netrc.el (netrc-machine-user-or-password): Use list of
5336         auth-source modes.
5337
5338         * nnimap.el (nnimap-open-connection): Use list of
5339         auth-source modes.
5340
5341         * nntp.el (nntp-send-authinfo): Use list of
5342         auth-source modes.
5343
5344 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5345
5346         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5347         now.
5348
5349 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5352         coding system in XEmacs; add a workaround for XEmacs.
5353
5354         * lpath.el: Fbind coding-system-aliasee.
5355
5356 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5359         of current-language-environment.
5360
5361 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5362
5363         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5364         available at runtime.
5365
5366 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5367
5368         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5369
5370 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5371
5372         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5373         the greatest positive fixnum value doesn't work under an XEmacs with
5374         bignum support; use the most-positive-fixnum constant instead,
5375         available since Emacs 21.1 with cl and XEmacs 21.1.
5376
5377 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5378
5379         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5380         XEmacs gets not to work.
5381
5382 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5383
5384         * mm-util.el (mm-coding-system-priorities): Allow the value like
5385         "Japanese (UTF-8)" of current-language-environment.
5386
5387 2009-01-09  Glenn Morris  <rgm@gnu.org>
5388
5389         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5390         with last-command-event.
5391
5392 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5393
5394         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5395         in the doc string.
5396
5397         * message.el (message-fix-before-sending): Amend comment.
5398
5399 2009-01-08  Dave Love  <fx@gnu.org>
5400
5401         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5402
5403 2009-01-07  David Engster  <dengste@eml.cc>
5404
5405         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5406         simplified server definitions by converting it via
5407         gnus-server-to-method.
5408
5409 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5410
5411         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5412         parameter's operands.
5413
5414 2009-01-06  David Engster  <dengste@eml.cc>
5415
5416         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5417         primary select method (for gnus-group-mark-article-as-read).
5418
5419 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5420
5421         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5422         `(gnus)Face', not `(gnus)X-Face'.
5423
5424 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * mm-util.el (mm-ucs-to-char): New function.
5427
5428         * mm-url.el (mm-url-decode-entities): Use it.
5429
5430         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5431         unicode-to-char.
5432
5433 2009-01-05  Dave Love  <fx@gnu.org>
5434
5435         * time-date.el: Require cl for `declare'.
5436
5437 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5438
5439         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5440         Dave Love.
5441
5442 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * message.el (message-fix-before-sending): Add `eight-bit' to
5445         illegible-text check.
5446
5447 2009-01-03  Michael Olson  <mwolson@gnu.org>
5448
5449         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5450         `headers' is nil.  This can occur if the IMAP server does not have
5451         permissions to read messages from a folder, but can write new messages
5452         to the folder.
5453         (nnimap-request-article-part): Do not insert `data' if it is nil.
5454
5455         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5456         characters which will confuse `read', so skip past them.
5457
5458 2009-01-01  Dave Love  <fx@gnu.org>
5459
5460         * imap.el (imap-string-to-integer): Fix typo.
5461         (imap-fetch-safe): New function.
5462         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5463
5464         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5465
5466         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5467         (imap-parse-greeting): Fix doc strings.
5468         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5469         (imap-parse-flag-list): Make messages unique.
5470         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5471
5472         * nnimap.el: Fix author email.
5473         (nnimap-split-rule): Add FIXME comment.
5474         (nnimap-debug): Fix doc string.
5475
5476 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5479
5480 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5481
5482         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5483         nslookup if resolv.conf isn't available.
5484         (dns-query): Rename from query-dns.
5485         (dns-query-cached): Rename from query-dns-cached.
5486
5487 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5488
5489         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5490         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5491         to check if those variables exist (first appeared in Emacs 18.50).
5492
5493 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5494
5495         * mm-util.el (mm-line-number-at-pos): New function.
5496
5497         * spam-report.el (spam-report-process-queue): Use it.
5498
5499 2008-12-24  David Engster  <dengste@eml.cc>
5500
5501         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5502         parameters that haven't existed as variables as buffer-local variables.
5503
5504 2008-12-23  Dave Love  <fx@gnu.org>
5505
5506         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5507         cadar.
5508
5509         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5510         imap-starttls-p.
5511         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5512
5513 2008-12-22  Dave Love  <fx@gnu.org>
5514
5515         * imap.el: Fix author email.  Doc fixes.
5516         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5517         reply.
5518
5519 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5520
5521         * spam-report.el (spam-report-gmane-max-requests): New constant.
5522         (spam-report-gmane-wait): New variable.
5523         (spam-report-gmane-ham, spam-report-gmane-spam)
5524         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5525         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5526         the server.
5527
5528         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5529         Add explanations.
5530
5531         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5532         nnheader-accept-process-output and nnheader-read-timeout if available.
5533         (pop3-movemail): Use it.
5534
5535         * message.el (message-check-news-body-syntax): Fix signature check if
5536         there's an attachment.
5537
5538 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * mm-util.el: Add comments to the mm- emulating functions.
5541
5542 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5543
5544         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5545         Reported by Stephen Berman <stephen.berman@gmx.net>.
5546
5547 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * mm-util.el (mm-substring-no-properties): New function.
5550         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5551         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5552         (mm-string-to-multibyte): Doc fix.
5553
5554         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5555
5556 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5557
5558         * mml.el (mml-attach-file): Strip text properties from file name.
5559         (Bug#1574)
5560
5561 2008-12-16  Glenn Morris  <rgm@gnu.org>
5562
5563         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5564
5565 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5566
5567         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5568         knows since the charset specified might be a bogus alias that
5569         mm-charset-synonym-alist provides.
5570
5571 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5572
5573         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5574         "ISO_8859-1".
5575
5576         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5577
5578 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5579
5580         * mm-util.el (mm-charset-eval-alist):
5581         Define it before mm-charset-to-coding-system.
5582         (mm-charset-to-coding-system): Add optional argument `silent';
5583         define it before mm-charset-override-alist.
5584         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5585         default value if it can be used in Emacs currently running;
5586         silence mm-charset-to-coding-system.
5587
5588 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5589
5590         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5591         `allow-override' which says whether to use `mm-charset-override-alist'.
5592         (rfc2047-decode-encoded-words): Use it.
5593
5594         * mm-util.el (mm-charset-override-alist): Fix custom type;
5595         add `(gb2312 . gbk)' to choices.
5596
5597 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5600         fast.
5601
5602         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5603
5604         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5605
5606 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5607
5608         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5609         on links.
5610
5611         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5612
5613 2008-12-03  Lute Kamstra  <lute@gnu.org>
5614
5615         * sha1.el: Remove leading * from docstrings of defcustoms,
5616         deffaces, defconsts and defuns.
5617
5618 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5619
5620         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5621         users' addresses that don't have domain parts.
5622         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5623         rather than message-narrow-to-head since there will be the message
5624         header separator.
5625
5626 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5627
5628         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5629         since the result is inserted in a unibyte buffer anyway.
5630         (nnimap-demule-use-string-to-multibyte): Remove.
5631         (nnimap-demule): Alias it to mm-string-to-multibyte.
5632
5633 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5634
5635         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5636         variable for debugging bug#464 and bug#1174.
5637         (nnimap-demule): Use it.
5638
5639 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5640
5641         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5642         score calculation correctly.
5643
5644 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5645
5646         * message.el (message-send-mail): Just set the buffer to unibyte
5647         rather than use mm-with-unibyte-current-buffer which does a lot more.
5648         (message-send-mail-partially): Don't bother with
5649         mm-with-unibyte-current-buffer since it's already been made unibyte by
5650         message-send-mail.
5651
5652 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5653
5654         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5655
5656 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5659
5660 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5661
5662         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5663         require itself and to remove `with-no-warnings'.
5664
5665 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5666
5667         * starttls.el (starttls-any-program-available): Get the name of the
5668         available TLS layer program.
5669         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5670         well as the host name in the "opening" message.
5671
5672         * auth-source.el (auth-source-cache, auth-source-do-cache)
5673         (auth-source-user-or-password): Cache passwords and logins by default,
5674         allow override with `auth-source-do-cache'.
5675         (auth-source-forget-user-or-password): Allow users to remove cache
5676         entries if needed.
5677
5678 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5679
5680         * md4.el (md4-buffer): Fix typo in docstring.
5681         (md4, md4-64): Doc fixes.
5682         (md4-pack-int32): Reflow docstring.
5683
5684 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5685
5686         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5687         condition-case to only the forward-sexp call.
5688
5689 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5690
5691         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5692         quotes contained.  Make it more robust regardless by an extra
5693         condition-case wrapper.
5694
5695 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5698
5699 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5700
5701         * nnml.el (nnml-request-expire-articles): Check if the function set to
5702         `nnmail-expiry-target' returns the symbol `delete'.
5703
5704         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5705
5706         * nnmail.el (nnmail-expiry-target): Fix custom type.
5707
5708 2008-10-02  Glenn Morris  <rgm@gnu.org>
5709
5710         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5711         Silence compiler warning.
5712
5713 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5714
5715         * tls.el (open-tls-stream): Show the actual command being
5716         executed, instead of the format string.
5717
5718 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * lpath.el: Fbind codepage-setup for Emacs 23.
5721
5722 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5723
5724         * mml.el (mml-menu): Don't assume mml2015 is bound.
5725
5726 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5729         exists.
5730
5731 2008-09-27  Glenn Morris  <rgm@gnu.org>
5732
5733         * gnus-util.el (mail-header-remove-comments): Autoload it.
5734
5735 2008-09-27  Andreas Schwab  <schwab@suse.de>
5736
5737         * gnus-util.el (gnus-split-references): Strip comments.
5738         (gnus-parent-id): Likewise.
5739
5740 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5741
5742         * message.el (message-confirm-send): Fix version.
5743
5744 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * message.el (message-idna-to-ascii-rhs-1): Use
5747         mail-extract-address-components rather than mail-header-parse-addresses
5748         that is an alias by default to ietf-drums-parse-addresses that does not
5749         support non-ASCII names in headers' contents.
5750
5751 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5752
5753         * message.el (message-confirm-send): Fix variable documentation to
5754         avoid the "y/n" wording.
5755
5756 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5757
5758         * message.el (message-set-auto-save-file-name): Save to a different
5759         filename so multiple messages (especially drafts) can be recovered.
5760
5761 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5762
5763         * message.el (message-confirm-send): Add appropriate version.
5764
5765 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5766
5767         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5768         defvar.
5769
5770 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5771
5772         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5773         (mm-pkcs7-enveloped-magic): Ditto.
5774
5775 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5776
5777         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5778         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5779
5780 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5781
5782         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5783         default, it's better.
5784
5785 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5786
5787         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5788         summary line gnus-number property and ignore them (with a warning
5789         message).
5790
5791 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5794         macro caddr in the interactive form since it won't be expanded.
5795
5796 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5799         `charset'; fix name of function called recursively.
5800         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5801
5802 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5805         (gnus-mime-set-charset-parameters): New function.
5806         (gnus-mime-view-part-as-charset): Use it to correctly display part
5807         specifying wrong charset.
5808
5809 2008-09-08  David Engster  <dengste@eml.cc>
5810
5811         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5812         in completing-read for back end server.
5813
5814 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5815
5816         * message.el (message-confirm-send): New variable to confirm sending a
5817         message.
5818         (message-send): Use it.
5819
5820 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5821
5822         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5823
5824 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5825
5826         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5827
5828 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5829
5830         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5831         prevent tracking too many groups.
5832         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5833         Use it.
5834
5835 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5836
5837         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5838         moving point to the bottom of the window in order to avoid recentering.
5839
5840 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5841
5842         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5843
5844         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5845         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5846         (gnus-article-beginning-of-window): Fix calculation.
5847
5848 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5849
5850         * gnus-msg.el (gnus-summary-supersede-article)
5851         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5852         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5853         message header.
5854
5855 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5856
5857         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5858         pending output coming after the status change.
5859
5860 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5861
5862         * message.el:
5863         * gnus-start.el:
5864         * gnus-registry.el: Remove VMS support.
5865
5866 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5869         macro.
5870         (rfc2104-hash): Use it.
5871
5872 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5873
5874         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5875         (gnus-summary-sort-by-most-recent-date): New commands.
5876         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5877         and menu entries.
5878
5879 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5880
5881         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5882         don't redisplay article for raw contents; remove plural articles stuff.
5883
5884         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5885         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5886         on gnus-summary-save-article; display results properly.
5887
5888 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * lpath.el: No need to fbind ns-focus-frame.
5891
5892 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5893
5894         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5895
5896 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5897
5898         * gnus-art.el (gnus-summary-save-in-pipe):
5899         Consider gnus-save-all-headers.
5900
5901 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5902
5903         * gnus-util.el (ns-focus-frame): Remove declaration.
5904         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5905         like x.
5906
5907 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5908
5909         * rfc2104.el (rfc2104-zero): Delete defconst.
5910         (rfc2104-hex-alist): Likewise.
5911         (rfc2104-hex-to-int): Delete func.
5912         (rfc2104-hexstring-to-bitstring): Likewise.
5913         (rfc2104-nybbles): New defconst.
5914         (rfc2104-hash): Rewrite for speed.
5915
5916 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * tls.el (open-tls-stream): Make it work with the 2nd argument
5919         BUFFER that is a string but does not exist as a buffer object, as
5920         mentioned in the doc-string.
5921
5922 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5925         SXEmacs.
5926
5927 2008-07-16  Glenn Morris  <rgm@gnu.org>
5928
5929         * gnus-util.el (ns-focus-frame): Declare for compiler.
5930
5931 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5932
5933         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5934         set as a group parameter.
5935         (gnus-summary-save-in-pipe): Work when it is called independently.
5936         (gnus-summary-pipe-to-muttprint): Don't modify
5937         gnus-summary-pipe-output-default-command.
5938
5939 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5940
5941         * message.el (message-send-mail-with-sendmail):
5942         Display the error message.
5943
5944 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * gnus-art.el (gnus-default-article-saver):
5947         Add gnus-summary-save-in-pipe to choices.
5948         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5949         gnus-summary-pipe-output-default-command as the default command.
5950         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5951         instead of gnus-last-shell-command.
5952
5953         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5954         New user option.
5955         (gnus-summary-muttprint-program): Mention the value will be changed.
5956         (gnus-summary-save-article): Force showing of all headers.
5957         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5958
5959 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5960
5961         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5962
5963 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5964
5965         * nnimap.el (nnimap-id):
5966         * sieve-manage.el (sieve-manage-open): Doc fixes.
5967
5968 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5969
5970         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5971         if available.
5972
5973 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5974
5975         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5976
5977         * nnkiboze.el (nnkiboze-generate-group):
5978         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5979
5980         * nnmairix.el: Require CL.
5981
5982 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5983
5984         * dgnushack.el: Autoload get-display-table and put-display-table for
5985         XEmacs 21.5.
5986
5987         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5988         21.4 and SXEmacs.
5989
5990 2008-06-15  David Engster  <dengste@eml.cc>
5991
5992         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5993
5994 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5995
5996         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5997         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5998         runtime choice under XEmacs.
5999
6000         * gnus-sum.el (gnus-summary-set-display-table):
6001         Use `gnus-put-display-table', `gnus-get-display-table',
6002         `gnus-set-display-table' for the display table, instead of `aset'.
6003
6004         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
6005         Use `gnus-put-display-table', `gnus-get-display-table',
6006         `gnus-set-display-table' for the display table.
6007
6008 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6009
6010         * nnmairix.el: Add autoloads.
6011
6012 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6013
6014         * nnmairix.el (nnmairix-delete-recreate-group)
6015         (nnmairix-update-and-clear-marks): Fix error messages.
6016
6017 2008-06-14  David Engster  <dengste@eml.cc>
6018
6019         * nnmairix.el: Upgrade to version 0.6.
6020         (nnmairix-group-toggle-propmarks-this-group)
6021         (nnmairix-group-toggle-readmarks-this-group)
6022         (nnmairix-group-delete-recreate-this-group)
6023         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6024         (nnmairix-remove-tick-mark-original-article): New commands.
6025         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6026         (nnmairix-propagate-marks-to-nnmairix-groups)
6027         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6028         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6029         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6030         functions needed for marks propagation and manipulation of read marks.
6031         (nnmairix-update-groups): New function.
6032         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6033         (nnmairix-determine-original-group-from-registry)
6034         (nnmairix-determine-original-group-from-path)
6035         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6036         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6037         New helper functions.
6038         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6039         keystrokes for new commands.
6040         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6041         (nnmairix-request-group): Check allow-fast group parameter.
6042         (nnmairix-request-create-group): Set allow-fast group parameter if
6043         nnmairix-allowfast-default is set.
6044         (nnmairix-close-group): Propagate marks upon closing if needed.
6045         (nnmairix-group-toggle-threads-this-group): Use new.
6046         nnmairix-group-toggle-parameter helper function.
6047         (nnmairix-search): Better check for empty search result.
6048         (nnmairix-goto-original-article): Use new helper functions for
6049         determining original article.
6050         (nnmairix-show-original-article): Make sure message-id is in brackets.
6051         (nnmairix-call-mairix-binary): Change variable name.
6052         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6053         helper function.
6054         (nnmairix-widget-toggle-activate): Fix doc string.
6055
6056 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * nnir.el: Require edmacro when compiling with XEmacs.
6059         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6060         available in Emacs 21.
6061
6062 2008-06-11  Glenn Morris  <rgm@gnu.org>
6063
6064         * gnus-util.el (x-focus-frame):
6065         * gnus.el (image-size):
6066         * mm-decode.el (image-size): Declare.
6067
6068         * gnus-picon.el (declare-function): Add compat definition.
6069         (image-size): Declare.
6070
6071         * gnus-group.el (tool-bar-map):
6072         * gnus-sum.el (tool-bar-map): Define for compiler.
6073
6074         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6075
6076         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6077
6078         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6079         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6080         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6081         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6082         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6083         * sieve-manage.el, spam-report.el, spam.el:
6084         Remove unnecessary eval-and-compile of autoloads.
6085
6086 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6087
6088         * auth-source.el: Precise Tramp doc.
6089
6090 2008-06-07  Glenn Morris  <rgm@gnu.org>
6091
6092         * nnmairix.el: Remove unnecessary eval-when-compile.
6093
6094 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6095
6096         * lpath.el: Fbind propertize for XEmacs 21.4.
6097
6098 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6099
6100         * nnir.el: Move here from ../contrib.
6101
6102 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6103
6104         * gnus-util.el (gnus-read-shell-command): New function.
6105         * mm-decode.el (mm-pipe-part):
6106         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6107
6108 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6109
6110         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6111
6112 2008-06-03  Glenn Morris  <rgm@gnu.org>
6113
6114         * pop3.el (nnheader-accept-process-output): Autoload it.
6115
6116 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6117
6118         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6119         are not 2-digit hexadecimal characters that follow `%'s.
6120
6121 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6122
6123         * message.el (message-bogus-recipient-p): Fix type in doc string.
6124         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6125         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6126         Improve custom options.
6127         (message-bogus-recipient-p): Adjust accordingly.
6128
6129 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6130
6131         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6132         long-form month and day names.
6133
6134 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6135
6136         * dgnushack.el: Autoload debug, eudc-expand-inline and
6137         pgg-snarf-keys-region for XEmacs.
6138
6139         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6140
6141         * nnmairix.el: Require edmacro when compiling with XEmacs.
6142
6143 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6144
6145         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6146         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6147
6148 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6149
6150         * auth-source.el: Add more docs.
6151
6152         * netrc.el (netrc-machine): Always match if the port is not given.
6153
6154 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6155
6156         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6157         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6158         retrieval faster in some cases, but might make CPU usage larger.
6159         If this has any bad side effects, we might revert this change.
6160
6161         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6162         seems to make mail retrieval much, much faster.
6163         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6164         unconditionally.
6165
6166         * gnus-draft.el (gnus-group-send-queue):
6167         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6168
6169 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6172
6173         * message.el (message-bogus-address-regexp): Fix and improve custom
6174         type.
6175         (message-setup-hook): Add message-check-recipients as custom option.
6176
6177 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6178
6179         * message.el (message-cite-function): Remove bogus autoload which crept
6180         in during merge from v5-10.
6181
6182 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6183
6184         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6185
6186         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6187
6188         * auth-source.el: Preliminary Tramp docs.
6189         (auth-sources): Change the default auth-sources to use
6190         EPA .gpg files.
6191
6192 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6193
6194         * nntp.el: Autoload `auth-source-user-or-password'.
6195         (nntp-send-authinfo): Use it.
6196
6197         * nnimap.el: Autoload `auth-source-user-or-password'.
6198         (nnimap-open-connection): Use it.
6199
6200         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6201         for the gnus-message function.
6202         (auth-source-user-or-password): Use it.
6203
6204 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6205
6206         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6207         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6208         (rfc2104-hash): Use it.
6209
6210 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6211
6212         * gnus-art.el (gnus-article-toggle-truncate-lines):
6213         Don't use `iff' in docstring.
6214
6215 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6216
6217         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6218
6219         * gnus-util.el (gnus-extract-address-component-name)
6220         (gnus-extract-address-component-email): Convenience functions around
6221         `gnus-extract-address-components'.
6222
6223         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6224         Use `gnus-extract-address-component-email' to fix bug of comparing full
6225         sender name to `user-mail-address'.
6226
6227 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6228
6229         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6230         catch/throw to optimize.
6231         (gnus-registry-find-keywords): Just use member to find a keyword.
6232
6233 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6234
6235         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6236         is current before calling gnus-server-prepare.
6237         (gnus-server-setup-buffer, gnus-server-update-server)
6238         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6239
6240 2008-05-04  Juri Linkov  <juri@jurta.org>
6241
6242         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6243         (mailcap-file-default-commands): Use mailcap-replace-in-string
6244         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6245         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6246
6247 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6248
6249         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6250
6251 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6252
6253         * gnus.el: Bump version to 0.11.
6254
6255 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6256
6257         * gnus.el: No Gnus v0.10 is released.
6258
6259 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6260
6261         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6262         hooks.
6263         (gnus-update-read-articles): Speed up non-marks-using users.
6264         (gnus-use-marks): Define gnus-use-marks.
6265         (gnus-propagate-marks): Rename variable to something more sensible.
6266
6267 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6268
6269         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6270         (gmm-image-load-path-for-library): Fix typos in docstrings.
6271         (gmm-message): Reflow docstring.
6272
6273 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6274
6275         * mail-source.el (mail-source-set-1, mail-source-bind):
6276         Move auth-source code out of the macro to clean it up and fix bugs.
6277
6278 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6279
6280         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6281         by sender if it's equal to user-mail-address, it's likely to be
6282         useless.
6283
6284         * mail-source.el (mail-source-bind): Don't use user or password if they
6285         are not bound.  Unintern them if they are nil.  Don't use server unless
6286         it's bound, and default it to empty string otherwise.
6287
6288 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6289
6290         * mail-source.el: Load auth-source.el.
6291         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6292         get user name or password, if auth-sources is set up.
6293
6294         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6295         strategy of splitting with parent.
6296         (gnus-registry-split-fancy-with-parent)
6297         (gnus-registry-post-process-groups): Use it and fix prior
6298         bug (returning a list as the split result).
6299
6300         * auth-source.el (auth-sources): Remove server parameter.
6301         (auth-source-pick, auth-source-user-or-password)
6302         (auth-source-user-or-password-imap)
6303         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6304         (auth-source-user-or-password-sftp)
6305         (auth-source-user-or-password-smtp): Remove server parameter.
6306
6307 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6308
6309         * smime.el (smime-sign-region, smime-encrypt-region)
6310         (smime-decrypt-region):
6311         Remove redundant calls to `generate-new-buffer-name'.
6312
6313 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6314
6315         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6316         Don't use QP for message/rfc822.
6317         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6318
6319 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6320
6321         * sieve-manage.el (sieve-string-bytes): Remove.
6322         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6323         correct byte-length only if the process's coding-system is the same as
6324         the one used internally by Emacs to represent strings.
6325
6326 2008-04-22  Juri Linkov  <juri@jurta.org>
6327
6328         * mailcap.el (mailcap-file-default-commands): New function.
6329
6330 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6331
6332         * message.el (message-signature-separator, message-cite-function):
6333         Change custom version.
6334
6335 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6336
6337         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6338         commands.
6339         (tls-checktrust): Ditto.
6340
6341 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6342
6343         * mm-decode.el (mm-display-external): Make temp file read-only.
6344
6345 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6346
6347         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6348         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6349         `C-c C-f d'.
6350
6351 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6352
6353         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6354
6355 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * gnus.el: Bump version to 0.9.
6358
6359 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6360
6361         * gnus.el: No Gnus v0.8 is released.
6362
6363 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6364
6365         * mail-source.el (mail-source-value):
6366         Prefer fboundp to functionp so it works with macros as well.
6367
6368 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6369
6370         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6371         Fix last change in case the element is not even a symbol.
6372
6373 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6374
6375         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6376         Prefer fboundp to functionp so it works with macros as well.
6377
6378 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6379
6380         * auth-source.el: Add docs.
6381         (auth-sources): Modify format to support server.
6382         (auth-source-pick, auth-source-user-or-password)
6383         (auth-source-user-or-password-imap)
6384         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6385         (auth-source-user-or-password-sftp)
6386         (auth-source-user-or-password-smtp): Add server parameter.
6387
6388 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6389
6390         * gnus-registry.el: Initialize the registry when gnus-registry-install
6391         is t.
6392
6393 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6394
6395         * compface.el (uncompface): Make buffer unibyte.
6396
6397 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6398
6399         * mail-source.el (mail-source-value):
6400         Prefer fboundp to functionp so it works with macros as well.
6401
6402 2008-04-05  Glenn Morris  <rgm@gnu.org>
6403
6404         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6405
6406 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6407
6408         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6409         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6410
6411         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6412         multibyteness after rather than before erasing it.
6413
6414         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6415         mm-with-multibyte.
6416         (gnus-request-article-this-buffer): Make sure the proper decoding is
6417         used if gnus-original-article-buffer happens to be unibyte.
6418
6419         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6420         default-enable-multibyte-characters.
6421
6422         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6423         default-enable-multibyte-characters.
6424
6425         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6426
6427         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6428
6429 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6430
6431         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6432         Fix last change in case the element is not even a symbol.
6433
6434 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6435
6436         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6437         (imap-message-copyuid-1): Use it.
6438         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6439         J. Williams in
6440         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6441
6442         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6443         imap-enable-exchange-bug-workaround.
6444         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6445
6446 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6447
6448         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6449         a 100 byte status-checks into a 2-3MB transfer for each group.
6450         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6451         to enable bug workaround or not.
6452         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6453
6454 2008-03-31  Glenn Morris  <rgm@gnu.org>
6455
6456         * message.el (mml2015-use): Declare for compiler.
6457         (message-info): Require mml2015 when appropriate.
6458
6459 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6460
6461         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6462         whitespace.
6463
6464 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6465
6466         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6467         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6468         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6469         (nntp-service-to-port): New function.
6470         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6471         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6472         (nntp-open-netcat-stream): New function.
6473         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6474
6475 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6476
6477         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6478
6479 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6480
6481         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6482
6483 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6484
6485         * dns.el (dns-write): Use set-buffer-multibyte.
6486
6487 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6488
6489         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6490
6491 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * message.el (message-signature-separator): Change default.
6494         Improve custom type.
6495         (message-cite-function): Change default to
6496         message-cite-original-without-signature.
6497
6498         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6499         toggle.
6500
6501         * message.el (message-check-news-body-syntax): Fix signature check.
6502         (message-setup-1): Mark buffer as unmodified _after_ running
6503         message-setup-hook and handling message-alternative-emails.
6504         (message-shorten-references): Be more strict when building list of
6505         valid references to comply with GNKSA.
6506
6507         * gnus-group.el (gnus-read-ephemeral-bug-group)
6508         (gnus-read-ephemeral-debian-bug-group)
6509         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6510
6511         * message.el (message-info): Don't use booleanp which isn't supported
6512         in Emacs 21 and XEmacs.
6513
6514 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6515
6516         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6517         gnus-group-gmane-group-download-format.
6518         (gnus-group-read-ephemeral-gmane-group): Rename from
6519         gnus-group-read-ephemeral-gmane-group.
6520         (gnus-read-ephemeral-gmane-group-url): Rename from
6521         gnus-group-read-ephemeral-gmane-group-url.
6522         (gnus-bug-group-download-format-alist): New variable.
6523         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6524         (gnus-read-ephemeral-emacs-bug-group): New commands.
6525
6526 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6527
6528         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6529         (gnus-visible-headers): Improve custom type.
6530
6531 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6532
6533         * mml.el (mml-menu): Add workarounds for XEmacs.
6534
6535         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6536         X-Boundary header.
6537
6538         * message.el (message-simplify-recipients): Fix previous commit.
6539
6540 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6541
6542         * mm-util.el (mm-set-buffer-multibyte): New function.
6543         * mm-decode.el (mm-copy-to-buffer): Use it.
6544
6545         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6546         Prefer fboundp to functionp so it works with macros as well.
6547
6548 2008-03-19  Glenn Morris  <rgm@gnu.org>
6549
6550         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6551         Accidentally removed in the sync process with Emacs.
6552
6553 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6554
6555         * message.el (message-alter-recipients-discard-bogus-full-name):
6556         New function.
6557         (message-alter-recipients-function): New variable.
6558         (message-get-reply-headers): Use it.
6559         (message-replace-header): New helper function.
6560         (message-recipients-without-full-name): New variable.
6561         (message-simplify-recipients): New command.
6562
6563         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6564
6565         * message.el (message-info): Handle EasyPG manual.
6566
6567         * mml.el (mml-menu): Add entry for EasyPG.
6568
6569 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6570
6571         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6572         parameter.
6573
6574         * message.el (message-disassociate-draft): Specify drafts group name
6575         fully.
6576
6577 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6578
6579         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6580         Eliminate unnecessary duplicates from the match list.
6581
6582 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6583
6584         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6585
6586         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6587
6588         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6589         args of `how-many' of which the XEmacs version doesn't take; declare
6590         Info-index-next as function.
6591
6592 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * gnus-score.el (gnus-score-headers): Fix handling of
6595         gnus-inhibit-slow-scoring.
6596
6597         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6598         string.
6599         (gnus-button-url-regexp): Improve handling of parenthesis.
6600         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6601         (gnus-button-handle-info-keystrokes): Handle index entries.
6602
6603 2008-03-15  Glenn Morris  <rgm@gnu.org>
6604
6605         * parse-time.el (parse-time-string): Simplify.
6606
6607 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6608
6609         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6610         Incoming* files.
6611
6612 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6613
6614         * auth-source.el (auth-sources): Rename from auth-source-choices.
6615         (auth-source-pick): Use it.
6616
6617 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6618
6619         * binhex.el (binhex-decode-region-internal):
6620         * uudecode.el (uudecode-decode-region-internal):
6621         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6622         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6623         setting default-enable-multibyte-characters.
6624
6625 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6626
6627         * auth-source.el (auth-source-protocols)
6628         (auth-source-protocols-customize, auth-source-choices): Add and
6629         modified variable customizations and defaults.
6630         (auth-source-pick, auth-source-user-or-password)
6631         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6632         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6633         (auth-source-user-or-password-sftp)
6634         (auth-source-user-or-password-smtp): Use new variables and provide an
6635         interface to netrc.el.
6636
6637 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6638
6639         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6640         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6641         Make sure the nntp port to specify is a string.
6642
6643 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6644
6645         * nntp.el: Use with-current-buffer.
6646         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6647         dubious mm-with-unibyte-current-buffer.
6648         (nntp-with-open-group-function): New function extracted from
6649         nntp-with-open-group macro.
6650         (nntp-with-open-group): Use the function, so it's easier to debug.
6651         Add indentation and debugging info.
6652         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6653         Recommend the use of the netcat alternatives.
6654
6655         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6656         Avoid mm-string-as-multibyte as well.
6657
6658         * nnweb.el (nnweb-insert-html):
6659         Remove use of nnheader-string-as-multibyte.
6660
6661         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6662         (nnheader-string-as-multibyte): Remove.
6663
6664         * mm-view.el: Use inhibit-read-only.
6665         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6666         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6667         or unibyte-string.
6668
6669         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6670         (mm-uu-yenc-extract): Use with-current-buffer.
6671
6672         * gnus-soup.el (gnus-soup-send-packet): Don't use
6673         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6674
6675         * nnmh.el: Use with-current-buffer.
6676         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6677         mm-string-as-multibyte on the output of mm-encode-coding-string.
6678
6679         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6680         (nnimap-request-move-article): Use with-current-buffer.
6681
6682         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6683         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6684         conversion uses string-make-unibyte rather than string-as-unibyte.
6685
6686         * gnus-msg.el: Use with-current-buffer.
6687
6688         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6689
6690 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6691
6692         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6693         string for caching if it is 'PIN.
6694
6695 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6696
6697         * lpath.el: Consider the case without Emacs/W3.
6698
6699 2008-03-08  Glenn Morris  <rgm@gnu.org>
6700
6701         * time-date.el (date-to-time, time-subtract, time-add)
6702         (safe-date-to-time): Doc fixes.
6703
6704 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6705
6706         * mail-source.el (mail-source-delete-old-incoming-confirm):
6707         Change default to nil.
6708         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6709
6710 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6711
6712         * lpath.el: Rearrange.
6713
6714         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6715         (gnus-article-goto-prev-page): Work for articles having ^L's.
6716
6717         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6718
6719         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6720
6721 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6722
6723         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6724         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6725         (gnus-bookmark-jump): Adjust some variable names.
6726
6727 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6728
6729         * auth-source.el: New package.
6730         (auth-source-choices): Add customization entry point variable.
6731
6732         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6733         bug.
6734
6735 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6738         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6739         (gnus-registry-install-shortcuts): Rename from
6740         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6741         the `gnus-registry-mark-map' keymap dynamically from
6742         `gnus-registry-marks'.  The generated functions update the summary line
6743         when a registry mark is added or deleted, and will call
6744         `gnus-registry-install-p' (see the comments in the code).
6745         (gnus-registry-user-format-function-M): Use concat intelligently.
6746
6747         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6748         the registry mark functions.
6749
6750 2008-03-05  Glenn Morris  <rgm@gnu.org>
6751
6752         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6753         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6754         gnus-art.
6755         (top-level): No need to load own source when compiling.
6756
6757 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6760         Suggested by <chris.anderton@zetnet.co.uk>.
6761
6762 2008-03-04  Glenn Morris  <rgm@gnu.org>
6763
6764         * gnus-sum.el (top-level): No need to require gnus when compiling,
6765         since unconditionally required near start of file.
6766         (gnus-summary-display-while-building): Move definition before use.
6767
6768 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6769
6770         * gnus-registry.el (gnus-registry-user-format-function-M):
6771         Add formatting function.
6772
6773 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6774
6775         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6776         with plists.
6777         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6778         Use new format.
6779
6780 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6781
6782         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6783         `where-is-internal' that returns a range of key sequences.
6784
6785 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6786
6787         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6788
6789         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6790         (gnus-summary-jump-to-group): Consider windows on other displayed
6791         frames as well.  Similar changes might be needed elsewhere, but that's
6792         the one I've bumped into during my use.
6793
6794         * nndoc.el (nndoc-oe-dbx-type-p):
6795         * gnus-msg.el (gnus-debug):
6796         * gnus-group.el (gnus-update-group-mark-positions):
6797         Use mm-string-to-multibyte.
6798
6799 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6800
6801         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6802         doesn't handle NotDashEscaped.
6803
6804         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6805         (mml-dnd-attach-options): Fix typo in custom choice.
6806
6807         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6808         Change nndoc-article-type to mbox.
6809         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6810
6811         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6812         to nil, instead of html2text.
6813
6814         * imap.el (imap-debug): Add `imap-ping-server'.
6815
6816         * gnus-bookmark.el: Add FIXMEs.
6817
6818         * message.el (message-form-letter-separator)
6819         (message-send-form-letter-delay): New variables.
6820         (message-send-form-letter): Use them.  New command to send form
6821         letters.  Requested by Uwe Siart.
6822         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6823
6824 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6825
6826         * Update copyright years.
6827
6828 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6829
6830         Sync from EMACS_22_BASE.
6831
6832         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6833
6834 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6835
6836         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6837         empty author.
6838
6839 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6840
6841         * gnus-registry.el (gnus-registry-marks): Add variable for
6842         customization of marks and their appearance.
6843         (gnus-registry-read-mark): Use it.
6844         (gnus-registry-do-marks): Add utility function to loop through
6845         `gnus-registry-marks'.
6846         (gnus-registry-install-shortcuts-and-menus): Add function to install
6847         shortcuts and menus.
6848         (gnus-registry-initialize): Use it.
6849         (gnus-registry-default-mark): Clarify documentation.
6850
6851 2008-02-29  Glenn Morris  <rgm@gnu.org>
6852
6853         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6854         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6855         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6856         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6857         Change defcustom :version from 23.0 to 23.1.
6858
6859 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6860
6861         * gnus-registry.el (gnus-registry-follow-group-p)
6862         (gnus-registry-post-process-groups): Add functions to aid registry
6863         splitting and improve logging.  Clarify behavior in function
6864         documentation.
6865         (gnus-registry-split-fancy-with-parent): Use them.
6866
6867 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6868
6869         * gnus-art.el: Use with-current-buffer.
6870
6871 2008-02-27  David Engster  <dengste@eml.cc>
6872
6873         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6874         Express real group name in the response.
6875
6876 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6877
6878         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6879         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6880         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6881         autoload gnus-registry-fetch-group when compiling.
6882         (nnmairix-request-group-with-article-number-correction):
6883         Remove unreferenced argument passed to nnmairix-call-backend.
6884
6885 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6886
6887         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6888         (mm-uu-extract): Improve face for low color ttys.
6889         Reported by Sascha Wilde.
6890
6891 2008-02-27  Glenn Morris  <rgm@gnu.org>
6892
6893         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6894         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6895         variables to defconsts.  Convert comments to doc-strings.
6896         (nnmairix-last-server, nnmairix-current-server): Convert from free
6897         variables to defvars.  Convert comments to doc-strings.
6898         (gnus-registry-fetch-group): Autoload.
6899         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6900         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6901         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6902         caddr.
6903         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6904         nnmairix-request-group-with-article-number-correction call.
6905         (nnmairix-fast, nnmairix-group): New, less general names, for free
6906         variables passed from nnmairix-request-group to
6907         nnmairix-request-group-with-article-number-correction.  Declare.
6908         (nnmairix-request-group-with-article-number-correction):
6909         Use nnmairix-fast, nnmairix-group rather than fast, group.
6910
6911 2008-02-26  David Engster  <dengste@eml.cc>
6912
6913         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6914         version 0.5.
6915
6916 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6917
6918         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6919         instead of making an extra function call.  Don't add the current group
6920         to articles only when they have the group.  Use
6921         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6922         Reported by David <de_bb@arcor.de>.
6923
6924 2008-02-24  Miles Bader  <miles@gnu.org>
6925
6926         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6927         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6928         (mm-find-mime-charset-region):
6929         * mm-bodies.el (mm-encode-body):
6930         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6931
6932 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6935         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6936
6937 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * mail-source.el (mail-source-delete-incoming): Change default.
6940         Supplement doc string.
6941
6942         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6943
6944 2008-02-14  Glenn Morris  <rgm@gnu.org>
6945
6946         * time-date.el (format-seconds): New function.
6947
6948 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6949
6950         * nnmail.el (nnmail-message-id-cache-file): Derive from
6951         `gnus-home-directory'.
6952
6953 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6954
6955         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6956         Document negative prefix.
6957
6958         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6959
6960 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6961
6962         * message.el (message-unsent-separator): Add the Exim bounce
6963         separator.
6964
6965 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6966
6967         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6968         list.
6969         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6970         recipient/signer list.
6971
6972 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6973
6974         * Makefile.in (datarootdir): Define.
6975         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6976         name that might contain whitespace.
6977
6978 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6979
6980         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6981         fbound (Emacs 23 unicode), signal an error.
6982
6983 2008-02-08  Glenn Morris  <rgm@gnu.org>
6984
6985         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6986
6987 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6988
6989         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6990         ports to the calls to `netrc-machine-user-or-password' in addition to
6991         "imap" and "imaps".
6992
6993 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6994
6995         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6996
6997         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6998
6999 2008-02-01  Kenichi Handa  <handa@m17n.org>
7000
7001         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7002         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7003         (rfc2104-hash): Convert the result of concat to unibyte string.
7004
7005 2008-02-01  Dave Love  <fx@gnu.org>
7006
7007         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7008         coding-system-for-read.
7009         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7010
7011 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7012
7013         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7014         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7015         <hanche@math.ntnu.no>.
7016
7017 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7020
7021         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
7022
7023 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
7024
7025         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7026         * message.el (message-beginning-of-line): Use featurep instead of bound
7027         tests in order to resolve conditionals at compile time.
7028
7029 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7030
7031         * mail-source.el (mail-sources): Add `group' choice.
7032
7033         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7034         parameter `in-group' to control into which group the articles go.
7035         Add treatment of `group' mail-source.
7036
7037 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7038
7039         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7040
7041         * mm-decode.el (mm-dissect-buffer): Decode description.
7042
7043         * mml.el (mml-to-mime): Encode message header first.
7044
7045 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7046
7047         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7048         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7049
7050         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7051         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7052
7053 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7054
7055         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7056
7057 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7058
7059         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7060         prefix keys.
7061         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7062         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7063         gnus-xmas.el.
7064
7065         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7066         (gnus-xmas-article-describe-bindings): New function.
7067         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7068         gnus-xmas-article-describe-bindings.
7069
7070         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7071
7072 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7073
7074         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7075         Add new variables for article mark management.
7076         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7077         list of extra data entries which, when present, will indicate that the
7078         article ID should not be trimmed from the registry.
7079         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7080         functions.
7081         (gnus-registry-read-mark): New function to read a mark name from the
7082         user.
7083         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7084         (gnus-registry-set-article-mark-internal): New functions to add and
7085         remove marks.
7086         (gnus-registry-get-article-marks): New function to show the marks for
7087         an article, or retrieve them for further use.
7088
7089 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7092         keys when no argument is given.
7093
7094 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * imap.el (imap-ping-server): New variable.
7097         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7098         (imap-ping-server): Minor doc string fixes.
7099
7100 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7101
7102         * imap.el (imap-ping-server): New function.
7103         (imap-opened): Call imap-ping-server.
7104
7105 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7106
7107         * gnus-sum.el (gnus-article-sort-by-random)
7108         (gnus-thread-sort-by-random): Fix doc strings.
7109         Reported by jidanni@jidanni.org.
7110
7111 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7112
7113         * gnus-art.el (gnus-article-describe-bindings): New function.
7114         (gnus-article-read-summary-keys): Use it.
7115         (gnus-article-mode-map): Bind `C-h b' to it.
7116
7117 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7118
7119         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7120         XEmacs.
7121         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7122         Protect against non-character events.
7123
7124         * lpath.el: Fbind map-keymap for Emacs 21.
7125
7126 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7127
7128         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7129         New command.
7130         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7131         instead of END.  Change name of the temp file.
7132         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7133         customizable.
7134
7135 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7138         bind `S W' to gnus-article-wide-reply-with-original; set default
7139         binding to gnus-article-read-summary-send-keys.
7140         (gnus-article-read-summary-keys): Fix the order of keys; display
7141         continuation keys correctly in the echo area; describe bindings
7142         correctly when keys end with `C-h'.
7143         (gnus-article-read-summary-send-keys): New function.
7144         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7145         Work for gnus-article-read-summary-send-keys; display continuation keys
7146         correctly in the echo area.
7147         (gnus-article-reply-with-original): Ignore prefix argument.
7148         (gnus-article-wide-reply-with-original): New function.
7149
7150         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7151         Emacs 21.
7152
7153 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7154
7155         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7156         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7157
7158 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7159
7160         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7161         (gnus-group-read-ephemeral-gmane-group): New command.
7162
7163 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7164
7165         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7166
7167 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7168
7169         * message.el (message-send-mail-function): Increase custom version.
7170
7171         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7172         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7173
7174 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7175
7176         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7177         for the cases where imap-authenticate is called with a nil buffer
7178         parameter.
7179
7180 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7181
7182         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7183         html parts correctly; support forwarded messages.
7184         (gnus-article-browse-html-article): Remove work buffers.
7185
7186         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7187         compiling.
7188         (netrc-bound-and-true-p): New macro.
7189         (netrc-parse): Use it instead of bound-and-true-p that is not available
7190         in XEmacs 21.4.
7191
7192 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7193
7194         * gnus-registry.el (gnus-registry-mark-article)
7195         (gnus-registry-article-marks): Add functionality to mark articles
7196         through the Gnus registry.
7197
7198         * encrypt.el: Clarify documentation for the new pgg method.
7199         (encrypt-file-alist): Add PGG option.
7200         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7201         functionality.  Abstract password key and messaging to external
7202         functions.
7203         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7204         (encrypt-message-method-and-cipher): Add new convenience external
7205         functions.
7206         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7207         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7208
7209         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7210         (netrc-parse): Use encrypt-file-alist to determine if
7211         encrypt-find-model or encrypt-insert-file-contents should be used.
7212
7213         * encrypt.el: Clarify documentation.  Load password-cache or
7214         password, whichever one is found first, instead of autoloading.
7215
7216 2007-12-19  Glenn Morris  <rgm@gnu.org>
7217
7218         * mml.el (message-options-set, message-narrow-to-head)
7219         (message-in-body-p, message-mail-p, message-encode-message-body):
7220         Autoload.
7221         (message-remove-header, message-narrow-to-headers-or-head)
7222         (message-subscribed-p, message-make-mail-followup-to)
7223         (message-position-on-field, message-news-p)
7224         (message-options-set-recipient, message-generate-headers)
7225         (message-sort-headers): Declare as functions.
7226
7227 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7230         convention in doc string.
7231
7232 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7235         title to html parts.
7236         (gnus-article-browse-html-article): Pass message header to it.
7237
7238         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7239
7240 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7241
7242         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7243         or password compatible with XEmacs.
7244
7245 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7248         format document.
7249         (gnus-mime-delete-part): Don't write description line if empty.
7250         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7251
7252 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7253
7254         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7255         (gnus-summary-mark-read-and-unread-as-read)
7256         (gnus-summary-mark-current-read-and-unread-as-read)
7257         (gnus-summary-mark-unread-as-ticked): Doc fix.
7258         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7259
7260 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7261
7262         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7263         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7264
7265 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7268         yes-or-no-p.
7269
7270 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7271
7272         * mm-decode.el (mm-add-meta-html-tag): New function.
7273         (mm-save-part-to-file, mm-pipe-part): Use it.
7274
7275         * gnus-art.el (gnus-article-browse-delete-temp-files):
7276         Use gnus-y-or-n-p instead of y-or-n-p.
7277         (gnus-article-browse-html-parts): Work with message/external-body; use
7278         mm-add-meta-html-tag.
7279
7280 2007-12-11  Glenn Morris  <rgm@gnu.org>
7281
7282         * gnus-cache.el: Require gnus-sum not just when compiling.
7283
7284         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7285
7286         * gnus-int.el (gnus-server-opened, gnus-status-message):
7287         Move definitions before use.
7288
7289         * mm-decode.el: Require gnus-util.
7290         (mm-remove-part): Only call delete-annotation on XEmacs.
7291
7292         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7293
7294         * nnmail.el: Require gnus-int.
7295
7296         * spam.el: Move `require's before `eval-when-compile's.
7297
7298         * gnus-ems.el (gnus-alive-p):
7299         * gnus-fun.el (message-goto-eoh):
7300         * gnus-util.el (gnus-group-name-decode):
7301         * mail-source.el (gnus-compress-sequence):
7302         * message.el (Info-goto-node, format-spec):
7303         * mm-bodies.el (message-options-get):
7304         * mm-decode.el (mm-view-pkcs7):
7305         * mm-util.el (gmm-write-region):
7306         * mml-smime.el (mml-compute-boundary)
7307         (gnus-completing-read-with-default):
7308         * mml.el (widget-button-press, gnus-make-hashtable):
7309         * mml1991.el (mm-decode-content-transfer-encoding)
7310         (mm-encode-content-transfer-encoding)
7311         (message-options-get, message-options-set):
7312         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7313         * nnfolder.el (gnus-request-group):
7314         * nnheader.el (ietf-drums-unfold-fws):
7315         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7316         * smime.el (gnus-run-mode-hooks):
7317         * spam-stat.el (gnus-message): Autoload.
7318
7319         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7320         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7321         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7322         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7323         Add declare-function compatibility definition.
7324
7325         * gnus-cache.el (nnvirtual-find-group-art):
7326         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7327         (gnus-add-image, gnus-add-wash-type):
7328         * gnus-group.el (nnkiboze-score-file):
7329         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7330         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7331         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7332         (message-tokenize-header, gnus-get-buffer-create)
7333         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7334         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7335         * gnus.el (gnus-group-decoded-name):
7336         * mail-source.el (imap-capability):
7337         * mm-bodies.el (message-options-set):
7338         * mm-decode.el (gnus-configure-windows):
7339         * mm-extern.el (message-goto-body):
7340         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7341         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7342         (epg-sub-key-validity, message-options-set):
7343         * mml.el (widget-event-point, gnus-configure-windows):
7344         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7345         * mml2015.el (epg-check-configuration, epg-configuration)
7346         (message-options-set):
7347         * nndb.el (nndb-request-article):
7348         * nnfolder.el (gnus-request-create-group):
7349         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7350         * nnmaildir.el (gnus-group-mark-article-read):
7351         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7352         * rfc1843.el (message-fetch-field):
7353         * spam.el (gnus-extract-address-components):
7354         Declare as functions.
7355
7356 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7357
7358         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7359
7360         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7361
7362         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7363         bind show-trailing-whitespace for XEmacs.
7364
7365 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7366
7367         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7368         new no-op macro for backward compatibility.
7369
7370         * imap.el (imap-string-to-integer): New function.
7371
7372 2007-12-09  Glenn Morris  <rgm@gnu.org>
7373
7374         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7375
7376         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7377         * message.el, mm-view.el, sieve-manage.el, smime.el:
7378         Add declare-function compatibility definition.
7379
7380         * gnus-art.el (w3-region, w3m-region, Info-menu):
7381         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7382         * gnus-sum.el (gnus-get-predicate):
7383         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7384         * message.el (mail-abbrev-in-expansion-header-p):
7385         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7386         (w3m-detect-meta-charset, w3m-region):
7387         * sieve-manage.el (password-read, password-cache-add)
7388         (password-cache-remove):
7389         * smime.el (password-read-and-add): Declare as functions.
7390
7391 2007-12-08  David Kastrup  <dak@gnu.org>
7392
7393         * gnus-sum.el (gnus-summary-simplify-subject-query):
7394         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7395         `message'.
7396
7397 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7398
7399         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7400         it to bind idna-program, installation-directory, defined-colors, and
7401         face-attribute for XEmacs of the version that compiles defcustom forms.
7402
7403 2007-12-07  Glenn Morris  <rgm@gnu.org>
7404
7405         * gnus-art.el (article-make-date-line): Revert previous change.
7406
7407 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7410
7411 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7412
7413         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7414         Call gnus-add-to-range ranges only once with a prepared article-list.
7415
7416 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7417
7418         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7419         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7420         group names with backslashes.
7421         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7422
7423 2007-12-06  Deepak Goel  <deego3@gmail.com>
7424
7425         * gnus-art.el (article-make-date-line):
7426         * gnus-start.el (gnus-load):
7427         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7428
7429 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7430
7431         * gnus-art.el (gnus-use-idna)
7432         * gnus-start.el (gnus-site-init-file)
7433         * message.el (message-use-idna)
7434         * mm-uu.el (mm-uu-hide-markers)
7435         * smiley.el (smiley-style): Revert changes that suppress warnings.
7436
7437 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7438
7439         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7440         specify charset to html source.
7441         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7442
7443 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7446         idna-program in order to suppress byte compile warning issued by XEmacs
7447         that came to byte compile the default value section of defcustom forms
7448         recently.
7449
7450         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7451         value of installation-directory.
7452
7453         * message.el (message-use-idna): Don't directly refer to the value of
7454         idna-program.
7455
7456         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7457
7458         * smiley.el (smiley-style): Don't directly call face-attribute.
7459
7460 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7461
7462         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7463
7464         * gnus-dired.el: Reduce Gnus dependencies.
7465         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7466         Don't require.  Use autoloads instead.
7467         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7468         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7469         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7470         (gnus-dired-mode): Adjust doc string.
7471         (gnus-dired-mail-mode): New variable.
7472         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7473         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7474         (gnus-dired-mail-buffers): New function.  Return mail or message
7475         composition buffers.
7476         (gnus-dired-attach): Use it.
7477         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7478         NO-DECODE.
7479         (gnus-dired-print): Use `gnus-print-buffer' depending on
7480         `gnus-dired-mail-mode'.
7481
7482 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7483
7484         * rfc2047.el (rfc2047-encoded-word-regexp)
7485         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7486         explaining what regexp patterns are for.
7487
7488 2007-12-04  Glenn Morris  <rgm@gnu.org>
7489
7490         * password.el: Move to password-cache.el.
7491
7492         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7493         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7494         * mml-smime.el (password-read, password-cache-add)
7495         (password-cache-remove):
7496         No need to autoload, since mml-sec requires password.
7497
7498         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7499         * message.el (gnus-extract-address-components):
7500         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7501
7502         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7503         password.
7504
7505 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7506
7507         * mailcap.el: Reduce dependencies.
7508         (mail-header-parse-content-type): Autoload.
7509         (mailcap-delete-duplicates): New alias.
7510         (mailcap-mime-info): Add optional argument NO-DECODE.
7511         (mailcap-mime-types): Use mailcap-delete-duplicates.
7512
7513         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7514
7515 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7516
7517         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7518         (imap-parse-status): Upcase status-att for servers that sends them
7519         lower-case (e.g., MS Exchange 2007).
7520
7521 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7522
7523         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7524         function.
7525
7526         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7527         (gnus-uu-yenc-article): New function.
7528
7529         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7530
7531         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7532
7533 2007-12-02  Glenn Morris  <rgm@gnu.org>
7534
7535         * binhex.el (binhex): New custom group.
7536         (binhex-decoder-program, binhex-decoder-switches)
7537         (binhex-use-external): Move to the binhex custom group.
7538
7539         * uudecode.el (uudecode): New custom group.
7540         (uudecode-decoder-program, uudecode-decoder-switches)
7541         (uudecode-use-external): Move to the uudecode custom group.
7542
7543         * netrc.el (top-level): Don't load `encrypt' features.
7544         (netrc-parse): Don't use encrypt.
7545         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7546
7547         * encrypt.el: Remove file.
7548
7549 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7550
7551         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7552         matches on patches.
7553
7554         * gnus-art.el (gnus-article-browse-html-article):
7555         Mention `mm-text-html-renderer' in the doc string.
7556
7557         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7558         string.  Add comments.
7559
7560         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7561         if rhs is ASCII.
7562
7563 2007-12-01  Glenn Morris  <rgm@gnu.org>
7564
7565         * mail-source.el (top-level): Require format-spec before
7566         eval-when-compile.
7567
7568 2007-11-30  Glenn Morris  <rgm@gnu.org>
7569
7570         * encrypt.el: Require password, rather than autoloading password-read.
7571
7572 2007-11-29  Glenn Morris  <rgm@gnu.org>
7573
7574         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7575         (sasl-make-client, sasl-next-step, sasl-step-data)
7576         (sasl-step-set-data): Declare as functions.
7577
7578 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7579
7580         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7581
7582 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7583
7584         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7585         certs should be verified and what is to be done in the event of a
7586         verification failure.
7587
7588         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7589         caller can indicate whether the cache should be disregarded for this
7590         call.  This way the result of the call is reproducible at all times and
7591         can be considered a canonical server name for the supplied method.
7592         (gnus-agent-method-p): Canonicalize server names by pushing their
7593         method through `gnus-method-to-server' using the no-cache argument.
7594
7595         * gnus-srvr.el (gnus-server-insert-server-line):
7596         Call `gnus-method-to-server' with `no-cache' argument.
7597
7598         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7599         gnus-agent-possibly-synchronize-flags as this should be called when the
7600         server is actually being opened.
7601         (gnus-agent-possibly-synchronize-flags)
7602         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7603         flags file of an agentized server to the latter function.
7604
7605         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7606         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7607         after a connection has been established successfully.
7608
7609 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7610
7611         * gnus-art.el (article-display-face): Force to display face if called
7612         interactively; check if gnus-article-x-face-too-ugly matches author.
7613         (article-display-x-face): Display face even if From header is missing
7614         as article-display-face does.
7615
7616 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7617
7618         * hashcash.el (message-narrow-to-headers-or-head)
7619         (message-fetch-field, message-goto-eoh)
7620         (message-narrow-to-headers): Declare as functions.
7621
7622 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7623
7624         * mail-source.el (mail-sources): Default to fetch from file for
7625         compatibility with default of nnmail-spool-file.
7626
7627 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7630         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7631         to look for encoded word that should be encoded again.
7632         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7633         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7634         encoding pattern.
7635         (rfc2047-decode-region): Switch strict regexp and loose one according
7636         to rfc2047-allow-irregular-q-encoded-words.
7637
7638 2007-11-25  Romain Francoise  <romain@orebokech.com>
7639
7640         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7641
7642 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7643
7644         * tls.el (tls-program): Provide more custom choices from
7645         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7646         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7647
7648 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7649
7650         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7651         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7652
7653         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7654         `nnmail-spool-file'.
7655
7656         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7657         `nnmail-spool-file'.
7658
7659         * gnus-move.el (gnus-change-server): Ditto.
7660
7661         * gnus-kill.el (gnus-batch-score): Ditto.
7662
7663         * gnus-cache.el (gnus-jog-cache): Ditto.
7664
7665         * gnus-msg.el (gnus-summary-reply):
7666         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7667
7668 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7671         version.  Minor improvement to doc strings.
7672         (tls-program): Add comment.
7673
7674 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7675
7676         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7677         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7678         mismatch between the hostname provided in the certificate and the name
7679         of the host connnecting to.
7680         (open-tls-stream): Use them.  Check certificates against trusted root
7681         certificates.
7682
7683 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7684
7685         * gnus-cache.el (gnus-cache-generate-nov-databases):
7686         Use nnml-generate-nov-databases-directory instead of
7687         nnml-generate-nov-databases-1.
7688
7689 2007-11-24  Glenn Morris  <rgm@gnu.org>
7690
7691         * message.el (message-tool-bar-retro): Update for rename
7692         mail_send.xpm->mail-send.xpm.
7693
7694 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7695
7696         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7697         `smime-ldap-search' for Emacs 22 and up.
7698
7699 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7700
7701         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7702
7703         * message.el (message-send-mail-function): Fix error convention.
7704         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7705         (message-widen-reply, message-send-mail, message-talkative-question)
7706         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7707         (message-clone-locals, message-send-news): Use with-current-buffer.
7708         (message-insert-or-toggle-importance): Remove unused var `valid'.
7709         (message-make-references): Remove unused var `new-references'.
7710         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7711
7712 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7713
7714         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7715         (spam-split-symbolic-return-positive): Reflow docstring.
7716         (spam-backends, spam-summary-exit-behavior)
7717         (spam-mark-ham-unread-before-move-from-spam-group)
7718         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7719         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7720         (spam-clear-cache, spam-backend-check, spam-install-backend)
7721         (spam-install-statistical-backend, spam-list-of-processors)
7722         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7723         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7724         (spam-check-crm114, spam-initialize, spam-unload-hook):
7725         Fix typos in docstrings.
7726
7727 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7728
7729         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7730         been checked if they have never been read and those group levels are
7731         higher than the one that a user specified.
7732
7733 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7734
7735         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7736         foreign groups unless a group level is specified by a user.
7737         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7738
7739 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7740
7741         * message.el (message-send-mail-function): Require sendmail.
7742
7743 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7744
7745         * message.el (message-send-mail-function): Check for smtpmail too.
7746
7747         * utf7.el (utf7-encode, utf7-decode): Use coding system
7748         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7749
7750         * message.el (message-send-mail-function): New function.
7751         (message-send-mail-function): Set default using
7752         message-send-mail-function.  Adjust doc string.
7753         (message-send-mail-with-mailclient): New function.
7754
7755 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7756
7757         * smime.el (from):
7758         * rfc2047.el (message-posting-charset):
7759         * qp.el (mm-use-ultra-safe-encoding):
7760         * pop3.el (parse-time-months):
7761         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7762         * nnml.el (files):
7763         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7764         (jka-compr-compression-info-list, ange-ftp-path-format)
7765         (efs-path-regexp):
7766         * nndiary.el (files):
7767         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7768         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7769         (epg-digest-algorithm-alist, inhibit-redisplay)
7770         (password-cache-expiry):
7771         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7772         (pgg-output-buffer, password-cache-expiry):
7773         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7774         (efs-path-regexp):
7775         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7776         (inhibit-redisplay):
7777         * mm-uu.el (file-name, start-point, end-point, entry)
7778         (gnus-newsgroup-name, gnus-newsgroup-charset):
7779         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7780         (latin-unity-ucs-list):
7781         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7782         (mm-uu-binhex-decode-function):
7783         * message.el (gnus-message-group-art, gnus-list-identifiers)
7784         (rmail-enable-mime-composing, gnus-local-organization)
7785         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7786         (gnus-read-active-file, facemenu-add-face-function)
7787         (facemenu-remove-face-function, gnus-article-decoded-p)
7788         (tool-bar-mode):
7789         * mail-source.el (display-time-mail-function):
7790         * gnus-util.el (nnmail-pathname-coding-system)
7791         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7792         (gnus-original-article-buffer, gnus-user-agent)
7793         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7794         (xemacs-codename, sxemacs-codename, emacs-program-version):
7795         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7796         * gnus-start.el (gnus-agent-covered-methods)
7797         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7798         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7799         (gnus-newsgroup-headers, gnus-group-list-mode)
7800         (gnus-group-mark-positions, gnus-newsgroup-data)
7801         (gnus-newsgroup-unreads, nnoo-state-alist)
7802         (gnus-current-select-method, mail-sources)
7803         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7804         (nnmail-spool-file, gnus-cache-active-hashtb):
7805         * gnus-mh.el (mh-lib-progs):
7806         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7807         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7808         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7809         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7810         (gnus-group-buffer):
7811         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7812         (font-lock-set-defaults):
7813         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7814         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7815         (gnus-summary-post-menu, total-parts, type, condition, length):
7816         * gnus-agent.el (gnus-agent-read-agentview):
7817         * flow-fill.el (show-trailing-whitespace):
7818         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7819         eval-and-compile wrappers for byte compiler pacifiers.
7820
7821         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7822         (mm-display-inline-fontify): Check for featurep 'xemacs not
7823         extent-list.
7824
7825         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7826         itimer-list.
7827         (mm-create-image-xemacs): Only do something for XEmacs.
7828         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7829
7830         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7831
7832         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7833         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7834
7835 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7836
7837         * nnimap.el (nnimap-split-download-body):
7838         * gnus-demon.el (gnus-demon):
7839         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7840
7841 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7844         New macros.
7845         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7846         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7847         copy data from unibyte buffer to multibyte current buffer.
7848         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7849         to copy data from unibyte current buffer to multibyte buffer.
7850         (nntp-make-process-buffer): Make process buffer unibyte.
7851
7852         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7853
7854 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7855
7856         * pop3.el (pop3-open-server): Accept and process data more robustly at
7857         connexion start to avoid spurious "POP SSL connexion failed" errors.
7858
7859 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7860
7861         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7862         read group names.
7863
7864 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7865
7866         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7867
7868 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7869
7870         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7871         (nnmail-save-active): Use a unibyte buffer when saving active file,
7872         which may contain non-ASCII group names.
7873
7874         * nnml.el (nnml-request-group): Decode group names in messages.
7875
7876 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7877
7878         * message.el (message-citation-line-function)
7879         (message-insert-formatted-citation-line): Fix spelling of
7880         `message-insert-formated-citation-line'.
7881
7882 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7883
7884         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7885
7886 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7887
7888         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7889         nnmail-pathname-coding-system.
7890
7891         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7892         that a user enters; decode group names in messages.
7893
7894         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7895
7896 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7897
7898         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7899
7900         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7901
7902         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7903         risky local variable.
7904
7905         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7906
7907 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7908
7909         * encrypt.el: Improve documentation to fix function name typo.
7910         Reported by Daiki Ueno <ueno@unixuser.org>.
7911
7912 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7913
7914         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7915         even if the point is not in the last page of an article.
7916         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7917         back to the previous page.
7918
7919 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7922
7923 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7924
7925         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7926
7927 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7928
7929         * message.el (message-check-news-body-syntax):
7930         Avoid mm-string-as-multibyte.
7931         (message-hide-headers): Don't assume (point-min)==1.
7932
7933 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7934
7935         * message.el (message-remove-blank-cited-lines): Fix if remove is
7936         given.
7937         (message-bogus-address-regexp): New variable.
7938         (message-bogus-recipient-p): New function.
7939         (message-check-recipients): New command.
7940         (message-syntax-checks): Add `bogus-recipient'.
7941         (message-fix-before-sending): Add `bogus-recipient'.
7942
7943         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7944         (gnus-treat-body-boundary): Don't test window-system.
7945
7946 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7947
7948         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7949
7950 2007-10-28  Miles Bader  <miles@gnu.org>
7951
7952         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7953         at compile-time too.
7954
7955 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7956
7957         * gnus-msg.el (gnus-message-setup-hook):
7958         Add `message-remove-blank-cited-lines' to options.
7959
7960 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7961
7962         * message.el (message-remove-blank-cited-lines): New function.
7963         Suggested by Karl Plästerer.
7964
7965 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7966
7967         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7968         mapc.
7969
7970         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7971         (top-level): Use mapc to set functions to be traced for debugging.
7972
7973         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7974         called for effect with while loop.
7975
7976         * message.el (message-talkative-question): Replace mapcar called for
7977         effect with mapc.
7978
7979         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7980         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7981         called for effect with dolist.
7982
7983         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7984
7985         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7986         gnus-extra-headers and nnmail-extra-headers.
7987
7988         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7989         called for effect with dolist.
7990         (top-level): Use mapc to set functions to be traced for debugging.
7991
7992         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7993         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7994         dolist.
7995
7996         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7997         Replace mapcar called for effect with mapc.
7998         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7999         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8000         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8001         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8002
8003         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8004         remove-if that's a cl function.
8005
8006         * webmail.el (webmail-debug): Replace mapcar called for effect with
8007         dolist.
8008
8009         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
8010         with mapc.
8011
8012 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8015         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8016         with while loop.
8017
8018         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8019         functions from article-* functions.
8020         (gnus-multi-decode-header): Replace mapcar called for effect with
8021         dolist.
8022
8023         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8024         (gnus-bookmark-show-details): Replace mapcar called for effect with
8025         while loop.
8026
8027         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8028         called for effect with while loop.
8029
8030         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8031         with dolist.
8032
8033         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8034         Replace mapcar called for effect with dolist.
8035
8036         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8037
8038         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8039         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8040         Replace mapcar called for effect with dolist.
8041         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8042         mapc.
8043
8044         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8045         Replace mapcar called for effect with dolist.
8046         (gnus-topic-list): Replace mapcar called for effect with mapc.
8047
8048         * gnus.el: Use mapc instead of mapcar to add autoloads.
8049
8050 2007-10-23  Richard Stallman  <rms@gnu.org>
8051
8052         * gnus-group.el (gnus-group-highlight): Mark as risky.
8053
8054 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus.el (gnus-server-to-method): Return method found first in
8057         gnus-newsrc-alist.
8058
8059         * gnus-art.el (gnus-article-highlight-signature)
8060         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8061         button overlay without the front stickiness.
8062
8063 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8064
8065         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8066         overview buffer needed a catch to receive its throw.
8067         (gnus-agent-flush-cache): Declare as interactive to make this function
8068         easier to use.
8069
8070 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8071
8072         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8073         `next-line'.
8074
8075 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8078         exclude address matching message-dont-reply-to-names.
8079
8080 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8081
8082         * gnus-util.el (gnus-string<): New function.
8083
8084         * gnus-sum.el (gnus-article-sort-by-author)
8085         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8086
8087 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8088
8089         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8090         the frame-focus tag is set in gnus-buffer-configuration.
8091
8092 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8095         the front stickiness.
8096
8097 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8100         url pattern; remove duplicate one.
8101         (gnus-article-extend-url-button): New function.
8102         (gnus-article-add-buttons): Use it.
8103         (gnus-button-push): Use concatenated url that it makes.
8104
8105 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8106
8107         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8108
8109 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8110
8111         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8112         Don't hardcode point-min==1.
8113
8114 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8115
8116         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8117         Fix comment about "iso8859-1".
8118
8119 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8120
8121         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8122         ones returned from the verify-function.
8123
8124         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8125         Call mml2015-extract-cleartext-signature if extraction failed.
8126
8127 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8128
8129         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8130         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8131         failed.
8132
8133 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8134
8135         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8136
8137 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8138
8139         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8140         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8141         recommends to use EasyPG instead of PGG.
8142
8143         * pgg.el: Revert to revision 6.23.2.16.
8144
8145         * pgg-def.el: Revert to revision 6.6.2.14.
8146
8147         * pgg-gpg.el: Revert to revision 6.23.2.34.
8148
8149 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8150
8151         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8152         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8153         thread for both the null and zero (kill/expire thread) universal prefix
8154         cases.
8155         (gnus-summary-expire-thread): Add new function to expire a thread,
8156         using gnus-summary-kill-thread.
8157         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8158         shortcuts for gnus-summary-expire-thread.
8159         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8160         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8161
8162 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8163
8164         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8165         extras value, so an extras entry can be deleted.
8166         (gnus-registry-delete-extra-entry): Use it.
8167         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8168         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8169         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8170         storage through the gnus-registry, and provide an appropriate API for
8171         it.
8172
8173 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8174
8175         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8176         Suggested by Leo <sdl.web@gmail.com>.
8177
8178         * gnus.el: Do.
8179
8180 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8183         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8184
8185         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8186
8187         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8188         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8189
8190 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8191
8192         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8193         newline.
8194         (nnmbox-request-accept-article): Don't change article in source buffer;
8195         narrow to header to use message-fetch-field rather than
8196         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8197         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8198         as delimiters; make sure article ends with newline.
8199         (nnmbox-delete-mail): Correct last position of article to be deleted;
8200         ignore X-Gnus-Newsgroup header in article body.
8201         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8202         positions; make sure article ends with newline.
8203
8204         * message.el (message-display-abbrev): Don't infloop when a user
8205         inserts SPC in the beginning of header.
8206
8207         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8208         coding-system-for-read and coding-system-for-write for XEmacs having no
8209         file-coding feature.
8210
8211         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8212
8213 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8214
8215         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8216         list of groups not followed by default.  Fix type to be regexp.
8217         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8218
8219 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8220
8221         * hmac-def.el (define-hmac-function): Switch from old-style to
8222         new-style backquotes.
8223
8224         * md4.el (md4-make-step): Likewise.
8225
8226 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8227
8228         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8229         raw-text coding system when saving .newsrc file, which may contain
8230         non-ASCII group names.
8231
8232 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8233
8234         * gnus-cus.el (gnus-score-extra): New widget.
8235         (gnus-score-extra-convert): New function.
8236         (gnus-score-customize): Use it for Extra.
8237
8238 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8239
8240         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8241         (mml2015-mailcrypt-clear-verify): Use it.
8242         (mml2015-gpg-clear-verify): Use it.
8243         (mml2015-pgg-clear-verify): Use it.
8244         (mml2015-epg-clear-verify): Replace the current part with the output
8245         from GnuPG; don't extract the plaintext by itself.
8246
8247         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8248         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8249         mml2015-clear-verify-function; don't touch the armor headers or
8250         dash-escaped text here.
8251
8252 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8253
8254         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8255         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8256         parts, or application/octet-stream as a last resort.
8257         (gnus-mime-view-part-as-type): Don't toggle display.
8258         (gnus-mime-view-part-as-charset): Don't turn off display before
8259         querying charset.
8260
8261         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8262         stuff to undisplayer function in Emacs.
8263         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8264
8265         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8266         text/calendar parts.
8267
8268 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8271         decoding text/calendar parts.
8272
8273         * message.el (message-forward-make-body-mime): Always mark body as
8274         having no illegible text; remove signed-or-encrypted argument.
8275         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8276
8277         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8278         (mml-generate-mime-1): Don't encode body if it is specified to be in
8279         raw form; don't make buffer be unibyte when inserting multibyte string.
8280
8281 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8282
8283         * sha1.el: Fix up comment style.
8284         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8285         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8286
8287         * hex-util.el: Fix up comment style.
8288         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8289
8290         * gnus-salt.el: Use with-current-buffer.
8291         (gnus-pick-setup-message): Fix long-standing typo.
8292
8293 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * imap.el (imap-logout-timeout): New variable.
8296         (imap-logout, imap-logout-wait): New functions.
8297         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8298
8299         * nnimap.el (nnimap-logout-timeout): New server variable.
8300         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8301         nnimap-logout-timeout.
8302
8303         * gnus-art.el (gnus-article-summary-command-nosave)
8304         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8305
8306 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8307
8308         * gnus.el (gnus-maximum-newsgroup): New variable.
8309
8310         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8311         according to gnus-maximum-newsgroup.
8312
8313         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8314         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8315         Limit the range of articles according to gnus-maximum-newsgroup.
8316
8317 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8318
8319         * gnus-art.el (gnus-sticky-article): Fix problems described in
8320         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8321         Don't perform gnus-configure-windows here; reuse existing sticky
8322         article buffer.
8323
8324         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8325         it doesn't exist in gnus-article-mode.
8326
8327 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8328
8329         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8330         (gnus-agent-decoded-group-name): New function.
8331         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8332         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8333
8334 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8335
8336         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8337         Add binding for gnus-sticky-article.
8338         (gnus-summary-exit): Don't kill sticky article buffers.
8339
8340         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8341         article buffer.
8342         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8343         (gnus-kill-sticky-article-buffers): New commands.
8344
8345 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8346
8347         * nntp.el (nntp-xref-number-is-evil): New server variable.
8348         (nntp-find-group-and-number): If it is non-nil, don't trust article
8349         numbers in the Xref header.
8350
8351 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-agent.el (gnus-agent-read-group): New function.
8354         (gnus-agent-flush-group, gnus-agent-expire-group)
8355         (gnus-agent-regenerate-group): Use it.
8356         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8357         nnmail-pathname-coding-system.
8358
8359 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8360
8361         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8362
8363         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8364         that are unread as unread, and also as selected so that information of
8365         marks having been changed by a user may be updated when exiting group.
8366
8367 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8368
8369         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8370
8371 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8372
8373         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8374         calculated ignoring signature parts to gnus-treat-article.
8375
8376 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8377
8378         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8379         a point here in order to keep the window start.
8380         (gnus-insert-mime-security-button): Make a button overlay without the
8381         front stickiness.
8382         (gnus-mime-display-security): Goto the end of a button.
8383
8384         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8385
8386 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8387
8388         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8389         group-name-at-point.
8390         (gnus-group-completing-read): New function that offers decoded
8391         non-ASCII group names for completion.
8392         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8393         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8394         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8395         (gnus-group-fetch-control): Use it.
8396         (gnus-fetch-group): Use group-name-at-point for the initial value
8397         rather than the default value; use gnus-alive-p.
8398
8399         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8400         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8401         (gnus-summary-post-news): Use gnus-group-completing-read.
8402
8403         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8404         (gnus-read-move-group-name): Decode group name for completion.
8405
8406 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8407
8408         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8409         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8410         Yamaoka slightly modified the code).
8411
8412 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8415         (nnmail-split-incoming): Bind it.
8416
8417         * nnml.el (nnml-group-name-charset): New function.
8418         (nnml-decoded-group-name): Use it; don't decode group name if
8419         nnmail-group-names-not-encoded-p is non-nil.
8420         (nnml-encoded-group-name): New function.
8421         (nnml-group-pathname): Inline nnml-decoded-group-name.
8422         (nnml-request-expire-articles): Decode group name in message.
8423         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8424         nnmail-pathname-coding-system.
8425         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8426         not decoded ones according to nnmail-group-names-not-encoded-p.
8427         (nnml-generate-active-info): Use nnml-encoded-group-name.
8428
8429 2007-08-08  Glenn Morris  <rgm@gnu.org>
8430
8431         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8432         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8433         doc-strings and comments.
8434
8435 2007-07-25  Glenn Morris  <rgm@gnu.org>
8436
8437         * Relicense all FSF files to GPLv3 or later.
8438
8439 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * gnus-sum.el (gnus-summary-move-article):
8442         Make gnus-summary-respool-article work.
8443
8444 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8445
8446         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8447         string.
8448
8449 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8450
8451         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8452         that should be ignored when comparing distant RSS articles with local
8453         ones.
8454         (nnrss-make-hash-index): New function.  Create a hash index according
8455         to the ignored fields.
8456         (nnrss-check-group): Use it.
8457
8458 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8459
8460         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8461
8462         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8463
8464         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8465         the new optional argument ENCODED is non-nil.
8466         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8467         coding system for encoding group name.
8468         (gnus-group-make-rss-group): Pass un-encoded group name to
8469         gnus-group-make-group.
8470         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8471         encoded.
8472
8473         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8474         Encode group name to which articles are moved or copied.
8475         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8476         coding system for encoding Newsgroup, Followup-To and Xref headers.
8477
8478         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8479         marks; use nnheader-file-coding-system to write a file.
8480         (nnagent-retrieve-headers): Bind file-name-coding-system to
8481         nnmail-pathname-coding-system.
8482
8483         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8484
8485         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8486         (nnml-request-article, nnml-request-create-group)
8487         (nnml-request-rename-group, nnml-find-id)
8488         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8489         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8490         (nnml-save-marks): Use nnml-group-pathname instead of
8491         nnmail-group-pathname.
8492
8493         (nnml-request-create-group, nnml-request-expire-articles)
8494         (nnml-request-move-article, nnml-request-delete-group)
8495         (nnml-deletable-article-p, nnml-possibly-create-directory)
8496         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8497         (nnml-open-marks): Bind file-name-coding-system to
8498         nnmail-pathname-coding-system.
8499
8500         (nnml-request-article): Pass server argument to nnml-find-group-number.
8501         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8502         Pass server argument to nnml-possibly-create-directory.
8503         (nnml-request-accept-article): Pass server argument to
8504         nnml-active-number and nnml-save-mail.
8505         (nnml-find-group-number): Pass server argument to nnml-find-id.
8506         (nnml-request-update-info): Pass server argument to
8507         nnml-marks-changed-p.
8508
8509         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8510         (nnml-save-mail, nnml-active-number): Add server argument.
8511
8512         (nnml-request-delete-group): Warn if group is missing.
8513         (nnml-get-nov-buffer): Decode group name.
8514         (nnml-generate-active-info): Encode group name.
8515         (nnml-open-marks): Decode group name in messages.
8516
8517 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8518
8519         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8520         if it is not specified.
8521         (gnus-article-pipe-part, gnus-article-save-part)
8522         (gnus-article-interactively-view-part, gnus-article-copy-part)
8523         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8524         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8525         (gnus-article-replace-part, gnus-article-delete-part)
8526         (gnus-article-view-part-as-type): Pass raw prefix argument to
8527         gnus-article-part-wrapper.
8528
8529 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-agent.el (gnus-agent-save-active):
8532         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8533
8534         * gnus-cache.el (gnus-cache-save-buffers)
8535         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8536         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8537         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8538         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8539         (gnus-cache-generate-active, gnus-cache-rename-group)
8540         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8541         (gnus-cache-update-overview-total-fetched-for):
8542         Bind file-name-coding-system to nnmail-pathname-coding-system.
8543         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8544         New variables.
8545         (gnus-cache-decoded-group-name): New function.
8546         (gnus-cache-file-name): Use it.
8547         (gnus-cache-generate-active): Use non-decoded group name for active.
8548
8549         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8550         right place.
8551         (gnus-write-active-file): Don't break non-ASCII group names.
8552
8553         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8554         nnmail-pathname-coding-system.
8555
8556         * lpath.el: Bind default-file-name-coding-system,
8557         file-name-coding-system and language-info-alist for XEmacs.
8558
8559         * gnus-uu.el (gnus-uu-decode-save): Typo.
8560
8561 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8562
8563         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8564
8565 2007-07-14  David Kastrup  <dak@gnu.org>
8566
8567         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8568         finishing actions if we did not edit the article.
8569
8570 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8571
8572         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8573         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8574         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8575         (gnus-agent-flush-group, gnus-agent-flush-cache)
8576         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8577         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8578         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8579         (gnus-agent-regenerate-group)
8580         (gnus-agent-update-files-total-fetched-for)
8581         (gnus-agent-update-view-total-fetched-for):
8582         Bind file-name-coding-system to nnmail-pathname-coding-system.
8583         (gnus-agent-group-pathname): Don't encode file names by
8584         nnmail-pathname-coding-system.
8585         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8586         coding-system-for-write instead of buffer-file-coding-system to
8587         gnus-agent-file-coding-system.
8588
8589         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8590         Decode group name.
8591
8592         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8593
8594         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8595         (gnus-read-newsrc-el-file): Make group names unibyte.
8596
8597         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8598         nnmail-pathname-coding-system.
8599
8600         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8601         (nnrss-request-delete-group): Bind file-name-coding-system to
8602         nnmail-pathname-coding-system.
8603         (nnrss-read-server-data, nnrss-read-group-data):
8604         Bind file-name-coding-system correctly.
8605         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8606
8607         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8608         (nntp-server-to-method-cache): New variable.
8609         (nntp-group-pathname): New function that decodes non-ASCII group names.
8610         (nntp-possibly-create-directory, nntp-marks-changed-p)
8611         (nntp-save-marks, nntp-open-marks): Use it.
8612         (nntp-possibly-create-directory, nntp-open-marks):
8613         Bind file-name-coding-system to nnmail-pathname-coding-system.
8614         (nntp-open-marks): Decode group names when bootstrapping marks.
8615
8616         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8617         Newsgroups and Folowup-To headers.
8618
8619 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8620
8621         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8622         (gnus-server-closed-face, gnus-server-denied-face)
8623         (gnus-server-offline-face): Remove variable.
8624         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8625
8626         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8627         of modifying message-stack directly for XEmacs.
8628
8629         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8630         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8631         if the coding-system argument is nil for XEmacs.
8632
8633         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8634         mm-charset-override-alist.
8635
8636         * rfc2047.el: Don't require base64; require rfc2045 for the function
8637         rfc2045-encode-string.
8638         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8639         to quote the parameter value.
8640
8641 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8642
8643         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8644         form in gnus-group-name-charset-method-alist.
8645
8646         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8647         overrides the default layout edit-form.
8648
8649         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8650
8651         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8652
8653 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8656         as unfetched articles.
8657
8658 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8659
8660         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8661
8662 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8663
8664         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8665         original back end that keeps marks in the local system.
8666
8667 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8670         arg of pop-to-buffer for XEmacs.
8671         (gnus-article-read-summary-keys): Ditto; don't restore window
8672         configuration if summary command ends up with neither article buffer
8673         nor summary buffer; describe bindings if summary keys end with C-h.
8674
8675 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8676
8677         * message.el (message-fix-before-sending): Skip raw message part to be
8678         forwarded while checking illegible text.
8679         (message-forward-make-body-mime, message-forward-make-body):
8680         Mark signed or encrypted raw message as having no illegible text.
8681
8682 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8685         (gnus-message-with-timestamp-1): New macro.
8686         (gnus-message-with-timestamp): New function.
8687         (gnus-message): Use them.
8688
8689         * nnheader.el (nnheader-message): Use them.
8690
8691 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8692
8693         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8694         .newsrc.eld file.
8695
8696 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8697
8698         * gnus-agent.el (gnus-agent-fetch-headers)
8699         (gnus-agent-retrieve-headers):
8700         Bind gnus-decode-encoded-address-function to identity.
8701
8702         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8703         available also when the server returns simply a dot.
8704
8705         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8706
8707 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8708
8709         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8710
8711 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-ems.el (gnus-x-splash): Make it work.
8714
8715         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8716         from being used.
8717
8718         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8719
8720 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8721
8722         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8723         4th and the 5th arguments.
8724
8725         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8726         the front stickiness.
8727         (gnus-article-summary-command-nosave): Correct the order of the
8728         arguments passed to pop-to-buffer.
8729         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8730         summary command ends up with the article buffer.
8731
8732         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8733         the same faces.
8734
8735 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8736
8737         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8738
8739 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8740
8741         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8742         * gnus-sum.el (gnus-summary-highlight):
8743         * pgg.el (pgg-sign-region, pgg-sign):
8744         * mail-source.el (mail-source-delete-old-incoming-confirm):
8745         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8746
8747 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8748
8749         * gnus-art.el (gnus-mime-view-part-externally)
8750         (gnus-mime-view-part-internally): Fix predicate function passed to
8751         completing-read.
8752
8753         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8754
8755         * gnus.el (gnus-update-message-archive-method): Add :version.
8756
8757 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8758
8759         * gnus.el (gnus-update-message-archive-method): New variable.
8760
8761         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8762         according to gnus-message-archive-method if
8763         gnus-update-message-archive-method is non-nil.
8764
8765 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8768         Suggested by Loic Dachary <loic@dachary.org>.
8769         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8770
8771 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8772
8773         * message.el (message-pop-to-buffer): Add switch-function argument.
8774         (message-mail): Pass switch-function argument to it.
8775
8776 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8779         Improve doc string.
8780
8781 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8782
8783         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8784         (gnus-header-content)
8785         * gnus-cite.el (gnus-cite-10)
8786         * gnus-srvr.el (gnus-server-closed)
8787         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8788         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8789         (gnus-group-mail-3-empty, gnus-group-mail-low)
8790         (gnus-group-mail-low-empty, gnus-splash)
8791         * message.el (message-header-to, message-header-cc)
8792         (message-header-subject, message-header-other, message-header-name)
8793         (message-header-xheader, message-separator, message-cited-text)
8794         (message-mml): Lighten colors of faces used for dark background.
8795
8796 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8797
8798         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8799         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8800
8801 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8802
8803         * message.el (message-narrow-to-headers-or-head):
8804         Ignore mail-header-separator in the body.
8805
8806 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8809         same as window size.
8810
8811 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8812
8813         * message.el (message-font-lock-keywords): Use message-header-xheader
8814         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8815         ahead of the anything pattern, to get it recognised.
8816
8817 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8818
8819         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8820         spam.el loads uses it in the compiled defadvice form.
8821
8822 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8823
8824         * gnus-sum.el (gnus-articles-to-read)
8825         (gnus-summary-insert-old-articles): Don't truncate group name for
8826         `read-string'.
8827
8828         * gnus-util.el (gnus-limit-string): Delete this function.
8829
8830         * gnus-sum.el (gnus-simplify-subject-fully):
8831         Use `truncate-string-to-width' instead.
8832
8833 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8834
8835         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8836         Tell if, on summary exit, the next group has to be selected.
8837         (gnus-summary-exit): Use it.
8838
8839 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8840
8841         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8842         non-break space.
8843
8844 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8847         Check if group is not a directory.
8848         (nnfolder-request-expire-articles): Don't delete articles if the target
8849         group is not available.
8850
8851         * nnml.el (nnml-request-create-group): Properly check if group is not a
8852         file.
8853         (nnml-request-expire-articles): Don't delete articles if the target
8854         group is not available.
8855
8856         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8857         Don't quote characters that are within parentheses.
8858
8859 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8862         (gnus-handle-ephemeral-exit): Select article according to it.
8863
8864 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8865
8866         * message.el (message-insert-formated-citation-line): Remove newline.
8867         (message-citation-line-format): Add final \n here so that the user can
8868         avoid a blank line.
8869
8870 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8871
8872         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8873         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8874         Update lanl/arXiv support.
8875
8876 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8877
8878         * gnus.el: Bump version number.
8879
8880 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8881
8882         * gnus.el (gnus-version-number): Bump version.
8883
8884 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8885
8886         * gnus.el: No Gnus v0.6 is released.
8887
8888 2007-04-27  Didier Verna  <didier@xemacs.org>
8889
8890         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8891         * gmm-utils.el (gmm-regexp-concat): ... here.
8892         * message.el: Don't require 'gnus-util.
8893         (message-dont-reply-to-names): Handle name change above.
8894         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8895
8896 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8897
8898         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8899         since the initial value varies according to the system.
8900
8901 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8904
8905 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8906
8907         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8908
8909 2007-04-24  Didier Verna  <didier@xemacs.org>
8910
8911         Improve the type of gnus-ignored-from-addresses.
8912         * gnus-util.el (gnus-orify-regexp): New function.
8913         * message.el (gnus-util): Require it.
8914         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8915         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8916         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8917
8918 2007-04-24  Didier Verna  <didier@xemacs.org>
8919
8920         * gnus-sum.el:
8921         * gnus-utils.el: Fix some trailing whitespaces.
8922
8923 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8926         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8927         article's Message-ID; refer parent article in summary buffer.
8928
8929         * message.el (message-bounce): Call mime-to-mml.
8930
8931         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8932         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8933         optimize and/or forms properly.
8934
8935 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8936
8937         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8938         URL.
8939
8940 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8941
8942         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8943
8944 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8945
8946         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8947         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8948         displayed of multipart/alternative part if it is invoked from summary
8949         buffer.
8950
8951         * mm-view.el (mm-inline-text-html-render-with-w3m)
8952         (mm-inline-text-html-render-with-w3m-standalone)
8953         (mm-inline-render-with-function): Use mail-parse-charset by default.
8954
8955 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8956
8957         * parse-time.el (parse-time-string-chars): Check if CHAR
8958         is less than the length of parse-time-syntax.
8959
8960 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8961
8962         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8963         from gnus-newsgroup-processable.
8964
8965 2007-04-16  Didier Verna  <didier@xemacs.org>
8966
8967         * gnus-msg.el (gnus-configure-posting-styles):
8968         Handle message-signature-directory properly with :file syntax.
8969         Reported by "Leo".
8970
8971 2007-04-11  Didier Verna  <didier@xemacs.org>
8972
8973         New user option: message-signature-directory.
8974         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8975         * message.el (message-insert-signature): Ditto.
8976         * message.el (message-signature-file): Doc update.
8977         * message.el (message-signature-directory): New.
8978
8979 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * gnus-msg.el (gnus-inews-yank-articles):
8982         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8983
8984 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8985
8986         * message.el (message-yank-original): Make sure cited text ends with
8987         newline; don't exchange point and mark.
8988
8989 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8990
8991         * tls.el (open-tls-stream): Properly handle case where there
8992         is no associated buffer.
8993
8994 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8995
8996         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8997         message-yank-original, make sure (< mark TEXT point).
8998
8999 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9000
9001         * message.el (message-fill-column): New variable.
9002         (message-mode): Use it.  Add comment on a possible new hook.
9003
9004         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9005         (nnmail-get-new-mail): Reformat.
9006
9007         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9008
9009         * gmm-utils.el: Fix Commentary.
9010         (gmm-tool-bar-from-list): Fix typo in doc string.
9011
9012 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9013
9014         * message.el (message-yank-original): Don't switch point and mark
9015         unnecessarily to put point and mark as documented.
9016
9017 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9018
9019         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9020         from the message heads.
9021
9022 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9023
9024         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9025         article buffer does not have a window.  This may not be the best
9026         solution but is certainly better than setting the start of the null,
9027         that is the current, window.
9028
9029 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9030
9031         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9032         (gnus-draft-setup): Run it.
9033
9034         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9035         gnus-score-fast-scoring.  Allow regexp.
9036         (gnus-score-headers): Use it.
9037
9038         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9039         XEmacs.
9040
9041         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9042         string.
9043         (gnus-button-alist): Also catch `<f1> k ...'.
9044         (gnus-treat-display-x-face): Fix doc string.
9045
9046 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9047
9048         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9049         evaluation of gnus-extended-version to ensure correct generation of the
9050         User-Agent header when message-generate-headers-first is used.
9051
9052 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9053
9054         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9055         hashcash-path is nil.  Don't call callback with incorrect number of
9056         parameters if val is 0.
9057
9058 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9059
9060         * message.el (message-required-news-headers):
9061         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9062
9063 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9064
9065         * tls.el (open-tls-stream): In handshake-waiting loop,
9066         don't wait more if there is output available to process.
9067
9068 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9069
9070         * tls.el (tls-program): Doc fix.
9071
9072 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9073
9074         * message.el (message-generate-new-buffers): Change the meaning of the
9075         nil value; add `standard' to the choices; treat t as `unique'; improve
9076         doc string.
9077         (gnus-select-frame-set-input-focus): Autoload.
9078         (message-buffer-name): Search for the existing message buffer if
9079         message-generate-new-buffers is nil or `standard'; treat the value t of
9080         message-generate-new-buffers as `unique'.
9081         (message-pop-to-buffer): Raise the frame already displaying the message
9082         buffer; clear the echo area after querying.
9083         (message-setup): Pass the `continue' argument to compose-mail.
9084         (message-mail): Prefer `switch-function' if it is given; search for the
9085         existing message buffer if the `continue' argument is non-nil; pass
9086         continue and switch-function arguments to compose-mail by way of
9087         message-setup.
9088         (message-mail-other-window): Adjust argument of message-setup.
9089         (message-mail-other-frame): Ditto.
9090
9091 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9092
9093         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9094         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9095         to turn font-lock on when turning gnus-message-citation-mode on.
9096
9097 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9098
9099         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9100         (mml-smime-function-alist): New variable; add epg as the backend.
9101         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9102         mml-smime- functions instead.
9103         * mm-view.el: Require smime.
9104
9105 2007-03-05  Didier Verna  <didier@xemacs.org>
9106
9107         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9108         instead of just inheritance for posting styles.
9109         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9110
9111 2007-02-24  Chris Moore  <dooglus@gmail.com>
9112
9113         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9114         * pgg-pgp.el (pgg-pgp-encrypt-region):
9115         * pgg-gpg.el (pgg-gpg-encrypt-region):
9116         Check pgg-encrypt-for-me if no other recipients.
9117
9118 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9119
9120         * tls.el (tls-certtool-program): Fix custom type.
9121
9122 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9123
9124         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9125         and point-at-eol instead of line-(beginning|end)-position.
9126
9127         * assistant.el (assistant-parse-buffer): Ditto.
9128
9129         * netrc.el (netrc-parse-services): Ditto.
9130
9131 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9132
9133         * mml2015.el (mml2015-epg-find-usable-key): New function.
9134         (mml2015-epg-sign): Use it.
9135         (mml2015-epg-encrypt): Use it.
9136
9137 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9138
9139         * message.el (message-make-in-reply-to): Quote name containing
9140         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9141         if there are special characters.  Reported by NAKAJI Hiroyuki
9142         <nakaji@jp.freebsd.org>.
9143
9144 2007-02-27  Didier Verna  <didier@xemacs.org>
9145
9146         Include the group parameters as well as the topic ones in the
9147         inheritance filter process.
9148         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9149         argument GROUP-PARAMS-LIST.
9150         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9151
9152 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9153
9154         * nntp.el (nntp-never-echoes-commands)
9155         (nntp-open-connection-functions-never-echo-commands): New variables.
9156         (nntp-send-command): Use them.
9157
9158 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9159
9160         * mml2015.el (mml2015-epg-verify): Simplify.
9161
9162 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9163
9164         * mml.el (mml-content-disposition-alist): New user option.
9165         (mml-content-disposition): New function.
9166         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9167         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9168
9169 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9170
9171         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9172         verification.
9173
9174 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9175
9176         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9177         articles posted in the last 24 hours.
9178
9179 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9180
9181         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9182
9183 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9184
9185         * nntp.el (nntp-send-command): Don't wait for echoes when
9186         nntp-open-ssl-stream is used.
9187
9188 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9189
9190         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9191         (gnus-message-add-citation-keywords)
9192         (gnus-message-remove-citation-keywords): Remove.
9193         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9194         directly, make the variables in font-lock-defaults buffer-local, add
9195         gnus-message-citation-keywords to them and then update the value of
9196         font-lock-keywords.
9197
9198 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9199
9200         * message.el (message-cite-original-1): Don't call
9201         gnus-article-highlight-citation.
9202
9203         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9204         citations; fix line count.
9205
9206 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9207
9208         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9209         (gnus-message-add-citation-keywords)
9210         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9211         versions of font-lock-add-keywords and font-lock-remove-keywords to
9212         work with XEmacs correctly.
9213
9214 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9215
9216         * gnus-cite.el (gnus-cite-face-list): Set the values of
9217         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9218         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9219         (gnus-message-cite-prefix-regexp): New variable.
9220         (gnus-message-search-citation-line): Use it; protect against long
9221         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9222         the 0th match data for Emacs.
9223         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9224         (gnus-message-add-citation-keywords): Append keywords rather than
9225         prepending; emulate font-lock-add-keywords if it is not available.
9226         (gnus-message-remove-citation-keywords):
9227         Emulate font-lock-remove-keywords if it is not available.
9228
9229         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9230
9231         * message.el (message-cite-prefix-regexp): Set the value of
9232         gnus-message-cite-prefix-regexp.
9233
9234 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9235
9236         * nnweb.el (nnweb-google-parse-1): Update parser.
9237
9238 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9239
9240         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9241
9242 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9243
9244         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9245         regexp.
9246
9247 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9248
9249         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9250         string-to-multibyte.
9251         (uudecode-decode-region-internal): Use it.
9252
9253         * lpath.el: Fbind string-as-multibyte for XEmacs.
9254
9255 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9258         Fix custom choice.
9259
9260         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9261
9262 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9263
9264         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9265
9266         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9267         `write-region' to respect `mm-inhibit-file-name-handlers'.
9268
9269 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9270
9271         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9272         Use gnus-home-directory instead of "~/" or "$HOME".
9273
9274 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9275
9276         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9277         to mention filename.
9278         Add comments at beginning regarding usage.
9279         (encrypt-write-file-contents): Change interactive so a string is
9280         acceptable.  If the file has no associated model, show an error instead
9281         of a nonsense prompt.
9282
9283 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9284
9285         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9286         Thanks to Yoshihiko Yamada for kind notification of this typo.
9287
9288 2007-01-12  Kenichi Handa  <handa@m17n.org>
9289
9290         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9291         multibyte buffer.
9292
9293 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9294
9295         * gnus-score.el (gnus-score-fast-scoring): New variable.
9296         (gnus-score-headers): Use it.
9297
9298         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9299
9300         * message.el (message-cite-original-1):
9301         Call gnus-article-highlight-citation if requested.
9302         (message-make-from): Allow name and address as optional arguments.
9303
9304         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9305
9306         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9307         bugs to doc string.
9308         (gnus-button-alist): Add mid\\|message-id.
9309         (gnus-button-fetch-group): Extend for use in
9310         `browse-url-browser-function'.
9311         (gnus-button-url-regexp): Try to catch paired parentheses like in
9312         Wikipedia URLs.
9313
9314         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9315         Suggested by Simon Krahnke <overlord@gmx.li>.
9316
9317 2007-01-13  Romain Francoise  <romain@orebokech.com>
9318
9319         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9320         Update copyright.
9321
9322 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9323
9324         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9325
9326 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9327
9328         * gnus-registry.el (gnus-registry-unfollowed-groups)
9329         (gnus-registry-split-fancy-with-parent): Fix documentation.
9330
9331 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9332
9333         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9334         from nnweb groups.
9335
9336 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9337
9338         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9339         Xref urls.  Erase buffer before requesting head.
9340
9341         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9342
9343 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9344
9345         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9346         customizable.
9347
9348 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9349
9350         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9351         no signing key is found.
9352         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9353         no encrypting and/or signing key is found.
9354
9355 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9356
9357         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9358
9359 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9360
9361         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9362         headers read from disk with the ones newly found in the current search.
9363         This should no longer cause problems, because the article numbers in
9364         Gmane's `nov.php' output are ignored since the previous change.
9365
9366 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9367
9368         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9369
9370 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9373         replace-regexp-in-string; bind url-version; fbind display-images-p and
9374         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9375         find-face and set-itimer-function for Emacs; bind itimer-list for
9376         Emacs.
9377
9378         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9379
9380 2007-01-01  Romain Francoise  <romain@orebokech.com>
9381
9382         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9383
9384 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9385
9386         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9387         `define-minor-mode' macro definition expanded properly.
9388         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9389         exclude it there.
9390
9391         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9392         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9393         `fboundp' test.
9394         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9395         This is OK to autoload in (S)XEmacs now.
9396
9397 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9398
9399         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9400         keystroke.
9401         (gnus-summary-limit-to-singletons): Fix typo.
9402
9403         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9404         else fails.
9405
9406 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9407
9408         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9409         docstring.
9410
9411         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9412         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9413         (gnus-summary-insert-dormant-articles): Fix typo in message.
9414
9415 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9416
9417         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9418         nil for XEmacs.
9419         (gnus-message-citation-mode): Don't autoload in XEmacs.
9420
9421         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9422
9423 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9424
9425         * nnimap.el (nnimap-expunge-search-string):
9426         Mention nnimap-search-uids-not-since-is-evil in docstring.
9427
9428 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9429
9430         * spam.el: Revert to make-obsolete-variable because
9431         define-obsolete-variable-alias is not supported in Emacs 21.
9432
9433         * spam.el (spam-ifile-path, spam-ifile-database-path)
9434         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9435         make-obsolete-variable.
9436         (spam-bsfilter-path, spam-bsfilter-program)
9437         (spam-spamassassin-path, spam-spamassassin-program)
9438         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9439         Don't use "path" inappropriately.
9440         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9441         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9442         variable names.
9443
9444 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9445
9446         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9447         summary buffer.
9448
9449         * password.el (password-cache-remove): Use clear-string to burn
9450         password, if available.
9451
9452 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9453
9454         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9455
9456         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9457
9458         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9459         (gnus-message-highlight-citation): Move defcustom here from
9460         gnus-cite.el.
9461         (gnus-message-citation-mode): Autoload.
9462
9463         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9464         checks to make it compile with XEmacs.
9465         (gnus-message-citation-mode): New minor mode.
9466         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9467         (gnus-message-highlight-citation): New variables.
9468         (gnus-message-search-citation-line)
9469         (gnus-message-add-citation-keywords)
9470         (gnus-message-remove-citation-keywords)
9471         (turn-on-gnus-message-citation-mode)
9472         (turn-off-gnus-message-citation-mode): New functions.
9473
9474 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9475
9476         * gnus-cite.el: Enable highlighting of different citation levels in
9477         message-mode.
9478
9479 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9480
9481         * message.el (message-make-fqdn): Fix comment.
9482         (message-bogus-system-names): Add ".local".
9483
9484         * spam.el (spam-ifile-path, spam-ifile-program)
9485         (spam-ifile-database-path, spam-ifile-database)
9486         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9487         Don't use "path" inappropriately.
9488         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9489         strings.
9490         (spam-check-ifile, spam-ifile-register-with-ifile)
9491         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9492         Use new variable names.
9493
9494         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9495         (gnus-treat-display-smileys): Simplify using
9496         gnus-image-type-available-p.
9497
9498         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9499         available.
9500
9501         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9502         Use `display-images-p' if available.
9503
9504 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9507         one after turning on the buffer's multibyteness instead of decoding
9508         them directly in the unibyte buffer that causes unexpected conversion
9509         in Emacs 23 (unicode).
9510
9511 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9512
9513         * message.el (message-generate-hashcash): Fix custom type.
9514
9515 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9516
9517         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9518
9519 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9522         disconnect icons.  Add help text.
9523
9524 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9525
9526         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9527         negated to be consistent with the others we handle.
9528
9529 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9530
9531         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9532         version of gnus-summary-buffer to something, so that we can use two
9533         article buffers at the same time.
9534
9535 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9536
9537         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9538         trigger all the extra headers.
9539         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9540         sorting.
9541
9542 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9543
9544         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9545         solid groups.
9546
9547 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9548
9549         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9550
9551 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * legacy-gnus-agent.el: Add Copyright notice.
9554
9555 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9556
9557         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9558
9559 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9562
9563         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9564         to make it work reliably in CVS Emacs.
9565         (gnus-summary-limit-strange-charsets-predicate)
9566         (gnus-summary-limit-to-predicate): New functions.
9567
9568 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9569
9570         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9571         specifying array size.
9572         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9573         array if it is too small.
9574         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9575         (gnus-sort-threads-loop): New function.
9576
9577 2006-12-06  Chris Moore  <dooglus@gmail.com>
9578
9579         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9580         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9581
9582 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9583
9584         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9585         options.
9586
9587 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9588
9589         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9590         DOS-ing the recipient.
9591
9592         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9593         the headers when creating the mapping to avoid mismappings.
9594         (nnweb-gmane-create-mapping): Always nix out old mapping.
9595
9596 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9599         and mm-verify-option to never.
9600
9601 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * message.el (message-signed-or-encrypted-p): New function.
9604         (message-forward-make-body): Use it.
9605
9606         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9607         Replace encode-coding-string with mm-encode-coding-string.
9608
9609 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * nneething.el (nneething-decode-file-name):
9612         Replace decode-coding-string with mm-decode-coding-string.
9613
9614         * gnus-int.el (gnus-open-server): Say failed server's name.
9615
9616 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9617
9618         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9619         strings to a single string.  Quote `errors-file-name'.
9620         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9621         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9622         Adjust calls.  Use `shell-quote-argument'.
9623
9624 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9625
9626         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9627         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9628
9629         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9630         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9631         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9632         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9633         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9634         (gnus-subscribe-newsgroup, gnus-1):
9635         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9636         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9637         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9638         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9639
9640 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9641
9642         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9643         keystroke.
9644         (gnus-summary-limit-to-bodies): Implement headersp.
9645
9646 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9647
9648         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9649
9650 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9651
9652         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9653
9654 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9655
9656         * message.el (message-generate-hashcash): Expand range of values to
9657         include `opportunistic'.
9658         (message-send-mail): Use it.
9659
9660 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9661
9662         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9663         and comment it.
9664
9665         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9666
9667 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9668
9669         * gnus-util.el (gnus-extract-address-components): Improve comment.
9670
9671 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-util.el (gnus-extract-address-components): Work with address in
9674         which the name portion contains @.
9675
9676         * lpath.el: Fbind custom-autoload.
9677
9678 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9679
9680         * gnus.el (gnus-start): Move custom group up.
9681         (gnus-select-method): Don't autoload, but make it available for
9682         `customize-variable'.
9683         (gnus-getenv-nntpserver): Don't autoload.
9684
9685 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9686
9687         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9688
9689 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9690
9691         * message.el (message-sendmail-extra-arguments): New variable.
9692         (message-send-mail-with-sendmail): Use it.
9693
9694 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9697         mm-with-unibyte-current-buffer to make string unibyte.
9698
9699         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9700         mm-string-as-multibyte.
9701
9702 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9703
9704         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9705         Reported by Werner Koch <wk@gnupg.org>.
9706
9707 2006-11-14  Daiki Ueno  <ueno@p360>
9708
9709         * mml2015.el: Autoload epa-select-keys when compiling.
9710
9711 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9712
9713         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9714         message-options.
9715         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9716
9717 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9718
9719         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9720         EasyPG (< 0.0.6).
9721         (mml2015-always-trust): New user option.
9722         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9723         prompt.
9724
9725 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * nntp.el (nntp-authinfo-force): New variable.
9728         (nntp-send-authinfo): Use it.
9729
9730 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9731
9732         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9733         decode encoded words.  Improve prompt.  Add comment about forwarding.
9734         (message-replacement-char): Move up.
9735
9736 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9737
9738         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9739         instead of gnus-intersection because arguments of gnus-sorted-nunion
9740         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9741
9742 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9743
9744         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9745         (message-simplify-subject-functions):
9746         Enable message-strip-subject-encoded-words by default.
9747
9748 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9749
9750         * message.el (message-strip-subject-encoded-words): New function.
9751         (message-simplify-subject-functions): New variable.
9752         (message-simplify-subject): Use it.  Fix typo in doc string.
9753         Support message-strip-subject-encoded-words.
9754
9755 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9756
9757         * gnus-diary.el (gnus-diary-delay-format-function):
9758         * nndiary.el (nndiary-reminders):
9759         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9760
9761 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9762
9763         * gnus-art.el (article-hide-boring-headers): Fetch date from
9764         gnus-original-article-buffer to avoid problems with localized date
9765         strings.
9766
9767 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9768
9769         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9770
9771 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9772
9773         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9774         New variables.
9775         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9776         (mm-charset-synonym-alist): Move some entries to
9777         mm-codepage-iso-8859-list.
9778         (mm-charset-synonym-alist, mm-charset-override-alist):
9779         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9780
9781 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9784
9785 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9788         with Emacs 21 and XEmacs.
9789
9790 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9791
9792         * spam.el (spam-parse-address): New function for better parsing,
9793         catching errors, etc.
9794         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9795
9796 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9797
9798         * mm-view.el: Add interactive arg to html2text autoload.
9799
9800 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9801
9802         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9803
9804 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9805
9806         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9807         New variables.
9808         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9809         (mm-charset-synonym-alist): Move some entries to
9810         mm-codepage-iso-8859-list.
9811
9812         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9813
9814 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9815
9816         * message.el (message-citation-line-format)
9817         (message-insert-formated-citation-line): Fix implementation of %E, %N
9818         and %n according to the doc string.
9819
9820 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9821
9822         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9823         Use car-safe to avoid bad parses.
9824
9825 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9826
9827         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9828         names.
9829
9830         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9831
9832 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9835         header.
9836
9837         * message.el (message-draft-headers): Add Date.
9838         (message-headers-to-generate): Fix typo in docstring.
9839
9840         * nndraft.el (nndraft-required-headers): New variable.
9841         (nndraft-generate-headers): Use it.
9842
9843         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9844
9845 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9846
9847         * gnus-registry.el (gnus-registry-wash-for-keywords)
9848         (gnus-registry-find-keywords): New functions to allow easy searching of
9849         articles that are in the registry.
9850
9851 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9852
9853         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9854         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9855         Reported by Damien Elmes <damien@repose.cx>.
9856
9857 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9858
9859         * gnus.el (gnus-mime): Remove unused custom group.
9860
9861 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9862
9863         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9864         "blank line" when searching for end of armor headers.
9865
9866 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9867
9868         * gmm-utils.el (gmm-write-region): Fix variable name.
9869
9870 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9871
9872         * gmm-utils.el (gmm-write-region): New function based on compatibility
9873         code from `mm-make-temp-file'.
9874
9875         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9876
9877         * nnmaildir.el (nnmaildir--update-nov)
9878         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9879         Use `gmm-write-region'.
9880
9881 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9882
9883         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9884         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9885
9886         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9887
9888         * message.el (message-replacement-char): New variable.
9889         (message-fix-before-sending): Use it.
9890         (message-simplify-subject): New function to remove duplicate code.
9891         (message-reply, message-followup): Use it.
9892
9893         * gnus-sum.el (gnus-summary-make-menu-bar):
9894         Clarify gnus-summary-limit-to-articles.
9895
9896 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * gnus-util.el (gnus-with-local-quit): New macro.
9899
9900         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9901
9902 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9903
9904         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9905         ignore non-string data.
9906
9907 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9908
9909         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9910         non-string data (needs to be done in the registry too).
9911
9912 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9913
9914         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9915         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9916         (gnus-registry-split-fancy-with-parent)
9917         (gnus-registry-fetch-simplified-message-subject-fast)
9918         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9919         Remove text properties on ingress into the registry and when it's saved.
9920         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9921         registry from entries with no groups.
9922
9923 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9924
9925         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9926         function to remove string properties.
9927
9928 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9929
9930         * gmm-utils.el (gmm): Adjust custom version.
9931
9932         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9933         Adjust custom version.
9934
9935         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9936
9937 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9938
9939         * gnus-art.el (gnus-insert-prev-page-button)
9940         (gnus-insert-next-page-button): Simplify.  Reformat.
9941
9942 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9943
9944         * gnus-art.el (gnus-insert-prev-page-button)
9945         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9946
9947 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9948
9949         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9950
9951 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9952
9953         * gnus-art.el (gnus-insert-mime-button)
9954         (gnus-insert-mime-security-button):
9955         Apply gnus-article-button-face to MIME and security buttons.
9956
9957 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9958
9959         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9960         readable.
9961
9962 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9963
9964         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9965
9966 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9967
9968         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9969         `browse-url-of-file' instead of `browse-url'.
9970
9971 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9972
9973         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9974         regexp.  Articles containing quotation were cut prematurely.
9975
9976 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9977
9978         * message.el (message-cite-original-1): Use nobody by default for the
9979         value of From header.
9980         (message-reply): Ditto.
9981
9982 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9983
9984         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9985         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9986         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9987
9988 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9989
9990         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9991         mails in the doc string.  Add some URLs in comment.
9992         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9993
9994 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9995
9996         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9997         backslashes handling and the way to find boundaries of quoted strings.
9998
9999 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10000
10001         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10002         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10003         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10004         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10005
10006 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10007
10008         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10009         doc string.
10010         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10011
10012 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10013
10014         * lpath.el: Fbind epg-check-configuration.
10015
10016 2006-09-06  Simon Josefsson  <jas@extundo.com>
10017
10018         * mml2015.el (mml2015-use): Doc fix, mention epg.
10019
10020 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10021
10022         * mml2015.el (mml2015-use): Default to epg, if available.
10023
10024 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10025
10026         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10027         message-sender.
10028         (mml1991-epg-encrypt): Ditto.
10029         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10030         message-sender.
10031         (mml2015-epg-encrypt): Ditto.
10032
10033 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10034
10035         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10036         several common directories.
10037
10038 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10039
10040         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10041         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10042
10043 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10044
10045         * gnus-art.el (article-decode-encoded-words): Make it fast.
10046
10047 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10048
10049         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10050
10051         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10052         in quoted string into `\'.
10053
10054 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10055
10056         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10057         Use standard-syntax-table.
10058
10059 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10060
10061         * gnus-art.el (gnus-decode-address-function): New variable.
10062         (article-decode-encoded-words): Use it to decode headers which are
10063         assumed to contain addresses.
10064         (gnus-mime-delete-part): Remove useless `or'.
10065
10066         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10067         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10068         (gnus-nov-parse-line): Use it to decode From header.
10069         (gnus-get-newsgroup-headers): Ditto.
10070         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10071
10072         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10073         (mail-decode-encoded-address-string): New alias.
10074
10075         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10076         New function.
10077         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10078         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10079         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10080         (rfc2047-decode-string): Ditto.
10081         (rfc2047-decode-address-region): New function.
10082         (rfc2047-decode-address-string): New function.
10083
10084 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * message.el (message-caesar-buffer-body): Allow rotating headers.
10087
10088         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10089
10090         * message.el (message-insert-formated-citation-line): Fix %f.
10091         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10092
10093 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10096         (gnus-bookmark-mouse-available-p): New macro.
10097         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10098         (gnus-bookmark-bmenu-show-infos): Use it.
10099         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10100         (gnus-bookmark-bmenu-hide-infos): Ditto.
10101         (gnus-bookmark-remove-properties): New function.
10102         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10103         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10104         (gnus-bookmark-write-file): Bind coding-system-for-write.
10105         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10106         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10107         group before selecting it.
10108         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10109         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10110         quit-window if it is not available; use gnus-mouse-2 and bind it to
10111         gnus-bookmark-bmenu-select-by-mouse.
10112         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10113         (gnus-bookmark-bmenu-select-by-mouse): New function.
10114
10115 2006-08-13  Romain Francoise  <romain@orebokech.com>
10116
10117         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10118         space.
10119
10120 2006-08-10  Romain Francoise  <romain@orebokech.com>
10121
10122         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10123         (dns-mode-soa-auto-increment-serial): New user option.
10124         (dns-mode-soa-maybe-increment-serial): New function.
10125         (dns-mode): Add the latter to `write-contents-functions'.
10126
10127 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * compface.el (uncompface): Use binary rather than raw-text-unix.
10130
10131 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10132
10133         * compface.el (uncompface): Make sure the eol conversion doesn't take
10134         place when communicating with the external programs.
10135         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10136
10137 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10140
10141 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10142
10143         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10144         Make it more robust by parsing author and date independently.
10145
10146 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10147
10148         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10149
10150 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10151
10152         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10153         first matching secret key.
10154         (mml2015-epg-encrypt): Ditto.
10155
10156         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10157         first matching secret key.
10158         (mml1991-epg-encrypt): Ditto.
10159
10160         * mml2015.el (mml2015-encrypt-to-self): New user option.
10161         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10162         mml2015-epg-encrypt-to-self is set.
10163
10164         * mml1991.el (mml1991-encrypt-to-self): New variable.
10165         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10166         mml1991-epg-encrypt-to-self is set.
10167
10168         * mml2015.el (mml2015-signers): New user option.
10169         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10170         (mml2015-epg-encrypt): Allow to select signing keys.
10171
10172         * mml1991.el (mml1991-signers): New variable.
10173         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10174         (mml1991-epg-encrypt): Allow to select signing keys.
10175
10176 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10177
10178         * nnheader.el (nnheader-insert-head): Make it work even if the file
10179         uses CRLF for the line-break code.
10180
10181 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10182
10183         * mml2015.el: Require mml-sec instead of password.
10184         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10185         (mml2015-cache-passphrase): Inherit the default value from
10186         mml-secure-cache-passphrase.
10187         (mml2015-passphrase-cache-expiry): Inherit the default value from
10188         mml-secure-passphrase-cache-expiry.
10189
10190         * mml1991.el: Require mml-sec instead of password.
10191         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10192         (mml1991-cache-passphrase): Inherit the default value from
10193         mml-secure-cache-passphrase.
10194         (mml1991-passphrase-cache-expiry): Inherit the default value from
10195         mml-secure-passphrase-cache-expiry.
10196
10197         * mml-sec.el: Require password.
10198         (mml-secure-verbose): New user option.
10199         (mml-secure-cache-passphrase): New user option.
10200         (mml-secure-passphrase-cache-expiry): New user option.
10201
10202 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10203
10204         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10205         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10206         andreas@altroot.de (Andreas Vögele).
10207
10208         FIXME: Use `tiny change'?
10209
10210 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10211
10212         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10213         workaround for the url package included with Emacs.
10214
10215         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10216
10217 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10220         correctly.  This fixes a bug caused by the 2006-05-12 change.
10221
10222 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10223
10224         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10225         some information about the error when saying that the `bogus' mail
10226         group will be used.
10227
10228 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10229
10230         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10231         string.
10232
10233 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10234
10235         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10236
10237 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10238
10239         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10240
10241 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10242
10243         * mml1991.el (mml1991-function-alist): Add epg.
10244         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10245         (mml1991-epg-encrypt): New functions.
10246
10247 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10248
10249         * mml2015.el (mml2015-verbose): New variable.
10250         (mml2015-cache-passphrase): Ditto.
10251         (mml2015-passphrase-cache-expiry): Ditto.
10252         (mml2015-function-alist): Add epg.
10253         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10254         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10255         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10256         New functions.
10257
10258 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10259
10260         * message.el (message-cite-original-1): Preserve region when removing
10261         quoted text due to X-No-Archive in order to avoid bogus attribution
10262         when citing multiple messages.
10263
10264 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10265
10266         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10267         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10268
10269 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10270
10271         * gnus-diary.el (gnus-user-format-function-d)
10272         (gnus-user-format-function-D): Autoload.
10273
10274         * imap.el (Commentary): Fix typo.
10275
10276         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10277         2006-04-22 contribution.
10278
10279 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10280
10281         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10282         It didn't really fix the bogosity I'm seeing with solid web groups.
10283
10284 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10285
10286         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10287         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10288         created using server names.  If we use the feature without declaring
10289         it, Gnus does not properly manage server and group state.
10290
10291         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10292         bound.
10293
10294 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10295
10296         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10297         looking up the method using GROUP's prefix before inventing a new one.
10298         It is used on killed/unknown groups in various places where returning
10299         an all-new method isn't expected by the caller.
10300
10301         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10302         and match semantics of gnus-group-real-prefix.
10303
10304 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10305
10306         * nnmail.el (nnmail-broken-references-mailers): New variable.
10307         (nnmail-ignore-broken-references): New function generalizing
10308         nnmail-fix-eudora-headers.
10309         (nnmail-fix-eudora-headers): Now obsolete.
10310
10311         * gnus-art.el (gnus-button-handle-custom):
10312         Support `customize-apropos*'.
10313
10314 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10315
10316         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10317
10318         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10319         articles.
10320
10321 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10322
10323         * message.el (message-cite-reply-above): New variable.
10324         (message-yank-original): Use it.
10325
10326 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10327
10328         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10329
10330 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10333         as read.
10334
10335         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10336
10337 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10338
10339         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10340         (gnus-bookmark-default-file): Use gnus-directory.
10341         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10342         Remove "*" in doc string.
10343         (gnus-bookmark-write-file): Simplify.
10344         (gnus-bookmark-maybe-sort-alist): Use `when'.
10345         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10346         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10347         Add FIXME about Emacs 21 and XEmacs compatibility.
10348         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10349         compatibility.
10350         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10351         compatibility.
10352         (gnus-bookmark-menu-heading): Fix version.
10353
10354 2006-06-19  Bastien Guerry  <bzg@altern.org>
10355
10356         * gnus-bookmark.el: New file.
10357
10358 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10359
10360         * message.el (message-syntax-checks): Doc fix.
10361
10362 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10363
10364         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10365         unsubscribed groups as if they were killed ones.  It causes duplicate
10366         entries in gnus-newsrc-alist.
10367
10368 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * message.el (message-syntax-checks): Doc fix.
10371         (message-send-mail): Add check for continuation headers.
10372         (message-check-news-header-syntax): Fix regexp used to check for
10373         continuation headers.
10374
10375 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10376
10377         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10378
10379 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10380
10381         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10382
10383 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10384
10385         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10386         default-truncate-lines.
10387
10388 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10389
10390         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10391         to fill the utf-8 entry.
10392
10393         * lpath.el: Fbind unicode-precedence-list.
10394
10395 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10396
10397         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10398
10399 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10400
10401         * gnus-agent.el (directory-files-and-attributes): Move all the way
10402         forward (the third and final move).
10403         (gnus-agent-read-agentview): Trap reconstruction errors due to
10404         nonexistent directory.  Handle by returning nil.
10405
10406 2006-05-30  Didier Verna  <didier@xemacs.org>
10407
10408         * message.el (message-dont-reply-to-names): Update the custom type.
10409         * message.el (message-dont-reply-to-names): New defsubst: potentially
10410         convert a list of regexps into a single one.
10411         * message.el (message-get-reply-headers): Use it.
10412         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10413
10414 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10415
10416         * gnus-agent.el (directory-files-and-attributes): Move forward.
10417
10418 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-ml.el (gnus-mailing-list-subscribe)
10421         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10422         (gnus-mailing-list-message): Fix doc strings.
10423
10424 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10425
10426         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10427         of doing it manually.
10428
10429 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10430
10431         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10432         comment.
10433
10434 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10435
10436         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10437         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10438         (gnus-agent-read-local): All symbols allocated in my-obarray.
10439         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10440         (gnus-agent-regenerate-group): Check numeric names to see if they are
10441         messages or groups.
10442         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10443         better way of do this...)
10444
10445         * gnus-cache.el (gnus-agent-total-fetched-for):
10446         Ignore 'dummy.group' (there should be a better way of do this...)
10447
10448 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10449
10450         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10451         (gnus-saved-headers): Ditto.
10452         (gnus-default-article-saver): Mention functions may have properties.
10453         (gnus-article-save): Override gnus-save-all-headers and
10454         gnus-saved-headers by :headers property which saver function may have.
10455         (gnus-summary-save-in-file): Add :headers property.
10456         (gnus-summary-write-to-file): Ditto.
10457
10458         * gnus-sum.el (gnus-summary-save-article): Bind
10459         gnus-prompt-before-saving to t when saving many articles in a file;
10460         always show all headers.
10461
10462         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10463
10464 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10465
10466         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10467         marks.
10468
10469         * message.el (message-indent-citation): Add optional arguments to allow
10470         using it outside of message buffers.
10471
10472         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10473         (gnus-article-treat-unfold-headers): Use it.
10474         (gnus-article-truncate-lines): New variable.
10475         (gnus-article-mode): Use it.
10476         (gnus-article-toggle-truncate-lines): New function.
10477
10478         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10479         Add gnus-article-toggle-truncate-lines.
10480
10481         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10482         coding system in XEmacs, use binary.
10483
10484 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10485
10486         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10487         after-load-alist.
10488
10489         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10490         this function should save decoded articles.
10491         (gnus-summary-write-to-file): Use property to specify this function
10492         should save decoded articles and specify gnus-summary-save-in-file
10493         should be used to save articles other than the first one when saving
10494         many articles.
10495         (gnus-summary-save-body-in-file): Use property to specify this
10496         function should save decoded articles.
10497         (gnus-summary-write-body-to-file): Use property to specify this
10498         function should save decoded articles and specify
10499         gnus-summary-save-body-in-file should be used to save articles other
10500         than the first one when saving many articles.
10501
10502         * gnus-sum.el (gnus-summary-save-article): Simplify.
10503
10504 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-art.el (gnus-default-article-saver):
10507         Add gnus-summary-write-body-to-file.
10508         (gnus-article-save-coding-system): Don't use coding system object
10509         in XEmacs.
10510         (gnus-read-save-file-name): Add optional `dir-var' argument which
10511         specifies directory in which files are saved; work even if optional
10512         `variable' argument is not specified.
10513         (gnus-summary-write-to-file): Read file name.
10514         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10515         (gnus-summary-write-body-to-file): New function.
10516
10517         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10518         (gnus-summary-local-variables): Add it.
10519         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10520         (gnus-summary-save-article): Remove optional `decode' argument;
10521         determine whether to decode articles by the value of
10522         gnus-default-article-saver; when saving many files using
10523         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10524         it first and use gnus-summary-save-in-file or
10525         gnus-summary-save-body-in-file thereafter unless
10526         gnus-prompt-before-saving is always; move point to article which
10527         will be saved.
10528         (gnus-summary-save-article-file): Revert.
10529         (gnus-summary-write-article-file): Revert.
10530         (gnus-summary-save-article-body-file): Revert.
10531         (gnus-summary-write-article-body-file): New function.
10532
10533 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10534
10535         * gnus-art.el (gnus-default-article-saver): Doc fix.
10536         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10537         from gnus-summary-save-article-coding-system, and default to a
10538         certain coding system.
10539         (gnus-output-to-file): Add coding cookie and encode text according
10540         to gnus-article-save-coding-system; don't use mm-append-to-file.
10541
10542         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10543         gnus-art.el and rename to gnus-article-save-coding-system.
10544         (gnus-summary-save-article): Require gnus-art; don't show all
10545         headers if it decodes articles; don't add coding cookie here;
10546         don't bind mm-text-coding-system-for-write.
10547         (gnus-summary-save-article-file): Save decoded articles.
10548         (gnus-summary-write-article-file): When saving many files, use
10549         gnus-summary-write-to-file first and gnus-summary-save-in-file
10550         thereafter unless gnus-prompt-before-saving is always.
10551         (gnus-summary-save-article-body-file): Save decoded articles.
10552
10553         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10554
10555 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * nnrss.el (nnrss-check-group): Bind hash-index.
10558
10559 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10560
10561         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10562         its hash index.  Store this hash in `nnrss-group-data'.
10563         (nnrss-read-group-data): Update accordingly.
10564
10565 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10566
10567         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10568         entry.
10569
10570         * gnus-sum.el (gnus-summary-make-menu-bar):
10571         Add gnus-article-browse-html-article.
10572
10573 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10574
10575         * gnus-sum.el (gnus-summary-mime-map):
10576         Add gnus-article-browse-html-article.
10577
10578         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10579
10580 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10581
10582         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10583         suitable coding systems in customize.
10584
10585 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10586
10587         * mail-source.el (mail-sources): Fix custom type.
10588
10589 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10592         (gnus-summary-expire-articles-now): Shorten prompt.
10593
10594         * gmm-utils.el (wid-edit): Require.
10595         (defun-gmm): Rename from `gmm-defun-compat'.
10596         (gmm-image-search-load-path): Use it.
10597         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10598
10599 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * gnus-sum.el (gnus-summary-save-article-coding-system):
10602         New variable.
10603         (gnus-summary-save-article): Add optional `decode' argument.
10604         If it is set and gnus-summary-save-article-coding-system is non-nil,
10605         save decoded article.
10606         (gnus-summary-write-article-file): Save decoded article if
10607         gnus-summary-save-article-coding-system is non-nil.
10608
10609         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10610         type.
10611
10612 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10615
10616 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10617
10618         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10619         first to test gnus-single-article-buffer which may be buffer-local.
10620
10621         * gnus-sum.el (gnus-summary-setup-buffer):
10622         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10623         group; make gnus-article-buffer, gnus-article-current, and
10624         gnus-original-article-buffer always buffer-local.
10625         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10626         group.
10627         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10628
10629 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10630
10631         * nnml.el (nnml-request-compact-group): Compressed files might not
10632         have .gz extension.
10633
10634 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10635
10636         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10637         (mm-copy-to-buffer): Use with-current-buffer.
10638         (mm-display-part): Simplify.
10639         (mm-inlinable-p): Add optional arg `type'.
10640
10641 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10642
10643         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10644         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10645         Try harder to show the attachment internally or externally using
10646         gnus-mime-view-part-as-type.
10647
10648 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10649
10650         * message.el (message-from-style, message-signature-separator)
10651         (message-user-organization-file, message-send-mail-function)
10652         (message-citation-line-function, message-yank-prefix)
10653         (message-indent-citation-function, message-signature)
10654         (message-signature-file, message-signature-insert-empty-line):
10655         Remove autoloads.
10656
10657         * gnus-art.el (gnus-buttonized-mime-types):
10658         Remove "multipart/signed".  Revert 2006-04-26 change.
10659
10660 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10661
10662         * gnus.el (gnus-version-number): Bump version.
10663
10664 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10665
10666         * gnus.el: No Gnus v0.5 is released.
10667
10668 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10669
10670         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10671         fetching articles by message-id.
10672
10673 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10674
10675         * message.el (hashcash): Require hashcash as normal.
10676
10677         * ecomplete.el (ecomplete-highlight-match-line):
10678         Use point-at-eol.
10679         (ecomplete-highlight-match-line): Use `highlight', because that
10680         face exists in both Emacs and XEmacs.
10681
10682         * message.el (message-display-abbrev): Use point-at-bol.
10683
10684         * mail-source.el: Don't require timer/timer-funcs.
10685
10686         * gnus-async.el: Ditto.
10687
10688         * password.el: Ditto.
10689
10690         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10691
10692         * mm-url.el: Ditto.
10693
10694         * gnus-xmas.el: Don't require timer-funcs.
10695
10696         * mm-util.el: Require timer/timer-funcs.
10697
10698 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10699
10700         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10701         Close.
10702
10703 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10706         unibyte after clear-decrypt function runs.
10707
10708         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10709         returns as a unibyte string.
10710
10711 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10712
10713         * lpath.el: Revert.
10714
10715         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10716         (pgg-gpg-process-sentinel): Revert.
10717
10718         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10719         (pgg-pgp-lookup-key): Revert.
10720
10721         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10722         (pgg-pgp5-lookup-key): Revert.
10723
10724         * pgg.el (pgg-fetch-key): Revert.
10725
10726 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10727
10728         * lpath.el: Fbind string-as-multibyte for XEmacs.
10729
10730         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10731         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10732         (mml1991-pgg-encrypt): Ditto.
10733
10734         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10735         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10736         a multibyte buffer.
10737
10738         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10739         (pgg-pgp-lookup-key): Ditto.
10740
10741         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10742         (pgg-pgp5-lookup-key): Ditto.
10743
10744         * pgg.el (pgg-fetch-key): Ditto.
10745
10746 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10747
10748         * message.el (message-user-organization-file): Check several
10749         locations of the organization file.
10750
10751         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10752         Add gnus-article-view-part-as-type.
10753
10754         * gnus-art.el (gnus-article-view-part-as-type): New function.
10755
10756         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10757         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10758
10759         * mml.el: Simplify autoload.
10760         (mml-mode): defvar dnd-protocol-alist instead of using
10761         symbol-value.
10762         (mml-default-directory): New variable.
10763         (mml-minibuffer-read-file): Use it.
10764         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10765
10766         * message.el (message-citation-line-format): New variable.
10767         (message-insert-formated-citation-line): New function.
10768         (message-citation-line-function):
10769         Add `message-insert-formated-citation-line' to custom type.
10770
10771         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10772         to doc string.
10773
10774         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10775         depending on mm-verify-option.
10776
10777 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10778
10779         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10780         binding pgg-* variables; reimplement the section which prevents
10781         MIME header from being signed.
10782         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10783         pgg-text-mode; remove a blank line at the top of body.
10784
10785         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10786         lines at the top of body; use gnus-newsgroup-charset if there's no
10787         Charset header.
10788
10789 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10790
10791         * message.el (message-self-insert-commands): Doc fix.
10792
10793         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10794         (mm-uu-pgp-encrypted-test): Ditto.
10795         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10796         between header and body; return application/pgp-encrypted handle
10797         if decryption failed; decode decrypted body by charset.
10798
10799         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10800         element match to application/pgp-*.
10801
10802 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10803
10804         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10805         HTML.
10806
10807 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * mail-source.el (mail-source-call-script): Message the error
10810         string.
10811
10812 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10813
10814         * gnus-util.el (gnus-byte-compile): Use it.
10815
10816 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10817
10818         * gnus-util.el (kill-empty-logs): New function.
10819
10820 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10821
10822         * message.el (message-mail-alias-type): Doc fix.
10823         (message-mail-alias-type-p): New function.
10824         (message-send): Use it.
10825         (message-mode): Ditto.
10826         (message-strip-forbidden-properties): Ditto.
10827
10828         * ecomplete.el (ecomplete-database-file-coding-system):
10829         New variable.
10830         (ecomplete-save): Use it.
10831         (ecomplete-setup): Use it.
10832
10833 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10834
10835         * message.el (message-self-insert-commands): New variable.
10836         (message-strip-forbidden-properties): Use it.
10837
10838 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10839
10840         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10841         that doesn't make XEmacs choke.
10842
10843 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10844
10845         * gnus-util.el (gnus-replace-in-string):
10846         Prefer replace-regexp-in-string over of replace-in-string.
10847
10848 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10849
10850         * gnus-util.el (gnus-select-frame-set-input-focus):
10851         Use select-frame-set-input-focus if it is available in XEmacs; use
10852         definition defined in Emacs 22 for old Emacsen.
10853
10854         * dgnushack.el: Autoload unmorse-region for XEmacs.
10855
10856         * lpath.el: Bind cursor-in-non-selected-windows and
10857         select-frame-set-input-focus for XEmacs.
10858
10859 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10860
10861         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10862
10863 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10864
10865         * gnus-registry.el (gnus-registry-cache-save): Remove text
10866         properties when saving via the temp buffer.
10867
10868 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10869
10870         * message.el (message-generate-hashcash): Honor custom type.
10871
10872 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10873
10874         * message.el (message-generate-hashcash): Default to non-nil when
10875         hashcash is found.
10876
10877         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10878         (gnus-refer-thread-limit): Increase default to 500.
10879
10880         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10881
10882         * flow-fill.el (fill-flowed): Allow delete-space.
10883
10884 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10885
10886         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10887         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10888         Remove autoloads.
10889
10890 2006-04-18  Simon Josefsson  <jas@extundo.com>
10891
10892         * message.el (message-generate-hashcash): Default to.
10893
10894 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10895
10896         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10897         concatenating segments rather than before concatenating them.
10898
10899 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10902
10903 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10904
10905         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10906
10907         * message.el (message-forward-make-body-plain):
10908         Allow message-forward-ignored-headers to be a list.
10909         (message-remove-ignored-headers): Factor out into function.
10910         (message-forward-make-body-mml): Use it.
10911
10912         * imap.el (imap-quote-specials): New function.
10913         (imap-login-auth): Quote specials.
10914
10915         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10916         (rfc2231-parse-string): Allow concatanation of parameters that
10917         aren't contiguous.  The test case is
10918           (mail-header-parse-content-type "message/external-body;
10919             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10920             access-type=LOCAL-FILE;
10921             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10922
10923 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10924
10925         * nntp.el (nntp-accept-process-output): Return the value of
10926         `nnheader-accept-process-output'.
10927
10928 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10929
10930         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10931         (gnus-button-alist): Recognize more diff formats.
10932         (gnus-button-patch): Strip directory.
10933
10934 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10935
10936         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10937         Emacs 22 when setting focus.
10938
10939 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10940
10941         * gnus-art.el (gnus-article-treat-types): Do treatment of
10942         text/x-verbatim parts.
10943         (gnus-button-patch): New command.
10944
10945         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10946         addresses that contain invalid characters.
10947
10948 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10949
10950         * message.el (message-put-addresses-in-ecomplete):
10951         Use gnus-replace-in-string.
10952         (message-is-yours-p): Use the more correct
10953         mail-header-parse-address instead of
10954         mail-extract-address-components.
10955         (message-put-addresses-in-ecomplete): Fix typo.
10956
10957         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10958         keystroke.
10959
10960         * gnus-art.el (gnus-treatment-function-alist): Change order of
10961         newsgroups/generic header folding to avoid double-folding.
10962
10963         * message.el (message-hidden-headers): Add X-Draft-From.
10964
10965         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10966         New command.
10967         (gnus-summary-repeat-search-article-backward): New command.
10968
10969         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10970         groups in the parent topic.
10971
10972 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10973
10974         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10975         (spam-extra-header-to-number): Return the CRM114 number as a
10976         number instead of a string.
10977
10978 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10979
10980         * gnus-art.el (gnus-face-properties-alist): Move here from
10981         gnus-fun.
10982
10983         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10984
10985 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10986
10987         * message.el (message-strip-forbidden-properties): Only display on
10988         self-insert-command.
10989
10990         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10991         reindent.
10992         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10993
10994 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10995
10996         * smiley.el (smiley-style): Fix typo.
10997
10998 2006-03-23  Kenichi Handa  <handa@m17n.org>
10999
11000         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11001         instead of set-buffer-multibyte.
11002
11003 2006-03-23  Kenichi Handa  <handa@m17n.org>
11004
11005         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11006         buffer and then decode the buffer text if necessary.
11007         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11008         first, and after mm-encode-body, change the buffer to unibyte.
11009
11010 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11011
11012         * hashcash.el (hashcash-insert-payment-async-2):
11013         Use message-goto-eoh instead of doing it manually.
11014         (mail-add-payment): Use message-narrow-to-header instead of trying
11015         to do the same itself.
11016
11017         * message.el (message-hidden-headers): Add Face.
11018
11019         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11020         reparenting code.
11021         (gnus-summary-reparent-children): Refactored out code.
11022         (gnus-summary-thread-map): New keystroke.
11023         (gnus-summary-reparent-children): Make into command.
11024
11025         * smiley.el (smiley-style): Default to `medium' if using a large
11026         font.
11027
11028         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11029         does it itself.
11030
11031         * message.el (message-point-in-header-p): Simplify definition.
11032
11033 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11034
11035         * nnagent.el (nnagent-request-set-mark): Silence log file
11036         writing.
11037         (nnagent-request-set-mark): Use write-region instead of
11038         append-to-file.
11039
11040         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11041         strange select method.
11042
11043         * ecomplete.el (ecomplete-display-matches): Get highlightling
11044         right.
11045         (ecomplete-display-matches): Use literals.
11046         (ecomplete-display-matches): Disable message logging.
11047
11048         * message.el (message-display-abbrev): Small optimization.
11049
11050         * ecomplete.el (ecomplete-display-matches): Allow automatic
11051         display.
11052
11053         * message.el (message-strip-forbidden-properties):
11054         Display abbrevs.
11055         (message-display-abbrev): Get automatic display right.
11056
11057         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11058         keystrokes.
11059
11060 2006-04-13  Romain Francoise  <romain@orebokech.com>
11061
11062         TODO: Backport to v5-10!
11063
11064         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11065         Move here (and rename) from gnus-registry.el.
11066
11067         * gnus-registry.el: Require gnus-util.
11068         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11069
11070 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11071
11072         * gnus-group.el (gnus-group-catchup-current):
11073         Change if-then-else-if-then-else into cond.
11074         (gnus-group-catchup): Indent.
11075         (group-name-at-point): New function.
11076         (gnus-fetch-group): Provide default from thing at point.
11077
11078 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11079
11080         * message.el (message-display-abbrev): Fix regexp.
11081
11082         * ecomplete.el (ecomplete-highlight-match-line):
11083         Reimplement choosing.
11084         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11085         dead variables.
11086
11087         * message.el (message-newline-and-indent): Remove debugging.
11088         (message-display-abbrev): Use new implementation.
11089
11090 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11091
11092         * gnus-art.el (gnus-article-mode):
11093         Set cursor-in-non-selected-windows to nil.
11094
11095         * smiley.el: Revert previous change.
11096         (smiley-data-directory): defvar it before using it in the
11097         defcustom of `smiley-style'.
11098
11099 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11100
11101         * message.el (message-newline-and-indent): New function.
11102
11103         * ecomplete.el: Implement more bits.
11104
11105         * message.el (message-put-addresses-in-ecomplete): Clean up the
11106         string.
11107
11108         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11109
11110         * gnus-sum.el (gnus-summary-save-parts):
11111         Bind gnus-summary-save-parts-counter and use it to make unique file
11112         names.
11113
11114         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11115
11116         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11117         parameter to say whether to actually parse the individual
11118         addresses.
11119
11120         * message.el (message-put-addresses-in-ecomplete): New function.
11121         (ecomplete): Require.
11122         (message-mail-alias-type): Add ecomplete as an option.
11123
11124 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11125
11126         * flow-fill.el (fill-flowed): Remove trailing space from blank
11127         quoted lines.
11128
11129 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11130
11131         * smiley.el (smiley-style): Move definition later to avoid a
11132         compilation warning.
11133
11134 2006-04-12  Kenichi Handa  <handa@m17n.org>
11135
11136         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11137         buffer and then decode the buffer text if necessary.
11138         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11139         first, and after mm-encode-body, change the buffer to unibyte.
11140         Use mm-disable-multibyte instead of set-buffer-multibyte.
11141
11142 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11145         Content-Type header instead of Content-Disposition header.
11146         (gnus-mime-inline-part): Ditto.
11147         (gnus-mime-view-part-as-charset): Ignore charset that the part
11148         specifies.
11149
11150         * mm-decode.el (mm-display-part): Work with external parts and
11151         usual parts similarly.
11152
11153         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11154         instead of gnus-display-mime.
11155
11156         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11157         instead of with-temp-buffer.
11158
11159         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11160         tag to summarized topics part in order to encode non-ASCII text.
11161
11162 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * smiley.el (smiley-style): New variable.
11165         (smiley-directory): New function.
11166         (smiley-data-directory): Derive from `smiley-style' using
11167         `smiley-directory'.
11168         (smiley-regexp-alist): Add new entries.
11169
11170         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11171         (gnus-article-browse-delete-temp): Add :version.
11172
11173 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11174
11175         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11176         the sieve region.
11177
11178 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11179
11180         * gnus.el (gnus-version-number): Bump version.
11181
11182 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11183
11184         * gnus.el: No Gnus v0.4 is released.
11185
11186 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11187
11188         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11189         layout.
11190
11191         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11192         unknown charset.
11193
11194         * message.el (message-header-synonyms): Add Original-To to the
11195         default.
11196
11197         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11198         optional parameter.
11199
11200 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11201
11202         * gnus-fun.el (gnus): Require it for gnus-directory.
11203
11204 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11205
11206         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11207
11208 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11209
11210         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11211
11212 2006-04-05  Simon Josefsson  <jas@extundo.com>
11213
11214         * password.el (password-reset): New function.
11215
11216 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11217
11218         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11219         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11220
11221 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11222
11223         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11224         Some whitespace was matched into the url, which broke browsing hits
11225         > 100 when mm-url-use-external was nil.
11226
11227 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11228
11229         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11230         Check gnus-extra-headers for 'Newsgroups.
11231
11232         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11233         bound.
11234
11235 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11236
11237         * pgg-gpg.el: Clean up process buffers every time gpg processes
11238         complete.
11239
11240 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11241
11242         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11243         doc string.
11244
11245 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11246
11247         * pgg-gpg.el (pgg-gpg-process-filter)
11248         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11249
11250         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11251         lines, temporary fix.
11252
11253 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11254
11255         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11256
11257 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11258
11259         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11260         default-enable-multibyte-characters.  This reverts the change from
11261         revision 6.17 which is no longer necessary because the passphrase
11262         is sent separately now.  GnuPG messages are unreadable under
11263         multibyte locales with default-enable-multibyte-characters set to
11264         nil.
11265
11266 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * message.el (message-tool-bar-gnome): Move "spell".
11269
11270 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11271
11272         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11273         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11274         instead.
11275
11276 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11277
11278         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11279         Improve newsgroups handling for NNTP overviews which don't include
11280         Newsgroups.
11281
11282 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11283
11284         * message.el (message-resend): Bind message-generate-hashcash to nil.
11285
11286 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11287
11288         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11289         when searching for already-paid recipients.
11290
11291 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11292
11293         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11294         passphrases when it is not needed.
11295         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11296         passphrase stuff from gpg, should only be necessary when you use
11297         gpg with a smartcard.
11298
11299 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11300
11301         * mml.el (mml-insert-mime): Ignore cached contents of
11302         message/external-body part.
11303
11304         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11305         (mm-insert-part): Ditto.
11306
11307 2006-03-23  Simon Josefsson  <jas@extundo.com>
11308
11309         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11310         Reiner.
11311         (pgg-gpg-use-agent-p): Use it again.
11312
11313 2006-03-23  Simon Josefsson  <jas@extundo.com>
11314
11315         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11316         older emacsen.
11317         (pgg-gpg-use-agent-p): Don't use it.
11318
11319 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11322         if we can.
11323
11324 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11325
11326         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11327         (pgg-gpg-update-agent): New function.
11328         (pgg-gpg-use-agent-p): New function.
11329         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11330         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11331         (pgg-gpg-sign-region): Use it.
11332
11333 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11336         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11337
11338 2006-03-21  Simon Josefsson  <jas@extundo.com>
11339
11340         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11341         <wilde@sha-bang.de>.
11342         (pgg-gpg-use-agent): New variable.
11343         (pgg-gpg-process-region): Use it.
11344         (pgg-gpg-encrypt-region): Likewise.
11345         (pgg-gpg-encrypt-symmetric-region): Likewise.
11346         (pgg-gpg-decrypt-region): Likewise.
11347         (pgg-gpg-sign-region): Likewise.
11348         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11349
11350 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11351
11352         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11353
11354         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11355         Add comment on version.
11356
11357 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11358
11359         * smiley.el: Add missing test smiley.
11360
11361 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * mm-decode.el (mm-with-part): New macro.
11364         (mm-get-part): Use it; work with message/external-body as well.
11365         (mm-save-part): Treat name and filename equally.
11366
11367         * mm-extern.el (mm-extern-cache-contents): New function.
11368         (mm-inline-external-body): Use it; force the part to be displayed;
11369         move undisplayer added to the cached handle to the parent.
11370
11371         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11372         (gnus-mime-view-part-as-type): Work with message/external-body.
11373
11374         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11375
11376 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11377
11378         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11379         images in image-load-path.  [Sync with image.el, revision 1.60, in
11380         Emacs.]
11381
11382 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11385         path rather than symbol.  Always return list of directories.
11386         Guarantee that image directory comes first.  [Sync with image.el,
11387         revision 1.59, in Emacs.]
11388
11389         * message.el (message-make-tool-bar): Adjust to new API of
11390         `gmm-image-load-path-for-library'.
11391
11392         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11393
11394         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11395
11396 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11397
11398         * gnus-art.el (gnus-article-only-boring-p):
11399         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11400         intangible text.
11401         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11402
11403 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11404
11405         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11406         Use `defun' instead of `gmm-defun-compat'.
11407
11408 2006-03-14  Simon Josefsson  <jas@extundo.com>
11409
11410         * message.el (message-unique-id): Don't use message-number-base36
11411         if (user-uid) is a float.
11412         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11413
11414 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11415
11416         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11417
11418         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11419         empty line between a part and a message part.
11420
11421 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * smiley.el: Add more test smileys.
11424         (smiley-data-directory, smiley-regexp-alist)
11425         (gnus-smiley-file-types): Fix doc strings.
11426         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11427         adding new elements.
11428         (smiley-mouse-map): Unused code.  Make it a comment.
11429
11430 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11433         scan latest NoCeM messages instead of old ones.
11434         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11435         delimiters that are recently used.
11436         (gnus-nocem-load-cache): Add autoload cookie.
11437
11438         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11439
11440         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11441         level which is larger than gnus-use-nocem is specified.
11442
11443         * gnus-group.el (gnus-group-get-new-news): Ditto.
11444
11445 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11446
11447         * gnus-util.el (gnus-tool-bar-update): New function.
11448
11449         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11450         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11451
11452         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11453
11454         * gnus-group.el (gnus-group-redraw-when-idle)
11455         (gnus-group-redraw-check): Remove.
11456         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11457
11458 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11461         if optional last element is specified in splits (FIELD VALUE...).
11462
11463 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11464
11465         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11466         to gmm-image-load-path-for-library.  Call with no-error argument.
11467         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11468
11469         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11470
11471         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11472
11473         * gmm-utils.el (gmm-image-load-path): Remove alias.
11474
11475 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * gmm-utils.el (gmm-image-load-path): Add alias.
11478
11479         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11480         nnml-generate-nov-databases-1.
11481         (nnml-generate-nov-databases): Use it.
11482         (nnml-generate-nov-databases-directory): Document no-active
11483         argument.
11484
11485         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11486         directory if path is t.  Add no-error.
11487
11488         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11489         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11490
11491         * gnus-art.el (gnus-article-browse-delete-temp-files):
11492         Simplify resetting gnus-article-browse-html-temp-list.
11493
11494         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11495         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11496         Add example to docstring.  Rename local variables.  Move error
11497         checks to default case in cond and simplify.
11498
11499 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11500
11501         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11502         handle is multipart when calling it recursively.
11503         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11504
11505 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11506
11507         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11508         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11509
11510 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11511
11512         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11513         is loaded.
11514
11515         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11516         loaded.
11517
11518 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11519
11520         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11521         to "Emacs 23 (unicode)" in doc string.
11522
11523         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11524         "Emacs 23 (unicode)" in comment.
11525
11526 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11527
11528         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11529
11530         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11531         characters 160 through 255 in Emacs 23.
11532
11533 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11536         gnus-article-browse-html-temp.
11537         (gnus-article-browse-delete-temp): Make it customizable.
11538         Add `file'.  Adjust doc string.
11539         (gnus-article-browse-delete-temp-files): Add argument.
11540         Allow query for each file.  Adjust doc string.
11541         (gnus-article-browse-html-parts):
11542         Add `gnus-article-browse-delete-temp-files' to
11543         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11544
11545 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11546
11547         * gnus-art.el (gnus-article-browse-html-temp)
11548         (gnus-article-browse-delete-temp): New variables.
11549         (gnus-article-browse-delete-temp-files): New function.
11550         (gnus-article-browse-html-parts): Use it.
11551
11552 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11553
11554         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11555
11556         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11557         string.
11558
11559         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11560         gnus-summary-insert-new-articles when unplugged.
11561         Remove gnus-summary-search-article-forward.
11562
11563         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11564         display-visual-class instead of display-color-cells.
11565
11566 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * dgnushack.el: Autoload customize-group for XEmacs.
11569
11570         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11571         message/* containing non-ASCII text properly.
11572
11573 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * message.el: Require gmm-utils, remove autoloads.
11576         (message-tool-bar): Set default based on
11577         gmm-tool-bar-style.
11578         (message-tool-bar-gnome): Add gmm-customize-mode.
11579
11580         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11581         gmm-tool-bar-style.
11582         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11583
11584         * gnus-group.el (gnus-group-tool-bar): Set default based on
11585         gmm-tool-bar-style.
11586         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11587
11588         * gmm-utils.el (gmm-image-directory): Rename variable from
11589         gmm-image-load-path.
11590         (gmm-image-load-path): Use gmm-image-directory.
11591         (gmm-customize-mode): New function.
11592         (gmm-tool-bar-style): New variable.
11593
11594         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11595         gnus-group-redraw-line-number.
11596         (gnus-group-redraw-check): Simplify.
11597         (gnus-group-tool-bar-update): Remove redraw check.
11598         (gnus-group-make-tool-bar): Add redraw check.
11599
11600 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11601
11602         * gnus-art.el (gnus-button): Add missing parentheses.
11603
11604 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * lpath.el: Fbind line-number-at-pos.
11607
11608 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11611
11612 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * gnus-art.el (gnus-button): New face.
11615         (gnus-article-button-face): Use it.
11616
11617         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11618         Add gnus-summary-next-page.  Re-order.
11619
11620         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11621         next-node are now included.
11622         (gnus-group-redraw-line-number): New internal variable.
11623         (gnus-group-redraw-check): Helper function for updating the tool
11624         bar.
11625         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11626
11627         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11628
11629         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11630         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11631         Use it to match format of Spamassassin 3.0 and later.
11632         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11633         (spam-check-bogofilter)
11634         (spam-bogofilter-register-with-bogofilter): Fix args of
11635         `gnus-error' calls.
11636
11637 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11638
11639         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11640         unnecessary interaction when sending queued mails.
11641         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11642
11643 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11644
11645         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11646         first or last are nil.
11647
11648 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11649
11650         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11651
11652 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11653
11654         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11655
11656 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11657
11658         * dns.el (query-dns): Protect more against buggy tcp output.
11659
11660 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11661
11662         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11663         nov.php.
11664
11665 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11666
11667         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11668         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11669         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11670         output on the server side.
11671         (nnweb-google-create-mapping): Update regexps and add some
11672         progress indication.
11673
11674 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11675
11676         * gnus-group.el (gnus-group-tool-bar-gnome):
11677         Fix gnus-agent-toggle-plugged.  Re-order icons.
11678         (gnus-group-tool-bar-gnome):
11679         Add gnus-group-{prev,next}-unread-group.
11680         (gnus-group-tool-bar-gnome): Re-order icons.
11681
11682         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11683         Move gnus-summary-insert-new-articles.
11684
11685         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11686         Fix comments.
11687
11688         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11689         also available in Emacs 21.3.
11690
11691         * message.el (message-fix-before-sending): Change "Emacs 22" to
11692         "Emacs 23 (unicode)" in comment.
11693
11694         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11695         "Emacs 23 (unicode)" in comment.
11696
11697         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11698         comment.
11699         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11700
11701         * mm-view.el (mm-fill-flowed): Add :version.
11702
11703 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11704
11705         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11706         and load-path.
11707
11708 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * message.el: Autoload gmm-image-load-path.
11711         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11712         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11713         consitency.
11714
11715         * gmm-utils.el (gmm-image-load-path): Also search in
11716         "../etc/images".  Don't set gmm-image-load-path if we don't find
11717         the image.
11718
11719 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11720
11721         * gmm-utils.el (gmm-image-load-path): Don't make
11722         `gmm-image-load-path' include subdirectories which the second arg
11723         `image' might specify.
11724
11725         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11726         subdirectory to icon file names.
11727
11728         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11729
11730 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11731
11732         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11733         gmm-image-load-path calls.
11734
11735         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11736
11737         * message.el (message-make-tool-bar): Ditto.
11738
11739         * mml.el (mml-preview): Add comment concerning tool bar icons.
11740
11741         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11742         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11743
11744         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11745         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11746
11747         * message.el (message-tool-bar-gnome): Use new icon names.
11748         (message-make-tool-bar): Use `gmm-image-load-path'.
11749
11750         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11751         New functions from MH-E.
11752         (gmm-image-load-path): New variable from MH-E.
11753         (gmm-image-load-path): New function from MH-E.  Add arguments
11754         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11755         *-image-load-path-called-flag.
11756
11757 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11758
11759         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11760
11761 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11762
11763         * nnimap.el (nnimap-request-move-article): Change folder back to
11764         source group before deleting.
11765
11766 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11767
11768         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11769
11770         * gnus-art.el (mm-url-insert-file-contents-external):
11771         Autoload mm-url.
11772
11773         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11774
11775 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11778         coding system which mm-charset-to-coding-system returns for a
11779         given charset is valid.
11780
11781 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11782
11783         * html2text.el (html2text-remove-tag-list):
11784         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11785
11786 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11787
11788         * gnus-cus.el: Revert 2005-10-17 change.
11789
11790 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11791
11792         * gnus-art.el (article-strip-banner):
11793         Call article-really-strip-banner only when the regexp match is made.
11794
11795 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * gnus-art.el (article-strip-banner):
11798         Use gnus-extract-address-components instead of
11799         mail-header-parse-addresses to make it work with non-ASCII text;
11800         remove mail-encode-encoded-word-string.
11801
11802         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11803         values which are surrounded with \"...\"; make it never cause a
11804         Lisp error; give up parsing of parameters if it failed in
11805         extracting type.
11806
11807 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11808
11809         * smime.el (smime-cert-by-ldap-1): Fix bug where
11810         `smime-ldap-search' returns results without userCertificates.
11811
11812 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11813
11814         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11815
11816 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11817
11818         * spam.el (spam-check-spamassassin-headers): Adapt format for
11819         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11820         <ari@mbf.ocn.ne.jp>.
11821         (spam-list-of-processors): Add spam-use-gmane.
11822
11823 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11824
11825         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11826         make-temp-file; make it work with XEmacs as well.
11827
11828         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11829         mm-make-temp-file.
11830
11831         * mm-decode.el (mm-display-external): Use the 3rd arg of
11832         mm-make-temp-file.
11833         (mm-create-image-xemacs): Ditto.
11834
11835 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11838         with message-narrow-to-headers.
11839         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11840         (gnus-draft-check-draft-articles): New function.
11841         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11842
11843 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11844
11845         * gnus-art.el (gnus-article-browse-html-parts):
11846         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11847         Don't use suffix argument for mm-make-temp-file for Emacs 21
11848         compatibility.  Remove useless `format'.
11849
11850 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11851
11852         * nnweb.el (nnweb-google-wash-article): Update regexps.
11853         (nnweb-group-alist): Use defvoo instead of defvar.
11854
11855 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11858         re-loading nn* modules.
11859
11860 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11861
11862         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11863         for `tool-bar-mode' and don't check it's default-value.
11864
11865         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11866
11867         * message.el (message-make-tool-bar): Ditto.
11868
11869         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11870         `substring'.  Shorten tmp-file name.
11871
11872         * gnus.el: Remove bogus comment.
11873
11874 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11875
11876         * gnus-art.el (gnus-article-browse-html-parts): New function.
11877         (gnus-article-browse-html-article): New function for viewing html
11878         articles with a browser.
11879
11880 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11881
11882         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11883         in elisp.
11884         (pgg-gpg-encrypt-symmetric-region): Ditto.
11885         (pgg-gpg-sign-region): Ditto.
11886
11887         * pgg-def.el (pgg-text-mode): New variable.
11888
11889         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11890         (mml2015-pgg-encrypt): Ditto.
11891
11892         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11893         (mml1991-pgg-encrypt): Ditto.
11894
11895 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11896
11897         * nnfolder.el (nnfolder-insert-newsgroup-line):
11898         Use message-make-date instead of current-time-string.
11899
11900         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11901         to gnus-decoded which mm-uu might set.
11902
11903 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11906         don't decode quoted parameters; remove misimported Emacs code.
11907         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11908         (rfc2231-decode-encoded-string): Don't use split-string which
11909         behaves differently according to Emacs version; use
11910         mm-decode-coding-region to convert charset to coding-system.
11911         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11912         (rfc2231-encode-string): Remove misimported Emacs code.
11913
11914 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11915
11916         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11917         when calling mail-header-parse-content-type.
11918         (article-de-quoted-unreadable): Ditto.
11919         (article-de-base64-unreadable): Ditto.
11920         (article-wash-html): Ditto.
11921
11922         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11923         calling mail-header-parse-content-type and
11924         mail-header-parse-content-disposition.
11925         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11926         mail-header-parse-content-type.
11927
11928         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11929         insert charset and format parameters; encode description after
11930         inserting it to buffer.
11931         (mml-insert-parameter): Fold lines properly even if a parameter is
11932         segmented into two or more lines; change the max column to 76.
11933
11934         * rfc1843.el (rfc1843-decode-article-body): Don't use
11935         ignore-errors when calling mail-header-parse-content-type.
11936
11937         * rfc2231.el (rfc2231-parse-string): Return at least type if
11938         possible; don't cause an error even if it fails in parsing of
11939         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11940         (rfc2231-encode-string): Don't break lines at the beginning, leave
11941         it to mml-insert-parameter.
11942
11943         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11944         calling mail-header-parse-content-type.
11945
11946 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11947
11948         * spam-report.el (spam-report-gmane-use-article-number):
11949         Improve doc string.
11950         (spam-report-gmane-internal): Check if a suitable header was found
11951         in the article.
11952
11953 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11954
11955         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11956         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11957
11958 2006-02-05  Romain Francoise  <romain@orebokech.com>
11959
11960         Update copyright notices of all files in the gnus directory.
11961
11962 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11963
11964         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11965
11966 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11967
11968         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11969         segmented lines of parameter value to cope with Thunderbird 1.5
11970         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11971         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11972         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11973
11974 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11975
11976         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11977         parts.
11978
11979 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11980
11981         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11982         there's only one active file for all servers.
11983         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11984         solid groups.  Gnus might have used a FAST request to select the group.
11985         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11986         and nnweb-search redundantly in the active file.
11987         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11988         (nnweb-request-create-group): Don't use ARGS.
11989         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11990         initialisations.  Let nnoo do the work.
11991
11992 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11995         Say the part has been decoded.
11996
11997         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11998
11999 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12000
12001         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12002         mailcap-viewer-test-cache when there's no 'test clause, since that
12003         will invert the meaning of a "nil" test previously determined by
12004         mailcap-mailcap-entry-passes-test.
12005
12006 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12007
12008         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12009         compiling.
12010
12011         * gnus-sum.el: Ditto.
12012
12013         * message.el: Don't bind tool-bar-map when compiling.
12014
12015 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12016
12017         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12018
12019 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12020
12021         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12022         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12023         current Google Groups.
12024
12025 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12026
12027         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12028         and tool-bar-mode.
12029
12030         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12031         and tool-bar-mode.
12032
12033         * message.el (message-tool-bar-update): Simplify.
12034         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12035
12036         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12037         gnus-summary-buffer.
12038         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12039         gnus-summary-reply.
12040
12041         * gmm-utils.el (gmm): Add :version.
12042
12043 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12044
12045         * Makefile.in (clean): New rule.
12046         (distclean): Use it.
12047
12048 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12049
12050         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12051         Don't autoload.
12052
12053 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12054
12055         * gmm-utils.el (gmm-verbose): Add :group.
12056
12057 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12058
12059         * message.el: Change some comments WRT tool-bars.
12060
12061         * gnus-sum.el (gnus-summary-tool-bar)
12062         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12063         (gnus-summary-tool-bar-zap-list): New variables.
12064         (gnus-summary-make-tool-bar): Complete rewrite using
12065         `gmm-tool-bar-from-list'.
12066
12067         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12068         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12069         New variables.
12070         (gnus-group-make-tool-bar): Complete rewrite using
12071         `gmm-tool-bar-from-list'.
12072         (gnus-group-tool-bar-update): New function.
12073
12074         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12075
12076 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12077
12078         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12079         is dissected into a single part of which the type is the same as
12080         the given one; decode charset.
12081
12082 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12083
12084         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12085         into alists as symbol not string, since that's what
12086         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12087         look for.
12088
12089 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12090
12091         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12092         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12093
12094         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12095
12096 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12097
12098         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12099         (gnus-xmas-mime-security-button-menu): New function.
12100
12101         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12102         (gnus-mime-security-button-menu): New definition.
12103         (gnus-mime-security-button-map): Use them.
12104         (gnus-mime-security-button-menu): New function.
12105         (gnus-insert-mime-security-button): Addition to help echo.
12106         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12107         (gnus-mime-security-pipe-part): New functions.
12108
12109         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12110         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12111
12112         * mm-decode.el (mm-handle-set-disposition): Remove.
12113         (mm-handle-set-description): Remove.
12114
12115 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12116
12117         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12118         (mm-w3m-standalone-supports-m17n-p): New function.
12119         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12120         w3m usage.
12121
12122         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12123         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12124
12125 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * message.el (message-tool-bar-zap-list):
12128         Use gmm-tool-bar-zap-list as custom type.
12129         (message-tool-bar-update): New function.
12130         (message-tool-bar, message-tool-bar-gnome)
12131         (message-tool-bar-retro): Add message-tool-bar-update.
12132         (message-tool-bar-gnome): Add flyspell-buffer.
12133
12134         * gnus-util.el (gnus-error): Describe `args'.
12135
12136         * gmm-utils.el (gmm-error): Describe `args'.
12137         (gmm-tool-bar-zap-list): New widget.
12138         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12139
12140 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12143         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12144         the number of recursive calls.
12145
12146         * mm-decode.el (mm-handle-set-disposition): New macro.
12147         (mm-handle-set-description): New macro.
12148
12149 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12150
12151         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12152         encoding.
12153
12154 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * message.el (message-tool-bar-zap-list, message-tool-bar)
12157         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12158         (message-tool-bar-local-item-from-menu): Remove.
12159         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12160         (message-make-tool-bar): New function.
12161         (message-mode): Use `message-make-tool-bar'.
12162
12163         * gmm-utils.el: New file.
12164         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12165         (gmm-lazy): New widget copied from `nnmail.el'.
12166         (gmm-tool-bar-from-list): New function for creating customizable
12167         tool bars.
12168         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12169         output.
12170         (gmm): Add :prefix to defgroup.
12171
12172 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12173
12174         * gmm-utils.el (gmm-widget-p): New function.
12175
12176 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12177
12178         * mml.el (mml-attach-file): Describe `description' in doc string.
12179         (mml-menu): Add Emacs MIME manual and PGG manual.
12180
12181 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12182
12183         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12184
12185 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12186
12187         * nntp.el (nntp-end-of-line): Doc fix.
12188
12189 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12190
12191         * imap.el (imap-open): Handle case where buffer is a buffer
12192         object.
12193
12194 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12195
12196         * gnus-delay.el (gnus-delay): Don't autoload.
12197         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12198         to be re-loaded when customizing the `gnus-delay' group.
12199
12200 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12201
12202         * message.el (message-insert-citation-line): Use newlines.
12203
12204 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12205
12206         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12207         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12208         these routines, so the passphrase can be managed externally and
12209         passed in to the system.
12210         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12211         pgg-add-passphrase-to-cache function.
12212
12213         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12214         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12215         these routines, so the passphrase can be managed externally and
12216         passed in to the system.
12217         (pgg-pgp5-sign-region): Use new name of
12218         pgg-add-passphrase-to-cache function.
12219
12220 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12221
12222         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12223         part of the decoded armor to find the key-identifier.
12224         (pgg-gpg-lookup-key-owner): New function to return the
12225         human-readable identifier of a key owner.
12226         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12227         itself.
12228         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12229         the key value) if we have a key and can match it against a secret
12230         key.  Also, added a note pointing out fact that the prompt only
12231         indicates the first matching key.
12232
12233         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12234         pgg-decrypt-region.
12235         (pgg-add-passphrase-to-cache): Rename from
12236         `pgg-add-passphrase-cache' to reduce confusion (all callers
12237         changed).
12238         (pgg-remove-passphrase-from-cache): Rename from
12239         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12240         changed).
12241         (pgg-read-passphrase, pgg-add-passphrase-cache)
12242         (pgg-remove-passphrase-cache): Add informative docstrings.
12243         (pgg-decrypt): Convey provided passphrase in subordinate call to
12244         pgg-decrypt-region.
12245
12246 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12247
12248         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12249         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12250         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12251         'passphrase' argument, so the passphrase can be managed externally
12252         and then passed in to the system.
12253
12254         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12255         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12256         so the passphrase cache can be used reliably with identifiers
12257         besides a pgp packet's key id.
12258
12259         * pgg-gpg.el (pgg-gpg-encrypt-region)
12260         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12261         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12262         these routines, so the passphrase can be managed externally and
12263         passed in to the system.
12264
12265         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12266         'notruncate' argument, so the passphrase cache can be used
12267         reliably with identifiers besides a pgp packet's key id.
12268
12269 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12270
12271         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12272         symmetric encryption.
12273         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12274         encrypted session key.
12275         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12276         message ask for the passphrase in a proper way.
12277
12278         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12279         New user commands for symmetric encryption.
12280
12281 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12282
12283         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12284
12285         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12286
12287 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12288
12289         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12290
12291 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12292
12293         * mm-decode.el (mm-inlined-types): Add application/pgp.
12294         (mm-automatic-display): Ditto.
12295
12296         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12297         part as text.
12298
12299 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12300
12301         * nnrss.el: Update copyright.
12302         (nnrss-opml-import): Query whether to subscribe to each entry.
12303
12304         * gnus-art.el:
12305         * gnus-sum.el:
12306         * gnus-xmas.el:
12307         * messagexmas.el:
12308         * mm-uu.el:
12309         * mm-view.el: Update copyright.
12310
12311 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12312
12313         * message.el (message-info): New function.
12314         (message-mode-menu): Add it.
12315         Update copyright.
12316
12317         * ChangeLog: Fix and update copyright.
12318
12319 2006-01-13  Romain Francoise  <romain@orebokech.com>
12320
12321         * message.el (message-forward-subject-name-subject): Prefer the
12322         address to 'nowhere' if the sender has no name.
12323         Fix typo.  Update copyright year.
12324
12325 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * gnus-art.el (article-wash-html):
12328         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12329         (gnus-article-wash-html-with-w3m-standalone): New function.
12330
12331         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12332         mm-inline-text-html-render-with-w3m-standalone.
12333         (mm-text-html-washer-alist): Map w3m-standalone to
12334         gnus-article-wash-html-with-w3m-standalone.
12335         (mm-inline-text-html-render-with-w3m-standalone): New function.
12336
12337 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12338
12339         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12340         Improve LaTeX.
12341
12342 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12345         (nnrss-request-article): Render text/plain parts as HTML.
12346
12347         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12348         the buffer.
12349
12350 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12351
12352         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12353         custom definition of `gnus-posting-styles'.
12354
12355         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12356         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12357
12358 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12359
12360         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12361         Use nntp for bug archive.
12362
12363 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12364
12365         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12366         parts.
12367         (nnrss-normalize-date): New function converts ISO 8601 date into
12368         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12369         (nnrss-check-group): Use it.
12370
12371 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12372
12373         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12374
12375         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12376         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12377         (nnrss-insert-w3): Ditto.
12378
12379 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12380
12381         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12382         the articles to be forwarded including the case where neither a
12383         number of articles nor a region is specified.
12384
12385 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12386
12387         * nnrss.el (nnrss-request-article): Fix last change; fill
12388         text/plain parts.
12389
12390 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12391
12392         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12393         in text/plain part.
12394         (nnrss-check-group): Don't add excessive newline to dc:subject.
12395
12396 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12397
12398         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12399         article.
12400
12401 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12402
12403         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12404         (nnml-use-compressed-files, nnml-save-mail): Support other
12405         comression programs such as bzip2.
12406
12407 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12408
12409         * dns.el (query-dns): Make sure we check the buffer size before
12410         removing tcp headers.
12411
12412 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12413
12414         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12415         remove MIME buttons associated with multipart/alternative parts.
12416         (gnus-mime-display-alternative): Tag buttons using `article-type'
12417         text property.
12418
12419         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12420         associated with multipart/alternative parts.
12421
12422         * gnus-art.el (gnus-signature-separator): Fix custom type.
12423
12424         * mm-decode.el (mm-inlined-types): Fix custom type.
12425         (mm-keep-viewer-alive-types): Ditto.
12426         (mm-automatic-display): Ditto.
12427         (mm-attachment-override-types): Ditto.
12428         (mm-inline-override-types): Ditto.
12429         (mm-automatic-external-display): Ditto.
12430
12431 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12432
12433         * spam-report.el (spam-report-user-mail-address)
12434         (spam-report-user-agent): New variables.
12435         (spam-report-url-ping-plain): Use spam-report-user-agent.
12436
12437 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12438
12439         * gnus-art.el (gnus-button-handle-custom): Do not just use
12440         `customize-apropos' for any "M-x customize-*" button but the
12441         function called for.  Accept both the function name and its
12442         argument in order to achieve this.
12443         (gnus-button-alist): Remove support for "custom:" URL's.
12444         Pass function name to `gnus-button-handle-custom' in case of "M-x
12445         customize-*" buttons.
12446
12447 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12448
12449         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12450         multipart/alternative and add xref to mm-discouraged-alternatives
12451         in doc string.
12452
12453         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12454         gnus-buttonized-mime-types in doc string.
12455
12456 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12459         Suggest image/.* in the doc string.
12460
12461 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12462
12463         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12464         message-marks (Debian bug #342521).
12465
12466 2005-12-12  Simon Josefsson  <jas@extundo.com>
12467
12468         * password.el (password-read-from-cache): Add.
12469         (password-read): Use it.
12470
12471 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12472
12473         * rfc2047.el (rfc2047-charset-to-coding-system):
12474         Recognize us-ascii as a MIME charset.
12475
12476         * mm-bodies.el (mm-decode-content-transfer-encoding):
12477         Protect against the case where the 2nd arg TYPE is nil.
12478
12479 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * pop3.el (pop3-stream-type): Fix custom version.
12482
12483         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12484
12485 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12486
12487         * mm-decode.el (mm-display-external): Add missing cdr.
12488
12489 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12490
12491         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12492         RFC1524) if it is in mailcap or add a suffix according to
12493         mailcap-mime-extensions when generating a temp filename; postpone
12494         deleting a temp file for 2 seconds for some wrappers, shell
12495         scripts, and so on, which might exit right after having started a
12496         viewer command as a background job.
12497
12498 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12499
12500         * nntp.el (nntp-marks-directory): Fix custom group.
12501
12502         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12503         steps when < 10.
12504
12505         * gnus-start.el (gnus-no-server-1):
12506         Mention `gnus-level-default-subscribed' in doc string.
12507
12508 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12509
12510         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12511         parens.
12512
12513 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12514
12515         * gnus-xmas.el (gnus-use-toolbar): Revert.
12516         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12517         gnus-use-toolbar is default.
12518
12519         * messagexmas.el (message-use-toolbar): Revert.
12520         (message-setup-toolbar): Use global default-toolbar if
12521         message-use-toolbar is default.
12522
12523 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12524
12525         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12526         according to default-toolbar-visible-p.
12527
12528         * messagexmas.el (message-use-toolbar): Ditto.
12529
12530 2005-11-26  Dave Love  <fx@gnu.org>
12531
12532         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12533         (tls-program, tls-success): Provide openssl alternative.
12534
12535         * starttls.el: Doc fixes.
12536         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12537         SERVICE to PORT.
12538
12539         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12540         port null or service name.
12541         (starttls-negotiate): Autoload.
12542
12543 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12544
12545         * message.el (message-kill-to-signature): Fix interactive spec.
12546
12547 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * pop3.el (pop3-open-server): Recognize a string as a service name.
12550
12551 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12552
12553         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12554
12555 2005-11-23  Dave Love  <fx@gnu.org>
12556
12557         Add pop3s, pop3/starttls.
12558
12559         * pop3.el (pop3-authentication-scheme): Clarify doc.
12560         (open-tls-stream, starttls-open-stream): Autoload.
12561         (pop3-stream-type): New.
12562         (pop3-open-server): Use it.
12563
12564         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12565         for POP.
12566         (mail-source-keyword-map): Add :stream for POP.
12567         (mail-source-fetch-pop): Use pop3-stream-type.
12568
12569 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12570
12571         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12572         of current-time-string.
12573
12574 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12575
12576         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12577         date header.
12578
12579 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12580
12581         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12582         it can seriously impact performance as it bypasses the agent's
12583         local caches.
12584
12585 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12586
12587         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12588         must be explicitly online rather than "not explicitly offline" for
12589         its flags to be synchronized.
12590
12591         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12592         that gnus-uu-unmark-thread will function correctly.
12593
12594         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12595         1024K is instead displayed as 1M.
12596
12597 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12598
12599         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12600
12601 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12602
12603         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12604
12605 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12606
12607         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12608         error message to display actual error condition.
12609         (gnus-agent-save-local): Avoid saving symbols that are bound to
12610         nil as they simply result in a warning message in
12611         gnus-agent-read-local.
12612
12613 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12614
12615         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12616         rather than make-variable-buffer-local for file-precious-flag.
12617
12618 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12619
12620         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12621         for duplicates which are removed.  The invalid sort check then
12622         triggers a rescan after the sort as sorting may have moved
12623         duplicate entries such that they can be cheaply detected.
12624
12625 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12626
12627         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12628
12629 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12630
12631         * gnus-agent.el (gnus-agent-article-alist-save-format):
12632         Change internal variable to a custom variable.  Change default value
12633         from compressed(2) to uncompressed(1).
12634         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12635         support for uncompressed agentview files.  Taken together, reading
12636         the agentview file should now be 6-7 times faster.
12637
12638 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12639
12640         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12641         as a buffer-local variable.  This avoids creating truncated
12642         dribble files as a result of a hang up, eg.
12643
12644 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12645
12646         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12647         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12648         XEmacs.
12649
12650 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12651
12652         * gnus-start.el (gnus-start-draft-setup):
12653         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12654
12655         * gnus.el (gnus-splash): Change custom group.
12656         (gnus-group-get-parameter, gnus-group-parameter-value):
12657         Describe allow-list argument.
12658
12659         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12660         string.
12661
12662 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12663
12664         * gnus-art.el (gnus-default-article-saver): Add user-defined
12665         `function' to custom type.
12666
12667 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12668
12669         * imap.el (imap-open): Handle case where buffer is a buffer
12670         object.
12671
12672 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12673
12674         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12675         long lines.
12676         (gnus-cache-delete-group): Wrap doc strings.
12677
12678         * gnus-agent.el (gnus-agent-rename-group)
12679         (gnus-agent-delete-group): Wrap doc strings.
12680
12681 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * messagexmas.el (message-use-toolbar): Change the valid values
12684         into default, top, bottom, left, and right.
12685         (message-toolbar-thickness): New variable.
12686         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12687         well.
12688         (message-setup-toolbar): Make it work.
12689
12690         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12691         (gnus-use-toolbar): Change the valid values into default, top,
12692         bottom, left, and right.
12693         (gnus-toolbar-thickness): New variable.
12694         (gnus-xmas-setup-toolbar): New function.
12695         (gnus-xmas-setup-group-toolbar): Use it.
12696         (gnus-xmas-setup-summary-toolbar): Use it.
12697
12698 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12699
12700         * gnus-start.el (gnus-1): Add "native" to
12701         gnus-predefined-server-alist.
12702
12703         * gnus.el (gnus-method-to-server): Don't add "native" to the
12704         lists here, because that leads to problems when
12705         gnus-select-method is bound.
12706
12707 2005-11-09  Simon Josefsson  <jas@extundo.com>
12708
12709         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12710         use (not sort-by-date) instead.
12711
12712 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12713
12714         * gnus-delay.el (gnus-delay-group): Don't autoload.
12715         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12716         to be re-loaded when customizing the `gnus-delay' group.
12717
12718 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12719
12720         * message.el: Revert last changes.
12721         (message-insert-citation-line): Use newlines.
12722
12723 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12724
12725         * message.el (message-courtesy-message)
12726         (message-mark-insert-begin, message-mark-insert-end)
12727         (message-elide-ellipsis, message-cancel-message)
12728         (message-add-header, message-change-subject)
12729         (message-cross-post-followup-to-header)
12730         (message-cross-post-insert-note, message-reduce-to-to-cc)
12731         (message-widen-reply, message-delete-not-region)
12732         (message-kill-to-signature, message-insert-signature)
12733         (message-insert-importance-high, message-insert-importance-low)
12734         (message-insert-or-toggle-importance)
12735         (message-insert-disposition-notification-to)
12736         (message-indent-citation, message-yank-original)
12737         (message-cite-original-without-signature, message-cite-original)
12738         (message-insert-citation-line, message-position-on-field)
12739         (message-fix-before-sending, message-send-mail-partially)
12740         (message-send-mail, message-send-mail-with-sendmail)
12741         (message-send-mail-with-qmail, message-send-news)
12742         (message-check-news-header-syntax, message-generate-headers)
12743         (message-insert-courtesy-copy, message-fill-address)
12744         (message-fill-header, message-shorten-references)
12745         (message-setup-1, message-cancel-news)
12746         (message-forward-make-body-plain, message-forward-make-body-mime)
12747         (message-forward-make-body-mml, message-encode-message-body)
12748         (message-forward-make-body-digest-plain)
12749         (message-forward-make-body-digest-mime)
12750         (message-use-alternative-email-as-from): Insert `hard-newline'
12751         instead of ordinary newlines.
12752
12753 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12754
12755         * message.el (message-generate-headers): Downcase the argument
12756         given to message-check-element.
12757
12758 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12759
12760         * nntp.el (nntp-authinfo-rejected): New error condition.
12761         (nntp-wait-for): Use new error condition to signal authentication
12762         error.
12763         (nntp-retrieve-data): Rethrow new error condition to break out of
12764         recursive call to nntp-send-authinfo.
12765
12766 2005-11-08  Romain Francoise  <romain@orebokech.com>
12767
12768         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12769         (gnus-summary-exit-map): Bind to `Z p'.
12770         (gnus-summary-make-menu-bar): Add menu item.
12771
12772 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12775         (gnus-treat-*): Add `first' in all doc strings.
12776
12777         * gnus-group.el (gnus-group-compact-group): Fix typo.
12778
12779 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12780
12781         * gnus.el (gnus-parameters-case-fold-search): New variable.
12782         (gnus-parameters-get-parameter): Use it.
12783
12784         * gnus-score.el (gnus-home-score-file): Doc fix.
12785
12786 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12787
12788         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12789
12790 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12791
12792         * mm-util.el (mm-special-display-p): New function.
12793
12794         * mml.el (mml-preview): Use it; doc fix.
12795
12796 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12797
12798         * imap.el (imap-open): Handle case where buffer is a buffer object.
12799
12800 2005-10-29  Romain Francoise  <romain@orebokech.com>
12801
12802         * message.el (message-fix-before-sending): Fix comment.
12803
12804 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12805
12806         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12807
12808 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12809
12810         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12811         Used in gnus-score.el.
12812
12813 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12816
12817 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12820         whitespace removed in revision 7.8.  Use concatenated string to
12821         protect trailing whitespace.
12822
12823 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12824
12825         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12826         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12827         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12828         Courier IMAP ("some version from 2004").  Mostly based on similar
12829         code in the same function.
12830
12831 2005-10-26  Didier Verna  <didier@xemacs.org>
12832
12833         * gnus-group.el (gnus-group-compact-group): Invalidate original
12834         article buffer.
12835         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12836         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12837         NOV database and in article itself.
12838         Invalidate article backlog.
12839
12840 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12841
12842         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12843
12844 2005-10-26  Simon Josefsson  <jas@extundo.com>
12845
12846         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12847         part of 2004-07-25 change.
12848
12849 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12850
12851         * message.el (message-display-completion-list): New function.
12852         (message-expand-group): Use it; make sure the Completions buffer
12853         is modifiable.
12854 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12855
12856         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12857         user-mail-name is an empty string.
12858
12859 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12860
12861         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12862         depending on gnus-score-decay-constant.
12863
12864         * encrypt.el (encrypt-insert-file-contents)
12865         (encrypt-write-file-contents): Don't use `gnus-message'.
12866
12867         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12868         arguments.
12869         (mm-uu-type-alist): Add message-marks and insert-marks.
12870         Pass arguments to mm-uu-verbatim-marks-extract.
12871         (mm-uu-hide-markers): New variable.
12872         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12873
12874         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12875         (gnus-convert-image-to-face-command): Use "convert" by default to
12876         allow other input image formats.
12877         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12878         accordingly.
12879
12880 2005-10-23  Simon Josefsson  <jas@extundo.com>
12881
12882         * imap.el (imap-gssapi-program): Align command line parameters
12883         with latest GNU SASL.
12884         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12885
12886 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887
12888         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12889         HTML.
12890         (nnslashdot-request-article): Ditto.
12891
12892         * lpath.el (featurep): Add nobreak-char-display.
12893
12894 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12895
12896         * mail-source.el (mail-source-fetch-pop): Require pop3.
12897         (mail-source-check-pop): Ditto.
12898
12899 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12900
12901         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12902         errors.
12903
12904 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12905
12906         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12907         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12908
12909         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12910
12911         * mm-bodies.el (mm-decode-string):
12912         Call `mm-charset-to-coding-system' with allow-override argument.
12913
12914 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12915
12916         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12917         (rfc2047-charset-to-coding-system): New function.
12918         (rfc2047-decode-encoded-words): New function.
12919         (rfc2047-decode-region): Use them.
12920         (rfc2047-decode-cte): Remove.
12921         (rfc2047-parse-and-decode): Remove.
12922         (rfc2047-decode): Remove.
12923
12924 2005-10-15  Kenichi Handa  <handa@m17n.org>
12925
12926         * rfc2047.el (rfc2047-decode-cte): New function.
12927         (rfc2047-decode-region): Change the way to decode successive
12928         encoded-words: decode B- or Q-encoding in each encoded-word,
12929         concatenate them, and decode it as charset.
12930
12931 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12932
12933         * lpath.el: Fbind codepage-setup for XEmacs.
12934
12935 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12936
12937         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12938         widget-move-and-invoke.
12939         (gnus-custom-mode): Use gnus-custom-map.
12940
12941 2005-10-15  Bill Wohler  <wohler@newt.com>
12942
12943         * message.el (message-tool-bar-map): Rename image file from
12944         mail_send to mail/send.
12945
12946 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12947
12948         * message.el (message-expand-group): Pass the common
12949         prefix substring of completion to `display-completion-list'.
12950
12951 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12952
12953         * mml-sec.el (mml-secure-method): New internal variable.
12954         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12955         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12956         New functions using mml-secure-method.
12957
12958         * mml.el (mml-mode-map): Add key bindings for those functions.
12959         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12960         Harder <harder@myrealbox.com>.
12961         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12962         Goto end of message if point is the headers of the message.
12963
12964         * message.el (message-in-body-p): New function.
12965
12966         * assistant.el: Autoload gnus-util and netrc.
12967
12968         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12969         Use `mm-charset-override-alist' only when decoding.
12970
12971         * mm-bodies.el (mm-decode-body):
12972         Call `mm-charset-to-coding-system' with allow-override argument.
12973
12974         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12975         `filename' from Content-Disposition if Content-Type doesn't
12976         provide `name'.
12977         (gnus-mime-view-part-as-type): Set default instead of
12978         initial-input.
12979
12980 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12981
12982         * format-spec.el (format-spec): Propagate text properties of % spec.
12983
12984 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * gnus-art.el (gnus-treat-predicate): Add `first'.
12987
12988 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12989
12990         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12991         (mm-charset-override-alist): New variable.
12992         (mm-charset-to-coding-system): Use it.
12993         (mm-codepage-setup): New helper function.
12994         (mm-charset-eval-alist): New variable.
12995         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12996         Warn about unknown charsets.
12997
12998         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12999
13000 2005-10-04  David Hansen  <david.hansen@gmx.net>
13001
13002         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13003         (nnrss-check-group): Ditto.
13004
13005 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13006
13007         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13008         Rename x-gnus-verbatim to x-verbatim.
13009         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13010
13011         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13012         x-verbatim.
13013
13014         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13015
13016         * gnus-util.el (gnus-remove-duplicates): Remove.
13017
13018         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13019         instead of gnus-remove-duplicates.
13020
13021         * message.el (message-remove-duplicates): Remove.
13022         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13023         message-remove-duplicates.
13024
13025         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13026         available, else use implementation from `delete-dups'.
13027
13028         * message.el (message-insert-expires): New function.
13029         (message-mode-map): Add key binding.
13030         (message-mode-field-menu): Add menu entry.
13031         (message-mode): Document it.
13032         (message-make-expires-date): Use `message-make-date'.
13033
13034 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13035
13036         * message.el (message-make-expires-date): New function.
13037
13038 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13039
13040         * Makefile.in (list-installed-shadows): New entry.
13041         (install): Use it.
13042         (remove-installed-shadows): New entry.
13043
13044         * dgnushack.el (dgnushack-default-load-path): New variable.
13045         (dgnushack-find-lisp-shadows): New function.
13046         (dgnushack-remove-lisp-shadows): New function.
13047
13048 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13049
13050         * Makefile.in (install-el-elc): New entry.
13051         (install): Use it so that .el files are necessarily installed.
13052
13053 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13054
13055         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13056
13057 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13058
13059         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13060         function rather than the diff-mode.el package.
13061         (mm-display-external): Use with-current-buffer.
13062         (mm-viewer-completion-map, mm-viewer-completion-map):
13063         Move initialization inside declaration.
13064
13065 2005-09-29  Simon Josefsson  <jas@extundo.com>
13066
13067         * spam.el: Load hashcash when compiling, to avoid warnings.
13068         Don't autoload mail-check-payment.
13069         (spam-check-hashcash): Define unconditionally, since hashcash.el
13070         is part of Gnus now.  Ignore errors from payment checking.
13071
13072 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13073
13074         * message.el (message-bold-region, message-unbold-region):
13075         Rename from `bold-region' and `unbold-region'.
13076
13077         * message.el: Remove useless autoloads.
13078
13079 2005-09-28  Simon Josefsson  <jas@extundo.com>
13080
13081         * message.el (message-use-idna): Default to t.
13082         (message-use-idna): Test whether encoding works too.  Doc fix.
13083
13084 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13085
13086         * nntp.el (nntp-warn-about-losing-connection): Remove.
13087
13088 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13089
13090         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13091         customizable.  Change default value.
13092         (mm-uu-diff-groups-regexp): Change default value.
13093         (mm-uu-type-alist): Add doc string.
13094         (mm-uu-configure): Add doc string.  Make it interactive.
13095         (mm-uu-tex-groups-regexp): New variable.
13096         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13097         (mm-uu-type-alist): Add LaTeX documents.
13098         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13099         of "text/verbatim".
13100         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13101
13102         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13103         instead of "text/verbatim".
13104
13105         * message.el (message-mark-inserted-region)
13106         (message-mark-insert-file): Use slrn style marks when called with
13107         prefix argument.
13108
13109 2005-09-27  Simon Josefsson  <jas@extundo.com>
13110
13111         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13112
13113 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13114
13115         * message.el (message-remove-duplicates): New function.
13116         Implementation borrowed from `gnus-remove-duplicates'.
13117         (message-idna-to-ascii-rhs): Also encode idna addresses in
13118         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13119         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13120         only ask about the same idna domain once per header and also tell
13121         in what header to replace the idna domain.
13122
13123         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13124         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13125         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13126         a header is decoded and not just the last one.
13127
13128 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13129
13130         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13131         has been decoded.
13132
13133         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13134         (mm-insert-part): Don't modify text if it has been decoded.
13135
13136         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13137         decoded.
13138
13139         * mm-view.el (mm-inline-text): Don't strip text props unless
13140         decoding enriched or richtext parts.
13141
13142 2005-09-25  Romain Francoise  <romain@orebokech.com>
13143
13144         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13145         * gnus-start.el (gnus-subscribe-interactively):
13146         * gnus-uu.el (gnus-uu-grab-articles):
13147         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13148         space.
13149
13150 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13151
13152         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13153         * mm-view.el (mm-view-pkcs7-decrypt):
13154         * gnus-sum.el (gnus-summary-limit-to-extra)
13155         (gnus-summary-respool-article, gnus-read-move-group-name):
13156         * gnus-score.el (gnus-summary-increase-score):
13157         * gnus-util.el (gnus-completing-read-with-default):
13158         * gnus-art.el (gnus-read-save-file-name)
13159         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13160         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13161         * message.el (message-check-news-header-syntax):
13162         Follow convention for reading with the minibuffer.
13163
13164 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13165
13166         * spam-report.el (spam-report-url-ping-plain):
13167         Use gnus-extended-version as User-Agent.
13168
13169         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13170         default value is nil.
13171
13172         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13173         (mm-uu-verbatim-marks-extract): New function.
13174         (mm-uu-extract): New face.
13175         (mm-uu-copy-to-buffer): Use it.
13176
13177         * spam-report.el (spam-report-gmane-ham): Rename from
13178         `spam-report-gmane-unspam'.
13179         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13180         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13181
13182         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13183         Autoload.
13184         (spam-report-gmane-unregister-routine):
13185         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13186
13187 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13188
13189         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13190         (spam-report-gmane-unregister-routine): Add support for gmane
13191         unregistration.
13192
13193         * spam-report.el (spam-report-gmane-unspam)
13194         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13195         (spam-report-gmane): Change to take a single article and do unspam
13196         registration.
13197
13198 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13199
13200         * mm-url.el (mm-url-decode-entities): Fix regexp.
13201
13202 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13203
13204         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13205         default to nil, to be able to use Gnus at all.  If the default
13206         switches to something else, then the function should be fixed not
13207         be exceedingly slow.
13208
13209 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13210
13211         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13212         fail hard.
13213
13214         * spam-report.el: Add better Keywords line.
13215
13216         * spam.el: Add Maintainer and better Keywords line.
13217
13218 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * gnus-art.el (gnus-article-replace-part)
13221         (gnus-mime-replace-part): New functions.
13222         (gnus-mime-action-alist, gnus-mime-button-commands)
13223         (gnus-mime-save-part-and-strip): Add file argument.
13224         (gnus-article-part-wrapper): Add interactive argument.
13225
13226         * gnus-sum.el (gnus-summary-mime-map):
13227         Add `gnus-article-replace-part'.
13228
13229 2005-09-19  Didier Verna  <didier@xemacs.org>
13230
13231         The nnml compaction feature:
13232         * nnml.el (nnml-request-compact-group): New function.
13233         * nnml.el (nnml-request-compact): New function.
13234         * gnus-int.el (gnus-request-compact-group): New function.
13235         * gnus-int.el (gnus-request-compact): New function.
13236         * gnus-group.el (gnus-group-compact-group): New function.
13237         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13238         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13239         * gnus-srvr.el (gnus-server-compact-server): New function.
13240         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13241         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13242
13243 2005-09-18  Deepak Goel  <deego@gnufans.org>
13244
13245         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13246         format spec.
13247
13248 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13249
13250         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13251
13252 2005-09-15  Romain Francoise  <romain@orebokech.com>
13253
13254         * message.el (message-fill-paragraph): Clarify docstring.
13255
13256 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13257
13258         * gnus-art.el (gnus-mime-display-part): Protect against broken
13259         MIME messages.
13260
13261 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13262
13263         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13264         before parsing header.
13265
13266 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13267
13268         * html2text.el (html2text-replace-list): Add new entities.
13269
13270 2005-09-11  Romain Francoise  <romain@orebokech.com>
13271
13272         * message.el (message-alternative-emails): Improve docstring.
13273         (message-setup-1): Call `message-use-alternative-email-as-from'
13274         after `message-setup-hook' to give it precedence over posting
13275         styles, etc.
13276         (message-use-alternative-email-as-from): Add docstring.
13277         Remove the original From header if present.
13278
13279         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13280         (nnml-save-mail): Use it.
13281
13282         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13283         articles.  Add new argument `silent'.
13284         (gnus-uu-mark-all): Report the total number of marked articles.
13285
13286 2005-09-10  Romain Francoise  <romain@orebokech.com>
13287
13288         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13289         (gnus-uu-mark-series): Likewise.
13290
13291 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13292
13293         * spam-report.el (spam-report-gmane): Fix generation of spam
13294         report URL.
13295
13296 2005-09-10  Simon Josefsson  <jas@extundo.com>
13297
13298         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13299         t, based on discussion on the ding list with Robert Epprecht
13300         <epprecht@solnet.ch>.
13301
13302 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13303
13304         * spam-report.el (spam-report-gmane): Make it work without
13305         X-Report-Spam header.  Gmane now only provides Archived-At.
13306         This is only used if `spam-report-gmane-use-article-number' is nil.
13307         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13308
13309         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13310         make `gnus-summary-sort-by-recipient' work with threading.
13311
13312         * nnweb.el (nnweb-google-wash-article): Print a message if article
13313         is not available.
13314
13315 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13316
13317         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13318         change.  Decode text/* parts content before displaying.
13319
13320 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13323
13324 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13325
13326         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13327
13328         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13329         url-package-name, url-package-version,
13330         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13331         w3m-display-inline-images, and w3m-minor-mode-map.
13332
13333 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13334
13335         * message.el (message-tab-body-function): Fix mismatched custom type.
13336
13337         * gnus.el (gnus-group-change-level-function): Ditto.
13338
13339         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13340
13341         * gnus-art.el (gnus-signature-limit)
13342         (gnus-article-mime-part-function): Ditto.
13343
13344 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * mml.el (mml-mode): Silence the byte compiler.
13347
13348         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13349         using `(sit-for 0)' before moving the point to the specified part;
13350         skip unbuttonized parts.
13351         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13352         return to the summary window if gnus-auto-select-part is non-nil.
13353
13354 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13355
13356         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13357         New variables.
13358         (mml-dnd-attach-file, mml-mode): Use them.
13359
13360         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13361         Make fetching article by MID work again for Google Groups.
13362         Add FIXME concerning gnus-group-make-web-group.
13363
13364         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13365         Don't depend on Gnus by using mail-extract-address-components if
13366         gnus-extract-address-components is not bound.
13367
13368 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13369
13370         * gnus-art.el (gnus-mime-display-security): Don't display the
13371         signature, but only the signed part.
13372
13373 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13376
13377         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13378         list, not listp.
13379
13380 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13381
13382         * mm-encode.el (mm-encode-content-transfer-encoding):
13383         Likewise when encoding.
13384
13385         * mm-bodies.el (mm-decode-content-transfer-encoding):
13386         De-canonicalize CRLF for all text content types, not just
13387         text/plain.
13388
13389 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13390
13391         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13392         valid article; point arrow and cursor at the MIME button.
13393
13394 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13397         Suggested by Dan Christensen <jdc@uwo.ca>.
13398
13399         * mm-decode.el (mm-save-part): Enable change of prompt.
13400
13401 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13402
13403         * gnus-msg.el (gnus-inews-add-send-actions):
13404         Make `message-post-method' lambda parameter ARG `&optional'.
13405
13406 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13407
13408         * gnus-sum.el (gnus-summary-mime-map):
13409         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13410         gnus-article-jump-to-part.
13411
13412         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13413         (gnus-article-edit-part): Use it.
13414         (gnus-article-part-wrapper): Add no-handle argument.
13415         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13416         New functions.
13417
13418 2005-08-29  Romain Francoise  <romain@orebokech.com>
13419
13420         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13421         docstring.
13422         (gnus-face-from-file): Likewise.
13423
13424 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13425
13426         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13427         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13428         non-nil.
13429         (gnus-auto-select-part): New variable.
13430         (gnus-article-jump-to-part): New function.
13431         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13432         (gnus-mime-delete-part): Allow selecting specified part after
13433         deleting or stripping parts.
13434         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13435         part if argument is bogus.
13436
13437 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13438
13439         * gnus-art.el (w3m-minor-mode-map):
13440         * gnus-spec.el (gnus-newsrc-file-version):
13441         * gnus-util.el (nnmail-active-file-coding-system)
13442         (gnus-original-article-buffer, gnus-user-agent):
13443         * gnus.el (gnus-ham-process-destinations)
13444         (gnus-parameter-ham-marks-alist)
13445         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13446         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13447         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13448         * mm-decode.el (gnus-current-window-configuration):
13449         * mm-extern.el (gnus-article-mime-handles):
13450         * mm-url.el (url-current-object, url-package-name)
13451         (url-package-version):
13452         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13453         (smime-keys, w3m-cid-retrieve-function-alist)
13454         (w3m-current-buffer, w3m-display-inline-images)
13455         (w3m-minor-mode-map):
13456         * mml-smime.el (gnus-extract-address-components):
13457         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13458         (gnus-newsrc-hashtb, message-default-charset)
13459         (message-deletable-headers, message-options)
13460         (message-posting-charset, message-required-mail-headers)
13461         (message-required-news-headers):
13462         * mml1991.el (mc-pgp-always-sign):
13463         * mml2015.el (mc-pgp-always-sign):
13464         * nnheader.el (nnmail-extra-headers):
13465         * rfc1843.el (gnus-decode-encoded-word-function)
13466         (gnus-decode-header-function, gnus-newsgroup-name):
13467         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13468
13469 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13470
13471         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13472         the end of the date treatments.
13473
13474 2005-08-15  Simon Josefsson  <jas@extundo.com>
13475
13476         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13477         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13478         Capello and Romain Francoise.
13479         (pgg-fetch-key-function): Remove, not used?
13480         (pgg-insert-url-with-w3): Require url, to get
13481         url-insert-file-contents regardless of where it is defined.
13482
13483 2005-08-13  Romain Francoise  <romain@orebokech.com>
13484
13485         * message.el (message-cite-original-1): New function.
13486         (message-cite-original): Use it.
13487         (message-cite-original-without-signature): Ditto.
13488
13489 2005-08-08  Romain Francoise  <romain@orebokech.com>
13490
13491         * message.el (message-yank-empty-prefix): New variable.
13492         (message-indent-citation): Use it.
13493         (message-cite-original-without-signature): Respect X-No-Archive.
13494
13495 2005-08-08  Simon Josefsson  <jas@extundo.com>
13496
13497         * pgg.el: Autoload url-insert-file-contents instead of loading
13498         w3/url.
13499         (pgg-insert-url-with-w3): Don't load url here.
13500
13501 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13502
13503         * message.el (message-kill-to-signature): Don't insert newline at
13504         bol.
13505         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13506
13507 2005-08-06  Romain Francoise  <romain@orebokech.com>
13508
13509         * message.el (message-user-fqdn): Fix typo in docstring.
13510
13511 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13512
13513         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13514
13515         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13516
13517 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13518
13519         * mm-bodies.el (mm-encode-body): Use coding system rather than
13520         charset to encode text.
13521
13522         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13523         number of charsets if utf-8 is available (XEmacs).
13524
13525 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13528         taken from `gnus-button-mid-or-mail-regexp'.
13529         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13530         (gnus-button-alist): Improve regexp for domain part of the MIDs
13531         for news:localpart@domain buttons.
13532         (gnus-button-ctan-directory-regexp): Update.
13533
13534 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13535
13536         * sieve-manage.el (sieve-manage-interactive-login):
13537         Use make-local-variable rather than make-variable-buffer-local.
13538         (sieve-manage-open): Ditto.
13539         (sieve-manage-authenticate): Ditto.
13540
13541         * mml.el (mml-generate-mime-1): Make the content type default to
13542         text/plain if the filename is not specified.
13543
13544 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13545
13546         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13547         instead of insert-buffer.
13548
13549         * message.el (message-yank-original): Ditto; set the mark at the
13550         end of the yanked message.
13551
13552 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13553
13554         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13555         lines to scroll rather than to stop it.
13556
13557         * mml.el (mml-generate-default-type): Add doc string.
13558         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13559         default to application/octet-stream when determining the content
13560         type if it is not specified for the part or the mml contents; add
13561         a comment about mml-generate-default-type.
13562
13563 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13564
13565         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13566         make it default to application/octet-stream when determining the
13567         content type if it is not specified for the external contents.
13568
13569 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13570
13571         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13572         segmented parameter but also other parameters might be there.
13573
13574 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13575
13576         * mm-decode.el (mm-display-external): Delete temp file, directory
13577         and buffer immediately if the external process is exited.
13578
13579 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13580
13581         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13582         fewer lines than that of scroll-margin.
13583         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13584
13585 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13586
13587         * gnus-art.el (gnus-article-next-page): Revert.
13588         (gnus-article-beginning-of-window): New macro.
13589         (gnus-article-next-page-1): Use it.
13590         (gnus-article-prev-page): Ditto.
13591         (gnus-article-edit-part): Use insert-buffer-substring instead of
13592         insert-buffer.
13593         (gnus-article-edit-exit): Ditto.
13594
13595         * gnus-util.el (gnus-beginning-of-window): Remove.
13596         (gnus-end-of-window): Remove.
13597
13598         * lpath.el: Don't bind header-line-format and scroll-margin.
13599
13600 2005-07-25  Simon Josefsson  <jas@extundo.com>
13601
13602         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13603         to have the url package without w3.  Reported by Daiki Ueno
13604         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13605
13606 2005-07-20  Didier Verna  <didier@xemacs.org>
13607
13608         * gnus-diary.el: Remove the description comment (nndiary is now
13609         properly documented in the Gnus manual).
13610         Fix the spelling of "Back End".
13611         * nndiary.el: Ditto.
13612         Fix the copyright notice.
13613
13614 2005-07-18  Romain Francoise  <romain@orebokech.com>
13615
13616         * gnus-sum.el (gnus-summary-to-prefix)
13617         (gnus-summary-newsgroup-prefix): New variables.
13618         (gnus-summary-from-or-to-or-newsgroups): Use them.
13619
13620 2005-07-17  Romain Francoise  <romain@orebokech.com>
13621
13622         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13623         space as it's generally not especially interesting to the user.
13624
13625 2005-07-16  Romain Francoise  <romain@orebokech.com>
13626
13627         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13628         nil to avoid prompting and file modification if one of the
13629         messages at the top of the nnfolder file contains a copyright
13630         notice.
13631         Update copyright notice.
13632
13633         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13634         instead of `current-time-string' as the latter creates a time
13635         string that is not RFC 2822 compliant (it lacks the zone).
13636         Update copyright notice.
13637
13638 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13639
13640         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13641         for text/rtf.  Display default in prompt.  Pass default for M-n.
13642
13643         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13644
13645 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13646
13647         * gnus-msg.el (gnus-button-mailto):
13648         Remove save-selected-window-window hackery because it relies on
13649         save-selected-window internals.
13650
13651 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13652
13653         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13654         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13655         (gnus-article-prev-page): Ditto.
13656
13657         * gnus-util.el (gnus-beginning-of-window): New function.
13658         (gnus-end-of-window): New function.
13659
13660         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13661
13662 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13663
13664         * gnus-score.el (gnus-score-edit-all-score):
13665         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13666         gnus-message.
13667
13668 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13669
13670         * gnus-msg.el (gnus-button-mailto):
13671         Remove save-selected-window-window hackery because it relies on
13672         save-selected-window internals.
13673
13674 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13677         add-minor-mode.
13678         (gnus-binary-mode): Ditto.
13679
13680         * gnus-topic.el (gnus-topic-mode): Ditto.
13681
13682 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13683
13684         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13685         (gnus-article-prev-page): Take scroll-margin into consideration.
13686
13687 2005-07-04  Lute Kamstra  <lute@gnu.org>
13688
13689         Update FSF's address in GPL notices.
13690
13691 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13692
13693         * gnus.el (gnus-exit):
13694         * gnus-group.el (gnus-group-icons):
13695         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13696
13697         * gnus-nocem.el (gnus-nocem):
13698         * message.el (message-various, message-buffers, message-sending)
13699         (message-interface, message-forwarding, message-insertion)
13700         (message-headers, message-news, message-mail):
13701         * pgg-gpg.el (pgg-gpg):
13702         * pgg-parse.el (pgg-parse):
13703         * pgg-pgp.el (pgg-pgp):
13704         * pgg-pgp5.el (pgg-pgp5):
13705         * pop3.el (pop3): Finish `defgroup' description with period.
13706
13707 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13708
13709         * gnus-art.el (article-display-face): Improve the efficiency.
13710         (article-display-x-face): Ditto; remove grey x-face stuff.
13711
13712 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13713
13714         * gnus-art.el (article-display-face): Correct the position in
13715         which Faces are inserted.
13716
13717 2005-06-29  Didier Verna  <didier@xemacs.org>
13718
13719         * gnus-art.el (article-display-face): Display faces in correct
13720         order.
13721
13722 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13725         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13726         (gnus-nocem-check-article): Fetch the Type header.
13727         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13728         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13729         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13730         make sure gnus-nocem-hashtb is initialized.
13731         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13732         (gnus-nocem-unwanted-article-p): Ditto.
13733
13734         * pgg.el (pgg-verify): Return the verification result.
13735
13736 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13737
13738         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13739         is ascii.
13740
13741 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13742
13743         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13744         `show-nonbreak-escape'.
13745
13746 2005-06-23  Lute Kamstra  <lute@gnu.org>
13747
13748         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13749
13750         * dig.el (dig-mode):
13751         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13752
13753 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13754
13755         * nnimap.el (nnimap-split-download-body): Fix spellings.
13756
13757 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13758
13759         * gnus-art.el (gnus-article-encrypt-body):
13760         * gnus-cus.el (gnus-score-customize):
13761         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13762         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13763
13764 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13765
13766         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13767         header by looking for magic "MII" at the beginnig.
13768
13769 2005-06-16  Miles Bader  <miles@gnu.org>
13770
13771         * gnus-xmas.el (gnus-xmas-group-startup-message):
13772         Use renamed gnus-splash face.
13773
13774         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13775         (assistant-field-face): New backward-compatibility alias for renamed
13776         face.
13777         (assistant-render-text): Use renamed assistant-field face.
13778
13779         * spam.el (spam): Remove "-face" suffix from face name.
13780         (spam-face): New backward-compatibility alias for renamed face.
13781         (spam-face, spam-initialize): Use renamed spam face.
13782
13783         * message.el (message-header-to, message-header-cc)
13784         (message-header-subject, message-header-newsgroups)
13785         (message-header-other, message-header-name)
13786         (message-header-xheader, message-separator, message-cited-text)
13787         (message-mml): Remove "-face" suffix from face names.
13788         (message-header-to-face, message-header-cc-face)
13789         (message-header-subject-face, message-header-newsgroups-face)
13790         (message-header-other-face, message-header-name-face)
13791         (message-header-xheader-face, message-separator-face)
13792         (message-cited-text-face, message-mml-face):
13793         New backward-compatibility aliases for renamed faces.
13794         (message-font-lock-keywords): Use renamed message faces.
13795
13796         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13797         (sieve-test-commands, sieve-tagged-arguments):
13798         Remove "-face" suffix from face names.
13799         (sieve-control-commands-face, sieve-action-commands-face)
13800         (sieve-test-commands-face, sieve-tagged-arguments-face):
13801         New backward-compatibility aliases for renamed faces.
13802         (sieve-control-commands-face, sieve-action-commands-face)
13803         (sieve-test-commands-face, sieve-tagged-arguments-face):
13804         Use renamed sieve faces.
13805
13806         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13807         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13808         (gnus-group-news-3-empty, gnus-group-news-4)
13809         (gnus-group-news-4-empty, gnus-group-news-5)
13810         (gnus-group-news-5-empty, gnus-group-news-6)
13811         (gnus-group-news-6-empty, gnus-group-news-low)
13812         (gnus-group-news-low-empty, gnus-group-mail-1)
13813         (gnus-group-mail-1-empty, gnus-group-mail-2)
13814         (gnus-group-mail-2-empty, gnus-group-mail-3)
13815         (gnus-group-mail-3-empty, gnus-group-mail-low)
13816         (gnus-group-mail-low-empty, gnus-summary-selected)
13817         (gnus-summary-cancelled, gnus-summary-high-ticked)
13818         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13819         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13820         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13821         (gnus-summary-low-undownloaded)
13822         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13823         (gnus-summary-low-unread, gnus-summary-normal-unread)
13824         (gnus-summary-high-read, gnus-summary-low-read)
13825         (gnus-summary-normal-read, gnus-splash):
13826         Remove "-face" suffix from face names.
13827         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13828         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13829         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13830         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13831         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13832         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13833         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13834         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13835         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13836         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13837         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13838         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13839         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13840         (gnus-summary-normal-ticked-face)
13841         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13842         (gnus-summary-normal-ancient-face)
13843         (gnus-summary-high-undownloaded-face)
13844         (gnus-summary-low-undownloaded-face)
13845         (gnus-summary-normal-undownloaded-face)
13846         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13847         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13848         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13849         (gnus-splash-face):
13850         New backward-compatibility aliases for renamed faces.
13851         (gnus-group-startup-message): Use renamed gnus faces.
13852
13853         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13854         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13855         (gnus-server-agent): Remove "-face" suffix from face names.
13856         (gnus-server-agent-face, gnus-server-opened-face)
13857         (gnus-server-closed-face, gnus-server-denied-face)
13858         (gnus-server-offline-face):
13859         New backward-compatibility aliases for renamed faces.
13860         (gnus-server-agent-face, gnus-server-opened-face)
13861         (gnus-server-closed-face, gnus-server-denied-face)
13862         (gnus-server-offline-face): Use renamed gnus faces.
13863
13864         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13865         Remove "-face" suffix from face names.
13866         (gnus-picon-xbm-face, gnus-picon-face):
13867         New backward-compatibility aliases for renamed faces.
13868
13869         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13870         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13871         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13872         (gnus-cite-11): Remove "-face" suffix from face names.
13873         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13874         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13875         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13876         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13877         New backward-compatibility aliases for renamed faces.
13878         (gnus-cite-attribution-face, gnus-cite-face-list)
13879         (gnus-article-boring-faces): Use renamed gnus faces.
13880
13881         * gnus-art.el (gnus-signature, gnus-header-from)
13882         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13883         (gnus-header-content): Remove "-face" suffix from face names.
13884         (gnus-signature-face, gnus-header-from-face)
13885         (gnus-header-subject-face, gnus-header-newsgroups-face)
13886         (gnus-header-name-face, gnus-header-content-face):
13887         New backward-compatibility aliases for renamed faces.
13888         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13889
13890         * gnus-sum.el (gnus-summary-selected-face)
13891         (gnus-summary-highlight): Use renamed gnus faces.
13892         * gnus-group.el (gnus-group-highlight): Likewise.
13893
13894 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13895
13896         * gnus-sieve.el (gnus-sieve-article-add-rule):
13897         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13898         * spam-stat.el (spam-stat-buffer-change-to-spam)
13899         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13900
13901         * message.el (message-is-yours-p):
13902         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13903
13904 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * mm-view.el (mm-inline-text): Withdraw the last change.
13907
13908 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13909
13910         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13911         executing enriched-decode.
13912
13913 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13914
13915         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13916         charset of tar files.
13917
13918 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13919
13920         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13921
13922 2005-06-04  Lute Kamstra  <lute@gnu.org>
13923
13924         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13925         information is never recorded.
13926
13927 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13928
13929         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13930
13931 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13932
13933         * pop3.el (pop3-apop): Run md5 in the binary mode.
13934
13935         * starttls.el (starttls-set-process-query-on-exit-flag):
13936         Use eval-and-compile.
13937
13938 2005-05-31  Simon Josefsson  <jas@extundo.com>
13939
13940         * smime.el (smime-replace-in-string): Define.
13941         (smime-cert-by-ldap-1): Use it.
13942
13943 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13944
13945         * gnus-art.el (article-display-x-face): Replace
13946         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13947
13948         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13949         set-process-query-on-exit-flag or process-kill-without-query.
13950
13951         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13952         loop instead of replace-regexp.
13953
13954         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13955         instead of process-kill-without-query if it is available.
13956
13957         * lpath.el: Fbind ldap-search-entries.
13958
13959         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13960         instead of find-file-hooks if it is available.
13961
13962         * mml1991.el: Bind pgg-default-user-id when compiling.
13963
13964         * mml2015.el: Bind pgg-default-user-id when compiling.
13965
13966         * nndraft.el (nndraft-request-associate-buffer):
13967         Use write-contents-functions instead of write-contents-hooks if it is
13968         available.
13969
13970         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13971         instead of find-file-hooks if it is available.
13972
13973         * nntp.el (nntp-open-connection): Replace
13974         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13975         (nntp-open-ssl-stream): Ditto.
13976         (nntp-open-tls-stream): Ditto.
13977
13978         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13979         set-process-query-on-exit-flag or process-kill-without-query.
13980         (starttls-open-stream-gnutls): Use it instead of
13981         process-kill-without-query.
13982         (starttls-open-stream): Ditto.
13983
13984 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13985
13986         * smime.el (smime-cert-by-ldap-1): Don't use
13987         replace-regexp-in-string.
13988
13989 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13990
13991         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13992
13993         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13994         in PEM format.  Adjust to the XEmacs compability.
13995
13996 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13997
13998         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13999         by `string-to-number'.
14000         * gnus-agent.el (gnus-agent-regenerate-group)
14001         (gnus-agent-fetch-articles): Ditto.
14002         * gnus-art.el (gnus-button-fetch-group): Ditto.
14003         * gnus-cache.el (gnus-cache-generate-active)
14004         (gnus-cache-articles-in-group): Ditto.
14005         * gnus-group.el (gnus-group-set-current-level)
14006         (gnus-group-insert-group-line): Ditto.
14007         * gnus-score.el (gnus-score-set-expunge-below)
14008         (gnus-score-set-mark-below, gnus-summary-score-effect)
14009         (gnus-summary-score-entry): Ditto.
14010         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14011         (gnus-soup-pack): Ditto.
14012         * gnus-spec.el (gnus-xmas-format): Ditto.
14013         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14014         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14015         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14016         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14017         * nndb.el (nndb-get-remote-expire-response): Ditto.
14018         * nndiary.el (nndiary-parse-schedule-value)
14019         (nndiary-string-to-number, nndiary-request-replace-article)
14020         (nndiary-request-article): Ditto.
14021         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14022         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14023         * nneething.el (nneething-make-head): Ditto.
14024         * nnfolder.el (nnfolder-request-article)
14025         (nnfolder-retrieve-headers): Ditto.
14026         * nnheader.el (nnheader-file-to-number): Ditto.
14027         * nnkiboze.el (nnkiboze-request-article): Ditto.
14028         * nnmail.el (nnmail-process-unix-mail-format)
14029         (nnmail-process-babyl-mail-format): Ditto.
14030         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14031         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14032         (nnmh-request-create-group, nnmh-request-list-1)
14033         (nnmh-request-group, nnmh-request-article): Ditto.
14034         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14035         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14036         * nnsoup.el (nnsoup-make-active): Ditto.
14037         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14038         * nntp.el (nntp-find-group-and-number)
14039         (nntp-retrieve-headers-with-xover): Ditto.
14040         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14041         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14042         (pgg-format-key-identifier): Ditto.
14043         * pop3.el (pop3-last, pop3-stat): Ditto.
14044         * qp.el (quoted-printable-decode-region): Ditto.
14045
14046         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14047         of concat.
14048
14049 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14052
14053         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14054
14055         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14056
14057         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14058
14059         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14060
14061         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14062
14063         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14064         (gnus-carpal-mode): Ditto.
14065
14066         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14067         (gnus-browse-mode): Ditto.
14068
14069         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14070
14071         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14072
14073 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14074
14075         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14076
14077 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14078
14079         * gnus-util.el (gnus-run-mode-hooks): New function.
14080
14081         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14082
14083         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14084         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14085
14086 2005-05-27  Lute Kamstra  <lute@gnu.org>
14087
14088         * dns-mode.el (dns-mode): Specify customization group.
14089
14090 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14091
14092         * gnus-agent.el (gnus-agent-make-mode-line-string):
14093         Use mode-line-highlight as mouse-face.
14094
14095 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * canlock.el (canlock): Change the parent group to news.
14098
14099         * deuglify.el (gnus-outlook-deuglify): Add :group.
14100
14101         * dig.el (dig): Add :group.
14102
14103         * dns-mode.el (dns-mode): Add :group.
14104
14105         * encrypt.el (encrypt): Add :group.
14106
14107         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14108         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14109         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14110         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14111         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14112
14113         * gnus-diary.el (gnus-diary): Add :group.
14114
14115         * gnus.el (gnus-group-news-1-face): Add :group.
14116         (gnus-group-news-1-empty-face): Ditto.
14117         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14118         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14119         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14120         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14121         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14122         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14123         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14124         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14125         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14126         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14127         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14128         (gnus-summary-high-ticked-face): Ditto.
14129         (gnus-summary-low-ticked-face): Ditto.
14130         (gnus-summary-normal-ticked-face): Ditto.
14131         (gnus-summary-high-ancient-face): Ditto.
14132         (gnus-summary-low-ancient-face): Ditto.
14133         (gnus-summary-normal-ancient-face): Ditto.
14134         (gnus-summary-high-undownloaded-face): Ditto.
14135         (gnus-summary-low-undownloaded-face): Ditto.
14136         (gnus-summary-normal-undownloaded-face): Ditto.
14137         (gnus-summary-high-unread-face): Ditto.
14138         (gnus-summary-low-unread-face): Ditto.
14139         (gnus-summary-normal-unread-face): Ditto.
14140         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14141         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14142
14143         * hashcash.el (hashcash): New custom group.
14144         (hashcash-default-payment): Add :group.
14145         (hashcash-payment-alist): Ditto.
14146         (hashcash-default-accept-payment): Ditto.
14147         (hashcash-accept-resources): Ditto.
14148         (hashcash-path): Ditto.
14149         (hashcash-extra-generate-parameters): Ditto.
14150         (hashcash-double-spend-database): Ditto.
14151         (hashcash-in-news): Ditto.
14152
14153         * message.el (message-minibuffer-local-map): Add :group.
14154
14155         * netrc.el (netrc): Add :group.
14156
14157         * sieve-manage.el (sieve-manage-log): Add :group.
14158         (sieve-manage-default-user): Diito.
14159         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14160         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14161         (sieve-manage-authenticators): Ditto.
14162         (sieve-manage-authenticator-alist): Ditto.
14163         (sieve-manage-default-port): Ditto.
14164
14165         * sieve-mode.el (sieve-control-commands-face): Add :group.
14166         (sieve-action-commands-face): Ditto.
14167         (sieve-test-commands-face): Ditto.
14168         (sieve-tagged-arguments-face): Ditto.
14169
14170         * smime.el (smime): Add :group.
14171
14172         * spam-report.el (spam-report): Add :group.
14173
14174         * spam.el (spam, spam-face): Add :group.
14175
14176 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14177
14178         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14179         return \n.\n.\n at the end of articles.  Protect against that.
14180         (nntp-with-open-group): Allow debugging.
14181
14182         * nnheader.el (mail-header-set-extra): Make into a function
14183         because I just could't understand how to quote the list properly.
14184
14185         * dns.el (query-dns-cached): New function.
14186
14187 2005-05-26  Lute Kamstra  <lute@gnu.org>
14188
14189         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14190
14191 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14192
14193         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14194
14195         * gnus-art.el: Don't autoload mail-extract-address-components.
14196
14197         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14198         eval-and-compile to evaluate it.
14199
14200         * hashcash.el: Don't autoload executable-find.
14201
14202         * nndb.el: Don't declare the nndb back end two or more times; don't
14203         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14204
14205         * nntp.el: Autoload format-spec instead of format; use
14206         eval-and-compile to evaluate autoload forms.
14207
14208 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14209
14210         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14211
14212 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14213
14214         * gnus.el (gnus-version-number): Bump version.
14215
14216 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14217
14218         * gnus.el: No Gnus v0.3 is released.
14219
14220 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14221
14222         * lpath.el (featurep): Bind show-nonbreak-escape.
14223
14224 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14225
14226         * gnus-art.el (gnus-article-edit-part): Disable undo.
14227
14228 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14229
14230         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14231         gnus-article-date-lapsed-new-header is t if date timer is active;
14232         skip headers in which the original date value is empty.
14233         (gnus-article-save-original-date): Redefine it as a macro.
14234         (gnus-display-mime): Use it.
14235
14236 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14237
14238         * gnus-art.el (article-date-ut): Support converting date in
14239         forwarded parts as well.
14240         (gnus-article-save-original-date): New function.
14241         (gnus-display-mime): Use it.
14242
14243 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14244
14245         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14246         enclosure element of <item>.
14247
14248 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14249
14250         * message.el (message-kill-buffer-query): Rename from
14251         `message-kill-buffer-query-if-modified'.  Add :version.
14252
14253 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14254
14255         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14256         window layout.
14257
14258 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14259
14260         * mml.el: Autoload dnd when compiling.
14261
14262 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14263
14264         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14265         x-dnd-*.
14266
14267 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14268
14269         * qp.el (quoted-printable-encode-region): Save excursion.
14270
14271 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14272
14273         * message.el (message-kill-buffer-query-if-modified): Add new variable
14274         so the user can kill a modified message buffer quickly.
14275         (message-kill-buffer): Use it.
14276
14277 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14278
14279         * lpath.el: Fbind display-time-event-handler; don't fbind
14280         string-to-multibyte.
14281
14282         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14283
14284 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14285
14286         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14287         contained in text because xml.el decodes entities) with LFs.
14288
14289 2005-04-11  Lute Kamstra  <lute@gnu.org>
14290
14291         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14292         differently.
14293
14294 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14295
14296         * mm-util.el (mm-detect-coding-region): Typo.
14297
14298 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14299
14300         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14301
14302 2005-04-06  Deepak Goel  <deego@gnufans.org>
14303
14304         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14305         user-function allow user modifications of the scores.
14306         (spam-stat-score-buffer-user): New function, to allow
14307         user-computed modifications to the score.
14308         (spam-stat-score-buffer-user-functions): List of additional
14309         scoring functions.
14310         (spam-stat-error-holder): Global temporary error holder.
14311         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14312         variable.
14313
14314 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14315
14316         * gnus-registry.el (gnus-registry-clean-empty-function)
14317         (gnus-registry-trim, gnus-registry-fetch-groups)
14318         (gnus-registry-delete-group): Groups that match
14319         `gnus-registry-ignored-groups' are removed from the registry
14320         entries, not just ignored for splitting.  This helps clean up the
14321         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14322         to get all the groups a message ID is in.
14323
14324         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14325         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14326         (spam-stat-score-buffer-user-functions): Add :number custom type.
14327
14328 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14329
14330         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14331         argument in XEmacs.
14332
14333         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14334         (nnrss-request-group): Decode group name first.
14335         (nnrss-request-article): Make a text/plain article if mml-to-mime
14336         failed.
14337         (nnrss-get-encoding): Return a compatible encoding according to
14338         nnrss-compatible-encoding-alist.
14339         (nnrss-find-el): Use consp instead of listp.
14340         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14341
14342 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14343
14344         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14345         which Emacs 20 doesn't support.
14346         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14347
14348 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14349
14350         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14351         silence the byte compiler inside the defun.
14352
14353         * gnus-demon.el (parse-time-string): Add autoload.
14354
14355         * gnus-delay.el (parse-time-string): Add autoload.
14356
14357         * gnus-art.el (parse-time-string): Add autoload.
14358
14359         * nnultimate.el (parse-time): Require for `parse-time-string'.
14360
14361 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14362
14363         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14364
14365         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14366
14367         * smime.el (smime-ldap-host-list): Add :version.
14368
14369 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14370
14371         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14372         pass it to `gnus-browse-read-group'.
14373         (gnus-browse-read-group): Add NUMBER argument and pass it to
14374         `gnus-group-read-ephemeral-group'.
14375
14376         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14377         argument and pass it to `gnus-group-read-group'.
14378
14379 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14380
14381         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14382         mm-xemacs-find-mime-charset-1 if we have the mule feature
14383         available at runtime.
14384
14385 2005-03-25  Werner Lemberg  <wl@gnu.org>
14386
14387         * nnmaildir.el: Replace `illegal' with `invalid'.
14388
14389 2005-03-23  Lute Kamstra  <lute@gnu.org>
14390
14391         * time-date.el: Add comment on time value formats.
14392         Don't require parse-time.
14393         (with-decoded-time-value): New macro.
14394         (encode-time-value): New function.
14395         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14396         (days-to-time): Return a valid time value when arg is huge.
14397         (time-since): Use time-subtract.
14398         (time-to-number-of-days): Use time-to-seconds.
14399
14400 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14401
14402         * gnus-start.el (gnus-display-time-event-handler):
14403         Check display-time-timer at runtime rather than only at load time
14404         in case display-time-mode is turned off in the mean time.
14405
14406 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14407
14408         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14409         used.
14410
14411         * nneething.el (nneething-map-file-directory): Derive from
14412         `gnus-directory'.
14413
14414         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14415         the To/Cc button.
14416
14417 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14418
14419         * nnmaildir.el (nnmaildir-request-accept-article):
14420         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14421
14422 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14423
14424         * gnus-async.el: Require timer-funcs at compile time when in
14425         XEmacs for `run-with-idle-timer'.
14426
14427 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14428
14429         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14430         autoloaded function.
14431
14432 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14433
14434         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14435
14436 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14437
14438         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14439
14440 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14441
14442         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14443         Add gnus-expert-user to default.
14444
14445 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14446
14447         * nnimap.el (nnimap-open-server): Ditto.
14448
14449         * imap.el (imap-authenticate): Fix typo.
14450
14451 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14452
14453         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14454         buffer (since IMAP server might return FETCH response out of
14455         order, and the nntp buffer must be sorted).
14456
14457 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14458
14459         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14460         comparison on string.
14461
14462         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14463         (gnus-agent-score): Rename category keywords to match gnus-cus.
14464         (gnus-agent-summary-fetch-series): Modify to protect against
14465         gnus-agent-summary-fetch-group clearing processable flags.
14466         (gnus-agent-synchronize-group-flags): Update live group buffer as
14467         synchronization may occur due to the user toggle the plugged
14468         status.
14469         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14470         successfully downloaded.
14471         (gnus-agent-expire-group-1): Avoid using markers when the overview
14472         is in ascending order; greatly improves performance.
14473         (gnus-agent-regenerate-group):
14474         Use gnus-agent-synchronize-group-flags to reset read status in both
14475         gnus and server.
14476         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14477
14478 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14479
14480         * message.el: Don't autoload former message-utils variables.
14481         (message-strip-subject-trailing-was): Change doc string.
14482
14483         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14484         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14485         (nnweb-google-search): Add "hl=en" here.
14486         (nnweb-google-parse-1, nnweb-google-create-mapping):
14487         Don't hardcode URL.
14488
14489 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14490
14491         * message.el (message-get-reply-headers, message-followup):
14492         Mention related variables `message-use-followup-to' and
14493         `message-use-mail-followup-to', in the information buffer.
14494
14495         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14496         of broken groups(-beta).google.com.
14497
14498 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14499
14500         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14501         parameter to invoked gnus-request-move-article; remove the
14502         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14503         all at once instead of once per article.
14504         (gnus-summary-remove-process-mark): Accept a list of articles as
14505         well as a single article for processing.
14506
14507         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14508         parameter.
14509
14510         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14511
14512         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14513
14514         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14515         parameter.
14516
14517         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14518         parameter.
14519
14520         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14521         parameter and remove the gnus-sum-hint-move-is-internal variable.
14522
14523         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14524         parameter.
14525
14526         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14527         parameter.
14528
14529         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14530         parameter.
14531
14532         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14533
14534         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14535         parameter.
14536
14537         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14538         parameter.
14539
14540 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14541
14542         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14543         a more conservative way.
14544
14545 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14546
14547         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14548         buffer, so it moves the window's cursor.
14549
14550 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14551
14552         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14553         `mm-dissect-multipart' and receive the from field as an (optional)
14554         argument from `mm-dissect-multipart'.
14555         (mm-dissect-multipart): Receive the from field as an argument and
14556         pass it on when we call `mm-dissect-buffer' on MIME parts.
14557         Fixes verification/decryption of signed/encrypted MIME parts.
14558
14559 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14560
14561         * gnus-sum.el (gnus-summary-move-article):
14562         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14563         whatever it calls (right now, only nnimap-request-move article
14564         respects it).
14565
14566         * nnimap.el (nnimap-request-move-article):
14567         When gnus-sum-hint-move-is-internal is set, don't do the extra
14568         nnimap-request-article.
14569
14570 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14571
14572         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14573
14574         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14575         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14576
14577         * gnus-sum.el (gnus-summary-caesar-message):
14578         Apply `gnus-treat-article' after rotation.
14579
14580         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14581         doc string.
14582
14583 2005-02-22  Simon Josefsson  <jas@extundo.com>
14584
14585         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14586         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14587         <arne@arnested.dk>.
14588         (encrypt): Add password-cache and password-cache-expiry as group
14589         members.
14590
14591 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14592
14593         * smime.el (smime-ldap-host-list): Doc fix.
14594         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14595         cache) password.
14596         (smime-sign-region): Use it.
14597         (smime-decrypt-region): Use it.
14598         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14599         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14600         fails.
14601         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14602         certificate from DER to PEM format rather than calling openssl.
14603
14604         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14605
14606         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14607         for signing/encryption.
14608
14609         * mml.el (mml-parse-1): Use them.
14610
14611 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14612
14613         * nnrss.el (nnrss-verbose): Remove.
14614         (nnrss-request-group): Use `nnheader-message' instead.
14615
14616 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14617
14618         * nnrss.el (nnrss-verbose): New variable.
14619         (nnrss-request-group): Make it say nnrss is requesting a group.
14620
14621 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14624         Handle news URL with given port correctly.
14625
14626 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14627
14628         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14629         containing special characters.
14630
14631         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14632
14633         * mml.el (mime-to-mml): Ditto.
14634
14635         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14636         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14637         (rfc2047-decode-region): Quote decoded words containing special
14638         characters when rfc2047-quote-decoded-words-containing-tspecials
14639         is non-nil.
14640
14641 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14642
14643         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14644
14645         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14646
14647 2005-02-15  Simon Josefsson  <jas@extundo.com>
14648
14649         * nnimap.el (nnimap-debug): Doc fix.
14650
14651         * imap.el (imap-debug): Doc fix.
14652
14653 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14654
14655         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14656
14657 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14658
14659         * gnus.el (spam-contents): Improve docs for spam-contents
14660         parameter in its variable incarnation.
14661
14662 2005-02-14  Simon Josefsson  <jas@extundo.com>
14663
14664         * smime-ldap.el: Use require instead of load-library for ldap.
14665         (smime-ldap-search): Indent.
14666         (smime-ldap-search-internal): Shorten line.
14667
14668         * smime.el (smime-cert-by-dns): Add doc-string.
14669         (smime-cert-by-ldap-1): Indent.
14670
14671         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14672         mml-smime-get-dns-ldap.
14673         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14674
14675 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14676
14677         * smime.el: Require smime-ldap.
14678         (smime-ldap-host-list): New variable.
14679         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14680
14681         * mml-smime.el (mml-smime-encrypt-query): New function.
14682         (mml-smime-encrypt-query): Use it.
14683
14684         * smime-ldap.el: New file.
14685
14686 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14689
14690 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14691
14692         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14693         argument in doc string.  Make query for type more clear.
14694
14695 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14696
14697         * gnus.el (gnus-group-startup-message): Search for gnus images in
14698         etc/images/gnus.
14699         * mm-util.el (mm-image-load-path): Likewise.
14700         * smiley.el (smiley-data-directory): Search for smilies in
14701         etc/images/smilies.
14702
14703 2005-02-09  Kim F. Storm  <storm@cua.dk>
14704
14705         Change Emacs release version from 21.4 to 22.1 throughout.
14706         Change Emacs development version from 21.3.50 to 22.0.50.
14707
14708 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14711
14712         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14713         non-Mule XEmacs as well.
14714         (mm-decompress-buffer): Signal an error intentionally if it does
14715         not decompress compressed data because auto-compression-mode is
14716         disabled.
14717
14718 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14719
14720         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14721         an ID in the registry even if it has no groups.
14722
14723 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14724
14725         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14726         merge it into mm-decompress-buffer.
14727         (gnus-mime-copy-part): Use the MIME part charset, the value which
14728         a user specified or gnus-newsgroup-charset for decoding, like
14729         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14730         save-buffer what was used.  Suggested by Kevin Ryde
14731         <user42@zip.com.au>.
14732         (gnus-mime-inline-part): Allow the name parameter as well as the
14733         filename parameter; force decompressing of compressed data; always
14734         display contents being not decoded as unibyte.
14735
14736         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14737         as well as the filename parameter.
14738
14739         * mm-util.el (mm-decompress-buffer):
14740         Merge gnus-mime-jka-compr-maybe-uncompress.
14741         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14742         of compressed data.
14743
14744 2005-02-08  Simon Josefsson  <jas@extundo.com>
14745
14746         * imap.el (imap-log): Doc fix.
14747
14748 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14751         the coding cookies; decompress compressed parts.
14752
14753         * mml.el (mml-generate-mime-1): Add the charset parameter according
14754         to the value which a user specified manually or the coding cookie.
14755
14756         * mm-util.el (mm-string-to-multibyte): New function.
14757         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14758         (mm-coding-system-to-mime-charset): New function.
14759         (mm-decompress-buffer): New function.
14760         (mm-find-buffer-file-coding-system): New function.
14761
14762         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14763         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14764         parts.
14765
14766 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14767
14768         * mm-view.el (mm-display-inline-fontify): Decode a part according
14769         to the charset parameter.
14770
14771 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14772
14773         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14774         prefix arg is neither nil nor a number, as info specifies.
14775
14776 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14777
14778         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14779         timestamps.
14780
14781 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14782
14783         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14784         groups error checking and notify user.
14785
14786 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14787
14788         * message.el (message-send-mail-function): Check existence of
14789         sendmail-program first before using default value
14790         `message-send-mail-with-sendmail'.  Otherwise use more generic
14791         `smtpmail-send-it'.
14792
14793 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14794
14795         * nntp.el (nntp-request-update-info): Always return nil.
14796
14797 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14798
14799         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14800
14801 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14802
14803         * message.el (message-beginning-of-line): Change the behavior when
14804         invoked between BOL and : so that it first moves backward.
14805
14806 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14807
14808         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14809         article buffer when editing of the article is discarded.
14810         (gnus-article-prepare): Revert.
14811
14812 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14813
14814         * gnus-art.el (gnus-article-prepare):
14815         Remove message-strip-forbidden-properties from the local hook.
14816
14817 2005-01-27  Simon Josefsson  <jas@extundo.com>
14818
14819         * password.el (password-cache-add): Only start one timer per key.
14820         Reported by Derek Atkins <warlord@MIT.EDU>.
14821
14822 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14823
14824         * run-at-time.el: Remove.  It is no longer needed as
14825         timer-funcs.el in the xemacs-base package has a working version of
14826         `run-at-time'.
14827
14828         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14829
14830         * password.el: Require timer-funcs instead of run-at-time in
14831         XEmacs.
14832         Remove `password-run-at-time' macro.
14833         (password-cache-add): Use `run-at-time' instead of
14834         `password-run-at-time'.
14835
14836         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14837         Remove `nnheader-cancel-function-timers' alias,
14838         `cancel-function-timers' exists in XEmacs in timer-funcs.
14839
14840         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14841         for `run-with-idle-timer'.
14842
14843         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14844         for `run-at-time'.
14845
14846         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14847         for `with-timeout'.
14848
14849         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14850         the same as for XEmacs 21.4.
14851         No need to ignore `run-with-idle-timer', this function exists in
14852         XEmacs now in timer-funcs.el in the xemacs-base package.
14853         (dgnushack-compile): No need to delete
14854         run-at-time.el from the list of files to compile because it
14855         doesn't exist anymore.
14856
14857 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14860         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14861
14862 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14863
14864         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14865         sensitively.
14866
14867 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14868
14869         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14870
14871 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14874         which will be inserted according to the multibyteness of a buffer
14875         rather than the type of contents.  Suggested by ARISAWA Akihiro
14876         <ari@mbf.ocn.ne.jp>.
14877
14878         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14879         of string which old xml.el may return rather than a string.
14880
14881 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14884
14885 2005-01-16  Simon Josefsson  <jas@extundo.com>
14886
14887         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14888         idn/idna.el isn't available.
14889         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14890         <michael@waxrat.com>.
14891
14892         * hashcash.el: Remove non-FSF copyright header.
14893
14894         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14895         (hashcash-generate-payment): Use it.
14896         (hashcash-generate-payment-async): Use it.
14897
14898 2005-01-15  Simon Josefsson  <jas@extundo.com>
14899
14900         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14901         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14902
14903         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14904         gnus-summary-idna-message.
14905         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14906         (gnus-summary-idna-message): New function.
14907
14908 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14909
14910         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14911         gnus-novice-user.
14912
14913 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * nnrss.el (nnrss-request-delete-group): Delete entries in
14916         nnrss-group-alist as well.
14917         (nnrss-save-server-data): Insert newline.
14918
14919 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * gnus.el (gnus-user-agent): Use list of symbols instead of
14922         symbols.  Display full version number for (S)XEmacs.
14923         Optionally display (S)XEmacs codename.
14924
14925         * gnus-util.el (gnus-emacs-version): Update for new
14926         `gnus-user-agent'.
14927
14928         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14929         Gnus version.
14930
14931 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14932
14933         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14934         which is unreadable in some setups.
14935
14936 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-spec.el (gnus-update-format-specifications): Flush the
14939         group format spec cache if it doesn't support decoded group names.
14940
14941 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14942
14943         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14944         Allow to apply decay on score files matching a regexp.
14945
14946 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14947
14948         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14949         compatibility in %g and %c.
14950
14951 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14954         name for only %g and %c.
14955         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14956         of gnus-tmp-group to decoded group name.
14957         (gnus-group-make-rss-group): Exclude `/'s from group names.
14958
14959 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * nnrss.el (nnrss-get-encoding): Fix regexp.
14962
14963 2004-12-27  Simon Josefsson  <jas@extundo.com>
14964
14965         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14966         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14967         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14968
14969 2004-12-17  Kim F. Storm  <storm@cua.dk>
14970
14971         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14972
14973         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14974
14975 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14976
14977         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14978
14979 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * nnrss.el: Require rfc2047 and mml.
14982         (nnrss-file-coding-system): New variable.
14983         (nnrss-format-string): Redefine it as an inline function.
14984         (nnrss-decode-group-name): New function.
14985         (nnrss-string-as-multibyte): Remove.
14986         (nnrss-retrieve-headers): Decode group name; don't use
14987         nnrss-format-string.
14988         (nnrss-request-group): Decode group name.
14989         (nnrss-request-article): Decode group name; allow a Message-ID as
14990         well as an article number; don't use nnrss-format-string; encode a
14991         Message-ID string which may contain non-ASCII characters; use
14992         mml-to-mime to compose a MIME article.
14993         (nnrss-request-expire-articles): Decode group name.
14994         (nnrss-request-delete-group): Decode group name.
14995         (nnrss-fetch): Clarify error message.
14996         (nnrss-read-server-data): Use insert-file-contents instead of load;
14997         bind file-name-coding-system; use multibyte buffer.
14998         (nnrss-save-server-data): Bind coding-system-for-write to the
14999         value of nnrss-file-coding-system; bind file-name-coding-system;
15000         add coding cookie.
15001         (nnrss-read-group-data): Use insert-file-contents instead of load;
15002         bind file-name-coding-system; use multibyte buffer.
15003         (nnrss-save-group-data): Bind coding-system-for-write to the
15004         value of nnrss-file-coding-system; bind file-name-coding-system.
15005         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15006         make it work with non-ASCII text.
15007         (nnrss-find-el): Make it work with old xml.el as well.
15008
15009 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15010
15011         * nnrss.el (nnrss-get-encoding): New function.
15012         (nnrss-fetch): Use unibyte buffer initially; bind
15013         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15014         decode contents according to the encoding attribute.
15015         (nnrss-save-group-data): Add coding cookie.
15016         (nnrss-mime-encode-string): New function.
15017         (nnrss-check-group): Use it to encode subject and author.
15018
15019 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15020
15021         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15022         imaginary variable.
15023
15024 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15027         correctly even if there are wide characters.
15028
15029 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15030
15031         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15032         downcased symbol names; make a new cache instead of reusing
15033         bbdb-hashtable.
15034
15035 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15036
15037         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15038         concatenating segments rather than before concatenating them.
15039         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15040
15041         * message.el (message-get-reply-headers): Bind `extra'.
15042
15043 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15044
15045         * message.el (message-extra-wide-headers): New variable.
15046         (message-get-reply-headers): Use it.
15047
15048 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15051         (gnus-agent-group-pathname): Ditto.
15052
15053         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15054
15055         * gnus-group.el (gnus-group-make-group): Decode group name.
15056         (gnus-group-make-rss-group): Register the group data after opening
15057         the nnrss group.
15058
15059 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15060
15061         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15062         by expiry now get marked as read.
15063
15064 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15067
15068 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15069
15070         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15071         unify Latin characters in XEmacs.
15072         (mm-find-mime-charset-region): Use it.
15073
15074 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15075
15076         * gnus-util.el (gnus-delete-directory): New function.
15077
15078         * gnus-agent.el (gnus-agent-delete-group): Use it.
15079
15080         * gnus-cache.el (gnus-cache-delete-group): Use it.
15081
15082 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15083
15084         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15085         names.
15086
15087 2004-12-16  Simon Josefsson  <jas@extundo.com>
15088
15089         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15090
15091 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15094
15095         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15096         (gnus-group-set-current-level): Decode group name.
15097
15098 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15099
15100         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15101         failed.
15102
15103 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15104
15105         * gnus-group.el (gnus-group-delete-group): Decode group name.
15106         (gnus-group-make-rss-group): Encode group name.
15107         (gnus-group-catchup-current): Decode group name.
15108         (gnus-group-kill-group): Decode group name.
15109
15110 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15111
15112         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15113
15114 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15115
15116         * gnus-group.el (gnus-group-make-rss-group):
15117         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15118
15119         * gnus-start.el (gnus-setup-news): Honor user's setting to
15120         gnus-message-archive-method.  Suggested by Lute Kamstra
15121         <lute@gnu.org>.
15122
15123 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15124
15125         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15126         global counterparts of the buffer-local variables.
15127
15128 2004-11-16  Romain Francoise  <romain@orebokech.com>
15129
15130         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15131         counterparts of the buffer-local variables.
15132
15133 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * message.el (message-forbidden-properties): Fix typo in doc
15136         string.
15137
15138 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15139
15140         * gnus-util.el (gnus-replace-in-string): Add doc string.
15141
15142         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15143         to avoid problems when splitting mails with many recipients.
15144
15145 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15146
15147         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15148         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15149
15150 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15151
15152         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15153         if there is no hashtable in memory or file modification time is
15154         newer than cached timestamp.
15155
15156 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15157
15158         * gnus-sum.el (gnus-summary-limit-to-recipient):
15159         Implement not-matching option.
15160
15161 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15162
15163         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15164         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15165         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15166         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15167         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15168         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15169
15170 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15171
15172         * message.el (message-forward-make-body-mml): Remove headers
15173         according to message-forward-ignored-headers if a message is decoded.
15174
15175 2004-12-02  Romain Francoise  <romain@orebokech.com>
15176
15177         * message.el (message-forward-make-body-plain): Always remove
15178         headers according to message-forward-ignored-headers.
15179
15180 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15181
15182         * spam.el (spam-summary-prepare-exit): Remove the
15183         gnus-summary-limit pop for now, it has problems with ham marks for
15184         me.
15185
15186 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15187
15188         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15189         correctly.
15190
15191 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15192
15193         * format-spec.el (format-spec): Message the char.
15194
15195 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15196
15197         * gnus-art.el (gnus-split-methods): Reformat comments.
15198
15199         * spam.el (spam-summary-prepare-exit): Remove article limits
15200         before exiting the summary buffer.
15201
15202 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15205         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15206
15207         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15208         order to silence the byte compiler.
15209
15210         * spam.el: Fix the way to silence the byte compiler, which
15211         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15212         bbdb-search-simple, spam-BBDB-register-routine,
15213         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15214         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15215         spam-stat-buffer-is-spam, spam-stat-load,
15216         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15217         spam-stat-save and spam-stat-split-fancy.
15218
15219 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15222         which may confuse users.
15223         (canlock-password-for-verify): Ditto.
15224
15225         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15226
15227         * gnus-art.el (gnus-emphasis-alist): Ditto.
15228
15229         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15230
15231         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15232
15233         * gnus-start.el (gnus-save-killed-list): Ditto.
15234
15235         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15236         (gnus-sum-thread-tree-root): Ditto.
15237         (gnus-sum-thread-tree-false-root): Ditto.
15238         (gnus-sum-thread-tree-single-indent): Ditto.
15239
15240         * message.el (message-courtesy-message): Ditto.
15241         (message-archive-note): Ditto.
15242         (message-subscribed-address-file): Ditto.
15243         (message-user-fqdn): Ditto.
15244
15245         * spam-report.el (spam-report-gmane-regex): Ditto.
15246
15247         * spam.el (spam-blackhole-good-server-regex): Ditto.
15248
15249 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15250
15251         * mml.el (mml-preview): Widen the message buffer before copying
15252         the contents to the preview buffer; sort headers before previewing.
15253
15254         * message.el (message-hidden-headers): Fix the way to avoid a bug
15255         in the `repeat' widget in Emacs 21.3 or earlier.
15256
15257 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15258
15259         * message.el (message-hidden-headers): Default to "^References:".
15260         Improve customization type.  Suggested by Reiner Steib
15261         <Reiner.Steib@gmx.de>.
15262
15263 2004-11-25  Romain Francoise  <romain@orebokech.com>
15264
15265         * message.el (message-strip-forbidden-properties): Remove check for
15266         obsolete `message-hidden' text property, hidden headers are not
15267         accessible in the buffer anymore.
15268
15269 2004-11-22  Romain Francoise  <romain@orebokech.com>
15270
15271         * message.el (message-header-format-alist): Add `From' in list
15272         so that it can be sorted.
15273         (message-fix-before-sending): Widen and sort headers before
15274         sending.
15275         (message-hide-headers): Use narrowing to hide headers by moving
15276         them to the top of the buffer and narrowing to the region
15277         underneath.
15278
15279 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15280
15281         * message.el (message-strip-forbidden-properties):
15282         Bind buffer-read-only (etc) to nil.
15283
15284 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15285
15286         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15287         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15288
15289 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15290
15291         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15292
15293 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15294
15295         * dns.el (query-dns): Use sit-for to time instead of
15296         accept-process-output, since that doesn't seem to work on udp
15297         sockets.
15298
15299 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15300
15301         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15302
15303 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15304
15305         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15306         doc string.  Improve doc string.
15307
15308 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15309
15310         * nntp.el (nntp-request-update-info): Return nil if
15311         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15312         may not call gnus-activate-group which uselessly issues the GROUP
15313         commands for all nntp groups and wastes time.  Reported by Romain
15314         Francoise <romain@orebokech.com>.
15315
15316         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15317
15318 2004-11-15  Simon Josefsson  <jas@extundo.com>
15319
15320         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15321         headers separately.
15322         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15323         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15324
15325 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15326
15327         * gnus-start.el (gnus-convert-old-newsrc):
15328         Assign legacy-gnus-agent to 5.10.7.
15329
15330 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15331
15332         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15333         start of the lines.
15334
15335 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15336
15337         * hashcash.el (hashcash-default-payment): Change default to 20.
15338         (hashcash-default-accept-payment): Change default to 20.
15339         (hashcash-process-alist): New variable.
15340         (hashcash-generate-payment-async): Add.
15341         (hashcash-already-paid-p): Add.
15342         (hashcash-insert-payment): Don't generate payments twice.
15343         (hashcash-insert-payment-async): Add.
15344         (hashcash-insert-payment-async-2): Add.
15345         (hashcash-cancel-async): Add.
15346         (hashcash-wait-async): Add.
15347         (hashcash-processes-running-p): Add.
15348         (hashcash-wait-or-cancel): Add.
15349         (mail-add-payment): New optional argument.  Conditionally start
15350         asynchronous calculation.
15351         (mail-add-payment-async): Add.
15352
15353         * message.el (message-send-mail): Wait for asynchronous hashcash
15354         results.  Don't clobber existing X-Hashcash headers.
15355         (message-setup-1): Call mail-add-payment-async when
15356         message-generate-hashcash is non-nil.
15357
15358 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15359
15360         * message.el (message-use-alternative-email-as-from): Examine the
15361         From header as well; use message-make-from in order to include a
15362         user's full name.
15363
15364 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15365
15366         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15367         default; improve customization type.
15368         (gnus-emphasis-custom-with-format): New macro.
15369         (gnus-emphasis-custom-value-to-external): New function.
15370         (gnus-emphasis-custom-value-to-internal): New function.
15371
15372 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15373
15374         * dns.el (query-dns): Resolve reverse addresses.
15375
15376 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15377
15378         * gnus-group.el (gnus-group-get-new-news): Use it.
15379
15380         * gnus-start.el (gnus-check-reasonable-setup): New function.
15381
15382 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15385         "Args out of range" error.  Reported by Arnaud Giersch
15386         <arnaud.giersch@free.fr>.
15387
15388 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15389
15390         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15391
15392 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15393
15394         * spam.el (spam group): Add :version.
15395
15396         * pgg-def.el (pgg group): Add :version.
15397
15398 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15399
15400         * gnus-art.el (gnus-article-edit-article): Don't associate the
15401         article buffer with a draft file.  This is a temporary measure
15402         against the 2004-08-22 change to gnus-article-edit-mode.
15403
15404 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15405
15406         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15407         (html2text-format-tags): Remove unused variable `attr'.
15408
15409 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15410
15411         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15412
15413         * tls.el (tls-process-connection-type, tls-success)
15414         (tls-certtool-program): Add :version.
15415
15416         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15417         (starttls-extra-arguments, starttls-process-connection-type)
15418         (starttls-connect, starttls-failure, starttls-success): Add :version.
15419
15420         * spam-stat.el (spam-stat): Add :version.
15421
15422         * sieve.el (sieve): Add :version.
15423
15424         * sha1.el (sha1): Add :version.
15425         (sha1-use-external): Remove redundant version.
15426
15427         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15428         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15429         (nnmail-split-fancy-match-partial-words)
15430         (nnmail-split-lowercase-expanded): Add :version.
15431
15432         * nndiary.el (nndiary): Add :version.
15433
15434         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15435
15436         * mml-sec.el (mml-default-sign-method)
15437         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15438         Add :version.
15439
15440         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15441
15442         * mm-url.el (mm-url-use-external, mm-url-program)
15443         (mm-url-arguments): Add :version.
15444
15445         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15446         (mm-attachment-file-modes, mm-decrypt-option)
15447         (mm-w3m-safe-url-regexp): Add :version.
15448
15449         * message.el (message-cite-prefix-regexp)
15450         (message-sendmail-envelope-from, message-minibuffer-local-map)
15451         (message-user-fqdn, message-completion-alist): Add :version.
15452
15453         * gnus-win.el (gnus-configure-windows-hook)
15454         (gnus-use-frames-on-any-display): Add :version.
15455
15456         * gnus-art.el (gnus-article-address-banner-alist)
15457         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15458         (gnus-treat-from-picon, gnus-treat-mail-picon)
15459         (gnus-treat-x-pgp-sig): Add :version.
15460
15461         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15462         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15463         (gnus-summary-article-delete-hook)
15464         (gnus-summary-display-while-building): Add :version.
15465
15466         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15467         (gnus-get-top-new-news-hook): Add :version.
15468
15469         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15470         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15471
15472         * gnus-registry.el (gnus-registry): Add :version.
15473
15474         * gnus-spec.el (gnus-use-correct-string-widths)
15475         (gnus-make-format-preserve-properties): Add :version.
15476
15477         * gnus.el (gnus-group-charter-alist)
15478         (gnus-group-fetch-control-use-browse-url)
15479         (gnus-install-group-spam-parameters): Add :version.
15480
15481         * gnus-diary.el (gnus-diary): Add :version.
15482
15483         * gnus-delay.el (gnus-delay): Add :version.
15484
15485         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15486         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15487         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15488         Add :version.
15489
15490         * gnus-agent.el (gnus-agent-max-fetch-size)
15491         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15492         (gnus-agent-prompt-send-queue): Add :version.
15493
15494         * deuglify.el (gnus-outlook-deuglify): Add :version.
15495
15496         * html2text.el: Beautify code.  Improve doc strings.
15497         Some checkdoc cleanup.
15498         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15499
15500 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15501
15502         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15503
15504 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15505
15506         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15507         when package is loaded.
15508
15509         * spam.el (spam-summary-score-preferred-header): Add global preference
15510         for people who want to override the default SpamAssassin over
15511         Bogofilter preference (when both are set).
15512         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15513         (spam-user-format-function-S):
15514         Check spam-summary-score-preferred-header.
15515         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15516         (spam-user-format-function-S): Format the score correctly.
15517
15518 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15521         signature file.  Suggested by Manoj Srivastava
15522         <srivasta@golden-gryphon.com>.
15523
15524         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15525         iso-2022-jp even in the Japanese language environment.
15526         Suggested by Jason Rumney <jasonr@gnu.org>.
15527
15528 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15529
15530         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15531         use the same characters as the dummy marks; make it free from
15532         getting affected by the language environment.
15533         (gnus-summary-read-group-1): Update mark positions only when the
15534         format spec is updated.
15535
15536         * gnus-spec.el (gnus-update-format-specifications): Return a list
15537         of updated types.
15538
15539 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15540
15541         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15542         of boundp to check if display-warning is available.
15543
15544 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15545
15546         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15547
15548 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15549
15550         * nnspool.el (nnspool-spool-directory): Use news-path if the
15551         news-directory variable is not bound.
15552
15553         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15554         function instead of display-warning if it is not available.
15555
15556 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15557
15558         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15559         v5-10: Use `point-at-bol'.
15560
15561 2004-10-26  Simon Josefsson  <jas@extundo.com>
15562
15563         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15564         <chenggao@gmail.com>.
15565
15566 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15567
15568         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15569         instead.
15570
15571 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15572
15573         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15574         to remove a server from the nnimap-server-buffer-alist.
15575         (nnimap-open-connection, nnimap-close-server): Use it.
15576
15577         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15578
15579 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15580
15581         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15582         running the major-mode function.
15583
15584 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15585
15586         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15587         dummy marks in the right way.
15588
15589 2004-10-18  David Edmondson  <dme@dme.org>
15590
15591         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15592         excessively.
15593
15594 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15595
15596         * gnus-util.el (gnus-split-references): Accept a nil references
15597         string and go on blissfully.
15598
15599         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15600         cases where the references string is non-nil but has no references.
15601
15602         * encrypt.el: Add autoload tags.
15603
15604         * spam.el (spam-resolve-registrations-routine): Remove article
15605         from unregistration list too.  Reported by David Hanak
15606         <dhanak@isis.vanderbilt.edu>
15607
15608 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15609
15610         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15611         nil.  Change custom type.
15612
15613 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15614
15615         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15616
15617         * gnus-sum.el (gnus-summary-move-article): Use it.
15618
15619 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15620
15621         * encrypt.el: Add autoload cookies.
15622
15623         * spam.el (spam-backend-article-list-property)
15624         (spam-backend-get-article-todo-list)
15625         (spam-backend-put-article-todo-list)
15626         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15627         Resolve registrations separately.
15628         (spam-register-routine): Format comments.
15629         (spam-unregister-routine, spam-register-routine): Always call with
15630         specific-articles, no default list.
15631         (spam-summary-prepare-exit): Use the spam-classifications function.
15632
15633         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15634         gnus-encrypt.el.
15635
15636         * encrypt.el: Copied from gnus-encrypt.el.
15637
15638         * gnus-encrypt.el: Commented that it's obsolete.
15639
15640 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15641
15642         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15643         (gnus-score-save): Use it.
15644
15645         * message.el (message-bury): Use `window-dedicated-p'.
15646
15647 2004-10-15  Simon Josefsson  <jas@extundo.com>
15648
15649         * pop3.el (top-level): Don't require nnheader.
15650         (pop3-read-timeout): Add.
15651         (pop3-accept-process-output): Add.
15652         (pop3-read-response, pop3-retr): Use it.
15653
15654 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15655
15656         * spam.el (spam-register-routine): Move comment.
15657         (spam-verify-bogofilter): Use 'unknown for the initial
15658         spam-bogofilter-valid state, not 'never.
15659
15660         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15661         for netrc-machine.
15662
15663         * nnimap.el (nnimap-open-connection):
15664         Use netrc-machine-user-or-password.
15665
15666 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15667
15668         * gnus-registry.el (gnus-registry-unload-hook):
15669         Set as a variable with add-hook.
15670
15671         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15672         of news-path.
15673
15674         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15675
15676         * spam.el: Delete duplicate `provide'.
15677         (spam-unload-hook): Set as a variable with add-hook.
15678
15679 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15680
15681         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15682         in the doc string.
15683
15684         * message.el (message-ignored-news-headers)
15685         (message-ignored-supersedes-headers)
15686         (message-ignored-resent-headers)
15687         (message-forward-ignored-headers): Improve custom type.
15688
15689 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15690
15691         * message.el (message-tokenize-header): Fix 2004-09-06 change
15692         which used point-min in the wrong place.
15693
15694 2004-10-12  Simon Josefsson  <jas@extundo.com>
15695
15696         * tls.el (tls-certtool-program): New variable.
15697         (tls-certificate-information): New function, based on
15698         ssl-certificate-information.
15699
15700 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15701
15702         * compface.el: Move the version of ELisp-based uncompface program
15703         to the contrib directory because of the copyright problem.
15704
15705 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15706
15707         * message.el (message-kill-buffer): Raise the current frame.
15708
15709 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15712
15713         * gnus.el (message-y-or-n-p): Autoload.
15714
15715         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15716         (pop3-password-required, pop3-authentication-scheme)
15717         (pop3-leave-mail-on-server): Make customizable.
15718         (pop3): New custom group.
15719         (pop3-retr): Remove `sleep-for' statements.
15720         Suggested by Dave Love <fx@gnu.org>.
15721
15722         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15723         Windows/DOS.
15724
15725         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15726         (imap-parse-body): Fix incorrect use of `assert'.
15727         Suggested by Dave Love <fx@gnu.org>.
15728
15729         * mml.el (mml-minibuffer-read-disposition): Require match.
15730         Suggested by Dave Love <fx@gnu.org>.
15731
15732 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15733
15734         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15735         doc string.
15736
15737 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15738
15739         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15740
15741 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15742
15743         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15744         instead of calling `mm-insert-inline', to decode text/* parts
15745         before displaying them.
15746
15747 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15748
15749         * mm-uu.el (mm-uu-text-plain-type): New variable.
15750         (mm-uu-pgp-signed-extract-1): Use it.
15751         (mm-uu-pgp-encrypted-extract-1): Use it.
15752         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15753         bind mm-uu-text-plain-type with that value.
15754         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15755         mm-uu-dissect.
15756
15757 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15758
15759         * gnus-group.el (gnus-update-group-mark-positions):
15760         * gnus-sum.el (gnus-update-summary-mark-positions):
15761         * message.el (message-check-news-body-syntax):
15762         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15763         of string-as-multibyte.
15764
15765 2004-10-05  Juri Linkov  <juri@jurta.org>
15766
15767         * gnus-group.el (gnus-update-group-mark-positions):
15768         * gnus-sum.el (gnus-update-summary-mark-positions):
15769         * message.el (message-check-news-body-syntax):
15770         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15771         8-bit unibyte values to a multibyte string for search functions.
15772
15773 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15774
15775         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15776         (mm-uu-dissect-text-parts): New function.
15777
15778         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15779         dissect text parts.
15780
15781         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15782         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15783
15784         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15785
15786         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15787         Use gnus-current-topics instead of gnus-current-topic.
15788
15789 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15790
15791         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15792
15793 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15794
15795         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15796         where approriate.
15797
15798         * nnml.el (nnml-generate-active-info): do.
15799
15800         * nndiary.el (nndiary-generate-active-info): do.
15801
15802         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15803         (gnus-topic-move): do.
15804
15805         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15806         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15807
15808         * gnus-srvr.el (gnus-server-prepare)
15809         (gnus-server-open-all-servers): do.
15810
15811         * gnus-msg.el (gnus-summary-cancel-article)
15812         (gnus-summary-resend-message)
15813         (gnus-summary-mail-crosspost-complaint): do.
15814
15815         * gnus-move.el (gnus-change-server): do.
15816
15817         * gnus-group.el (gnus-group-unmark-all-groups)
15818         (gnus-group-set-current-level): do.
15819
15820 2004-10-04  Simon Josefsson  <jas@extundo.com>
15821
15822         * message.el (message-generate-hashcash): Doc fix.
15823
15824 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15825
15826         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15827         avoid infinite recursion via gnus-get-function.
15828
15829 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15830
15831         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15832
15833         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15834
15835         * nnmail.el (nnmail-split-history): do.
15836
15837         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15838         (nnml-request-delete-group): do.
15839
15840         * nnslashdot.el (nnslashdot-read-groups): do.
15841
15842         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15843         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15844
15845         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15846         (nnspool-sift-nov-with-sed): Use last.
15847         (nnspool-retrieve-headers-with-nov): Use mapc.
15848         (nnspool-request-newgroups): Use dolist.
15849         (nnspool-request-group): Use last.
15850
15851         * nntp.el (nntp-read-server-type): Use dolist.
15852
15853         * nnvirtual.el (nnvirtual-create-mapping)
15854         (nnvirtual-update-read-and-marked): Use dolist.
15855         (nnvirtual-convert-headers): Simplify.
15856
15857 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15858
15859         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15860         Add support for sync'ing tick marks.
15861
15862 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15863
15864         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15865         there's no visible header.
15866
15867 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15868
15869         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15870         When necessary, pass full group name to gnus-request-set-marks.
15871
15872 2004-10-01  Simon Josefsson  <jas@extundo.com>
15873
15874         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15875         acroread.
15876
15877 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15878
15879         * spam-report.el (spam-report-gmane): Fix interactive.
15880
15881         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15882
15883         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15884         when writing file.
15885         (gnus-agent-synchronize-flags): Don't default to being
15886         interactive.
15887
15888 2004-09-30  Simon Josefsson  <jas@extundo.com>
15889
15890         * message.el (message-generate-hashcash): Add.
15891         (message-send-mail): Use it, call mail-add-payment.
15892
15893 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15894
15895         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15896
15897 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15898
15899         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15900         gnus-requst-update-info with explicit code to sync the in-memory
15901         info read flags with the marks being sync'd to the backend.
15902
15903         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15904
15905 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15906
15907         * spam.el (spam-verify-bogofilter): Add new function.
15908         (spam-check-bogofilter)
15909         (spam-bogofilter-register-with-bogofilter): Use it.
15910         (spam-verify-bogofilter): Add small fixes.
15911
15912 2004-09-28  Simon Josefsson  <jas@extundo.com>
15913
15914         * hashcash.el (hashcash-generate-payment): Revert.
15915
15916 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15917
15918         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15919         Use gnus-extract-references instead of gnus-split-references.
15920
15921         * gnus-util.el (gnus-extract-references): Add new function, analogous
15922         to gnus-split-references but extracts only the message-ID without
15923         anything extra.
15924
15925         * hashcash.el (hashcash-generate-payment)
15926         (hashcash-check-payment): Do the right thing if hashcash-path is
15927         nil (because the hashcash program could not be found).
15928
15929         * spam.el (spam-use-hashcash): Remove comment.
15930
15931 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15932
15933         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15934         (gnus-cache-enter-article, gnus-cache-remove-article)
15935         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15936
15937         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15938
15939         * gnus-art.el (article-hide-boring-headers)
15940         (article-translate-strings, article-display-face)
15941         (gnus-article-mime-match-handle-first)
15942         (gnus-article-highlight-headers)
15943         (gnus-article-add-buttons-to-head): do.
15944
15945 2004-09-27  Simon Josefsson  <jas@extundo.com>
15946
15947         * hashcash.el: New version, from
15948         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15949         ../contrib/.
15950
15951 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15952
15953         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15954
15955 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15956
15957         * gnus-dup.el (gnus-dup-open): Use mapc.
15958         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15959
15960         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15961         Reported by Stefan Wiens <s.wi@gmx.net>.
15962
15963         * gnus.el (gnus-shutdown): Use dolist.
15964
15965         * gnus-undo.el (gnus-undo): Use mapc.
15966
15967         * nnrss.el (nnrss-generate-active): do.
15968
15969         * message.el (message-cite-original-without-signature)
15970         (message-cite-original): Use mapc.
15971         (message-do-actions, message-make-forward-subject): Use dolist.
15972
15973 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15974
15975         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15976         deletion to remove entire duplicate line.  Fixes merged article
15977         number bug.
15978
15979 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15980
15981         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15982         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15983         first ask if you want to open a server and then, even when you
15984         responded with no, asking if you want to synchronize the server's
15985         flags.
15986         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15987         multi-line expressions.
15988         (gnus-agent-synchronize-group-flags): New internal function.
15989         Updates marks in memory (in the info structure) AND in the
15990         backend.
15991
15992         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15993
15994         * nnagent.el (nnagent-request-set-mark):
15995         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15996         method, to ensure that synchronization updates marks in the
15997         backend and in the info (in memory) structure.
15998
15999 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16002         convention fully; don't miss the root article of a thread; make
16003         the X-Draft-From header with correct article numbers.
16004
16005 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16006
16007         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16008         unless plugged.  Disable the agent so that an open failure causes
16009         an error.
16010
16011         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16012         Revert 2004-09-21 change.  The backend must be opened while
16013         synchronizing flags even when the backend stores the flags
16014         locally.
16015
16016 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16017
16018         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16019         in `header' match.  Reported by Svend Tollak Munkejord.
16020
16021         * message.el (message-cite-original): Fix use of
16022         `message-cite-articles-with-x-no-archive'.
16023
16024 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16025
16026         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16027         (gnus-window-to-buffer): Ditto.
16028
16029         * mml.el (mml-preview-buffer): New variable.
16030         (mml-preview): Manage window layout with gnus-buffer-configuration.
16031
16032         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16033         X-Draft-From header even if those articles aren't quoted.
16034
16035 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16036
16037         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16038         (gnus-request-set-mark, gnus-request-update-mark): Use new
16039         g-s-t-u-l-m to decide to use backend even when unplugged.
16040
16041 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16042
16043         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16044         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16045
16046 2004-09-20  Simon Josefsson  <jas@extundo.com>
16047
16048         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16049         "utf-16-le".
16050
16051 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16052
16053         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16054
16055 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16056
16057         * uudecode.el (uudecode-use-external): Add :version.
16058
16059         * smime.el (smime-CA-file, smime-encrypt-cipher)
16060         (smime-dns-server): Add :version.
16061
16062         * smiley.el (gnus-smiley-file-types): Add :version.
16063
16064         * sha1.el (sha1-use-external): Add :version.
16065
16066         * pgg-def.el (pgg-query-keyserver): Add :version.
16067
16068         * nnmail.el (nnmail-fancy-expiry-targets)
16069         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16070         Add :version.
16071
16072         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16073         (nnimap-retrieve-groups-asynchronous): Add :version.
16074         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16075
16076         * mml.el (mml-content-disposition-parameters)
16077         (mml-insert-mime-headers-always): Add :version.
16078
16079         * mm-util.el (mm-coding-system-priorities): Add :version.
16080
16081         * mm-decode.el (mm-inline-text-html-with-images)
16082         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16083         (mm-verify-option): Add :version.
16084         (mm-text-html-renderer): Change :version.
16085
16086         * message.el (message-fcc-externalize-attachments)
16087         (message-required-headers, message-draft-headers)
16088         (message-subject-trailing-was-query)
16089         (message-subject-trailing-was-ask-regexp)
16090         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16091         (message-mark-insert-end, message-archive-header)
16092         (message-archive-note, message-cross-post-default)
16093         (message-cross-post-note, message-followup-to-note)
16094         (message-cross-post-note-function, message-use-mail-followup-to)
16095         (message-subscribed-address-functions)
16096         (message-subscribed-address-file, message-subscribed-addresses)
16097         (message-subscribed-regexps, message-allow-no-recipients)
16098         (message-yank-cited-prefix, message-signature-insert-empty-line)
16099         (message-hidden-headers, message-hierarchical-addresses)
16100         (message-mail-user-agent, message-use-idna)
16101         (message-valid-fqdn-regexp)
16102         (message-strip-special-text-properties, message-header-synonyms)
16103         (message-beginning-of-line, message-tab-body-function): Add :version.
16104         (message-insert-canlock, message-wide-reply-confirm-recipients):
16105         Change :version.
16106
16107         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16108         and :version.
16109         (mail-source-delete-old-incoming-confirm)
16110         (mail-source-movemail-program): Add :version.
16111
16112         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16113         (gnus-agent-cache, gnus-agent): Change :version.
16114
16115         * gnus-util.el (gnus-use-byte-compile): Change :version.
16116
16117         * gnus-sum.el (gnus-summary-make-false-root-always)
16118         (gnus-summary-default-high-score)
16119         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16120         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16121         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16122         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16123         (gnus-sum-thread-tree-single-indent)
16124         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16125         (gnus-sum-thread-tree-leaf-with-other)
16126         (gnus-sum-thread-tree-single-leaf): Add :version.
16127         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16128         (gnus-article-loose-mime): Change :version.
16129
16130         * gnus-start.el (gnus-backup-startup-file)
16131         (gnus-save-startup-file-via-temp-buffer): Add :version.
16132
16133         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16134         (gnus-server-offline-face): Add :version.
16135
16136         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16137
16138         * gnus-msg.el (gnus-gcc-externalize-attachments)
16139         (gnus-debug-files, gnus-debug-exclude-variables)
16140         (gnus-discouraged-post-methods): Change :version.
16141         (gnus-confirm-mail-reply-to-news)
16142         (gnus-confirm-treat-mail-like-news): Add :version.
16143
16144         * gnus-int.el (gnus-server-unopen-status): Add :version.
16145
16146         * gnus-group.el (gnus-group-jump-to-group-prompt)
16147         (gnus-large-ephemeral-newsgroup)
16148         (gnus-fetch-old-ephemeral-headers): Add :version.
16149
16150         * gnus-fun.el (gnus-x-face-directory)
16151         (gnus-convert-pbm-to-x-face-command)
16152         (gnus-convert-image-to-x-face-command)
16153         (gnus-convert-image-to-face-command): Add :version.
16154
16155         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16156
16157         * gnus-cite.el (gnus-cite-blank-line-after-header)
16158         (gnus-article-boring-faces): Add :version.
16159
16160         * gnus-art.el (gnus-buttonized-mime-types)
16161         (gnus-inhibit-mime-unbuttonizing)
16162         (gnus-treat-display-face)
16163         (gnus-treat-body-boundary): Change :version.
16164         (gnus-body-boundary-delimiter, gnus-picon-databases)
16165         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16166         (gnus-treat-date-english, gnus-treat-fold-headers)
16167         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16168         (gnus-treat-mail-picon, gnus-treat-wash-html)
16169         (gnus-article-encrypt-protocol)
16170         (gnus-use-idna, gnus-article-over-scroll)
16171         (gnus-mime-display-multipart-alternative-as-mixed)
16172         (gnus-mime-display-multipart-related-as-mixed)
16173         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16174         (gnus-ctan-url, gnus-button-ctan-handler)
16175         (gnus-button-handle-ctan-bogus-regexp)
16176         (gnus-button-ctan-directory-regexp)
16177         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16178         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16179         (gnus-button-man-level, gnus-button-emacs-level)
16180         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16181
16182         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16183         (gnus-agent-go-online): Change :version.
16184         (gnus-agent-expire-unagentized-dirs)
16185         (gnus-agent-auto-agentize-methods): Add :version.
16186
16187         * flow-fill.el (fill-flowed-display-column)
16188         (fill-flowed-encode-column): Add :version.
16189
16190         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16191         (gnus-outlook-deuglify-unwrap-max)
16192         (gnus-outlook-deuglify-cite-marks)
16193         (gnus-outlook-deuglify-unwrap-stop-chars)
16194         (gnus-outlook-deuglify-no-wrap-chars)
16195         (gnus-outlook-deuglify-attrib-cut-regexp)
16196         (gnus-outlook-deuglify-attrib-verb-regexp)
16197         (gnus-outlook-deuglify-attrib-end-regexp)
16198         (gnus-outlook-display-hook): Add :version.
16199
16200         * binhex.el (binhex-use-external): Add :version.
16201
16202 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16203
16204         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16205         and `invisible'.
16206
16207 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16208
16209         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16210         in gnus-registry-trim.
16211
16212 2004-09-13  Simon Josefsson  <jas@extundo.com>
16213
16214         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16215
16216         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16217
16218         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16219         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16220         <yamaoka@jpl.org>.
16221         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16222         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16223         <yamaoka@jpl.org>.
16224
16225         * sieve.el (sieve-manage-mode): Ditto.
16226
16227 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16228
16229         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16230
16231 2004-09-11  Simon Josefsson  <jas@extundo.com>
16232
16233         * dns-mode.el: Add.
16234
16235         * mm-view.el (mm-display-dns-inline): Add.
16236
16237         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16238         (mm-automatic-display): Ditto.
16239
16240         * mailcap.el (mailcap-mime-data): Add text/dns.
16241         (mailcap-mime-extensions): Map .soa to text/dns.
16242
16243 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16244
16245         * gnus-art.el (article-decode-mime-words, article-babel)
16246         (gnus-article-highlight-signature, gnus-article-add-buttons)
16247         (gnus-signature-toggle): Remove unnecessary bindings of
16248         `inhibit-read-only' inherited from v5.10 merge.
16249
16250 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16251
16252         * nntp.el (nntp): New customization group.
16253         (nntp-authinfo-file): Add customization group.
16254
16255         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16256
16257         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16258
16259         * gnus.el (to-address, to-list, subscribed)
16260         (large-newsgroup-initial): Ditto.
16261
16262         * flow-fill.el (fill-flowed-display-column)
16263         (fill-flowed-encode-column): Ditto.
16264
16265 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16266
16267         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16268         Use point-min rather than 1.
16269         (message-send-mail): Use buffer-size rather than point-max.
16270
16271         * gnus-sum.el (gnus-summary-search-article-forward):
16272         Signal a specific `search-failed' rather than a generic `error'.
16273
16274         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16275         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16276         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16277
16278 2004-09-10  Simon Josefsson  <jas@extundo.com>
16279
16280         * nndb.el (require): Remove tcp and duplicate cl.
16281
16282 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16283
16284         * gnus-agent.el (directory-files-and-attributes): Move forward.
16285
16286 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16287
16288         * gnus-agent.el (directory-files-and-attributes):
16289         Optionally defined to support XEmacs.
16290
16291 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16292
16293         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16294         to avoid run-time CL dependencies.
16295         (gnus-agent-unfetch-articles): New function.
16296         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16297         article numbers even when local .overview file is missing.
16298         (gnus-agent-read-article-number): New function.  Only accepts
16299         27-bit article numbers.
16300         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16301         Use gnus-agent-read-article-number.
16302         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16303         from backend while recognizing that article numbers in .overview
16304         must be valid.
16305         (gnus-agent-update-files-total-fetched-for):
16306         Use directory-files-and-attributes to improve performance.
16307         * gnus-int.el (gnus-request-move-article):
16308         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16309         improve performance.
16310
16311         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16312         some users confused by references to .newsrc when they only have a
16313         .newsrc.eld file.
16314         (gnus-convert-mark-converter-prompt)
16315         (gnus-convert-converter-needs-prompt): Fix use of property list.
16316         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16317         New function.  Used internally to only display 'gnus converting
16318         files' message when actually necessary.
16319
16320         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16321         methods now autoloaded.
16322
16323 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16326         identifiers.
16327
16328 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16329
16330         * gnus-picon.el: Fix indentation and closing parenthesis.
16331
16332 2004-09-01  Simon Josefsson  <jas@extundo.com>
16333
16334         * message.el (message-canlock-generate): Require sha1, not
16335         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16336         to require within a function.  Sadly, if sha1.el isn't loaded, the
16337         let binding in m-c-g will hide the defcustom definition, which is
16338         bad.)
16339
16340         * canlock.el: Require sha1, not sha1-el.
16341
16342         * message.el: Don't autoload sha1 (there is a autoload cookie in
16343         sha1.el).
16344
16345         * sha1-el.el: Rename to sha1.el.
16346
16347 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16348
16349         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16350
16351 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16352
16353         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16354
16355 2004-08-30  Kim F. Storm  <storm@cua.dk>
16356
16357         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16358
16359         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16360         Add :group 'nnimap.
16361
16362 2004-08-30  Andreas Schwab  <schwab@suse.de>
16363
16364         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16365         ?* and ?\;.
16366
16367         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16368         and ?\' to symbol instead of whitespace.
16369
16370 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16371
16372         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16373
16374         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16375         instead of re-search-forward.
16376
16377         * gnus-uu.el (gnus-uu-save-article): Ditto.
16378         (gnus-uu-post-encode-uuencode): Ditto.
16379
16380         * html2text.el (html2text-clean-list-items): Ditto.
16381         (html2text-clean-dtdd): Ditto.
16382         (html2text-format-tags): Ditto.
16383
16384         * message.el (message-send-mail-with-sendmail): Fix regexp.
16385         (message-fill-field-general): Use search-forward instead of
16386         re-search-forward.
16387         (unbold-region): Ditto.
16388
16389         * nnrss.el (nnrss-request-article): Ditto.
16390
16391         * nnslashdot.el (nnslashdot-request-article): Ditto.
16392
16393         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16394
16395         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16396         "Unrecognized menu descriptor" error in XEmacs.
16397
16398 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16399
16400         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16401         parent article of a sparse article in the thread hashtb.
16402
16403 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16404
16405         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16406         (nnmail-expand-newtext): Lowercase expanded entries if
16407         nnmail-split-lowercase-expanded is non-nil.
16408
16409 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16410
16411         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16412
16413         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16414         of gnus-tmp-news-method into string under XEmacs.  It will be
16415         passed to gnus-correct-length which takes only a string argument.
16416
16417 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16418
16419         * gnus-util.el (gnus-bind-print-variables): New macro.
16420         (gnus-prin1): Use it.
16421         (gnus-prin1-to-string): Use it.
16422         (gnus-pp): New function.
16423         (gnus-pp-to-string): New function.
16424
16425         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16426         Replace pp-to-string with gnus-pp-to-string.
16427         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16428         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16429         * gnus-msg.el (gnus-debug): Ditto.
16430         * gnus-score.el (gnus-score-save): Ditto.
16431         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16432         gnus-pp-to-string.
16433         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16434         with gnus-pp.
16435         * score-mode.el (gnus-score-pretty-print): Ditto.
16436         * webmail.el (webmail-debug): Ditto.
16437
16438 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16439
16440         * gnus-art.el (article-display-face, article-display-x-face):
16441         Use buffer-read-only.
16442
16443 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16444
16445         * gnus-art.el (article-hide-list-identifiers):
16446         Bind inhibit-read-only as t.
16447
16448 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16449
16450         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16451
16452 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16453
16454         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16455         (gnus-narrow-to-page): Don't assume point-min == 1.
16456         (gnus-article-edit-mode): Derive from message-mode.
16457
16458         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16459         point-min == 1.
16460
16461         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16462         Disable incorrect use of `assert'.
16463
16464         * message.el (message-mode): Set comment-start-skip.
16465
16466
16467 2004-08-22  Sam Steingold  <sds@gnu.org>
16468
16469         * pop3.el (pop3-leave-mail-on-server): New user variable.
16470         (pop3-movemail): Delete mail only when it is nil.
16471
16472 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16475
16476         * mml.el (mml-preview): Use `pop-to-buffer'.
16477
16478         * message.el (message-goto-mail-followup-to): Insert after "To".
16479         (message-carefully-insert-headers): Add comment.
16480
16481         * gnus.el: Remove unused variable `gnus-article-check-size'.
16482
16483         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16484
16485         * gnus-art.el (gnus-button-alist):
16486         Improve `gnus-button-handle-library' entry.
16487
16488 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16489
16490         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16491         Use downcase, since XEmacs capitalizes error messages differently.
16492
16493 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16494
16495         * nntp.el: Add (require 'gnus) due to reference to
16496         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16497
16498 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16499
16500         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16501         Bind `mm-fill-flowed'.
16502
16503         * mm-decode.el (mm-dissect-singlepart): Check it.
16504
16505 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16506
16507         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16508         'imap' for netrc parsing.
16509
16510 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16511
16512         * mailcap.el (mailcap-mime-data): Mark as risky.
16513
16514 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16515
16516         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16517         may be included in the encoded word.
16518         (rfc2047-encode): Don't append a space if the encoded word
16519         includes close parenthesis.
16520
16521 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16522
16523         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16524         of text within parentheses.
16525
16526 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16527
16528         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16529         (gnus-encrypt-write-file-contents): Make the password key the file
16530         name PLUS the cipher, not just the cipher.  Also remove failed
16531         passwords from the cache.
16532
16533 2004-08-06  Simon Josefsson  <jas@extundo.com>
16534
16535         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16536         Doc fix.
16537
16538 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16541         LWSP.
16542
16543 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16544
16545         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16546         Try to append in-reply-to: data to the references: header.
16547
16548         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16549         (netrc-parse): Use gnus-encrypt.el functions.
16550
16551         * gnus-encrypt.el: Add new file for encryption support; currently
16552         does only a few GPG ciphers and an internal XOR cipher.
16553
16554         * password.el: Add comments on using password-read-and-add.
16555         (password-read-and-add): Add function to read and add the
16556         password to the cache at once.
16557
16558 2004-07-28  Simon Josefsson  <jas@extundo.com>
16559
16560         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16561         parameter (but don't use it, for now).
16562
16563         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16564         instead of hard coding to nil.
16565
16566 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16569         as mm-inline-image-xemacs does.
16570
16571 2004-07-26  Simon Josefsson  <jas@extundo.com>
16572
16573         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16574         Revert part of 2004-07-17 change below.
16575
16576 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16577
16578         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16579         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16580
16581 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16582
16583         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16584         quotes that actually start with ">" at the beginning of the
16585         lines.
16586
16587 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16588
16589         * rfc2047.el (rfc2047-encode-region): Fix last change.
16590         (rfc2047-encode-parameter): Remove useless concat.
16591
16592 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16593
16594         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16595         encode special characters; fix some kind of misconfigured headers;
16596         signal a real error if debug-on-quit or debug-on-error is non-nil.
16597         (rfc2047-encode-max-chars): New variable.
16598         (rfc2047-encode-1): Use it.
16599         (rfc2047-encode-parameter): New function.
16600
16601         * mml.el (mml-insert-parameter): Remove an excessive space.
16602
16603 2004-07-17  Simon Josefsson  <jas@extundo.com>
16604
16605         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16606         Kai Grossjohann <kai@emptydomain.de>.
16607         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16608         (gnus-group-make-menu-bar): Ditto.
16609
16610         * gnus-util.el (gnus-group-server): Add.
16611
16612 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16613
16614         * message.el (message-clone-locals): Clone sendmail and smtp
16615         variables.
16616
16617 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16618
16619         * rfc2047.el (rfc2047-encode-region): Fix last change.
16620
16621 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16624         characters as non-special.
16625
16626 2004-07-09  Simon Josefsson  <jas@extundo.com>
16627
16628         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16629         Users will lose all flag changes made while unplugged with
16630         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16631         good default.  See numerous reports on ding mailing list.
16632
16633 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16634
16635         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16636         add generate-head-function and generate-article-function to the
16637         rfc822-forward entry.
16638         (nndoc-rfc822-forward-generate-article): New function.
16639         (nndoc-rfc822-forward-generate-head): New function.
16640
16641         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16642
16643 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16644
16645         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16646         respect display group parameter and gnus-summary-expunge-below.
16647         (gnus-articles-to-read): Remove unused reference to display group
16648         parameter.
16649
16650 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16651
16652         * nnheader.el (nnheader-uniquify-message-id): New experimental
16653         variable.
16654         (nnheader-nov-read-message-id): Use it.
16655
16656         * spam-report.el (spam-report-gmane): Add interactive.
16657
16658 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16659
16660         * mm-encode.el (mm-content-transfer-encoding-defaults):
16661         Use qp-or-base64 for the application/* types.
16662
16663 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16664
16665         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16666
16667 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16668
16669         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16670         trim value.
16671
16672 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16673
16674         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16675         New macro and function.
16676         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16677
16678 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16679
16680         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16681         after-load-alist.
16682
16683 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16684
16685         * gnus-group.el (gnus-group-get-new-news-this-group):
16686         Don't update info that isn't there.
16687
16688 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16689
16690         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16691         entry.
16692
16693 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16694
16695         * mm-view.el (mm-inline-render-with-function): Use multibyte
16696         buffer; decode html source by charset.
16697
16698         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16699
16700         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16701         Mule-UCS is loaded under XEmacs.
16702         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16703
16704 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16705
16706         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16707
16708 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16709
16710         * mm-util.el (mm-coding-system-p): Return a coding-system.
16711         (mm-mime-mule-charset-alist): Use shift_jis instead of
16712         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16713         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16714         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16715         instead of japanese-shift-jis and iso-latin-1 respectively in
16716         order to share the default value with both Emacs and XEmacs-mule.
16717         (mm-mule-charset-to-mime-charset):
16718         Make mm-coding-system-priorities effective.
16719         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16720         while predicating of candidates upon the priorities.
16721
16722 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16723
16724         * gnus-sum.el (gnus-summary-make-menu-bar):
16725         Add gnus-uu-invert-processable.
16726
16727         * gnus.el: Autoload gnus-uu-invert-processable.
16728
16729 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16730
16731         * mm-util.el (mm-with-multibyte-buffer): New macro.
16732
16733         * rfc2047.el (rfc2047-encode-string): Use it.
16734         (rfc2047-encode-region): Move point to the end of the region after
16735         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16736
16737 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16740         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16741
16742 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16743
16744         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16745         (gnus-cite-parse): Ignore quoted envelope From_.
16746         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16747
16748 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16749
16750         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16751         invalid addresses.
16752
16753 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16754
16755         * spam.el: Change section markers, revise TODO list.
16756         (spam-backends): Make new master list of all installed backends.
16757         (spam-summary-exit-behavior): Add new variable to determine how
16758         messages moves are done at summary exit.
16759         (spam-move-spam-nonspam-groups-only)
16760         (spam-process-ham-in-nonham-groups)
16761         (spam-process-ham-in-spam-groups): Remove variables, the
16762         spam-summary-exit-behavior variable should be used to manage this
16763         behavior.
16764         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16765         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16766         and spam-old-spam-articles.
16767         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16768         Add empty variables, placeholders for the backends they represent.
16769         (spam-set-difference): Move, unchanged.
16770         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16771         unless the user has a processor variable.
16772         (spam-classifications, spam-classification-valid-p)
16773         (spam-backend-properties, spam-backend-property-valid-p)
16774         (spam-backend-function-type-valid-p)
16775         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16776         (spam-report-articles-gmane, spam-report-articles-resend):
16777         Remove functions, they are not needed.
16778         (spam-install-backend-super, spam-backend-list)
16779         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16780         (spam-backend-function, spam-backend-ham-registration-function)
16781         (spam-backend-spam-registration-function)
16782         (spam-backend-ham-unregistration-function)
16783         (spam-backend-spam-unregistration-function)
16784         (spam-backend-statistical-p, spam-backend-mover-p)
16785         (spam-install-backend-alias, spam-install-checkonly-backend)
16786         (spam-install-mover-backend, spam-install-nocheck-backend)
16787         (spam-install-backend, spam-install-statistical-backend)
16788         (spam-install-statistical-checkonly-backend): Add backend installation
16789         support.
16790         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16791         (spam-group-processor-p): Use the new backend code and respect the
16792         summary exit behavior.
16793         (spam-mark-spam-as-expired-and-move-routine): Remove.
16794         (spam-summary-prepare): Change to use the new spam-old-articles
16795         variable.
16796         (spam-copy-or-move-routine, spam-copy-spam-routine)
16797         (spam-move-spam-routine, spam-copy-ham-routine)
16798         (spam-move-ham-routine): Add code to copy/move ham or spam.
16799         (spam-fetch-field-fast): Improve doc and code, plus allow the
16800         'number request.
16801         (spam-list-of-checks, spam-list-of-statistical-checks):
16802         Remove variables.
16803         (spam-split, spam-find-spam): Use the new backend code.
16804         (spam-registration-functions): Remove variable.
16805         (spam-unregister-routine): Add convenience wrapper.
16806         (spam-log-undo-registration, spam-register-routine)
16807         (spam-log-processing-to-registry)
16808         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16809         where possible.
16810         (spam-check-gmane-xref, spam-check-regex-headers)
16811         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16812         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16813         (spam-check-bogofilter-headers, spam-check-spamoracle)
16814         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16815         (spam-check-crm114-headers): Use the spam-split-group that
16816         spam-split prepares, no need to determine it every time.
16817
16818         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16819         to the nnheader-parse-naked-head call.
16820
16821         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16822
16823         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16824         the nnheader-nov-read-message-id call.
16825
16826 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16829         gnus-activate-group twice.  Suggested by Markus Peter
16830         <warp@spin.de>.
16831
16832 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-art.el (gnus-article-time-format): Exchange the order of
16835         day and month in the default value; fix customization type.
16836         (article-date-ut): Use add-text-properties.
16837         (article-make-date-line): Use message-make-date instead of
16838         current-time-string.
16839
16840         * message.el (message-fetch-field): Don't use set-text-properties.
16841         (message-make-date): Simplify.
16842
16843         * messagexmas.el (message-xmas-make-date): New function.
16844         (message-xmas-redefine): Defalias message-make-date to it.
16845
16846 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16847
16848         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16849         (rfc2047-encode-region): Treat text within parentheses as special;
16850         show the original text when error has occurred.
16851
16852         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16853         already-computed method to gnus-activate-group.
16854
16855         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16856         same select-methods identical Lisp objects.
16857
16858         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16859         object when modifying the info.
16860
16861 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16864         gnus-opened-servers since it has never been opened with the new
16865         configuration yet.
16866
16867 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16870         arg to nnheader-generate-fake-message-id.
16871
16872 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16873
16874         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16875         number and build a fake message ID localized to a group and
16876         article number (so it's repeatable from that point on).
16877         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16878         ID format.
16879
16880         * gnus-sum.el (gnus-get-newsgroup-headers):
16881         Call nnheader-generate-fake-message-id with the article number.
16882
16883 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16884
16885         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16886         end-of-buffer.
16887
16888 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16889
16890         * message.el (message-ignored-supersedes-headers): Add Approved.
16891
16892 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16893
16894         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16895         goto-char.
16896         (rfc2047-encode): Fold the line before encoding.
16897
16898 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16899
16900         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16901         folding -- not all headers can be folded, and this should be done
16902         by the message composition mode.  Probably.  I think.
16903
16904 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16905
16906         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16907         fast.
16908
16909         * gnus-ems.el (gnus-remove-image): Don't use
16910         message-text-with-property; remove only the image found first.
16911
16912         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16913         found first.
16914
16915 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16916
16917         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16918
16919 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * message.el (message-text-with-property): Make it fast and accept
16922         optional arguments.
16923         (message-strip-forbidden-properties): Use it.
16924         (message-fix-before-sending): Follow the m-t-w-p change.
16925
16926         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16927
16928 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16929
16930         * gnus-art.el (article-hide-headers): Don't change the buffer
16931         mistakenly when performing mml-preview even if
16932         gnus-single-article-buffer is nil.
16933
16934 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16935
16936         * message.el (message-expand-name-databases): New user option.
16937         (message-expand-name): Use it.
16938
16939 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16940
16941         * spam.el (spam-report-articles-resend)
16942         (spam-report-resend-register-routine): Allow ham reporting.
16943         (spam-report-resend-register-ham-routine): Add wrapper.
16944         (spam-registration-functions): Add ham resending functions.
16945         (spam-list-of-processors): Add ham resend processor.
16946
16947         * gnus.el (ham-resend-to): Add new group parameter.
16948         (spam-process): Add ham resend option.
16949
16950         * spam-report.el (spam-report-resend): Allow reporting ham.
16951         (spam-report-resend-ham): Add wrapper.
16952
16953 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16954
16955         * message.el (message-cite-articles-with-x-no-archive):
16956         New variable.
16957         (message-cite-original): Use it.
16958
16959 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16960
16961         * message.el (message-cite-original): Respect X-No-Archive.
16962
16963 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16964
16965         * gnus-art.el (article-hide-headers): Refer to the values for
16966         gnus-ignored-headers and gnus-visible-headers in the summary
16967         buffer since a user may have set them as group parameters.
16968
16969 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16970
16971         * assistant.el (assistant-node-name): Add convenience function.
16972         (assistant-render-text, assistant-render-node): Add error handling,
16973         plus handle multiple next nodes.
16974         (assistant-find-next-node): Comment out for now.
16975         (assistant-find-next-nodes): Add function, returns list of next
16976         nodes.
16977
16978 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16979
16980         * mail-source.el (mail-source-directory): Fix doc-string.
16981
16982 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16983
16984         * assistant.el (assistant-render-text, assistant-eval): Add :set
16985         widget type, which is different because it takes and returns a
16986         list.  Much hilarity ensues.
16987
16988 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16989
16990         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16991
16992         * gnus-group.el (gnus-group-get-new-news-this-group):
16993         Add doc-string.
16994
16995         * gnus-start.el (gnus-activate-group): Add doc-string.
16996
16997 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16998
16999         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17000
17001 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17002
17003         * assistant.el (assistant-render-text): Try to add a :set
17004         widget, more to come.
17005
17006         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17007         strings.
17008         (spam-report-articles-resend)
17009         (spam-register-routine): Do registration iff any articles warrant
17010         it.
17011         (spam-summary-prepare-exit): Change log message for nil group
17012         destinations.
17013
17014 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17015
17016         * spam.el (spam-report-resend-register-routine):
17017         Allow spam-report-resend-to to be a group parameter or a global value.
17018
17019 2004-05-26  Simon Josefsson  <jas@extundo.com>
17020
17021         * starttls.el: Merge with my GNUTLS based starttls.el.
17022         (starttls-gnutls-program, starttls-use-gnutls)
17023         (starttls-extra-arguments, starttls-process-connection-type)
17024         (starttls-connect, starttls-failure, starttls-success):
17025         New variables.
17026         (starttls-program, starttls-extra-args): Doc fix.
17027         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17028         New functions.
17029         (starttls-negotiate, starttls-open-stream):
17030         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17031         function if it is set.
17032
17033 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17034
17035         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17036         structured fields.
17037
17038 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17039
17040         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17041
17042 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17043
17044         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17045         Add variable.
17046         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17047         assigning the spam-mark to new messages.
17048
17049 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17050
17051         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17052
17053 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17054
17055         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17056
17057         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17058         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17059         default.
17060
17061 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17062
17063         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17064         correct data.
17065
17066 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17067
17068         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17069         (spam-group-processor-p): Fix function.
17070         (spam-group-processor-multiple-p)
17071         (spam-group-spam-processor-report-gmane-p)
17072         (spam-group-spam-processor-report-resend-p)
17073         (spam-group-spam-processor-bogofilter-p)
17074         (spam-group-spam-processor-blacklist-p)
17075         (spam-group-spam-processor-ifile-p)
17076         (spam-group-ham-processor-ifile-p)
17077         (spam-group-spam-processor-spamoracle-p)
17078         (spam-group-spam-processor-crm114-p)
17079         (spam-group-ham-processor-bogofilter-p)
17080         (spam-group-spam-processor-stat-p)
17081         (spam-group-ham-processor-stat-p)
17082         (spam-group-ham-processor-whitelist-p)
17083         (spam-group-ham-processor-BBDB-p)
17084         (spam-group-ham-processor-spamoracle-p)
17085         (spam-group-ham-processor-copy-p): Remove functions with some
17086         prejudice against unneeded code.
17087         (spam-report-articles-resend)
17088         (spam-report-resend-register-routine): Allow the group/topic
17089         spam-resend-to value to override spam-report-resend-to.
17090         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17091         properly now.
17092
17093         * gnus.el (spam-resend-to): Add group/topic parameter.
17094         (spam-process): Move the OBSOLETE processors to the end of the
17095         choices.
17096
17097 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17098
17099         * spam-report.el (spam-report-resend-to, spam-report-resend):
17100         Start with resend-to set to nil, and then ask the user if necessary.
17101         (spam-report-resend): spam-report-resend takes a list of articles, not
17102         separate article numbers.
17103
17104 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17105
17106         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17107         addition to emacs-w3m.
17108
17109 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17110
17111         * assistant.el (assistant-authinfo-data): New function.
17112         (assistant-eval): Eval for entire assistant.
17113
17114         * netrc.el (netrc-services-file): New variable.
17115         (netrc-parse-services): New function.
17116         (netrc-find-service-name): New function.
17117         (netrc-find-service-number): New function.
17118         (netrc-port-equal): New function.
17119         (netrc-machine): Use it.
17120
17121         * nnimap.el (nnimap-open-connection): Use netrc.
17122
17123         * gnus-util.el (gnus-netrc-get): Remove aliases.
17124
17125         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17126
17127         * assistant.el (wid-edit): Fix compilation.
17128
17129         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17130
17131 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17132
17133         * gnus-util.el (gnus-set-file-modes): New function.  (small
17134         patch).
17135
17136 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17137
17138         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17139
17140         * assistant.el (assistant-render-node): Fix up rendering and
17141         read-only text.
17142         (assistant-render-node): Reset.
17143         (assistant-make-read-only): Not sticky.
17144
17145 2004-05-20  Danny Siu  <dsiu@adobe.com>
17146
17147         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17148         centered even when gnus-auto-center-summary is t.
17149
17150 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17151
17152         * dns.el (dns-get-txt-answer): New function.
17153         (dns-read-txt): Ditto.
17154         (query-dns): Use it.
17155
17156 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17157
17158         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17159         active for foreign groups even if the group level is higher than
17160         the specified value.
17161
17162 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17163
17164         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17165         non-active groups.
17166
17167         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17168
17169 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17170
17171         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17172
17173 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17174
17175         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17176         (spam-crm114-header, spam-crm114-spam-switch)
17177         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17178         (spam-crm114-positive-spam-header)
17179         (spam-crm114-database-directory, spam-list-of-processors)
17180         (spam-group-spam-processor-crm114-p)
17181         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17182         (spam-generic-score, spam-list-of-checks)
17183         (spam-list-of-statistical-checks, spam-registration-functions)
17184         (spam-check-crm114-headers, spam-crm114-score)
17185         (spam-check-crm114, spam-crm114-register-with-crm114)
17186         (spam-crm114-register-spam-routine)
17187         (spam-crm114-unregister-spam-routine)
17188         (spam-crm114-register-ham-routine)
17189         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17190         From asjo@koldfront.dk (Adam Sjøgren).
17191
17192         * gnus.el: Add spam-use-crm114.
17193
17194         * spam.el (spam-list-of-processors, spam-registration-functions):
17195         Add spam-use-resend.
17196         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17197         (spam-report-articles-gmane): Add doc fix.
17198         (spam-report-articles-resend, spam-report-resend-register-routine):
17199         Add wrappers around spam-report-resend-to.
17200
17201         * spam-report.el (spam-report-resend-to, spam-report-resend):
17202         Add support for resending spam.
17203         (spam-report-gmane): Fix line length >80.
17204
17205         * gnus.el (spam-process): Add spam-use-resend.
17206
17207 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17208
17209         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17210         number of processed spam messages.
17211         (spam-ham-copy-or-move-routine): Return the number of processed
17212         ham messages.
17213         (spam-summary-prepare-exit): Use the above values to decide
17214         whether status messages shouled be displayed.
17215
17216 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17217
17218         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17219         `rfc2047-encoding-function-alist' in order to avoid conflicting
17220         with the old version.
17221         (rfc2047-encode-region): Concatenate words containing non-ASCII
17222         characters in structured fields; don't encode space-delimited
17223         ASCII words even in unstructured fields; don't break words at
17224         char-category boundaries.
17225         (rfc2047-encode-1): New function.
17226         (rfc2047-encode): Use it; encode text so that it occupies the
17227         maximum width within 76-column; work correctly on Q encoding for
17228         iso-2022-* charsets.
17229         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17230         sure not to break a line just after the header name.
17231         (rfc2047-b-encode-region): Remove.
17232         (rfc2047-b-encode-string): New function.
17233         (rfc2047-q-encode-region): Remove.
17234         (rfc2047-q-encode-string): New function.
17235
17236         * mm-util.el (mm-replace-in-string): New function.
17237
17238 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17239
17240         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17241         Really get it right.
17242         (gnus-inews-make-draft): Really.
17243
17244 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17245
17246         * nnmh.el (nnmh-request-list-1): Don't check the link count
17247         before descending.  (small patch)
17248
17249 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17250
17251         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17252         stuff.
17253
17254         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17255         Match on real group name.
17256
17257         * gnus-art.el (gnus-signature-limit): Doc fix.
17258
17259         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17260
17261         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17262
17263 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17264
17265         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17266         isn't a string.
17267
17268 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17269
17270         * gnus-draft.el (gnus-draft-send):
17271         Bind rfc2047-encode-encoded-words.
17272
17273         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17274         (rfc2047-encodable-p): Say that =? needs encoding.
17275         (rfc2047-encode-encoded-words): New variable.
17276
17277         * gnus-group.el (gnus-group-select-group): Doc fix.
17278
17279         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17280
17281         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17282         to nil.
17283
17284         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17285
17286         * nnheader.el (nnheader-get-lines-and-char): New function.
17287
17288 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17289
17290         * gnus-msg.el (gnus-summary-followup-with-original):
17291         Document yanking of region when active.
17292
17293 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17294
17295         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17296         groups if the group level is higher than the specified value.
17297
17298 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17299
17300         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17301         (gnus-group-jump-to-group): Add prefix argument using
17302         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17303         non-active group.
17304
17305         * compface.el (uncompface): Be verbose when changing
17306         `uncompface-use-external'.
17307
17308         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17309         handle manual section.
17310
17311 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17312
17313         * gnus-art.el (gnus-button-alist): Revert previous change.
17314
17315 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17316
17317         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17318
17319 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17320
17321         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17322         whether backend can accept message.
17323
17324         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17325
17326 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17327
17328         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17329         Avoid creating directory when nntp-marks-is-evil is true.
17330         Reported by Reiner Steib.
17331
17332 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17333
17334         * gnus-picon.el (gnus-picon-style): New variable.
17335         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17336         (gnus-picon-transform-address): Support `gnus-picon-style'.
17337         From Jesper Harder <harder@ifa.au.dk>.
17338
17339 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17340
17341         * message.el (message-fill-field): Return point.
17342         (message-generate-headers): Go to end of field.
17343
17344         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17345         stuff for non-living groups.
17346
17347 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17348
17349         * gnus-art.el (gnus-article-followup-with-original)
17350         (gnus-article-reply-with-original): gnus-mark-active-p ->
17351         gnus-region-active-p.
17352
17353 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17354
17355         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17356         only when there is spam or ham to be processed.
17357
17358 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17359
17360         * mail-source.el (mail-source-delete-crash-box): Refactor.
17361         (mail-source-fetch): Use it.
17362         (mail-source-fetch-file): Ditto.
17363         (mail-source-fetch-directory): Run postscript in loop.
17364         (mail-source-fetch-pop): Delete.
17365         (mail-source-fetch-maildir): Ditto.
17366         (mail-source-fetch-imap): Ditto.
17367
17368         * imap.el (imap-authenticators): Comment out sasl.
17369
17370         * message.el (message-skip-to-next-address): New function.
17371         (message-fill-header-address): Refactor.
17372         (message-fill-address): Use it.
17373         (message-delete-address): Use it.
17374         (message-fill-header-general): Refactor.
17375         (message-fill-field-address): Rename.
17376         (message-narrow-to-field): Find the start of the header.
17377         (message-header-format-alist): Don't pre-fill.
17378         (message-fill-header): Remove.
17379         (message-insert-header): New function.
17380         (message-shorten-references): Use it.
17381
17382         * rfc2047.el (rfc2047-field-value): Strip props.
17383
17384         * mail-parse.el (mail-header-make-address): New alias.
17385
17386         * ietf-drums.el (ietf-drums-make-address): New function.
17387
17388         * imap.el: Add compiler directives.
17389
17390         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17391
17392         * gnus-art.el (article-decode-idna-rhs): Don't use
17393         message-idna-inside-rhs-p.
17394
17395 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17396
17397         * message.el (message-idna-inside-rhs-p): Remove.
17398         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17399
17400         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17401         false positives.
17402
17403 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17404
17405         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17406
17407 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17408
17409         * nneething.el (nneething-file-name): Don't create spurious
17410         files.
17411
17412         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17413         (gnus-inews-do-gcc): Remove sleep.
17414
17415         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17416         part under point.
17417
17418         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17419         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17420
17421 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17422
17423         * spam.el (spam-summary-prepare-exit): Fix (length).
17424
17425 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17426
17427         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17428         as expired without moving it" message when there are spam
17429         messages left.
17430
17431 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17432
17433         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17434         header is not nil.
17435
17436 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17437
17438         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17439         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17440         (nntp-marks-changed-p): New arg SERVER.
17441         (nntp-request-update-info): Adjust caller.
17442
17443 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17444
17445         * nntp.el (nntp-save-marks): Pass missing arg.
17446
17447 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17448
17449         * nntp.el: Support marks.
17450         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17451         (nntp-marks-modtime, nntp-marks-directory): New variables.
17452         (nntp-request-set-mark, nntp-request-update-info)
17453         (nntp-possibly-create-directory, nntp-marks-changed-p)
17454         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17455         New functions.
17456
17457 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17458
17459         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17460         (gnus-xmas-redefine): Rename.
17461
17462         * gnus-score.el (gnus-score-insert-help):
17463         Use gnus-select-lowest-window.
17464
17465         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17466         appt-select-lowest-window and rename to gnus-select-lowest-window.
17467
17468         * gnus.el: do.
17469
17470 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17471
17472         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17473         encodings of MIME-encoded words, in order to improve
17474         interoperability with several broken MUAs.
17475
17476 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17477
17478         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17479         tags, only when charsets are not specified in headers.
17480         (mm-inline-text-html-render-with-w3m): Ditto.
17481
17482         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17483         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17484
17485 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17486
17487         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17488         instead of MIME-decoded from fields when checking
17489         `gnus-article-address-banner-alist'.
17490
17491 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17492
17493         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17494         description rather than subject.
17495
17496 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17497
17498         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17499
17500 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17501
17502         * gnus.el (gnus-version-number): Bump.
17503
17504 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17505
17506         * gnus.el: No Gnus v0.2 is released.
17507
17508 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17509
17510         * gnus-agent.el (gnus-agent-read-agentview):
17511         Inline gnus-uncompress-range.
17512
17513 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17514
17515         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17516         `exec-installed-p'.
17517
17518 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17519
17520         * gnus.el (spam-process, spam-autodetect-methods):
17521         Add bsfilter and bsfilter-headers.
17522
17523         * spam.el (spam-bsfilter): New customize group.
17524         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17525         (spam-bsfilter-header, spam-bsfilter-probability-header)
17526         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17527         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17528         (spam-bsfilter-database-directory): New options.
17529         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17530         (spam-list-of-statistical-checks, spam-registration-functions):
17531         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17532         (spam-bsfilter-score): New command.
17533         (spam-check-bsfilter-headers, spam-check-bsfilter)
17534         (spam-bsfilter-register-with-bsfilter)
17535         (spam-bsfilter-register-spam-routine)
17536         (spam-bsfilter-unregister-spam-routine)
17537         (spam-bsfilter-register-ham-routine)
17538         (spam-bsfilter-unregister-ham-routine): New functions.
17539         (spam-generic-score): Support bsfilter; Accept an optional argument
17540         to recalcurate spam score even if scoring header has already been
17541         added.
17542         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17543         optional argument to recalcurate spam score even if scoring header
17544         has already been added.
17545
17546 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17547
17548         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17549         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17550         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17551         link is missing.
17552
17553 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17554
17555         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17556         (html2text-get-attr): Rewrite.
17557
17558         * message.el (message-setup-1): Remove redundant put-text-property
17559         on mail-header-separator.
17560
17561 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17562
17563         * gnus-registry.el (gnus-registry-cache-whitespace)
17564         (gnus-registry-action, gnus-registry-spool-action)
17565         (gnus-registry-split-fancy-with-parent): Change message levels
17566         from 5 to 3 or 7, as needed.
17567
17568         * spam.el (spam-summary-prepare-exit)
17569         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17570         (spam-split, spam-find-spam, spam-log-undo-registration)
17571         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17572         level from 5 to 6.
17573
17574 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17575
17576         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17577         2004-03-04 change).
17578
17579 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * sieve-manage.el (sieve-manage-open):
17582         * nnweb.el (nnweb-insert-html):
17583         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17584         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17585         * nnspool.el (nnspool-request-group):
17586         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17587         * nnml.el (nnml-request-update-info):
17588         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17589         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17590         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17591         (nnimap-request-set-mark):
17592         * nnfolder.el (nnfolder-request-update-info):
17593         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17594         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17595         * gnus-uu.el (gnus-uu-find-articles-matching):
17596         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17597         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17598         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17599         * gnus-nocem.el (gnus-nocem-scan-groups):
17600         * gnus-int.el (gnus-start-news-server):
17601         * gnus-group.el (gnus-group-make-kiboze-group)
17602         (gnus-group-browse-foreign-server):
17603         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17604         Use mapc when appropriate.
17605
17606 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17607
17608         FIXME: Make separate entries for each person.
17609
17610         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17611         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17612         <shields@msrl.com>:
17613
17614         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17615         may need for spam sorting and scoring.
17616         (spam-user-format-function-S): Add user format function suitable for
17617         general use.
17618         (spam-article-sort-by-spam-status): Add sorting function for summary
17619         sorting.
17620         (spam-extra-header-to-number): Add function to get a score from a
17621         header.
17622         (spam-summary-score): Add function to get a numeric score from the
17623         headers.
17624         (spam-generic-score): Fix function doc, was in wrong place.
17625         (spam-initialize): Take symbols when it's run, and install the
17626         extra headers that spam-necessary-extra-headers thinks we need.
17627
17628 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17629
17630         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17631         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17632
17633 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17634
17635         * gnus-sum.el (gnus-set-global-variables)
17636         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17637         (gnus-article-get-xrefs, gnus-summary-best-group)
17638         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17639         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17640         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17641         Use with-current-buffer.
17642
17643 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17644
17645         * spam.el (spam-summary-prepare-exit): Simplify logic.
17646         (spam-fetch-article-header): Read the article header if it's not
17647         available.
17648         (spam-list-articles): Simplify logic.
17649         (spam-filelist-register-routine): Fix bug with unregister-list.
17650
17651         * gnus-registry.el: Fix comments at beginning.
17652
17653 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17654
17655         * message.el (message-cater-to-broken-inn): Remove.
17656         (message-shorten-references): Make sure the total folded length of
17657         References is shorter than 998 characters to cater to a bug in INN
17658         2.3.  Also, don't pretend that references aren't folded -- this
17659         hasn't worked for a while.
17660
17661 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17662
17663         * gnus-agent.el (gnus-agentize):
17664         gnus-agent-send-mail-real-function no longer set to current value
17665         of message-send-mail-function but rather a lambda that calls
17666         message-send-mail-function.  The change makes the agent real-time
17667         responsive to user changes to message-send-mail-function.
17668
17669 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17670
17671         * legacy-gnus-agent.el
17672         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17673         help from Florian Weimer <fw@deneb.enyo.de>
17674
17675 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * nnmail.el (nnmail-cache-insert): Revert last change.
17678
17679 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * nnmail.el (nnmail-cache-insert): Always check whether
17682         nnmail-cache-ignore-groups matches a group name.
17683
17684 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17685
17686         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17687         (spam-find-spam, spam-log-processing-to-registry)
17688         (spam-log-registered-p, spam-log-unregistration-needed-p)
17689         (spam-log-undo-registration): Use gnus-message instead of
17690         gnus-error, none of these errors are fatal.
17691
17692         * gnus-registry.el (gnus-registry-clean-empty-function)
17693         (gnus-registry-clean-empty): Remove only empty entries without
17694         extra data.
17695
17696 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17697
17698         * spam-stat.el (spam-stat-buffer-change-to-spam)
17699         (spam-stat-buffer-change-to-non-spam): Change (error) to
17700         (gnus-message 8) invocation.
17701
17702 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17703
17704         * nntp.el (nntp-via-netcat-command): New variable.
17705         (nntp-via-netcat-switches): New variable.
17706         (nntp-open-via-rlogin-and-netcat): New function.
17707         (nntp-open-connection-function): Doc fix.
17708         (nntp-telnet-command): Doc fix.
17709         (nntp-end-of-line): Doc fix.
17710         (nntp-via-rlogin-command): Doc fix.
17711         (nntp-via-user-name): Doc fix.
17712         (nntp-via-address): Doc fix.
17713
17714 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17715
17716         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17717         error in Emacs 21.1.
17718
17719 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17720
17721         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17722
17723 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17724
17725         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17726         (gnus-agent-with-refreshed-group): New macro.
17727         (gnus-agent-rename-group): New function.
17728         (gnus-agent-delete-group): New function.
17729         (gnus-agent-save-group-info): Use gnus-command-method when
17730         `method' parameter is nil.  Don't write nil entries into the
17731         active file.
17732         (gnus-agent-get-group-info): New function.
17733         (gnus-agent-fetch-articles):
17734         Use gnus-agent-update-files-total-fetched-for to increment disk space
17735         used.
17736         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17737         Use gnus-agent-update-view-total-fetched-for to increment disk space
17738         used.
17739         (gnus-agent-get-local): Add optional parameters to avoid calling
17740         gnus-group-real-name and gnus-find-method-for-group.
17741         (gnus-agent-set-local): Delete stored entry if either min, or max,
17742         are nil.
17743         (gnus-agent-fetch-session): Reworded error/quit messages.
17744         On quit, use gnus-agent-regenerate-group to record existance of any
17745         articles fetched to disk before the quit occurred.
17746         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17747         gnus-agent-update-view-total-fetched-for, and
17748         gnus-agent-update-files-total-fetched-for to decrement disk space
17749         used.
17750         (gnus-agent-retrieve-headers):
17751         Use gnus-agent-update-view-total-fetched-for to increment disk space
17752         used.
17753         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17754         with gnus-agent-update-files-total-fetched-for to decrement disk
17755         space and fresh group buffer.
17756         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17757         (gnus-agent-need-update-total-fetched-for): New variable.
17758         (gnus-agent-update-files-total-fetched-for): New function.
17759         (gnus-agent-update-view-total-fetched-for): New function.
17760         (gnus-agent-total-fetched-for): New function.
17761
17762         * gnus-cache.el (gnus-cache-save-buffers):
17763         Use gnus-cache-update-overview-total-fetched-for to change disk space
17764         used by this group.
17765         (gnus-cache-possibly-enter-article):
17766         Use gnus-cache-update-file-total-fetched-for to increment disk space
17767         used by this group.
17768         (gnus-cache-possibly-remove-article):
17769         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17770         used by this group.
17771         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17772         (gnus-cache-rename-group): New function.
17773         (gnus-cache-delete-group): New function.
17774         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17775         (gnus-cache-need-update-total-fetched-for): New variable.
17776         (gnus-cache-with-refreshed-group): New macro.
17777         (gnus-cache-update-file-total-fetched-for): New function.
17778         (gnus-cache-update-overview-total-fetched-for): New function.
17779         (gnus-cache-rename-group-total-fetched-for): New function.
17780         (gnus-cache-delete-group-total-fetched-for): New function.
17781         (gnus-cache-total-fetched-for): New function.
17782
17783         * gnus-group.el: Require gnus-sum and autoload functions to
17784         resolve warnings when gnus-group.el compiled alone.
17785         (gnus-group-line-format): Documented new %F.
17786         (size of Fetched data) group line format; identifies disk space
17787         used by agent and cache.
17788         (gnus-group-line-format-alist): Defined new F format.
17789         (gnus-total-fetched-for): New function.
17790         (gnus-group-delete-group): No longer update
17791         gnus-cache-active-altered as gnus-request-delete-group now keeps
17792         the cache in sync.
17793         (gnus-group-list-active): Let the agent store a server's active
17794         list if currently plugged.
17795
17796         * gnus-int.el (gnus-request-delete-group):
17797         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17798         local disk in sync with the server.
17799         (gnus-request-rename-group):
17800         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17801         local disk in sync with the server.
17802
17803         * gnus-start.el (gnus-get-unread-articles):
17804         Cosmetic simplification to logic.
17805
17806         * gnus-util.el (gnus-rename-file): New function.
17807
17808 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17809
17810         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17811
17812 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17813
17814         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17815         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17816
17817 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17818
17819         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17820         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17821
17822 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17823
17824         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17825
17826 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17827
17828         * spam.el (spam-set-difference): Add function to replace
17829         gnus-set-difference in spam.el.
17830         (spam-summary-prepare-exit): Use spam-set-difference.
17831
17832 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17833
17834         * gnus-registry.el (gnus-registry-cache-file): Update to use
17835         gnus-dribble-directory OR gnus-home-directory OR ~.
17836         (gnus-registry-split-fancy-with-parent): Fix doc.
17837
17838 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17839
17840         * message.el (message-exchange-point-and-mark):
17841         Use message-mark-active-p.  Suggested by Jesper Harder
17842         <harder@ifa.au.dk>.
17843
17844 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17845
17846         * message.el (message-exchange-point-and-mark): Don't activate
17847         region if it was inactive.  Suggested by Hiroshi Fujishima
17848         <pooh@nature.tsukuba.ac.jp>.
17849
17850 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * gnus-art.el (article-display-face): Display Faces in the same
17853         order as X-Faces.
17854
17855 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17856
17857         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17858
17859 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17860
17861         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17862         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17863         (gnus-article-mime-hierarchy): Remove.
17864         (gnus-article-mime-hierarchy-next): Remove.
17865         (gnus-article-mode): Revert 2004-03-19 change.
17866         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17867         (gnus-insert-mime-button): Revert 2004-03-19 change.
17868         (gnus-mime-accumulate-hierarchy): Remove.
17869         (gnus-mime-enter-multipart): Remove.
17870         (gnus-mime-leave-multipart): Remove.
17871         (gnus-mime-display-part): Revert 2004-03-19 change.
17872         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17873
17874         * mml.el (mml-preview): Revert 2004-03-19 change.
17875
17876 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17877
17878         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17879
17880 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17883         t while entering a file name using the mm-with-multibyte macro.
17884         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17885
17886         * mm-util.el (mm-with-multibyte): New macro.
17887
17888 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17889
17890         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17891         New user option.
17892         (gnus-mime-multipart-functions): Doc and customization fix.
17893         (gnus-article-mime-hierarchy): New variable.
17894         (gnus-article-mime-hierarchy-next): New variable.
17895         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17896         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17897         gnus-article-mime-hierarchy-next to nil.
17898         (gnus-insert-mime-button): Show hierarchy numbers.
17899         (gnus-mime-accumulate-hierarchy): New function.
17900         (gnus-mime-enter-multipart): New function.
17901         (gnus-mime-leave-multipart): New function.
17902         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17903         (gnus-mime-display-alternative): Show hierarchy numbers.
17904
17905         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17906         gnus-article-mime-hierarchy-next to nil.
17907
17908 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17909
17910         * dns.el: Don't require gnus-xmas.
17911
17912 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17913
17914         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17915         inline PGP.
17916         (mml-menu): Disable mml-quote-region if mark is inactive.
17917
17918 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17919
17920         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17921         when the group's active is not available.
17922
17923 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17926         error.
17927
17928 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17929
17930         * imap.el (imap-store-password): New variable.
17931         (imap-interactive-login): Use it.
17932         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17933
17934 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17935
17936         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17937         window-start and hscroll to summary window.
17938
17939 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17940
17941         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17942         conversion message to newsrc-dribble when an actual conversion is
17943         performed.
17944
17945 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17946
17947         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17948
17949 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17950
17951         * mm-decode.el (mm-complicated-handles): New function reviving
17952         former definition of mm-multiple-handles.
17953
17954         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17955         (gnus-mime-delete-part): Use it.
17956
17957 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17958
17959         * gnus-agent.el (gnus-agent-read-local):
17960         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17961         avoid the implicit assumption that they will always be equal.
17962         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17963         coding-system-for-write, as the with-temp-file macro first prints
17964         to a buffer then saves the buffer.
17965
17966 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17967
17968         * gnus-art.el (gnus-article-edit-part): New function.
17969         (gnus-mime-save-part-and-strip): Use it; do query instead of
17970         signaling an error; don't use mm-multiple-handles.
17971         (gnus-mime-delete-part): Ditto.
17972
17973 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17974
17975         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17976         old file versions.
17977         (gnus-group-prepare-hook): Remove function that converted list
17978         form of gnus-agent-expire-days to group properties.
17979
17980         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17981         (gnus-request-accept-article): Re-indented.
17982
17983         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17984         converters to handle old agent file formats.  Add logic for a
17985         "backup before upgrading warning".
17986         (gnus-convert-mark-converter-prompt): Developers can mark
17987         functions as needing (default), or not needing,
17988         gnus-convert-old-newsrc's "backup before upgrading warning".
17989         (gnus-convert-converter-needs-prompt): Tests whether the user
17990         should be protected from potentially irreversable changes by the
17991         function.
17992
17993         * legacy-gnus-agent.el: New.  Provides converters that are only
17994         loaded when gnus-convert-old-newsrc needs to call them.
17995
17996 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * mail-source.el (mail-source-touch-pop): Doc fix.
17999
18000         * message.el (message-smtpmail-send-it): Doc fix.
18001
18002 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18003
18004         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18005
18006         * nnmail.el (nnmail-split-fancy): do.
18007
18008         * gnus-kill.el (gnus-kill, gnus-execute): do.
18009
18010 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18011
18012         * gnus-sum.el (gnus-widget-reversible-match)
18013         (gnus-widget-reversible-to-internal)
18014         (gnus-widget-reversible-to-external): New functions.
18015         (gnus-widget-reversible): New widget.
18016         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18017
18018 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18019
18020         * gnus-sum.el (gnus-thread-sort-functions)
18021         (gnus-article-sort-functions): Document `(not F)' items.
18022
18023 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18024
18025         * spam.el (spam-use-gmane-xref): Add new backend.
18026         (spam-gmane-xref-spam-group): Add variable to control the name of the
18027         Gmane spam group.
18028         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18029         (spam-regex-headers-spam, spam-regex-headers-ham)
18030         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18031         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18032         backends and checks.
18033         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18034
18035         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18036         an autodetect method.
18037
18038 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18039
18040         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18041         articles are being added to a group.
18042         (gnus-request-replace-article): Inform the agent that articles
18043         need to be uncached as the cached contents are no longer valid.
18044
18045 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18046
18047         * binhex.el: Don't autoload executable-find.
18048
18049         * canlock.el: Don't autoload mail-fetch-field.
18050
18051         * dgnushack.el: Autoload c-mode for XEmacs.
18052
18053         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18054
18055         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18056         rmail-dont-reply-to and rmail-output.
18057
18058         * gnus-score.el: Don't autoload ffap-string-at-point.
18059
18060         * gnus-setup.el: Don't autoload sc-cite-original.
18061
18062         * imap.el: Don't autoload base64-decode-string,
18063         base64-encode-string and md5.
18064
18065         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18066         and rmail-msg-restore-non-pruned-header.
18067
18068         * mm-decode.el: Don't autoload executable-find.
18069
18070         * mm-url.el: Don't autoload executable-find.
18071
18072         * mm-view.el: Don't autoload diff-mode.
18073
18074         * nndb.el: Don't autoload news-reply-mode, news-setup,
18075         cancel-timer and telnet.
18076
18077         * password.el: Don't autoload run-at-time for Emacs.
18078
18079         * sha1-el.el: Don't autoload executable-find.
18080
18081         * sieve-mode.el: Don't autoload c-mode.
18082
18083         * uudecode.el: Don't autoload executable-find.
18084
18085 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18086
18087         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18088         (gnus-agent-possibly-alter-active): Avoid null in numeric
18089         comparison.
18090         (gnus-agent-set-local): Refuse to save null in local object table.
18091         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18092         list of articles that will be marked as unread.
18093
18094 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18095
18096         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18097
18098 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18099
18100         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18101         language tags.
18102
18103 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18104
18105         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18106         Don't bind "obarray".
18107
18108         * gnus-sum.el (gnus-thread-sort-functions):
18109         Add `gnus-thread-sort-by-most-recent-number' and
18110         `gnus-thread-sort-by-most-recent-date'.
18111         Reported by Kai Grossjohann <kai@emptydomain.de>.
18112
18113 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18114
18115         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18116
18117 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18118
18119         * gnus-cus.el (gnus-agent-customize-category):
18120         Remove ignore-errors macro reference that required cl to be loaded at
18121         run-time.
18122
18123         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18124         single-interval range of the form (min . max).  Previously the
18125         range had to look like ((min . max)).  Likewise, return
18126         (min . max) rather than ((min . max)).
18127         (gnus-range-map): Use gnus-range-normalize to accept
18128         single-interval range.
18129
18130         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18131         the cache, but not the agent, now appear with their usual face.
18132
18133         * dgnushack.el (loaddir): New variable that is bound to the
18134         directory containing the dgnushack.el file. Use loaddir, rather
18135         than srcdir, to update load-path. Change lets dgnushack compile
18136         code in directories other than GNUS/lisp.
18137
18138 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18139
18140         * lpath.el: Don't bind w3m-safe-url-regexp.
18141
18142         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18143         w3m-safe-url-regexp variable buffer-local.
18144
18145         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18146
18147 2004-02-27  Simon Josefsson  <jas@extundo.com>
18148
18149         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18150         gnus-group-real-prefix.
18151         (gnus-summary-move-article): Use it, instead of
18152         gnus-group-real-prefix.
18153
18154 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18155
18156         * lpath.el: Bind w3m-safe-url-regexp.
18157
18158         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18159         w3m-safe-url-regexp variable buffer-local and set it as the value
18160         of mm-w3m-safe-url-regexp.
18161
18162         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18163
18164         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18165         parsing gnus-posting-styles when the message is not for replying.
18166
18167         * dgnushack.el: Autoload sgml-mode for XEmacs.
18168
18169         * nnrss.el (nnrss-opml-export):
18170         Use mm-set-buffer-file-coding-system instead of
18171         set-buffer-file-coding-system.
18172
18173 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18174
18175         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18176         of checkdoc.el).
18177         * nnrss.el: do.
18178         * gnus-mlspl.el: do.
18179         * gnus-ml.el: do.
18180         * gnus-srvr.el: do.
18181
18182         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18183
18184 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18185
18186         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18187         Corrections to custom-manual links.
18188
18189         * gnus-art.el (gnus-article): Ditto.
18190
18191         * mm-decode.el (mime-display, mime-security): Ditto.
18192
18193 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18194
18195         * flow-fill.el: Typo.
18196
18197 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18198
18199         * spam-wash.el: New file.
18200
18201 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18202
18203         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18204
18205 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18206
18207         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18208         to be run with new-articles as LIST1, not LIST2.
18209         (spam-registration-functions): Add spam-use-ham-copy as a nil
18210         registration backend.
18211
18212 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18213
18214         * spam-stat.el (spam-stat-washing-hook): New option.
18215         (spam-stat-buffer-words): Use it.
18216         (spam-stat-process-directory, spam-stat-test-directory):
18217         Use insert-file-contents-literally.
18218         (spam-stat-coding-system): New variable.
18219         (spam-stat-load, spam-stat-save): Use it.
18220
18221 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18222
18223         * spam-report.el (spam-report-plug-agent):
18224         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18225
18226 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18227
18228         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18229         Allow / in mailto URLs.
18230
18231 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18232
18233         * spam-report.el (spam-report-process-queue): Fix interactive use.
18234         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18235         (spam-report-unplug-agent): Doc fixes.
18236         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18237         (spam-report-agentize, spam-report-deagentize): Autoload.
18238
18239 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18240
18241         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18242
18243         * message.el (message-setup-fill-variables): Add mml tags to
18244         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18245         <ajk@iu.edu>.
18246         (message-mode): Don't modify paragraph-separate there.
18247
18248 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * compface.el (uncompface-use-external): Default to undecided.
18251         (uncompface-use-external-threshold): New variable.
18252         (uncompface-float-time): New macro.
18253         (uncompface): Determine whether to use the external decoder if
18254         uncompface-use-external is undecided.
18255
18256 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18257
18258         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18259         after images.
18260
18261         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18262
18263 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18264
18265         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18266
18267         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18268
18269         * gnus-sum.el (gnus-summary-limit-to-age)
18270         (gnus-summary-limit-children): do.
18271
18272         * gnus-int.el (gnus-request-scan): do.
18273
18274         * gnus-group.el (gnus-group-suspend): do.
18275
18276         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18277
18278         * gnus-cite.el (gnus-cite-parse-attributions): do.
18279
18280         * gnus-agent.el (gnus-summary-set-agent-mark)
18281         (gnus-agent-regenerate-group): do.
18282
18283         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18284
18285         * binhex.el (binhex-decode-region-internal): do.
18286
18287 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18288
18289         * gnus-fun.el (gnus-face-properties-alist): New user option.
18290         (gnus-display-x-face-in-from): Use it.
18291
18292         * gnus-art.el (article-display-face): Ditto.
18293
18294         * compface.el (uncompface-use-external): Default to nil.
18295
18296 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18297
18298         * nntp.el (nntp-erase-buffer): New function.
18299         (nntp-retrieve-data, nntp-send-command)
18300         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18301         (nntp-possibly-change-group): Use it.
18302
18303         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18304         Use with-current-buffer.
18305
18306 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18307
18308         * compface.el: Merge the ELisp-based uncompface program.
18309         (compface): New customization group.
18310         (uncompface-use-external): New user option.
18311         (uncompface): Call uncompface-internal if uncompface-use-external
18312         is nil.
18313         (uncompface-internal): New function.  Note that there are also
18314         some other functions and variables added for this function.
18315
18316 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18317
18318         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18319         if necessary.
18320
18321 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18322
18323         * spam-report.el (spam-report-unplug-agent)
18324         (spam-report-plug-agent, spam-report-deagentize)
18325         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18326         Add support for the Agent in spam-report: when unplugged, report to a
18327         file; when plugged, submit all the requests.
18328
18329         * spam.el (spam-register-routine): Fix message about
18330         registration.
18331
18332 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18333
18334         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18335         dependencies.
18336         (rfc2047-encode): Use it.
18337
18338         * gnus-art.el (gnus-button-marker-list): Move before first
18339         reference.
18340
18341         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18342         (imap-parse-body): Fix format string mismatch.
18343
18344         * gnus-score.el (gnus-summary-increase-score): do.
18345
18346         * nnrss.el (nnrss-close): New function.
18347
18348 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18349
18350         * nnrss.el (nnrss-make-filename): New function.
18351         (nnrss-request-delete-group, nnrss-read-server-data)
18352         (nnrss-save-server-data, nnrss-read-group-data)
18353         (nnrss-save-group-data): Use it.
18354         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18355         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18356         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18357
18358 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18359
18360         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18361
18362 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18363
18364         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18365         files.
18366
18367         * message.el (message-generate-headers-first): Don't quote nil
18368         and t in docstrings.
18369
18370         * imap.el (imap-id): do.
18371
18372         * gnus-agent.el (gnus-agent-consider-all-articles)
18373         (gnus-agent-queue-mail): do.
18374
18375 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18376
18377         * spam-report.el (spam-report-process-queue): New function.
18378         Process requests from `spam-report-requests-file'.
18379         (spam-report-process-queue): Doc fix.
18380
18381 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18382
18383         * spam.el (spam-register-routine)
18384         (spam-log-processing-to-registry, spam-log-registered-p)
18385         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18386         Change "check" to "spam-check" for semi-clarity.
18387
18388 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18389
18390         * pop3.el: Require nnheader.
18391
18392         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18393
18394         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18395
18396         * gnus-picon.el: Require cl.
18397
18398         * gnus-fun.el: Require gnus-ems and gnus-util.
18399
18400         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18401
18402         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18403
18404         * gnus-art.el (gnus-article-edit-mode): Define before first
18405         reference.
18406
18407 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18408
18409         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18410         (gnus-uu-post-encoded): Use point-at-bol.
18411
18412         * gnus-topic.el (gnus-group-active-topic-p): do.
18413
18414         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18415
18416         * gnus-group.el (gnus-group-kill-region): do.
18417
18418         * gnus-art.el (article-date-ut): do.
18419
18420         * message.el (message-fetch-field): Remove redundant
18421         case-fold-search binding.
18422         (message-narrow-to-field): Simplify.
18423
18424 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18425
18426         * spam.el (spam-directory): Derive from `gnus-directory'.
18427
18428         * spam-report.el (spam-report-url-to-file)
18429         (spam-report-requests-file): New function and variable for offline
18430         reporting.
18431         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18432         and user defined function.
18433         (spam-report-url-ping-mm-url): Remove doubled slash.
18434
18435 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18436
18437         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18438
18439 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18440
18441         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18442         Fix format string mismatch.
18443
18444         * sieve.el (sieve-deactivate-all): do.
18445
18446         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18447
18448         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18449
18450         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18451
18452         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18453
18454 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18455
18456         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18457         the list of checks.
18458
18459 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18460
18461         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18462         padding.
18463
18464 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18465
18466         * mm-view.el (mm-fill-flowed): New variable.
18467         (mm-inline-text): Use it.
18468
18469 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18470
18471         * spam.el (spam-spamassassin-register-ham-routine)
18472         (spam-spamassassin-register-spam-routine): Fix function names.
18473
18474 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18475
18476         * gnus.el (gnus-tmp-grouplens): Remove.
18477         (gnus-summary-line-format): Remove grouplens.
18478
18479         * gnus-group.el (gnus-group-line-format): Ditto.
18480
18481         * gnus-spec.el (gnus-format-specs): Ditto.
18482         (gnus-update-format-specifications): Flush the group format spec
18483         cache if there's the grouplens stuff.
18484         (gnus-parse-simple-format): Replace %l with the empty string.
18485
18486 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18487
18488         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18489         omission.
18490
18491 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18492
18493         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18494         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18495
18496 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18497
18498         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18499         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18500         New macros and functions.
18501         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18502         Handle > NLINK_MAX messages.
18503         * nnmaildir.el (nnmaildir-request-set-mark):
18504         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18505
18506 2004-01-25  Alex Schroeder  <alex@gnu.org>
18507
18508         * spam-stat.el (spam-stat-process-directory-age): New option.
18509         (spam-stat-process-directory): Use it.
18510
18511 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18512
18513         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18514         (spam-stat-save): Accept prefix argument.
18515
18516 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18517
18518         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18519         links" error.
18520
18521 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18522
18523         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18524         the rest of the and/or forms.
18525
18526 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18527
18528         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18529         compatibility with old .newsrc.eld files.
18530
18531         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18532
18533         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18534
18535         * gnus-start.el (gnus-1): do.
18536
18537         * gnus-group.el (gnus-group-line-format-alist): do.
18538
18539         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18540
18541         * gnus-gl.el: Remove.
18542
18543 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18544
18545         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18546         marks consisting of a single range {for example, (3 . 5)} rather
18547         than a list of a single range { ((3 . 5)) }.
18548
18549 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18550
18551         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18552         Use with-current-buffer.
18553         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18554         avoid consing a string.
18555
18556         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18557         Remove obsolete entries for big5 and gb2312.
18558
18559 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18560
18561         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18562         uncompressed list.
18563
18564 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18565
18566         * spam-stat.el (spam-stat-strip-xref): New function.
18567         (spam-stat-process-directory): Use it.
18568
18569         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18570         here -- it's done in message-fetch-field.
18571
18572 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18573
18574         * gnus-agent.el (gnus-agent-queue-mail)
18575         (gnus-agent-prompt-send-queue): New variables.
18576         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18577         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18578         "nndraft:queue" along to gnus-draft-send.
18579         Use gnus-agent-prompt-send-queue.
18580         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18581         is "nndraft:queue".  Suggested by Gaute Strokkenes
18582         <gs234@srcf.ucam.org>
18583
18584         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18585         (agent-enable-undownloaded-faces): Add.
18586         (gnus-agent-cat-groups): Use eval-and-compile, not
18587         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18588         method of gnus-agent-cat-groups even when the buffer has been
18589         evaled.
18590         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18591         delete gnus-agent-save-active-1.
18592         (gnus-agent-save-groups): Delete.  Identical to
18593         gnus-agent-save-active.
18594         (gnus-agent-write-active): No longer adjust agent's copy of active
18595         file as agent's adjustments are now stored in their own
18596         file.  Remove optional parameter.
18597         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18598         servers.  Add use of min/max range limits from server's local
18599         file.
18600         (gnus-agent-save-alist): Remove unused optional argument.
18601         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18602         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18603         (gnus-agent-set-local): A per-server file that keeps min/max range
18604         limits for articles known to the agent.  Provides a fast mechanism
18605         for altering many active ranges.
18606         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18607         active file (local makes it unnecessary).
18608         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18609
18610         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18611         (agent-enable-undownloaded-faces): Add.
18612
18613         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18614         disable it when sending to "nndraft:queue".
18615         (gnus-group-send-queue): Add safety check to avoid sending queue
18616         when unplugged.
18617
18618         * gnus-group.el (gnus-group-catchup): Use new
18619         gnus-sequence-of-unread-articles, not
18620         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18621         numbers of articles.  Use gnus-range-map to avoid having to
18622         uncompress the unread list.
18623         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18624         Fix invalid ange-ftp reference.
18625
18626         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18627         (gnus-sorted-range-intersection): Intersection of two ranges
18628         without requiring that they first be uncompressed.
18629
18630         * gnus-start.el (gnus-activate-group): Unless blocked by the
18631         caller, possibly expand the active range to include both cached
18632         and agentized articles.
18633         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18634         multiple version-dependent converters.
18635         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18636         gnus-agent-save-active.
18637         (gnus-save-newsrc-file): Save dirty agent range limits.
18638
18639         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18640         gnus-agent-possibly-alter-active.
18641         (gnus-adjust-marked-articles): Faster handling of simple lists.
18642
18643 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18644
18645         * spam-stat.el (spam-stat-test-directory): New optional argument
18646         displays a list of files detected.  Suggested by Andrew Cohen
18647         <cohen@andy.bu.edu>.
18648         (spam-stat-buffer-words-with-scores): Don't narrow and change
18649         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18650
18651 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18652
18653         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18654         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18655         (spam-spamassassin-arguments)
18656         (spam-spamassassin-spam-flag-header)
18657         (spam-spamassassin-positive-spam-flag-header)
18658         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18659         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18660         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18661         (spam-list-of-processors, spam-list-of-checks)
18662         (spam-list-of-statistical-checks, spam-registration-functions)
18663         (spam-check-spamassassin-headers, spam-check-spamassassin)
18664         (spam-spamassassin-score)
18665         (spam-spamassassin-register-with-sa-learn)
18666         (spam-spamassassin-register-spam-routine)
18667         (spam-spamassassin-register-ham-routine)
18668         (spam-assassin-register-spam-routine)
18669         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18670         (spam-bogofilter-score): Fix to show article before scoring.
18671
18672 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18673
18674         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18675         default scoring function.
18676         (spam-generic-score): Call spam-spamassassin-score if
18677         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18678         spam-bogofilter-score otherwise.
18679
18680         * gnus.el (spam-process, spam-autodetect-methods):
18681         Add spamassassin and spamassassin-headers.
18682
18683 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18684
18685         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18686         Suppress unnecessary messages.
18687
18688 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18689
18690         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18691         make-hash-table.
18692
18693 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18694
18695         * canlock.el (base64-encode-string): Don't autoload it.
18696
18697 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * run-at-time.el: Remove useless (require 'itimer),
18700         eval-and-compile and (featurep 'xemacs).
18701
18702 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18703
18704         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18705         GROUP is a virtual group.
18706
18707 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18708
18709         * gnus.el: Autoload `message-y-or-n-p'.
18710
18711 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18712
18713         * pgg-parse.el: Remove unnecessary (require 'custom).
18714
18715         * pgg-def.el: do.
18716
18717         * nnmail.el: do.
18718
18719         * gnus-undo.el: do.
18720
18721         * gnus-picon.el: do.
18722
18723         * gnus-util.el: do.
18724
18725 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18726
18727         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18728
18729 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18730
18731         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18732         handle, as well as a list.
18733
18734         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18735         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18736         (mm-w3m-cid-retrieve): Simplify.
18737
18738 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18739
18740         * message.el (message-kill-to-signature): Allow prefix arg to
18741         specify number of lines to keep before signature.
18742
18743 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18744
18745         * message.el (message-kill-to-signature): Change docstring.
18746
18747 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18748
18749         * canlock.el: Always require sha1-el.
18750         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18751
18752         * message.el: Autoload sha1 only when compiling.
18753
18754         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18755         eudc-expand-inline for XEmacs.
18756
18757 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18758
18759         * message.el (message-canlock-generate): Require sha1-el.
18760
18761 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18762
18763         * message.el (message-expand-name): Silence the byte compiler.
18764
18765         * lpath.el: Add detect-coding-system.
18766
18767         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18768         cus-edit.
18769
18770 2004-01-13  Simon Josefsson  <jas@extundo.com>
18771
18772         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18773         Invoke gnus-score-mode.
18774         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18775
18776         * gnus-range.el (gnus-compress-sequence): Doc fix.
18777         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18778
18779 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18780
18781         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18782
18783 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18784
18785         * spam.el (spam-get-article-as-string): Update to use
18786         gnus-request-article-this-buffer, much simpler.
18787         (spam-get-article-as-buffer): Remove.
18788
18789 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18790
18791         * message.el (message-expand-name): Use EUDC if the user uses that.
18792
18793 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18794
18795         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18796         character for the encoding to avoid consing a string.
18797
18798         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18799         unnecessarily.
18800
18801         * mm-util.el (mm-replace-chars-in-string): Remove.
18802
18803         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18804         of mm-replace-chars-in-string.
18805
18806 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18807
18808         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18809
18810         * mm-util.el (mm-subst-char-in-string): Support inplace.
18811
18812         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18813         a new string in every iteration.  Use shy groups.
18814
18815 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18816
18817         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18818         * gnus-soup.el (gnus-soup-group-brew):
18819         * gnus-msg.el (gnus-put-message):
18820         * gnus-move.el (gnus-group-move-group-to-server):
18821         * gnus-kill.el (gnus-batch-score):
18822         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18823         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18824         (gnus-group-update-group, gnus-group-read-group)
18825         (gnus-group-make-group, gnus-group-make-help-group)
18826         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18827         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18828         (gnus-group-sort-by-unread, gnus-group-catchup)
18829         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18830         (gnus-group-yank-group, gnus-group-set-info)
18831         (gnus-group-list-groups):
18832         * gnus.el (gnus-generate-new-group-name):
18833         * gnus-delay.el (gnus-delay-send-queue):
18834         * nnvirtual.el (nnvirtual-catchup-group):
18835         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18836         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18837         (gnus-group-prepare-topics, gnus-topic-check-topology):
18838         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18839         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18840         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18841         (gnus-group-make-articles-read):
18842         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18843         (gnus-group-change-level, gnus-kill-newsgroup)
18844         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18845         (gnus-get-unread-articles, gnus-make-articles-unread)
18846         (gnus-make-ascending-articles-unread): Use accessor
18847         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18848         to get group information for improved readability.
18849
18850
18851 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18852
18853         * gnus-art.el (article-decode-mime-words, article-babel)
18854         (gnus-article-highlight-signature, gnus-article-add-buttons)
18855         (gnus-signature-toggle): Use gnus-with-article-buffer.
18856
18857         * gnus-art.el (gnus-article-highlight-headers)
18858         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18859
18860         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18861         (gnus-article-set-globals, gnus-request-article-this-buffer)
18862         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18863         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18864         (gnus-mime-display-alternative): Use with-current-buffer.
18865
18866 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18867
18868         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18869         also under 80 char limit, and call gnus-error if needed.
18870         (spam-fetch-article-header): Fix - it was a
18871         buffer-local variable (gnus-newsgroup-data).
18872         (spam-find-spam): Use spam-generate-fake-headers, forget about
18873         spam-insert-fake-headers.
18874         (spam-insert-fake-headers): Remove.
18875
18876 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18877
18878         * deuglify.el (gnus-article-outlook-unwrap-lines)
18879         (gnus-outlook-rearrange-article)
18880         (gnus-outlook-repair-attribution-outlook)
18881         (gnus-outlook-repair-attribution-block)
18882         (gnus-outlook-repair-attribution-other): Remove redundant
18883         save-excursion.
18884
18885 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18886
18887         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18888         (spam-fetch-field-subject-fast)
18889         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18890         (spam-fetch-article-header): Add functions to deal with Gnus
18891         internals for fast retrieval of article header data.
18892         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18893
18894 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18895
18896         * pop3.el (pop3-md5): Remove.
18897         (pop3-apop): Replace pop3-md5 with md5.
18898
18899         * mm-bodies.el: base64 is always built-in.
18900
18901         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18902         Use with-current-buffer.
18903
18904 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18905
18906         * canlock.el (canlock-insert-header): Remove excessive grouping in
18907         regexp.
18908
18909         * gnus-sum.el (gnus-summary-read-document): Ditto.
18910
18911         * gnus-uu.el (gnus-uu-part-number): Ditto.
18912
18913         * html2text.el (html2text-remove-tags): Ditto.
18914         (html2text-format-tags): Ditto.
18915         (html2text-format-single-elements): Ditto.
18916
18917         * mml.el (mml-parse-1): Ditto.
18918
18919 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18920
18921         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18922
18923         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18924
18925         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18926
18927         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18928
18929 2003-11-15  Simon Josefsson  <jas@extundo.com>
18930
18931         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18932         (pgg-gpg-lookup-key): Use regexp match instead of
18933         split-string (split-string is different between emacs 21.2 and
18934         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18935
18936 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18937
18938         * gnus-art.el (gnus-mime-view-all-parts)
18939         (gnus-article-part-wrapper, gnus-article-view-part):
18940         Use with-current-buffer.
18941
18942 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18943
18944         * spam.el (spam-disable-spam-split-during-ham-respool)
18945         (spam-spamoracle-database, spam-cache-lookups)
18946         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18947         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18948         (spam-group-ham-marks, spam-group-spam-marks)
18949         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18950         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18951         also add spam-use-blackholes to the statistical checks.
18952         (spam-fetch-field-fast): Add interface to fetching fields, may
18953         become a macro.
18954         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18955         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18956         (spam-insert-fake-headers): Fake an article when needed.
18957         (spam-find-spam): Fake article when possible.
18958         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18959         (spam-check-bogofilter-headers): Use message-fetch-field instead
18960         of nnmail-fetch-field.
18961
18962 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18963
18964         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18965
18966 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18967
18968         * spam.el (spam-split): Do not require spam-use-CHECK to be
18969         enabled if that check is passed to spam-split explicitly; also
18970         fix so 'spam doesn't get converted to spam-split-group when
18971         spam-split-symbolic-return is t.
18972         (spam-find-spam): Find registrations of the article and use those
18973         instead of re-running spam-split to find the spam/ham
18974         classification of the article.
18975         (spam-log-processing-to-registry, spam-log-registered-p)
18976         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18977         Use gnus-error instead of gnus-message.
18978         (spam-log-registration-type): Add function to determine the
18979         classification of a message based on registry entries; will
18980         return nil if both 'spam and 'ham are found.
18981         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18982         a reasonably fast local cache without the loading errors.
18983         (spam-cache-lookups): Set to t by default.
18984         (spam-find-spam): Don't try to guess spam-cache-lookups.
18985         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18986         spam-caches entry.
18987         (spam-filelist-build-cache, spam-filelist-check-cache):
18988         Fix caching of whitelist/blacklist entries.
18989         (spam-check-whitelist, spam-check-blacklist):
18990         Invoke spam-from-listed-p with a type, not a cache variable.
18991         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18992
18993 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18994
18995         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18996
18997         * nnmail.el (nnmail-split-fancy): do.
18998
18999         * mml.el (mml-parse): do.
19000
19001         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19002         (gnus-score-adaptive): do.
19003
19004 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19005
19006         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19007         (gnus-mime-button-map): Don't set keymap parent.
19008         (gnus-button-ctan-directory-regexp): Use shy grouping.
19009         (gnus-prev-page-map): Don't set keymap parent.
19010         (gnus-prev-page-map): Remove duplicated one.
19011         (gnus-next-page-map): Don't set keymap parent.
19012         (gnus-mime-security-button-map): Ditto.
19013
19014         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19015         version number.
19016
19017         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19018
19019 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19020
19021         * canlock.el (canlock-sha1-function): Remove.
19022         (canlock-sha1-function-for-verify): Remove.
19023         (canlock-openssl-program): Remove.
19024         (canlock-openssl-args): Remove.
19025         (canlock-ignore-errors): Remove.
19026         (canlock-sha1-with-openssl): Remove.
19027         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19028         (canlock-verify): Don't use canlock-ignore-errors.
19029
19030         * sha1-el.el (sha1-string-external): Make it can return a string
19031         in binary form.
19032         (sha1-region-external): Ditto.
19033         (sha1-string-internal): Ditto.
19034         (sha1-region-internal): Ditto.
19035         (sha1-region): Ditto.
19036         (sha1-string): Ditto.
19037         (sha1): Ditto.
19038
19039 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19040
19041         * spam.el (spam-report-articles-gmane): New command.
19042
19043 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19044
19045         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19046
19047         * run-at-time.el (run-at-time-saved): Remove.
19048         (run-at-time): Doc fix.
19049
19050 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19051
19052         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19053         (gnus-summary-limit-map): Add it.
19054         (gnus-summary-make-menu-bar): do.
19055
19056 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19057
19058         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19059         Make attempt at some caching support (done for BBDB only now).
19060         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19061         addresses to be checked.
19062         (spam-clear-cache-BBDB): Add function, to be invoked by
19063         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19064         (spam-check-BBDB): Check and use the caches, if
19065         spam-cache-lookups is on, remove superfluous (provide).
19066
19067 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19068
19069         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19070
19071 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19072
19073         * run-at-time.el (run-at-time-saved): Move to after the definition
19074         of `run-at-time'.
19075
19076         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19077
19078 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19079
19080         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19081         mm-w3m-local-map-property.
19082
19083         * mm-view.el (mm-w3m-mode-map): Remove.
19084         (mm-w3m-local-map-property): Remove.
19085         (mm-inline-text-html-render-with-w3m): Don't use
19086         mm-w3m-local-map-property.
19087
19088 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19089
19090         * run-at-time.el: New file.
19091
19092         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19093         under Emacs.
19094
19095         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19096         of gnus-set-text-properties.
19097
19098         * gnus-uu.el (gnus-uu-save-article): Ditto.
19099
19100         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19101
19102         * gnus-cite.el (gnus-cite-parse): Ditto.
19103
19104         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19105         of gnus-.
19106
19107         * gnus-xmas.el (run-at-time): Require run-at-time.
19108
19109         * gnus.el: Change calls to nnheader-run-at-time and
19110         password-run-at-time throughout to use run-at-time directly.
19111
19112         * password.el: Remove definition of run-at-time.
19113
19114         * nnheaderxm.el: Remove definition of run-at-time.
19115
19116 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19117
19118         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19119         in prompt.
19120
19121 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19122
19123         * messagexmas.el (message-xmas-redefine): Alias
19124         `message-make-caesar-translation-table' to
19125         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19126         version.
19127
19128         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19129         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19130         `gnus-xmas-set-text-properties'.
19131         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19132         `gnus-xmas-completing-read'.
19133         (gnus-xmas-completing-read): Removed.
19134         (gnus-xmas-open-network-stream): Removed.
19135
19136         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19137         XEmacs version.
19138
19139         * dns.el (dns-make-network-process): Use `open-network-stream'
19140         instead of `gnus-xmas-open-network-stream'.
19141
19142         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19143
19144         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19145
19146 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19147
19148         * gnus-art.el (gnus-mime-display-alternative)
19149         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19150         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19151         Don't use gnus-local-map-property.
19152
19153         * gnus-util.el (gnus-local-map-property): Remove.
19154
19155         * mm-view.el (mm-view-pkcs7-decrypt):
19156         Replace gnus-completing-read-maybe-default with completing-read.
19157
19158         * gnus-util.el (gnus-completing-read): do.
19159         (gnus-completing-read-maybe-default): Remove.
19160
19161 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19162
19163         * password.el: Only autoload `run-at-time' if not XEmacs.
19164         Only autoload the itimer functions if XEmacs.
19165
19166 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19167
19168         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19169         XEmacsen.
19170
19171         * dgnushack.el: Autoload executable-find for XEmacs.
19172
19173 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19174
19175         * gnus-art.el (gnus-read-string): Remove.
19176         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19177         read-string.
19178
19179 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19180
19181         * netrc.el: Autoload password-read.
19182         (netrc): Add configuration group.
19183         (netrc-encoding-method, netrc-openssl-path):
19184         Add variables for encoding and decoding of files with symmetric
19185         ciphers.
19186         (netrc-encode): Add assistant function to encode a file with
19187         netrc-encoding-method.
19188         (netrc-parse): Add interactive parameter, added optional
19189         decoding if netrc-encoding-method is non-nil but otherwise
19190         behavior is standard.
19191         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19192         Do s/encode/encrypt/ everywhere.
19193
19194         * spam.el: Remove executable-find autoload.
19195
19196 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19197
19198         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19199
19200         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19201
19202 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19203
19204         * gnus-art.el (gnus-treat-ansi-sequences)
19205         (article-treat-ansi-sequences): New variable and function.
19206         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19207
19208         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19209         Use it.
19210
19211 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19212
19213         * mm-util.el (mm-quote-arg): Remove.
19214
19215         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19216         shell-quote-argument.
19217
19218         * gnus-uu.el (gnus-uu-command): do.
19219
19220         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19221
19222         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19223         with make-char.
19224
19225         * mm-util.el (mm-make-char): Remove.
19226
19227         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19228         add-minor-mode.
19229
19230         * gnus-undo.el (gnus-undo-mode): do.
19231
19232         * gnus-topic.el (gnus-topic-mode): do.
19233
19234         * gnus-sum.el (gnus-dead-summary-mode): do.
19235
19236         * gnus-start.el (gnus-slave-mode): do.
19237
19238         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19239
19240         * gnus-ml.el (gnus-mailing-list-mode): do.
19241
19242         * gnus-gl.el (gnus-grouplens-mode): do.
19243
19244         * gnus-draft.el (gnus-draft-mode): do.
19245
19246         * gnus-dired.el (gnus-dired-mode): do.
19247
19248         * gnus-ems.el (gnus-add-minor-mode): Remove.
19249
19250         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19251         Replace gnus-char-width with char-width.
19252
19253         * gnus-ems.el (gnus-char-width): Remove.
19254
19255         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19256         Replace gnus-char-width with char-width.
19257
19258         * gnus-ems.el (gnus-char-width): Remove.
19259
19260         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19261         definition.
19262         Remove Emacs 20 hash table compatibility code.
19263
19264         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19265         20 compatibility code.
19266
19267         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19268
19269         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19270
19271         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19272         Replace with point-at-{eol,bol}.
19273
19274         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19275
19276         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19277
19278         * flow-fill.el (fill-flowed-point-at-bol)
19279         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19280
19281         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19282         Replace with point-at-{eol,bol} throughout all files.
19283
19284 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19285
19286         * ntlm.el (ntlm-string-as-unibyte): New macro.
19287         (ntlm-build-auth-response): Use it.
19288
19289         Remove Emacs 20 stuff:
19290         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19291         (butlast, mapc, remove): Remove the compiler macros.
19292         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19293         of delq and copy-sequence.
19294         * gnus-art.el (popup-menu): Remove the compiler macro.
19295         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19296         Emacs 20.
19297
19298 2004-01-05  Simon Josefsson  <jas@extundo.com>
19299
19300         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19301         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19302         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19303         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19304         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19305         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19306         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19307         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19308         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19309         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19310         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19311         string-xor into ntlm-string-xor.
19312         Suggested by Jesper Harder <harder@myrealbox.com>.
19313
19314         * ntlm.el: Don't include poem.
19315
19316         * md4.el (print-int32, print-string-hexa): Remove.
19317         Suggested by Jesper Harder <harder@myrealbox.com>.
19318
19319         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19320
19321         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19322         probably breaks emacs with DL patch, but do we care? Is anyone
19323         still using the DL stuff?)
19324
19325         * sieve-manage.el: Use the password package.
19326         (sieve-manage-read-passwd): Remove.
19327         (sieve-manage-interactive-login): Use password.  Re-add
19328         condition-case around loop.
19329
19330         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19331         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19332         Use the password package.
19333
19334 2003-02-19  Simon Josefsson  <jas@extundo.com>
19335
19336         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19337         token.
19338
19339 2002-08-07  Simon Josefsson  <jas@extundo.com>
19340
19341         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19342         (sieve-manage-authenticators):
19343         (sieve-manage-authenticator-alist): Add some SASL mechs.
19344         (sieve-sasl-auth): New function.
19345         (sieve-manage-cram-md5-auth):
19346         (sieve-manage-plain-auth): Rewrite using SASL library.
19347         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19348         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19349         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19350         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19351
19352 2004-01-05  Simon Josefsson  <jas@extundo.com>
19353
19354         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19355         New files.
19356
19357 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19358
19359         * gnus-group.el (gnus-no-groups-message): Update.
19360
19361         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19362
19363 2003-11-09  Simon Josefsson  <jas@extundo.com>
19364
19365         * imap.el: Support for ID IMAP extension (RFC 2971).
19366         (imap-local-variables): Add imap-id.
19367         (imap-id): New variable.
19368         (imap-id): New function.
19369         (imap-parse-response): Parse untagged ID response.
19370         * nnimap.el (nnimap-id): New variable.
19371         (nnimap-open-connection): Use it.
19372
19373 2003-12-28  Simon Josefsson  <jas@extundo.com>
19374
19375         * gnus-score.el (gnus-score-edit-all-score): New.
19376         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19377
19378 2004-01-04  Simon Josefsson  <jas@extundo.com>
19379
19380         * password.el: Add.
19381
19382 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19383
19384         * dns.el (dns-query-types): Fix typo.
19385         (dns-query-types): New function.
19386         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19387         PTR and SOA replies, see RFC 1035.
19388
19389 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19390
19391         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19392
19393         * Move to Changelog.2.
19394
19395 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19396
19397         * gnus.el (gnus-version-number): Bump version.
19398
19399 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19400
19401         * gnus.el: No Gnus v0.1 is released.
19402
19403 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19404
19405         * gnus.el: No Gnus v0.0 is released.
19406
19407 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19408
19409         * gnus.el (gnus-version-number): Bump.
19410         (gnus-version): No.
19411
19412 See ChangeLog.2 for earlier changes.
19413
19414     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19415       Free Software Foundation, Inc.
19416
19417   This file is part of GNU Emacs.
19418
19419   GNU Emacs is free software: you can redistribute it and/or modify
19420   it under the terms of the GNU General Public License as published by
19421   the Free Software Foundation, either version 3 of the License, or
19422   (at your option) any later version.
19423
19424   GNU Emacs is distributed in the hope that it will be useful,
19425   but WITHOUT ANY WARRANTY; without even the implied warranty of
19426   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19427   GNU General Public License for more details.
19428
19429   You should have received a copy of the GNU General Public License
19430   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19431
19432 ;; Local Variables:
19433 ;; coding: utf-8
19434 ;; fill-column: 79
19435 ;; add-log-time-zone-rule: t
19436 ;; End: