(nnimap-get-groups): Reimplement to work with folded lines.
[gnus] / lisp / ChangeLog
1 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
4         introduces regressions in article selection.
5         (nnimap-find-uid-response): New function.
6         (nnimap-request-accept-article): Use the UID returned, if any.
7         (nnimap-request-move-article): Use the UID returned, if any.
8         (nnimap-get-groups): Reimplement to work with folded lines.
9
10 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11
12         * message.el (message-called-interactively-p): A temporary macro.
13         (message-goto-body): Use it temporarily.
14
15 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16
17         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
18         (nnimap-last-response-string): Unfold quoted lines, if they exist.
19         (nnimap-last-response-string): Fix last unfolding fix.
20
21 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
22
23         * shr.el (shr-insert): Fix the way to fold lines.
24
25 2010-11-25  Julien Danjou  <julien@danjou.info>
26
27         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
28
29         * color.el: Rename from color-lab.el
30         (color-rgb->hex): Add.
31         (color-complement): Add.
32         (color-complement-hex): Add.
33
34         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
35
36 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
37
38         * shr-color.el (shr-color-visible): Don't bug out if the colour names
39         don't exist.
40
41 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
42
43         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
44         assuming that article displaying or another mml-preview may be
45         interrupted for an error or for the like.
46
47         * shr.el (shr-get-background): Fix argument name.
48
49 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
50
51         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
52
53         * gnus-sum.el (gnus-summary-include-articles): New function.
54
55         * message.el (message-goto-body): called-interactively-p needs a
56         parameter, so use `any'.
57
58         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
59         clear marks before moving, since they're synced from the Gnus side
60         first.
61
62         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
63         (gnus-summary-move-article): Copy over all marks before moving, so that
64         IMAP doesn't think a new article has arrived.
65
66 2010-11-24  Julien Danjou  <julien@danjou.info>
67
68         * shr.el (shr-insert-background-overlay): Fix typo.
69         (shr-render-td): Copy the background before rendering.
70
71         * shr-color.el (shr-color-visible): Fix docstring.
72
73         * shr.el (shr-tag-table): Add bgcolor support.
74         (shr-render-td): Add bgcolor support.
75         (shr-get-background): Add.
76         (shr-insert-foreground-overlay): Use shr-get-background.
77
78         * message.el (message-goto-body): Use called-interactively-p.
79         (message-in-body-p): message-goto-body returns point.
80
81 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
82
83         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
84         Fixes something or other in Emacs 23, and is backwards compatible.
85
86         * message.el (message-goto-body): Remove the <#secure special-casing,
87         which is too special.
88
89         * shr.el (shr-parse-style): Drop !important from styles.
90
91 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
92
93         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
94         this function to return incorrect results when calling it with an
95         explicit article argument different from
96         (gnus-summary-article-number).
97
98 2010-11-24  Julien Danjou  <julien@danjou.info>
99
100         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
101         (shr-tag-body): Add background support.
102         (shr-descend): Add background support.
103         (shr-tag-title): Add.
104
105         * shr-color.el (shr-color-visible): Really return original background
106         if fixed.
107
108 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
109
110         * shr.el (shr-color-check): Protect against non-existant colour names.
111
112 2010-11-24  Julien Danjou  <julien@danjou.info>
113
114         * color-lab.el: Require 'cl when compiling.
115
116         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
117
118         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
119         matched part.
120
121         * color-lab.el: Fix all expt calls to use float type.
122
123 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
126         expression to shr-color-check as is.
127
128         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
129
130         * color-lab.el: Add coding cookie.
131         (float-pi): Use eval-and-compile.
132
133         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
134         compiled for Emacsen having no `libxml-parse-html-region' support.
135
136 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
137
138         * shr.el (shr-insert-color-overlay): Split stuff like
139         "#444444 !important" to find the real colour.
140         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
141         parse <font color="red"> entries.
142
143 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
144
145         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
146         point when parsing headers.
147
148         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
149         is positioned properly when parsing headers.
150
151 2010-11-23  Julien Danjou  <julien@danjou.info>
152
153         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
154
155         * shr-color.el (shr-color->hexadecimal): Add support for color names.
156
157         * shr.el (shr-parse-style): Replace \n with space in style parsing.
158
159         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
160         shr-color-hue-to-rgb.
161         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
162
163 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * shr.el (shr-color->hexadecimal): Autoload.
166         (shr-descend): Add color to all tags.
167
168 2010-11-22  Julien Danjou  <julien@danjou.info>
169
170         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
171         shr-color->hexadecimal.
172
173         * shr-color.el (shr-color->hexadecimal): Add converting functions for
174         RGB() or HSL() color representation.
175
176         * shr.el (shr-tag-font): Add.
177         (shr-tag-color-check): New function to get better colors.
178         (shr-tag-insert-color-overlay): Factorize code between tag-font and
179         tag-span.
180
181         * shr-color.el: New file.
182
183         * color-lab.el: New file.
184
185         * gnus-art.el (gnus-url-mailto): Do not downcase args.
186
187 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
188
189         * nnir.el: Fix typo in comments.
190         (nnir-run-imap): Simplify code. No need to reverse artlist.
191         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
192
193 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194
195         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
196
197         * nnimap.el (nnimap-get-capabilities): Refactor out.
198         (nnimap-open-connection): Re-request capabilities after STARTTLS.
199
200 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
201
202         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
203         appearing when `mm-uu-hide-markers' is nil.
204
205 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
206
207         * nnimap.el (nnimap-unselect-group): Make into its own function.
208         (nnimap-request-rename-group): Unselect group before renaming.
209         This had gotten lost somewhere.
210         (nnimap-request-accept-article): Keep track of examined groups, and
211         unselect the group before APPENDing to read-only groups.
212         (nnimap-request-move-article): Clear flags before moving so that they
213         can be re-set later.
214
215 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
216
217         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
218         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
219
220 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
221
222         * gnus-art.el (gnus-mime-display-single)
223         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
224         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
225         parameter.
226
227 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
230         (shr-table-vertical-line): New variable.
231         (shr-insert-table): Use it.
232
233 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
234
235         * gnus-html.el (gnus-html-wash-images): Don't display images if
236         gnus-inhibit-images is non-nil; register displayer for cid images.
237         (gnus-html-display-image): Work for cid image.
238         (gnus-html-insert-image): Allow arguments.
239         (gnus-html-put-image): Inhibit read-only.
240         (gnus-html-prefetch-images): Don't prefetch images if
241         gnus-inhibit-images is non-nil.
242
243 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
244
245         * shr.el (shr-put-image): Break lines when inserting big pictures.
246
247 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
248
249         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
250         sender, thanks Katsumi Yamaoka.
251
252 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
253
254         * nnir.el (nnir-run-imap): Reverse the article list for each group
255         rather than the whole list.
256
257 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
258
259         * shr.el (shr-image-displayer): Protect function against non-existent
260         image source.
261
262         * gnus-art.el (gnus-inhibit-images): New user option.
263         (gnus-mime-display-single): Don't display image if it is non-nil.
264
265         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
266         gnus-inhibit-images.
267
268         * shr.el (shr-image-displayer): New function.
269         (shr-tag-img): Use it.
270
271 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
272
273         * mml2015.el (mml2015-epg-sign): Use From header.
274
275 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
276
277         * gnus-html.el (gnus-html-wash-images): Register a displayer.
278
279         * gnus-util.el (gnus-find-text-property-region): Return markers.
280
281         * shr.el (shr-tag-img): Put a displayer in the text property.
282
283         * gnus-util.el (gnus-find-text-property-region): New utility function.
284
285         * gnus-html.el (gnus-html-display-image): Make the alt optional.
286         (gnus-html-show-images): Remove.
287
288         * gnus-art.el (gnus-article-show-images): New, more general function.
289
290         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
291         image url text properties.
292
293         * shr.el: Ditto.
294
295         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
296         gnus-agent-auto-agentize-methods is set.  Which it isn't.
297
298 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
299
300         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
301         work for two or more articles.
302
303 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
304
305         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
306         divide an image that's in an html article to two or more when washing
307         non-ASCII characters in alt text of it.
308
309 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
312         smime-decrypt-region using function argument.
313         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
314
315         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
316
317         * smime.el (smime-decrypt-region): Catch it.
318
319 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
320
321         * smime.el (smime-mode-map): Move initialization into declaration.
322         (gnus-run-mode-hooks): Don't autoload.
323         (smime-mode): Use define-derived-mode.
324
325 2010-11-11  Glenn Morris  <rgm@gnu.org>
326
327         * smime.el (from): Restrict declaration to XEmacs.
328
329         * nnir.el (gnus-group-topic-name): Autoload.
330
331 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
332
333         * shr.el (shr-insert): Don't break long line if it is because of
334         kinsoku-bol characters in the line end.
335
336 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
337
338         * nnir.el (nnir-request-move-article): Fix to provide original group
339         and subject.
340         (nnir-warp-to-article): Don't fail on articles whose headers haven't
341         been retrieved.
342
343         * gnus-sum.el (gnus-summary-move-article): Use original group and
344         subject for virtual articles such as those in an nnir summary buffer.
345
346 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
347
348         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
349         least 21.5).
350
351         * smime.el (from): Declare it again for XEmacs.
352
353 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
354
355         * message.el (message-resend): Don't disable encoding unless it's
356         already encoded.
357
358         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
359         low-numbered articles.
360
361 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
362
363         * rfc2047.el (rfc2047-syntax-table): Simplify.
364
365         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
366
367         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
368         set-char-table-range for XEmacs.
369
370 2010-11-10  Glenn Morris  <rgm@gnu.org>
371
372         * time-date.el (time-to-seconds): Always an alias on Emacs,
373         never a real function.
374         (with-no-warnings): Remove compat stub, now unused.
375         (time-less-p): Doc fix.
376         (time-to-number-of-days): Simplify.
377
378         * smime.el (from): Remove unused declaration.
379
380         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
381         (gnus-float-time): On Emacs, always an alias.
382
383         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
384         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
385
386 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
387
388         * dgnushack.el: Don't use ignore-errors in the top level form since it
389         is unavailable in XEmacs even if cl is loaded.
390
391         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
392
393 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
394
395         * shr.el (browse-url-mailto): Autoload.
396
397         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
398
399         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
400         regexp doesn't need quoting.
401
402 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
403
404         * message.el (message-subject-trailing-was-ask-regexp)
405         (message-subject-trailing-was-regexp): Match was: in addition to was.
406
407 2010-11-09  Glenn Morris  <rgm@gnu.org>
408
409         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
410         (nnbabyl-check-mbox): Use point-at-bol.
411
412 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
413
414         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
415
416         * message.el (message-mailto): New function.
417         (message-mailto): Should accept other parameters.
418         (message-mailto): Remove since it duplicates browse-url-mailto
419         functionality.
420
421 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
422
423         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
424         methods.
425         (gnus-read-active-file): Ditto.
426
427         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
428         ": " from the prompt.
429         (gnus-group-make-group): Ditto.
430
431 2010-11-07  Glenn Morris  <rgm@gnu.org>
432
433         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
434         (gnus-bookmark-kill-line): Use point-at-eol.
435
436 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
439         asterisks in From header.
440
441 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
442
443         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
444         string to avoid making the From headers syntactically invalid.
445
446         * message.el (message-send-mail): Don't insert courtesy messages if the
447         message already has List-Post and List-ID messages.
448
449 2010-11-06  Glenn Morris  <rgm@gnu.org>
450
451         * gnus-art.el (gnus-treat-article): Give dynamic local variables
452         `condition', `type', `length' a prefix.
453         (gnus-treat-predicate): Update for above name changes.
454
455 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
456
457         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
458         binding.  Handled by `gnus-summary-refer-thread' instead.
459         (nnir-warp-to-article): New backend function.
460
461         * nnimap.el (nnimap-request-thread): Force dependency updating.
462
463         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
464         (gnus-summary-refer-thread): Rework to improve thread-referral.
465
466         * gnus-int.el (gnus-warp-to-article): New function.
467
468         * gnus-sum.el (gnus-summary-article-map): Bind it.
469
470 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
471
472         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
473         gnus-summary-refer-thread.
474
475         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
476         headers.
477         (gnus-summary-limit-include-thread): Prevent articles in thread from
478         being cut in gnus-cut-threads.
479         (gnus-summary-refer-thread): Limit retrieved headers to those in
480         thread.
481
482 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
483
484         * message.el (message-send-mail): Use the value of
485         message-courtesy-message from the message buffer.
486
487         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
488
489         * shr.el (shr-browse-url): Implement mailto: URLs.
490
491         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
492         "raw".
493
494         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
495         if it's already selected.
496
497         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
498
499 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
500
501         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
502         to measure the length and truncate alt text.
503
504 2010-11-03  Glenn Morris  <rgm@gnu.org>
505
506         * nndiary.el (nndiary-generate-nov-databases-1)
507         (nndiary-generate-active-info): Rename dynamic variable `files' to
508         something less generic.
509
510 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
511
512         * nnir.el (nnir-request-move-article): Call the underlying backend to
513         move articles from nnir.
514
515 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
516
517         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
518
519 2010-11-02  Julien Danjou  <julien@danjou.info>
520
521         * nnir.el: Remove wais support.
522
523 2010-11-02  Glenn Morris  <rgm@gnu.org>
524
525         * gnus-html.el: Reorder requirements to quieten compiler.
526
527 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
528
529         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
530         properly for XEmacs as well.
531         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
532         (gnus-article-natural-long-line-p): Use window-width rather than
533         frame-width.
534
535 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
536
537         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
538         (nnir-read-parms): Don't modify query.
539         (nnir-run-query): Add ability to search topic on current line.
540         (nnir-get-active): Clean up.
541
542 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
543
544         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
545         degenerate articles.
546
547         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
548         (gnus-print-buffer): Just print the buffer as is, without any copying
549         to a buffer and then re-highlighting.
550
551         * nnimap.el (nnimap-request-group): Store the new updated info.
552         (nnimap-request-group): Select the group when we don't know whether it
553         exists or not.
554
555         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
556         groups.
557
558         * gnus-group.el (gnus-group-find-new-groups): Display all the new
559         groups.
560
561         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
562         groups.
563
564         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
565         long-lines case by only filling the long lines.
566
567         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
568         (bug #7311).
569
570 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
571
572         * shr.el: No need to declare `declare-function' since shr.el is for
573         only Emacsen that provide `libxml-parse-html-region'.
574
575         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
576         effective only in a file it is referred to.
577
578 2010-11-01  Glenn Morris  <rgm@gnu.org>
579
580         * mm-util.el (gnus-completing-read): Autoload.
581         (mm-read-coding-system): Simplify Emacs definition.
582
583         * nnmail.el (gnus-activate-group):
584         * nnimap.el (gnutls-negotiate):
585         * nntp.el (netrc-parse): Fix declarations.
586
587 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
588
589         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
590         string-match-p in Emacs >=23.
591
592         * gnus-msg.el (gnus-configure-posting-styles)
593         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
594
595 2010-11-01  Glenn Morris  <rgm@gnu.org>
596
597         * nnir.el (declare-function): Add compat stub.
598         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
599         (nnir-run-gmane): Require 'mm-url.
600
601         * mm-util.el (mm-string-to-multibyte): Simplify.
602
603         * shr.el (declare-function): Add compat stub.
604         (url-cache-create-filename): Declare.
605         (mm-disable-multibyte, widget-convert-button): Autoload.
606
607         * smime.el (ldap-search): Declare.
608         (smime-cert-by-ldap-1): Require ldap on Emacs.
609
610         * nnimap.el: Require nnmail, and gnus-sum when compiling.
611         (nnimap-keepalive): Use gnus-float-time.
612
613         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
614         (mail-source-delete-crash-box): Use gnus-float-time.
615
616         * gnus-dired.el (gnus-completing-read): Autoload.
617
618         * mm-view.el (gnus-rescale-image): Autoload.
619
620         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
621
622         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
623
624         * sieve-manage.el: Require 'cl when compiling.
625
626         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
627         (gnus-iswitchb-completing-read): Require iswitchb.
628         (gnus-select-frame-set-input-focus): Silence compiler.
629
630 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
631
632         * message.el (message-subject-trailing-was-query): Change default to t,
633         since I think that's what most people want.
634
635         * nnimap.el (nnimap-request-accept-article): Erase buffer before
636         appending for easier debugging.
637         (nnimap-wait-for-connection): Take a regexp.
638         (nnimap-request-accept-article): Wait for the continuation line before
639         sending anything unless we're streaming.
640
641         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
642         leave the header washing to take place.
643
644 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
645
646         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
647         regular expression match and replace in posting styles.
648
649 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
650
651         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
652         an entire server.
653         (nnir-get-active): New function.
654         (nnir-run-imap): Use it.
655         (nnir-run-gmane): Who knew, gmane search returns an article score!
656
657         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
658         server on the current line with nnir.
659
660 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
661
662         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
663         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
664         left edge.
665         (gnus-article-foldable-buffer): Skip past the prefix when determining
666         raggedness.
667
668         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
669         the raw article, and change `C-u g' to show the article without doing
670         treatments.
671
672         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
673         on to `gnus-treat-article'.
674         (gnus-inhibit-article-treatments): New variable.
675
676         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
677
678         * gnus-art.el (gnus-treatment-function-alist): Have
679         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
680         (gnus-treat-fill-long-lines): Change default to fill all text/plain
681         sections.
682
683         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
684         parameter.
685         (gnus-article-fill-cited-long-lines): New function.
686         (gnus-article-fill-cited-article): Allow filling only long sections.
687
688         * shr.el (shr-find-fill-point): Don't break lines between punctuation
689         and non-punctuation (like after the apostrophe in "'We").
690
691         * gnus-sum.el (gnus-summary-select-article): Make sure
692         gnus-original-article-buffer is alive.
693
694         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
695         reflect the order they're in in the digest.
696
697         * gnus.el (gnus-group-startup-message): Move point to the start of the
698         buffer.
699
700         * nnimap.el (nnimap-capability): New function.
701         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
702         is set.
703
704 2010-10-31  David Engster  <dengste@eml.cc>
705
706         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
707         conform with changes to gnus-completing-read.
708
709 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
710
711         * shr.el (shr-tag-img): Output "*" instead of "[img]".
712
713 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
714
715         * nnir.el: Move defvar, defcustom around to keep file organized
716         and keep byte-compiler quiet.
717         (nnir-read-parms): Accept search-engine as arg.
718         (nnir-run-query): Pass search-engine as arg.
719         (nnir-search-engine): Remove.
720
721 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
722
723         * shr.el (shr-generic): The text nodes should be text, not :text.
724
725         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
726         later in the file.
727
728 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
729
730         * nnir.el: General clean up.  Allow searching with multiple engines.
731         Allow separate extra-parameters for each engine.
732         Batch queries when possible.
733         (nnir-imap-default-search-key,nnir-method-default-engines):
734         Add customize interface.
735         (nnir-run-gmane): New engine.
736         (nnir-engines): Use it.  Qualify all prompts with engine name.
737         (nnir-search-engine): Remove global variable.
738         (nnir-run-hyrex): Restore for now.
739         (nnir-extra-parms,nnir-search-history): New variables.
740         (gnus-group-make-nnir-group): Use them.
741         (nnir-group-server): Remove in favor of gnus-group-server.
742         (nnir-request-group): Avoid searching twice.
743         (nnir-sort-groups-by-server): New function.
744
745 2010-10-30  Julien Danjou  <julien@danjou.info>
746
747         * gnus-group.el: Remove gnus-group-fetch-control.
748
749         * gnus-start.el (gnus-find-new-newsgroups):
750         Remove gnus-check-first-time-used.
751
752         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
753
754 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
755
756         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
757         set on groups that don't have \* permanentflags.
758
759 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
760
761         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
762         control the background color.
763         (shr-tag-img): Ignore very small web bug type images.
764         (shr-put-image): Add help-echo alt texts to the images.
765         (shr-tag-video): Show the video poster image.
766
767 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
768
769         * shr.el (shr-table-depth): New variable.
770         (shr-tag-table-1): Only insert the images after the top-level table.
771
772         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
773
774         * gnus-util.el (gnus-list-memq-of-list): New function.
775
776         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
777         selected.
778         (nnimap-unsplittable-articles): New slot.
779         (nnimap-new-articles): Use it.
780
781 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
782
783         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
784         move to the previous line on `M-g'.
785
786 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
787
788         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
789         *-request-group, which seems unnecessary.
790
791         * nnimap.el (nnimap-quote-specials): Function copied over from
792         imap.el.
793         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
794         they support that.  Suggested by Tom Regner.
795
796 2010-10-29  Julien Danjou  <julien@danjou.info>
797
798         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
799         defalias.
800         (gnus-summary-delete-marked-with): Remove obsolete defalias.
801
802         * gnus.el: Remove `gnus-nntp-service' variable.
803         (gnus-secondary-servers): Make obsolete.
804         (gnus-nntp-server): Make obsolete.
805
806         * gnus-start.el (gnus-1): Remove x-splash calls.
807
808         * gnus-ems.el (gnus-x-splash): Remove.
809
810         * gnus.el (gnus-group-startup-message): Simplify/update code.
811
812         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
813         definition.
814
815         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
816         capability before doing anything.
817         (gnus-group-insert-group-line): Remove useless
818         gnus-group-remove-excess-properties.
819
820 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
821
822         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
823
824 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
827         config after reselecting.
828
829 2010-10-28  Julien Danjou  <julien@danjou.info>
830
831         * shr.el (shr-put-image): Use point even if only inserting text.
832         (shr-put-image): Save excursion when inserting alt text on non-graphic
833         display, so the behaviour is the same when we are on a graphic display.
834
835         * nnir.el (nnir-run-swish-e): Remove hyrex support.
836
837 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
838
839         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
840         (gnus-mime-copy-part): Check coding system, not charset.
841         (gnus-mime-view-part-externally): Never remove part.
842         (gnus-mime-view-part-internally): Don't remove part here.
843         (gnus-article-part-wrapper): Make sure MIME tag is visible.
844         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
845         multipart/alternative.
846
847         * mm-decode.el (mm-display-part): Take optional arg `force'.
848
849 2010-10-26  Julien Danjou  <julien@danjou.info>
850
851         * gnus-group.el (gnus-group-default-list-level): Add this function to
852         compute the default list level.
853         (gnus-group-default-list-level): Add possibility to use a function.
854
855 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
856
857         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
858
859         * gnus-group.el (gnus-group-completing-read)
860         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
861         gnus-replace-in-string.
862
863 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
864
865         * shr.el (shr-tag-div): Add.
866
867         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
868
869 2010-10-25  Julien Danjou  <julien@danjou.info>
870
871         * gnus-util.el: Remove `gnus-with-local-quit'.
872
873         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
874
875 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
878         the original article buffer.
879
880 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
881
882         * nnimap.el (nnimap-request-head): New function.
883         (nnimap-request-move-article): Try to be slighly faster by not
884         requesting the entire message when moving.
885         (nnimap-transform-headers): Don't bug out on bodiless articles.
886         (nnimap-send-command): Have no outstanding messages if the IMAP server
887         doesn't support streaming.
888         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
889
890 2010-10-24  Julien Danjou  <julien@danjou.info>
891
892         * message.el (message-default-headers): Fix type.
893
894 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
895
896         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
897         prefetching images.
898
899         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
900         backend for unknown groups.  This is mainly useful for nnimap groups.
901
902         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
903         group isn't covered by the agent.
904
905 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
906
907         * nnir.el (nnir-method-default-engines): New variable.
908         (nnir-run-query): Use it.
909         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
910         (gnus-summary-nnir-goto-thread): Change group if needed.
911
912         * gnus-group.el (gnus-group-group-map): Add key binding for
913         gnus-group-make-nnir-group.
914
915 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
916
917         * shr.el (shr-tag-object): Add.
918
919         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
920         original article buffer live.
921         (gnus-summary-select-article-buffer):
922         Mention gnus-widen-article-buffer.
923
924 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * shr.el (shr-tag-strong): Add.
927
928 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
931         group names.  They mess up the group buffer badly.
932
933         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
934
935         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
936         instead of the summary one.
937
938 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
939
940         * mml.el (mml-preview): Work properly when editing article.
941
942         * gnus-start.el (gnus-read-active-file-1): Don't add method to
943         gnus-have-read-active-file if it's already been in.
944
945 2010-10-22  Tom Tromey  <tromey@redhat.com>
946
947         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
948         gnus-group-completing-read.
949
950 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
951
952         * message.el (message-mode-map): Don't bind M-; to comment region, to
953         allow the global comment-dwim to work.
954
955 2010-10-21  Julien Danjou  <julien@danjou.info>
956
957         * message.el (message-setup-1): Allow message-default-headers to be a
958         function.
959
960 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * shr.el (shr-tag-table): Simplify.
963
964 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
967         to avoid trying to snarf invalid stuff.
968
969         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
970
971         * gnus.el (gnus-message-archive-group): Quote value.
972         (gnus-message-archive-group): Mark as changed.
973
974         * shr.el (shr-add-font): Don't put the font properties on the newline
975         or the indentation.
976
977         * message.el (message-fix-before-sending): Change options when sending
978         non-printable characters.
979
980         * gnus.el (gnus-message-archive-method): Change the default to
981         monthly outgoing groups.
982
983         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
984         that have gotten new numbers.
985
986         * nnimap.el (nnimap-request-replace-article): New function.
987
988 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
989
990         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
991         (nnrss-request-article): Don't use special html washing code.
992
993 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
994
995         * shr.el (shr-tag-table): Remove useless nconc.
996
997 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
998
999         * gnus-art.el (article-wash-html): Simplify and remove the charset
1000         stuff.  Use the normal html rendering code instead of the special html
1001         washing code.
1002
1003         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
1004         `gnus-w3m' symbols.
1005         (mm-text-html-washer-alist): Remove.
1006
1007         * mm-decode.el (mm-inline-text-html-renderer): Remove.
1008         (mm-inline-media-tests): Remove use.
1009         (mm-text-html-renderer): Change default to the `shr' symbol.
1010
1011         * mm-view.el (mm-inline-text-html): Remove use.
1012
1013         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1014         `gnus-blocked-images' to be a function.
1015         (gnus-article-wash-function): Remove.
1016
1017 2010-10-20  Julien Danjou  <julien@danjou.info>
1018
1019         * spam.el (spam-list-of-processors): Mark as obsolete.
1020
1021         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1022         (nnimap-insert-partial-structure): Fix boundary detection.
1023
1024 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1025
1026         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1027         run file-truename on remote files.  This can be expensive and even
1028         prevent one from editing drafts if some unrelated buffer has a stale
1029         connection.
1030
1031 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1032
1033         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1034         kinsoku-eol regardless of shr-kinsoku-shorten.
1035         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1036         (shr-tag-table): Support caption, thead, and tfoot.
1037
1038 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1041         lines.
1042         (shr-save-contents): New command and keystroke.
1043
1044         * nndoc.el (nndoc-type-alist): Add git support.
1045         (nndoc-git-type-p): New function.
1046         (nndoc-transform-git-article): Ditto.
1047         (nndoc-transform-git-headers): Ditto.
1048         (nndoc-transform-git-headers): Generate Subject headers.
1049
1050         * shr.el (shr-parse-style): New function.
1051         (shr-tag-span): Ditto.
1052
1053         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1054         to `G G' to avoid collisions.
1055
1056 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1057
1058         * shr.el: Load kinsoku if necessary.
1059         (shr-kinsoku-shorten): New internal variable.
1060         (shr-find-fill-point): Make kinsoku shorten text line if
1061         shr-kinsoku-shorten is bound to non-nil.
1062         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1063         shr-indentation too when testing if table is wider than frame width.
1064         (shr-insert-table): Use `string-width' instead of `length' to measure
1065         text width.
1066         (shr-insert-table-ruler): Make sure indentation is done at bol.
1067
1068 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1069
1070         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1071         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1072         undecoded network data.
1073
1074 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1077         name in the mode line spec so that the mode line menu works
1078         (bug #2431).
1079
1080         * message.el (message-get-reply-headers): If we're fed `to-address',
1081         then always use that.
1082
1083         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1084         aren't so wide as to need to switch off the edit menu.
1085
1086         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1087         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1088
1089         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1090         `M-g'.
1091         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1092         the permanent marks.
1093
1094 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1095
1096         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1097         Splitting according to references/in-reply-to obeys the ignore-groups
1098         variable, while splitting by sender and subject do not.
1099
1100 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1103         alist, so that we can look for non-Unicode chars.
1104         (article-translate-strings): Allow both character and string maps.
1105
1106 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1107
1108         * shr.el (shr-insert): Don't insert space behind a wide character
1109         categorized as kinsoku-bol, or between characters both categorized as
1110         nospace.
1111
1112 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1113
1114         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1115         headers to gnus-newsgroup-headers.
1116
1117 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1118
1119         * shr.el (shr-tag-img): Don't align images -- since we're not
1120         rescaling, this often leads to ugly displays.
1121
1122 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1123
1124         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1125         duplicates.
1126
1127 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1128
1129         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1130         call.
1131
1132 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1133
1134         * gnus.el: Autoload gnus-html-show-images.
1135
1136         * nnimap.el: Use nnheader-message throughout.
1137
1138         * shr.el (shr-tag-img): Ignore images with no data.
1139
1140 2010-10-15  Julien Danjou  <julien@danjou.info>
1141
1142         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1143         a possibility to disable format=flow encoding when using hard newlines.
1144
1145 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1146
1147         * shr.el (shr-insert): Remove space inserted before or after a
1148         breakable character or at the beginning or the end of a line.
1149         (shr-find-fill-point): Do kinsoku; find the second best point or give
1150         it up if there's no breakable point.
1151
1152 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1153
1154         * nnimap.el (nnimap-open-connection): Message when opening connection
1155         for debugging purposes.
1156
1157         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1158         on every setup buffer call to allow this to change from article to
1159         article.
1160
1161         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1162         buffers where we have a wide table.
1163
1164 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1165
1166         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1167         uses *-request-thread.
1168
1169 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1170
1171         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1172         incantation, which is no longer valid.
1173
1174 2010-10-14  Julien Danjou  <julien@danjou.info>
1175
1176         * shr.el: Fix defcustom type (char -> character).
1177
1178 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179
1180         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1181         programs.
1182
1183 2010-10-14  Julien Danjou  <julien@danjou.info>
1184
1185         * shr.el (shr-tag-a): Use url-link as widget type.
1186
1187         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1188         `gnus-group-get-icon'.
1189
1190 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1193         This should make server editing work better.
1194
1195         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1196
1197         * tls.el (tls-program): Remove spurious %s from openssl.
1198
1199         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1200         (nnimap-parse-flags): Fix regexp.
1201
1202         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1203         probably work for CJVK text, too.
1204
1205         * nnimap.el (nnimap-extend-tls-programs): Remove.
1206         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1207
1208         * tls.el (tls-starttls-switches): Remove starttls hack.
1209         (open-tls-stream): Ditto.
1210         (tls-find-starttls-argument): Ditto.
1211
1212 2010-10-13  Julien Danjou  <julien@danjou.info>
1213
1214         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1215         responses.
1216
1217 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1218
1219         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1220
1221         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1222         anything in Emacs.
1223
1224         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1225
1226 2010-10-13  Julien Danjou  <julien@danjou.info>
1227
1228         * shr.el (shr-width): Make shr-width a defcustom with default to
1229         fill-column.
1230         (shr-tag-img): Use shr-width rather than fill-column.
1231
1232 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * dgnushack.el (byte-optimize-apply)
1235         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1236
1237         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1238         position when (X-)Faces exist.
1239         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1240         avatars when called interactively.
1241
1242 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1243
1244         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1245         gnus-article-x-face-too-ugly is bound.
1246
1247 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1248
1249         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1250
1251         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1252         mailbox that doesn't exist.
1253
1254 2010-10-12  Julien Danjou  <julien@danjou.info>
1255
1256         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1257         (shr-get-image-data): Encode URL properly when fetching from cache.
1258         (shr-tag-img): Use aligned-to spaces to align correctly images.
1259
1260         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1261         before inserting the Gravatar.
1262
1263         * shr.el (shr-tag-img): Add align attribute support for <img>.
1264
1265 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1266
1267         * gnus-gravatar.el (gnus-art): Require.
1268
1269         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1270         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1271         Remove long obsoleted functions.
1272
1273 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1276
1277         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1278
1279         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1280         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1281         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1282         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1283         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1284         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1285         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1286
1287 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1288
1289         * nnimap.el (nnimap-request-rename-group): Select group read-only
1290         before renaming it.
1291
1292         * shr.el (shr-insert): Fix up the white space only regexp.
1293
1294         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1295         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1296
1297         * shr.el (shr-current-column): New function.
1298         (shr-find-fill-point): New function.
1299
1300 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1301
1302         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1303         numbers.
1304
1305 2010-10-11  Julien Danjou  <julien@danjou.info>
1306
1307         * shr.el (shr-hr-line): Add.
1308         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1309         display hr lines.
1310         (shr-max-columns): Do not change state to nil if we just inserting
1311         spaces.
1312
1313 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1314
1315         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1316         select the last group.
1317
1318 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1319
1320         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1321
1322 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1323
1324         * dig.el (dig-mode-map): Declare and define in one step.
1325
1326 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1329         for Gnus.
1330         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1331         (nnimap-update-qresync-info): Mark \Seen articles as read.
1332
1333         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1334         non-variable, too.
1335
1336         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1337         available.
1338         (nnimap-update-info): Rely more on the current active than the param
1339         active to avoid marking articles as read too much.
1340
1341         * auth-source.el (auth-source-create): Use (user-login-name) for the
1342         user name default.
1343
1344         * nnimap.el (nnimap-update-info): If the server doesn't return any
1345         useful info, just use the previous info.
1346         (nnimap-update-info): Prefer old info over start-article.
1347         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1348
1349 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1350
1351         * nnir.el (autoload): Clean up autoloads.
1352         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1353         Use key rather than value.
1354         (nnir-imap-search-other): New variable.
1355         (nnir-read-parm): Use it.
1356         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1357         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1358
1359 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1360
1361         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1362         the process, too.
1363
1364 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365
1366         * spam.el (gnus-summary-mode-map): Bind to "$".
1367         Suggested by Russ Allbery.
1368
1369         * shr.el: Rework the way things are indented by <li> slightly.
1370
1371         * gnus.el (gnus-group-set-parameter): Fix typo.
1372
1373         * nnimap.el: Start implementing QRESYNC support.
1374
1375 2010-10-09  Julien Danjou  <julien@danjou.info>
1376
1377         * nnir.el (nnir-engines): Fix too many arguments.
1378
1379 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1380
1381         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1382         group is the "last", so that the backends like nnfolder actually save
1383         their folders.
1384
1385         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1386         try to use that for the tls stream.
1387         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1388         UIDVALIDITY and find out which groups are read-only and not.
1389         (nnimap-get-flags): Use the same marks parsing code as the rest of
1390         nnimap.
1391
1392 2010-10-09  Julien Danjou  <julien@danjou.info>
1393
1394         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1395
1396         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1397         retrieving gravatars.
1398
1399         * shr.el (shr-table-corner): Add.
1400         (shr-table-line): Add.
1401         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1402
1403 2010-10-08  Julien Danjou  <julien@danjou.info>
1404
1405         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1406
1407 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1408
1409         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1410
1411         * gnus-sum.el (gnus-mark-article-as-unread)
1412         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1413         (gnus-summary-set-bookmark): Use it.
1414
1415         * gnus-msg.el (gnus-setup-message): Use it.
1416
1417         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1418
1419         * gnus.el (gnus-group-remove-parameter): Use it.
1420
1421         * gnus-group.el (gnus-group-make-web-group): Use it.
1422
1423         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1424
1425         * nnregistry.el: Update docs to mention manual.
1426
1427         * gnus-registry.el: Update docs to mention nnregistry.el.
1428         (gnus-registry-initialize): Don't install nnregistry refer method
1429         automatically.
1430         (gnus-registry-install-nnregistry): Remove it.
1431
1432 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * shr.el (shr-insert): Don't insert double spaces.
1435
1436 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1437
1438         * gnus-gravatar.el (gnus-treat-from-gravatar)
1439         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1440         called interactively.
1441
1442         * gnus-art.el (gnus-mime-view-part-externally)
1443         (gnus-mime-view-part-internally): Make predicate function passed to
1444         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1445         of a mime type.
1446
1447         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1448
1449 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * shr.el (require): Require cl when compiling.
1452         (shr-tag-hr): New function.
1453
1454         * nnimap.el (nnimap-update-info): Remove double setting of high.
1455         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1456         This makes nnimap work properly on Courier again.
1457
1458         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1459         the variable for backwards compatability.
1460
1461         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1462         the file name before using to avoid setting mm-default-directory to
1463         nil.
1464
1465         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1466         bidning gnus-agent variables.
1467
1468         * shr.el (shr-render-td): Use a cache for the table rendering function
1469         to avoid getting an exponential rendering behaviour in nested tables.
1470         (shr-insert): Rework the line-breaking algorithm.
1471         (shr-insert): Don't leave trailing spaces.
1472         (shr-insert-table): Also insert empty TDs.
1473         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1474
1475 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1476
1477         * gnus-sum.el (gnus-number): Rename from `number'.
1478         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1479         (gnus-summary-limit-children): Update uses correspondingly.
1480
1481 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1482
1483         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1484         (gnus-gravatar-transform-address): Don't show avatars of people of
1485         which mail addresses match gnus-gravatar-too-ugly.
1486
1487 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488
1489         * shr.el (shr-table-widths): Expand TD elements to fill available
1490         space.
1491
1492 2010-10-07  Julien Danjou  <julien@danjou.info>
1493
1494         * nnimap.el (nnimap-request-rename-group): Add this method.
1495
1496 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1497
1498         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1499         name from XEmacs' function-arglist.
1500
1501         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1502         gravatar under XEmacs.
1503
1504 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1505
1506         * auth-source.el: Update docs with TODO items.
1507
1508         * gnus-sync.el: Update docs to explain state and plans.
1509
1510         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1511         Hooks for mark updates.
1512         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1513
1514         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1515         hooks with arguments, which is needed for mark update hooks.
1516
1517 2010-10-06  Julien Danjou  <julien@danjou.info>
1518
1519         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1520         was matched.
1521
1522         * sieve-manage.el: Update example in `Commentary'.
1523
1524         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1525
1526         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1527         not 2000.
1528         (sieve-manage-authenticate): Re-add function.
1529
1530 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * shr.el (shr-insert): Get 'space transition right.
1533         (shr-render-td): Only delete space at the end of the TD.
1534
1535         * nnimap.el (nnimap-open-connection): Prepare to support
1536         open-gnutls-stream.
1537
1538         * shr.el: Rearrange function order to be more logical.
1539
1540 2010-10-06  Julien Danjou  <julien@danjou.info>
1541
1542         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1543         (nnrss-discover-feed): Remove 404 URL in docstring.
1544
1545         * nnir.el: Fix Swish-E URL.
1546         Fix Namazu URL.
1547
1548         * message.el (message-change-subject): Remove 404 URL in a comment.
1549
1550 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1551
1552         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1553         called interactively.
1554
1555         * gnus-util.el (gnus-remove-if): Allow hash table.
1556         (gnus-remove-if-not): New function.
1557
1558         * gnus-art.el (gnus-mime-view-part-as-type)
1559         * gnus-score.el (gnus-summary-score-effect)
1560         * gnus-sum.el (gnus-read-move-group-name):
1561         Replace remove-if-not with gnus-remove-if-not.
1562
1563         * gnus-group.el (gnus-group-completing-read):
1564         Regard collection as a hash table if it is not a list.
1565
1566 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1569
1570         * shr.el: Document the table-rendering algorithm.
1571
1572 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1573
1574         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1575         for Emacsen having no `libxml-parse-html-region' support.
1576
1577 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1578
1579         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1580         invalid URLs.
1581
1582         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1583         line-broken.
1584         (shr-tag-img): Ignore image fetching errors.
1585         (shr-overlays-in-region): Compute overlay positions correctly.
1586
1587         * mm-decode.el (mm-shr): Require shr.
1588
1589         * gnus-art.el (gnus-blocked-images): Move variable here.
1590
1591         * shr.el (shr-insert-table): Bind free variable.
1592
1593         * mm-decode.el (mm-shr): Bind shr-content-function.
1594
1595         * shr.el (shr-content-function): New variable.
1596
1597         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1598         added for symmetry.
1599
1600         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1601
1602         * gnus-group.el (gnus-group-make-group): Doc fix.
1603
1604         * nnimap.el (nnimap-request-newgroups): Return success.
1605
1606         * shr.el (shr-find-elements): New function.
1607         (shr-tag-table): Put all the images after the table.
1608         (shr-tag-table): Really inhibit images inside the table.
1609         (shr-collect-overlays): Copy over overlays from the TD elements to the
1610         main document.
1611
1612         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1613         gnus-blocked-images.
1614
1615 2010-10-05  Julien Danjou  <julien@danjou.info>
1616
1617         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1618
1619         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1620         (gnus-html-maximum-image-size): Add this function.
1621         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1622
1623         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1624         server-value of the capability is nil.
1625
1626 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * shr.el (shr-tag-em): Add <EM> tag.
1629
1630 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1631
1632         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1633         customizable.
1634
1635         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1636         handing broken links to browse-url.
1637
1638 2010-10-05  Julien Danjou  <julien@danjou.info>
1639
1640         * gnus-util.el (gnus-emacs-completing-read)
1641         (gnus-iswitchb-completing-read): Use autoload rather than require.
1642
1643 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1646         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1647         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1648         iswitchb-temp-buflist for XEmacs.
1649
1650         * gnus-util.el (gnus-completing-read-function): Exclude
1651         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1652         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1653         XEmacs.
1654
1655         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1656         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1657
1658         * gnus-html.el: Don't require help-fns under XEmacs.
1659         (gnus-html-schedule-image-fetching): Work for XEmacs.
1660
1661         * mm-decode.el (mm-shr): Decode contents by charset.
1662
1663 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1664
1665         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1666         unknown.
1667
1668         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1669         (shr-get-image-data): Ensure against the cache file missing.
1670
1671         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1672         for data.
1673
1674         * spam-report.el (spam-report-url-ping-plain): Don't query about
1675         killing the process.
1676
1677         * shr.el (shr-render-td): Protect against too-wide text.
1678
1679 2010-10-04  Julien Danjou  <julien@danjou.info>
1680
1681         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1682         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1683
1684         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1685         retrieved.
1686
1687 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688
1689         * shr.el (browse-url): Require.
1690         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1691         lines.
1692         (shr-show-alt-text, shr-browse-image): New commands.
1693         (shr-browse-url, shr-copy-url): New commands.
1694
1695         * gnus-sum.el (gnus-widen-article-window): New variable.
1696         (gnus-summary-select-article-buffer): Use it.
1697
1698         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1699         without @ signs.
1700
1701 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1702
1703         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1704
1705 2010-10-04  Julien Danjou  <julien@danjou.info>
1706
1707         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1708         for XEmacs.
1709
1710 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1711
1712         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1713
1714         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1715         (nnimap-close-server): Implement.
1716
1717         * dgnushack.el (iswitchb): Require to shut up the compiler.
1718
1719         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1720         (shr-insert): Tweak line breaking.
1721         (shr-insert): Handle <pre> better.
1722         (shr-tag-li): Get <li> indentation right.
1723         (shr-tag-li): Get <li> indentation even righter.
1724         (shr-tag-blockquote): Ensure paragraph start.
1725         (shr-make-table): Tweak table generation.
1726         (shr-make-table): Fix typo.
1727
1728         * shr.el: Implement table rendering.
1729
1730 2010-10-04  Julien Danjou  <julien@danjou.info>
1731
1732         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1733
1734 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1735
1736         * shr.el (shr-insert): Use string anchors instead of line anchors.
1737
1738 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739
1740         * shr.el: Add headings.
1741         (shr-ensure-paragraph): Actually work.
1742         (shr-tag-li): Make <ul> prettier.
1743         (shr-insert): Get white space at the beginning/end of elements right.
1744         (shr-tag-p): Collapse subsequent <p>s.
1745         (shr-ensure-paragraph): Don't insert double line feeds after blank
1746         lines.
1747         (shr-insert): \t is also space.
1748         (shr-tag-s): Fix "s" tag name function.
1749         (shr-tag-s): Fix face prop name.
1750
1751 2010-10-03  Julien Danjou  <julien@danjou.info>
1752
1753         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1754
1755         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1756         gnus-window-inside-pixel-edges.
1757
1758         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1759         gnus-ems.
1760
1761         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1762
1763         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1764         function.
1765
1766         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1767         resize choice.
1768
1769 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1770
1771         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1772         beginning of the buffer.
1773
1774         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1775         article buffer again.
1776
1777         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1778
1779         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1780         when it's at the start of the buffer.
1781
1782         * shr.el (shr-tag-blockquote): Convert name.
1783         (shr-rescale-image): Use the right image-size variant.
1784
1785         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1786         buffer isn't shown, then select the current article first instead of
1787         bugging out.
1788         (gnus-summary-select-article-buffer): Show both the article and summary
1789         buffers again.
1790
1791         * shr.el (shr-fontize-cont): Protect against regions with no text.
1792         Rename tag functions to shr-tag-* for enhanced security.
1793         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1794
1795 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1796
1797         * shr.el (shr-insert):
1798         * pop3.el (pop3-movemail):
1799         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1800         loaded.
1801
1802 2010-10-03  Glenn Morris  <rgm@gnu.org>
1803
1804         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1805
1806         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1807
1808         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1809
1810         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1811
1812         * gnus-util.el (gnus-make-local-hook): Simplify.
1813
1814 2010-10-02  Julien Danjou  <julien@danjou.info>
1815
1816         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1817         (gnus-ido-completing-read): New function.
1818         (gnus-emacs-completing-read): New function.
1819         (gnus-completing-read): Use gnus-completing-read-function.
1820         Add gnus-completing-read-function.
1821
1822 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * shr.el (shr-insert-document): Autoload.
1825         (shr-img): Be silent.
1826         (shr-insert): Add a newline after every picture before text.
1827         (shr-add-font): Use overlays for combining faces.
1828         (shr-insert): Pass upwards the text start point.
1829
1830         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1831         possible.
1832         (mm-shr): New function.
1833
1834 2010-10-02  Julien Danjou  <julien@danjou.info>
1835
1836         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1837         should go backward.
1838
1839 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1840
1841         * shr.el (shr): Fix typo in provide call.
1842
1843 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1844
1845         * shr.el: New file.
1846
1847         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1848
1849         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1850         completing read.
1851
1852 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1853
1854         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1855         we're being queried about.  Suggested by Dan Jacobson.
1856
1857         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1858         Suggested by Jason Eisner.
1859
1860         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1861         table, too.  Suggested by Stefan Wiens.
1862         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1863         the table unnecessary.  Suggested by Stefan Wiens.
1864
1865         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1866         longer needed, and probably doesn't work either, as pointed out by
1867         Stefan Wiens.
1868         (gnus-summary-exit): Remove call to the clearing function.
1869         (gnus-summary-exit-no-update): Ditto.
1870
1871         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1872         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1873         Reported by Stefan Monnier.
1874         (gnus-summary-save-in-rmail): Ditto.
1875
1876         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1877         article buffer, instead of both the article buffer and the summary
1878         buffer.  Sort of suggested by Dan Jacobson.
1879
1880         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1881
1882         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1883         Suggested by Dan Jacobson.
1884
1885         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1886         documentation clearer.
1887
1888         * message.el (message-shorten-references): Comment on the number "21".
1889         Suggested by Stefan Monnier.
1890
1891         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1892         Suggested by Dan Jacobson.
1893
1894         * gnus.el (gnus-large-newsgroup):
1895         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1896
1897         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1898         externalize attachments.  Bug reported by Steve Wen.
1899
1900         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1901         really message anything to the user.
1902
1903         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1904         directly.
1905
1906         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1907         messages in empty groups.
1908
1909 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1910
1911         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1912         non-UIDNEXT group.
1913
1914 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1915
1916         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1917         not the value from the collection.
1918
1919         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1920         values.  This sometimes happens on some groups that have no info.
1921         (nnimap-request-newgroups): New function.
1922
1923 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1924
1925         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1926         check into `gnus-registry-initialize'.
1927         (gnus-registry-initialize): Ditto.
1928         Fix and extend header docs.
1929
1930 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1931
1932         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1933         regexp backtrace overflows.
1934
1935         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1936         for starttls that tls.el implements; i.e. openssl.
1937
1938         * tls.el (tls-starttls-switches): Give up on using starttls with
1939         gnutls-cli.
1940         (tls-program): Add --insecure to be consistent with the defaults from
1941         openssl s_client.  Now all three commands are insecure.
1942
1943 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1944
1945         * lpath.el: Bind completion-styles-alist for XEmacs.
1946
1947         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1948         (gravatar-create-image): New function that's an alias to
1949         gnus-xmas-create-image, gnus-create-image, or create-image.
1950         (gravatar-data->image): Use it.
1951
1952 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1953
1954         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1955         install the nnregistry refer method.
1956         (gnus-registry-install-hooks): Use it.
1957         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1958         unfollowed groups.
1959
1960 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1961
1962         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1963         expanding threads.
1964
1965 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1966
1967         * nnir.el: Use the server names without suffixes (bug #7009).
1968
1969         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1970         unencrypted to STARTTLS, if possible.
1971
1972 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1973
1974         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1975         headers before superseding.
1976
1977 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1978
1979         * nnrss.el (nnrss-use-local): Add documentation.
1980
1981         * nnimap.el (nnimap-extend-tls-programs): New function.
1982         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1983         (nnimap-wait-for-connection): Accept the greeting from the stupid
1984         output from openssl s_client -starttls, too.
1985
1986         * tls.el (tls-starttls-switches): New variable.
1987         (tls-find-starttls-argument): Use it.
1988         (open-tls-stream): Ditto.
1989
1990         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1991         (netrc-machine): Ditto.
1992
1993         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1994         article number.
1995         (nnimap-split-fancy): New variable.
1996         (nnimap-split-incoming-mail): Use it.
1997
1998         * nntp.el (nntp-server-list-active-group): Document.
1999
2000         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
2001         SELECT to get the message-id.
2002
2003         * mail-source.el (mail-sources): Remove webmail support.
2004         (defvar): Ditto.
2005         (mail-source-fetcher-alist): Ditto.
2006         (mail-source-fetch-webmail): Remove.
2007
2008         * webmail.el: Remove -- doesn't seem relevant any more.
2009
2010         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2011
2012         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2013         the \r.
2014
2015 2010-09-30  Julien Danjou  <julien@danjou.info>
2016
2017         * gnus-agent.el (gnus-agent-add-group): Fix call to
2018         gnus-completing-read.
2019
2020 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2021
2022         * nndoc.el (nndoc-retrieve-groups): New function.
2023
2024         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2025         `default', use nnmail-split-methods.
2026         (nnimap-request-article): Downcase the NILs so that they are nil.
2027
2028         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2029         symbol.
2030
2031         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2032         code, since if the user has requested network, that's what they ought
2033         to get.
2034         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2035         (nnimap-split-rule): Mark as obsolete.
2036
2037         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2038         New variable.
2039
2040         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2041         correct slot, too.
2042
2043 2010-09-29  Julien Danjou  <julien@danjou.info>
2044
2045         * gnus.el (gnus-local-domain): Declare variable obsolete.
2046
2047         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2048         Fix history computing.
2049         (gnus-ido-completing-read): Require ido.
2050
2051 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2052
2053         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2054         build Gnus.
2055
2056         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2057         when interpreting the structures.
2058         (nnimap-request-accept-article): Add \r\n to the lines to make this
2059         work with Cyrus.
2060
2061         * nndraft.el (nndraft-request-expire-articles): Use the group name
2062         instead if "nndraft".  Fix found by Nils Ackermann.
2063
2064 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2065
2066         * nnregistry.el: Add.
2067
2068 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2069
2070         * nnmail.el (group, group-art-list, group-art):
2071         Remove unneeded directives.
2072
2073 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2076         (mm-mime-charset)
2077         * rfc2047.el (rfc2047-syntax-table)
2078         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2079
2080         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2081         rather than `insert-file-contents' and `eval-region'.
2082
2083         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2084         construction.
2085
2086         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2087
2088         * time-date.el: No need to require cl for Emacs 21.
2089
2090 2010-09-29  Julien Danjou  <julien@danjou.info>
2091
2092         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2093         replacement of `gnus-gravatar-relief' to mimic
2094         `gnus-faces-properties-alist'.
2095         Add :version property.
2096
2097 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2098
2099         * mail-source.el (mail-source-report-new-mail)
2100         * message.el (message-default-mail-headers)
2101         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2102
2103         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2104
2105 2010-09-28  Julien Danjou  <julien@danjou.info>
2106
2107         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2108         mail-address contains the same string as real-name.
2109
2110         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2111         non-blank in header, otherwise it'll get stripped.
2112
2113         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2114         real-name, and then for mail address rather than doing : or , search.
2115
2116 2010-09-27  Julien Danjou  <julien@danjou.info>
2117
2118         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2119         right completing-read function.
2120         (gnus-use-ido): New variable
2121         (gnus-completing-read-with-default): Remove.
2122         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2123         (gnus-agent-add-group):
2124         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2125         * mm-view.el (mm-view-pkcs7-decrypt):
2126         * mm-util.el (mm-codepage-setup):
2127         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2128         * mml-smime.el (mml-smime-openssl-sign-query):
2129         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2130         (mml-insert-multipart):
2131         * gnus-msg.el (gnus-summary-yank-message):
2132         * gnus-int.el (gnus-start-news-server):
2133         * mm-decode.el (mm-interactively-view-part):
2134         * gnus-dired.el (gnus-dired-attach):
2135         * gnus.el (gnus-read-method):
2136         * gnus-bookmark.el (gnus-bookmark-jump):
2137         * gnus-art.el (gnus-mime-view-part-as-type)
2138         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2139         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2140         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2141         * nnmairix.el (nnmairix-create-server-and-default-group)
2142         (nnmairix-update-groups, nnmairix-get-server)
2143         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2144         (nnmairix-get-group-from-file-path):
2145         * nnrss.el (nnrss-find-rss-via-syndic8):
2146         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2147         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2148         (gnus-group-browse-foreign-server):
2149         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2150         (gnus-summary-execute-command, gnus-summary-respool-article)
2151         (gnus-read-move-group-name):
2152         * gnus-score.el (gnus-summary-increase-score)
2153         (gnus-summary-score-effect):
2154         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2155
2156 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2157
2158         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2159         x-focus-frame.
2160
2161         * nnimap.el (auth-source-forget-user-or-password)
2162         (auth-source-user-or-password): Autoload.
2163
2164         * message.el (message-from-style, message-interactive)
2165         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2166         (message-yank-prefix, message-indentation-spaces, message-signature)
2167         (message-signature-file): Add comment.
2168
2169 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2170
2171         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2172         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2173         new articles.
2174
2175         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2176         parts.
2177         (nnimap-request-article): Work with the t setting, too.
2178
2179         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2180         that you don't get flashes of other buffers.
2181         (gnus-summary-show-complete-article): Intern before setting.
2182
2183 2010-09-27  David Engster  <dengste@eml.cc>
2184
2185         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2186         well as HEADERS.
2187         (nnmairix-retrieve-headers): Provide new argument for the above.
2188
2189 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190
2191         * gnus-sum.el (gnus-summary-move-article): Don't alter
2192         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2193         group.
2194
2195         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2196
2197         * message.el (message-cite-prefix-regexp): Revert my last edit.
2198
2199         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2200         variable instead of the Gnus variable.
2201
2202         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2203
2204         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2205
2206         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2207         since some servers don't like it.
2208         (nnimap-open-connection): Forget credentials if the server says the
2209         password was wrong.
2210         (nnimap-parse-line): Protect against invalid data.
2211
2212         * gnus-sum.el (gnus-summary-move-article): Add comment.
2213         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2214         nothing alters it while scanning for new messages.
2215
2216         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2217         which may or may not help.
2218         (nnimap-open-connection): If we're doing a stream connection, and then
2219         discover we're on a STARTTLS-capable server, then open a STARTTLS
2220         connection instead.
2221
2222 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2223
2224         * nnimap.el (utf7): Require.
2225
2226         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2227         prefix.
2228
2229 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2230
2231         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2232
2233 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2234
2235         * nnimap.el (nnimap-request-accept-article): Message the error on
2236         error.
2237
2238 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2239
2240         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2241
2242 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243
2244         * nndoc.el (nndoc-request-list): Return success always.
2245
2246         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2247         `fetch-old' -- we only want to fetch the articles we've requested.
2248         The rest are in the agent, probably.
2249         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2250         disappeared server" to something low.  It's not important.
2251
2252         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2253         arrived before the FETCH data.
2254
2255         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2256         target here, because we don't know the Gnus name of the group.
2257
2258         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2259         for the correct group.
2260
2261         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2262
2263         * gnus.el (gnus): Give a final warning after startup.
2264
2265         * gnus-util.el (gnus-action-message-log): New variable.
2266         (gnus-message): Use it.
2267         (gnus-final-warning): New function.
2268
2269         * nnimap.el (nnimap-open-connection): Record the greeting.
2270         (nnimap): Add greeting.
2271
2272 2010-09-26  Julien Danjou  <julien@danjou.info>
2273
2274         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2275         arguments.
2276         (gnus-html-wash-images): Fix spec computing to include start/end.
2277
2278         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2279
2280 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2281
2282         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2283         deletion.
2284         (nnimap-retrieve-headers): Don't select the group, because that's
2285         already done by nnimap-possibly-change-group.
2286
2287         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2288         (gnus-picon-transform-address): Use it.
2289
2290         * mail-source.el (mail-source-value): Revert previous patch.
2291
2292         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2293         on failure.
2294         (nnimap-open-connection): Look up both virtual and physical server name
2295         credentials.
2296
2297         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2298
2299 2009-02-07  Dave Love  <fx@gnu.org>
2300
2301         * tls.el (open-tls-stream): Don't query killing process.
2302
2303 2009-02-08  Dave Love  <fx@gnu.org>
2304
2305         * gnus-win.el (gnus-window-to-buffer-helper)
2306         (gnus-all-windows-visible-p): Function needn't be a symbol.
2307
2308         * mail-source.el (mail-source-value): Function needn't be a symbol.
2309
2310 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2311
2312         * message.el (message-cite-prefix-regexp): Remove } from the cite
2313         prefix.
2314
2315         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2316         highlight again, so that the highlight is correct.
2317
2318         * gnus-picon.el (gnus-picon): Remove again.
2319         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2320
2321         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2322         doing the header highlightling, so that the background colour of the
2323         picon is correct.
2324
2325         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2326         (gnus-picon): Ditto.
2327         (gnus-picon): Reinstate.  The background colour for picons is white.
2328         (gnus-picon-insert-glyph): Make the background white.
2329
2330         * nnml.el (nnml-open-nov): Don't return dead buffers.
2331
2332         * auth-source.el (auth-source-create): Query the user for whether to
2333         store the credentials.
2334
2335         * netrc.el (netrc-store-data): New function.
2336
2337         * auth-source.el (auth-source-user-or-password): Use the existing auth
2338         sources, if any, for creation.
2339
2340         * gnus.el (gnus-group-fast-parameter): Return the last matching
2341         parameter instead of the first matching parameter.
2342
2343 2010-09-26  Julien Danjou  <julien@danjou.info>
2344
2345         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2346
2347 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2348
2349         * mml2015.el (mml2015-use): Remove gpg support.
2350
2351         * mml1991.el (mml1991-function-alist): Remove gpg function.
2352         (mml1991-gpg-sign): Remove.
2353
2354 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2355
2356         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2357         (gnus-browse-unsubscribe-current-group): Document it.
2358         (gnus-browse-unsubscribe-group): Use it.
2359
2360 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2361
2362         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2363         address to the To list for easier response.
2364
2365         * gnus.el (gnus-play-startup-jingle): Remove.
2366         (gnus-splash): Don't play jingle.
2367         (gnus): Silence gnus-load message.
2368
2369         * gnus-art.el (gnus-treat-play-sounds): Remove.
2370
2371         * gnus.el (gnus-play-jingle): Remove audio support.
2372
2373         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2374
2375         * earcon.el: Remove -- no users.
2376
2377         * gnus-audio.el: Remove -- no users of this package.
2378
2379         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2380
2381         * gnus-start.el (gnus-setup-news): Remove nocem support.
2382
2383         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2384
2385         * gnus.el (gnus-use-nocem): Remove.
2386
2387         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2388         Remove.
2389
2390         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2391         uses NoCeM any more.
2392
2393         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2394         (gnus-button-ctan-handler): Ditto.
2395         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2396         (gnus-button-ctan-directory-regexp): Ditto.
2397         (gnus-button-handle-ctan): Ditto.
2398         (gnus-button-tex-level): Ditto.
2399         (gnus-button-alist): Remove CTAN stuff.
2400
2401 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2402
2403         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2404         nnimap-streaming test.
2405
2406         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2407         servers twice.
2408
2409         * nnimap.el (nnimap-open-connection): Add more error reporting when
2410         nnimap fails early.
2411
2412         * nnheader.el (nnheader-get-report-string): New function.
2413         (nnheader-get-report): Use it.
2414
2415         * gnus-int.el (gnus-check-server): Say what the error was when opening
2416         failed.
2417
2418         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2419         using streaming.
2420
2421 2010-09-25  Julien Danjou  <julien@danjou.info>
2422
2423         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2424         gnus-window-inside-pixel-edges.
2425
2426 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2427
2428         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2429
2430         * mm-decode.el (mm-save-part): Allow saving to other directories the
2431         normal Emacs way.
2432
2433         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2434         Suggested by Jay Berkenbilt.
2435
2436         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2437         there isn't a single byte.
2438
2439         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2440         just do it.  It doesn't really seem to matter what the user responds
2441         here, I think, so it's just a confusing question.
2442
2443         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2444         non-streaming case.
2445
2446         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2447         (gnus-article-encrypt-body): Use it.
2448
2449         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2450         keystroke.
2451
2452         * nnimap.el (nnimap-find-wanted-parts-1):
2453         Use gnus-fetch-partial-articles.
2454
2455         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2456
2457         * nnimap.el (nnimap-insert-partial-structure): New function.
2458         (nnimap-get-partial-article): New function.
2459         (nnimap-request-article): Use it.
2460         (nnimap-wait-for-response): Return whether the wait was successful.
2461         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2462         retrieval wasn't successful.
2463         (nnimap-retrieve-group-data-early): Allow throttling servers.
2464         (nnimap-streaming): New variable.
2465         (nnimap-fetch-partial-articles): Remove.
2466
2467         * mm-decode.el (mm-with-part): Protect against killed buffers.
2468
2469         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2470         for prettier summary display.
2471
2472 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2473
2474         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2475
2476 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2477
2478         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2479         apparently third-party libraries depend on it.
2480
2481         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2482         before starting negotiation.
2483
2484         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2485         privacy reasons.
2486         (gnus-treat-mail-gravatar): Ditto.
2487
2488         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2489         buffer when inserting images.  Inserting text into the headers, for
2490         instance, can make them invalid.
2491
2492 2010-09-25  Julien Danjou  <julien@danjou.info>
2493
2494         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2495         variables.
2496
2497         * nnheader.el: Remove useless variables news-reply-yank-from and
2498         news-reply-yank-message-id.
2499
2500         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2501         variables.
2502
2503         * mml1991.el: Remove useless mml1991-verbose.
2504
2505         * gnus.el: Remove useless variable gnus-use-generic-from.
2506         Remove obsolete variable gnus-topic-indentation.
2507
2508         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2509
2510         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2511
2512         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2513
2514         * gnus-group.el: Remove useless gnus-group-icon-cache.
2515         Remove useless gnus-ephemeral-group-server.
2516
2517         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2518
2519         * mml2015.el: Remove useless mml2015-verbose.
2520
2521         * mml-smime.el: Remove useless mml-smime-verbose.
2522
2523         * gnus.el: Remove useless gnus-local-domain.
2524
2525         * gnus-gravatar.el (gnus-gravatar-transform-address):
2526         Use gnus-gravatar-size.
2527
2528         * gnus-art.el: Remove useless gnus-treat-translate.
2529
2530 2010-09-24  Julien Danjou  <julien@danjou.info>
2531
2532         * gnus-sum.el: Add support for Gravatars.
2533
2534         * gnus-art.el: Add support for Gravatars.
2535
2536         * gnus-gravatar.el: Add this file.
2537
2538         * gravatar.el: Add this file.
2539
2540 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2541
2542         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2543
2544         * gnus-group.el (gnus-group-fetch-faq): Remove.
2545
2546         * gnus.el (gnus-group-faq-directory): Remove.
2547
2548         * gnus-group.el (gnus-group-fetch-charter): Remove.
2549
2550         * gnus.el (gnus-group-charter-alist): Remove.
2551
2552         * gnus-group.el (gnus-group-archive-directory): Remove.
2553         (gnus-group-recent-archive-directory): Ditto.
2554         (gnus-group-make-archive-group): Remove.
2555
2556         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2557
2558         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2559         use the same article number for all the cached articles.
2560
2561         * nnimap.el (nnimap-command): Register the last command time so
2562         that we can use it for idling NOOPs.
2563         (nnimap-open-connection): Start the keeplive timer.
2564         (nnimap-make-process-buffer): Store all the process buffers.
2565         (nnimap-keepalive): New function.
2566
2567         * starttls.el (starttls-open-stream): Add autoload cookie.
2568
2569 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2570
2571         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2572         handling.
2573
2574 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575
2576         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2577         its data structures.
2578
2579         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2580         instead of the cl.el copy-list.
2581         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2582         equalp.
2583
2584 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2585
2586         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2587         and tool-bar-local-item-from-menu.
2588
2589         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2590         mode-line-highlight face for Emacs.
2591
2592         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2593         loading gnus-sum.elc; fix comment for canlock-verify.
2594         (gnus-article-jump-to-part): Use read-number.
2595         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2596         Remove Emacs pre-21 compatible code for help-echo.
2597         (gnus-article-next-page-1): No need to adjust the number of lines.
2598         (gnus-article-describe-bindings): Always use help-buffer.
2599
2600         * gnus-audio.el (gnus-audio-inline-sound)
2601         * gnus-cus.el (gnus-custom-mode)
2602         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2603
2604         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2605
2606         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2607         compatible code.
2608
2609 2010-09-24  Glenn Morris  <rgm@gnu.org>
2610
2611         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2612         visiting the fcc file in rmail-mode.
2613
2614         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2615
2616 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2617
2618         * nnir.el: Silence the byte compiler.
2619
2620         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2621         alias to browse-url-url-encode-chars if any.
2622         (gnus-html-encode-url): Use it.
2623
2624 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2625
2626         * gnus-start.el (gnus-use-backend-marks): New variable.
2627         (gnus-get-unread-articles-in-group): Use it.
2628
2629         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2630         makeover.
2631
2632 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2633
2634         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2635
2636 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637
2638         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2639         Remove.
2640         (gnus-setup-news-hook):
2641         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2642
2643         * gnus-int.el (gnus-request-update-info): Protect against backends not
2644         having the function.
2645
2646         * nnimap.el (nnimap-stream): Mention starttls.
2647         (nnimap-open-connection): Add starttls support.
2648
2649 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2650
2651         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2652
2653 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2654
2655         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2656         BODYSTRUCTUREs.
2657         (nnimap-transform-headers): Unfold quoted {42} headers.
2658
2659         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2660         the info.
2661         (gnus-get-unread-articles): Only call updatep on backends that support
2662         it.
2663
2664         * nnweb.el (nnweb-request-update-info): NOOP.
2665
2666         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2667
2668         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2669         since it only deals with marks.
2670
2671         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2672         gnus-request-marks, and make a new gnus-request-update-info.
2673
2674         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2675         the active instead of the high number, which is usually too low.
2676
2677 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2678
2679         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2680         * encrypt.el: Remove.
2681
2682 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2683
2684         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2685         server in symbolic form.
2686
2687         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2688
2689 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2690
2691         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2692         (nnimap-update-info): Fix up code slightly.
2693
2694         * gnus-int.el (gnus-open-server): Add tracing for performance
2695         debugging.
2696
2697         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2698         (gnus-group-insert-group-line): Pass the real group name so that it
2699         gets the right data.
2700
2701         * gnus-start.el (gnus-get-unread-articles): Don't have
2702         `gnus-get-unread-articles-in-group' update info, since that can be
2703         really slow and doesn't seem to be needed?
2704
2705 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2706
2707         * time-date.el (date-to-time): Try using parse-time-string first before
2708         using the slower timezone-make-date-arpa-standard.
2709
2710 2010-09-22  Julien Danjou  <julien@danjou.info>
2711
2712         * gnus-group.el (gnus-group-insert-group-line):
2713         Call gnus-group-highlight-line.
2714         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2715         default hook list.
2716         (gnus-group-update-eval-form): Add new function.
2717         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2718         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2719
2720 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721
2722         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2723         immediate, then expire all articles.
2724         (nnimap-update-info): Fix off-by-one errors.
2725         (nnimap-flags-to-marks): Would return no marks lists for group with no
2726         flags.  Instead return the other data.
2727
2728 2010-09-22  Julien Danjou  <julien@danjou.info>
2729
2730         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2731         Only return an icon.
2732         (gnus-group-insert-group-line): Compute icon to return.
2733
2734         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2735         (gnus-html-image-fetched): Only cache if
2736         gnus-html-image-automatic-caching is set.
2737         (gnus-html-image-fetched): Check for errors.
2738
2739 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2740
2741         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2742         once per method on `g'.  This ensures that backends like nnfolder don't
2743         open all their folders.
2744
2745         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2746         (nnimap-request-list): Nix out group in the correct buffer.
2747         (nnimap-parse-flags): Implement by using `read' instead of
2748         hand-parsing.
2749         (nnimap-flags-to-marks): Pass on permanent-flags.
2750         (nnimap-make-process-buffer): Record the server name.
2751         (nnimap-parse-flags): Fix typo.
2752         (nnimap-request-scan): Run split on the server in general, not just a
2753         single group.
2754
2755         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2756         parameter, and propagate this downwards.
2757
2758         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2759         since EXAMINE changes it on the server.
2760
2761         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2762         this command might take a while.
2763
2764 2010-09-22  Julien Danjou  <julien@danjou.info>
2765
2766         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2767         harmful if you have 2 images side-by-side, they can't be properly
2768         update on text deletion.  Using text-property is safer here.
2769         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2770         data.
2771
2772 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2773
2774         * nnimap.el (nnimap-expunge-inbox): Remove.
2775         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2776         (nnimap-expunge): Flip default to t.
2777
2778         * gnus.el (gnus-method-to-server): Don't push things to the cache
2779         unless it's unique.
2780         (gnus-server-to-method): Ditto.
2781
2782 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2783
2784         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2785
2786 2010-09-22  Julien Danjou  <julien@danjou.info>
2787
2788         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2789         get the start of data.
2790         (gnus-html-encode-url): Add this function to encode special chars in
2791         URL.
2792         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2793         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2794
2795         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2796         default.
2797         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2798
2799         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2800         images alt-text.
2801         (gnus-html-put-image): Put alt-text as help-echo.
2802
2803 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2804
2805         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2806         * mm-util.el (mm-decompress-buffer)
2807         * nnir.el (nnir-run-find-grep)
2808         * pop3.el (pop3-list): Use 3rd arg of split-string.
2809
2810         * time-date.el (format-seconds): Comment fix.
2811
2812         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2813         and byte-optimize-form-code-walker.
2814         (dgnushack-make-auto-load): Don't advise make-autoload.
2815
2816         * lpath.el: Remove Emacs 21 stuff.
2817
2818 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2819
2820         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2821         outside the active range.  Suggested by Dan Christensen.
2822
2823         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2824         slightly later to avoid double-getting it.
2825
2826         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2827         previous patch.
2828
2829         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2830
2831 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2832
2833         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2834
2835 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836
2837         * gnus-int.el (gnus-open-server): Give a better error message in the
2838         "go offline" case.
2839
2840         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2841         marks for nnimap, which is seldom the right thing to do.
2842
2843         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2844         (gnus-same-method-different-name): New function.
2845
2846         * nnimap.el (parse-time): Require.
2847
2848         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2849         method in the presence of many similar methods.
2850
2851         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2852
2853         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2854         nnml-inhibit-expiry.
2855
2856         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2857         find out whether methods are equal.
2858
2859         * nnimap.el (nnimap-find-expired-articles): New function.
2860         (nnimap-process-expiry-targets): New function.
2861         (nnimap-request-move-article): Request the article before looking at
2862         what the Message-ID is.  Fix found by Andrew Cohen.
2863         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2864
2865         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2866         for oldness in addition to being a predicate.
2867
2868         * nnimap.el (nnimap-request-group): When we have zero articles, return
2869         the right data to Gnus.
2870         (nnimap-request-expire-articles): Only delete articles immediately if
2871         the target is 'delete.
2872
2873         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2874         method, this would bug out.
2875
2876         * gnus-group.el (gnus-group-expunge-group): Rename from
2877         gnus-group-nnimap-expunge, and implemented as a normal interface
2878         function.
2879
2880         * gnus-int.el (gnus-request-expunge-group): New function.
2881
2882         * nnimap.el (nnimap-request-create-group): Implement.
2883         (nnimap-request-expunge-group): New function.
2884
2885 2010-09-21  Julien Danjou  <julien@danjou.info>
2886
2887         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2888         (gnus-html-cache-expired): Add new function.
2889         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2890         wethever we should display image for fetch it.
2891         Compute alt-text earlier to pass it to the fetching function too.
2892         (gnus-html-schedule-image-fetching): Change function argument to only
2893         get one image at a time, not a list.
2894         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2895         cache.
2896         (gnus-html-get-image-data): New function to retrieve image data from
2897         cache.
2898         (gnus-html-put-image): Change buffer argument to use image data rather
2899         than file, and place image above region rather than inserting a new
2900         one.  Do not take alt-text as argument, since it's useless now: we place
2901         the image above alt-text.
2902         (gnus-html-prune-cache): Remove.
2903         (gnus-html-show-images): Start to fetch image when we find one, do not
2904         push into a temporary list.
2905         (gnus-html-prefetch-images): Only fetch image if they have expired.
2906         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2907         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2908
2909 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2910
2911         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2912
2913 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914
2915         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2916         spec inser "*" if the group isn't active instead of 0.
2917
2918         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2919         opening the server.
2920         (nnimap-request-delete-group): Implement group deletion.
2921         (nnimap-transform-headers): Return the size of the entire message in
2922         the Bytes header, not just the size of the first part.
2923         (nnimap-request-move-article): When moving an article from nnimap,
2924         request the article first so the accepting form has an article to
2925         accept.  Reported by Dan Christensen.
2926         (nnimap-command): Make sure that the error message doesn't error out.
2927
2928 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2929
2930         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2931         we haven't requested anything.
2932
2933 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2934
2935         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2936         "".  Fix found by Andrew Cohen.
2937
2938         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2939         instead of -encode-string.
2940
2941 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2944
2945         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2946         by mm-subst-char-in-string.
2947
2948 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2949
2950         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2951         waiting for the connection string.
2952
2953         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2954         arriving.
2955
2956         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2957         bogus characters.  This allows selecting certain Gmail groups.
2958
2959         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2960         (nnimap-fetch-partial-articles): New variable.
2961         (nnimap-open-connection): When looking for credentials, also use the
2962         nnimap-server-port.
2963         (nnimap-request-article): Return the group/article number, so that Gnus
2964         `^' works as expected.
2965         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2966
2967         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2968         comments.
2969         (gnus-methods-sloppily-equal): New function.
2970         (gnus): When using the development version of Gnus, load the gnus-load
2971         file.
2972
2973         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2974         `gnus-open-server' on each method before trying to scan them etc.
2975         This ensures that all the backend parameters are set correctly.
2976
2977         * nnimap.el (nnimap-authenticator): New variable.
2978         (nnimap-open-connection): Allow anonymous login.
2979         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2980         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2981
2982         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2983         patch, found by Knut Anders Hatlen.
2984
2985 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2986
2987         * gnus-agent.el (gnus-agent-batch-confirmation)
2988         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2989         to gnus-message.
2990         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2991         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2992         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2993         * gnus-int.el (gnus-open-server): Likewise.
2994         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2995         (gnus-score-check-syntax): Likewise.
2996         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2997         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2998         Likewise.
2999         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
3000
3001 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3002
3003         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
3004         calling conventions so that prefetch doesn't bug out.
3005
3006 2010-09-19  Julien Danjou  <julien@danjou.info>
3007
3008         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
3009         rather than `subst-char-in-region' in order to be able to replace ASCII
3010         char by UTF-8 ones.
3011
3012         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3013         than curl.
3014         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3015         the right URL and ALT text on images.
3016         (gnus-html-wash-tags): Fix tag case.
3017         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3018         (gnus-article-html): Add -o display_ins_del=2 option.
3019         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3020
3021 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3024         the extra mail headers, which sometimes seem to happen for unknown
3025         reasons.
3026
3027         * mail-parse.el (mail-header-encode-parameter): Define as
3028         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3029         (or most, perhaps?) mail readers don't understand the latter, but do
3030         understand the former.
3031
3032         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3033         to nil, so that no methods are automatically agentized.  I think this
3034         is probably what most users want.
3035
3036         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3037         from url-retrieve, for instance about invalid URLs.
3038
3039         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3040         groups that have no articles.
3041         (nnimap-request-article): Check that we really got an article when we
3042         requested one.
3043
3044         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3045         doesn't exist.
3046
3047         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3048         nntp buffer so the agent can save it.
3049         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3050         that CRLF doesn't get translated to \n.
3051         (nnimap-open-connection): Don't make 'shell commands only send \n.
3052
3053 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3054
3055         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3056         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3057         Update var name.
3058         (nnml-generate-nov-file): Use dolist.
3059         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3060         Use with-current-buffer.
3061
3062 2010-09-18  Julien Danjou  <julien@danjou.info>
3063
3064         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3065         parallel.
3066
3067 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3068
3069         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3070         the range update right.
3071         (nnimap-request-group): Don't make `M-g' bug out on group with no
3072         marks.
3073         (nnoo): Require, so that other packages can require nnimap.
3074         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3075         command we're looking for.  This helps when the server sends more
3076         responses after we've gotten everything we expected.
3077         (nnimap): Add a `newlinep' field to keep track of end-of-line
3078         conventions.
3079         Don't send CRLF to things that don't want it.
3080         (nnimap-request-accept-article): Ditto.
3081
3082 2010-09-18  Julien Danjou  <julien@danjou.info>
3083
3084         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3085         than curl to retrieve images.
3086
3087 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088
3089         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3090         the marks.
3091         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3092         (nnimap-wait-for-connection): New function.
3093         (nnimap-open-connection): If we have PREAUTH, don't query for login
3094         credentials.
3095         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3096         when doing a partial update.
3097
3098 2010-09-18  Julien Danjou  <julien@danjou.info>
3099
3100         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3101         tags.
3102
3103 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104
3105         * nnimap.el (nnimap-credentials): New function.
3106         (nnimap-open-connection): Use the new function to look for credentials
3107         also on the numeric equivalents of "imap" and "imaps".
3108
3109         * gnus-start.el (gnus-activate-group): Send the info to
3110         gnus-request-group.
3111
3112         * nnimap.el (nnimap-request-group): Have the "check" version of the
3113         function parse flags and update the info, so that a `M-g' get a total
3114         resync of all flags from the group.
3115
3116         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3117         to allow backends to alter the info on group selection.  Also alter all
3118         the backend -request-group functions to take the parameter.
3119
3120         * nnimap.el (nnimap-store-info): New function.
3121         (nnimap-update-info): Store the info for later usage.
3122         (nnimap-request-group): Use the stored info for the dont-check case, so
3123         that we don't retrieve all marks when we enter a group.
3124
3125         * nnimap.el: Use deffoo instead of defun for interface functions.
3126
3127         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3128         update the group info.  This makes the nndraft groups, for instance, go
3129         back to their old behaviour.
3130
3131         * gnus-sum.el (gnus-select-newsgroup): Indent.
3132
3133         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3134         in.
3135         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3136         nothing.
3137
3138         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3139         from methods that are denied.
3140
3141         * gnus-int.el (gnus-method-denied-p): New function.
3142
3143         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3144         store the password instead of netrc.
3145         (nnimap-open-connection): Don't error out when we can't make a
3146         connections.
3147
3148         * auth-source.el (auth-source-create): In the password prompt, say what
3149         we're querying for.  Also prompt for user name if that hasn't been
3150         given.
3151
3152         * nnimap.el (nnimap-with-process-buffer): Remove.
3153
3154 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3157         method when we're reading from the agent.
3158
3159         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3160
3161         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3162         that's probably most useful for users.
3163
3164         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3165         "failed" all the time.
3166
3167         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3168         ...)) with (with-current-buffer ... ).
3169
3170         * nntp.el (nntp-open-server): Return whether the open was successful or
3171         not.
3172
3173         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3174         select an unread unseen article first.
3175
3176         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3177         /etc/services, supply some sensible port defaults.
3178
3179         * dgnushack.el: Define netrc-credentials.
3180
3181 2010-09-17  Julien Danjou  <julien@danjou.info>
3182
3183         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3184
3185 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3186
3187         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3188         doesn't have any parameters.
3189
3190 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3193         only upcased checks.
3194
3195         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3196
3197         * nnimap.el (nnimap-open-shell-stream): New function.
3198         (nnimap-open-connection): Use it.
3199         (nnimap-transform-headers): Get the number of lines in each message.
3200         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3201         number of lines.
3202         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3203         problem.
3204
3205         * utf7.el (utf7-encode): Autoload.
3206
3207         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3208         to allow the mail splitting to not return a default group.  This is
3209         useful for nnimap, which will leave unmatched mail in the inbox.
3210
3211         * nnimap.el: Rewritten.
3212
3213         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3214         nnimap usage.
3215
3216         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3217         if the move is internal, so that nnimap can do fast internal moves.
3218
3219         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3220         data.
3221         (gnus-read-active-for-groups): Support finishing the early retrieval of
3222         data.
3223
3224         * gnus-range.el (gnus-range-nconcat): New function.
3225
3226         * gnus-int.el (gnus-finish-retrieve-group-infos)
3227         (gnus-retrieve-group-data-early): New functions.
3228
3229 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3230
3231         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3232         (nnrss-retrieve-groups):
3233         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3234         (pop3-quit): Use with-current-buffer.
3235
3236 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3239         instead of nnheader-accept-process-output.
3240
3241         * dgnushack.el (dgnushack-compile): Add comment.
3242
3243         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3244
3245         * gnus-html.el (gnus-html-schedule-image-fetching)
3246         (gnus-html-prefetch-images): Replace process-kill-without-query by
3247         gnus-set-process-query-on-exit-flag.
3248
3249 2010-09-16  Romain Francoise  <romain@orebokech.com>
3250
3251         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3252
3253 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3254
3255         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3256         parameter to unintern is mandatory-ish in Emacs 24.
3257
3258         * gnus-html.el (gnus-html-schedule-image-fetching)
3259         (gnus-html-prefetch-images): Check for curl before using it.
3260
3261         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3262         depend on curl, which isn't essential.
3263
3264         * imap.el: Revert back to version
3265         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3266         seem problematic.
3267
3268 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3269
3270         * gnus-registry.el (gnus-registry-install-shortcuts):
3271         Explicitly pass `obarray' to `unintern' to avoid a warning.
3272
3273 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3274
3275         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3276         change.
3277
3278         * nnrss.el (nnrss-request-list): Remove this function and related
3279         functions, including the moreover stuff.
3280
3281 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3282
3283         * nnrss.el (nnrss-retrieve-groups): New function.
3284
3285 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3286
3287         * .dir-locals.el: Add no-byte-compile cookie.
3288
3289 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3290
3291         * time-date.el (format-seconds): Comment fix.
3292
3293         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3294         for back end that doesn't support request-scan.
3295
3296 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3297
3298         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3299         then do request scans from the backends.
3300
3301         * netrc.el (netrc-credentials): New conveniency function.
3302
3303         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3304         avoid running a hook per line, since this takes a lot of time,
3305         profiling shows.
3306         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3307         directly if gnus-visual-p is true.
3308
3309 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3310
3311         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3312         groups; replace mapcar with dolist which is a bit faster; pass groups
3313         info to gnus-read-active-file-1.
3314         (gnus-read-active-file-1): Scan only specified groups if the new
3315         optional arg `infos' is given.
3316
3317 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3318
3319         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3320
3321         * pop3.el (pop3-movemail): Remove.
3322         (pop3-streaming-movemail): Rename to pop3-movemail.
3323
3324         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3325         don't restrict end-tag searches to the end of the line.
3326
3327 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3328
3329         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3330         articles of every unchecked group to t, which means unknown since the
3331         server has never been opened.
3332
3333 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3334
3335         * gnus-html.el (gnus-html-show-alt-text): New command.
3336         (gnus-html-browse-image): Ditto.
3337         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3338         to browse the image directly.
3339         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3340         better.
3341
3342         * gnus-async.el (gnus-async-article-callback):
3343         Call `gnus-html-prefetch-images' unconditionally.
3344
3345         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3346         before feeding URLs to curl.
3347
3348 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3349
3350         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3351         internal images as deletable by `W D D'.
3352
3353         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3354         (gnus-async-article-callback): Fix typo.
3355
3356 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357
3358         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3359         current line to work around bugs in the output from w3m.
3360
3361         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3362         for groups that want that.
3363
3364         * nntp.el (nntp-wait-for-string): Supply a timeout for
3365         accept-process-output to ensure progress.
3366
3367         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3368         level to get unread articles from, then use that for foreign groups,
3369         too.
3370
3371         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3372         confuses the rest of the function.
3373
3374         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3375         for the methods that support -retrieve-groups, too.
3376
3377         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3378
3379 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3380
3381         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3382         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3383
3384         * pop3.el: Require cl when compiling.
3385         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3386
3387 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388
3389         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3390         that aren't going to be activated.
3391         (gnus-get-unread-articles): Fix up the last commit.
3392
3393         * gnus-html.el (gnus-article-html): Allow calling without specifying
3394         the handle.  In that case, dissect the buffer first.
3395
3396         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3397
3398         * nnimap.el (nnimap-open-connection): Revert the change that would look
3399         into authinfo for imaps instead of imap.
3400
3401         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3402         say that you don't want to call gnus-request-group with don-check, but
3403         do check the reponse.  This is for virtual groups only.
3404         (gnus-get-unread-articles): Count the archive groups as secondary, so
3405         that they're activated the same way as before.
3406
3407         * imap.el (imap-message-map): Removed optional buffer parameter, since
3408         no callers use it.
3409         (imap-message-get): Ditto.
3410         (imap-message-put): Ditto.
3411         (imap-mailbox-map): Ditto.
3412         (imap-mailbox-put): Ditto.
3413         (imap-mailbox-get): Ditto.
3414         (imap-mailbox-get): Revert last change for this function.
3415
3416         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3417         case-insensitively.
3418         (nnimap-debug): Remove.
3419
3420         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3421         to use `imap-fetch' instead.  According to the comments, this should be
3422         safe, since all other IMAP clients use the 1:* syntax.
3423         (imap-enable-exchange-bug-workaround): Removed.
3424         (imap-debug): Removed -- doesn't seem very useful.
3425
3426         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3427         mail from a file, and the file doesn't exist.
3428
3429         * imap.el (imap-log): New convenience function used throughout instead
3430         of repeating the same code all over the place.
3431
3432         * pop3.el (pop3-streaming-movemail): Return t for success.
3433
3434         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3435         .authinfo if we're using ssl connection.
3436
3437         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3438         already have if we're in a main Gnus `g' run.
3439
3440         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3441
3442 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3443
3444         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3445
3446         * nnmh.el (nnmh-request-list-1): Bind `file'.
3447
3448         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3449         alias to set-process-query-on-exit-flag or process-kill-without-query.
3450         (pop3-open-server): Use it.
3451
3452 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3455         box to the Incoming file.  Fixes mistake in previous checkin.
3456
3457         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3458         request loop (for debugging purposes) removed.
3459
3460         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3461         culprit is more visible.
3462         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3463         (nnml-add-incremental-nov): New functions to do "incremental" nov
3464         updates, where we just append to the end of the existing nov files
3465         without reading/writing them in full.
3466
3467         * mail-source.el (mail-source-delete-crash-box): Really only check the
3468         incoming files once in a while.
3469
3470         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3471
3472         * mail-source.el (mail-source-delete-crash-box): Only check the
3473         incoming files for deletion once per day to save a lot of file
3474         accesses.
3475
3476         * pop3.el (pop3-logon): Fix up unbound variable typo.
3477
3478         * mail-source.el (pop3-streaming-movemail): Autoload.
3479
3480         * pop3.el (pop3-streaming-movemail):
3481         Respect pop3-leave-mail-on-server.
3482
3483         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3484         retrieval.
3485
3486         * pop3.el (pop3-process-filter): Remove unused function.
3487         (pop3-streaming-movemail, pop3-send-streaming-command)
3488         (pop3-wait-for-messages, pop3-write-to-file)
3489         (pop3-number-of-responses): New functions for streaming pop3
3490         retrieval.
3491
3492         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3493         come from no known methods.
3494         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3495         list.
3496
3497         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3498         message sizes.
3499         (pop3-movemail): Use erase-buffer instead of looping and deleting
3500         regions, which seems rather odd.
3501
3502         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3503         file once per `g' run.
3504
3505         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3506         directories.  This makes the draft queue directory work.
3507
3508         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3509         data from the backends, so that we only request the list of groups from
3510         each method once.  This should speed things up considerably.
3511
3512         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3513         detect that it's not implemented.
3514
3515         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3516         we actually do recurse down into the tree, but don't stat all leaf
3517         nodes.
3518
3519         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3520         then say so instead of bugging out.
3521
3522         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3523         files exist before trying to read them.
3524
3525         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3526         around <pre_int>.
3527
3528         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3529
3530         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3531
3532 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533
3534         * mm-util.el (mm-image-load-path): Just return the image directories,
3535         not all directories in the path in addition to the image directories.
3536         (mm-image-load-path): Maintain a cache of the image directories so that
3537         the `g' command in Gnus doesn't have to stat dozens of directories each
3538         time.
3539
3540         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3541         (gnus-html-wash-tags): Add a new `i' command to insert images.
3542         (gnus-html-insert-image): New command and keystroke.
3543         (gnus-html-redisplay-with-images): New command and keystroke.
3544         (gnus-html-show-images): Rename command.
3545         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3546         spacers.
3547         (gnus-html-wash-tags): Decode entities at the end, so that entities
3548         inside the tags don't mess up the rest of the "parsing".
3549
3550         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3551         so that nnimap methods aren't agentized by default.  There's apparently
3552         many problems related to agent/imap behaviour.
3553
3554         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3555
3556         * gnus-html.el: Doc fix.
3557
3558 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3559
3560         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3561         specifier-spec-list for Emacs 21.
3562
3563         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3564         glyph-width and glyph-height instead of display-graphic-p and
3565         image-size; make avoidance of displaying small images work for XEmacs.
3566
3567         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3568         for XEmacs.
3569
3570         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3571         of symbol that holds plist data.
3572         (gnus-process-plist): Remove plist of process after getting it.
3573
3574 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * message.el (message-generate-hashcash): Change default to
3577         'opportunistic if hashcash is installed.
3578
3579         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3580         (gnus-html-put-image): Only call image-size once, since it's somewhat
3581         time-consuming on remote X servers.
3582
3583 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3584
3585         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3586         type on data, not a file name.
3587
3588         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3589         window-pixel-edges for Emacs 21.
3590
3591         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3592         decoded contents.
3593         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3594
3595 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3596
3597         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3598         group line format, since it isn't very interesting.
3599
3600         * gnus-agent.el (gnus-agent-short-article),
3601         (gnus-agent-long-article): Increase values for these two variables,
3602         since most people are likely to have more network connection and
3603         storage than before.
3604
3605         * gnus.el (gnus-refer-article-method): Change default to 'current.
3606         When referring an article, the common behaviour is to refer it from the
3607         current select method, not the native select method.  The chances of
3608         the native select method having the message in question is rather slim
3609         these days.
3610
3611         * gnus-sum.el (gnus-auto-select-subject): Change default to
3612         `unseen-or-unread'.  I think it's likely that most people want to
3613         select an unseen article over a previously seen, but unread one.
3614
3615         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3616         means that in the article buffer none of the minor mode elements will
3617         be shown, usually, and this is not desirable in most cases.
3618
3619         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3620         that commands like `d' (and the like) go to the next line in the
3621         buffer, instead of the next unread article.  I think this is the
3622         behaviour that is most natural for most users.
3623         (gnus-single-article-buffer): Change default to nil, so that people can
3624         have as many article buffers open as they have summary buffer.  I think
3625         this is the most natural way for the groups to behave.
3626
3627         * message.el (message-generate-new-buffers): Change default to
3628         `unsent', so that all new message buffers start their names with the
3629         string "*unsent", and it's easier to find the buffers if you move from
3630         them.
3631
3632 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3633
3634         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3635         small.  They're probably tracking images.
3636         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3637         (gnus-html-rescale-image): Yet another try at getting the image sizing
3638         right.
3639
3640         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3641         nntp-marks-file-name is nil.
3642
3643 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3644
3645         * gnus-html.el (gnus-html-wash-tags)
3646         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3647         Better logging.
3648
3649 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3650
3651         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3652
3653         * gnus-html.el (gnus-html-wash-tags): Check the value of
3654         gnus-blocked-images in the summary buffer.
3655
3656 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3657
3658         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3659
3660 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3663         like "a", it seems like.
3664         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3665         since it needs to be picked from the correct buffer.
3666
3667         * nnwfm.el: Remove.
3668
3669         * nnlistserv.el: Remove.
3670
3671 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3672
3673         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3674         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3675
3676 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3677
3678         * nnkiboze.el: Remove.
3679
3680         * nndb.el: Remove.
3681
3682         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3683         alt text.
3684         (gnus-html-rescale-image): Try to get the rescaling logic right for
3685         images that are just wide and not tall.
3686
3687         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3688         overshadow variable bindings.
3689
3690 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3691
3692         * gnus-html.el (gnus-html-wash-tags)
3693         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3694         Add extra logging.
3695
3696 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3697
3698         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3699         (gnus-max-image-proportion): New variable.
3700         (gnus-html-rescale-image): New function.
3701         (gnus-html-put-image): Rescale images.
3702
3703 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3704
3705         Fix up some byte-compiler warnings.
3706         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3707         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3708         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3709         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3710         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3711         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3712         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3713
3714 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3715
3716         * gnus-html.el (gnus-article-html): Decode contents by charset.
3717
3718 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3719
3720         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3721         (gnus-html-frame-width, gnus-blocked-images)
3722         * message.el (message-prune-recipient-rules): Add custom version.
3723         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3724
3725         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3726         functions.
3727
3728         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3729         gnus-process-get.
3730
3731 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3732
3733         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3734         instead of lsub directly.
3735
3736 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737
3738         * nnwarchive.el: Remove.
3739
3740         * gnus-soup.el: Remove.
3741
3742         * nnsoup.el: Remove.
3743
3744         * nnultimate.el: Remove.
3745
3746         * gnus-html.el (gnus-blocked-images): New variable.
3747
3748         * message.el (message-prune-recipients): New function.
3749         (message-prune-recipient-rules): New variable.
3750
3751         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3752         guess whether a long line is natural text or not.
3753
3754         * gnus-html.el (gnus-html-schedule-image-fetching):
3755         Use gnus-process-plist and friends for compatibility.
3756
3757 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3758
3759         * gnus-html.el: Require packages that define macros used in this file.
3760         (gnus-article-mouse-face): Declare to silence byte-compiler.
3761         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3762         process-get.
3763         (gnus-html-put-image): Use plist-get to avoid getf.
3764         (gnus-html-prefetch-images): Use with-current-buffer.
3765
3766 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3767
3768         * gnus-ems.el: Provide compatibility functions for
3769         gnus-set-process-plist.
3770
3771         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3772         header-line-format for XEmacs 21.4.
3773
3774         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3775         * gnus.el (gnus-valid-select-methods)
3776         * message.el (message-send-mail-partially-limit)
3777         * mm-decode.el (mm-text-html-renderer)
3778         * mml.el (mml-insert-mime-headers-always)
3779         * smiley.el (smiley-regexp-alist): Bump custom version.
3780
3781 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782
3783         * gnus-html.el: require mm-url.
3784         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3785         with the url to `url'.
3786         (gnus-html-wash-tags): Support cid: URLs/images.
3787
3788 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3789
3790         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3791         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3792         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3793
3794         * gnus-move.el: Remove file, since it doesn't really work.
3795
3796         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3797         UTF-8.  This seems to fix problems with some German web feeds.
3798
3799         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3800         at the top so that the proper colours are applied.
3801
3802         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3803         don't have dots in their names.
3804
3805         * gnus-art.el (gnus-article-view-part): Doc fix.
3806
3807         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3808         XEmacs-compatible.
3809         (gnus-html-put-image): Don't do images on non-graphic displays.
3810
3811         * nnslashdot.el: Remove this unused backend.
3812
3813         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3814         actions.
3815         (gnus-undo-register-1): Revert last change.
3816
3817         * gnus-group.el (gnus-group-completing-read): Protect against not
3818         having completion-styles bound.
3819
3820         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3821         make broken recipients happier.
3822
3823         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3824
3825         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3826         point parameter.
3827
3828         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3829
3830         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3831         completion-styles for group selection.
3832
3833 2009-02-04  Andreas Schwab  <schwab@suse.de>
3834
3835         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3836         headers and regexp-quote the match if necessary.
3837
3838 2009-03-24  Miles Bader  <miles@gnu.org>
3839
3840         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3841         the blinking smiley.
3842
3843 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3844
3845         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3846         blink smiley.
3847
3848 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3849
3850         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3851         where the dribbel file lives exists.
3852
3853         * message.el (message-send-mail-partially-limit): Change the default to
3854         nil, since most people don't want this.
3855
3856         * mm-url.el (mm-url-decode-entities): Also decode entities like
3857         &#x3212.
3858
3859 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3860
3861         * gnus-sum.el (gnus-summary-idna-message):
3862         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3863         Hyperlink urls in docstrings with URL `...'.
3864
3865 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3866
3867         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3868         functions.
3869
3870 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3871
3872         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3873         say what the mouseover text should be.
3874
3875         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3876         version of the mm-w3m-safe-url-regexp variable to only download images
3877         in the groups where we want that to happen.
3878
3879         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3880
3881         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3882         easier debugging.
3883         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3884         big pictures in the article buffer.
3885
3886         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3887         gnus-article-html.
3888         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3889         w3m.
3890
3891         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3892
3893 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894
3895         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3896         which doesn't exist.
3897
3898         * message.el (message-inhibit-ecomplete): New variable to allow some
3899         function to inhibit ecomplete address storage.
3900         (message-resend): Disable ecomplete message storage when resending
3901         messages.
3902
3903         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3904
3905 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3906
3907         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3908         Save excursion while copying, moving, and deleting articles in order to
3909         prevent the cursor from jumping to unforeseen place.
3910
3911 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3912
3913         * lpath.el: No need to bind bookmark-current-buffer,
3914         bookmark-yank-point and bookmark-make-record-function.
3915
3916 2010-08-17  Glenn Morris  <rgm@gnu.org>
3917
3918         * gnus-sync.el: Require gnus components whose functions are used.
3919
3920         * gnus-art.el (bookmark-make-record-function):
3921         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3922         Declare for compiler.
3923
3924         * mm-url.el (mml-compute-boundary): Autoload.
3925
3926 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3929
3930 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         Typo fix "hoo4a" -> "hook".
3933
3934         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3935
3936 2010-08-14  Glenn Morris  <rgm@gnu.org>
3937
3938         * gnus-sync.el (gnus-sync): Fix defgroup version.
3939
3940 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3941
3942         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3943
3944         * gnus-sync.el: Fix docs.
3945         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3946         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3947
3948 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3949
3950         Optimizations for gnus-sync.el.
3951
3952         * gnus-sync.el: Add docs about gnus-sync-backend
3953         possibilities.
3954         (gnus-sync-save): Remove unnecessary message.
3955         (gnus-sync-read): Optimize and show what groups were skipped.
3956
3957 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3958
3959         Minor bug fixes for gnus-sync.el.
3960
3961         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3962         Don't read the sync on get-new-news.
3963
3964         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3965         quiet.
3966
3967         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3968         (fix typo).
3969
3970 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3971
3972         Make saving and restoring of hidden threads work with overlays.
3973         Patch applied by Ted Zlatanov.
3974
3975         * gnus-sum.el (gnus-hidden-threads-configuration)
3976         (gnus-restore-hidden-threads-configuration): Update to deal with text
3977         properties, rather than searching for a magic character.
3978
3979 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3980
3981         New gnus-sync.el library for synchronization of marks.
3982
3983         * gnus-sync.el: New library for synchronization of marks.
3984
3985         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3986         renamed from `gnus-registry-grep-in-list'.
3987
3988         * gnus-registry.el (gnus-registry-follow-group-p):
3989         Use `gnus-grep-in-list'.
3990
3991         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3992
3993 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3994
3995         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3996         determining charset of text fails.
3997
3998 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * nnmail.el (nnmail-get-new-mail-1): Revert.
4001
4002         * nnml.el (nnml-active-number): Make sure names of newly created groups
4003         in nnml-group-alist are encoded.
4004
4005 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4006
4007         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
4008         containing non-ASCII characters in active file for nnml back end.
4009
4010 2010-07-24  David Engster  <dengste@eml.cc>
4011
4012         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4013         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4014
4015 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4016
4017         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4018         tag (Bug#6654).
4019
4020 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4023         the article buffer, not the summary buffer.
4024
4025 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4026
4027         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4028         Emacs 23 as well.
4029
4030 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4031
4032         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4033         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4034
4035 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4036
4037         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4038         Patch applied by Karl Fogel.
4039
4040         * gnus-sum.el (gnus-summary-bookmark-make-record):
4041         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4042
4043 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4044
4045         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4046         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4047         C-w still not working correctly from Article buffers; Thierry's
4048         patch to fix that will be applied after this.
4049
4050         * gnus-art.el (bookmark-make-record-function): New local variable.
4051
4052         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4053         article buffer.
4054         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4055
4056 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4057
4058         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4059         on changes in bookmark.el.
4060
4061 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4062
4063         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4064         `no-log' instead of message not to log prompt string.
4065
4066 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4067
4068         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4069         the *other* type of HTML form submission.
4070
4071 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4072
4073         * auth-source.el (auth-source-pick): If choice does not contain a
4074         questioned keyword, set the check to t.
4075
4076 2010-06-12  Romain Francoise  <romain@orebokech.com>
4077
4078         * gnus-util.el (gnus-date-get-time): Move up before first use.
4079
4080 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4081
4082         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4083         (gnus-article-edit-part): Bind it to make last part that is substituted
4084         or deleted visible.
4085         (gnus-mime-display-single): Buttonize part of which id equals to
4086         gnus-mime-buttonized-part-id.
4087
4088 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4089
4090         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4091         (gnus-dd-mmm): Use gnus-date-get-time.
4092         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4093         simplify logic.
4094         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4095         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4096
4097 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4098
4099         * auth-source.el (top): Autoload `secrets-list-collections',
4100         `secrets-create-item', `secrets-delete-item'.
4101         (auth-sources): Fix tag string.
4102         (auth-get-source, auth-source-retrieve, auth-source-create)
4103         (auth-source-delete): New defuns.
4104         (auth-source-pick): Rewrite in order to avoid 2 passes.
4105         (auth-source-forget-user-or-password): New parameter USERNAME.
4106         (auth-source-user-or-password): New parameters CREATE-MISSING and
4107         DELETE-EXISTING.  Retrieve password interactively, if needed.
4108
4109 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4110
4111         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4112         deleting unused directories when gnus-expert-user is t.
4113
4114 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4117         for each temp file when gnus-article-browse-delete-temp is ask.
4118
4119 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4120
4121         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4122         Lisp calls to delete-backward-char by calls to delete-char.
4123
4124 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4125
4126         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4127
4128 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4129
4130         * password-cache.el (password-cache-remove): Fix docstring.
4131
4132 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4133
4134         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4135         article unless decoding article to be saved.
4136
4137 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4138
4139         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4140         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4141         generated within the mm-with-unibyte-current-buffer macro.
4142
4143 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4146         to nil when we're in a mml-preview buffer and no group is selected.
4147
4148 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4149
4150         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4151         when catching the `C-g'.  Reported by "Leo".
4152
4153 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * message.el (message-forward-make-body-plain)
4156         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4157         multibyte-string-p.
4158
4159         * lpath.el: Revert.
4160
4161 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4162
4163         * message.el (message-forward-make-body-mml): Assume original message
4164         is multibyte string; error on unibyte.
4165         (message-forward-make-body-plain): Ditto; don't add excessive newline
4166         in body end.
4167
4168         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4169
4170 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4171
4172         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4173         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4174
4175 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * mm-extern.el (mm-extern-url): Don't use
4178         mm-with-unibyte-current-buffer.
4179         (mm-extern-cache-contents): Use with-current-buffer instead of
4180         save-excursion + set-buffer.
4181
4182 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * mm-util.el (mm-emacs-mule): Remove.
4185
4186 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4187
4188         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4189         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4190         change.
4191
4192 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4193
4194         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4195         bind the default value of enable-multibyte-characters to nil.
4196
4197 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4198
4199         * message.el (message-forward-make-body-plain)
4200         (message-forward-make-body-mml):
4201         Don't use mm-with-unibyte-current-buffer.
4202
4203 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4204
4205         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4206
4207 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4208
4209         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4210         (Bug#5592).
4211
4212 2010-05-07  Julien Danjou  <julien@danjou.info>
4213
4214         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4215         it to mm-pipe-part.
4216
4217         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4218         it is given.
4219
4220 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4221
4222         * binhex.el (binhex-decode-region-internal)
4223         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4224         (dns-query)
4225         * nnweb.el (nnweb-gmane-search)
4226         * pgg-parse.el (pgg-parse-armor)
4227         * pgg.el (pgg-verify-region)
4228         * sha1.el (sha1-string-external)
4229         * uudecode.el (uudecode-decode-region-internal)
4230         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4231         XEmacs.
4232
4233         * gnus-art.el (gnus-article-browse-html-parts)
4234         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4235         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4236         make-temp-file.
4237
4238         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4239         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4240         compiling.
4241
4242         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4243         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4244         XEmacs when compiling.
4245
4246         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4247         gnus-pick-mode-off-hook for XEmacs when compiling.
4248         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4249         gnus-binary-mode-off-hook for XEmacs when compiling.
4250
4251         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4252         Return nil if char-charset is not available.
4253
4254         * imap.el (imap-disable-multibyte)
4255         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4256         macros.
4257
4258         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4259         instead of encode-coding-string.
4260
4261         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4262         'xemacs) instead of mm-emacs-mule to switch function definitions.
4263         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4264
4265         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4266         bind temporary-file-directory for XEmacs;
4267         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4268         timer-set-function for XEmacs 21.4 and SXEmacs;
4269         bind timer-list for XEmacs 21.4 and SXEmacs;
4270         fbind char-charset and find-charset-region for non-Mule XEmacs;
4271         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4272         encode-coding-region and encode-coding-string for XEmacs having no
4273         file-coding feature.
4274
4275 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4276
4277         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4278
4279 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4280
4281         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4282         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4283
4284 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4285
4286         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4287         alias `jka-compr-delete-temp-file' no longer exists.
4288
4289 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4290
4291         Use define-minor-mode in Gnus where applicable.
4292         * mml.el (mml-mode): Use define-minor-mode.
4293         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4294         (gnus-undo-mode): Use define-minor-mode.
4295         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4296         (gnus-dead-summary-mode): Use define-minor-mode.
4297         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4298         Initialize in declaration.
4299         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4300         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4301         (gnus-mailing-list-mode): Use define-minor-mode.
4302         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4303         (gnus-draft-mode): Use define-minor-mode.
4304         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4305         (gnus-dired-mode): Use define-minor-mode.
4306
4307 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4308
4309         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4310         handles on recursive mml-to-mime translation and check them for
4311         boundary delimiter collisions.  Reported by Greg Troxel.
4312
4313 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4314
4315         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4316
4317 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4318
4319         * mm-util.el (mm-find-buffer-file-coding-system):
4320         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4321
4322 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4323
4324         * message.el (message-generate-headers): Record insertion of optional
4325         headers as well.  Otherwise the check to prevent repeated insertion of
4326         optional headers is a no-op.
4327
4328 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4329
4330         * smime.el: Don't mention CVS.
4331
4332         * nnrss.el (nnrss-fetch): Don't mention CVS.
4333
4334         * nnir.el: Don't mention CVS.
4335
4336 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4337
4338         * gnus-sum.el (gnus-summary-bookmark-make-record):
4339         Add `location' field.
4340
4341 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4342
4343         * lpath.el: Fbind bookmark-default-handler,
4344         bookmark-get-bookmark-record, bookmark-make-record-default,
4345         bookmark-prop-get for Emacs <23 and XEmacs.
4346
4347 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4348
4349         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4350         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4351         Use with-current-buffer to silence the byte-compiler.
4352         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4353         bother to require `gnus'.
4354         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4355
4356 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4357
4358         * gnus-sum.el (gnus-summary-bookmark-make-record)
4359         (gnus-summary-bookmark-jump): New functions.
4360         (gnus-summary-mode): Setup bookmark support.
4361
4362 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4363
4364         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4365         if set.
4366
4367 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4368
4369         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4370         gnus-article-browse-html-save-cid-image; make it work recursively for
4371         forwarded messages as well.
4372         (gnus-article-browse-html-parts): Work when prefix arg is given.
4373         (gnus-article-browse-html-article): Doc fix.
4374
4375 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4376
4377         * message.el (message-default-mail-headers):
4378         (message-default-headers): Carry the value mail-default-headers over
4379         into message-default-mail-headers, rather than message-default-headers.
4380
4381 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4382
4383         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4384         charset.
4385
4386         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4387         charset into the <meta> tag when the article is encoded to utf-8.
4388
4389 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4390
4391         * gnus-art.el (gnus-article-browse-delete-temp-files):
4392         Delete directories as well.
4393         (gnus-article-browse-html-parts): Work for images that do not specify
4394         file names; delete temp directory when quitting; insert header at the
4395         right place; use file: scheme for image files.
4396
4397 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4398
4399         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4400         (gnus-article-browse-html-parts): Use it to make temporary cid image
4401         files in addition to html file so that browser may display them.
4402
4403 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4404
4405         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4406
4407 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4408
4409         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4410
4411 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4412
4413         * auth-source.el (auth-sources): Change default to be simpler.
4414         Explain about Secret Service API sources.  Improve Customize options.
4415         (auth-source-pick): Change to accept any number of search parameters.
4416         Implement fallbacks iteratively, not recursively.  Add scoring on the
4417         second pass and sort by score.  Call Secret Service API when needed.
4418         (auth-source-user-or-password): Use it.  Call Secret Service API
4419         directly when needed to get the user name and the password.
4420
4421 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4422
4423         * message.el (message-interactive): Doc fix.
4424         (message-qmail-inject-args): Reflow.
4425         (message-kill-to-signature): Fix typo in docstring.
4426
4427         * smiley.el (smiley-buffer): Fix typo in docstring.
4428
4429 2010-03-24  Glenn Morris  <rgm@gnu.org>
4430
4431         * mail-source.el (gnus-message): Declare.
4432         (mail-source-delete-old-incoming): Require gnus-util.
4433
4434 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4435
4436         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4437
4438         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4439
4440         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4441         password-cache's default if it is not bound.
4442         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4443         password-cache-expiry's default if it is not bound.
4444
4445         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4446         available in Emacs 21.
4447
4448         * lpath.el: Suppress compiler warnings for:
4449         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4450         XEmacs;
4451         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4452         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4453         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4454
4455 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4456
4457         * auth-source.el (auth-sources): Fix up definition so extra parameters
4458         are always inline.
4459
4460 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4461
4462         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4463         wasn't updated after mismatch.  Clear cached mailbox info correctly
4464         when uidvalidity changes.
4465         (nnimap-group-prefixed-name): New function to avoid some code
4466         duplication.
4467         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4468         (nnimap-request-group): Use it.
4469         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4470         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4471         with many imap folders.  This is done by caching the group status from
4472         the imap server persistently in a group parameter `imap-status'.  (This
4473         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4474         but not persistently, so every Gnus startup was still very slow.)
4475
4476 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4477
4478         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4479         delete the extra newline.  Otherwise editing of :string and :number
4480         types don't work.
4481
4482 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4483
4484         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4485         secrets.el dependency.
4486         (auth-sources): Add optional user name.  Add secrets.el configuration
4487         choice (unused right now).
4488
4489 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4490
4491         * gnus-sum.el (gnus-summary-make-menu-bar):
4492         Let `gnus-registry-install-shortcuts' fill in the functions.
4493
4494         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4495         warnings.
4496         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4497         (gnus-registry-install-shortcuts): Populate and use it in a
4498         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4499
4500 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4501
4502         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4503         In-place substitutions for the group name encoding/decoding.
4504         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4505         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4506         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4507         (nnimap-update-unseen, nnimap-request-list)
4508         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4509         (nnimap-request-set-mark, nnimap-split-to-groups)
4510         (nnimap-split-articles, nnimap-request-newgroups)
4511         (nnimap-request-create-group, nnimap-request-accept-article)
4512         (nnimap-request-delete-group, nnimap-request-rename-group)
4513         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4514         `encoded-mbx' for consistency.
4515         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4516         variable `imap-current-mailbox'.
4517
4518         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4519         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4520
4521 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4522
4523         * pop3.el (pop3-display-message-size-flag): Display message size byte
4524         counts during POP3 download.
4525         (pop3-movemail): Use it.
4526         (pop3-list): Implement listing of available messages.
4527
4528 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4529
4530         * nnir.el (nnir-get-article-nov-override-function): New function to
4531         override the normal NOV retrieval.
4532         (nnir-retrieve-headers): Use it.
4533
4534 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4535
4536         * auth-source.el (netrc-machine-user-or-password): Autoload.
4537
4538 2010-03-19  Glenn Morris  <rgm@gnu.org>
4539
4540         Stop message.el from loading about 40 libraries it doesn't always need.
4541         The general approach is to autoload rather than require, and to
4542         require in the specific functions rather than the file.  (Bug#5642)
4543
4544         * gmm-utils.el: Don't require wid-edit.
4545         (widget-create-child-value, widget-convert, widget-default-get):
4546         Autoload.
4547
4548         * gnus-util.el: Don't require time-date, netrc.
4549         (message-fetch-field, gnus-group-name-decode): Declare rather than
4550         autoloading.
4551         (gnus-fetch-field): Require message.
4552         (gnus-decode-newsgroups): Require gnus-group.
4553
4554         * ietf-drums.el: Don't require time-date.
4555
4556         * message.el: Don't require hashcash, canlock, ecomplete.
4557         Do require mail-utils.  Require nnheader only when compiling.
4558         (smtpmail-default-smtp-server): Remove declaration.
4559         (message-send-mail-function): Check smtpmail-default-smtp-server
4560         is bound rather than requiring smtpmail.
4561         (message-auto-save-directory, message-insert-signature):
4562         Use expand-file-name rather than nnheader-concat.
4563         (nnheader-insert-file-contents): Autoload.
4564         (hashcash-wait-async): Declare.
4565         (message-send-mail): Only call gnus-setup-posting-charset if
4566         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4567         (message-send-mail-with-sendmail): Require sendmail.
4568         (canlock-password, canlock-password-for-verify): Declare.
4569         (message-canlock-password): Require canlock.
4570         (nnheader-get-report): Autoload.
4571         (gnus-setup-posting-charset): Declare.
4572         (message-send-news): Require gnus-msg.
4573         (message-make-references, message-make-in-reply-to): Use mail-header-id
4574         rather than the alias mail-header-message-id.
4575         (ecomplete-add-item, ecomplete-save): Declare.
4576         (message-put-addresses-in-ecomplete): Require ecomplete.
4577         (ecomplete-display-matches): Autoload.
4578
4579         * mm-decode.el: Don't require mailcap, gnus-util.
4580         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4581         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4582         Autoload.
4583         (mailcap-mime-extensions): Declare.
4584
4585         * mm-encode.el: Don't require mailcap.
4586         (mailcap-extension-to-mime): Autoload.
4587
4588         * mml-sec.el: Don't require password-cache.
4589
4590         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4591         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4592         (mml-minibuffer-read-type): Require mailcap.
4593         (mml-preview): Require gnus-msg.
4594
4595         * mml1991.el: Require password-cache.
4596         (password-cache-expiry): Remove declaration.
4597
4598         * mml2015.el: Require password-cache.
4599         (password-cache-expiry): Remove declaration.
4600
4601         * nneething.el (mailcap): Require mailcap.
4602
4603         * nnheader.el (declare-function): Add compatibility stub.
4604         (message-remove-header): Declare rather than autoload.
4605         (nnheader-replace-header): Require message.
4606
4607         * nnimap.el (declare-function): Add compatibility stub.
4608         (netrc-parse, netrc-machine-user-or-password): Declare.
4609         (nnimap-open-connection): Require netrc.
4610
4611         * nntp.el (declare-function): Add compatibility stub.
4612         (netrc-parse, netrc-machine, netrc-get): Declare.
4613         (nntp-send-authinfo): Require netrc.
4614
4615         * rfc2047.el: Don't require qp.
4616         (quoted-printable-encode-region, quoted-printable-decode-string):
4617         Autoload.
4618
4619         * sieve-mode.el: Don't require easymenu.
4620         (easy-menu-add-item): Autoload it.
4621
4622         * spam-stat.el (time-to-number-of-days): Autoload it.
4623
4624 2010-03-19  Glenn Morris  <rgm@gnu.org>
4625
4626         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4627
4628 2010-03-18  Glenn Morris  <rgm@gnu.org>
4629
4630         * hashcash.el (declare-function): Remove duplicate definition.
4631
4632 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4633
4634         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4635         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4636         value if any backslash escapes).
4637
4638 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4639
4640         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4641         if it is available.  (bug#5647)
4642
4643         * lpath.el: Suppress compiler warning for coding-system-from-name for
4644         Emacs 21 and XEmacs.
4645
4646 2010-03-14  Juri Linkov  <juri@jurta.org>
4647
4648         * hmac-def.el:
4649         * hmac-md5.el:
4650         * netrc.el: Fix keywords.
4651
4652 2010-02-26  Glenn Morris  <rgm@gnu.org>
4653
4654         * message.el (message-send-mail-function): Change the default, so that
4655         it inherits from a customized send-mail-function.  (Bug#5643)
4656
4657 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4658
4659         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4660         shell-command-to-string signals an error (bug#5299).
4661
4662 2010-02-24  Glenn Morris  <rgm@gnu.org>
4663
4664         * message.el (message-smtpmail-send-it)
4665         (message-send-mail-with-mailclient): Doc fixes.
4666
4667 2010-02-16  Glenn Morris  <rgm@gnu.org>
4668
4669         * message.el (message-default-mail-headers): Change the default value
4670         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4671
4672 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4673
4674         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4675         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4676
4677 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4678
4679         * time-date.el (date-to-time): Doc fix (Bug#5408).
4680
4681 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4682
4683         * message.el (message-mail): Just pass yank-action on to message-setup.
4684         (message-setup): Handle (FUN . ARGS) form of yank-action.
4685         (message-with-reply-buffer, message-widen-reply)
4686         (message-yank-original): Handle non-buffer values of
4687         message-reply-buffer (Bug#4080).
4688         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4689
4690 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4691
4692         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4693         Fix typo in docstring.
4694
4695 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4696
4697         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4698         response.
4699
4700 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4701
4702         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4703
4704         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4705
4706         * message.el (message-check-news-header-syntax): Protect against a
4707         string that `rfc822-addresses' returns when parsing fails.
4708
4709 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4710
4711         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4712         (gnus-previous-char-property-change): New functions.
4713
4714         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4715
4716 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4717
4718         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4719         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4720
4721 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4722
4723         * message.el (message-exchange-point-and-mark): Rework last change to
4724         avoid using optional arg of exchange-point-and-mark, for backward
4725         compatibility.
4726
4727 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4728
4729         * message.el (message-exchange-point-and-mark):
4730         Call exchange-point-and-mark with an argument rather than setting
4731         mark-active by hand (Bug#5175).
4732
4733 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4734
4735         * nntp.el (nntp-service-to-port): Work for service expressed with
4736         numeric string; replace [:digit:] with [0-9] for XEmacs.
4737
4738 2009-12-17  Glenn Morris  <rgm@gnu.org>
4739
4740         * gnus-group.el (gnus-bug-group-download-format-alist):
4741         Change emacs entry to debbugs.gnu.org.  Bump :version.
4742
4743 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4744
4745         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4746
4747 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4748
4749         * message.el (message-info): Explain why we use `Info-goto-node'.
4750
4751 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4754
4755 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4756
4757         * message.el (message-completion-in-region): New compatibility function.
4758         (message-expand-group): Use it.
4759
4760 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4761
4762         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4763         with no unread article should be listed if the 2nd arg `predicate' is
4764         given.
4765
4766 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4767
4768         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4769
4770 2009-11-29  Juri Linkov  <juri@jurta.org>
4771
4772         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4773         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4774         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4775
4776 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4777
4778         * sha1.el (sha1-string-external): default-directory "/" in case
4779         otherwise non-existent.  process-connection-type pipe for touch of
4780         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4781
4782 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4783
4784         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4785         it's comms related and sgml-mode.el has "comm" on that basis too.
4786
4787 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4788
4789         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4790         containing tspecial characters if they have been already quoted.
4791
4792 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4793
4794         * dns-mode.el (auto-mode-alist): Purecopy string.
4795
4796 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4797
4798         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4799
4800 2009-10-24  Glenn Morris  <rgm@gnu.org>
4801
4802         * gnus-art.el (help-xref-stack-item): Define for compiler.
4803
4804 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4805
4806         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4807
4808 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4809
4810         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4811
4812 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4813
4814         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4815         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4816
4817 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4818
4819         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4820         (gnus-overlays-in): New alias to overlays-in.
4821
4822         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4823         gnus-overlay-get, and gnus-delete-overlay.
4824         (gnus-summary-show-thread): Make it work as well for systems in which
4825         next-single-char-property-change is not available.
4826         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4827
4828         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4829         (gnus-overlay-get): New alias to extent-property.
4830         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4831
4832         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4833         SXEmacs.
4834
4835         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4836         SXEmacs.
4837
4838 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4839
4840         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4841
4842 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4843
4844         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4845         and XEmacs that don't have `remove-overlays'.
4846
4847 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4848
4849         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4850         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4851         selective display.  Use overlays instead.
4852
4853 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4854
4855         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4856
4857 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4858
4859         * spam-stat.el (spam-stat-load): Fix typo in message.
4860
4861 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4862
4863         * dig.el (dig-invoke): Fix typo in docstring.
4864         (query-dig): Reflow docstring.
4865
4866 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4867
4868         * gnus-art.el (gnus-article-encrypt-body):
4869         * message.el (message-check-recipients):
4870         * mm-util.el (mm-codepage-setup):
4871         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4872         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4873
4874 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4875
4876         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4877         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4878         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4879         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4880         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4881
4882 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4883
4884         * dig.el: Add "Keywords: comm", as per net-utils.el.
4885
4886 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4887
4888         * dig.el (dig-mode): Use define-derived-mode.
4889
4890 2009-09-19  Glenn Morris  <rgm@gnu.org>
4891
4892         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4893
4894 2009-09-18  Glenn Morris  <rgm@gnu.org>
4895
4896         * gnus-diary.el (gnus-diary-check-message):
4897         * message.el (message-insert-formatted-citation-line):
4898         * nnbabyl.el (top-level):
4899         * nndiary.el (nndiary-schedule):
4900         Fix typos in condition-case handlers.
4901
4902 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4903
4904         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4905         configuration that provides the sole article window in a frame;
4906         position point correctly after deleting a part.
4907
4908 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4909
4910         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4911         (spam-resolve-registrations-routine): Use it to unregister articles
4912         that change status.
4913
4914 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4915
4916         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4917         with XEmacs.
4918         (parse-time-string-chars): Use it.
4919
4920 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4921
4922         * imap.el (imap-interactive-login): Better messages.
4923         (imap-open): Fix bug with renamed buffer on reconnect.
4924         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4925         for easier debugging and cleaner code.  On successful (guessed based on
4926         server capabilities) secondary authentication, set imap-state
4927         correctly.
4928         (imap-last-authenticator): Define imap-last-authenticator as a variable
4929         to avoid warnings.
4930
4931 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * nnrss.el (nnrss-request-article): Remove binding of
4934         default-enable-multibyte-characters that has gotten needless by
4935         the 2007-07-13 change in rfc2047-encode-message-header.
4936
4937         * mml.el (mml-insert-multipart): Error on the message header.
4938         (mml-insert-part): Error on the message header; position point at
4939         the end of a MIME tag.
4940
4941 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4942
4943         * time-date.el (autoload): Expand define-obsolete-function-alias into
4944         defalias and make-obsolete for old Emacsen that Gnus supports.
4945         (with-no-warnings): Define it for old Emacsen.
4946         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4947         is available.
4948         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4949         float-time is available; suppress compile warning for time-to-seconds.
4950
4951         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4952         (gnus-float-time): Alias to float-time if it exists.
4953
4954         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4955         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4956         float-time is available; suppress compile warning for time-to-seconds.
4957
4958         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4959         XEmacs.
4960
4961 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4962
4963         * imap.el (imap-message-map): Docstring fix.
4964
4965 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4968         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4969         Add the optional argument `encoding' that overrides the default.
4970
4971         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4972         mm-encode-buffer.
4973
4974 2009-09-04  Glenn Morris  <rgm@gnu.org>
4975
4976         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4977         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4978         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4979         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4980         * mm-util.el (mm-with-unibyte-current-buffer)
4981         (mm-find-buffer-file-coding-system):
4982         * yenc.el (yenc-decode-region): Use default-value rather than
4983         default-enable-multibyte-characters.
4984
4985 2009-09-03  Glenn Morris  <rgm@gnu.org>
4986
4987         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4988         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4989         than default-enable-multibyte-characters.
4990
4991 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4992
4993         * gnus-art.el (gnus-article-read-summary-keys):
4994         Fix gnus-buffer-configuration's value temporarily used.
4995
4996 2009-09-02  Glenn Morris  <rgm@gnu.org>
4997
4998         * gnus-util.el (gnus-float-time): New function.
4999         * gnus-delay.el (gnus-delay-article):
5000         * gnus-sum.el (gnus-thread-latest-date):
5001         * gnus-util.el (gnus-user-date): Use gnus-float-time.
5002         * nnspool.el (nnspool-request-newgroups):
5003         Use gnus-float-time rather than time-to-seconds.
5004         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
5005
5006         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
5007         (gnus-header-subject-face, gnus-header-newsgroups-face)
5008         (gnus-header-name-face, gnus-header-content-face):
5009         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5010         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5011         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5012         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5013         (gnus-cite-face-11):
5014         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5015         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5016         (gnus-server-closed-face, gnus-server-denied-face)
5017         (gnus-server-offline-face):
5018         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5019         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5020         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5021         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5022         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5023         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5024         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5025         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5026         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5027         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5028         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5029         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5030         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5031         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5032         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5033         (gnus-summary-high-undownloaded-face)
5034         (gnus-summary-low-undownloaded-face)
5035         (gnus-summary-normal-undownloaded-face)
5036         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5037         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5038         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5039         (gnus-splash-face):
5040         * message.el (message-header-to-face, message-header-cc-face)
5041         (message-header-subject-face, message-header-newsgroups-face)
5042         (message-header-other-face, message-header-name-face)
5043         (message-header-xheader-face, message-separator-face)
5044         (message-cited-text-face, message-mml-face):
5045         * sieve-mode.el (sieve-control-commands-face)
5046         (sieve-action-commands-face, sieve-test-commands-face)
5047         (sieve-tagged-arguments-face):
5048         * spam.el (spam-face):
5049         Mark face aliases with "-face" in the name as obsolete.
5050
5051 2009-09-01  Glenn Morris  <rgm@gnu.org>
5052
5053         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5054         than goto-line.
5055
5056 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5057
5058         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5059         Don't move point if the command is invoked inside the message header.
5060
5061 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5062
5063         * imap.el (imap-send-command): Simplify.
5064         (imap-wait-for-tag): point-max -> buffer-size.
5065
5066 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5067
5068         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5069         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5070         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5071         * nnir.el (nnir-swish-e-index-file):
5072         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5073         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5074         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5075         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5076         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5077         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5078
5079 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5080
5081         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5082         Don't save excursion.
5083
5084 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5085
5086         * nnheader.el (nnheader-find-file-noselect):
5087         * mm-util.el (mm-insert-file-contents):
5088         Use (default-value 'major-mode) instead of default-major-mode.
5089
5090 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5091
5092         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5093
5094 2009-08-26  Glenn Morris  <rgm@gnu.org>
5095
5096         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5097         than placing in files.el.
5098
5099 2009-08-25  Glenn Morris  <rgm@gnu.org>
5100
5101         * nnir.el (top-level): Don't require cl at run-time.
5102         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5103         Replace cl-function substitute with gnus-replace-in-string.
5104         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5105         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5106         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5107         simplified expansions.
5108
5109 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5110
5111         * dig.el (dig): Add autoload cookie.
5112
5113 2009-08-22  Glenn Morris  <rgm@gnu.org>
5114
5115         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5116         goto-line.
5117
5118 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5119
5120         * parse-time.el (parse-time-string-chars): Save match data.
5121
5122 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5123
5124         * parse-time.el (parse-time-string-chars): Compute using character
5125         classes, to handle non-ascii characters (Bug#3190).
5126
5127 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5128
5129         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5130
5131         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5132         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5133         (gnus-mm-display-part, gnus-mime-display-single)
5134         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5135         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5136
5137         * gnus-sum.el
5138         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5139         (gnus-summary-move-article): Add expirable mark to articles copied or
5140         moved to group that has auto-expire turned on if the option is non-nil.
5141
5142 2009-07-24  Glenn Morris  <rgm@gnu.org>
5143
5144         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5145         Fix typo.  (Bug#3903)
5146
5147 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5150         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5151         that should not be used for draft articles.
5152         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5153         that has no concern in minor mode keys.
5154         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5155         Abolish.
5156
5157 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5158
5159         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5160         article without making inquiry to a user for unknown encoding.
5161
5162         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5163         (nnmaildir--scan): Assume i-node and device number that file-attributes
5164         returns might be cons-cell.
5165
5166         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5167
5168         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5169
5170 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5171
5172         * auth-source.el: Remove docs now in auth.texi.  Don't use
5173         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5174         `auth-source-hide-passwords' and use them.
5175
5176 2009-07-15  Glenn Morris  <rgm@gnu.org>
5177
5178         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5179
5180 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5181
5182         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5183         excessive whitespace from the default values of title and description.
5184
5185 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5188         mail-fetch-field to fetch Content-Description header in order to
5189         exclude newlines.
5190
5191 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5192
5193         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5194         format used by GnuPG 2.0.11.
5195
5196 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5197
5198         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5199         to deleted part.
5200
5201 2009-05-30  David Engster  <dengste@eml.cc>
5202
5203         * nnmairix.el: Remove old documentation in the commentary block.
5204         (nnmairix-request-group): Do not update active file for nnml back ends.
5205         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5206         end so that overview files are ignored.
5207         (nnmairix-update-groups): Make updating the groups more robust by using
5208         marks.
5209         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5210         with dollar characters in message-id.
5211
5212 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5215         2008-12-25 in dns.el.
5216
5217 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5218
5219         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5220         could happen if the text is only composed of spaces and/or tabs.
5221
5222 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5223
5224         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5225         when sending a queued message to avoid extra mml tags.
5226
5227 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5230
5231 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5232
5233         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5234         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5235         rmail-toggle-header for XEmacs;
5236         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5237
5238 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-dired.el: Remove autoload for gnus-setup-message.
5241         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5242         displaying Gnus logo; always use compose-mail.
5243
5244 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5245
5246         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5247
5248 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5249
5250         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5251         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5252         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5253         available.
5254         (gnus-nocem-epg-verify): New function.
5255
5256 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5257
5258         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5259
5260 2009-02-15  Glenn Morris  <rgm@gnu.org>
5261
5262         * gnus-util.el (rmail-insert-rmail-file-header)
5263         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5264         autoloads.
5265         (rmail-default-rmail-file): Remove unnecessary declaration.
5266         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5267
5268 2009-02-14  Glenn Morris  <rgm@gnu.org>
5269
5270         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5271         variable (only used in gnus-util, which declares it anyway).
5272         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5273         which was only needed by gnus-art (changed to not use it any more).
5274         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5275         only used in gnus-util, which autoloads it itself.
5276         (rmail-update-summary): Fix autoload.
5277
5278         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5279         rather than rmail-output-to-rmail-file.
5280
5281 2009-02-07  Glenn Morris  <rgm@gnu.org>
5282
5283         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5284         autoload of function that no longer exists.
5285         (rmail-toggle-header): Declare.
5286         (message-forward-rmail-make-body): Handle mbox Rmail.
5287
5288 2009-01-31  Glenn Morris  <rgm@gnu.org>
5289
5290         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5291         2009-01-09 change.
5292
5293 2009-01-31  Dave Love  <fx@gnu.org>
5294
5295         * imap.el (imap-fetch-safe): Bind debug-on-error.
5296         (imap-debug): Add imap-fetch-safe.
5297
5298 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5299
5300         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5301         (auth-source-forget-all-cached): New convenience function.
5302         (auth-source-user-or-password): Accept list of modes or a single mode.
5303
5304         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5305         auth-source modes.
5306
5307         * netrc.el (netrc-machine-user-or-password): Use list of
5308         auth-source modes.
5309
5310         * nnimap.el (nnimap-open-connection): Use list of
5311         auth-source modes.
5312
5313         * nntp.el (nntp-send-authinfo): Use list of
5314         auth-source modes.
5315
5316 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5317
5318         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5319         now.
5320
5321 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5322
5323         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5324         coding system in XEmacs; add a workaround for XEmacs.
5325
5326         * lpath.el: Fbind coding-system-aliasee.
5327
5328 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5331         of current-language-environment.
5332
5333 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5334
5335         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5336         available at runtime.
5337
5338 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5341
5342 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5343
5344         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5345         the greatest positive fixnum value doesn't work under an XEmacs with
5346         bignum support; use the most-positive-fixnum constant instead,
5347         available since Emacs 21.1 with cl and XEmacs 21.1.
5348
5349 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5350
5351         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5352         XEmacs gets not to work.
5353
5354 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * mm-util.el (mm-coding-system-priorities): Allow the value like
5357         "Japanese (UTF-8)" of current-language-environment.
5358
5359 2009-01-09  Glenn Morris  <rgm@gnu.org>
5360
5361         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5362         with last-command-event.
5363
5364 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5365
5366         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5367         in the doc string.
5368
5369         * message.el (message-fix-before-sending): Amend comment.
5370
5371 2009-01-08  Dave Love  <fx@gnu.org>
5372
5373         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5374
5375 2009-01-07  David Engster  <dengste@eml.cc>
5376
5377         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5378         simplified server definitions by converting it via
5379         gnus-server-to-method.
5380
5381 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5382
5383         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5384         parameter's operands.
5385
5386 2009-01-06  David Engster  <dengste@eml.cc>
5387
5388         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5389         primary select method (for gnus-group-mark-article-as-read).
5390
5391 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5392
5393         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5394         `(gnus)Face', not `(gnus)X-Face'.
5395
5396 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * mm-util.el (mm-ucs-to-char): New function.
5399
5400         * mm-url.el (mm-url-decode-entities): Use it.
5401
5402         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5403         unicode-to-char.
5404
5405 2009-01-05  Dave Love  <fx@gnu.org>
5406
5407         * time-date.el: Require cl for `declare'.
5408
5409 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5410
5411         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5412         Dave Love.
5413
5414 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5415
5416         * message.el (message-fix-before-sending): Add `eight-bit' to
5417         illegible-text check.
5418
5419 2009-01-03  Michael Olson  <mwolson@gnu.org>
5420
5421         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5422         `headers' is nil.  This can occur if the IMAP server does not have
5423         permissions to read messages from a folder, but can write new messages
5424         to the folder.
5425         (nnimap-request-article-part): Do not insert `data' if it is nil.
5426
5427         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5428         characters which will confuse `read', so skip past them.
5429
5430 2009-01-01  Dave Love  <fx@gnu.org>
5431
5432         * imap.el (imap-string-to-integer): Fix typo.
5433         (imap-fetch-safe): New function.
5434         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5435
5436         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5437
5438         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5439         (imap-parse-greeting): Fix doc strings.
5440         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5441         (imap-parse-flag-list): Make messages unique.
5442         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5443
5444         * nnimap.el: Fix author email.
5445         (nnimap-split-rule): Add FIXME comment.
5446         (nnimap-debug): Fix doc string.
5447
5448 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5449
5450         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5451
5452 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5453
5454         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5455         nslookup if resolv.conf isn't available.
5456         (dns-query): Rename from query-dns.
5457         (dns-query-cached): Rename from query-dns-cached.
5458
5459 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5460
5461         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5462         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5463         to check if those variables exist (first appeared in Emacs 18.50).
5464
5465 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5466
5467         * mm-util.el (mm-line-number-at-pos): New function.
5468
5469         * spam-report.el (spam-report-process-queue): Use it.
5470
5471 2008-12-24  David Engster  <dengste@eml.cc>
5472
5473         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5474         parameters that haven't existed as variables as buffer-local variables.
5475
5476 2008-12-23  Dave Love  <fx@gnu.org>
5477
5478         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5479         cadar.
5480
5481         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5482         imap-starttls-p.
5483         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5484
5485 2008-12-22  Dave Love  <fx@gnu.org>
5486
5487         * imap.el: Fix author email.  Doc fixes.
5488         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5489         reply.
5490
5491 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5492
5493         * spam-report.el (spam-report-gmane-max-requests): New constant.
5494         (spam-report-gmane-wait): New variable.
5495         (spam-report-gmane-ham, spam-report-gmane-spam)
5496         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5497         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5498         the server.
5499
5500         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5501         Add explanations.
5502
5503         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5504         nnheader-accept-process-output and nnheader-read-timeout if available.
5505         (pop3-movemail): Use it.
5506
5507         * message.el (message-check-news-body-syntax): Fix signature check if
5508         there's an attachment.
5509
5510 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5511
5512         * mm-util.el: Add comments to the mm- emulating functions.
5513
5514 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5515
5516         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5517         Reported by Stephen Berman <stephen.berman@gmx.net>.
5518
5519 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5520
5521         * mm-util.el (mm-substring-no-properties): New function.
5522         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5523         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5524         (mm-string-to-multibyte): Doc fix.
5525
5526         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5527
5528 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5529
5530         * mml.el (mml-attach-file): Strip text properties from file name.
5531         (Bug#1574)
5532
5533 2008-12-16  Glenn Morris  <rgm@gnu.org>
5534
5535         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5536
5537 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5538
5539         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5540         knows since the charset specified might be a bogus alias that
5541         mm-charset-synonym-alist provides.
5542
5543 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5544
5545         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5546         "ISO_8859-1".
5547
5548         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5549
5550 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * mm-util.el (mm-charset-eval-alist):
5553         Define it before mm-charset-to-coding-system.
5554         (mm-charset-to-coding-system): Add optional argument `silent';
5555         define it before mm-charset-override-alist.
5556         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5557         default value if it can be used in Emacs currently running;
5558         silence mm-charset-to-coding-system.
5559
5560 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5563         `allow-override' which says whether to use `mm-charset-override-alist'.
5564         (rfc2047-decode-encoded-words): Use it.
5565
5566         * mm-util.el (mm-charset-override-alist): Fix custom type;
5567         add `(gb2312 . gbk)' to choices.
5568
5569 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5570
5571         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5572         fast.
5573
5574         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5575
5576         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5577
5578 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5579
5580         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5581         on links.
5582
5583         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5584
5585 2008-12-03  Lute Kamstra  <lute@gnu.org>
5586
5587         * sha1.el: Remove leading * from docstrings of defcustoms,
5588         deffaces, defconsts and defuns.
5589
5590 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5591
5592         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5593         users' addresses that don't have domain parts.
5594         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5595         rather than message-narrow-to-head since there will be the message
5596         header separator.
5597
5598 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5599
5600         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5601         since the result is inserted in a unibyte buffer anyway.
5602         (nnimap-demule-use-string-to-multibyte): Remove.
5603         (nnimap-demule): Alias it to mm-string-to-multibyte.
5604
5605 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5606
5607         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5608         variable for debugging bug#464 and bug#1174.
5609         (nnimap-demule): Use it.
5610
5611 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5612
5613         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5614         score calculation correctly.
5615
5616 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5617
5618         * message.el (message-send-mail): Just set the buffer to unibyte
5619         rather than use mm-with-unibyte-current-buffer which does a lot more.
5620         (message-send-mail-partially): Don't bother with
5621         mm-with-unibyte-current-buffer since it's already been made unibyte by
5622         message-send-mail.
5623
5624 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5625
5626         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5627
5628 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5629
5630         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5631
5632 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5635         require itself and to remove `with-no-warnings'.
5636
5637 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * starttls.el (starttls-any-program-available): Get the name of the
5640         available TLS layer program.
5641         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5642         well as the host name in the "opening" message.
5643
5644         * auth-source.el (auth-source-cache, auth-source-do-cache)
5645         (auth-source-user-or-password): Cache passwords and logins by default,
5646         allow override with `auth-source-do-cache'.
5647         (auth-source-forget-user-or-password): Allow users to remove cache
5648         entries if needed.
5649
5650 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5651
5652         * md4.el (md4-buffer): Fix typo in docstring.
5653         (md4, md4-64): Doc fixes.
5654         (md4-pack-int32): Reflow docstring.
5655
5656 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5657
5658         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5659         condition-case to only the forward-sexp call.
5660
5661 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5662
5663         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5664         quotes contained.  Make it more robust regardless by an extra
5665         condition-case wrapper.
5666
5667 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5670
5671 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5672
5673         * nnml.el (nnml-request-expire-articles): Check if the function set to
5674         `nnmail-expiry-target' returns the symbol `delete'.
5675
5676         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5677
5678         * nnmail.el (nnmail-expiry-target): Fix custom type.
5679
5680 2008-10-02  Glenn Morris  <rgm@gnu.org>
5681
5682         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5683         Silence compiler warning.
5684
5685 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5686
5687         * tls.el (open-tls-stream): Show the actual command being
5688         executed, instead of the format string.
5689
5690 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5691
5692         * lpath.el: Fbind codepage-setup for Emacs 23.
5693
5694 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5695
5696         * mml.el (mml-menu): Don't assume mml2015 is bound.
5697
5698 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5701         exists.
5702
5703 2008-09-27  Glenn Morris  <rgm@gnu.org>
5704
5705         * gnus-util.el (mail-header-remove-comments): Autoload it.
5706
5707 2008-09-27  Andreas Schwab  <schwab@suse.de>
5708
5709         * gnus-util.el (gnus-split-references): Strip comments.
5710         (gnus-parent-id): Likewise.
5711
5712 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5713
5714         * message.el (message-confirm-send): Fix version.
5715
5716 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * message.el (message-idna-to-ascii-rhs-1): Use
5719         mail-extract-address-components rather than mail-header-parse-addresses
5720         that is an alias by default to ietf-drums-parse-addresses that does not
5721         support non-ASCII names in headers' contents.
5722
5723 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * message.el (message-confirm-send): Fix variable documentation to
5726         avoid the "y/n" wording.
5727
5728 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5729
5730         * message.el (message-set-auto-save-file-name): Save to a different
5731         filename so multiple messages (especially drafts) can be recovered.
5732
5733 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5734
5735         * message.el (message-confirm-send): Add appropriate version.
5736
5737 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5738
5739         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5740         defvar.
5741
5742 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5743
5744         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5745         (mm-pkcs7-enveloped-magic): Ditto.
5746
5747 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5748
5749         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5750         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5751
5752 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5753
5754         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5755         default, it's better.
5756
5757 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5758
5759         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5760         summary line gnus-number property and ignore them (with a warning
5761         message).
5762
5763 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5764
5765         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5766         macro caddr in the interactive form since it won't be expanded.
5767
5768 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5769
5770         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5771         `charset'; fix name of function called recursively.
5772         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5773
5774 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5775
5776         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5777         (gnus-mime-set-charset-parameters): New function.
5778         (gnus-mime-view-part-as-charset): Use it to correctly display part
5779         specifying wrong charset.
5780
5781 2008-09-08  David Engster  <dengste@eml.cc>
5782
5783         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5784         in completing-read for back end server.
5785
5786 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5787
5788         * message.el (message-confirm-send): New variable to confirm sending a
5789         message.
5790         (message-send): Use it.
5791
5792 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5793
5794         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5795
5796 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5797
5798         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5799
5800 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5801
5802         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5803         prevent tracking too many groups.
5804         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5805         Use it.
5806
5807 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5808
5809         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5810         moving point to the bottom of the window in order to avoid recentering.
5811
5812 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5813
5814         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5815
5816         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5817         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5818         (gnus-article-beginning-of-window): Fix calculation.
5819
5820 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5821
5822         * gnus-msg.el (gnus-summary-supersede-article)
5823         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5824         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5825         message header.
5826
5827 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5828
5829         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5830         pending output coming after the status change.
5831
5832 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5833
5834         * message.el:
5835         * gnus-start.el:
5836         * gnus-registry.el: Remove VMS support.
5837
5838 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5839
5840         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5841         macro.
5842         (rfc2104-hash): Use it.
5843
5844 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5845
5846         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5847         (gnus-summary-sort-by-most-recent-date): New commands.
5848         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5849         and menu entries.
5850
5851 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5854         don't redisplay article for raw contents; remove plural articles stuff.
5855
5856         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5857         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5858         on gnus-summary-save-article; display results properly.
5859
5860 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5861
5862         * lpath.el: No need to fbind ns-focus-frame.
5863
5864 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5865
5866         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5867
5868 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5869
5870         * gnus-art.el (gnus-summary-save-in-pipe):
5871         Consider gnus-save-all-headers.
5872
5873 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5874
5875         * gnus-util.el (ns-focus-frame): Remove declaration.
5876         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5877         like x.
5878
5879 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5880
5881         * rfc2104.el (rfc2104-zero): Delete defconst.
5882         (rfc2104-hex-alist): Likewise.
5883         (rfc2104-hex-to-int): Delete func.
5884         (rfc2104-hexstring-to-bitstring): Likewise.
5885         (rfc2104-nybbles): New defconst.
5886         (rfc2104-hash): Rewrite for speed.
5887
5888 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5889
5890         * tls.el (open-tls-stream): Make it work with the 2nd argument
5891         BUFFER that is a string but does not exist as a buffer object, as
5892         mentioned in the doc-string.
5893
5894 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5897         SXEmacs.
5898
5899 2008-07-16  Glenn Morris  <rgm@gnu.org>
5900
5901         * gnus-util.el (ns-focus-frame): Declare for compiler.
5902
5903 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5906         set as a group parameter.
5907         (gnus-summary-save-in-pipe): Work when it is called independently.
5908         (gnus-summary-pipe-to-muttprint): Don't modify
5909         gnus-summary-pipe-output-default-command.
5910
5911 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5912
5913         * message.el (message-send-mail-with-sendmail):
5914         Display the error message.
5915
5916 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-art.el (gnus-default-article-saver):
5919         Add gnus-summary-save-in-pipe to choices.
5920         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5921         gnus-summary-pipe-output-default-command as the default command.
5922         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5923         instead of gnus-last-shell-command.
5924
5925         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5926         New user option.
5927         (gnus-summary-muttprint-program): Mention the value will be changed.
5928         (gnus-summary-save-article): Force showing of all headers.
5929         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5930
5931 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5932
5933         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5934
5935 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5936
5937         * nnimap.el (nnimap-id):
5938         * sieve-manage.el (sieve-manage-open): Doc fixes.
5939
5940 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5941
5942         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5943         if available.
5944
5945 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5946
5947         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5948
5949         * nnkiboze.el (nnkiboze-generate-group):
5950         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5951
5952         * nnmairix.el: Require CL.
5953
5954 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5955
5956         * dgnushack.el: Autoload get-display-table and put-display-table for
5957         XEmacs 21.5.
5958
5959         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5960         21.4 and SXEmacs.
5961
5962 2008-06-15  David Engster  <dengste@eml.cc>
5963
5964         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5965
5966 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5967
5968         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5969         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5970         runtime choice under XEmacs.
5971
5972         * gnus-sum.el (gnus-summary-set-display-table):
5973         Use `gnus-put-display-table', `gnus-get-display-table',
5974         `gnus-set-display-table' for the display table, instead of `aset'.
5975
5976         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5977         Use `gnus-put-display-table', `gnus-get-display-table',
5978         `gnus-set-display-table' for the display table.
5979
5980 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5981
5982         * nnmairix.el: Add autoloads.
5983
5984 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5985
5986         * nnmairix.el (nnmairix-delete-recreate-group)
5987         (nnmairix-update-and-clear-marks): Fix error messages.
5988
5989 2008-06-14  David Engster  <dengste@eml.cc>
5990
5991         * nnmairix.el: Upgrade to version 0.6.
5992         (nnmairix-group-toggle-propmarks-this-group)
5993         (nnmairix-group-toggle-readmarks-this-group)
5994         (nnmairix-group-delete-recreate-this-group)
5995         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5996         (nnmairix-remove-tick-mark-original-article): New commands.
5997         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5998         (nnmairix-propagate-marks-to-nnmairix-groups)
5999         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6000         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6001         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6002         functions needed for marks propagation and manipulation of read marks.
6003         (nnmairix-update-groups): New function.
6004         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6005         (nnmairix-determine-original-group-from-registry)
6006         (nnmairix-determine-original-group-from-path)
6007         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6008         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6009         New helper functions.
6010         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6011         keystrokes for new commands.
6012         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6013         (nnmairix-request-group): Check allow-fast group parameter.
6014         (nnmairix-request-create-group): Set allow-fast group parameter if
6015         nnmairix-allowfast-default is set.
6016         (nnmairix-close-group): Propagate marks upon closing if needed.
6017         (nnmairix-group-toggle-threads-this-group): Use new.
6018         nnmairix-group-toggle-parameter helper function.
6019         (nnmairix-search): Better check for empty search result.
6020         (nnmairix-goto-original-article): Use new helper functions for
6021         determining original article.
6022         (nnmairix-show-original-article): Make sure message-id is in brackets.
6023         (nnmairix-call-mairix-binary): Change variable name.
6024         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6025         helper function.
6026         (nnmairix-widget-toggle-activate): Fix doc string.
6027
6028 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * nnir.el: Require edmacro when compiling with XEmacs.
6031         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6032         available in Emacs 21.
6033
6034 2008-06-11  Glenn Morris  <rgm@gnu.org>
6035
6036         * gnus-util.el (x-focus-frame):
6037         * gnus.el (image-size):
6038         * mm-decode.el (image-size): Declare.
6039
6040         * gnus-picon.el (declare-function): Add compat definition.
6041         (image-size): Declare.
6042
6043         * gnus-group.el (tool-bar-map):
6044         * gnus-sum.el (tool-bar-map): Define for compiler.
6045
6046         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6047
6048         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6049
6050         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6051         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6052         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6053         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6054         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6055         * sieve-manage.el, spam-report.el, spam.el:
6056         Remove unnecessary eval-and-compile of autoloads.
6057
6058 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6059
6060         * auth-source.el: Precise Tramp doc.
6061
6062 2008-06-07  Glenn Morris  <rgm@gnu.org>
6063
6064         * nnmairix.el: Remove unnecessary eval-when-compile.
6065
6066 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6067
6068         * lpath.el: Fbind propertize for XEmacs 21.4.
6069
6070 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6071
6072         * nnir.el: Move here from ../contrib.
6073
6074 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6075
6076         * gnus-util.el (gnus-read-shell-command): New function.
6077         * mm-decode.el (mm-pipe-part):
6078         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6079
6080 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6081
6082         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6083
6084 2008-06-03  Glenn Morris  <rgm@gnu.org>
6085
6086         * pop3.el (nnheader-accept-process-output): Autoload it.
6087
6088 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6089
6090         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6091         are not 2-digit hexadecimal characters that follow `%'s.
6092
6093 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6094
6095         * message.el (message-bogus-recipient-p): Fix type in doc string.
6096         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6097         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6098         Improve custom options.
6099         (message-bogus-recipient-p): Adjust accordingly.
6100
6101 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6102
6103         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6104         long-form month and day names.
6105
6106 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6107
6108         * dgnushack.el: Autoload debug, eudc-expand-inline and
6109         pgg-snarf-keys-region for XEmacs.
6110
6111         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6112
6113         * nnmairix.el: Require edmacro when compiling with XEmacs.
6114
6115 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6116
6117         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6118         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6119
6120 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6121
6122         * auth-source.el: Add more docs.
6123
6124         * netrc.el (netrc-machine): Always match if the port is not given.
6125
6126 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6127
6128         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6129         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6130         retrieval faster in some cases, but might make CPU usage larger.
6131         If this has any bad side effects, we might revert this change.
6132
6133         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6134         seems to make mail retrieval much, much faster.
6135         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6136         unconditionally.
6137
6138         * gnus-draft.el (gnus-group-send-queue):
6139         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6140
6141 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6144
6145         * message.el (message-bogus-address-regexp): Fix and improve custom
6146         type.
6147         (message-setup-hook): Add message-check-recipients as custom option.
6148
6149 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6150
6151         * message.el (message-cite-function): Remove bogus autoload which crept
6152         in during merge from v5-10.
6153
6154 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6157
6158         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6159
6160         * auth-source.el: Preliminary Tramp docs.
6161         (auth-sources): Change the default auth-sources to use
6162         EPA .gpg files.
6163
6164 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * nntp.el: Autoload `auth-source-user-or-password'.
6167         (nntp-send-authinfo): Use it.
6168
6169         * nnimap.el: Autoload `auth-source-user-or-password'.
6170         (nnimap-open-connection): Use it.
6171
6172         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6173         for the gnus-message function.
6174         (auth-source-user-or-password): Use it.
6175
6176 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6177
6178         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6179         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6180         (rfc2104-hash): Use it.
6181
6182 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6183
6184         * gnus-art.el (gnus-article-toggle-truncate-lines):
6185         Don't use `iff' in docstring.
6186
6187 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6190
6191         * gnus-util.el (gnus-extract-address-component-name)
6192         (gnus-extract-address-component-email): Convenience functions around
6193         `gnus-extract-address-components'.
6194
6195         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6196         Use `gnus-extract-address-component-email' to fix bug of comparing full
6197         sender name to `user-mail-address'.
6198
6199 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6200
6201         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6202         catch/throw to optimize.
6203         (gnus-registry-find-keywords): Just use member to find a keyword.
6204
6205 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6206
6207         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6208         is current before calling gnus-server-prepare.
6209         (gnus-server-setup-buffer, gnus-server-update-server)
6210         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6211
6212 2008-05-04  Juri Linkov  <juri@jurta.org>
6213
6214         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6215         (mailcap-file-default-commands): Use mailcap-replace-in-string
6216         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6217         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6218
6219 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6220
6221         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6222
6223 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6224
6225         * gnus.el: Bump version to 0.11.
6226
6227 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6228
6229         * gnus.el: No Gnus v0.10 is released.
6230
6231 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6232
6233         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6234         hooks.
6235         (gnus-update-read-articles): Speed up non-marks-using users.
6236         (gnus-use-marks): Define gnus-use-marks.
6237         (gnus-propagate-marks): Rename variable to something more sensible.
6238
6239 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6240
6241         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6242         (gmm-image-load-path-for-library): Fix typos in docstrings.
6243         (gmm-message): Reflow docstring.
6244
6245 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6246
6247         * mail-source.el (mail-source-set-1, mail-source-bind):
6248         Move auth-source code out of the macro to clean it up and fix bugs.
6249
6250 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6251
6252         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6253         by sender if it's equal to user-mail-address, it's likely to be
6254         useless.
6255
6256         * mail-source.el (mail-source-bind): Don't use user or password if they
6257         are not bound.  Unintern them if they are nil.  Don't use server unless
6258         it's bound, and default it to empty string otherwise.
6259
6260 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6261
6262         * mail-source.el: Load auth-source.el.
6263         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6264         get user name or password, if auth-sources is set up.
6265
6266         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6267         strategy of splitting with parent.
6268         (gnus-registry-split-fancy-with-parent)
6269         (gnus-registry-post-process-groups): Use it and fix prior
6270         bug (returning a list as the split result).
6271
6272         * auth-source.el (auth-sources): Remove server parameter.
6273         (auth-source-pick, auth-source-user-or-password)
6274         (auth-source-user-or-password-imap)
6275         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6276         (auth-source-user-or-password-sftp)
6277         (auth-source-user-or-password-smtp): Remove server parameter.
6278
6279 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6280
6281         * smime.el (smime-sign-region, smime-encrypt-region)
6282         (smime-decrypt-region):
6283         Remove redundant calls to `generate-new-buffer-name'.
6284
6285 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6286
6287         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6288         Don't use QP for message/rfc822.
6289         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6290
6291 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6292
6293         * sieve-manage.el (sieve-string-bytes): Remove.
6294         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6295         correct byte-length only if the process's coding-system is the same as
6296         the one used internally by Emacs to represent strings.
6297
6298 2008-04-22  Juri Linkov  <juri@jurta.org>
6299
6300         * mailcap.el (mailcap-file-default-commands): New function.
6301
6302 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6303
6304         * message.el (message-signature-separator, message-cite-function):
6305         Change custom version.
6306
6307 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6308
6309         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6310         commands.
6311         (tls-checktrust): Ditto.
6312
6313 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6314
6315         * mm-decode.el (mm-display-external): Make temp file read-only.
6316
6317 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6320         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6321         `C-c C-f d'.
6322
6323 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6324
6325         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6326
6327 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * gnus.el: Bump version to 0.9.
6330
6331 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * gnus.el: No Gnus v0.8 is released.
6334
6335 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6336
6337         * mail-source.el (mail-source-value):
6338         Prefer fboundp to functionp so it works with macros as well.
6339
6340 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6341
6342         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6343         Fix last change in case the element is not even a symbol.
6344
6345 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6346
6347         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6348         Prefer fboundp to functionp so it works with macros as well.
6349
6350 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6351
6352         * auth-source.el: Add docs.
6353         (auth-sources): Modify format to support server.
6354         (auth-source-pick, auth-source-user-or-password)
6355         (auth-source-user-or-password-imap)
6356         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6357         (auth-source-user-or-password-sftp)
6358         (auth-source-user-or-password-smtp): Add server parameter.
6359
6360 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6361
6362         * gnus-registry.el: Initialize the registry when gnus-registry-install
6363         is t.
6364
6365 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6366
6367         * compface.el (uncompface): Make buffer unibyte.
6368
6369 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6370
6371         * mail-source.el (mail-source-value):
6372         Prefer fboundp to functionp so it works with macros as well.
6373
6374 2008-04-05  Glenn Morris  <rgm@gnu.org>
6375
6376         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6377
6378 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6379
6380         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6381         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6382
6383         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6384         multibyteness after rather than before erasing it.
6385
6386         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6387         mm-with-multibyte.
6388         (gnus-request-article-this-buffer): Make sure the proper decoding is
6389         used if gnus-original-article-buffer happens to be unibyte.
6390
6391         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6392         default-enable-multibyte-characters.
6393
6394         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6395         default-enable-multibyte-characters.
6396
6397         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6398
6399         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6400
6401 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6402
6403         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6404         Fix last change in case the element is not even a symbol.
6405
6406 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6407
6408         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6409         (imap-message-copyuid-1): Use it.
6410         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6411         J. Williams in
6412         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6413
6414         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6415         imap-enable-exchange-bug-workaround.
6416         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6417
6418 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6419
6420         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6421         a 100 byte status-checks into a 2-3MB transfer for each group.
6422         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6423         to enable bug workaround or not.
6424         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6425
6426 2008-03-31  Glenn Morris  <rgm@gnu.org>
6427
6428         * message.el (mml2015-use): Declare for compiler.
6429         (message-info): Require mml2015 when appropriate.
6430
6431 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6432
6433         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6434         whitespace.
6435
6436 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6437
6438         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6439         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6440         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6441         (nntp-service-to-port): New function.
6442         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6443         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6444         (nntp-open-netcat-stream): New function.
6445         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6446
6447 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6448
6449         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6450
6451 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6452
6453         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6454
6455 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6456
6457         * dns.el (dns-write): Use set-buffer-multibyte.
6458
6459 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6460
6461         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6462
6463 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6464
6465         * message.el (message-signature-separator): Change default.
6466         Improve custom type.
6467         (message-cite-function): Change default to
6468         message-cite-original-without-signature.
6469
6470         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6471         toggle.
6472
6473         * message.el (message-check-news-body-syntax): Fix signature check.
6474         (message-setup-1): Mark buffer as unmodified _after_ running
6475         message-setup-hook and handling message-alternative-emails.
6476         (message-shorten-references): Be more strict when building list of
6477         valid references to comply with GNKSA.
6478
6479         * gnus-group.el (gnus-read-ephemeral-bug-group)
6480         (gnus-read-ephemeral-debian-bug-group)
6481         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6482
6483         * message.el (message-info): Don't use booleanp which isn't supported
6484         in Emacs 21 and XEmacs.
6485
6486 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6487
6488         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6489         gnus-group-gmane-group-download-format.
6490         (gnus-group-read-ephemeral-gmane-group): Rename from
6491         gnus-group-read-ephemeral-gmane-group.
6492         (gnus-read-ephemeral-gmane-group-url): Rename from
6493         gnus-group-read-ephemeral-gmane-group-url.
6494         (gnus-bug-group-download-format-alist): New variable.
6495         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6496         (gnus-read-ephemeral-emacs-bug-group): New commands.
6497
6498 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6499
6500         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6501         (gnus-visible-headers): Improve custom type.
6502
6503 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6504
6505         * mml.el (mml-menu): Add workarounds for XEmacs.
6506
6507         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6508         X-Boundary header.
6509
6510         * message.el (message-simplify-recipients): Fix previous commit.
6511
6512 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6513
6514         * mm-util.el (mm-set-buffer-multibyte): New function.
6515         * mm-decode.el (mm-copy-to-buffer): Use it.
6516
6517         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6518         Prefer fboundp to functionp so it works with macros as well.
6519
6520 2008-03-19  Glenn Morris  <rgm@gnu.org>
6521
6522         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6523         Accidentally removed in the sync process with Emacs.
6524
6525 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6526
6527         * message.el (message-alter-recipients-discard-bogus-full-name):
6528         New function.
6529         (message-alter-recipients-function): New variable.
6530         (message-get-reply-headers): Use it.
6531         (message-replace-header): New helper function.
6532         (message-recipients-without-full-name): New variable.
6533         (message-simplify-recipients): New command.
6534
6535         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6536
6537         * message.el (message-info): Handle EasyPG manual.
6538
6539         * mml.el (mml-menu): Add entry for EasyPG.
6540
6541 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6542
6543         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6544         parameter.
6545
6546         * message.el (message-disassociate-draft): Specify drafts group name
6547         fully.
6548
6549 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6550
6551         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6552         Eliminate unnecessary duplicates from the match list.
6553
6554 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6555
6556         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6557
6558         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6559
6560         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6561         args of `how-many' of which the XEmacs version doesn't take; declare
6562         Info-index-next as function.
6563
6564 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6565
6566         * gnus-score.el (gnus-score-headers): Fix handling of
6567         gnus-inhibit-slow-scoring.
6568
6569         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6570         string.
6571         (gnus-button-url-regexp): Improve handling of parenthesis.
6572         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6573         (gnus-button-handle-info-keystrokes): Handle index entries.
6574
6575 2008-03-15  Glenn Morris  <rgm@gnu.org>
6576
6577         * parse-time.el (parse-time-string): Simplify.
6578
6579 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6580
6581         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6582         Incoming* files.
6583
6584 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6585
6586         * auth-source.el (auth-sources): Rename from auth-source-choices.
6587         (auth-source-pick): Use it.
6588
6589 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6590
6591         * binhex.el (binhex-decode-region-internal):
6592         * uudecode.el (uudecode-decode-region-internal):
6593         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6594         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6595         setting default-enable-multibyte-characters.
6596
6597 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6598
6599         * auth-source.el (auth-source-protocols)
6600         (auth-source-protocols-customize, auth-source-choices): Add and
6601         modified variable customizations and defaults.
6602         (auth-source-pick, auth-source-user-or-password)
6603         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6604         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6605         (auth-source-user-or-password-sftp)
6606         (auth-source-user-or-password-smtp): Use new variables and provide an
6607         interface to netrc.el.
6608
6609 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6612         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6613         Make sure the nntp port to specify is a string.
6614
6615 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6616
6617         * nntp.el: Use with-current-buffer.
6618         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6619         dubious mm-with-unibyte-current-buffer.
6620         (nntp-with-open-group-function): New function extracted from
6621         nntp-with-open-group macro.
6622         (nntp-with-open-group): Use the function, so it's easier to debug.
6623         Add indentation and debugging info.
6624         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6625         Recommend the use of the netcat alternatives.
6626
6627         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6628         Avoid mm-string-as-multibyte as well.
6629
6630         * nnweb.el (nnweb-insert-html):
6631         Remove use of nnheader-string-as-multibyte.
6632
6633         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6634         (nnheader-string-as-multibyte): Remove.
6635
6636         * mm-view.el: Use inhibit-read-only.
6637         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6638         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6639         or unibyte-string.
6640
6641         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6642         (mm-uu-yenc-extract): Use with-current-buffer.
6643
6644         * gnus-soup.el (gnus-soup-send-packet): Don't use
6645         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6646
6647         * nnmh.el: Use with-current-buffer.
6648         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6649         mm-string-as-multibyte on the output of mm-encode-coding-string.
6650
6651         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6652         (nnimap-request-move-article): Use with-current-buffer.
6653
6654         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6655         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6656         conversion uses string-make-unibyte rather than string-as-unibyte.
6657
6658         * gnus-msg.el: Use with-current-buffer.
6659
6660         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6661
6662 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6663
6664         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6665         string for caching if it is 'PIN.
6666
6667 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6668
6669         * lpath.el: Consider the case without Emacs/W3.
6670
6671 2008-03-08  Glenn Morris  <rgm@gnu.org>
6672
6673         * time-date.el (date-to-time, time-subtract, time-add)
6674         (safe-date-to-time): Doc fixes.
6675
6676 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6677
6678         * mail-source.el (mail-source-delete-old-incoming-confirm):
6679         Change default to nil.
6680         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6681
6682 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6683
6684         * lpath.el: Rearrange.
6685
6686         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6687         (gnus-article-goto-prev-page): Work for articles having ^L's.
6688
6689         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6690
6691         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6692
6693 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6694
6695         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6696         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6697         (gnus-bookmark-jump): Adjust some variable names.
6698
6699 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6700
6701         * auth-source.el: New package.
6702         (auth-source-choices): Add customization entry point variable.
6703
6704         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6705         bug.
6706
6707 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6708
6709         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6710         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6711         (gnus-registry-install-shortcuts): Rename from
6712         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6713         the `gnus-registry-mark-map' keymap dynamically from
6714         `gnus-registry-marks'.  The generated functions update the summary line
6715         when a registry mark is added or deleted, and will call
6716         `gnus-registry-install-p' (see the comments in the code).
6717         (gnus-registry-user-format-function-M): Use concat intelligently.
6718
6719         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6720         the registry mark functions.
6721
6722 2008-03-05  Glenn Morris  <rgm@gnu.org>
6723
6724         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6725         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6726         gnus-art.
6727         (top-level): No need to load own source when compiling.
6728
6729 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6730
6731         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6732         Suggested by <chris.anderton@zetnet.co.uk>.
6733
6734 2008-03-04  Glenn Morris  <rgm@gnu.org>
6735
6736         * gnus-sum.el (top-level): No need to require gnus when compiling,
6737         since unconditionally required near start of file.
6738         (gnus-summary-display-while-building): Move definition before use.
6739
6740 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6741
6742         * gnus-registry.el (gnus-registry-user-format-function-M):
6743         Add formatting function.
6744
6745 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6746
6747         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6748         with plists.
6749         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6750         Use new format.
6751
6752 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6755         `where-is-internal' that returns a range of key sequences.
6756
6757 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6758
6759         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6760
6761         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6762         (gnus-summary-jump-to-group): Consider windows on other displayed
6763         frames as well.  Similar changes might be needed elsewhere, but that's
6764         the one I've bumped into during my use.
6765
6766         * nndoc.el (nndoc-oe-dbx-type-p):
6767         * gnus-msg.el (gnus-debug):
6768         * gnus-group.el (gnus-update-group-mark-positions):
6769         Use mm-string-to-multibyte.
6770
6771 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6772
6773         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6774         doesn't handle NotDashEscaped.
6775
6776         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6777         (mml-dnd-attach-options): Fix typo in custom choice.
6778
6779         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6780         Change nndoc-article-type to mbox.
6781         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6782
6783         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6784         to nil, instead of html2text.
6785
6786         * imap.el (imap-debug): Add `imap-ping-server'.
6787
6788         * gnus-bookmark.el: Add FIXMEs.
6789
6790         * message.el (message-form-letter-separator)
6791         (message-send-form-letter-delay): New variables.
6792         (message-send-form-letter): Use them.  New command to send form
6793         letters.  Requested by Uwe Siart.
6794         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6795
6796 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * Update copyright years.
6799
6800 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         Sync from EMACS_22_BASE.
6803
6804         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6805
6806 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6807
6808         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6809         empty author.
6810
6811 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6812
6813         * gnus-registry.el (gnus-registry-marks): Add variable for
6814         customization of marks and their appearance.
6815         (gnus-registry-read-mark): Use it.
6816         (gnus-registry-do-marks): Add utility function to loop through
6817         `gnus-registry-marks'.
6818         (gnus-registry-install-shortcuts-and-menus): Add function to install
6819         shortcuts and menus.
6820         (gnus-registry-initialize): Use it.
6821         (gnus-registry-default-mark): Clarify documentation.
6822
6823 2008-02-29  Glenn Morris  <rgm@gnu.org>
6824
6825         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6826         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6827         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6828         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6829         Change defcustom :version from 23.0 to 23.1.
6830
6831 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6832
6833         * gnus-registry.el (gnus-registry-follow-group-p)
6834         (gnus-registry-post-process-groups): Add functions to aid registry
6835         splitting and improve logging.  Clarify behavior in function
6836         documentation.
6837         (gnus-registry-split-fancy-with-parent): Use them.
6838
6839 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6840
6841         * gnus-art.el: Use with-current-buffer.
6842
6843 2008-02-27  David Engster  <dengste@eml.cc>
6844
6845         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6846         Express real group name in the response.
6847
6848 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6849
6850         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6851         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6852         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6853         autoload gnus-registry-fetch-group when compiling.
6854         (nnmairix-request-group-with-article-number-correction):
6855         Remove unreferenced argument passed to nnmairix-call-backend.
6856
6857 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6858
6859         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6860         (mm-uu-extract): Improve face for low color ttys.
6861         Reported by Sascha Wilde.
6862
6863 2008-02-27  Glenn Morris  <rgm@gnu.org>
6864
6865         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6866         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6867         variables to defconsts.  Convert comments to doc-strings.
6868         (nnmairix-last-server, nnmairix-current-server): Convert from free
6869         variables to defvars.  Convert comments to doc-strings.
6870         (gnus-registry-fetch-group): Autoload.
6871         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6872         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6873         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6874         caddr.
6875         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6876         nnmairix-request-group-with-article-number-correction call.
6877         (nnmairix-fast, nnmairix-group): New, less general names, for free
6878         variables passed from nnmairix-request-group to
6879         nnmairix-request-group-with-article-number-correction.  Declare.
6880         (nnmairix-request-group-with-article-number-correction):
6881         Use nnmairix-fast, nnmairix-group rather than fast, group.
6882
6883 2008-02-26  David Engster  <dengste@eml.cc>
6884
6885         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6886         version 0.5.
6887
6888 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6889
6890         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6891         instead of making an extra function call.  Don't add the current group
6892         to articles only when they have the group.  Use
6893         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6894         Reported by David <de_bb@arcor.de>.
6895
6896 2008-02-24  Miles Bader  <miles@gnu.org>
6897
6898         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6899         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6900         (mm-find-mime-charset-region):
6901         * mm-bodies.el (mm-encode-body):
6902         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6903
6904 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6905
6906         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6907         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6908
6909 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6910
6911         * mail-source.el (mail-source-delete-incoming): Change default.
6912         Supplement doc string.
6913
6914         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6915
6916 2008-02-14  Glenn Morris  <rgm@gnu.org>
6917
6918         * time-date.el (format-seconds): New function.
6919
6920 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6921
6922         * nnmail.el (nnmail-message-id-cache-file): Derive from
6923         `gnus-home-directory'.
6924
6925 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6926
6927         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6928         Document negative prefix.
6929
6930         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6931
6932 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6933
6934         * message.el (message-unsent-separator): Add the Exim bounce
6935         separator.
6936
6937 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6938
6939         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6940         list.
6941         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6942         recipient/signer list.
6943
6944 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * Makefile.in (datarootdir): Define.
6947         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6948         name that might contain whitespace.
6949
6950 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6951
6952         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6953         fbound (Emacs 23 unicode), signal an error.
6954
6955 2008-02-08  Glenn Morris  <rgm@gnu.org>
6956
6957         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6958
6959 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6960
6961         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6962         ports to the calls to `netrc-machine-user-or-password' in addition to
6963         "imap" and "imaps".
6964
6965 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6966
6967         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6968
6969         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6970
6971 2008-02-01  Kenichi Handa  <handa@m17n.org>
6972
6973         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6974         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6975         (rfc2104-hash): Convert the result of concat to unibyte string.
6976
6977 2008-02-01  Dave Love  <fx@gnu.org>
6978
6979         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6980         coding-system-for-read.
6981         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6982
6983 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6984
6985         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6986         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6987         <hanche@math.ntnu.no>.
6988
6989 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6992
6993         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6994
6995 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6996
6997         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6998         * message.el (message-beginning-of-line): Use featurep instead of bound
6999         tests in order to resolve conditionals at compile time.
7000
7001 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7002
7003         * mail-source.el (mail-sources): Add `group' choice.
7004
7005         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7006         parameter `in-group' to control into which group the articles go.
7007         Add treatment of `group' mail-source.
7008
7009 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7012
7013         * mm-decode.el (mm-dissect-buffer): Decode description.
7014
7015         * mml.el (mml-to-mime): Encode message header first.
7016
7017 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7020         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7021
7022         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7023         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7024
7025 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7026
7027         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7028
7029 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7030
7031         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7032         prefix keys.
7033         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7034         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7035         gnus-xmas.el.
7036
7037         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7038         (gnus-xmas-article-describe-bindings): New function.
7039         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7040         gnus-xmas-article-describe-bindings.
7041
7042         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7043
7044 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7045
7046         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7047         Add new variables for article mark management.
7048         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7049         list of extra data entries which, when present, will indicate that the
7050         article ID should not be trimmed from the registry.
7051         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7052         functions.
7053         (gnus-registry-read-mark): New function to read a mark name from the
7054         user.
7055         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7056         (gnus-registry-set-article-mark-internal): New functions to add and
7057         remove marks.
7058         (gnus-registry-get-article-marks): New function to show the marks for
7059         an article, or retrieve them for further use.
7060
7061 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7064         keys when no argument is given.
7065
7066 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7067
7068         * imap.el (imap-ping-server): New variable.
7069         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7070         (imap-ping-server): Minor doc string fixes.
7071
7072 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7073
7074         * imap.el (imap-ping-server): New function.
7075         (imap-opened): Call imap-ping-server.
7076
7077 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7078
7079         * gnus-sum.el (gnus-article-sort-by-random)
7080         (gnus-thread-sort-by-random): Fix doc strings.
7081         Reported by jidanni@jidanni.org.
7082
7083 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7084
7085         * gnus-art.el (gnus-article-describe-bindings): New function.
7086         (gnus-article-read-summary-keys): Use it.
7087         (gnus-article-mode-map): Bind `C-h b' to it.
7088
7089 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7090
7091         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7092         XEmacs.
7093         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7094         Protect against non-character events.
7095
7096         * lpath.el: Fbind map-keymap for Emacs 21.
7097
7098 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7099
7100         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7101         New command.
7102         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7103         instead of END.  Change name of the temp file.
7104         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7105         customizable.
7106
7107 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7108
7109         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7110         bind `S W' to gnus-article-wide-reply-with-original; set default
7111         binding to gnus-article-read-summary-send-keys.
7112         (gnus-article-read-summary-keys): Fix the order of keys; display
7113         continuation keys correctly in the echo area; describe bindings
7114         correctly when keys end with `C-h'.
7115         (gnus-article-read-summary-send-keys): New function.
7116         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7117         Work for gnus-article-read-summary-send-keys; display continuation keys
7118         correctly in the echo area.
7119         (gnus-article-reply-with-original): Ignore prefix argument.
7120         (gnus-article-wide-reply-with-original): New function.
7121
7122         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7123         Emacs 21.
7124
7125 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7126
7127         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7128         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7129
7130 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7131
7132         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7133         (gnus-group-read-ephemeral-gmane-group): New command.
7134
7135 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7136
7137         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7138
7139 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7140
7141         * message.el (message-send-mail-function): Increase custom version.
7142
7143         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7144         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7145
7146 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7147
7148         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7149         for the cases where imap-authenticate is called with a nil buffer
7150         parameter.
7151
7152 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7155         html parts correctly; support forwarded messages.
7156         (gnus-article-browse-html-article): Remove work buffers.
7157
7158         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7159         compiling.
7160         (netrc-bound-and-true-p): New macro.
7161         (netrc-parse): Use it instead of bound-and-true-p that is not available
7162         in XEmacs 21.4.
7163
7164 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7165
7166         * gnus-registry.el (gnus-registry-mark-article)
7167         (gnus-registry-article-marks): Add functionality to mark articles
7168         through the Gnus registry.
7169
7170         * encrypt.el: Clarify documentation for the new pgg method.
7171         (encrypt-file-alist): Add PGG option.
7172         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7173         functionality.  Abstract password key and messaging to external
7174         functions.
7175         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7176         (encrypt-message-method-and-cipher): Add new convenience external
7177         functions.
7178         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7179         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7180
7181         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7182         (netrc-parse): Use encrypt-file-alist to determine if
7183         encrypt-find-model or encrypt-insert-file-contents should be used.
7184
7185         * encrypt.el: Clarify documentation.  Load password-cache or
7186         password, whichever one is found first, instead of autoloading.
7187
7188 2007-12-19  Glenn Morris  <rgm@gnu.org>
7189
7190         * mml.el (message-options-set, message-narrow-to-head)
7191         (message-in-body-p, message-mail-p, message-encode-message-body):
7192         Autoload.
7193         (message-remove-header, message-narrow-to-headers-or-head)
7194         (message-subscribed-p, message-make-mail-followup-to)
7195         (message-position-on-field, message-news-p)
7196         (message-options-set-recipient, message-generate-headers)
7197         (message-sort-headers): Declare as functions.
7198
7199 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7200
7201         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7202         convention in doc string.
7203
7204 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7205
7206         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7207         title to html parts.
7208         (gnus-article-browse-html-article): Pass message header to it.
7209
7210         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7211
7212 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7213
7214         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7215         or password compatible with XEmacs.
7216
7217 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7218
7219         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7220         format document.
7221         (gnus-mime-delete-part): Don't write description line if empty.
7222         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7223
7224 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7225
7226         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7227         (gnus-summary-mark-read-and-unread-as-read)
7228         (gnus-summary-mark-current-read-and-unread-as-read)
7229         (gnus-summary-mark-unread-as-ticked): Doc fix.
7230         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7231
7232 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7233
7234         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7235         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7236
7237 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7238
7239         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7240         yes-or-no-p.
7241
7242 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7243
7244         * mm-decode.el (mm-add-meta-html-tag): New function.
7245         (mm-save-part-to-file, mm-pipe-part): Use it.
7246
7247         * gnus-art.el (gnus-article-browse-delete-temp-files):
7248         Use gnus-y-or-n-p instead of y-or-n-p.
7249         (gnus-article-browse-html-parts): Work with message/external-body; use
7250         mm-add-meta-html-tag.
7251
7252 2007-12-11  Glenn Morris  <rgm@gnu.org>
7253
7254         * gnus-cache.el: Require gnus-sum not just when compiling.
7255
7256         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7257
7258         * gnus-int.el (gnus-server-opened, gnus-status-message):
7259         Move definitions before use.
7260
7261         * mm-decode.el: Require gnus-util.
7262         (mm-remove-part): Only call delete-annotation on XEmacs.
7263
7264         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7265
7266         * nnmail.el: Require gnus-int.
7267
7268         * spam.el: Move `require's before `eval-when-compile's.
7269
7270         * gnus-ems.el (gnus-alive-p):
7271         * gnus-fun.el (message-goto-eoh):
7272         * gnus-util.el (gnus-group-name-decode):
7273         * mail-source.el (gnus-compress-sequence):
7274         * message.el (Info-goto-node, format-spec):
7275         * mm-bodies.el (message-options-get):
7276         * mm-decode.el (mm-view-pkcs7):
7277         * mm-util.el (gmm-write-region):
7278         * mml-smime.el (mml-compute-boundary)
7279         (gnus-completing-read-with-default):
7280         * mml.el (widget-button-press, gnus-make-hashtable):
7281         * mml1991.el (mm-decode-content-transfer-encoding)
7282         (mm-encode-content-transfer-encoding)
7283         (message-options-get, message-options-set):
7284         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7285         * nnfolder.el (gnus-request-group):
7286         * nnheader.el (ietf-drums-unfold-fws):
7287         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7288         * smime.el (gnus-run-mode-hooks):
7289         * spam-stat.el (gnus-message): Autoload.
7290
7291         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7292         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7293         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7294         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7295         Add declare-function compatibility definition.
7296
7297         * gnus-cache.el (nnvirtual-find-group-art):
7298         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7299         (gnus-add-image, gnus-add-wash-type):
7300         * gnus-group.el (nnkiboze-score-file):
7301         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7302         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7303         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7304         (message-tokenize-header, gnus-get-buffer-create)
7305         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7306         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7307         * gnus.el (gnus-group-decoded-name):
7308         * mail-source.el (imap-capability):
7309         * mm-bodies.el (message-options-set):
7310         * mm-decode.el (gnus-configure-windows):
7311         * mm-extern.el (message-goto-body):
7312         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7313         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7314         (epg-sub-key-validity, message-options-set):
7315         * mml.el (widget-event-point, gnus-configure-windows):
7316         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7317         * mml2015.el (epg-check-configuration, epg-configuration)
7318         (message-options-set):
7319         * nndb.el (nndb-request-article):
7320         * nnfolder.el (gnus-request-create-group):
7321         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7322         * nnmaildir.el (gnus-group-mark-article-read):
7323         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7324         * rfc1843.el (message-fetch-field):
7325         * spam.el (gnus-extract-address-components):
7326         Declare as functions.
7327
7328 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7329
7330         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7331
7332         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7333
7334         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7335         bind show-trailing-whitespace for XEmacs.
7336
7337 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7338
7339         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7340         new no-op macro for backward compatibility.
7341
7342         * imap.el (imap-string-to-integer): New function.
7343
7344 2007-12-09  Glenn Morris  <rgm@gnu.org>
7345
7346         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7347
7348         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7349         * message.el, mm-view.el, sieve-manage.el, smime.el:
7350         Add declare-function compatibility definition.
7351
7352         * gnus-art.el (w3-region, w3m-region, Info-menu):
7353         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7354         * gnus-sum.el (gnus-get-predicate):
7355         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7356         * message.el (mail-abbrev-in-expansion-header-p):
7357         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7358         (w3m-detect-meta-charset, w3m-region):
7359         * sieve-manage.el (password-read, password-cache-add)
7360         (password-cache-remove):
7361         * smime.el (password-read-and-add): Declare as functions.
7362
7363 2007-12-08  David Kastrup  <dak@gnu.org>
7364
7365         * gnus-sum.el (gnus-summary-simplify-subject-query):
7366         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7367         `message'.
7368
7369 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7370
7371         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7372         it to bind idna-program, installation-directory, defined-colors, and
7373         face-attribute for XEmacs of the version that compiles defcustom forms.
7374
7375 2007-12-07  Glenn Morris  <rgm@gnu.org>
7376
7377         * gnus-art.el (article-make-date-line): Revert previous change.
7378
7379 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7382
7383 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7384
7385         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7386         Call gnus-add-to-range ranges only once with a prepared article-list.
7387
7388 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7389
7390         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7391         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7392         group names with backslashes.
7393         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7394
7395 2007-12-06  Deepak Goel  <deego3@gmail.com>
7396
7397         * gnus-art.el (article-make-date-line):
7398         * gnus-start.el (gnus-load):
7399         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7400
7401 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7402
7403         * gnus-art.el (gnus-use-idna)
7404         * gnus-start.el (gnus-site-init-file)
7405         * message.el (message-use-idna)
7406         * mm-uu.el (mm-uu-hide-markers)
7407         * smiley.el (smiley-style): Revert changes that suppress warnings.
7408
7409 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7410
7411         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7412         specify charset to html source.
7413         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7414
7415 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7416
7417         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7418         idna-program in order to suppress byte compile warning issued by XEmacs
7419         that came to byte compile the default value section of defcustom forms
7420         recently.
7421
7422         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7423         value of installation-directory.
7424
7425         * message.el (message-use-idna): Don't directly refer to the value of
7426         idna-program.
7427
7428         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7429
7430         * smiley.el (smiley-style): Don't directly call face-attribute.
7431
7432 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7433
7434         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7435
7436         * gnus-dired.el: Reduce Gnus dependencies.
7437         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7438         Don't require.  Use autoloads instead.
7439         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7440         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7441         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7442         (gnus-dired-mode): Adjust doc string.
7443         (gnus-dired-mail-mode): New variable.
7444         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7445         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7446         (gnus-dired-mail-buffers): New function.  Return mail or message
7447         composition buffers.
7448         (gnus-dired-attach): Use it.
7449         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7450         NO-DECODE.
7451         (gnus-dired-print): Use `gnus-print-buffer' depending on
7452         `gnus-dired-mail-mode'.
7453
7454 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7455
7456         * rfc2047.el (rfc2047-encoded-word-regexp)
7457         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7458         explaining what regexp patterns are for.
7459
7460 2007-12-04  Glenn Morris  <rgm@gnu.org>
7461
7462         * password.el: Move to password-cache.el.
7463
7464         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7465         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7466         * mml-smime.el (password-read, password-cache-add)
7467         (password-cache-remove):
7468         No need to autoload, since mml-sec requires password.
7469
7470         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7471         * message.el (gnus-extract-address-components):
7472         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7473
7474         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7475         password.
7476
7477 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7478
7479         * mailcap.el: Reduce dependencies.
7480         (mail-header-parse-content-type): Autoload.
7481         (mailcap-delete-duplicates): New alias.
7482         (mailcap-mime-info): Add optional argument NO-DECODE.
7483         (mailcap-mime-types): Use mailcap-delete-duplicates.
7484
7485         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7486
7487 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7488
7489         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7490         (imap-parse-status): Upcase status-att for servers that sends them
7491         lower-case (e.g., MS Exchange 2007).
7492
7493 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7494
7495         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7496         function.
7497
7498         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7499         (gnus-uu-yenc-article): New function.
7500
7501         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7502
7503         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7504
7505 2007-12-02  Glenn Morris  <rgm@gnu.org>
7506
7507         * binhex.el (binhex): New custom group.
7508         (binhex-decoder-program, binhex-decoder-switches)
7509         (binhex-use-external): Move to the binhex custom group.
7510
7511         * uudecode.el (uudecode): New custom group.
7512         (uudecode-decoder-program, uudecode-decoder-switches)
7513         (uudecode-use-external): Move to the uudecode custom group.
7514
7515         * netrc.el (top-level): Don't load `encrypt' features.
7516         (netrc-parse): Don't use encrypt.
7517         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7518
7519         * encrypt.el: Remove file.
7520
7521 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7522
7523         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7524         matches on patches.
7525
7526         * gnus-art.el (gnus-article-browse-html-article):
7527         Mention `mm-text-html-renderer' in the doc string.
7528
7529         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7530         string.  Add comments.
7531
7532         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7533         if rhs is ASCII.
7534
7535 2007-12-01  Glenn Morris  <rgm@gnu.org>
7536
7537         * mail-source.el (top-level): Require format-spec before
7538         eval-when-compile.
7539
7540 2007-11-30  Glenn Morris  <rgm@gnu.org>
7541
7542         * encrypt.el: Require password, rather than autoloading password-read.
7543
7544 2007-11-29  Glenn Morris  <rgm@gnu.org>
7545
7546         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7547         (sasl-make-client, sasl-next-step, sasl-step-data)
7548         (sasl-step-set-data): Declare as functions.
7549
7550 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7551
7552         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7553
7554 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7555
7556         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7557         certs should be verified and what is to be done in the event of a
7558         verification failure.
7559
7560         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7561         caller can indicate whether the cache should be disregarded for this
7562         call.  This way the result of the call is reproducible at all times and
7563         can be considered a canonical server name for the supplied method.
7564         (gnus-agent-method-p): Canonicalize server names by pushing their
7565         method through `gnus-method-to-server' using the no-cache argument.
7566
7567         * gnus-srvr.el (gnus-server-insert-server-line):
7568         Call `gnus-method-to-server' with `no-cache' argument.
7569
7570         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7571         gnus-agent-possibly-synchronize-flags as this should be called when the
7572         server is actually being opened.
7573         (gnus-agent-possibly-synchronize-flags)
7574         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7575         flags file of an agentized server to the latter function.
7576
7577         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7578         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7579         after a connection has been established successfully.
7580
7581 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7582
7583         * gnus-art.el (article-display-face): Force to display face if called
7584         interactively; check if gnus-article-x-face-too-ugly matches author.
7585         (article-display-x-face): Display face even if From header is missing
7586         as article-display-face does.
7587
7588 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7589
7590         * hashcash.el (message-narrow-to-headers-or-head)
7591         (message-fetch-field, message-goto-eoh)
7592         (message-narrow-to-headers): Declare as functions.
7593
7594 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7595
7596         * mail-source.el (mail-sources): Default to fetch from file for
7597         compatibility with default of nnmail-spool-file.
7598
7599 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7602         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7603         to look for encoded word that should be encoded again.
7604         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7605         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7606         encoding pattern.
7607         (rfc2047-decode-region): Switch strict regexp and loose one according
7608         to rfc2047-allow-irregular-q-encoded-words.
7609
7610 2007-11-25  Romain Francoise  <romain@orebokech.com>
7611
7612         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7613
7614 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7615
7616         * tls.el (tls-program): Provide more custom choices from
7617         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7618         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7619
7620 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7621
7622         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7623         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7624
7625         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7626         `nnmail-spool-file'.
7627
7628         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7629         `nnmail-spool-file'.
7630
7631         * gnus-move.el (gnus-change-server): Ditto.
7632
7633         * gnus-kill.el (gnus-batch-score): Ditto.
7634
7635         * gnus-cache.el (gnus-jog-cache): Ditto.
7636
7637         * gnus-msg.el (gnus-summary-reply):
7638         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7639
7640 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7641
7642         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7643         version.  Minor improvement to doc strings.
7644         (tls-program): Add comment.
7645
7646 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7647
7648         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7649         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7650         mismatch between the hostname provided in the certificate and the name
7651         of the host connnecting to.
7652         (open-tls-stream): Use them.  Check certificates against trusted root
7653         certificates.
7654
7655 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7656
7657         * gnus-cache.el (gnus-cache-generate-nov-databases):
7658         Use nnml-generate-nov-databases-directory instead of
7659         nnml-generate-nov-databases-1.
7660
7661 2007-11-24  Glenn Morris  <rgm@gnu.org>
7662
7663         * message.el (message-tool-bar-retro): Update for rename
7664         mail_send.xpm->mail-send.xpm.
7665
7666 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7669         `smime-ldap-search' for Emacs 22 and up.
7670
7671 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7672
7673         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7674
7675         * message.el (message-send-mail-function): Fix error convention.
7676         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7677         (message-widen-reply, message-send-mail, message-talkative-question)
7678         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7679         (message-clone-locals, message-send-news): Use with-current-buffer.
7680         (message-insert-or-toggle-importance): Remove unused var `valid'.
7681         (message-make-references): Remove unused var `new-references'.
7682         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7683
7684 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7685
7686         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7687         (spam-split-symbolic-return-positive): Reflow docstring.
7688         (spam-backends, spam-summary-exit-behavior)
7689         (spam-mark-ham-unread-before-move-from-spam-group)
7690         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7691         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7692         (spam-clear-cache, spam-backend-check, spam-install-backend)
7693         (spam-install-statistical-backend, spam-list-of-processors)
7694         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7695         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7696         (spam-check-crm114, spam-initialize, spam-unload-hook):
7697         Fix typos in docstrings.
7698
7699 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7700
7701         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7702         been checked if they have never been read and those group levels are
7703         higher than the one that a user specified.
7704
7705 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7706
7707         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7708         foreign groups unless a group level is specified by a user.
7709         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7710
7711 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * message.el (message-send-mail-function): Require sendmail.
7714
7715 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7716
7717         * message.el (message-send-mail-function): Check for smtpmail too.
7718
7719         * utf7.el (utf7-encode, utf7-decode): Use coding system
7720         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7721
7722         * message.el (message-send-mail-function): New function.
7723         (message-send-mail-function): Set default using
7724         message-send-mail-function.  Adjust doc string.
7725         (message-send-mail-with-mailclient): New function.
7726
7727 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7728
7729         * smime.el (from):
7730         * rfc2047.el (message-posting-charset):
7731         * qp.el (mm-use-ultra-safe-encoding):
7732         * pop3.el (parse-time-months):
7733         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7734         * nnml.el (files):
7735         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7736         (jka-compr-compression-info-list, ange-ftp-path-format)
7737         (efs-path-regexp):
7738         * nndiary.el (files):
7739         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7740         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7741         (epg-digest-algorithm-alist, inhibit-redisplay)
7742         (password-cache-expiry):
7743         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7744         (pgg-output-buffer, password-cache-expiry):
7745         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7746         (efs-path-regexp):
7747         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7748         (inhibit-redisplay):
7749         * mm-uu.el (file-name, start-point, end-point, entry)
7750         (gnus-newsgroup-name, gnus-newsgroup-charset):
7751         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7752         (latin-unity-ucs-list):
7753         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7754         (mm-uu-binhex-decode-function):
7755         * message.el (gnus-message-group-art, gnus-list-identifiers)
7756         (rmail-enable-mime-composing, gnus-local-organization)
7757         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7758         (gnus-read-active-file, facemenu-add-face-function)
7759         (facemenu-remove-face-function, gnus-article-decoded-p)
7760         (tool-bar-mode):
7761         * mail-source.el (display-time-mail-function):
7762         * gnus-util.el (nnmail-pathname-coding-system)
7763         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7764         (gnus-original-article-buffer, gnus-user-agent)
7765         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7766         (xemacs-codename, sxemacs-codename, emacs-program-version):
7767         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7768         * gnus-start.el (gnus-agent-covered-methods)
7769         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7770         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7771         (gnus-newsgroup-headers, gnus-group-list-mode)
7772         (gnus-group-mark-positions, gnus-newsgroup-data)
7773         (gnus-newsgroup-unreads, nnoo-state-alist)
7774         (gnus-current-select-method, mail-sources)
7775         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7776         (nnmail-spool-file, gnus-cache-active-hashtb):
7777         * gnus-mh.el (mh-lib-progs):
7778         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7779         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7780         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7781         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7782         (gnus-group-buffer):
7783         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7784         (font-lock-set-defaults):
7785         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7786         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7787         (gnus-summary-post-menu, total-parts, type, condition, length):
7788         * gnus-agent.el (gnus-agent-read-agentview):
7789         * flow-fill.el (show-trailing-whitespace):
7790         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7791         eval-and-compile wrappers for byte compiler pacifiers.
7792
7793         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7794         (mm-display-inline-fontify): Check for featurep 'xemacs not
7795         extent-list.
7796
7797         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7798         itimer-list.
7799         (mm-create-image-xemacs): Only do something for XEmacs.
7800         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7801
7802         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7803
7804         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7805         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7806
7807 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7808
7809         * nnimap.el (nnimap-split-download-body):
7810         * gnus-demon.el (gnus-demon):
7811         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7812
7813 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7816         New macros.
7817         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7818         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7819         copy data from unibyte buffer to multibyte current buffer.
7820         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7821         to copy data from unibyte current buffer to multibyte buffer.
7822         (nntp-make-process-buffer): Make process buffer unibyte.
7823
7824         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7825
7826 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7827
7828         * pop3.el (pop3-open-server): Accept and process data more robustly at
7829         connexion start to avoid spurious "POP SSL connexion failed" errors.
7830
7831 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7832
7833         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7834         read group names.
7835
7836 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7837
7838         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7839
7840 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7843         (nnmail-save-active): Use a unibyte buffer when saving active file,
7844         which may contain non-ASCII group names.
7845
7846         * nnml.el (nnml-request-group): Decode group names in messages.
7847
7848 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7849
7850         * message.el (message-citation-line-function)
7851         (message-insert-formatted-citation-line): Fix spelling of
7852         `message-insert-formated-citation-line'.
7853
7854 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7855
7856         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7857
7858 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7859
7860         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7861         nnmail-pathname-coding-system.
7862
7863         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7864         that a user enters; decode group names in messages.
7865
7866         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7867
7868 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7869
7870         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7871
7872         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7873
7874         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7875         risky local variable.
7876
7877         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7878
7879 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7880
7881         * encrypt.el: Improve documentation to fix function name typo.
7882         Reported by Daiki Ueno <ueno@unixuser.org>.
7883
7884 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7887         even if the point is not in the last page of an article.
7888         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7889         back to the previous page.
7890
7891 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7892
7893         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7894
7895 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7896
7897         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7898
7899 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7900
7901         * message.el (message-check-news-body-syntax):
7902         Avoid mm-string-as-multibyte.
7903         (message-hide-headers): Don't assume (point-min)==1.
7904
7905 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7906
7907         * message.el (message-remove-blank-cited-lines): Fix if remove is
7908         given.
7909         (message-bogus-address-regexp): New variable.
7910         (message-bogus-recipient-p): New function.
7911         (message-check-recipients): New command.
7912         (message-syntax-checks): Add `bogus-recipient'.
7913         (message-fix-before-sending): Add `bogus-recipient'.
7914
7915         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7916         (gnus-treat-body-boundary): Don't test window-system.
7917
7918 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7919
7920         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7921
7922 2007-10-28  Miles Bader  <miles@gnu.org>
7923
7924         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7925         at compile-time too.
7926
7927 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * gnus-msg.el (gnus-message-setup-hook):
7930         Add `message-remove-blank-cited-lines' to options.
7931
7932 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7933
7934         * message.el (message-remove-blank-cited-lines): New function.
7935         Suggested by Karl Plästerer.
7936
7937 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7938
7939         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7940         mapc.
7941
7942         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7943         (top-level): Use mapc to set functions to be traced for debugging.
7944
7945         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7946         called for effect with while loop.
7947
7948         * message.el (message-talkative-question): Replace mapcar called for
7949         effect with mapc.
7950
7951         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7952         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7953         called for effect with dolist.
7954
7955         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7956
7957         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7958         gnus-extra-headers and nnmail-extra-headers.
7959
7960         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7961         called for effect with dolist.
7962         (top-level): Use mapc to set functions to be traced for debugging.
7963
7964         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7965         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7966         dolist.
7967
7968         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7969         Replace mapcar called for effect with mapc.
7970         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7971         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7972         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7973         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7974
7975         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7976         remove-if that's a cl function.
7977
7978         * webmail.el (webmail-debug): Replace mapcar called for effect with
7979         dolist.
7980
7981         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7982         with mapc.
7983
7984 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7987         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7988         with while loop.
7989
7990         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7991         functions from article-* functions.
7992         (gnus-multi-decode-header): Replace mapcar called for effect with
7993         dolist.
7994
7995         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7996         (gnus-bookmark-show-details): Replace mapcar called for effect with
7997         while loop.
7998
7999         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8000         called for effect with while loop.
8001
8002         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8003         with dolist.
8004
8005         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8006         Replace mapcar called for effect with dolist.
8007
8008         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8009
8010         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8011         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8012         Replace mapcar called for effect with dolist.
8013         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8014         mapc.
8015
8016         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8017         Replace mapcar called for effect with dolist.
8018         (gnus-topic-list): Replace mapcar called for effect with mapc.
8019
8020         * gnus.el: Use mapc instead of mapcar to add autoloads.
8021
8022 2007-10-23  Richard Stallman  <rms@gnu.org>
8023
8024         * gnus-group.el (gnus-group-highlight): Mark as risky.
8025
8026 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8027
8028         * gnus.el (gnus-server-to-method): Return method found first in
8029         gnus-newsrc-alist.
8030
8031         * gnus-art.el (gnus-article-highlight-signature)
8032         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8033         button overlay without the front stickiness.
8034
8035 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8036
8037         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8038         overview buffer needed a catch to receive its throw.
8039         (gnus-agent-flush-cache): Declare as interactive to make this function
8040         easier to use.
8041
8042 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8043
8044         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8045         `next-line'.
8046
8047 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8048
8049         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8050         exclude address matching message-dont-reply-to-names.
8051
8052 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8053
8054         * gnus-util.el (gnus-string<): New function.
8055
8056         * gnus-sum.el (gnus-article-sort-by-author)
8057         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8058
8059 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8062         the frame-focus tag is set in gnus-buffer-configuration.
8063
8064 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8065
8066         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8067         the front stickiness.
8068
8069 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8070
8071         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8072         url pattern; remove duplicate one.
8073         (gnus-article-extend-url-button): New function.
8074         (gnus-article-add-buttons): Use it.
8075         (gnus-button-push): Use concatenated url that it makes.
8076
8077 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8078
8079         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8080
8081 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8082
8083         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8084         Don't hardcode point-min==1.
8085
8086 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8087
8088         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8089         Fix comment about "iso8859-1".
8090
8091 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8092
8093         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8094         ones returned from the verify-function.
8095
8096         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8097         Call mml2015-extract-cleartext-signature if extraction failed.
8098
8099 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8100
8101         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8102         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8103         failed.
8104
8105 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8106
8107         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8108
8109 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8110
8111         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8112         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8113         recommends to use EasyPG instead of PGG.
8114
8115         * pgg.el: Revert to revision 6.23.2.16.
8116
8117         * pgg-def.el: Revert to revision 6.6.2.14.
8118
8119         * pgg-gpg.el: Revert to revision 6.23.2.34.
8120
8121 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8122
8123         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8124         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8125         thread for both the null and zero (kill/expire thread) universal prefix
8126         cases.
8127         (gnus-summary-expire-thread): Add new function to expire a thread,
8128         using gnus-summary-kill-thread.
8129         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8130         shortcuts for gnus-summary-expire-thread.
8131         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8132         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8133
8134 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8135
8136         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8137         extras value, so an extras entry can be deleted.
8138         (gnus-registry-delete-extra-entry): Use it.
8139         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8140         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8141         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8142         storage through the gnus-registry, and provide an appropriate API for
8143         it.
8144
8145 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8148         Suggested by Leo <sdl.web@gmail.com>.
8149
8150         * gnus.el: Do.
8151
8152 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8155         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8156
8157         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8158
8159         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8160         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8161
8162 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8165         newline.
8166         (nnmbox-request-accept-article): Don't change article in source buffer;
8167         narrow to header to use message-fetch-field rather than
8168         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8169         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8170         as delimiters; make sure article ends with newline.
8171         (nnmbox-delete-mail): Correct last position of article to be deleted;
8172         ignore X-Gnus-Newsgroup header in article body.
8173         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8174         positions; make sure article ends with newline.
8175
8176         * message.el (message-display-abbrev): Don't infloop when a user
8177         inserts SPC in the beginning of header.
8178
8179         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8180         coding-system-for-read and coding-system-for-write for XEmacs having no
8181         file-coding feature.
8182
8183         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8184
8185 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8186
8187         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8188         list of groups not followed by default.  Fix type to be regexp.
8189         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8190
8191 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8192
8193         * hmac-def.el (define-hmac-function): Switch from old-style to
8194         new-style backquotes.
8195
8196         * md4.el (md4-make-step): Likewise.
8197
8198 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8201         raw-text coding system when saving .newsrc file, which may contain
8202         non-ASCII group names.
8203
8204 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8205
8206         * gnus-cus.el (gnus-score-extra): New widget.
8207         (gnus-score-extra-convert): New function.
8208         (gnus-score-customize): Use it for Extra.
8209
8210 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8211
8212         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8213         (mml2015-mailcrypt-clear-verify): Use it.
8214         (mml2015-gpg-clear-verify): Use it.
8215         (mml2015-pgg-clear-verify): Use it.
8216         (mml2015-epg-clear-verify): Replace the current part with the output
8217         from GnuPG; don't extract the plaintext by itself.
8218
8219         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8220         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8221         mml2015-clear-verify-function; don't touch the armor headers or
8222         dash-escaped text here.
8223
8224 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8225
8226         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8227         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8228         parts, or application/octet-stream as a last resort.
8229         (gnus-mime-view-part-as-type): Don't toggle display.
8230         (gnus-mime-view-part-as-charset): Don't turn off display before
8231         querying charset.
8232
8233         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8234         stuff to undisplayer function in Emacs.
8235         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8236
8237         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8238         text/calendar parts.
8239
8240 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8243         decoding text/calendar parts.
8244
8245         * message.el (message-forward-make-body-mime): Always mark body as
8246         having no illegible text; remove signed-or-encrypted argument.
8247         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8248
8249         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8250         (mml-generate-mime-1): Don't encode body if it is specified to be in
8251         raw form; don't make buffer be unibyte when inserting multibyte string.
8252
8253 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8254
8255         * sha1.el: Fix up comment style.
8256         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8257         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8258
8259         * hex-util.el: Fix up comment style.
8260         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8261
8262         * gnus-salt.el: Use with-current-buffer.
8263         (gnus-pick-setup-message): Fix long-standing typo.
8264
8265 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8266
8267         * imap.el (imap-logout-timeout): New variable.
8268         (imap-logout, imap-logout-wait): New functions.
8269         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8270
8271         * nnimap.el (nnimap-logout-timeout): New server variable.
8272         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8273         nnimap-logout-timeout.
8274
8275         * gnus-art.el (gnus-article-summary-command-nosave)
8276         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8277
8278 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8279
8280         * gnus.el (gnus-maximum-newsgroup): New variable.
8281
8282         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8283         according to gnus-maximum-newsgroup.
8284
8285         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8286         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8287         Limit the range of articles according to gnus-maximum-newsgroup.
8288
8289 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8290
8291         * gnus-art.el (gnus-sticky-article): Fix problems described in
8292         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8293         Don't perform gnus-configure-windows here; reuse existing sticky
8294         article buffer.
8295
8296         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8297         it doesn't exist in gnus-article-mode.
8298
8299 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8302         (gnus-agent-decoded-group-name): New function.
8303         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8304         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8305
8306 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8307
8308         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8309         Add binding for gnus-sticky-article.
8310         (gnus-summary-exit): Don't kill sticky article buffers.
8311
8312         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8313         article buffer.
8314         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8315         (gnus-kill-sticky-article-buffers): New commands.
8316
8317 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8318
8319         * nntp.el (nntp-xref-number-is-evil): New server variable.
8320         (nntp-find-group-and-number): If it is non-nil, don't trust article
8321         numbers in the Xref header.
8322
8323 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8324
8325         * gnus-agent.el (gnus-agent-read-group): New function.
8326         (gnus-agent-flush-group, gnus-agent-expire-group)
8327         (gnus-agent-regenerate-group): Use it.
8328         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8329         nnmail-pathname-coding-system.
8330
8331 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8332
8333         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8334
8335         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8336         that are unread as unread, and also as selected so that information of
8337         marks having been changed by a user may be updated when exiting group.
8338
8339 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8342
8343 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8346         calculated ignoring signature parts to gnus-treat-article.
8347
8348 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8351         a point here in order to keep the window start.
8352         (gnus-insert-mime-security-button): Make a button overlay without the
8353         front stickiness.
8354         (gnus-mime-display-security): Goto the end of a button.
8355
8356         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8357
8358 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8361         group-name-at-point.
8362         (gnus-group-completing-read): New function that offers decoded
8363         non-ASCII group names for completion.
8364         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8365         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8366         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8367         (gnus-group-fetch-control): Use it.
8368         (gnus-fetch-group): Use group-name-at-point for the initial value
8369         rather than the default value; use gnus-alive-p.
8370
8371         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8372         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8373         (gnus-summary-post-news): Use gnus-group-completing-read.
8374
8375         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8376         (gnus-read-move-group-name): Decode group name for completion.
8377
8378 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8379
8380         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8381         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8382         Yamaoka slightly modified the code).
8383
8384 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8385
8386         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8387         (nnmail-split-incoming): Bind it.
8388
8389         * nnml.el (nnml-group-name-charset): New function.
8390         (nnml-decoded-group-name): Use it; don't decode group name if
8391         nnmail-group-names-not-encoded-p is non-nil.
8392         (nnml-encoded-group-name): New function.
8393         (nnml-group-pathname): Inline nnml-decoded-group-name.
8394         (nnml-request-expire-articles): Decode group name in message.
8395         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8396         nnmail-pathname-coding-system.
8397         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8398         not decoded ones according to nnmail-group-names-not-encoded-p.
8399         (nnml-generate-active-info): Use nnml-encoded-group-name.
8400
8401 2007-08-08  Glenn Morris  <rgm@gnu.org>
8402
8403         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8404         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8405         doc-strings and comments.
8406
8407 2007-07-25  Glenn Morris  <rgm@gnu.org>
8408
8409         * Relicense all FSF files to GPLv3 or later.
8410
8411 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8412
8413         * gnus-sum.el (gnus-summary-move-article):
8414         Make gnus-summary-respool-article work.
8415
8416 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8417
8418         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8419         string.
8420
8421 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8422
8423         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8424         that should be ignored when comparing distant RSS articles with local
8425         ones.
8426         (nnrss-make-hash-index): New function.  Create a hash index according
8427         to the ignored fields.
8428         (nnrss-check-group): Use it.
8429
8430 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8433
8434         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8435
8436         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8437         the new optional argument ENCODED is non-nil.
8438         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8439         coding system for encoding group name.
8440         (gnus-group-make-rss-group): Pass un-encoded group name to
8441         gnus-group-make-group.
8442         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8443         encoded.
8444
8445         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8446         Encode group name to which articles are moved or copied.
8447         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8448         coding system for encoding Newsgroup, Followup-To and Xref headers.
8449
8450         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8451         marks; use nnheader-file-coding-system to write a file.
8452         (nnagent-retrieve-headers): Bind file-name-coding-system to
8453         nnmail-pathname-coding-system.
8454
8455         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8456
8457         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8458         (nnml-request-article, nnml-request-create-group)
8459         (nnml-request-rename-group, nnml-find-id)
8460         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8461         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8462         (nnml-save-marks): Use nnml-group-pathname instead of
8463         nnmail-group-pathname.
8464
8465         (nnml-request-create-group, nnml-request-expire-articles)
8466         (nnml-request-move-article, nnml-request-delete-group)
8467         (nnml-deletable-article-p, nnml-possibly-create-directory)
8468         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8469         (nnml-open-marks): Bind file-name-coding-system to
8470         nnmail-pathname-coding-system.
8471
8472         (nnml-request-article): Pass server argument to nnml-find-group-number.
8473         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8474         Pass server argument to nnml-possibly-create-directory.
8475         (nnml-request-accept-article): Pass server argument to
8476         nnml-active-number and nnml-save-mail.
8477         (nnml-find-group-number): Pass server argument to nnml-find-id.
8478         (nnml-request-update-info): Pass server argument to
8479         nnml-marks-changed-p.
8480
8481         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8482         (nnml-save-mail, nnml-active-number): Add server argument.
8483
8484         (nnml-request-delete-group): Warn if group is missing.
8485         (nnml-get-nov-buffer): Decode group name.
8486         (nnml-generate-active-info): Encode group name.
8487         (nnml-open-marks): Decode group name in messages.
8488
8489 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8490
8491         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8492         if it is not specified.
8493         (gnus-article-pipe-part, gnus-article-save-part)
8494         (gnus-article-interactively-view-part, gnus-article-copy-part)
8495         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8496         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8497         (gnus-article-replace-part, gnus-article-delete-part)
8498         (gnus-article-view-part-as-type): Pass raw prefix argument to
8499         gnus-article-part-wrapper.
8500
8501 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-agent.el (gnus-agent-save-active):
8504         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8505
8506         * gnus-cache.el (gnus-cache-save-buffers)
8507         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8508         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8509         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8510         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8511         (gnus-cache-generate-active, gnus-cache-rename-group)
8512         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8513         (gnus-cache-update-overview-total-fetched-for):
8514         Bind file-name-coding-system to nnmail-pathname-coding-system.
8515         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8516         New variables.
8517         (gnus-cache-decoded-group-name): New function.
8518         (gnus-cache-file-name): Use it.
8519         (gnus-cache-generate-active): Use non-decoded group name for active.
8520
8521         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8522         right place.
8523         (gnus-write-active-file): Don't break non-ASCII group names.
8524
8525         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8526         nnmail-pathname-coding-system.
8527
8528         * lpath.el: Bind default-file-name-coding-system,
8529         file-name-coding-system and language-info-alist for XEmacs.
8530
8531         * gnus-uu.el (gnus-uu-decode-save): Typo.
8532
8533 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8534
8535         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8536
8537 2007-07-14  David Kastrup  <dak@gnu.org>
8538
8539         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8540         finishing actions if we did not edit the article.
8541
8542 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8545         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8546         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8547         (gnus-agent-flush-group, gnus-agent-flush-cache)
8548         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8549         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8550         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8551         (gnus-agent-regenerate-group)
8552         (gnus-agent-update-files-total-fetched-for)
8553         (gnus-agent-update-view-total-fetched-for):
8554         Bind file-name-coding-system to nnmail-pathname-coding-system.
8555         (gnus-agent-group-pathname): Don't encode file names by
8556         nnmail-pathname-coding-system.
8557         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8558         coding-system-for-write instead of buffer-file-coding-system to
8559         gnus-agent-file-coding-system.
8560
8561         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8562         Decode group name.
8563
8564         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8565
8566         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8567         (gnus-read-newsrc-el-file): Make group names unibyte.
8568
8569         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8570         nnmail-pathname-coding-system.
8571
8572         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8573         (nnrss-request-delete-group): Bind file-name-coding-system to
8574         nnmail-pathname-coding-system.
8575         (nnrss-read-server-data, nnrss-read-group-data):
8576         Bind file-name-coding-system correctly.
8577         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8578
8579         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8580         (nntp-server-to-method-cache): New variable.
8581         (nntp-group-pathname): New function that decodes non-ASCII group names.
8582         (nntp-possibly-create-directory, nntp-marks-changed-p)
8583         (nntp-save-marks, nntp-open-marks): Use it.
8584         (nntp-possibly-create-directory, nntp-open-marks):
8585         Bind file-name-coding-system to nnmail-pathname-coding-system.
8586         (nntp-open-marks): Decode group names when bootstrapping marks.
8587
8588         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8589         Newsgroups and Folowup-To headers.
8590
8591 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8592
8593         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8594         (gnus-server-closed-face, gnus-server-denied-face)
8595         (gnus-server-offline-face): Remove variable.
8596         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8597
8598         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8599         of modifying message-stack directly for XEmacs.
8600
8601         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8602         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8603         if the coding-system argument is nil for XEmacs.
8604
8605         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8606         mm-charset-override-alist.
8607
8608         * rfc2047.el: Don't require base64; require rfc2045 for the function
8609         rfc2045-encode-string.
8610         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8611         to quote the parameter value.
8612
8613 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8614
8615         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8616         form in gnus-group-name-charset-method-alist.
8617
8618         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8619         overrides the default layout edit-form.
8620
8621         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8622
8623         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8624
8625 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8628         as unfetched articles.
8629
8630 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8631
8632         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8633
8634 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8635
8636         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8637         original back end that keeps marks in the local system.
8638
8639 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8640
8641         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8642         arg of pop-to-buffer for XEmacs.
8643         (gnus-article-read-summary-keys): Ditto; don't restore window
8644         configuration if summary command ends up with neither article buffer
8645         nor summary buffer; describe bindings if summary keys end with C-h.
8646
8647 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * message.el (message-fix-before-sending): Skip raw message part to be
8650         forwarded while checking illegible text.
8651         (message-forward-make-body-mime, message-forward-make-body):
8652         Mark signed or encrypted raw message as having no illegible text.
8653
8654 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8655
8656         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8657         (gnus-message-with-timestamp-1): New macro.
8658         (gnus-message-with-timestamp): New function.
8659         (gnus-message): Use them.
8660
8661         * nnheader.el (nnheader-message): Use them.
8662
8663 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8664
8665         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8666         .newsrc.eld file.
8667
8668 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-agent.el (gnus-agent-fetch-headers)
8671         (gnus-agent-retrieve-headers):
8672         Bind gnus-decode-encoded-address-function to identity.
8673
8674         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8675         available also when the server returns simply a dot.
8676
8677         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8678
8679 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8680
8681         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8682
8683 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8684
8685         * gnus-ems.el (gnus-x-splash): Make it work.
8686
8687         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8688         from being used.
8689
8690         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8691
8692 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8693
8694         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8695         4th and the 5th arguments.
8696
8697         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8698         the front stickiness.
8699         (gnus-article-summary-command-nosave): Correct the order of the
8700         arguments passed to pop-to-buffer.
8701         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8702         summary command ends up with the article buffer.
8703
8704         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8705         the same faces.
8706
8707 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8708
8709         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8710
8711 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8712
8713         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8714         * gnus-sum.el (gnus-summary-highlight):
8715         * pgg.el (pgg-sign-region, pgg-sign):
8716         * mail-source.el (mail-source-delete-old-incoming-confirm):
8717         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8718
8719 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus-art.el (gnus-mime-view-part-externally)
8722         (gnus-mime-view-part-internally): Fix predicate function passed to
8723         completing-read.
8724
8725         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8726
8727         * gnus.el (gnus-update-message-archive-method): Add :version.
8728
8729 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8730
8731         * gnus.el (gnus-update-message-archive-method): New variable.
8732
8733         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8734         according to gnus-message-archive-method if
8735         gnus-update-message-archive-method is non-nil.
8736
8737 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8740         Suggested by Loic Dachary <loic@dachary.org>.
8741         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8742
8743 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * message.el (message-pop-to-buffer): Add switch-function argument.
8746         (message-mail): Pass switch-function argument to it.
8747
8748 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8749
8750         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8751         Improve doc string.
8752
8753 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8756         (gnus-header-content)
8757         * gnus-cite.el (gnus-cite-10)
8758         * gnus-srvr.el (gnus-server-closed)
8759         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8760         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8761         (gnus-group-mail-3-empty, gnus-group-mail-low)
8762         (gnus-group-mail-low-empty, gnus-splash)
8763         * message.el (message-header-to, message-header-cc)
8764         (message-header-subject, message-header-other, message-header-name)
8765         (message-header-xheader, message-separator, message-cited-text)
8766         (message-mml): Lighten colors of faces used for dark background.
8767
8768 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8769
8770         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8771         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8772
8773 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * message.el (message-narrow-to-headers-or-head):
8776         Ignore mail-header-separator in the body.
8777
8778 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8779
8780         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8781         same as window size.
8782
8783 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8784
8785         * message.el (message-font-lock-keywords): Use message-header-xheader
8786         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8787         ahead of the anything pattern, to get it recognised.
8788
8789 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8792         spam.el loads uses it in the compiled defadvice form.
8793
8794 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8795
8796         * gnus-sum.el (gnus-articles-to-read)
8797         (gnus-summary-insert-old-articles): Don't truncate group name for
8798         `read-string'.
8799
8800         * gnus-util.el (gnus-limit-string): Delete this function.
8801
8802         * gnus-sum.el (gnus-simplify-subject-fully):
8803         Use `truncate-string-to-width' instead.
8804
8805 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8806
8807         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8808         Tell if, on summary exit, the next group has to be selected.
8809         (gnus-summary-exit): Use it.
8810
8811 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8812
8813         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8814         non-break space.
8815
8816 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8817
8818         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8819         Check if group is not a directory.
8820         (nnfolder-request-expire-articles): Don't delete articles if the target
8821         group is not available.
8822
8823         * nnml.el (nnml-request-create-group): Properly check if group is not a
8824         file.
8825         (nnml-request-expire-articles): Don't delete articles if the target
8826         group is not available.
8827
8828         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8829         Don't quote characters that are within parentheses.
8830
8831 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8832
8833         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8834         (gnus-handle-ephemeral-exit): Select article according to it.
8835
8836 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8837
8838         * message.el (message-insert-formated-citation-line): Remove newline.
8839         (message-citation-line-format): Add final \n here so that the user can
8840         avoid a blank line.
8841
8842 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8843
8844         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8845         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8846         Update lanl/arXiv support.
8847
8848 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8849
8850         * gnus.el: Bump version number.
8851
8852 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8853
8854         * gnus.el (gnus-version-number): Bump version.
8855
8856 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8857
8858         * gnus.el: No Gnus v0.6 is released.
8859
8860 2007-04-27  Didier Verna  <didier@xemacs.org>
8861
8862         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8863         * gmm-utils.el (gmm-regexp-concat): ... here.
8864         * message.el: Don't require 'gnus-util.
8865         (message-dont-reply-to-names): Handle name change above.
8866         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8867
8868 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8871         since the initial value varies according to the system.
8872
8873 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8874
8875         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8876
8877 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8878
8879         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8880
8881 2007-04-24  Didier Verna  <didier@xemacs.org>
8882
8883         Improve the type of gnus-ignored-from-addresses.
8884         * gnus-util.el (gnus-orify-regexp): New function.
8885         * message.el (gnus-util): Require it.
8886         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8887         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8888         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8889
8890 2007-04-24  Didier Verna  <didier@xemacs.org>
8891
8892         * gnus-sum.el:
8893         * gnus-utils.el: Fix some trailing whitespaces.
8894
8895 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8898         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8899         article's Message-ID; refer parent article in summary buffer.
8900
8901         * message.el (message-bounce): Call mime-to-mml.
8902
8903         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8904         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8905         optimize and/or forms properly.
8906
8907 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8908
8909         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8910         URL.
8911
8912 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8913
8914         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8915
8916 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8917
8918         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8919         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8920         displayed of multipart/alternative part if it is invoked from summary
8921         buffer.
8922
8923         * mm-view.el (mm-inline-text-html-render-with-w3m)
8924         (mm-inline-text-html-render-with-w3m-standalone)
8925         (mm-inline-render-with-function): Use mail-parse-charset by default.
8926
8927 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8928
8929         * parse-time.el (parse-time-string-chars): Check if CHAR
8930         is less than the length of parse-time-syntax.
8931
8932 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8933
8934         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8935         from gnus-newsgroup-processable.
8936
8937 2007-04-16  Didier Verna  <didier@xemacs.org>
8938
8939         * gnus-msg.el (gnus-configure-posting-styles):
8940         Handle message-signature-directory properly with :file syntax.
8941         Reported by "Leo".
8942
8943 2007-04-11  Didier Verna  <didier@xemacs.org>
8944
8945         New user option: message-signature-directory.
8946         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8947         * message.el (message-insert-signature): Ditto.
8948         * message.el (message-signature-file): Doc update.
8949         * message.el (message-signature-directory): New.
8950
8951 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-msg.el (gnus-inews-yank-articles):
8954         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8955
8956 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8957
8958         * message.el (message-yank-original): Make sure cited text ends with
8959         newline; don't exchange point and mark.
8960
8961 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8962
8963         * tls.el (open-tls-stream): Properly handle case where there
8964         is no associated buffer.
8965
8966 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8967
8968         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8969         message-yank-original, make sure (< mark TEXT point).
8970
8971 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8972
8973         * message.el (message-fill-column): New variable.
8974         (message-mode): Use it.  Add comment on a possible new hook.
8975
8976         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8977         (nnmail-get-new-mail): Reformat.
8978
8979         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8980
8981         * gmm-utils.el: Fix Commentary.
8982         (gmm-tool-bar-from-list): Fix typo in doc string.
8983
8984 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8985
8986         * message.el (message-yank-original): Don't switch point and mark
8987         unnecessarily to put point and mark as documented.
8988
8989 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8990
8991         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8992         from the message heads.
8993
8994 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8995
8996         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8997         article buffer does not have a window.  This may not be the best
8998         solution but is certainly better than setting the start of the null,
8999         that is the current, window.
9000
9001 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9002
9003         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9004         (gnus-draft-setup): Run it.
9005
9006         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9007         gnus-score-fast-scoring.  Allow regexp.
9008         (gnus-score-headers): Use it.
9009
9010         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9011         XEmacs.
9012
9013         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9014         string.
9015         (gnus-button-alist): Also catch `<f1> k ...'.
9016         (gnus-treat-display-x-face): Fix doc string.
9017
9018 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9019
9020         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9021         evaluation of gnus-extended-version to ensure correct generation of the
9022         User-Agent header when message-generate-headers-first is used.
9023
9024 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9025
9026         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9027         hashcash-path is nil.  Don't call callback with incorrect number of
9028         parameters if val is 0.
9029
9030 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9031
9032         * message.el (message-required-news-headers):
9033         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9034
9035 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9036
9037         * tls.el (open-tls-stream): In handshake-waiting loop,
9038         don't wait more if there is output available to process.
9039
9040 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9041
9042         * tls.el (tls-program): Doc fix.
9043
9044 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9045
9046         * message.el (message-generate-new-buffers): Change the meaning of the
9047         nil value; add `standard' to the choices; treat t as `unique'; improve
9048         doc string.
9049         (gnus-select-frame-set-input-focus): Autoload.
9050         (message-buffer-name): Search for the existing message buffer if
9051         message-generate-new-buffers is nil or `standard'; treat the value t of
9052         message-generate-new-buffers as `unique'.
9053         (message-pop-to-buffer): Raise the frame already displaying the message
9054         buffer; clear the echo area after querying.
9055         (message-setup): Pass the `continue' argument to compose-mail.
9056         (message-mail): Prefer `switch-function' if it is given; search for the
9057         existing message buffer if the `continue' argument is non-nil; pass
9058         continue and switch-function arguments to compose-mail by way of
9059         message-setup.
9060         (message-mail-other-window): Adjust argument of message-setup.
9061         (message-mail-other-frame): Ditto.
9062
9063 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9064
9065         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9066         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9067         to turn font-lock on when turning gnus-message-citation-mode on.
9068
9069 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9070
9071         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9072         (mml-smime-function-alist): New variable; add epg as the backend.
9073         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9074         mml-smime- functions instead.
9075         * mm-view.el: Require smime.
9076
9077 2007-03-05  Didier Verna  <didier@xemacs.org>
9078
9079         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9080         instead of just inheritance for posting styles.
9081         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9082
9083 2007-02-24  Chris Moore  <dooglus@gmail.com>
9084
9085         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9086         * pgg-pgp.el (pgg-pgp-encrypt-region):
9087         * pgg-gpg.el (pgg-gpg-encrypt-region):
9088         Check pgg-encrypt-for-me if no other recipients.
9089
9090 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9091
9092         * tls.el (tls-certtool-program): Fix custom type.
9093
9094 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9095
9096         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9097         and point-at-eol instead of line-(beginning|end)-position.
9098
9099         * assistant.el (assistant-parse-buffer): Ditto.
9100
9101         * netrc.el (netrc-parse-services): Ditto.
9102
9103 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9104
9105         * mml2015.el (mml2015-epg-find-usable-key): New function.
9106         (mml2015-epg-sign): Use it.
9107         (mml2015-epg-encrypt): Use it.
9108
9109 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9110
9111         * message.el (message-make-in-reply-to): Quote name containing
9112         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9113         if there are special characters.  Reported by NAKAJI Hiroyuki
9114         <nakaji@jp.freebsd.org>.
9115
9116 2007-02-27  Didier Verna  <didier@xemacs.org>
9117
9118         Include the group parameters as well as the topic ones in the
9119         inheritance filter process.
9120         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9121         argument GROUP-PARAMS-LIST.
9122         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9123
9124 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * nntp.el (nntp-never-echoes-commands)
9127         (nntp-open-connection-functions-never-echo-commands): New variables.
9128         (nntp-send-command): Use them.
9129
9130 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9131
9132         * mml2015.el (mml2015-epg-verify): Simplify.
9133
9134 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9135
9136         * mml.el (mml-content-disposition-alist): New user option.
9137         (mml-content-disposition): New function.
9138         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9139         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9140
9141 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9142
9143         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9144         verification.
9145
9146 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9147
9148         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9149         articles posted in the last 24 hours.
9150
9151 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9152
9153         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9154
9155 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9156
9157         * nntp.el (nntp-send-command): Don't wait for echoes when
9158         nntp-open-ssl-stream is used.
9159
9160 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9163         (gnus-message-add-citation-keywords)
9164         (gnus-message-remove-citation-keywords): Remove.
9165         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9166         directly, make the variables in font-lock-defaults buffer-local, add
9167         gnus-message-citation-keywords to them and then update the value of
9168         font-lock-keywords.
9169
9170 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9171
9172         * message.el (message-cite-original-1): Don't call
9173         gnus-article-highlight-citation.
9174
9175         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9176         citations; fix line count.
9177
9178 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9179
9180         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9181         (gnus-message-add-citation-keywords)
9182         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9183         versions of font-lock-add-keywords and font-lock-remove-keywords to
9184         work with XEmacs correctly.
9185
9186 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9187
9188         * gnus-cite.el (gnus-cite-face-list): Set the values of
9189         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9190         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9191         (gnus-message-cite-prefix-regexp): New variable.
9192         (gnus-message-search-citation-line): Use it; protect against long
9193         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9194         the 0th match data for Emacs.
9195         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9196         (gnus-message-add-citation-keywords): Append keywords rather than
9197         prepending; emulate font-lock-add-keywords if it is not available.
9198         (gnus-message-remove-citation-keywords):
9199         Emulate font-lock-remove-keywords if it is not available.
9200
9201         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9202
9203         * message.el (message-cite-prefix-regexp): Set the value of
9204         gnus-message-cite-prefix-regexp.
9205
9206 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9207
9208         * nnweb.el (nnweb-google-parse-1): Update parser.
9209
9210 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9211
9212         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9213
9214 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9215
9216         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9217         regexp.
9218
9219 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9220
9221         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9222         string-to-multibyte.
9223         (uudecode-decode-region-internal): Use it.
9224
9225         * lpath.el: Fbind string-as-multibyte for XEmacs.
9226
9227 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9230         Fix custom choice.
9231
9232         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9233
9234 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9235
9236         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9237
9238         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9239         `write-region' to respect `mm-inhibit-file-name-handlers'.
9240
9241 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9242
9243         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9244         Use gnus-home-directory instead of "~/" or "$HOME".
9245
9246 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9247
9248         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9249         to mention filename.
9250         Add comments at beginning regarding usage.
9251         (encrypt-write-file-contents): Change interactive so a string is
9252         acceptable.  If the file has no associated model, show an error instead
9253         of a nonsense prompt.
9254
9255 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9256
9257         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9258         Thanks to Yoshihiko Yamada for kind notification of this typo.
9259
9260 2007-01-12  Kenichi Handa  <handa@m17n.org>
9261
9262         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9263         multibyte buffer.
9264
9265 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9266
9267         * gnus-score.el (gnus-score-fast-scoring): New variable.
9268         (gnus-score-headers): Use it.
9269
9270         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9271
9272         * message.el (message-cite-original-1):
9273         Call gnus-article-highlight-citation if requested.
9274         (message-make-from): Allow name and address as optional arguments.
9275
9276         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9277
9278         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9279         bugs to doc string.
9280         (gnus-button-alist): Add mid\\|message-id.
9281         (gnus-button-fetch-group): Extend for use in
9282         `browse-url-browser-function'.
9283         (gnus-button-url-regexp): Try to catch paired parentheses like in
9284         Wikipedia URLs.
9285
9286         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9287         Suggested by Simon Krahnke <overlord@gmx.li>.
9288
9289 2007-01-13  Romain Francoise  <romain@orebokech.com>
9290
9291         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9292         Update copyright.
9293
9294 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9295
9296         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9297
9298 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9299
9300         * gnus-registry.el (gnus-registry-unfollowed-groups)
9301         (gnus-registry-split-fancy-with-parent): Fix documentation.
9302
9303 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9304
9305         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9306         from nnweb groups.
9307
9308 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9311         Xref urls.  Erase buffer before requesting head.
9312
9313         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9314
9315 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9316
9317         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9318         customizable.
9319
9320 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9321
9322         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9323         no signing key is found.
9324         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9325         no encrypting and/or signing key is found.
9326
9327 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9328
9329         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9330
9331 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9332
9333         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9334         headers read from disk with the ones newly found in the current search.
9335         This should no longer cause problems, because the article numbers in
9336         Gmane's `nov.php' output are ignored since the previous change.
9337
9338 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9339
9340         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9341
9342 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9343
9344         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9345         replace-regexp-in-string; bind url-version; fbind display-images-p and
9346         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9347         find-face and set-itimer-function for Emacs; bind itimer-list for
9348         Emacs.
9349
9350         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9351
9352 2007-01-01  Romain Francoise  <romain@orebokech.com>
9353
9354         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9355
9356 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9357
9358         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9359         `define-minor-mode' macro definition expanded properly.
9360         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9361         exclude it there.
9362
9363         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9364         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9365         `fboundp' test.
9366         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9367         This is OK to autoload in (S)XEmacs now.
9368
9369 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9370
9371         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9372         keystroke.
9373         (gnus-summary-limit-to-singletons): Fix typo.
9374
9375         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9376         else fails.
9377
9378 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9379
9380         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9381         docstring.
9382
9383         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9384         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9385         (gnus-summary-insert-dormant-articles): Fix typo in message.
9386
9387 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9388
9389         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9390         nil for XEmacs.
9391         (gnus-message-citation-mode): Don't autoload in XEmacs.
9392
9393         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9394
9395 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9396
9397         * nnimap.el (nnimap-expunge-search-string):
9398         Mention nnimap-search-uids-not-since-is-evil in docstring.
9399
9400 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9401
9402         * spam.el: Revert to make-obsolete-variable because
9403         define-obsolete-variable-alias is not supported in Emacs 21.
9404
9405         * spam.el (spam-ifile-path, spam-ifile-database-path)
9406         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9407         make-obsolete-variable.
9408         (spam-bsfilter-path, spam-bsfilter-program)
9409         (spam-spamassassin-path, spam-spamassassin-program)
9410         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9411         Don't use "path" inappropriately.
9412         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9413         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9414         variable names.
9415
9416 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9417
9418         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9419         summary buffer.
9420
9421         * password.el (password-cache-remove): Use clear-string to burn
9422         password, if available.
9423
9424 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9425
9426         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9427
9428         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9429
9430         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9431         (gnus-message-highlight-citation): Move defcustom here from
9432         gnus-cite.el.
9433         (gnus-message-citation-mode): Autoload.
9434
9435         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9436         checks to make it compile with XEmacs.
9437         (gnus-message-citation-mode): New minor mode.
9438         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9439         (gnus-message-highlight-citation): New variables.
9440         (gnus-message-search-citation-line)
9441         (gnus-message-add-citation-keywords)
9442         (gnus-message-remove-citation-keywords)
9443         (turn-on-gnus-message-citation-mode)
9444         (turn-off-gnus-message-citation-mode): New functions.
9445
9446 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9447
9448         * gnus-cite.el: Enable highlighting of different citation levels in
9449         message-mode.
9450
9451 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9452
9453         * message.el (message-make-fqdn): Fix comment.
9454         (message-bogus-system-names): Add ".local".
9455
9456         * spam.el (spam-ifile-path, spam-ifile-program)
9457         (spam-ifile-database-path, spam-ifile-database)
9458         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9459         Don't use "path" inappropriately.
9460         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9461         strings.
9462         (spam-check-ifile, spam-ifile-register-with-ifile)
9463         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9464         Use new variable names.
9465
9466         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9467         (gnus-treat-display-smileys): Simplify using
9468         gnus-image-type-available-p.
9469
9470         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9471         available.
9472
9473         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9474         Use `display-images-p' if available.
9475
9476 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9477
9478         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9479         one after turning on the buffer's multibyteness instead of decoding
9480         them directly in the unibyte buffer that causes unexpected conversion
9481         in Emacs 23 (unicode).
9482
9483 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9484
9485         * message.el (message-generate-hashcash): Fix custom type.
9486
9487 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9488
9489         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9490
9491 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9494         disconnect icons.  Add help text.
9495
9496 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9497
9498         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9499         negated to be consistent with the others we handle.
9500
9501 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9502
9503         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9504         version of gnus-summary-buffer to something, so that we can use two
9505         article buffers at the same time.
9506
9507 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9508
9509         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9510         trigger all the extra headers.
9511         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9512         sorting.
9513
9514 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9515
9516         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9517         solid groups.
9518
9519 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9520
9521         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9522
9523 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * legacy-gnus-agent.el: Add Copyright notice.
9526
9527 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9528
9529         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9530
9531 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9532
9533         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9534
9535         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9536         to make it work reliably in CVS Emacs.
9537         (gnus-summary-limit-strange-charsets-predicate)
9538         (gnus-summary-limit-to-predicate): New functions.
9539
9540 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9541
9542         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9543         specifying array size.
9544         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9545         array if it is too small.
9546         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9547         (gnus-sort-threads-loop): New function.
9548
9549 2006-12-06  Chris Moore  <dooglus@gmail.com>
9550
9551         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9552         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9553
9554 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9555
9556         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9557         options.
9558
9559 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9560
9561         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9562         DOS-ing the recipient.
9563
9564         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9565         the headers when creating the mapping to avoid mismappings.
9566         (nnweb-gmane-create-mapping): Always nix out old mapping.
9567
9568 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9569
9570         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9571         and mm-verify-option to never.
9572
9573 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9574
9575         * message.el (message-signed-or-encrypted-p): New function.
9576         (message-forward-make-body): Use it.
9577
9578         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9579         Replace encode-coding-string with mm-encode-coding-string.
9580
9581 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9582
9583         * nneething.el (nneething-decode-file-name):
9584         Replace decode-coding-string with mm-decode-coding-string.
9585
9586         * gnus-int.el (gnus-open-server): Say failed server's name.
9587
9588 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9589
9590         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9591         strings to a single string.  Quote `errors-file-name'.
9592         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9593         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9594         Adjust calls.  Use `shell-quote-argument'.
9595
9596 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9597
9598         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9599         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9600
9601         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9602         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9603         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9604         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9605         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9606         (gnus-subscribe-newsgroup, gnus-1):
9607         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9608         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9609         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9610         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9611
9612 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9613
9614         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9615         keystroke.
9616         (gnus-summary-limit-to-bodies): Implement headersp.
9617
9618 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9619
9620         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9621
9622 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9623
9624         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9625
9626 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9627
9628         * message.el (message-generate-hashcash): Expand range of values to
9629         include `opportunistic'.
9630         (message-send-mail): Use it.
9631
9632 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9633
9634         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9635         and comment it.
9636
9637         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9638
9639 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * gnus-util.el (gnus-extract-address-components): Improve comment.
9642
9643 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9644
9645         * gnus-util.el (gnus-extract-address-components): Work with address in
9646         which the name portion contains @.
9647
9648         * lpath.el: Fbind custom-autoload.
9649
9650 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * gnus.el (gnus-start): Move custom group up.
9653         (gnus-select-method): Don't autoload, but make it available for
9654         `customize-variable'.
9655         (gnus-getenv-nntpserver): Don't autoload.
9656
9657 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9658
9659         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9660
9661 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9662
9663         * message.el (message-sendmail-extra-arguments): New variable.
9664         (message-send-mail-with-sendmail): Use it.
9665
9666 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9667
9668         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9669         mm-with-unibyte-current-buffer to make string unibyte.
9670
9671         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9672         mm-string-as-multibyte.
9673
9674 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9675
9676         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9677         Reported by Werner Koch <wk@gnupg.org>.
9678
9679 2006-11-14  Daiki Ueno  <ueno@p360>
9680
9681         * mml2015.el: Autoload epa-select-keys when compiling.
9682
9683 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9684
9685         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9686         message-options.
9687         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9688
9689 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9690
9691         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9692         EasyPG (< 0.0.6).
9693         (mml2015-always-trust): New user option.
9694         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9695         prompt.
9696
9697 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9698
9699         * nntp.el (nntp-authinfo-force): New variable.
9700         (nntp-send-authinfo): Use it.
9701
9702 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9703
9704         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9705         decode encoded words.  Improve prompt.  Add comment about forwarding.
9706         (message-replacement-char): Move up.
9707
9708 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9709
9710         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9711         instead of gnus-intersection because arguments of gnus-sorted-nunion
9712         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9713
9714 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9715
9716         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9717         (message-simplify-subject-functions):
9718         Enable message-strip-subject-encoded-words by default.
9719
9720 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9721
9722         * message.el (message-strip-subject-encoded-words): New function.
9723         (message-simplify-subject-functions): New variable.
9724         (message-simplify-subject): Use it.  Fix typo in doc string.
9725         Support message-strip-subject-encoded-words.
9726
9727 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9728
9729         * gnus-diary.el (gnus-diary-delay-format-function):
9730         * nndiary.el (nndiary-reminders):
9731         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9732
9733 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * gnus-art.el (article-hide-boring-headers): Fetch date from
9736         gnus-original-article-buffer to avoid problems with localized date
9737         strings.
9738
9739 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9740
9741         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9742
9743 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9744
9745         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9746         New variables.
9747         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9748         (mm-charset-synonym-alist): Move some entries to
9749         mm-codepage-iso-8859-list.
9750         (mm-charset-synonym-alist, mm-charset-override-alist):
9751         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9752
9753 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9754
9755         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9756
9757 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9760         with Emacs 21 and XEmacs.
9761
9762 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9763
9764         * spam.el (spam-parse-address): New function for better parsing,
9765         catching errors, etc.
9766         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9767
9768 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * mm-view.el: Add interactive arg to html2text autoload.
9771
9772 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9773
9774         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9775
9776 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9779         New variables.
9780         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9781         (mm-charset-synonym-alist): Move some entries to
9782         mm-codepage-iso-8859-list.
9783
9784         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9785
9786 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * message.el (message-citation-line-format)
9789         (message-insert-formated-citation-line): Fix implementation of %E, %N
9790         and %n according to the doc string.
9791
9792 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9793
9794         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9795         Use car-safe to avoid bad parses.
9796
9797 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9798
9799         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9800         names.
9801
9802         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9803
9804 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9805
9806         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9807         header.
9808
9809         * message.el (message-draft-headers): Add Date.
9810         (message-headers-to-generate): Fix typo in docstring.
9811
9812         * nndraft.el (nndraft-required-headers): New variable.
9813         (nndraft-generate-headers): Use it.
9814
9815         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9816
9817 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9818
9819         * gnus-registry.el (gnus-registry-wash-for-keywords)
9820         (gnus-registry-find-keywords): New functions to allow easy searching of
9821         articles that are in the registry.
9822
9823 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9824
9825         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9826         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9827         Reported by Damien Elmes <damien@repose.cx>.
9828
9829 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9830
9831         * gnus.el (gnus-mime): Remove unused custom group.
9832
9833 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9834
9835         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9836         "blank line" when searching for end of armor headers.
9837
9838 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gmm-utils.el (gmm-write-region): Fix variable name.
9841
9842 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9843
9844         * gmm-utils.el (gmm-write-region): New function based on compatibility
9845         code from `mm-make-temp-file'.
9846
9847         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9848
9849         * nnmaildir.el (nnmaildir--update-nov)
9850         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9851         Use `gmm-write-region'.
9852
9853 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9856         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9857
9858         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9859
9860         * message.el (message-replacement-char): New variable.
9861         (message-fix-before-sending): Use it.
9862         (message-simplify-subject): New function to remove duplicate code.
9863         (message-reply, message-followup): Use it.
9864
9865         * gnus-sum.el (gnus-summary-make-menu-bar):
9866         Clarify gnus-summary-limit-to-articles.
9867
9868 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-util.el (gnus-with-local-quit): New macro.
9871
9872         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9873
9874 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9875
9876         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9877         ignore non-string data.
9878
9879 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9880
9881         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9882         non-string data (needs to be done in the registry too).
9883
9884 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9885
9886         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9887         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9888         (gnus-registry-split-fancy-with-parent)
9889         (gnus-registry-fetch-simplified-message-subject-fast)
9890         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9891         Remove text properties on ingress into the registry and when it's saved.
9892         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9893         registry from entries with no groups.
9894
9895 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9896
9897         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9898         function to remove string properties.
9899
9900 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9901
9902         * gmm-utils.el (gmm): Adjust custom version.
9903
9904         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9905         Adjust custom version.
9906
9907         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9908
9909 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9910
9911         * gnus-art.el (gnus-insert-prev-page-button)
9912         (gnus-insert-next-page-button): Simplify.  Reformat.
9913
9914 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9915
9916         * gnus-art.el (gnus-insert-prev-page-button)
9917         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9918
9919 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9920
9921         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9922
9923 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9924
9925         * gnus-art.el (gnus-insert-mime-button)
9926         (gnus-insert-mime-security-button):
9927         Apply gnus-article-button-face to MIME and security buttons.
9928
9929 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9930
9931         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9932         readable.
9933
9934 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9935
9936         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9937
9938 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9939
9940         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9941         `browse-url-of-file' instead of `browse-url'.
9942
9943 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9944
9945         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9946         regexp.  Articles containing quotation were cut prematurely.
9947
9948 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9949
9950         * message.el (message-cite-original-1): Use nobody by default for the
9951         value of From header.
9952         (message-reply): Ditto.
9953
9954 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9955
9956         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9957         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9958         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9959
9960 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9961
9962         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9963         mails in the doc string.  Add some URLs in comment.
9964         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9965
9966 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9969         backslashes handling and the way to find boundaries of quoted strings.
9970
9971 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9972
9973         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9974         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9975         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9976         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9977
9978 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9979
9980         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9981         doc string.
9982         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9983
9984 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9985
9986         * lpath.el: Fbind epg-check-configuration.
9987
9988 2006-09-06  Simon Josefsson  <jas@extundo.com>
9989
9990         * mml2015.el (mml2015-use): Doc fix, mention epg.
9991
9992 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9993
9994         * mml2015.el (mml2015-use): Default to epg, if available.
9995
9996 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9997
9998         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9999         message-sender.
10000         (mml1991-epg-encrypt): Ditto.
10001         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10002         message-sender.
10003         (mml2015-epg-encrypt): Ditto.
10004
10005 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10006
10007         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10008         several common directories.
10009
10010 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10011
10012         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10013         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10014
10015 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10016
10017         * gnus-art.el (article-decode-encoded-words): Make it fast.
10018
10019 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10020
10021         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10022
10023         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10024         in quoted string into `\'.
10025
10026 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10029         Use standard-syntax-table.
10030
10031 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * gnus-art.el (gnus-decode-address-function): New variable.
10034         (article-decode-encoded-words): Use it to decode headers which are
10035         assumed to contain addresses.
10036         (gnus-mime-delete-part): Remove useless `or'.
10037
10038         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10039         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10040         (gnus-nov-parse-line): Use it to decode From header.
10041         (gnus-get-newsgroup-headers): Ditto.
10042         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10043
10044         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10045         (mail-decode-encoded-address-string): New alias.
10046
10047         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10048         New function.
10049         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10050         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10051         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10052         (rfc2047-decode-string): Ditto.
10053         (rfc2047-decode-address-region): New function.
10054         (rfc2047-decode-address-string): New function.
10055
10056 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10057
10058         * message.el (message-caesar-buffer-body): Allow rotating headers.
10059
10060         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10061
10062         * message.el (message-insert-formated-citation-line): Fix %f.
10063         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10064
10065 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10066
10067         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10068         (gnus-bookmark-mouse-available-p): New macro.
10069         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10070         (gnus-bookmark-bmenu-show-infos): Use it.
10071         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10072         (gnus-bookmark-bmenu-hide-infos): Ditto.
10073         (gnus-bookmark-remove-properties): New function.
10074         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10075         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10076         (gnus-bookmark-write-file): Bind coding-system-for-write.
10077         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10078         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10079         group before selecting it.
10080         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10081         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10082         quit-window if it is not available; use gnus-mouse-2 and bind it to
10083         gnus-bookmark-bmenu-select-by-mouse.
10084         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10085         (gnus-bookmark-bmenu-select-by-mouse): New function.
10086
10087 2006-08-13  Romain Francoise  <romain@orebokech.com>
10088
10089         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10090         space.
10091
10092 2006-08-10  Romain Francoise  <romain@orebokech.com>
10093
10094         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10095         (dns-mode-soa-auto-increment-serial): New user option.
10096         (dns-mode-soa-maybe-increment-serial): New function.
10097         (dns-mode): Add the latter to `write-contents-functions'.
10098
10099 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * compface.el (uncompface): Use binary rather than raw-text-unix.
10102
10103 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10104
10105         * compface.el (uncompface): Make sure the eol conversion doesn't take
10106         place when communicating with the external programs.
10107         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10108
10109 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10110
10111         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10112
10113 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10114
10115         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10116         Make it more robust by parsing author and date independently.
10117
10118 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10119
10120         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10121
10122 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10123
10124         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10125         first matching secret key.
10126         (mml2015-epg-encrypt): Ditto.
10127
10128         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10129         first matching secret key.
10130         (mml1991-epg-encrypt): Ditto.
10131
10132         * mml2015.el (mml2015-encrypt-to-self): New user option.
10133         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10134         mml2015-epg-encrypt-to-self is set.
10135
10136         * mml1991.el (mml1991-encrypt-to-self): New variable.
10137         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10138         mml1991-epg-encrypt-to-self is set.
10139
10140         * mml2015.el (mml2015-signers): New user option.
10141         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10142         (mml2015-epg-encrypt): Allow to select signing keys.
10143
10144         * mml1991.el (mml1991-signers): New variable.
10145         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10146         (mml1991-epg-encrypt): Allow to select signing keys.
10147
10148 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10149
10150         * nnheader.el (nnheader-insert-head): Make it work even if the file
10151         uses CRLF for the line-break code.
10152
10153 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10154
10155         * mml2015.el: Require mml-sec instead of password.
10156         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10157         (mml2015-cache-passphrase): Inherit the default value from
10158         mml-secure-cache-passphrase.
10159         (mml2015-passphrase-cache-expiry): Inherit the default value from
10160         mml-secure-passphrase-cache-expiry.
10161
10162         * mml1991.el: Require mml-sec instead of password.
10163         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10164         (mml1991-cache-passphrase): Inherit the default value from
10165         mml-secure-cache-passphrase.
10166         (mml1991-passphrase-cache-expiry): Inherit the default value from
10167         mml-secure-passphrase-cache-expiry.
10168
10169         * mml-sec.el: Require password.
10170         (mml-secure-verbose): New user option.
10171         (mml-secure-cache-passphrase): New user option.
10172         (mml-secure-passphrase-cache-expiry): New user option.
10173
10174 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10175
10176         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10177         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10178         andreas@altroot.de (Andreas Vögele).
10179
10180         FIXME: Use `tiny change'?
10181
10182 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10183
10184         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10185         workaround for the url package included with Emacs.
10186
10187         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10188
10189 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10192         correctly.  This fixes a bug caused by the 2006-05-12 change.
10193
10194 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10195
10196         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10197         some information about the error when saying that the `bogus' mail
10198         group will be used.
10199
10200 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10201
10202         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10203         string.
10204
10205 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10206
10207         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10208
10209 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10210
10211         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10212
10213 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10214
10215         * mml1991.el (mml1991-function-alist): Add epg.
10216         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10217         (mml1991-epg-encrypt): New functions.
10218
10219 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10220
10221         * mml2015.el (mml2015-verbose): New variable.
10222         (mml2015-cache-passphrase): Ditto.
10223         (mml2015-passphrase-cache-expiry): Ditto.
10224         (mml2015-function-alist): Add epg.
10225         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10226         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10227         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10228         New functions.
10229
10230 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10231
10232         * message.el (message-cite-original-1): Preserve region when removing
10233         quoted text due to X-No-Archive in order to avoid bogus attribution
10234         when citing multiple messages.
10235
10236 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10237
10238         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10239         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10240
10241 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10242
10243         * gnus-diary.el (gnus-user-format-function-d)
10244         (gnus-user-format-function-D): Autoload.
10245
10246         * imap.el (Commentary): Fix typo.
10247
10248         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10249         2006-04-22 contribution.
10250
10251 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10252
10253         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10254         It didn't really fix the bogosity I'm seeing with solid web groups.
10255
10256 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10257
10258         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10259         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10260         created using server names.  If we use the feature without declaring
10261         it, Gnus does not properly manage server and group state.
10262
10263         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10264         bound.
10265
10266 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10267
10268         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10269         looking up the method using GROUP's prefix before inventing a new one.
10270         It is used on killed/unknown groups in various places where returning
10271         an all-new method isn't expected by the caller.
10272
10273         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10274         and match semantics of gnus-group-real-prefix.
10275
10276 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10277
10278         * nnmail.el (nnmail-broken-references-mailers): New variable.
10279         (nnmail-ignore-broken-references): New function generalizing
10280         nnmail-fix-eudora-headers.
10281         (nnmail-fix-eudora-headers): Now obsolete.
10282
10283         * gnus-art.el (gnus-button-handle-custom):
10284         Support `customize-apropos*'.
10285
10286 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10287
10288         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10289
10290         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10291         articles.
10292
10293 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * message.el (message-cite-reply-above): New variable.
10296         (message-yank-original): Use it.
10297
10298 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10299
10300         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10301
10302 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10303
10304         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10305         as read.
10306
10307         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10308
10309 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10310
10311         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10312         (gnus-bookmark-default-file): Use gnus-directory.
10313         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10314         Remove "*" in doc string.
10315         (gnus-bookmark-write-file): Simplify.
10316         (gnus-bookmark-maybe-sort-alist): Use `when'.
10317         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10318         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10319         Add FIXME about Emacs 21 and XEmacs compatibility.
10320         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10321         compatibility.
10322         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10323         compatibility.
10324         (gnus-bookmark-menu-heading): Fix version.
10325
10326 2006-06-19  Bastien Guerry  <bzg@altern.org>
10327
10328         * gnus-bookmark.el: New file.
10329
10330 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * message.el (message-syntax-checks): Doc fix.
10333
10334 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10335
10336         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10337         unsubscribed groups as if they were killed ones.  It causes duplicate
10338         entries in gnus-newsrc-alist.
10339
10340 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10341
10342         * message.el (message-syntax-checks): Doc fix.
10343         (message-send-mail): Add check for continuation headers.
10344         (message-check-news-header-syntax): Fix regexp used to check for
10345         continuation headers.
10346
10347 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10348
10349         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10350
10351 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10352
10353         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10354
10355 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10356
10357         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10358         default-truncate-lines.
10359
10360 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10361
10362         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10363         to fill the utf-8 entry.
10364
10365         * lpath.el: Fbind unicode-precedence-list.
10366
10367 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10368
10369         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10370
10371 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10372
10373         * gnus-agent.el (directory-files-and-attributes): Move all the way
10374         forward (the third and final move).
10375         (gnus-agent-read-agentview): Trap reconstruction errors due to
10376         nonexistent directory.  Handle by returning nil.
10377
10378 2006-05-30  Didier Verna  <didier@xemacs.org>
10379
10380         * message.el (message-dont-reply-to-names): Update the custom type.
10381         * message.el (message-dont-reply-to-names): New defsubst: potentially
10382         convert a list of regexps into a single one.
10383         * message.el (message-get-reply-headers): Use it.
10384         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10385
10386 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10387
10388         * gnus-agent.el (directory-files-and-attributes): Move forward.
10389
10390 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10391
10392         * gnus-ml.el (gnus-mailing-list-subscribe)
10393         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10394         (gnus-mailing-list-message): Fix doc strings.
10395
10396 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10397
10398         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10399         of doing it manually.
10400
10401 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10402
10403         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10404         comment.
10405
10406 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10407
10408         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10409         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10410         (gnus-agent-read-local): All symbols allocated in my-obarray.
10411         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10412         (gnus-agent-regenerate-group): Check numeric names to see if they are
10413         messages or groups.
10414         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10415         better way of do this...)
10416
10417         * gnus-cache.el (gnus-agent-total-fetched-for):
10418         Ignore 'dummy.group' (there should be a better way of do this...)
10419
10420 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10421
10422         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10423         (gnus-saved-headers): Ditto.
10424         (gnus-default-article-saver): Mention functions may have properties.
10425         (gnus-article-save): Override gnus-save-all-headers and
10426         gnus-saved-headers by :headers property which saver function may have.
10427         (gnus-summary-save-in-file): Add :headers property.
10428         (gnus-summary-write-to-file): Ditto.
10429
10430         * gnus-sum.el (gnus-summary-save-article): Bind
10431         gnus-prompt-before-saving to t when saving many articles in a file;
10432         always show all headers.
10433
10434         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10435
10436 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10437
10438         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10439         marks.
10440
10441         * message.el (message-indent-citation): Add optional arguments to allow
10442         using it outside of message buffers.
10443
10444         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10445         (gnus-article-treat-unfold-headers): Use it.
10446         (gnus-article-truncate-lines): New variable.
10447         (gnus-article-mode): Use it.
10448         (gnus-article-toggle-truncate-lines): New function.
10449
10450         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10451         Add gnus-article-toggle-truncate-lines.
10452
10453         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10454         coding system in XEmacs, use binary.
10455
10456 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10457
10458         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10459         after-load-alist.
10460
10461         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10462         this function should save decoded articles.
10463         (gnus-summary-write-to-file): Use property to specify this function
10464         should save decoded articles and specify gnus-summary-save-in-file
10465         should be used to save articles other than the first one when saving
10466         many articles.
10467         (gnus-summary-save-body-in-file): Use property to specify this
10468         function should save decoded articles.
10469         (gnus-summary-write-body-to-file): Use property to specify this
10470         function should save decoded articles and specify
10471         gnus-summary-save-body-in-file should be used to save articles other
10472         than the first one when saving many articles.
10473
10474         * gnus-sum.el (gnus-summary-save-article): Simplify.
10475
10476 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10477
10478         * gnus-art.el (gnus-default-article-saver):
10479         Add gnus-summary-write-body-to-file.
10480         (gnus-article-save-coding-system): Don't use coding system object
10481         in XEmacs.
10482         (gnus-read-save-file-name): Add optional `dir-var' argument which
10483         specifies directory in which files are saved; work even if optional
10484         `variable' argument is not specified.
10485         (gnus-summary-write-to-file): Read file name.
10486         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10487         (gnus-summary-write-body-to-file): New function.
10488
10489         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10490         (gnus-summary-local-variables): Add it.
10491         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10492         (gnus-summary-save-article): Remove optional `decode' argument;
10493         determine whether to decode articles by the value of
10494         gnus-default-article-saver; when saving many files using
10495         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10496         it first and use gnus-summary-save-in-file or
10497         gnus-summary-save-body-in-file thereafter unless
10498         gnus-prompt-before-saving is always; move point to article which
10499         will be saved.
10500         (gnus-summary-save-article-file): Revert.
10501         (gnus-summary-write-article-file): Revert.
10502         (gnus-summary-save-article-body-file): Revert.
10503         (gnus-summary-write-article-body-file): New function.
10504
10505 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * gnus-art.el (gnus-default-article-saver): Doc fix.
10508         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10509         from gnus-summary-save-article-coding-system, and default to a
10510         certain coding system.
10511         (gnus-output-to-file): Add coding cookie and encode text according
10512         to gnus-article-save-coding-system; don't use mm-append-to-file.
10513
10514         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10515         gnus-art.el and rename to gnus-article-save-coding-system.
10516         (gnus-summary-save-article): Require gnus-art; don't show all
10517         headers if it decodes articles; don't add coding cookie here;
10518         don't bind mm-text-coding-system-for-write.
10519         (gnus-summary-save-article-file): Save decoded articles.
10520         (gnus-summary-write-article-file): When saving many files, use
10521         gnus-summary-write-to-file first and gnus-summary-save-in-file
10522         thereafter unless gnus-prompt-before-saving is always.
10523         (gnus-summary-save-article-body-file): Save decoded articles.
10524
10525         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10526
10527 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * nnrss.el (nnrss-check-group): Bind hash-index.
10530
10531 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10532
10533         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10534         its hash index.  Store this hash in `nnrss-group-data'.
10535         (nnrss-read-group-data): Update accordingly.
10536
10537 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10538
10539         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10540         entry.
10541
10542         * gnus-sum.el (gnus-summary-make-menu-bar):
10543         Add gnus-article-browse-html-article.
10544
10545 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10546
10547         * gnus-sum.el (gnus-summary-mime-map):
10548         Add gnus-article-browse-html-article.
10549
10550         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10551
10552 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10553
10554         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10555         suitable coding systems in customize.
10556
10557 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10558
10559         * mail-source.el (mail-sources): Fix custom type.
10560
10561 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10562
10563         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10564         (gnus-summary-expire-articles-now): Shorten prompt.
10565
10566         * gmm-utils.el (wid-edit): Require.
10567         (defun-gmm): Rename from `gmm-defun-compat'.
10568         (gmm-image-search-load-path): Use it.
10569         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10570
10571 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10572
10573         * gnus-sum.el (gnus-summary-save-article-coding-system):
10574         New variable.
10575         (gnus-summary-save-article): Add optional `decode' argument.
10576         If it is set and gnus-summary-save-article-coding-system is non-nil,
10577         save decoded article.
10578         (gnus-summary-write-article-file): Save decoded article if
10579         gnus-summary-save-article-coding-system is non-nil.
10580
10581         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10582         type.
10583
10584 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10585
10586         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10587
10588 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10589
10590         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10591         first to test gnus-single-article-buffer which may be buffer-local.
10592
10593         * gnus-sum.el (gnus-summary-setup-buffer):
10594         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10595         group; make gnus-article-buffer, gnus-article-current, and
10596         gnus-original-article-buffer always buffer-local.
10597         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10598         group.
10599         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10600
10601 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10602
10603         * nnml.el (nnml-request-compact-group): Compressed files might not
10604         have .gz extension.
10605
10606 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10607
10608         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10609         (mm-copy-to-buffer): Use with-current-buffer.
10610         (mm-display-part): Simplify.
10611         (mm-inlinable-p): Add optional arg `type'.
10612
10613 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10614
10615         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10616         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10617         Try harder to show the attachment internally or externally using
10618         gnus-mime-view-part-as-type.
10619
10620 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10621
10622         * message.el (message-from-style, message-signature-separator)
10623         (message-user-organization-file, message-send-mail-function)
10624         (message-citation-line-function, message-yank-prefix)
10625         (message-indent-citation-function, message-signature)
10626         (message-signature-file, message-signature-insert-empty-line):
10627         Remove autoloads.
10628
10629         * gnus-art.el (gnus-buttonized-mime-types):
10630         Remove "multipart/signed".  Revert 2006-04-26 change.
10631
10632 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633
10634         * gnus.el (gnus-version-number): Bump version.
10635
10636 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10637
10638         * gnus.el: No Gnus v0.5 is released.
10639
10640 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10641
10642         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10643         fetching articles by message-id.
10644
10645 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10646
10647         * message.el (hashcash): Require hashcash as normal.
10648
10649         * ecomplete.el (ecomplete-highlight-match-line):
10650         Use point-at-eol.
10651         (ecomplete-highlight-match-line): Use `highlight', because that
10652         face exists in both Emacs and XEmacs.
10653
10654         * message.el (message-display-abbrev): Use point-at-bol.
10655
10656         * mail-source.el: Don't require timer/timer-funcs.
10657
10658         * gnus-async.el: Ditto.
10659
10660         * password.el: Ditto.
10661
10662         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10663
10664         * mm-url.el: Ditto.
10665
10666         * gnus-xmas.el: Don't require timer-funcs.
10667
10668         * mm-util.el: Require timer/timer-funcs.
10669
10670 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10671
10672         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10673         Close.
10674
10675 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10676
10677         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10678         unibyte after clear-decrypt function runs.
10679
10680         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10681         returns as a unibyte string.
10682
10683 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10684
10685         * lpath.el: Revert.
10686
10687         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10688         (pgg-gpg-process-sentinel): Revert.
10689
10690         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10691         (pgg-pgp-lookup-key): Revert.
10692
10693         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10694         (pgg-pgp5-lookup-key): Revert.
10695
10696         * pgg.el (pgg-fetch-key): Revert.
10697
10698 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10699
10700         * lpath.el: Fbind string-as-multibyte for XEmacs.
10701
10702         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10703         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10704         (mml1991-pgg-encrypt): Ditto.
10705
10706         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10707         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10708         a multibyte buffer.
10709
10710         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10711         (pgg-pgp-lookup-key): Ditto.
10712
10713         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10714         (pgg-pgp5-lookup-key): Ditto.
10715
10716         * pgg.el (pgg-fetch-key): Ditto.
10717
10718 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10719
10720         * message.el (message-user-organization-file): Check several
10721         locations of the organization file.
10722
10723         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10724         Add gnus-article-view-part-as-type.
10725
10726         * gnus-art.el (gnus-article-view-part-as-type): New function.
10727
10728         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10729         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10730
10731         * mml.el: Simplify autoload.
10732         (mml-mode): defvar dnd-protocol-alist instead of using
10733         symbol-value.
10734         (mml-default-directory): New variable.
10735         (mml-minibuffer-read-file): Use it.
10736         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10737
10738         * message.el (message-citation-line-format): New variable.
10739         (message-insert-formated-citation-line): New function.
10740         (message-citation-line-function):
10741         Add `message-insert-formated-citation-line' to custom type.
10742
10743         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10744         to doc string.
10745
10746         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10747         depending on mm-verify-option.
10748
10749 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10750
10751         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10752         binding pgg-* variables; reimplement the section which prevents
10753         MIME header from being signed.
10754         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10755         pgg-text-mode; remove a blank line at the top of body.
10756
10757         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10758         lines at the top of body; use gnus-newsgroup-charset if there's no
10759         Charset header.
10760
10761 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10762
10763         * message.el (message-self-insert-commands): Doc fix.
10764
10765         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10766         (mm-uu-pgp-encrypted-test): Ditto.
10767         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10768         between header and body; return application/pgp-encrypted handle
10769         if decryption failed; decode decrypted body by charset.
10770
10771         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10772         element match to application/pgp-*.
10773
10774 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10775
10776         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10777         HTML.
10778
10779 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10780
10781         * mail-source.el (mail-source-call-script): Message the error
10782         string.
10783
10784 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10785
10786         * gnus-util.el (gnus-byte-compile): Use it.
10787
10788 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10789
10790         * gnus-util.el (kill-empty-logs): New function.
10791
10792 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * message.el (message-mail-alias-type): Doc fix.
10795         (message-mail-alias-type-p): New function.
10796         (message-send): Use it.
10797         (message-mode): Ditto.
10798         (message-strip-forbidden-properties): Ditto.
10799
10800         * ecomplete.el (ecomplete-database-file-coding-system):
10801         New variable.
10802         (ecomplete-save): Use it.
10803         (ecomplete-setup): Use it.
10804
10805 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10806
10807         * message.el (message-self-insert-commands): New variable.
10808         (message-strip-forbidden-properties): Use it.
10809
10810 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10811
10812         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10813         that doesn't make XEmacs choke.
10814
10815 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10816
10817         * gnus-util.el (gnus-replace-in-string):
10818         Prefer replace-regexp-in-string over of replace-in-string.
10819
10820 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10821
10822         * gnus-util.el (gnus-select-frame-set-input-focus):
10823         Use select-frame-set-input-focus if it is available in XEmacs; use
10824         definition defined in Emacs 22 for old Emacsen.
10825
10826         * dgnushack.el: Autoload unmorse-region for XEmacs.
10827
10828         * lpath.el: Bind cursor-in-non-selected-windows and
10829         select-frame-set-input-focus for XEmacs.
10830
10831 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10832
10833         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10834
10835 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10836
10837         * gnus-registry.el (gnus-registry-cache-save): Remove text
10838         properties when saving via the temp buffer.
10839
10840 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10841
10842         * message.el (message-generate-hashcash): Honor custom type.
10843
10844 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10845
10846         * message.el (message-generate-hashcash): Default to non-nil when
10847         hashcash is found.
10848
10849         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10850         (gnus-refer-thread-limit): Increase default to 500.
10851
10852         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10853
10854         * flow-fill.el (fill-flowed): Allow delete-space.
10855
10856 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10857
10858         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10859         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10860         Remove autoloads.
10861
10862 2006-04-18  Simon Josefsson  <jas@extundo.com>
10863
10864         * message.el (message-generate-hashcash): Default to.
10865
10866 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10867
10868         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10869         concatenating segments rather than before concatenating them.
10870
10871 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10872
10873         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10874
10875 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876
10877         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10878
10879         * message.el (message-forward-make-body-plain):
10880         Allow message-forward-ignored-headers to be a list.
10881         (message-remove-ignored-headers): Factor out into function.
10882         (message-forward-make-body-mml): Use it.
10883
10884         * imap.el (imap-quote-specials): New function.
10885         (imap-login-auth): Quote specials.
10886
10887         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10888         (rfc2231-parse-string): Allow concatanation of parameters that
10889         aren't contiguous.  The test case is
10890           (mail-header-parse-content-type "message/external-body;
10891             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10892             access-type=LOCAL-FILE;
10893             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10894
10895 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10896
10897         * nntp.el (nntp-accept-process-output): Return the value of
10898         `nnheader-accept-process-output'.
10899
10900 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10901
10902         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10903         (gnus-button-alist): Recognize more diff formats.
10904         (gnus-button-patch): Strip directory.
10905
10906 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10907
10908         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10909         Emacs 22 when setting focus.
10910
10911 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10912
10913         * gnus-art.el (gnus-article-treat-types): Do treatment of
10914         text/x-verbatim parts.
10915         (gnus-button-patch): New command.
10916
10917         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10918         addresses that contain invalid characters.
10919
10920 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921
10922         * message.el (message-put-addresses-in-ecomplete):
10923         Use gnus-replace-in-string.
10924         (message-is-yours-p): Use the more correct
10925         mail-header-parse-address instead of
10926         mail-extract-address-components.
10927         (message-put-addresses-in-ecomplete): Fix typo.
10928
10929         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10930         keystroke.
10931
10932         * gnus-art.el (gnus-treatment-function-alist): Change order of
10933         newsgroups/generic header folding to avoid double-folding.
10934
10935         * message.el (message-hidden-headers): Add X-Draft-From.
10936
10937         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10938         New command.
10939         (gnus-summary-repeat-search-article-backward): New command.
10940
10941         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10942         groups in the parent topic.
10943
10944 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10945
10946         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10947         (spam-extra-header-to-number): Return the CRM114 number as a
10948         number instead of a string.
10949
10950 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10951
10952         * gnus-art.el (gnus-face-properties-alist): Move here from
10953         gnus-fun.
10954
10955         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10956
10957 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10958
10959         * message.el (message-strip-forbidden-properties): Only display on
10960         self-insert-command.
10961
10962         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10963         reindent.
10964         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10965
10966 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10967
10968         * smiley.el (smiley-style): Fix typo.
10969
10970 2006-03-23  Kenichi Handa  <handa@m17n.org>
10971
10972         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10973         instead of set-buffer-multibyte.
10974
10975 2006-03-23  Kenichi Handa  <handa@m17n.org>
10976
10977         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10978         buffer and then decode the buffer text if necessary.
10979         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10980         first, and after mm-encode-body, change the buffer to unibyte.
10981
10982 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10983
10984         * hashcash.el (hashcash-insert-payment-async-2):
10985         Use message-goto-eoh instead of doing it manually.
10986         (mail-add-payment): Use message-narrow-to-header instead of trying
10987         to do the same itself.
10988
10989         * message.el (message-hidden-headers): Add Face.
10990
10991         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10992         reparenting code.
10993         (gnus-summary-reparent-children): Refactored out code.
10994         (gnus-summary-thread-map): New keystroke.
10995         (gnus-summary-reparent-children): Make into command.
10996
10997         * smiley.el (smiley-style): Default to `medium' if using a large
10998         font.
10999
11000         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11001         does it itself.
11002
11003         * message.el (message-point-in-header-p): Simplify definition.
11004
11005 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11006
11007         * nnagent.el (nnagent-request-set-mark): Silence log file
11008         writing.
11009         (nnagent-request-set-mark): Use write-region instead of
11010         append-to-file.
11011
11012         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11013         strange select method.
11014
11015         * ecomplete.el (ecomplete-display-matches): Get highlightling
11016         right.
11017         (ecomplete-display-matches): Use literals.
11018         (ecomplete-display-matches): Disable message logging.
11019
11020         * message.el (message-display-abbrev): Small optimization.
11021
11022         * ecomplete.el (ecomplete-display-matches): Allow automatic
11023         display.
11024
11025         * message.el (message-strip-forbidden-properties):
11026         Display abbrevs.
11027         (message-display-abbrev): Get automatic display right.
11028
11029         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11030         keystrokes.
11031
11032 2006-04-13  Romain Francoise  <romain@orebokech.com>
11033
11034         TODO: Backport to v5-10!
11035
11036         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11037         Move here (and rename) from gnus-registry.el.
11038
11039         * gnus-registry.el: Require gnus-util.
11040         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11041
11042 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11043
11044         * gnus-group.el (gnus-group-catchup-current):
11045         Change if-then-else-if-then-else into cond.
11046         (gnus-group-catchup): Indent.
11047         (group-name-at-point): New function.
11048         (gnus-fetch-group): Provide default from thing at point.
11049
11050 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11051
11052         * message.el (message-display-abbrev): Fix regexp.
11053
11054         * ecomplete.el (ecomplete-highlight-match-line):
11055         Reimplement choosing.
11056         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11057         dead variables.
11058
11059         * message.el (message-newline-and-indent): Remove debugging.
11060         (message-display-abbrev): Use new implementation.
11061
11062 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * gnus-art.el (gnus-article-mode):
11065         Set cursor-in-non-selected-windows to nil.
11066
11067         * smiley.el: Revert previous change.
11068         (smiley-data-directory): defvar it before using it in the
11069         defcustom of `smiley-style'.
11070
11071 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11072
11073         * message.el (message-newline-and-indent): New function.
11074
11075         * ecomplete.el: Implement more bits.
11076
11077         * message.el (message-put-addresses-in-ecomplete): Clean up the
11078         string.
11079
11080         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11081
11082         * gnus-sum.el (gnus-summary-save-parts):
11083         Bind gnus-summary-save-parts-counter and use it to make unique file
11084         names.
11085
11086         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11087
11088         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11089         parameter to say whether to actually parse the individual
11090         addresses.
11091
11092         * message.el (message-put-addresses-in-ecomplete): New function.
11093         (ecomplete): Require.
11094         (message-mail-alias-type): Add ecomplete as an option.
11095
11096 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11097
11098         * flow-fill.el (fill-flowed): Remove trailing space from blank
11099         quoted lines.
11100
11101 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11102
11103         * smiley.el (smiley-style): Move definition later to avoid a
11104         compilation warning.
11105
11106 2006-04-12  Kenichi Handa  <handa@m17n.org>
11107
11108         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11109         buffer and then decode the buffer text if necessary.
11110         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11111         first, and after mm-encode-body, change the buffer to unibyte.
11112         Use mm-disable-multibyte instead of set-buffer-multibyte.
11113
11114 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11115
11116         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11117         Content-Type header instead of Content-Disposition header.
11118         (gnus-mime-inline-part): Ditto.
11119         (gnus-mime-view-part-as-charset): Ignore charset that the part
11120         specifies.
11121
11122         * mm-decode.el (mm-display-part): Work with external parts and
11123         usual parts similarly.
11124
11125         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11126         instead of gnus-display-mime.
11127
11128         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11129         instead of with-temp-buffer.
11130
11131         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11132         tag to summarized topics part in order to encode non-ASCII text.
11133
11134 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11135
11136         * smiley.el (smiley-style): New variable.
11137         (smiley-directory): New function.
11138         (smiley-data-directory): Derive from `smiley-style' using
11139         `smiley-directory'.
11140         (smiley-regexp-alist): Add new entries.
11141
11142         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11143         (gnus-article-browse-delete-temp): Add :version.
11144
11145 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11146
11147         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11148         the sieve region.
11149
11150 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11151
11152         * gnus.el (gnus-version-number): Bump version.
11153
11154 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11155
11156         * gnus.el: No Gnus v0.4 is released.
11157
11158 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11159
11160         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11161         layout.
11162
11163         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11164         unknown charset.
11165
11166         * message.el (message-header-synonyms): Add Original-To to the
11167         default.
11168
11169         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11170         optional parameter.
11171
11172 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11173
11174         * gnus-fun.el (gnus): Require it for gnus-directory.
11175
11176 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11177
11178         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11179
11180 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11181
11182         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11183
11184 2006-04-05  Simon Josefsson  <jas@extundo.com>
11185
11186         * password.el (password-reset): New function.
11187
11188 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11189
11190         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11191         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11192
11193 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11194
11195         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11196         Some whitespace was matched into the url, which broke browsing hits
11197         > 100 when mm-url-use-external was nil.
11198
11199 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11200
11201         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11202         Check gnus-extra-headers for 'Newsgroups.
11203
11204         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11205         bound.
11206
11207 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11208
11209         * pgg-gpg.el: Clean up process buffers every time gpg processes
11210         complete.
11211
11212 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11215         doc string.
11216
11217 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11218
11219         * pgg-gpg.el (pgg-gpg-process-filter)
11220         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11221
11222         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11223         lines, temporary fix.
11224
11225 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11226
11227         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11228
11229 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11230
11231         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11232         default-enable-multibyte-characters.  This reverts the change from
11233         revision 6.17 which is no longer necessary because the passphrase
11234         is sent separately now.  GnuPG messages are unreadable under
11235         multibyte locales with default-enable-multibyte-characters set to
11236         nil.
11237
11238 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * message.el (message-tool-bar-gnome): Move "spell".
11241
11242 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11245         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11246         instead.
11247
11248 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11249
11250         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11251         Improve newsgroups handling for NNTP overviews which don't include
11252         Newsgroups.
11253
11254 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11255
11256         * message.el (message-resend): Bind message-generate-hashcash to nil.
11257
11258 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11259
11260         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11261         when searching for already-paid recipients.
11262
11263 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11264
11265         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11266         passphrases when it is not needed.
11267         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11268         passphrase stuff from gpg, should only be necessary when you use
11269         gpg with a smartcard.
11270
11271 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11272
11273         * mml.el (mml-insert-mime): Ignore cached contents of
11274         message/external-body part.
11275
11276         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11277         (mm-insert-part): Ditto.
11278
11279 2006-03-23  Simon Josefsson  <jas@extundo.com>
11280
11281         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11282         Reiner.
11283         (pgg-gpg-use-agent-p): Use it again.
11284
11285 2006-03-23  Simon Josefsson  <jas@extundo.com>
11286
11287         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11288         older emacsen.
11289         (pgg-gpg-use-agent-p): Don't use it.
11290
11291 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11292
11293         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11294         if we can.
11295
11296 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11297
11298         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11299         (pgg-gpg-update-agent): New function.
11300         (pgg-gpg-use-agent-p): New function.
11301         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11302         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11303         (pgg-gpg-sign-region): Use it.
11304
11305 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11306
11307         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11308         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11309
11310 2006-03-21  Simon Josefsson  <jas@extundo.com>
11311
11312         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11313         <wilde@sha-bang.de>.
11314         (pgg-gpg-use-agent): New variable.
11315         (pgg-gpg-process-region): Use it.
11316         (pgg-gpg-encrypt-region): Likewise.
11317         (pgg-gpg-encrypt-symmetric-region): Likewise.
11318         (pgg-gpg-decrypt-region): Likewise.
11319         (pgg-gpg-sign-region): Likewise.
11320         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11321
11322 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11323
11324         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11325
11326         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11327         Add comment on version.
11328
11329 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11330
11331         * smiley.el: Add missing test smiley.
11332
11333 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * mm-decode.el (mm-with-part): New macro.
11336         (mm-get-part): Use it; work with message/external-body as well.
11337         (mm-save-part): Treat name and filename equally.
11338
11339         * mm-extern.el (mm-extern-cache-contents): New function.
11340         (mm-inline-external-body): Use it; force the part to be displayed;
11341         move undisplayer added to the cached handle to the parent.
11342
11343         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11344         (gnus-mime-view-part-as-type): Work with message/external-body.
11345
11346         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11347
11348 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11349
11350         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11351         images in image-load-path.  [Sync with image.el, revision 1.60, in
11352         Emacs.]
11353
11354 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11355
11356         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11357         path rather than symbol.  Always return list of directories.
11358         Guarantee that image directory comes first.  [Sync with image.el,
11359         revision 1.59, in Emacs.]
11360
11361         * message.el (message-make-tool-bar): Adjust to new API of
11362         `gmm-image-load-path-for-library'.
11363
11364         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11365
11366         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11367
11368 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11369
11370         * gnus-art.el (gnus-article-only-boring-p):
11371         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11372         intangible text.
11373         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11374
11375 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11378         Use `defun' instead of `gmm-defun-compat'.
11379
11380 2006-03-14  Simon Josefsson  <jas@extundo.com>
11381
11382         * message.el (message-unique-id): Don't use message-number-base36
11383         if (user-uid) is a float.
11384         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11385
11386 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11387
11388         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11389
11390         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11391         empty line between a part and a message part.
11392
11393 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11394
11395         * smiley.el: Add more test smileys.
11396         (smiley-data-directory, smiley-regexp-alist)
11397         (gnus-smiley-file-types): Fix doc strings.
11398         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11399         adding new elements.
11400         (smiley-mouse-map): Unused code.  Make it a comment.
11401
11402 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11403
11404         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11405         scan latest NoCeM messages instead of old ones.
11406         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11407         delimiters that are recently used.
11408         (gnus-nocem-load-cache): Add autoload cookie.
11409
11410         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11411
11412         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11413         level which is larger than gnus-use-nocem is specified.
11414
11415         * gnus-group.el (gnus-group-get-new-news): Ditto.
11416
11417 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * gnus-util.el (gnus-tool-bar-update): New function.
11420
11421         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11422         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11423
11424         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11425
11426         * gnus-group.el (gnus-group-redraw-when-idle)
11427         (gnus-group-redraw-check): Remove.
11428         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11429
11430 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11431
11432         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11433         if optional last element is specified in splits (FIELD VALUE...).
11434
11435 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11436
11437         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11438         to gmm-image-load-path-for-library.  Call with no-error argument.
11439         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11440
11441         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11442
11443         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11444
11445         * gmm-utils.el (gmm-image-load-path): Remove alias.
11446
11447 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11448
11449         * gmm-utils.el (gmm-image-load-path): Add alias.
11450
11451         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11452         nnml-generate-nov-databases-1.
11453         (nnml-generate-nov-databases): Use it.
11454         (nnml-generate-nov-databases-directory): Document no-active
11455         argument.
11456
11457         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11458         directory if path is t.  Add no-error.
11459
11460         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11461         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11462
11463         * gnus-art.el (gnus-article-browse-delete-temp-files):
11464         Simplify resetting gnus-article-browse-html-temp-list.
11465
11466         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11467         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11468         Add example to docstring.  Rename local variables.  Move error
11469         checks to default case in cond and simplify.
11470
11471 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11472
11473         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11474         handle is multipart when calling it recursively.
11475         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11476
11477 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11478
11479         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11480         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11481
11482 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11485         is loaded.
11486
11487         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11488         loaded.
11489
11490 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11491
11492         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11493         to "Emacs 23 (unicode)" in doc string.
11494
11495         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11496         "Emacs 23 (unicode)" in comment.
11497
11498 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11499
11500         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11501
11502         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11503         characters 160 through 255 in Emacs 23.
11504
11505 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11506
11507         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11508         gnus-article-browse-html-temp.
11509         (gnus-article-browse-delete-temp): Make it customizable.
11510         Add `file'.  Adjust doc string.
11511         (gnus-article-browse-delete-temp-files): Add argument.
11512         Allow query for each file.  Adjust doc string.
11513         (gnus-article-browse-html-parts):
11514         Add `gnus-article-browse-delete-temp-files' to
11515         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11516
11517 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11518
11519         * gnus-art.el (gnus-article-browse-html-temp)
11520         (gnus-article-browse-delete-temp): New variables.
11521         (gnus-article-browse-delete-temp-files): New function.
11522         (gnus-article-browse-html-parts): Use it.
11523
11524 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11525
11526         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11527
11528         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11529         string.
11530
11531         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11532         gnus-summary-insert-new-articles when unplugged.
11533         Remove gnus-summary-search-article-forward.
11534
11535         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11536         display-visual-class instead of display-color-cells.
11537
11538 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * dgnushack.el: Autoload customize-group for XEmacs.
11541
11542         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11543         message/* containing non-ASCII text properly.
11544
11545 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11546
11547         * message.el: Require gmm-utils, remove autoloads.
11548         (message-tool-bar): Set default based on
11549         gmm-tool-bar-style.
11550         (message-tool-bar-gnome): Add gmm-customize-mode.
11551
11552         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11553         gmm-tool-bar-style.
11554         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11555
11556         * gnus-group.el (gnus-group-tool-bar): Set default based on
11557         gmm-tool-bar-style.
11558         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11559
11560         * gmm-utils.el (gmm-image-directory): Rename variable from
11561         gmm-image-load-path.
11562         (gmm-image-load-path): Use gmm-image-directory.
11563         (gmm-customize-mode): New function.
11564         (gmm-tool-bar-style): New variable.
11565
11566         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11567         gnus-group-redraw-line-number.
11568         (gnus-group-redraw-check): Simplify.
11569         (gnus-group-tool-bar-update): Remove redraw check.
11570         (gnus-group-make-tool-bar): Add redraw check.
11571
11572 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11573
11574         * gnus-art.el (gnus-button): Add missing parentheses.
11575
11576 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11577
11578         * lpath.el: Fbind line-number-at-pos.
11579
11580 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11583
11584 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11585
11586         * gnus-art.el (gnus-button): New face.
11587         (gnus-article-button-face): Use it.
11588
11589         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11590         Add gnus-summary-next-page.  Re-order.
11591
11592         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11593         next-node are now included.
11594         (gnus-group-redraw-line-number): New internal variable.
11595         (gnus-group-redraw-check): Helper function for updating the tool
11596         bar.
11597         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11598
11599         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11600
11601         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11602         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11603         Use it to match format of Spamassassin 3.0 and later.
11604         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11605         (spam-check-bogofilter)
11606         (spam-bogofilter-register-with-bogofilter): Fix args of
11607         `gnus-error' calls.
11608
11609 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11610
11611         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11612         unnecessary interaction when sending queued mails.
11613         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11614
11615 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11616
11617         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11618         first or last are nil.
11619
11620 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11621
11622         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11623
11624 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11625
11626         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11627
11628 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11629
11630         * dns.el (query-dns): Protect more against buggy tcp output.
11631
11632 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11633
11634         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11635         nov.php.
11636
11637 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11638
11639         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11640         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11641         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11642         output on the server side.
11643         (nnweb-google-create-mapping): Update regexps and add some
11644         progress indication.
11645
11646 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11647
11648         * gnus-group.el (gnus-group-tool-bar-gnome):
11649         Fix gnus-agent-toggle-plugged.  Re-order icons.
11650         (gnus-group-tool-bar-gnome):
11651         Add gnus-group-{prev,next}-unread-group.
11652         (gnus-group-tool-bar-gnome): Re-order icons.
11653
11654         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11655         Move gnus-summary-insert-new-articles.
11656
11657         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11658         Fix comments.
11659
11660         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11661         also available in Emacs 21.3.
11662
11663         * message.el (message-fix-before-sending): Change "Emacs 22" to
11664         "Emacs 23 (unicode)" in comment.
11665
11666         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11667         "Emacs 23 (unicode)" in comment.
11668
11669         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11670         comment.
11671         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11672
11673         * mm-view.el (mm-fill-flowed): Add :version.
11674
11675 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11676
11677         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11678         and load-path.
11679
11680 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11681
11682         * message.el: Autoload gmm-image-load-path.
11683         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11684         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11685         consitency.
11686
11687         * gmm-utils.el (gmm-image-load-path): Also search in
11688         "../etc/images".  Don't set gmm-image-load-path if we don't find
11689         the image.
11690
11691 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11692
11693         * gmm-utils.el (gmm-image-load-path): Don't make
11694         `gmm-image-load-path' include subdirectories which the second arg
11695         `image' might specify.
11696
11697         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11698         subdirectory to icon file names.
11699
11700         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11701
11702 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11703
11704         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11705         gmm-image-load-path calls.
11706
11707         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11708
11709         * message.el (message-make-tool-bar): Ditto.
11710
11711         * mml.el (mml-preview): Add comment concerning tool bar icons.
11712
11713         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11714         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11715
11716         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11717         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11718
11719         * message.el (message-tool-bar-gnome): Use new icon names.
11720         (message-make-tool-bar): Use `gmm-image-load-path'.
11721
11722         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11723         New functions from MH-E.
11724         (gmm-image-load-path): New variable from MH-E.
11725         (gmm-image-load-path): New function from MH-E.  Add arguments
11726         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11727         *-image-load-path-called-flag.
11728
11729 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11730
11731         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11732
11733 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11734
11735         * nnimap.el (nnimap-request-move-article): Change folder back to
11736         source group before deleting.
11737
11738 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11739
11740         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11741
11742         * gnus-art.el (mm-url-insert-file-contents-external):
11743         Autoload mm-url.
11744
11745         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11746
11747 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11748
11749         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11750         coding system which mm-charset-to-coding-system returns for a
11751         given charset is valid.
11752
11753 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11754
11755         * html2text.el (html2text-remove-tag-list):
11756         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11757
11758 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11759
11760         * gnus-cus.el: Revert 2005-10-17 change.
11761
11762 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * gnus-art.el (article-strip-banner):
11765         Call article-really-strip-banner only when the regexp match is made.
11766
11767 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11768
11769         * gnus-art.el (article-strip-banner):
11770         Use gnus-extract-address-components instead of
11771         mail-header-parse-addresses to make it work with non-ASCII text;
11772         remove mail-encode-encoded-word-string.
11773
11774         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11775         values which are surrounded with \"...\"; make it never cause a
11776         Lisp error; give up parsing of parameters if it failed in
11777         extracting type.
11778
11779 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11780
11781         * smime.el (smime-cert-by-ldap-1): Fix bug where
11782         `smime-ldap-search' returns results without userCertificates.
11783
11784 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11787
11788 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * spam.el (spam-check-spamassassin-headers): Adapt format for
11791         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11792         <ari@mbf.ocn.ne.jp>.
11793         (spam-list-of-processors): Add spam-use-gmane.
11794
11795 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11798         make-temp-file; make it work with XEmacs as well.
11799
11800         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11801         mm-make-temp-file.
11802
11803         * mm-decode.el (mm-display-external): Use the 3rd arg of
11804         mm-make-temp-file.
11805         (mm-create-image-xemacs): Ditto.
11806
11807 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11808
11809         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11810         with message-narrow-to-headers.
11811         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11812         (gnus-draft-check-draft-articles): New function.
11813         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11814
11815 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11816
11817         * gnus-art.el (gnus-article-browse-html-parts):
11818         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11819         Don't use suffix argument for mm-make-temp-file for Emacs 21
11820         compatibility.  Remove useless `format'.
11821
11822 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11823
11824         * nnweb.el (nnweb-google-wash-article): Update regexps.
11825         (nnweb-group-alist): Use defvoo instead of defvar.
11826
11827 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11828
11829         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11830         re-loading nn* modules.
11831
11832 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11833
11834         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11835         for `tool-bar-mode' and don't check it's default-value.
11836
11837         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11838
11839         * message.el (message-make-tool-bar): Ditto.
11840
11841         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11842         `substring'.  Shorten tmp-file name.
11843
11844         * gnus.el: Remove bogus comment.
11845
11846 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11847
11848         * gnus-art.el (gnus-article-browse-html-parts): New function.
11849         (gnus-article-browse-html-article): New function for viewing html
11850         articles with a browser.
11851
11852 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11853
11854         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11855         in elisp.
11856         (pgg-gpg-encrypt-symmetric-region): Ditto.
11857         (pgg-gpg-sign-region): Ditto.
11858
11859         * pgg-def.el (pgg-text-mode): New variable.
11860
11861         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11862         (mml2015-pgg-encrypt): Ditto.
11863
11864         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11865         (mml1991-pgg-encrypt): Ditto.
11866
11867 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * nnfolder.el (nnfolder-insert-newsgroup-line):
11870         Use message-make-date instead of current-time-string.
11871
11872         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11873         to gnus-decoded which mm-uu might set.
11874
11875 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11876
11877         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11878         don't decode quoted parameters; remove misimported Emacs code.
11879         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11880         (rfc2231-decode-encoded-string): Don't use split-string which
11881         behaves differently according to Emacs version; use
11882         mm-decode-coding-region to convert charset to coding-system.
11883         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11884         (rfc2231-encode-string): Remove misimported Emacs code.
11885
11886 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11887
11888         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11889         when calling mail-header-parse-content-type.
11890         (article-de-quoted-unreadable): Ditto.
11891         (article-de-base64-unreadable): Ditto.
11892         (article-wash-html): Ditto.
11893
11894         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11895         calling mail-header-parse-content-type and
11896         mail-header-parse-content-disposition.
11897         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11898         mail-header-parse-content-type.
11899
11900         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11901         insert charset and format parameters; encode description after
11902         inserting it to buffer.
11903         (mml-insert-parameter): Fold lines properly even if a parameter is
11904         segmented into two or more lines; change the max column to 76.
11905
11906         * rfc1843.el (rfc1843-decode-article-body): Don't use
11907         ignore-errors when calling mail-header-parse-content-type.
11908
11909         * rfc2231.el (rfc2231-parse-string): Return at least type if
11910         possible; don't cause an error even if it fails in parsing of
11911         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11912         (rfc2231-encode-string): Don't break lines at the beginning, leave
11913         it to mml-insert-parameter.
11914
11915         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11916         calling mail-header-parse-content-type.
11917
11918 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * spam-report.el (spam-report-gmane-use-article-number):
11921         Improve doc string.
11922         (spam-report-gmane-internal): Check if a suitable header was found
11923         in the article.
11924
11925 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11928         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11929
11930 2006-02-05  Romain Francoise  <romain@orebokech.com>
11931
11932         Update copyright notices of all files in the gnus directory.
11933
11934 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11935
11936         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11937
11938 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11939
11940         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11941         segmented lines of parameter value to cope with Thunderbird 1.5
11942         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11943         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11944         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11945
11946 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11947
11948         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11949         parts.
11950
11951 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11952
11953         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11954         there's only one active file for all servers.
11955         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11956         solid groups.  Gnus might have used a FAST request to select the group.
11957         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11958         and nnweb-search redundantly in the active file.
11959         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11960         (nnweb-request-create-group): Don't use ARGS.
11961         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11962         initialisations.  Let nnoo do the work.
11963
11964 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11965
11966         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11967         Say the part has been decoded.
11968
11969         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11970
11971 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11972
11973         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11974         mailcap-viewer-test-cache when there's no 'test clause, since that
11975         will invert the meaning of a "nil" test previously determined by
11976         mailcap-mailcap-entry-passes-test.
11977
11978 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11981         compiling.
11982
11983         * gnus-sum.el: Ditto.
11984
11985         * message.el: Don't bind tool-bar-map when compiling.
11986
11987 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11990
11991 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11992
11993         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11994         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11995         current Google Groups.
11996
11997 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11998
11999         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12000         and tool-bar-mode.
12001
12002         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12003         and tool-bar-mode.
12004
12005         * message.el (message-tool-bar-update): Simplify.
12006         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12007
12008         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12009         gnus-summary-buffer.
12010         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12011         gnus-summary-reply.
12012
12013         * gmm-utils.el (gmm): Add :version.
12014
12015 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * Makefile.in (clean): New rule.
12018         (distclean): Use it.
12019
12020 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12021
12022         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12023         Don't autoload.
12024
12025 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * gmm-utils.el (gmm-verbose): Add :group.
12028
12029 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12030
12031         * message.el: Change some comments WRT tool-bars.
12032
12033         * gnus-sum.el (gnus-summary-tool-bar)
12034         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12035         (gnus-summary-tool-bar-zap-list): New variables.
12036         (gnus-summary-make-tool-bar): Complete rewrite using
12037         `gmm-tool-bar-from-list'.
12038
12039         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12040         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12041         New variables.
12042         (gnus-group-make-tool-bar): Complete rewrite using
12043         `gmm-tool-bar-from-list'.
12044         (gnus-group-tool-bar-update): New function.
12045
12046         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12047
12048 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12051         is dissected into a single part of which the type is the same as
12052         the given one; decode charset.
12053
12054 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12055
12056         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12057         into alists as symbol not string, since that's what
12058         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12059         look for.
12060
12061 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12062
12063         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12064         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12065
12066         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12067
12068 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12069
12070         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12071         (gnus-xmas-mime-security-button-menu): New function.
12072
12073         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12074         (gnus-mime-security-button-menu): New definition.
12075         (gnus-mime-security-button-map): Use them.
12076         (gnus-mime-security-button-menu): New function.
12077         (gnus-insert-mime-security-button): Addition to help echo.
12078         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12079         (gnus-mime-security-pipe-part): New functions.
12080
12081         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12082         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12083
12084         * mm-decode.el (mm-handle-set-disposition): Remove.
12085         (mm-handle-set-description): Remove.
12086
12087 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12088
12089         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12090         (mm-w3m-standalone-supports-m17n-p): New function.
12091         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12092         w3m usage.
12093
12094         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12095         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12096
12097 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12098
12099         * message.el (message-tool-bar-zap-list):
12100         Use gmm-tool-bar-zap-list as custom type.
12101         (message-tool-bar-update): New function.
12102         (message-tool-bar, message-tool-bar-gnome)
12103         (message-tool-bar-retro): Add message-tool-bar-update.
12104         (message-tool-bar-gnome): Add flyspell-buffer.
12105
12106         * gnus-util.el (gnus-error): Describe `args'.
12107
12108         * gmm-utils.el (gmm-error): Describe `args'.
12109         (gmm-tool-bar-zap-list): New widget.
12110         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12111
12112 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12113
12114         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12115         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12116         the number of recursive calls.
12117
12118         * mm-decode.el (mm-handle-set-disposition): New macro.
12119         (mm-handle-set-description): New macro.
12120
12121 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12122
12123         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12124         encoding.
12125
12126 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12127
12128         * message.el (message-tool-bar-zap-list, message-tool-bar)
12129         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12130         (message-tool-bar-local-item-from-menu): Remove.
12131         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12132         (message-make-tool-bar): New function.
12133         (message-mode): Use `message-make-tool-bar'.
12134
12135         * gmm-utils.el: New file.
12136         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12137         (gmm-lazy): New widget copied from `nnmail.el'.
12138         (gmm-tool-bar-from-list): New function for creating customizable
12139         tool bars.
12140         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12141         output.
12142         (gmm): Add :prefix to defgroup.
12143
12144 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12145
12146         * gmm-utils.el (gmm-widget-p): New function.
12147
12148 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12149
12150         * mml.el (mml-attach-file): Describe `description' in doc string.
12151         (mml-menu): Add Emacs MIME manual and PGG manual.
12152
12153 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12154
12155         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12156
12157 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12158
12159         * nntp.el (nntp-end-of-line): Doc fix.
12160
12161 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12162
12163         * imap.el (imap-open): Handle case where buffer is a buffer
12164         object.
12165
12166 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12167
12168         * gnus-delay.el (gnus-delay): Don't autoload.
12169         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12170         to be re-loaded when customizing the `gnus-delay' group.
12171
12172 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12173
12174         * message.el (message-insert-citation-line): Use newlines.
12175
12176 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12177
12178         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12179         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12180         these routines, so the passphrase can be managed externally and
12181         passed in to the system.
12182         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12183         pgg-add-passphrase-to-cache function.
12184
12185         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12186         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12187         these routines, so the passphrase can be managed externally and
12188         passed in to the system.
12189         (pgg-pgp5-sign-region): Use new name of
12190         pgg-add-passphrase-to-cache function.
12191
12192 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12193
12194         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12195         part of the decoded armor to find the key-identifier.
12196         (pgg-gpg-lookup-key-owner): New function to return the
12197         human-readable identifier of a key owner.
12198         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12199         itself.
12200         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12201         the key value) if we have a key and can match it against a secret
12202         key.  Also, added a note pointing out fact that the prompt only
12203         indicates the first matching key.
12204
12205         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12206         pgg-decrypt-region.
12207         (pgg-add-passphrase-to-cache): Rename from
12208         `pgg-add-passphrase-cache' to reduce confusion (all callers
12209         changed).
12210         (pgg-remove-passphrase-from-cache): Rename from
12211         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12212         changed).
12213         (pgg-read-passphrase, pgg-add-passphrase-cache)
12214         (pgg-remove-passphrase-cache): Add informative docstrings.
12215         (pgg-decrypt): Convey provided passphrase in subordinate call to
12216         pgg-decrypt-region.
12217
12218 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12219
12220         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12221         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12222         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12223         'passphrase' argument, so the passphrase can be managed externally
12224         and then passed in to the system.
12225
12226         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12227         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12228         so the passphrase cache can be used reliably with identifiers
12229         besides a pgp packet's key id.
12230
12231         * pgg-gpg.el (pgg-gpg-encrypt-region)
12232         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12233         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12234         these routines, so the passphrase can be managed externally and
12235         passed in to the system.
12236
12237         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12238         'notruncate' argument, so the passphrase cache can be used
12239         reliably with identifiers besides a pgp packet's key id.
12240
12241 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12242
12243         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12244         symmetric encryption.
12245         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12246         encrypted session key.
12247         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12248         message ask for the passphrase in a proper way.
12249
12250         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12251         New user commands for symmetric encryption.
12252
12253 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12256
12257         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12258
12259 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12260
12261         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12262
12263 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12264
12265         * mm-decode.el (mm-inlined-types): Add application/pgp.
12266         (mm-automatic-display): Ditto.
12267
12268         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12269         part as text.
12270
12271 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12272
12273         * nnrss.el: Update copyright.
12274         (nnrss-opml-import): Query whether to subscribe to each entry.
12275
12276         * gnus-art.el:
12277         * gnus-sum.el:
12278         * gnus-xmas.el:
12279         * messagexmas.el:
12280         * mm-uu.el:
12281         * mm-view.el: Update copyright.
12282
12283 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12284
12285         * message.el (message-info): New function.
12286         (message-mode-menu): Add it.
12287         Update copyright.
12288
12289         * ChangeLog: Fix and update copyright.
12290
12291 2006-01-13  Romain Francoise  <romain@orebokech.com>
12292
12293         * message.el (message-forward-subject-name-subject): Prefer the
12294         address to 'nowhere' if the sender has no name.
12295         Fix typo.  Update copyright year.
12296
12297 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12298
12299         * gnus-art.el (article-wash-html):
12300         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12301         (gnus-article-wash-html-with-w3m-standalone): New function.
12302
12303         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12304         mm-inline-text-html-render-with-w3m-standalone.
12305         (mm-text-html-washer-alist): Map w3m-standalone to
12306         gnus-article-wash-html-with-w3m-standalone.
12307         (mm-inline-text-html-render-with-w3m-standalone): New function.
12308
12309 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12310
12311         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12312         Improve LaTeX.
12313
12314 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12317         (nnrss-request-article): Render text/plain parts as HTML.
12318
12319         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12320         the buffer.
12321
12322 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12323
12324         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12325         custom definition of `gnus-posting-styles'.
12326
12327         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12328         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12329
12330 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12331
12332         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12333         Use nntp for bug archive.
12334
12335 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12336
12337         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12338         parts.
12339         (nnrss-normalize-date): New function converts ISO 8601 date into
12340         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12341         (nnrss-check-group): Use it.
12342
12343 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12344
12345         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12346
12347         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12348         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12349         (nnrss-insert-w3): Ditto.
12350
12351 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12352
12353         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12354         the articles to be forwarded including the case where neither a
12355         number of articles nor a region is specified.
12356
12357 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12358
12359         * nnrss.el (nnrss-request-article): Fix last change; fill
12360         text/plain parts.
12361
12362 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12363
12364         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12365         in text/plain part.
12366         (nnrss-check-group): Don't add excessive newline to dc:subject.
12367
12368 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12369
12370         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12371         article.
12372
12373 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12376         (nnml-use-compressed-files, nnml-save-mail): Support other
12377         comression programs such as bzip2.
12378
12379 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12380
12381         * dns.el (query-dns): Make sure we check the buffer size before
12382         removing tcp headers.
12383
12384 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12385
12386         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12387         remove MIME buttons associated with multipart/alternative parts.
12388         (gnus-mime-display-alternative): Tag buttons using `article-type'
12389         text property.
12390
12391         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12392         associated with multipart/alternative parts.
12393
12394         * gnus-art.el (gnus-signature-separator): Fix custom type.
12395
12396         * mm-decode.el (mm-inlined-types): Fix custom type.
12397         (mm-keep-viewer-alive-types): Ditto.
12398         (mm-automatic-display): Ditto.
12399         (mm-attachment-override-types): Ditto.
12400         (mm-inline-override-types): Ditto.
12401         (mm-automatic-external-display): Ditto.
12402
12403 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12404
12405         * spam-report.el (spam-report-user-mail-address)
12406         (spam-report-user-agent): New variables.
12407         (spam-report-url-ping-plain): Use spam-report-user-agent.
12408
12409 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12410
12411         * gnus-art.el (gnus-button-handle-custom): Do not just use
12412         `customize-apropos' for any "M-x customize-*" button but the
12413         function called for.  Accept both the function name and its
12414         argument in order to achieve this.
12415         (gnus-button-alist): Remove support for "custom:" URL's.
12416         Pass function name to `gnus-button-handle-custom' in case of "M-x
12417         customize-*" buttons.
12418
12419 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12420
12421         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12422         multipart/alternative and add xref to mm-discouraged-alternatives
12423         in doc string.
12424
12425         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12426         gnus-buttonized-mime-types in doc string.
12427
12428 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12429
12430         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12431         Suggest image/.* in the doc string.
12432
12433 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12434
12435         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12436         message-marks (Debian bug #342521).
12437
12438 2005-12-12  Simon Josefsson  <jas@extundo.com>
12439
12440         * password.el (password-read-from-cache): Add.
12441         (password-read): Use it.
12442
12443 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12444
12445         * rfc2047.el (rfc2047-charset-to-coding-system):
12446         Recognize us-ascii as a MIME charset.
12447
12448         * mm-bodies.el (mm-decode-content-transfer-encoding):
12449         Protect against the case where the 2nd arg TYPE is nil.
12450
12451 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12452
12453         * pop3.el (pop3-stream-type): Fix custom version.
12454
12455         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12456
12457 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12458
12459         * mm-decode.el (mm-display-external): Add missing cdr.
12460
12461 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12462
12463         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12464         RFC1524) if it is in mailcap or add a suffix according to
12465         mailcap-mime-extensions when generating a temp filename; postpone
12466         deleting a temp file for 2 seconds for some wrappers, shell
12467         scripts, and so on, which might exit right after having started a
12468         viewer command as a background job.
12469
12470 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12471
12472         * nntp.el (nntp-marks-directory): Fix custom group.
12473
12474         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12475         steps when < 10.
12476
12477         * gnus-start.el (gnus-no-server-1):
12478         Mention `gnus-level-default-subscribed' in doc string.
12479
12480 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12481
12482         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12483         parens.
12484
12485 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-xmas.el (gnus-use-toolbar): Revert.
12488         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12489         gnus-use-toolbar is default.
12490
12491         * messagexmas.el (message-use-toolbar): Revert.
12492         (message-setup-toolbar): Use global default-toolbar if
12493         message-use-toolbar is default.
12494
12495 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12496
12497         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12498         according to default-toolbar-visible-p.
12499
12500         * messagexmas.el (message-use-toolbar): Ditto.
12501
12502 2005-11-26  Dave Love  <fx@gnu.org>
12503
12504         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12505         (tls-program, tls-success): Provide openssl alternative.
12506
12507         * starttls.el: Doc fixes.
12508         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12509         SERVICE to PORT.
12510
12511         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12512         port null or service name.
12513         (starttls-negotiate): Autoload.
12514
12515 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12516
12517         * message.el (message-kill-to-signature): Fix interactive spec.
12518
12519 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * pop3.el (pop3-open-server): Recognize a string as a service name.
12522
12523 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12524
12525         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12526
12527 2005-11-23  Dave Love  <fx@gnu.org>
12528
12529         Add pop3s, pop3/starttls.
12530
12531         * pop3.el (pop3-authentication-scheme): Clarify doc.
12532         (open-tls-stream, starttls-open-stream): Autoload.
12533         (pop3-stream-type): New.
12534         (pop3-open-server): Use it.
12535
12536         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12537         for POP.
12538         (mail-source-keyword-map): Add :stream for POP.
12539         (mail-source-fetch-pop): Use pop3-stream-type.
12540
12541 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12542
12543         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12544         of current-time-string.
12545
12546 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12547
12548         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12549         date header.
12550
12551 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12552
12553         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12554         it can seriously impact performance as it bypasses the agent's
12555         local caches.
12556
12557 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12558
12559         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12560         must be explicitly online rather than "not explicitly offline" for
12561         its flags to be synchronized.
12562
12563         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12564         that gnus-uu-unmark-thread will function correctly.
12565
12566         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12567         1024K is instead displayed as 1M.
12568
12569 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12570
12571         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12572
12573 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12574
12575         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12576
12577 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12578
12579         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12580         error message to display actual error condition.
12581         (gnus-agent-save-local): Avoid saving symbols that are bound to
12582         nil as they simply result in a warning message in
12583         gnus-agent-read-local.
12584
12585 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12588         rather than make-variable-buffer-local for file-precious-flag.
12589
12590 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12591
12592         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12593         for duplicates which are removed.  The invalid sort check then
12594         triggers a rescan after the sort as sorting may have moved
12595         duplicate entries such that they can be cheaply detected.
12596
12597 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12600
12601 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12602
12603         * gnus-agent.el (gnus-agent-article-alist-save-format):
12604         Change internal variable to a custom variable.  Change default value
12605         from compressed(2) to uncompressed(1).
12606         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12607         support for uncompressed agentview files.  Taken together, reading
12608         the agentview file should now be 6-7 times faster.
12609
12610 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12611
12612         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12613         as a buffer-local variable.  This avoids creating truncated
12614         dribble files as a result of a hang up, eg.
12615
12616 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12617
12618         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12619         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12620         XEmacs.
12621
12622 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-start.el (gnus-start-draft-setup):
12625         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12626
12627         * gnus.el (gnus-splash): Change custom group.
12628         (gnus-group-get-parameter, gnus-group-parameter-value):
12629         Describe allow-list argument.
12630
12631         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12632         string.
12633
12634 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-art.el (gnus-default-article-saver): Add user-defined
12637         `function' to custom type.
12638
12639 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12640
12641         * imap.el (imap-open): Handle case where buffer is a buffer
12642         object.
12643
12644 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12647         long lines.
12648         (gnus-cache-delete-group): Wrap doc strings.
12649
12650         * gnus-agent.el (gnus-agent-rename-group)
12651         (gnus-agent-delete-group): Wrap doc strings.
12652
12653 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12654
12655         * messagexmas.el (message-use-toolbar): Change the valid values
12656         into default, top, bottom, left, and right.
12657         (message-toolbar-thickness): New variable.
12658         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12659         well.
12660         (message-setup-toolbar): Make it work.
12661
12662         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12663         (gnus-use-toolbar): Change the valid values into default, top,
12664         bottom, left, and right.
12665         (gnus-toolbar-thickness): New variable.
12666         (gnus-xmas-setup-toolbar): New function.
12667         (gnus-xmas-setup-group-toolbar): Use it.
12668         (gnus-xmas-setup-summary-toolbar): Use it.
12669
12670 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12671
12672         * gnus-start.el (gnus-1): Add "native" to
12673         gnus-predefined-server-alist.
12674
12675         * gnus.el (gnus-method-to-server): Don't add "native" to the
12676         lists here, because that leads to problems when
12677         gnus-select-method is bound.
12678
12679 2005-11-09  Simon Josefsson  <jas@extundo.com>
12680
12681         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12682         use (not sort-by-date) instead.
12683
12684 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12685
12686         * gnus-delay.el (gnus-delay-group): Don't autoload.
12687         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12688         to be re-loaded when customizing the `gnus-delay' group.
12689
12690 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12691
12692         * message.el: Revert last changes.
12693         (message-insert-citation-line): Use newlines.
12694
12695 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12696
12697         * message.el (message-courtesy-message)
12698         (message-mark-insert-begin, message-mark-insert-end)
12699         (message-elide-ellipsis, message-cancel-message)
12700         (message-add-header, message-change-subject)
12701         (message-cross-post-followup-to-header)
12702         (message-cross-post-insert-note, message-reduce-to-to-cc)
12703         (message-widen-reply, message-delete-not-region)
12704         (message-kill-to-signature, message-insert-signature)
12705         (message-insert-importance-high, message-insert-importance-low)
12706         (message-insert-or-toggle-importance)
12707         (message-insert-disposition-notification-to)
12708         (message-indent-citation, message-yank-original)
12709         (message-cite-original-without-signature, message-cite-original)
12710         (message-insert-citation-line, message-position-on-field)
12711         (message-fix-before-sending, message-send-mail-partially)
12712         (message-send-mail, message-send-mail-with-sendmail)
12713         (message-send-mail-with-qmail, message-send-news)
12714         (message-check-news-header-syntax, message-generate-headers)
12715         (message-insert-courtesy-copy, message-fill-address)
12716         (message-fill-header, message-shorten-references)
12717         (message-setup-1, message-cancel-news)
12718         (message-forward-make-body-plain, message-forward-make-body-mime)
12719         (message-forward-make-body-mml, message-encode-message-body)
12720         (message-forward-make-body-digest-plain)
12721         (message-forward-make-body-digest-mime)
12722         (message-use-alternative-email-as-from): Insert `hard-newline'
12723         instead of ordinary newlines.
12724
12725 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12726
12727         * message.el (message-generate-headers): Downcase the argument
12728         given to message-check-element.
12729
12730 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12731
12732         * nntp.el (nntp-authinfo-rejected): New error condition.
12733         (nntp-wait-for): Use new error condition to signal authentication
12734         error.
12735         (nntp-retrieve-data): Rethrow new error condition to break out of
12736         recursive call to nntp-send-authinfo.
12737
12738 2005-11-08  Romain Francoise  <romain@orebokech.com>
12739
12740         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12741         (gnus-summary-exit-map): Bind to `Z p'.
12742         (gnus-summary-make-menu-bar): Add menu item.
12743
12744 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12745
12746         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12747         (gnus-treat-*): Add `first' in all doc strings.
12748
12749         * gnus-group.el (gnus-group-compact-group): Fix typo.
12750
12751 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12752
12753         * gnus.el (gnus-parameters-case-fold-search): New variable.
12754         (gnus-parameters-get-parameter): Use it.
12755
12756         * gnus-score.el (gnus-home-score-file): Doc fix.
12757
12758 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12759
12760         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12761
12762 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12763
12764         * mm-util.el (mm-special-display-p): New function.
12765
12766         * mml.el (mml-preview): Use it; doc fix.
12767
12768 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12769
12770         * imap.el (imap-open): Handle case where buffer is a buffer object.
12771
12772 2005-10-29  Romain Francoise  <romain@orebokech.com>
12773
12774         * message.el (message-fix-before-sending): Fix comment.
12775
12776 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12777
12778         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12779
12780 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12781
12782         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12783         Used in gnus-score.el.
12784
12785 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12786
12787         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12788
12789 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12790
12791         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12792         whitespace removed in revision 7.8.  Use concatenated string to
12793         protect trailing whitespace.
12794
12795 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12796
12797         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12798         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12799         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12800         Courier IMAP ("some version from 2004").  Mostly based on similar
12801         code in the same function.
12802
12803 2005-10-26  Didier Verna  <didier@xemacs.org>
12804
12805         * gnus-group.el (gnus-group-compact-group): Invalidate original
12806         article buffer.
12807         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12808         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12809         NOV database and in article itself.
12810         Invalidate article backlog.
12811
12812 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12813
12814         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12815
12816 2005-10-26  Simon Josefsson  <jas@extundo.com>
12817
12818         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12819         part of 2004-07-25 change.
12820
12821 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * message.el (message-display-completion-list): New function.
12824         (message-expand-group): Use it; make sure the Completions buffer
12825         is modifiable.
12826 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12827
12828         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12829         user-mail-name is an empty string.
12830
12831 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12832
12833         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12834         depending on gnus-score-decay-constant.
12835
12836         * encrypt.el (encrypt-insert-file-contents)
12837         (encrypt-write-file-contents): Don't use `gnus-message'.
12838
12839         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12840         arguments.
12841         (mm-uu-type-alist): Add message-marks and insert-marks.
12842         Pass arguments to mm-uu-verbatim-marks-extract.
12843         (mm-uu-hide-markers): New variable.
12844         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12845
12846         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12847         (gnus-convert-image-to-face-command): Use "convert" by default to
12848         allow other input image formats.
12849         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12850         accordingly.
12851
12852 2005-10-23  Simon Josefsson  <jas@extundo.com>
12853
12854         * imap.el (imap-gssapi-program): Align command line parameters
12855         with latest GNU SASL.
12856         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12857
12858 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12859
12860         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12861         HTML.
12862         (nnslashdot-request-article): Ditto.
12863
12864         * lpath.el (featurep): Add nobreak-char-display.
12865
12866 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12867
12868         * mail-source.el (mail-source-fetch-pop): Require pop3.
12869         (mail-source-check-pop): Ditto.
12870
12871 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12872
12873         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12874         errors.
12875
12876 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12877
12878         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12879         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12880
12881         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12882
12883         * mm-bodies.el (mm-decode-string):
12884         Call `mm-charset-to-coding-system' with allow-override argument.
12885
12886 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12887
12888         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12889         (rfc2047-charset-to-coding-system): New function.
12890         (rfc2047-decode-encoded-words): New function.
12891         (rfc2047-decode-region): Use them.
12892         (rfc2047-decode-cte): Remove.
12893         (rfc2047-parse-and-decode): Remove.
12894         (rfc2047-decode): Remove.
12895
12896 2005-10-15  Kenichi Handa  <handa@m17n.org>
12897
12898         * rfc2047.el (rfc2047-decode-cte): New function.
12899         (rfc2047-decode-region): Change the way to decode successive
12900         encoded-words: decode B- or Q-encoding in each encoded-word,
12901         concatenate them, and decode it as charset.
12902
12903 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12904
12905         * lpath.el: Fbind codepage-setup for XEmacs.
12906
12907 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12908
12909         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12910         widget-move-and-invoke.
12911         (gnus-custom-mode): Use gnus-custom-map.
12912
12913 2005-10-15  Bill Wohler  <wohler@newt.com>
12914
12915         * message.el (message-tool-bar-map): Rename image file from
12916         mail_send to mail/send.
12917
12918 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12919
12920         * message.el (message-expand-group): Pass the common
12921         prefix substring of completion to `display-completion-list'.
12922
12923 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12924
12925         * mml-sec.el (mml-secure-method): New internal variable.
12926         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12927         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12928         New functions using mml-secure-method.
12929
12930         * mml.el (mml-mode-map): Add key bindings for those functions.
12931         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12932         Harder <harder@myrealbox.com>.
12933         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12934         Goto end of message if point is the headers of the message.
12935
12936         * message.el (message-in-body-p): New function.
12937
12938         * assistant.el: Autoload gnus-util and netrc.
12939
12940         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12941         Use `mm-charset-override-alist' only when decoding.
12942
12943         * mm-bodies.el (mm-decode-body):
12944         Call `mm-charset-to-coding-system' with allow-override argument.
12945
12946         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12947         `filename' from Content-Disposition if Content-Type doesn't
12948         provide `name'.
12949         (gnus-mime-view-part-as-type): Set default instead of
12950         initial-input.
12951
12952 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12953
12954         * format-spec.el (format-spec): Propagate text properties of % spec.
12955
12956 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12957
12958         * gnus-art.el (gnus-treat-predicate): Add `first'.
12959
12960 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12961
12962         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12963         (mm-charset-override-alist): New variable.
12964         (mm-charset-to-coding-system): Use it.
12965         (mm-codepage-setup): New helper function.
12966         (mm-charset-eval-alist): New variable.
12967         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12968         Warn about unknown charsets.
12969
12970         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12971
12972 2005-10-04  David Hansen  <david.hansen@gmx.net>
12973
12974         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12975         (nnrss-check-group): Ditto.
12976
12977 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12978
12979         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12980         Rename x-gnus-verbatim to x-verbatim.
12981         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12982
12983         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12984         x-verbatim.
12985
12986         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12987
12988         * gnus-util.el (gnus-remove-duplicates): Remove.
12989
12990         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12991         instead of gnus-remove-duplicates.
12992
12993         * message.el (message-remove-duplicates): Remove.
12994         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12995         message-remove-duplicates.
12996
12997         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12998         available, else use implementation from `delete-dups'.
12999
13000         * message.el (message-insert-expires): New function.
13001         (message-mode-map): Add key binding.
13002         (message-mode-field-menu): Add menu entry.
13003         (message-mode): Document it.
13004         (message-make-expires-date): Use `message-make-date'.
13005
13006 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13007
13008         * message.el (message-make-expires-date): New function.
13009
13010 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * Makefile.in (list-installed-shadows): New entry.
13013         (install): Use it.
13014         (remove-installed-shadows): New entry.
13015
13016         * dgnushack.el (dgnushack-default-load-path): New variable.
13017         (dgnushack-find-lisp-shadows): New function.
13018         (dgnushack-remove-lisp-shadows): New function.
13019
13020 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13021
13022         * Makefile.in (install-el-elc): New entry.
13023         (install): Use it so that .el files are necessarily installed.
13024
13025 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13026
13027         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13028
13029 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13030
13031         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13032         function rather than the diff-mode.el package.
13033         (mm-display-external): Use with-current-buffer.
13034         (mm-viewer-completion-map, mm-viewer-completion-map):
13035         Move initialization inside declaration.
13036
13037 2005-09-29  Simon Josefsson  <jas@extundo.com>
13038
13039         * spam.el: Load hashcash when compiling, to avoid warnings.
13040         Don't autoload mail-check-payment.
13041         (spam-check-hashcash): Define unconditionally, since hashcash.el
13042         is part of Gnus now.  Ignore errors from payment checking.
13043
13044 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13045
13046         * message.el (message-bold-region, message-unbold-region):
13047         Rename from `bold-region' and `unbold-region'.
13048
13049         * message.el: Remove useless autoloads.
13050
13051 2005-09-28  Simon Josefsson  <jas@extundo.com>
13052
13053         * message.el (message-use-idna): Default to t.
13054         (message-use-idna): Test whether encoding works too.  Doc fix.
13055
13056 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13057
13058         * nntp.el (nntp-warn-about-losing-connection): Remove.
13059
13060 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13061
13062         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13063         customizable.  Change default value.
13064         (mm-uu-diff-groups-regexp): Change default value.
13065         (mm-uu-type-alist): Add doc string.
13066         (mm-uu-configure): Add doc string.  Make it interactive.
13067         (mm-uu-tex-groups-regexp): New variable.
13068         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13069         (mm-uu-type-alist): Add LaTeX documents.
13070         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13071         of "text/verbatim".
13072         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13073
13074         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13075         instead of "text/verbatim".
13076
13077         * message.el (message-mark-inserted-region)
13078         (message-mark-insert-file): Use slrn style marks when called with
13079         prefix argument.
13080
13081 2005-09-27  Simon Josefsson  <jas@extundo.com>
13082
13083         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13084
13085 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13086
13087         * message.el (message-remove-duplicates): New function.
13088         Implementation borrowed from `gnus-remove-duplicates'.
13089         (message-idna-to-ascii-rhs): Also encode idna addresses in
13090         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13091         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13092         only ask about the same idna domain once per header and also tell
13093         in what header to replace the idna domain.
13094
13095         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13096         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13097         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13098         a header is decoded and not just the last one.
13099
13100 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13101
13102         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13103         has been decoded.
13104
13105         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13106         (mm-insert-part): Don't modify text if it has been decoded.
13107
13108         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13109         decoded.
13110
13111         * mm-view.el (mm-inline-text): Don't strip text props unless
13112         decoding enriched or richtext parts.
13113
13114 2005-09-25  Romain Francoise  <romain@orebokech.com>
13115
13116         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13117         * gnus-start.el (gnus-subscribe-interactively):
13118         * gnus-uu.el (gnus-uu-grab-articles):
13119         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13120         space.
13121
13122 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13123
13124         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13125         * mm-view.el (mm-view-pkcs7-decrypt):
13126         * gnus-sum.el (gnus-summary-limit-to-extra)
13127         (gnus-summary-respool-article, gnus-read-move-group-name):
13128         * gnus-score.el (gnus-summary-increase-score):
13129         * gnus-util.el (gnus-completing-read-with-default):
13130         * gnus-art.el (gnus-read-save-file-name)
13131         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13132         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13133         * message.el (message-check-news-header-syntax):
13134         Follow convention for reading with the minibuffer.
13135
13136 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13137
13138         * spam-report.el (spam-report-url-ping-plain):
13139         Use gnus-extended-version as User-Agent.
13140
13141         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13142         default value is nil.
13143
13144         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13145         (mm-uu-verbatim-marks-extract): New function.
13146         (mm-uu-extract): New face.
13147         (mm-uu-copy-to-buffer): Use it.
13148
13149         * spam-report.el (spam-report-gmane-ham): Rename from
13150         `spam-report-gmane-unspam'.
13151         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13152         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13153
13154         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13155         Autoload.
13156         (spam-report-gmane-unregister-routine):
13157         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13158
13159 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13160
13161         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13162         (spam-report-gmane-unregister-routine): Add support for gmane
13163         unregistration.
13164
13165         * spam-report.el (spam-report-gmane-unspam)
13166         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13167         (spam-report-gmane): Change to take a single article and do unspam
13168         registration.
13169
13170 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13171
13172         * mm-url.el (mm-url-decode-entities): Fix regexp.
13173
13174 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13175
13176         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13177         default to nil, to be able to use Gnus at all.  If the default
13178         switches to something else, then the function should be fixed not
13179         be exceedingly slow.
13180
13181 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13182
13183         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13184         fail hard.
13185
13186         * spam-report.el: Add better Keywords line.
13187
13188         * spam.el: Add Maintainer and better Keywords line.
13189
13190 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * gnus-art.el (gnus-article-replace-part)
13193         (gnus-mime-replace-part): New functions.
13194         (gnus-mime-action-alist, gnus-mime-button-commands)
13195         (gnus-mime-save-part-and-strip): Add file argument.
13196         (gnus-article-part-wrapper): Add interactive argument.
13197
13198         * gnus-sum.el (gnus-summary-mime-map):
13199         Add `gnus-article-replace-part'.
13200
13201 2005-09-19  Didier Verna  <didier@xemacs.org>
13202
13203         The nnml compaction feature:
13204         * nnml.el (nnml-request-compact-group): New function.
13205         * nnml.el (nnml-request-compact): New function.
13206         * gnus-int.el (gnus-request-compact-group): New function.
13207         * gnus-int.el (gnus-request-compact): New function.
13208         * gnus-group.el (gnus-group-compact-group): New function.
13209         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13210         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13211         * gnus-srvr.el (gnus-server-compact-server): New function.
13212         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13213         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13214
13215 2005-09-18  Deepak Goel  <deego@gnufans.org>
13216
13217         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13218         format spec.
13219
13220 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13221
13222         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13223
13224 2005-09-15  Romain Francoise  <romain@orebokech.com>
13225
13226         * message.el (message-fill-paragraph): Clarify docstring.
13227
13228 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13229
13230         * gnus-art.el (gnus-mime-display-part): Protect against broken
13231         MIME messages.
13232
13233 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13234
13235         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13236         before parsing header.
13237
13238 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13239
13240         * html2text.el (html2text-replace-list): Add new entities.
13241
13242 2005-09-11  Romain Francoise  <romain@orebokech.com>
13243
13244         * message.el (message-alternative-emails): Improve docstring.
13245         (message-setup-1): Call `message-use-alternative-email-as-from'
13246         after `message-setup-hook' to give it precedence over posting
13247         styles, etc.
13248         (message-use-alternative-email-as-from): Add docstring.
13249         Remove the original From header if present.
13250
13251         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13252         (nnml-save-mail): Use it.
13253
13254         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13255         articles.  Add new argument `silent'.
13256         (gnus-uu-mark-all): Report the total number of marked articles.
13257
13258 2005-09-10  Romain Francoise  <romain@orebokech.com>
13259
13260         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13261         (gnus-uu-mark-series): Likewise.
13262
13263 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13264
13265         * spam-report.el (spam-report-gmane): Fix generation of spam
13266         report URL.
13267
13268 2005-09-10  Simon Josefsson  <jas@extundo.com>
13269
13270         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13271         t, based on discussion on the ding list with Robert Epprecht
13272         <epprecht@solnet.ch>.
13273
13274 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13275
13276         * spam-report.el (spam-report-gmane): Make it work without
13277         X-Report-Spam header.  Gmane now only provides Archived-At.
13278         This is only used if `spam-report-gmane-use-article-number' is nil.
13279         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13280
13281         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13282         make `gnus-summary-sort-by-recipient' work with threading.
13283
13284         * nnweb.el (nnweb-google-wash-article): Print a message if article
13285         is not available.
13286
13287 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13288
13289         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13290         change.  Decode text/* parts content before displaying.
13291
13292 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13295
13296 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13297
13298         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13299
13300         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13301         url-package-name, url-package-version,
13302         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13303         w3m-display-inline-images, and w3m-minor-mode-map.
13304
13305 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13306
13307         * message.el (message-tab-body-function): Fix mismatched custom type.
13308
13309         * gnus.el (gnus-group-change-level-function): Ditto.
13310
13311         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13312
13313         * gnus-art.el (gnus-signature-limit)
13314         (gnus-article-mime-part-function): Ditto.
13315
13316 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13317
13318         * mml.el (mml-mode): Silence the byte compiler.
13319
13320         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13321         using `(sit-for 0)' before moving the point to the specified part;
13322         skip unbuttonized parts.
13323         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13324         return to the summary window if gnus-auto-select-part is non-nil.
13325
13326 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13329         New variables.
13330         (mml-dnd-attach-file, mml-mode): Use them.
13331
13332         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13333         Make fetching article by MID work again for Google Groups.
13334         Add FIXME concerning gnus-group-make-web-group.
13335
13336         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13337         Don't depend on Gnus by using mail-extract-address-components if
13338         gnus-extract-address-components is not bound.
13339
13340 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13341
13342         * gnus-art.el (gnus-mime-display-security): Don't display the
13343         signature, but only the signed part.
13344
13345 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13346
13347         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13348
13349         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13350         list, not listp.
13351
13352 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13353
13354         * mm-encode.el (mm-encode-content-transfer-encoding):
13355         Likewise when encoding.
13356
13357         * mm-bodies.el (mm-decode-content-transfer-encoding):
13358         De-canonicalize CRLF for all text content types, not just
13359         text/plain.
13360
13361 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13364         valid article; point arrow and cursor at the MIME button.
13365
13366 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13367
13368         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13369         Suggested by Dan Christensen <jdc@uwo.ca>.
13370
13371         * mm-decode.el (mm-save-part): Enable change of prompt.
13372
13373 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13374
13375         * gnus-msg.el (gnus-inews-add-send-actions):
13376         Make `message-post-method' lambda parameter ARG `&optional'.
13377
13378 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13379
13380         * gnus-sum.el (gnus-summary-mime-map):
13381         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13382         gnus-article-jump-to-part.
13383
13384         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13385         (gnus-article-edit-part): Use it.
13386         (gnus-article-part-wrapper): Add no-handle argument.
13387         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13388         New functions.
13389
13390 2005-08-29  Romain Francoise  <romain@orebokech.com>
13391
13392         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13393         docstring.
13394         (gnus-face-from-file): Likewise.
13395
13396 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13397
13398         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13399         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13400         non-nil.
13401         (gnus-auto-select-part): New variable.
13402         (gnus-article-jump-to-part): New function.
13403         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13404         (gnus-mime-delete-part): Allow selecting specified part after
13405         deleting or stripping parts.
13406         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13407         part if argument is bogus.
13408
13409 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13410
13411         * gnus-art.el (w3m-minor-mode-map):
13412         * gnus-spec.el (gnus-newsrc-file-version):
13413         * gnus-util.el (nnmail-active-file-coding-system)
13414         (gnus-original-article-buffer, gnus-user-agent):
13415         * gnus.el (gnus-ham-process-destinations)
13416         (gnus-parameter-ham-marks-alist)
13417         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13418         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13419         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13420         * mm-decode.el (gnus-current-window-configuration):
13421         * mm-extern.el (gnus-article-mime-handles):
13422         * mm-url.el (url-current-object, url-package-name)
13423         (url-package-version):
13424         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13425         (smime-keys, w3m-cid-retrieve-function-alist)
13426         (w3m-current-buffer, w3m-display-inline-images)
13427         (w3m-minor-mode-map):
13428         * mml-smime.el (gnus-extract-address-components):
13429         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13430         (gnus-newsrc-hashtb, message-default-charset)
13431         (message-deletable-headers, message-options)
13432         (message-posting-charset, message-required-mail-headers)
13433         (message-required-news-headers):
13434         * mml1991.el (mc-pgp-always-sign):
13435         * mml2015.el (mc-pgp-always-sign):
13436         * nnheader.el (nnmail-extra-headers):
13437         * rfc1843.el (gnus-decode-encoded-word-function)
13438         (gnus-decode-header-function, gnus-newsgroup-name):
13439         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13440
13441 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13442
13443         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13444         the end of the date treatments.
13445
13446 2005-08-15  Simon Josefsson  <jas@extundo.com>
13447
13448         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13449         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13450         Capello and Romain Francoise.
13451         (pgg-fetch-key-function): Remove, not used?
13452         (pgg-insert-url-with-w3): Require url, to get
13453         url-insert-file-contents regardless of where it is defined.
13454
13455 2005-08-13  Romain Francoise  <romain@orebokech.com>
13456
13457         * message.el (message-cite-original-1): New function.
13458         (message-cite-original): Use it.
13459         (message-cite-original-without-signature): Ditto.
13460
13461 2005-08-08  Romain Francoise  <romain@orebokech.com>
13462
13463         * message.el (message-yank-empty-prefix): New variable.
13464         (message-indent-citation): Use it.
13465         (message-cite-original-without-signature): Respect X-No-Archive.
13466
13467 2005-08-08  Simon Josefsson  <jas@extundo.com>
13468
13469         * pgg.el: Autoload url-insert-file-contents instead of loading
13470         w3/url.
13471         (pgg-insert-url-with-w3): Don't load url here.
13472
13473 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13474
13475         * message.el (message-kill-to-signature): Don't insert newline at
13476         bol.
13477         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13478
13479 2005-08-06  Romain Francoise  <romain@orebokech.com>
13480
13481         * message.el (message-user-fqdn): Fix typo in docstring.
13482
13483 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13484
13485         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13486
13487         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13488
13489 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * mm-bodies.el (mm-encode-body): Use coding system rather than
13492         charset to encode text.
13493
13494         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13495         number of charsets if utf-8 is available (XEmacs).
13496
13497 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13498
13499         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13500         taken from `gnus-button-mid-or-mail-regexp'.
13501         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13502         (gnus-button-alist): Improve regexp for domain part of the MIDs
13503         for news:localpart@domain buttons.
13504         (gnus-button-ctan-directory-regexp): Update.
13505
13506 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * sieve-manage.el (sieve-manage-interactive-login):
13509         Use make-local-variable rather than make-variable-buffer-local.
13510         (sieve-manage-open): Ditto.
13511         (sieve-manage-authenticate): Ditto.
13512
13513         * mml.el (mml-generate-mime-1): Make the content type default to
13514         text/plain if the filename is not specified.
13515
13516 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13519         instead of insert-buffer.
13520
13521         * message.el (message-yank-original): Ditto; set the mark at the
13522         end of the yanked message.
13523
13524 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13525
13526         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13527         lines to scroll rather than to stop it.
13528
13529         * mml.el (mml-generate-default-type): Add doc string.
13530         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13531         default to application/octet-stream when determining the content
13532         type if it is not specified for the part or the mml contents; add
13533         a comment about mml-generate-default-type.
13534
13535 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13536
13537         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13538         make it default to application/octet-stream when determining the
13539         content type if it is not specified for the external contents.
13540
13541 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13544         segmented parameter but also other parameters might be there.
13545
13546 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13547
13548         * mm-decode.el (mm-display-external): Delete temp file, directory
13549         and buffer immediately if the external process is exited.
13550
13551 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13554         fewer lines than that of scroll-margin.
13555         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13556
13557 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13558
13559         * gnus-art.el (gnus-article-next-page): Revert.
13560         (gnus-article-beginning-of-window): New macro.
13561         (gnus-article-next-page-1): Use it.
13562         (gnus-article-prev-page): Ditto.
13563         (gnus-article-edit-part): Use insert-buffer-substring instead of
13564         insert-buffer.
13565         (gnus-article-edit-exit): Ditto.
13566
13567         * gnus-util.el (gnus-beginning-of-window): Remove.
13568         (gnus-end-of-window): Remove.
13569
13570         * lpath.el: Don't bind header-line-format and scroll-margin.
13571
13572 2005-07-25  Simon Josefsson  <jas@extundo.com>
13573
13574         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13575         to have the url package without w3.  Reported by Daiki Ueno
13576         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13577
13578 2005-07-20  Didier Verna  <didier@xemacs.org>
13579
13580         * gnus-diary.el: Remove the description comment (nndiary is now
13581         properly documented in the Gnus manual).
13582         Fix the spelling of "Back End".
13583         * nndiary.el: Ditto.
13584         Fix the copyright notice.
13585
13586 2005-07-18  Romain Francoise  <romain@orebokech.com>
13587
13588         * gnus-sum.el (gnus-summary-to-prefix)
13589         (gnus-summary-newsgroup-prefix): New variables.
13590         (gnus-summary-from-or-to-or-newsgroups): Use them.
13591
13592 2005-07-17  Romain Francoise  <romain@orebokech.com>
13593
13594         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13595         space as it's generally not especially interesting to the user.
13596
13597 2005-07-16  Romain Francoise  <romain@orebokech.com>
13598
13599         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13600         nil to avoid prompting and file modification if one of the
13601         messages at the top of the nnfolder file contains a copyright
13602         notice.
13603         Update copyright notice.
13604
13605         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13606         instead of `current-time-string' as the latter creates a time
13607         string that is not RFC 2822 compliant (it lacks the zone).
13608         Update copyright notice.
13609
13610 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13611
13612         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13613         for text/rtf.  Display default in prompt.  Pass default for M-n.
13614
13615         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13616
13617 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13618
13619         * gnus-msg.el (gnus-button-mailto):
13620         Remove save-selected-window-window hackery because it relies on
13621         save-selected-window internals.
13622
13623 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13624
13625         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13626         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13627         (gnus-article-prev-page): Ditto.
13628
13629         * gnus-util.el (gnus-beginning-of-window): New function.
13630         (gnus-end-of-window): New function.
13631
13632         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13633
13634 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13635
13636         * gnus-score.el (gnus-score-edit-all-score):
13637         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13638         gnus-message.
13639
13640 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13641
13642         * gnus-msg.el (gnus-button-mailto):
13643         Remove save-selected-window-window hackery because it relies on
13644         save-selected-window internals.
13645
13646 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13647
13648         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13649         add-minor-mode.
13650         (gnus-binary-mode): Ditto.
13651
13652         * gnus-topic.el (gnus-topic-mode): Ditto.
13653
13654 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13655
13656         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13657         (gnus-article-prev-page): Take scroll-margin into consideration.
13658
13659 2005-07-04  Lute Kamstra  <lute@gnu.org>
13660
13661         Update FSF's address in GPL notices.
13662
13663 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13664
13665         * gnus.el (gnus-exit):
13666         * gnus-group.el (gnus-group-icons):
13667         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13668
13669         * gnus-nocem.el (gnus-nocem):
13670         * message.el (message-various, message-buffers, message-sending)
13671         (message-interface, message-forwarding, message-insertion)
13672         (message-headers, message-news, message-mail):
13673         * pgg-gpg.el (pgg-gpg):
13674         * pgg-parse.el (pgg-parse):
13675         * pgg-pgp.el (pgg-pgp):
13676         * pgg-pgp5.el (pgg-pgp5):
13677         * pop3.el (pop3): Finish `defgroup' description with period.
13678
13679 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13680
13681         * gnus-art.el (article-display-face): Improve the efficiency.
13682         (article-display-x-face): Ditto; remove grey x-face stuff.
13683
13684 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * gnus-art.el (article-display-face): Correct the position in
13687         which Faces are inserted.
13688
13689 2005-06-29  Didier Verna  <didier@xemacs.org>
13690
13691         * gnus-art.el (article-display-face): Display faces in correct
13692         order.
13693
13694 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13697         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13698         (gnus-nocem-check-article): Fetch the Type header.
13699         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13700         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13701         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13702         make sure gnus-nocem-hashtb is initialized.
13703         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13704         (gnus-nocem-unwanted-article-p): Ditto.
13705
13706         * pgg.el (pgg-verify): Return the verification result.
13707
13708 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13709
13710         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13711         is ascii.
13712
13713 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13714
13715         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13716         `show-nonbreak-escape'.
13717
13718 2005-06-23  Lute Kamstra  <lute@gnu.org>
13719
13720         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13721
13722         * dig.el (dig-mode):
13723         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13724
13725 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13726
13727         * nnimap.el (nnimap-split-download-body): Fix spellings.
13728
13729 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13730
13731         * gnus-art.el (gnus-article-encrypt-body):
13732         * gnus-cus.el (gnus-score-customize):
13733         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13734         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13735
13736 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13737
13738         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13739         header by looking for magic "MII" at the beginnig.
13740
13741 2005-06-16  Miles Bader  <miles@gnu.org>
13742
13743         * gnus-xmas.el (gnus-xmas-group-startup-message):
13744         Use renamed gnus-splash face.
13745
13746         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13747         (assistant-field-face): New backward-compatibility alias for renamed
13748         face.
13749         (assistant-render-text): Use renamed assistant-field face.
13750
13751         * spam.el (spam): Remove "-face" suffix from face name.
13752         (spam-face): New backward-compatibility alias for renamed face.
13753         (spam-face, spam-initialize): Use renamed spam face.
13754
13755         * message.el (message-header-to, message-header-cc)
13756         (message-header-subject, message-header-newsgroups)
13757         (message-header-other, message-header-name)
13758         (message-header-xheader, message-separator, message-cited-text)
13759         (message-mml): Remove "-face" suffix from face names.
13760         (message-header-to-face, message-header-cc-face)
13761         (message-header-subject-face, message-header-newsgroups-face)
13762         (message-header-other-face, message-header-name-face)
13763         (message-header-xheader-face, message-separator-face)
13764         (message-cited-text-face, message-mml-face):
13765         New backward-compatibility aliases for renamed faces.
13766         (message-font-lock-keywords): Use renamed message faces.
13767
13768         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13769         (sieve-test-commands, sieve-tagged-arguments):
13770         Remove "-face" suffix from face names.
13771         (sieve-control-commands-face, sieve-action-commands-face)
13772         (sieve-test-commands-face, sieve-tagged-arguments-face):
13773         New backward-compatibility aliases for renamed faces.
13774         (sieve-control-commands-face, sieve-action-commands-face)
13775         (sieve-test-commands-face, sieve-tagged-arguments-face):
13776         Use renamed sieve faces.
13777
13778         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13779         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13780         (gnus-group-news-3-empty, gnus-group-news-4)
13781         (gnus-group-news-4-empty, gnus-group-news-5)
13782         (gnus-group-news-5-empty, gnus-group-news-6)
13783         (gnus-group-news-6-empty, gnus-group-news-low)
13784         (gnus-group-news-low-empty, gnus-group-mail-1)
13785         (gnus-group-mail-1-empty, gnus-group-mail-2)
13786         (gnus-group-mail-2-empty, gnus-group-mail-3)
13787         (gnus-group-mail-3-empty, gnus-group-mail-low)
13788         (gnus-group-mail-low-empty, gnus-summary-selected)
13789         (gnus-summary-cancelled, gnus-summary-high-ticked)
13790         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13791         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13792         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13793         (gnus-summary-low-undownloaded)
13794         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13795         (gnus-summary-low-unread, gnus-summary-normal-unread)
13796         (gnus-summary-high-read, gnus-summary-low-read)
13797         (gnus-summary-normal-read, gnus-splash):
13798         Remove "-face" suffix from face names.
13799         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13800         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13801         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13802         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13803         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13804         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13805         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13806         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13807         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13808         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13809         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13810         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13811         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13812         (gnus-summary-normal-ticked-face)
13813         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13814         (gnus-summary-normal-ancient-face)
13815         (gnus-summary-high-undownloaded-face)
13816         (gnus-summary-low-undownloaded-face)
13817         (gnus-summary-normal-undownloaded-face)
13818         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13819         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13820         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13821         (gnus-splash-face):
13822         New backward-compatibility aliases for renamed faces.
13823         (gnus-group-startup-message): Use renamed gnus faces.
13824
13825         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13826         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13827         (gnus-server-agent): Remove "-face" suffix from face names.
13828         (gnus-server-agent-face, gnus-server-opened-face)
13829         (gnus-server-closed-face, gnus-server-denied-face)
13830         (gnus-server-offline-face):
13831         New backward-compatibility aliases for renamed faces.
13832         (gnus-server-agent-face, gnus-server-opened-face)
13833         (gnus-server-closed-face, gnus-server-denied-face)
13834         (gnus-server-offline-face): Use renamed gnus faces.
13835
13836         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13837         Remove "-face" suffix from face names.
13838         (gnus-picon-xbm-face, gnus-picon-face):
13839         New backward-compatibility aliases for renamed faces.
13840
13841         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13842         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13843         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13844         (gnus-cite-11): Remove "-face" suffix from face names.
13845         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13846         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13847         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13848         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13849         New backward-compatibility aliases for renamed faces.
13850         (gnus-cite-attribution-face, gnus-cite-face-list)
13851         (gnus-article-boring-faces): Use renamed gnus faces.
13852
13853         * gnus-art.el (gnus-signature, gnus-header-from)
13854         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13855         (gnus-header-content): Remove "-face" suffix from face names.
13856         (gnus-signature-face, gnus-header-from-face)
13857         (gnus-header-subject-face, gnus-header-newsgroups-face)
13858         (gnus-header-name-face, gnus-header-content-face):
13859         New backward-compatibility aliases for renamed faces.
13860         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13861
13862         * gnus-sum.el (gnus-summary-selected-face)
13863         (gnus-summary-highlight): Use renamed gnus faces.
13864         * gnus-group.el (gnus-group-highlight): Likewise.
13865
13866 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13867
13868         * gnus-sieve.el (gnus-sieve-article-add-rule):
13869         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13870         * spam-stat.el (spam-stat-buffer-change-to-spam)
13871         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13872
13873         * message.el (message-is-yours-p):
13874         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13875
13876 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13877
13878         * mm-view.el (mm-inline-text): Withdraw the last change.
13879
13880 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13881
13882         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13883         executing enriched-decode.
13884
13885 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13886
13887         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13888         charset of tar files.
13889
13890 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13891
13892         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13893
13894 2005-06-04  Lute Kamstra  <lute@gnu.org>
13895
13896         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13897         information is never recorded.
13898
13899 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13900
13901         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13902
13903 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13904
13905         * pop3.el (pop3-apop): Run md5 in the binary mode.
13906
13907         * starttls.el (starttls-set-process-query-on-exit-flag):
13908         Use eval-and-compile.
13909
13910 2005-05-31  Simon Josefsson  <jas@extundo.com>
13911
13912         * smime.el (smime-replace-in-string): Define.
13913         (smime-cert-by-ldap-1): Use it.
13914
13915 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13916
13917         * gnus-art.el (article-display-x-face): Replace
13918         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13919
13920         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13921         set-process-query-on-exit-flag or process-kill-without-query.
13922
13923         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13924         loop instead of replace-regexp.
13925
13926         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13927         instead of process-kill-without-query if it is available.
13928
13929         * lpath.el: Fbind ldap-search-entries.
13930
13931         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13932         instead of find-file-hooks if it is available.
13933
13934         * mml1991.el: Bind pgg-default-user-id when compiling.
13935
13936         * mml2015.el: Bind pgg-default-user-id when compiling.
13937
13938         * nndraft.el (nndraft-request-associate-buffer):
13939         Use write-contents-functions instead of write-contents-hooks if it is
13940         available.
13941
13942         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13943         instead of find-file-hooks if it is available.
13944
13945         * nntp.el (nntp-open-connection): Replace
13946         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13947         (nntp-open-ssl-stream): Ditto.
13948         (nntp-open-tls-stream): Ditto.
13949
13950         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13951         set-process-query-on-exit-flag or process-kill-without-query.
13952         (starttls-open-stream-gnutls): Use it instead of
13953         process-kill-without-query.
13954         (starttls-open-stream): Ditto.
13955
13956 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13957
13958         * smime.el (smime-cert-by-ldap-1): Don't use
13959         replace-regexp-in-string.
13960
13961 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13962
13963         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13964
13965         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13966         in PEM format.  Adjust to the XEmacs compability.
13967
13968 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13969
13970         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13971         by `string-to-number'.
13972         * gnus-agent.el (gnus-agent-regenerate-group)
13973         (gnus-agent-fetch-articles): Ditto.
13974         * gnus-art.el (gnus-button-fetch-group): Ditto.
13975         * gnus-cache.el (gnus-cache-generate-active)
13976         (gnus-cache-articles-in-group): Ditto.
13977         * gnus-group.el (gnus-group-set-current-level)
13978         (gnus-group-insert-group-line): Ditto.
13979         * gnus-score.el (gnus-score-set-expunge-below)
13980         (gnus-score-set-mark-below, gnus-summary-score-effect)
13981         (gnus-summary-score-entry): Ditto.
13982         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13983         (gnus-soup-pack): Ditto.
13984         * gnus-spec.el (gnus-xmas-format): Ditto.
13985         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13986         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13987         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13988         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13989         * nndb.el (nndb-get-remote-expire-response): Ditto.
13990         * nndiary.el (nndiary-parse-schedule-value)
13991         (nndiary-string-to-number, nndiary-request-replace-article)
13992         (nndiary-request-article): Ditto.
13993         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13994         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13995         * nneething.el (nneething-make-head): Ditto.
13996         * nnfolder.el (nnfolder-request-article)
13997         (nnfolder-retrieve-headers): Ditto.
13998         * nnheader.el (nnheader-file-to-number): Ditto.
13999         * nnkiboze.el (nnkiboze-request-article): Ditto.
14000         * nnmail.el (nnmail-process-unix-mail-format)
14001         (nnmail-process-babyl-mail-format): Ditto.
14002         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14003         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14004         (nnmh-request-create-group, nnmh-request-list-1)
14005         (nnmh-request-group, nnmh-request-article): Ditto.
14006         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14007         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14008         * nnsoup.el (nnsoup-make-active): Ditto.
14009         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14010         * nntp.el (nntp-find-group-and-number)
14011         (nntp-retrieve-headers-with-xover): Ditto.
14012         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14013         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14014         (pgg-format-key-identifier): Ditto.
14015         * pop3.el (pop3-last, pop3-stat): Ditto.
14016         * qp.el (quoted-printable-decode-region): Ditto.
14017
14018         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14019         of concat.
14020
14021 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14024
14025         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14026
14027         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14028
14029         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14030
14031         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14032
14033         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14034
14035         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14036         (gnus-carpal-mode): Ditto.
14037
14038         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14039         (gnus-browse-mode): Ditto.
14040
14041         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14042
14043         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14044
14045 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14046
14047         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14048
14049 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14050
14051         * gnus-util.el (gnus-run-mode-hooks): New function.
14052
14053         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14054
14055         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14056         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14057
14058 2005-05-27  Lute Kamstra  <lute@gnu.org>
14059
14060         * dns-mode.el (dns-mode): Specify customization group.
14061
14062 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14063
14064         * gnus-agent.el (gnus-agent-make-mode-line-string):
14065         Use mode-line-highlight as mouse-face.
14066
14067 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * canlock.el (canlock): Change the parent group to news.
14070
14071         * deuglify.el (gnus-outlook-deuglify): Add :group.
14072
14073         * dig.el (dig): Add :group.
14074
14075         * dns-mode.el (dns-mode): Add :group.
14076
14077         * encrypt.el (encrypt): Add :group.
14078
14079         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14080         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14081         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14082         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14083         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14084
14085         * gnus-diary.el (gnus-diary): Add :group.
14086
14087         * gnus.el (gnus-group-news-1-face): Add :group.
14088         (gnus-group-news-1-empty-face): Ditto.
14089         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14090         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14091         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14092         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14093         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14094         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14095         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14096         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14097         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14098         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14099         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14100         (gnus-summary-high-ticked-face): Ditto.
14101         (gnus-summary-low-ticked-face): Ditto.
14102         (gnus-summary-normal-ticked-face): Ditto.
14103         (gnus-summary-high-ancient-face): Ditto.
14104         (gnus-summary-low-ancient-face): Ditto.
14105         (gnus-summary-normal-ancient-face): Ditto.
14106         (gnus-summary-high-undownloaded-face): Ditto.
14107         (gnus-summary-low-undownloaded-face): Ditto.
14108         (gnus-summary-normal-undownloaded-face): Ditto.
14109         (gnus-summary-high-unread-face): Ditto.
14110         (gnus-summary-low-unread-face): Ditto.
14111         (gnus-summary-normal-unread-face): Ditto.
14112         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14113         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14114
14115         * hashcash.el (hashcash): New custom group.
14116         (hashcash-default-payment): Add :group.
14117         (hashcash-payment-alist): Ditto.
14118         (hashcash-default-accept-payment): Ditto.
14119         (hashcash-accept-resources): Ditto.
14120         (hashcash-path): Ditto.
14121         (hashcash-extra-generate-parameters): Ditto.
14122         (hashcash-double-spend-database): Ditto.
14123         (hashcash-in-news): Ditto.
14124
14125         * message.el (message-minibuffer-local-map): Add :group.
14126
14127         * netrc.el (netrc): Add :group.
14128
14129         * sieve-manage.el (sieve-manage-log): Add :group.
14130         (sieve-manage-default-user): Diito.
14131         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14132         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14133         (sieve-manage-authenticators): Ditto.
14134         (sieve-manage-authenticator-alist): Ditto.
14135         (sieve-manage-default-port): Ditto.
14136
14137         * sieve-mode.el (sieve-control-commands-face): Add :group.
14138         (sieve-action-commands-face): Ditto.
14139         (sieve-test-commands-face): Ditto.
14140         (sieve-tagged-arguments-face): Ditto.
14141
14142         * smime.el (smime): Add :group.
14143
14144         * spam-report.el (spam-report): Add :group.
14145
14146         * spam.el (spam, spam-face): Add :group.
14147
14148 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14149
14150         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14151         return \n.\n.\n at the end of articles.  Protect against that.
14152         (nntp-with-open-group): Allow debugging.
14153
14154         * nnheader.el (mail-header-set-extra): Make into a function
14155         because I just could't understand how to quote the list properly.
14156
14157         * dns.el (query-dns-cached): New function.
14158
14159 2005-05-26  Lute Kamstra  <lute@gnu.org>
14160
14161         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14162
14163 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14164
14165         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14166
14167         * gnus-art.el: Don't autoload mail-extract-address-components.
14168
14169         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14170         eval-and-compile to evaluate it.
14171
14172         * hashcash.el: Don't autoload executable-find.
14173
14174         * nndb.el: Don't declare the nndb back end two or more times; don't
14175         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14176
14177         * nntp.el: Autoload format-spec instead of format; use
14178         eval-and-compile to evaluate autoload forms.
14179
14180 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14181
14182         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14183
14184 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14185
14186         * gnus.el (gnus-version-number): Bump version.
14187
14188 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14189
14190         * gnus.el: No Gnus v0.3 is released.
14191
14192 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14193
14194         * lpath.el (featurep): Bind show-nonbreak-escape.
14195
14196 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14197
14198         * gnus-art.el (gnus-article-edit-part): Disable undo.
14199
14200 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14201
14202         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14203         gnus-article-date-lapsed-new-header is t if date timer is active;
14204         skip headers in which the original date value is empty.
14205         (gnus-article-save-original-date): Redefine it as a macro.
14206         (gnus-display-mime): Use it.
14207
14208 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14209
14210         * gnus-art.el (article-date-ut): Support converting date in
14211         forwarded parts as well.
14212         (gnus-article-save-original-date): New function.
14213         (gnus-display-mime): Use it.
14214
14215 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14216
14217         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14218         enclosure element of <item>.
14219
14220 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14221
14222         * message.el (message-kill-buffer-query): Rename from
14223         `message-kill-buffer-query-if-modified'.  Add :version.
14224
14225 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14226
14227         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14228         window layout.
14229
14230 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14231
14232         * mml.el: Autoload dnd when compiling.
14233
14234 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14235
14236         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14237         x-dnd-*.
14238
14239 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * qp.el (quoted-printable-encode-region): Save excursion.
14242
14243 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14244
14245         * message.el (message-kill-buffer-query-if-modified): Add new variable
14246         so the user can kill a modified message buffer quickly.
14247         (message-kill-buffer): Use it.
14248
14249 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14250
14251         * lpath.el: Fbind display-time-event-handler; don't fbind
14252         string-to-multibyte.
14253
14254         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14255
14256 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14257
14258         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14259         contained in text because xml.el decodes entities) with LFs.
14260
14261 2005-04-11  Lute Kamstra  <lute@gnu.org>
14262
14263         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14264         differently.
14265
14266 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14267
14268         * mm-util.el (mm-detect-coding-region): Typo.
14269
14270 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14271
14272         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14273
14274 2005-04-06  Deepak Goel  <deego@gnufans.org>
14275
14276         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14277         user-function allow user modifications of the scores.
14278         (spam-stat-score-buffer-user): New function, to allow
14279         user-computed modifications to the score.
14280         (spam-stat-score-buffer-user-functions): List of additional
14281         scoring functions.
14282         (spam-stat-error-holder): Global temporary error holder.
14283         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14284         variable.
14285
14286 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14287
14288         * gnus-registry.el (gnus-registry-clean-empty-function)
14289         (gnus-registry-trim, gnus-registry-fetch-groups)
14290         (gnus-registry-delete-group): Groups that match
14291         `gnus-registry-ignored-groups' are removed from the registry
14292         entries, not just ignored for splitting.  This helps clean up the
14293         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14294         to get all the groups a message ID is in.
14295
14296         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14297         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14298         (spam-stat-score-buffer-user-functions): Add :number custom type.
14299
14300 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14301
14302         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14303         argument in XEmacs.
14304
14305         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14306         (nnrss-request-group): Decode group name first.
14307         (nnrss-request-article): Make a text/plain article if mml-to-mime
14308         failed.
14309         (nnrss-get-encoding): Return a compatible encoding according to
14310         nnrss-compatible-encoding-alist.
14311         (nnrss-find-el): Use consp instead of listp.
14312         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14313
14314 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14315
14316         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14317         which Emacs 20 doesn't support.
14318         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14319
14320 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14321
14322         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14323         silence the byte compiler inside the defun.
14324
14325         * gnus-demon.el (parse-time-string): Add autoload.
14326
14327         * gnus-delay.el (parse-time-string): Add autoload.
14328
14329         * gnus-art.el (parse-time-string): Add autoload.
14330
14331         * nnultimate.el (parse-time): Require for `parse-time-string'.
14332
14333 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14336
14337         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14338
14339         * smime.el (smime-ldap-host-list): Add :version.
14340
14341 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14342
14343         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14344         pass it to `gnus-browse-read-group'.
14345         (gnus-browse-read-group): Add NUMBER argument and pass it to
14346         `gnus-group-read-ephemeral-group'.
14347
14348         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14349         argument and pass it to `gnus-group-read-group'.
14350
14351 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14352
14353         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14354         mm-xemacs-find-mime-charset-1 if we have the mule feature
14355         available at runtime.
14356
14357 2005-03-25  Werner Lemberg  <wl@gnu.org>
14358
14359         * nnmaildir.el: Replace `illegal' with `invalid'.
14360
14361 2005-03-23  Lute Kamstra  <lute@gnu.org>
14362
14363         * time-date.el: Add comment on time value formats.
14364         Don't require parse-time.
14365         (with-decoded-time-value): New macro.
14366         (encode-time-value): New function.
14367         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14368         (days-to-time): Return a valid time value when arg is huge.
14369         (time-since): Use time-subtract.
14370         (time-to-number-of-days): Use time-to-seconds.
14371
14372 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14373
14374         * gnus-start.el (gnus-display-time-event-handler):
14375         Check display-time-timer at runtime rather than only at load time
14376         in case display-time-mode is turned off in the mean time.
14377
14378 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14379
14380         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14381         used.
14382
14383         * nneething.el (nneething-map-file-directory): Derive from
14384         `gnus-directory'.
14385
14386         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14387         the To/Cc button.
14388
14389 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14390
14391         * nnmaildir.el (nnmaildir-request-accept-article):
14392         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14393
14394 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14395
14396         * gnus-async.el: Require timer-funcs at compile time when in
14397         XEmacs for `run-with-idle-timer'.
14398
14399 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14400
14401         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14402         autoloaded function.
14403
14404 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14405
14406         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14407
14408 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14409
14410         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14411
14412 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14413
14414         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14415         Add gnus-expert-user to default.
14416
14417 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14418
14419         * nnimap.el (nnimap-open-server): Ditto.
14420
14421         * imap.el (imap-authenticate): Fix typo.
14422
14423 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14424
14425         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14426         buffer (since IMAP server might return FETCH response out of
14427         order, and the nntp buffer must be sorted).
14428
14429 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14430
14431         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14432         comparison on string.
14433
14434         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14435         (gnus-agent-score): Rename category keywords to match gnus-cus.
14436         (gnus-agent-summary-fetch-series): Modify to protect against
14437         gnus-agent-summary-fetch-group clearing processable flags.
14438         (gnus-agent-synchronize-group-flags): Update live group buffer as
14439         synchronization may occur due to the user toggle the plugged
14440         status.
14441         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14442         successfully downloaded.
14443         (gnus-agent-expire-group-1): Avoid using markers when the overview
14444         is in ascending order; greatly improves performance.
14445         (gnus-agent-regenerate-group):
14446         Use gnus-agent-synchronize-group-flags to reset read status in both
14447         gnus and server.
14448         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14449
14450 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * message.el: Don't autoload former message-utils variables.
14453         (message-strip-subject-trailing-was): Change doc string.
14454
14455         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14456         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14457         (nnweb-google-search): Add "hl=en" here.
14458         (nnweb-google-parse-1, nnweb-google-create-mapping):
14459         Don't hardcode URL.
14460
14461 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14462
14463         * message.el (message-get-reply-headers, message-followup):
14464         Mention related variables `message-use-followup-to' and
14465         `message-use-mail-followup-to', in the information buffer.
14466
14467         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14468         of broken groups(-beta).google.com.
14469
14470 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14471
14472         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14473         parameter to invoked gnus-request-move-article; remove the
14474         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14475         all at once instead of once per article.
14476         (gnus-summary-remove-process-mark): Accept a list of articles as
14477         well as a single article for processing.
14478
14479         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14480         parameter.
14481
14482         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14483
14484         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14485
14486         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14487         parameter.
14488
14489         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14490         parameter.
14491
14492         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14493         parameter and remove the gnus-sum-hint-move-is-internal variable.
14494
14495         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14496         parameter.
14497
14498         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14499         parameter.
14500
14501         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14502         parameter.
14503
14504         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14505
14506         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14507         parameter.
14508
14509         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14510         parameter.
14511
14512 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14513
14514         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14515         a more conservative way.
14516
14517 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14518
14519         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14520         buffer, so it moves the window's cursor.
14521
14522 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14523
14524         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14525         `mm-dissect-multipart' and receive the from field as an (optional)
14526         argument from `mm-dissect-multipart'.
14527         (mm-dissect-multipart): Receive the from field as an argument and
14528         pass it on when we call `mm-dissect-buffer' on MIME parts.
14529         Fixes verification/decryption of signed/encrypted MIME parts.
14530
14531 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14532
14533         * gnus-sum.el (gnus-summary-move-article):
14534         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14535         whatever it calls (right now, only nnimap-request-move article
14536         respects it).
14537
14538         * nnimap.el (nnimap-request-move-article):
14539         When gnus-sum-hint-move-is-internal is set, don't do the extra
14540         nnimap-request-article.
14541
14542 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14543
14544         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14545
14546         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14547         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14548
14549         * gnus-sum.el (gnus-summary-caesar-message):
14550         Apply `gnus-treat-article' after rotation.
14551
14552         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14553         doc string.
14554
14555 2005-02-22  Simon Josefsson  <jas@extundo.com>
14556
14557         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14558         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14559         <arne@arnested.dk>.
14560         (encrypt): Add password-cache and password-cache-expiry as group
14561         members.
14562
14563 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14564
14565         * smime.el (smime-ldap-host-list): Doc fix.
14566         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14567         cache) password.
14568         (smime-sign-region): Use it.
14569         (smime-decrypt-region): Use it.
14570         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14571         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14572         fails.
14573         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14574         certificate from DER to PEM format rather than calling openssl.
14575
14576         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14577
14578         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14579         for signing/encryption.
14580
14581         * mml.el (mml-parse-1): Use them.
14582
14583 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14584
14585         * nnrss.el (nnrss-verbose): Remove.
14586         (nnrss-request-group): Use `nnheader-message' instead.
14587
14588 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14589
14590         * nnrss.el (nnrss-verbose): New variable.
14591         (nnrss-request-group): Make it say nnrss is requesting a group.
14592
14593 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14594
14595         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14596         Handle news URL with given port correctly.
14597
14598 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14601         containing special characters.
14602
14603         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14604
14605         * mml.el (mime-to-mml): Ditto.
14606
14607         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14608         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14609         (rfc2047-decode-region): Quote decoded words containing special
14610         characters when rfc2047-quote-decoded-words-containing-tspecials
14611         is non-nil.
14612
14613 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14614
14615         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14616
14617         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14618
14619 2005-02-15  Simon Josefsson  <jas@extundo.com>
14620
14621         * nnimap.el (nnimap-debug): Doc fix.
14622
14623         * imap.el (imap-debug): Doc fix.
14624
14625 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14626
14627         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14628
14629 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14630
14631         * gnus.el (spam-contents): Improve docs for spam-contents
14632         parameter in its variable incarnation.
14633
14634 2005-02-14  Simon Josefsson  <jas@extundo.com>
14635
14636         * smime-ldap.el: Use require instead of load-library for ldap.
14637         (smime-ldap-search): Indent.
14638         (smime-ldap-search-internal): Shorten line.
14639
14640         * smime.el (smime-cert-by-dns): Add doc-string.
14641         (smime-cert-by-ldap-1): Indent.
14642
14643         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14644         mml-smime-get-dns-ldap.
14645         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14646
14647 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14648
14649         * smime.el: Require smime-ldap.
14650         (smime-ldap-host-list): New variable.
14651         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14652
14653         * mml-smime.el (mml-smime-encrypt-query): New function.
14654         (mml-smime-encrypt-query): Use it.
14655
14656         * smime-ldap.el: New file.
14657
14658 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14659
14660         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14661
14662 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14663
14664         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14665         argument in doc string.  Make query for type more clear.
14666
14667 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14668
14669         * gnus.el (gnus-group-startup-message): Search for gnus images in
14670         etc/images/gnus.
14671         * mm-util.el (mm-image-load-path): Likewise.
14672         * smiley.el (smiley-data-directory): Search for smilies in
14673         etc/images/smilies.
14674
14675 2005-02-09  Kim F. Storm  <storm@cua.dk>
14676
14677         Change Emacs release version from 21.4 to 22.1 throughout.
14678         Change Emacs development version from 21.3.50 to 22.0.50.
14679
14680 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14683
14684         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14685         non-Mule XEmacs as well.
14686         (mm-decompress-buffer): Signal an error intentionally if it does
14687         not decompress compressed data because auto-compression-mode is
14688         disabled.
14689
14690 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14691
14692         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14693         an ID in the registry even if it has no groups.
14694
14695 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14696
14697         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14698         merge it into mm-decompress-buffer.
14699         (gnus-mime-copy-part): Use the MIME part charset, the value which
14700         a user specified or gnus-newsgroup-charset for decoding, like
14701         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14702         save-buffer what was used.  Suggested by Kevin Ryde
14703         <user42@zip.com.au>.
14704         (gnus-mime-inline-part): Allow the name parameter as well as the
14705         filename parameter; force decompressing of compressed data; always
14706         display contents being not decoded as unibyte.
14707
14708         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14709         as well as the filename parameter.
14710
14711         * mm-util.el (mm-decompress-buffer):
14712         Merge gnus-mime-jka-compr-maybe-uncompress.
14713         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14714         of compressed data.
14715
14716 2005-02-08  Simon Josefsson  <jas@extundo.com>
14717
14718         * imap.el (imap-log): Doc fix.
14719
14720 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14721
14722         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14723         the coding cookies; decompress compressed parts.
14724
14725         * mml.el (mml-generate-mime-1): Add the charset parameter according
14726         to the value which a user specified manually or the coding cookie.
14727
14728         * mm-util.el (mm-string-to-multibyte): New function.
14729         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14730         (mm-coding-system-to-mime-charset): New function.
14731         (mm-decompress-buffer): New function.
14732         (mm-find-buffer-file-coding-system): New function.
14733
14734         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14735         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14736         parts.
14737
14738 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14739
14740         * mm-view.el (mm-display-inline-fontify): Decode a part according
14741         to the charset parameter.
14742
14743 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14744
14745         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14746         prefix arg is neither nil nor a number, as info specifies.
14747
14748 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14749
14750         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14751         timestamps.
14752
14753 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14754
14755         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14756         groups error checking and notify user.
14757
14758 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14759
14760         * message.el (message-send-mail-function): Check existence of
14761         sendmail-program first before using default value
14762         `message-send-mail-with-sendmail'.  Otherwise use more generic
14763         `smtpmail-send-it'.
14764
14765 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * nntp.el (nntp-request-update-info): Always return nil.
14768
14769 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14770
14771         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14772
14773 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14774
14775         * message.el (message-beginning-of-line): Change the behavior when
14776         invoked between BOL and : so that it first moves backward.
14777
14778 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14779
14780         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14781         article buffer when editing of the article is discarded.
14782         (gnus-article-prepare): Revert.
14783
14784 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * gnus-art.el (gnus-article-prepare):
14787         Remove message-strip-forbidden-properties from the local hook.
14788
14789 2005-01-27  Simon Josefsson  <jas@extundo.com>
14790
14791         * password.el (password-cache-add): Only start one timer per key.
14792         Reported by Derek Atkins <warlord@MIT.EDU>.
14793
14794 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14795
14796         * run-at-time.el: Remove.  It is no longer needed as
14797         timer-funcs.el in the xemacs-base package has a working version of
14798         `run-at-time'.
14799
14800         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14801
14802         * password.el: Require timer-funcs instead of run-at-time in
14803         XEmacs.
14804         Remove `password-run-at-time' macro.
14805         (password-cache-add): Use `run-at-time' instead of
14806         `password-run-at-time'.
14807
14808         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14809         Remove `nnheader-cancel-function-timers' alias,
14810         `cancel-function-timers' exists in XEmacs in timer-funcs.
14811
14812         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14813         for `run-with-idle-timer'.
14814
14815         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14816         for `run-at-time'.
14817
14818         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14819         for `with-timeout'.
14820
14821         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14822         the same as for XEmacs 21.4.
14823         No need to ignore `run-with-idle-timer', this function exists in
14824         XEmacs now in timer-funcs.el in the xemacs-base package.
14825         (dgnushack-compile): No need to delete
14826         run-at-time.el from the list of files to compile because it
14827         doesn't exist anymore.
14828
14829 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14830
14831         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14832         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14833
14834 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14835
14836         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14837         sensitively.
14838
14839 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14840
14841         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14842
14843 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14846         which will be inserted according to the multibyteness of a buffer
14847         rather than the type of contents.  Suggested by ARISAWA Akihiro
14848         <ari@mbf.ocn.ne.jp>.
14849
14850         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14851         of string which old xml.el may return rather than a string.
14852
14853 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14856
14857 2005-01-16  Simon Josefsson  <jas@extundo.com>
14858
14859         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14860         idn/idna.el isn't available.
14861         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14862         <michael@waxrat.com>.
14863
14864         * hashcash.el: Remove non-FSF copyright header.
14865
14866         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14867         (hashcash-generate-payment): Use it.
14868         (hashcash-generate-payment-async): Use it.
14869
14870 2005-01-15  Simon Josefsson  <jas@extundo.com>
14871
14872         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14873         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14874
14875         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14876         gnus-summary-idna-message.
14877         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14878         (gnus-summary-idna-message): New function.
14879
14880 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14883         gnus-novice-user.
14884
14885 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14886
14887         * nnrss.el (nnrss-request-delete-group): Delete entries in
14888         nnrss-group-alist as well.
14889         (nnrss-save-server-data): Insert newline.
14890
14891 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14892
14893         * gnus.el (gnus-user-agent): Use list of symbols instead of
14894         symbols.  Display full version number for (S)XEmacs.
14895         Optionally display (S)XEmacs codename.
14896
14897         * gnus-util.el (gnus-emacs-version): Update for new
14898         `gnus-user-agent'.
14899
14900         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14901         Gnus version.
14902
14903 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14906         which is unreadable in some setups.
14907
14908 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-spec.el (gnus-update-format-specifications): Flush the
14911         group format spec cache if it doesn't support decoded group names.
14912
14913 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14916         Allow to apply decay on score files matching a regexp.
14917
14918 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14919
14920         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14921         compatibility in %g and %c.
14922
14923 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14926         name for only %g and %c.
14927         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14928         of gnus-tmp-group to decoded group name.
14929         (gnus-group-make-rss-group): Exclude `/'s from group names.
14930
14931 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14932
14933         * nnrss.el (nnrss-get-encoding): Fix regexp.
14934
14935 2004-12-27  Simon Josefsson  <jas@extundo.com>
14936
14937         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14938         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14939         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14940
14941 2004-12-17  Kim F. Storm  <storm@cua.dk>
14942
14943         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14944
14945         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14946
14947 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14948
14949         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14950
14951 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14952
14953         * nnrss.el: Require rfc2047 and mml.
14954         (nnrss-file-coding-system): New variable.
14955         (nnrss-format-string): Redefine it as an inline function.
14956         (nnrss-decode-group-name): New function.
14957         (nnrss-string-as-multibyte): Remove.
14958         (nnrss-retrieve-headers): Decode group name; don't use
14959         nnrss-format-string.
14960         (nnrss-request-group): Decode group name.
14961         (nnrss-request-article): Decode group name; allow a Message-ID as
14962         well as an article number; don't use nnrss-format-string; encode a
14963         Message-ID string which may contain non-ASCII characters; use
14964         mml-to-mime to compose a MIME article.
14965         (nnrss-request-expire-articles): Decode group name.
14966         (nnrss-request-delete-group): Decode group name.
14967         (nnrss-fetch): Clarify error message.
14968         (nnrss-read-server-data): Use insert-file-contents instead of load;
14969         bind file-name-coding-system; use multibyte buffer.
14970         (nnrss-save-server-data): Bind coding-system-for-write to the
14971         value of nnrss-file-coding-system; bind file-name-coding-system;
14972         add coding cookie.
14973         (nnrss-read-group-data): Use insert-file-contents instead of load;
14974         bind file-name-coding-system; use multibyte buffer.
14975         (nnrss-save-group-data): Bind coding-system-for-write to the
14976         value of nnrss-file-coding-system; bind file-name-coding-system.
14977         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14978         make it work with non-ASCII text.
14979         (nnrss-find-el): Make it work with old xml.el as well.
14980
14981 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14982
14983         * nnrss.el (nnrss-get-encoding): New function.
14984         (nnrss-fetch): Use unibyte buffer initially; bind
14985         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14986         decode contents according to the encoding attribute.
14987         (nnrss-save-group-data): Add coding cookie.
14988         (nnrss-mime-encode-string): New function.
14989         (nnrss-check-group): Use it to encode subject and author.
14990
14991 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14992
14993         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14994         imaginary variable.
14995
14996 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14997
14998         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14999         correctly even if there are wide characters.
15000
15001 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15002
15003         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15004         downcased symbol names; make a new cache instead of reusing
15005         bbdb-hashtable.
15006
15007 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15008
15009         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15010         concatenating segments rather than before concatenating them.
15011         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15012
15013         * message.el (message-get-reply-headers): Bind `extra'.
15014
15015 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15016
15017         * message.el (message-extra-wide-headers): New variable.
15018         (message-get-reply-headers): Use it.
15019
15020 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15023         (gnus-agent-group-pathname): Ditto.
15024
15025         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15026
15027         * gnus-group.el (gnus-group-make-group): Decode group name.
15028         (gnus-group-make-rss-group): Register the group data after opening
15029         the nnrss group.
15030
15031 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15032
15033         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15034         by expiry now get marked as read.
15035
15036 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15039
15040 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15041
15042         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15043         unify Latin characters in XEmacs.
15044         (mm-find-mime-charset-region): Use it.
15045
15046 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15047
15048         * gnus-util.el (gnus-delete-directory): New function.
15049
15050         * gnus-agent.el (gnus-agent-delete-group): Use it.
15051
15052         * gnus-cache.el (gnus-cache-delete-group): Use it.
15053
15054 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15055
15056         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15057         names.
15058
15059 2004-12-16  Simon Josefsson  <jas@extundo.com>
15060
15061         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15062
15063 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15064
15065         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15066
15067         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15068         (gnus-group-set-current-level): Decode group name.
15069
15070 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15071
15072         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15073         failed.
15074
15075 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-group.el (gnus-group-delete-group): Decode group name.
15078         (gnus-group-make-rss-group): Encode group name.
15079         (gnus-group-catchup-current): Decode group name.
15080         (gnus-group-kill-group): Decode group name.
15081
15082 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15083
15084         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15085
15086 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * gnus-group.el (gnus-group-make-rss-group):
15089         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15090
15091         * gnus-start.el (gnus-setup-news): Honor user's setting to
15092         gnus-message-archive-method.  Suggested by Lute Kamstra
15093         <lute@gnu.org>.
15094
15095 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15096
15097         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15098         global counterparts of the buffer-local variables.
15099
15100 2004-11-16  Romain Francoise  <romain@orebokech.com>
15101
15102         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15103         counterparts of the buffer-local variables.
15104
15105 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15106
15107         * message.el (message-forbidden-properties): Fix typo in doc
15108         string.
15109
15110 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * gnus-util.el (gnus-replace-in-string): Add doc string.
15113
15114         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15115         to avoid problems when splitting mails with many recipients.
15116
15117 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15118
15119         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15120         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15121
15122 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15123
15124         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15125         if there is no hashtable in memory or file modification time is
15126         newer than cached timestamp.
15127
15128 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * gnus-sum.el (gnus-summary-limit-to-recipient):
15131         Implement not-matching option.
15132
15133 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15134
15135         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15136         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15137         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15138         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15139         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15140         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15141
15142 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15143
15144         * message.el (message-forward-make-body-mml): Remove headers
15145         according to message-forward-ignored-headers if a message is decoded.
15146
15147 2004-12-02  Romain Francoise  <romain@orebokech.com>
15148
15149         * message.el (message-forward-make-body-plain): Always remove
15150         headers according to message-forward-ignored-headers.
15151
15152 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15153
15154         * spam.el (spam-summary-prepare-exit): Remove the
15155         gnus-summary-limit pop for now, it has problems with ham marks for
15156         me.
15157
15158 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15159
15160         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15161         correctly.
15162
15163 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15164
15165         * format-spec.el (format-spec): Message the char.
15166
15167 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15168
15169         * gnus-art.el (gnus-split-methods): Reformat comments.
15170
15171         * spam.el (spam-summary-prepare-exit): Remove article limits
15172         before exiting the summary buffer.
15173
15174 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15175
15176         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15177         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15178
15179         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15180         order to silence the byte compiler.
15181
15182         * spam.el: Fix the way to silence the byte compiler, which
15183         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15184         bbdb-search-simple, spam-BBDB-register-routine,
15185         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15186         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15187         spam-stat-buffer-is-spam, spam-stat-load,
15188         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15189         spam-stat-save and spam-stat-split-fancy.
15190
15191 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15194         which may confuse users.
15195         (canlock-password-for-verify): Ditto.
15196
15197         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15198
15199         * gnus-art.el (gnus-emphasis-alist): Ditto.
15200
15201         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15202
15203         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15204
15205         * gnus-start.el (gnus-save-killed-list): Ditto.
15206
15207         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15208         (gnus-sum-thread-tree-root): Ditto.
15209         (gnus-sum-thread-tree-false-root): Ditto.
15210         (gnus-sum-thread-tree-single-indent): Ditto.
15211
15212         * message.el (message-courtesy-message): Ditto.
15213         (message-archive-note): Ditto.
15214         (message-subscribed-address-file): Ditto.
15215         (message-user-fqdn): Ditto.
15216
15217         * spam-report.el (spam-report-gmane-regex): Ditto.
15218
15219         * spam.el (spam-blackhole-good-server-regex): Ditto.
15220
15221 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * mml.el (mml-preview): Widen the message buffer before copying
15224         the contents to the preview buffer; sort headers before previewing.
15225
15226         * message.el (message-hidden-headers): Fix the way to avoid a bug
15227         in the `repeat' widget in Emacs 21.3 or earlier.
15228
15229 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15230
15231         * message.el (message-hidden-headers): Default to "^References:".
15232         Improve customization type.  Suggested by Reiner Steib
15233         <Reiner.Steib@gmx.de>.
15234
15235 2004-11-25  Romain Francoise  <romain@orebokech.com>
15236
15237         * message.el (message-strip-forbidden-properties): Remove check for
15238         obsolete `message-hidden' text property, hidden headers are not
15239         accessible in the buffer anymore.
15240
15241 2004-11-22  Romain Francoise  <romain@orebokech.com>
15242
15243         * message.el (message-header-format-alist): Add `From' in list
15244         so that it can be sorted.
15245         (message-fix-before-sending): Widen and sort headers before
15246         sending.
15247         (message-hide-headers): Use narrowing to hide headers by moving
15248         them to the top of the buffer and narrowing to the region
15249         underneath.
15250
15251 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15252
15253         * message.el (message-strip-forbidden-properties):
15254         Bind buffer-read-only (etc) to nil.
15255
15256 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15257
15258         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15259         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15260
15261 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15262
15263         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15264
15265 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15266
15267         * dns.el (query-dns): Use sit-for to time instead of
15268         accept-process-output, since that doesn't seem to work on udp
15269         sockets.
15270
15271 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15272
15273         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15274
15275 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15276
15277         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15278         doc string.  Improve doc string.
15279
15280 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15281
15282         * nntp.el (nntp-request-update-info): Return nil if
15283         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15284         may not call gnus-activate-group which uselessly issues the GROUP
15285         commands for all nntp groups and wastes time.  Reported by Romain
15286         Francoise <romain@orebokech.com>.
15287
15288         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15289
15290 2004-11-15  Simon Josefsson  <jas@extundo.com>
15291
15292         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15293         headers separately.
15294         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15295         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15296
15297 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15298
15299         * gnus-start.el (gnus-convert-old-newsrc):
15300         Assign legacy-gnus-agent to 5.10.7.
15301
15302 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15303
15304         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15305         start of the lines.
15306
15307 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15308
15309         * hashcash.el (hashcash-default-payment): Change default to 20.
15310         (hashcash-default-accept-payment): Change default to 20.
15311         (hashcash-process-alist): New variable.
15312         (hashcash-generate-payment-async): Add.
15313         (hashcash-already-paid-p): Add.
15314         (hashcash-insert-payment): Don't generate payments twice.
15315         (hashcash-insert-payment-async): Add.
15316         (hashcash-insert-payment-async-2): Add.
15317         (hashcash-cancel-async): Add.
15318         (hashcash-wait-async): Add.
15319         (hashcash-processes-running-p): Add.
15320         (hashcash-wait-or-cancel): Add.
15321         (mail-add-payment): New optional argument.  Conditionally start
15322         asynchronous calculation.
15323         (mail-add-payment-async): Add.
15324
15325         * message.el (message-send-mail): Wait for asynchronous hashcash
15326         results.  Don't clobber existing X-Hashcash headers.
15327         (message-setup-1): Call mail-add-payment-async when
15328         message-generate-hashcash is non-nil.
15329
15330 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15331
15332         * message.el (message-use-alternative-email-as-from): Examine the
15333         From header as well; use message-make-from in order to include a
15334         user's full name.
15335
15336 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15339         default; improve customization type.
15340         (gnus-emphasis-custom-with-format): New macro.
15341         (gnus-emphasis-custom-value-to-external): New function.
15342         (gnus-emphasis-custom-value-to-internal): New function.
15343
15344 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15345
15346         * dns.el (query-dns): Resolve reverse addresses.
15347
15348 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15349
15350         * gnus-group.el (gnus-group-get-new-news): Use it.
15351
15352         * gnus-start.el (gnus-check-reasonable-setup): New function.
15353
15354 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15355
15356         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15357         "Args out of range" error.  Reported by Arnaud Giersch
15358         <arnaud.giersch@free.fr>.
15359
15360 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15361
15362         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15363
15364 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15365
15366         * spam.el (spam group): Add :version.
15367
15368         * pgg-def.el (pgg group): Add :version.
15369
15370 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15371
15372         * gnus-art.el (gnus-article-edit-article): Don't associate the
15373         article buffer with a draft file.  This is a temporary measure
15374         against the 2004-08-22 change to gnus-article-edit-mode.
15375
15376 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15377
15378         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15379         (html2text-format-tags): Remove unused variable `attr'.
15380
15381 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15382
15383         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15384
15385         * tls.el (tls-process-connection-type, tls-success)
15386         (tls-certtool-program): Add :version.
15387
15388         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15389         (starttls-extra-arguments, starttls-process-connection-type)
15390         (starttls-connect, starttls-failure, starttls-success): Add :version.
15391
15392         * spam-stat.el (spam-stat): Add :version.
15393
15394         * sieve.el (sieve): Add :version.
15395
15396         * sha1.el (sha1): Add :version.
15397         (sha1-use-external): Remove redundant version.
15398
15399         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15400         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15401         (nnmail-split-fancy-match-partial-words)
15402         (nnmail-split-lowercase-expanded): Add :version.
15403
15404         * nndiary.el (nndiary): Add :version.
15405
15406         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15407
15408         * mml-sec.el (mml-default-sign-method)
15409         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15410         Add :version.
15411
15412         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15413
15414         * mm-url.el (mm-url-use-external, mm-url-program)
15415         (mm-url-arguments): Add :version.
15416
15417         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15418         (mm-attachment-file-modes, mm-decrypt-option)
15419         (mm-w3m-safe-url-regexp): Add :version.
15420
15421         * message.el (message-cite-prefix-regexp)
15422         (message-sendmail-envelope-from, message-minibuffer-local-map)
15423         (message-user-fqdn, message-completion-alist): Add :version.
15424
15425         * gnus-win.el (gnus-configure-windows-hook)
15426         (gnus-use-frames-on-any-display): Add :version.
15427
15428         * gnus-art.el (gnus-article-address-banner-alist)
15429         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15430         (gnus-treat-from-picon, gnus-treat-mail-picon)
15431         (gnus-treat-x-pgp-sig): Add :version.
15432
15433         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15434         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15435         (gnus-summary-article-delete-hook)
15436         (gnus-summary-display-while-building): Add :version.
15437
15438         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15439         (gnus-get-top-new-news-hook): Add :version.
15440
15441         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15442         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15443
15444         * gnus-registry.el (gnus-registry): Add :version.
15445
15446         * gnus-spec.el (gnus-use-correct-string-widths)
15447         (gnus-make-format-preserve-properties): Add :version.
15448
15449         * gnus.el (gnus-group-charter-alist)
15450         (gnus-group-fetch-control-use-browse-url)
15451         (gnus-install-group-spam-parameters): Add :version.
15452
15453         * gnus-diary.el (gnus-diary): Add :version.
15454
15455         * gnus-delay.el (gnus-delay): Add :version.
15456
15457         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15458         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15459         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15460         Add :version.
15461
15462         * gnus-agent.el (gnus-agent-max-fetch-size)
15463         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15464         (gnus-agent-prompt-send-queue): Add :version.
15465
15466         * deuglify.el (gnus-outlook-deuglify): Add :version.
15467
15468         * html2text.el: Beautify code.  Improve doc strings.
15469         Some checkdoc cleanup.
15470         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15471
15472 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15473
15474         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15475
15476 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15477
15478         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15479         when package is loaded.
15480
15481         * spam.el (spam-summary-score-preferred-header): Add global preference
15482         for people who want to override the default SpamAssassin over
15483         Bogofilter preference (when both are set).
15484         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15485         (spam-user-format-function-S):
15486         Check spam-summary-score-preferred-header.
15487         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15488         (spam-user-format-function-S): Format the score correctly.
15489
15490 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15493         signature file.  Suggested by Manoj Srivastava
15494         <srivasta@golden-gryphon.com>.
15495
15496         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15497         iso-2022-jp even in the Japanese language environment.
15498         Suggested by Jason Rumney <jasonr@gnu.org>.
15499
15500 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15503         use the same characters as the dummy marks; make it free from
15504         getting affected by the language environment.
15505         (gnus-summary-read-group-1): Update mark positions only when the
15506         format spec is updated.
15507
15508         * gnus-spec.el (gnus-update-format-specifications): Return a list
15509         of updated types.
15510
15511 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15512
15513         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15514         of boundp to check if display-warning is available.
15515
15516 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15517
15518         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15519
15520 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * nnspool.el (nnspool-spool-directory): Use news-path if the
15523         news-directory variable is not bound.
15524
15525         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15526         function instead of display-warning if it is not available.
15527
15528 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15531         v5-10: Use `point-at-bol'.
15532
15533 2004-10-26  Simon Josefsson  <jas@extundo.com>
15534
15535         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15536         <chenggao@gmail.com>.
15537
15538 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15539
15540         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15541         instead.
15542
15543 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15544
15545         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15546         to remove a server from the nnimap-server-buffer-alist.
15547         (nnimap-open-connection, nnimap-close-server): Use it.
15548
15549         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15550
15551 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15552
15553         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15554         running the major-mode function.
15555
15556 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15559         dummy marks in the right way.
15560
15561 2004-10-18  David Edmondson  <dme@dme.org>
15562
15563         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15564         excessively.
15565
15566 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15567
15568         * gnus-util.el (gnus-split-references): Accept a nil references
15569         string and go on blissfully.
15570
15571         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15572         cases where the references string is non-nil but has no references.
15573
15574         * encrypt.el: Add autoload tags.
15575
15576         * spam.el (spam-resolve-registrations-routine): Remove article
15577         from unregistration list too.  Reported by David Hanak
15578         <dhanak@isis.vanderbilt.edu>
15579
15580 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15581
15582         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15583         nil.  Change custom type.
15584
15585 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15586
15587         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15588
15589         * gnus-sum.el (gnus-summary-move-article): Use it.
15590
15591 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15592
15593         * encrypt.el: Add autoload cookies.
15594
15595         * spam.el (spam-backend-article-list-property)
15596         (spam-backend-get-article-todo-list)
15597         (spam-backend-put-article-todo-list)
15598         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15599         Resolve registrations separately.
15600         (spam-register-routine): Format comments.
15601         (spam-unregister-routine, spam-register-routine): Always call with
15602         specific-articles, no default list.
15603         (spam-summary-prepare-exit): Use the spam-classifications function.
15604
15605         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15606         gnus-encrypt.el.
15607
15608         * encrypt.el: Copied from gnus-encrypt.el.
15609
15610         * gnus-encrypt.el: Commented that it's obsolete.
15611
15612 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15613
15614         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15615         (gnus-score-save): Use it.
15616
15617         * message.el (message-bury): Use `window-dedicated-p'.
15618
15619 2004-10-15  Simon Josefsson  <jas@extundo.com>
15620
15621         * pop3.el (top-level): Don't require nnheader.
15622         (pop3-read-timeout): Add.
15623         (pop3-accept-process-output): Add.
15624         (pop3-read-response, pop3-retr): Use it.
15625
15626 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15627
15628         * spam.el (spam-register-routine): Move comment.
15629         (spam-verify-bogofilter): Use 'unknown for the initial
15630         spam-bogofilter-valid state, not 'never.
15631
15632         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15633         for netrc-machine.
15634
15635         * nnimap.el (nnimap-open-connection):
15636         Use netrc-machine-user-or-password.
15637
15638 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15639
15640         * gnus-registry.el (gnus-registry-unload-hook):
15641         Set as a variable with add-hook.
15642
15643         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15644         of news-path.
15645
15646         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15647
15648         * spam.el: Delete duplicate `provide'.
15649         (spam-unload-hook): Set as a variable with add-hook.
15650
15651 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15652
15653         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15654         in the doc string.
15655
15656         * message.el (message-ignored-news-headers)
15657         (message-ignored-supersedes-headers)
15658         (message-ignored-resent-headers)
15659         (message-forward-ignored-headers): Improve custom type.
15660
15661 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15662
15663         * message.el (message-tokenize-header): Fix 2004-09-06 change
15664         which used point-min in the wrong place.
15665
15666 2004-10-12  Simon Josefsson  <jas@extundo.com>
15667
15668         * tls.el (tls-certtool-program): New variable.
15669         (tls-certificate-information): New function, based on
15670         ssl-certificate-information.
15671
15672 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15673
15674         * compface.el: Move the version of ELisp-based uncompface program
15675         to the contrib directory because of the copyright problem.
15676
15677 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15678
15679         * message.el (message-kill-buffer): Raise the current frame.
15680
15681 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15682
15683         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15684
15685         * gnus.el (message-y-or-n-p): Autoload.
15686
15687         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15688         (pop3-password-required, pop3-authentication-scheme)
15689         (pop3-leave-mail-on-server): Make customizable.
15690         (pop3): New custom group.
15691         (pop3-retr): Remove `sleep-for' statements.
15692         Suggested by Dave Love <fx@gnu.org>.
15693
15694         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15695         Windows/DOS.
15696
15697         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15698         (imap-parse-body): Fix incorrect use of `assert'.
15699         Suggested by Dave Love <fx@gnu.org>.
15700
15701         * mml.el (mml-minibuffer-read-disposition): Require match.
15702         Suggested by Dave Love <fx@gnu.org>.
15703
15704 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15705
15706         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15707         doc string.
15708
15709 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15712
15713 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15714
15715         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15716         instead of calling `mm-insert-inline', to decode text/* parts
15717         before displaying them.
15718
15719 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * mm-uu.el (mm-uu-text-plain-type): New variable.
15722         (mm-uu-pgp-signed-extract-1): Use it.
15723         (mm-uu-pgp-encrypted-extract-1): Use it.
15724         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15725         bind mm-uu-text-plain-type with that value.
15726         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15727         mm-uu-dissect.
15728
15729 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15730
15731         * gnus-group.el (gnus-update-group-mark-positions):
15732         * gnus-sum.el (gnus-update-summary-mark-positions):
15733         * message.el (message-check-news-body-syntax):
15734         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15735         of string-as-multibyte.
15736
15737 2004-10-05  Juri Linkov  <juri@jurta.org>
15738
15739         * gnus-group.el (gnus-update-group-mark-positions):
15740         * gnus-sum.el (gnus-update-summary-mark-positions):
15741         * message.el (message-check-news-body-syntax):
15742         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15743         8-bit unibyte values to a multibyte string for search functions.
15744
15745 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15746
15747         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15748         (mm-uu-dissect-text-parts): New function.
15749
15750         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15751         dissect text parts.
15752
15753         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15754         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15755
15756         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15757
15758         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15759         Use gnus-current-topics instead of gnus-current-topic.
15760
15761 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15762
15763         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15764
15765 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15766
15767         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15768         where approriate.
15769
15770         * nnml.el (nnml-generate-active-info): do.
15771
15772         * nndiary.el (nndiary-generate-active-info): do.
15773
15774         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15775         (gnus-topic-move): do.
15776
15777         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15778         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15779
15780         * gnus-srvr.el (gnus-server-prepare)
15781         (gnus-server-open-all-servers): do.
15782
15783         * gnus-msg.el (gnus-summary-cancel-article)
15784         (gnus-summary-resend-message)
15785         (gnus-summary-mail-crosspost-complaint): do.
15786
15787         * gnus-move.el (gnus-change-server): do.
15788
15789         * gnus-group.el (gnus-group-unmark-all-groups)
15790         (gnus-group-set-current-level): do.
15791
15792 2004-10-04  Simon Josefsson  <jas@extundo.com>
15793
15794         * message.el (message-generate-hashcash): Doc fix.
15795
15796 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15797
15798         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15799         avoid infinite recursion via gnus-get-function.
15800
15801 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15802
15803         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15804
15805         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15806
15807         * nnmail.el (nnmail-split-history): do.
15808
15809         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15810         (nnml-request-delete-group): do.
15811
15812         * nnslashdot.el (nnslashdot-read-groups): do.
15813
15814         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15815         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15816
15817         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15818         (nnspool-sift-nov-with-sed): Use last.
15819         (nnspool-retrieve-headers-with-nov): Use mapc.
15820         (nnspool-request-newgroups): Use dolist.
15821         (nnspool-request-group): Use last.
15822
15823         * nntp.el (nntp-read-server-type): Use dolist.
15824
15825         * nnvirtual.el (nnvirtual-create-mapping)
15826         (nnvirtual-update-read-and-marked): Use dolist.
15827         (nnvirtual-convert-headers): Simplify.
15828
15829 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15830
15831         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15832         Add support for sync'ing tick marks.
15833
15834 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15835
15836         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15837         there's no visible header.
15838
15839 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15840
15841         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15842         When necessary, pass full group name to gnus-request-set-marks.
15843
15844 2004-10-01  Simon Josefsson  <jas@extundo.com>
15845
15846         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15847         acroread.
15848
15849 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15850
15851         * spam-report.el (spam-report-gmane): Fix interactive.
15852
15853         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15854
15855         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15856         when writing file.
15857         (gnus-agent-synchronize-flags): Don't default to being
15858         interactive.
15859
15860 2004-09-30  Simon Josefsson  <jas@extundo.com>
15861
15862         * message.el (message-generate-hashcash): Add.
15863         (message-send-mail): Use it, call mail-add-payment.
15864
15865 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15866
15867         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15868
15869 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15870
15871         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15872         gnus-requst-update-info with explicit code to sync the in-memory
15873         info read flags with the marks being sync'd to the backend.
15874
15875         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15876
15877 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15878
15879         * spam.el (spam-verify-bogofilter): Add new function.
15880         (spam-check-bogofilter)
15881         (spam-bogofilter-register-with-bogofilter): Use it.
15882         (spam-verify-bogofilter): Add small fixes.
15883
15884 2004-09-28  Simon Josefsson  <jas@extundo.com>
15885
15886         * hashcash.el (hashcash-generate-payment): Revert.
15887
15888 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15889
15890         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15891         Use gnus-extract-references instead of gnus-split-references.
15892
15893         * gnus-util.el (gnus-extract-references): Add new function, analogous
15894         to gnus-split-references but extracts only the message-ID without
15895         anything extra.
15896
15897         * hashcash.el (hashcash-generate-payment)
15898         (hashcash-check-payment): Do the right thing if hashcash-path is
15899         nil (because the hashcash program could not be found).
15900
15901         * spam.el (spam-use-hashcash): Remove comment.
15902
15903 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15904
15905         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15906         (gnus-cache-enter-article, gnus-cache-remove-article)
15907         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15908
15909         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15910
15911         * gnus-art.el (article-hide-boring-headers)
15912         (article-translate-strings, article-display-face)
15913         (gnus-article-mime-match-handle-first)
15914         (gnus-article-highlight-headers)
15915         (gnus-article-add-buttons-to-head): do.
15916
15917 2004-09-27  Simon Josefsson  <jas@extundo.com>
15918
15919         * hashcash.el: New version, from
15920         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15921         ../contrib/.
15922
15923 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15924
15925         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15926
15927 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15928
15929         * gnus-dup.el (gnus-dup-open): Use mapc.
15930         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15931
15932         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15933         Reported by Stefan Wiens <s.wi@gmx.net>.
15934
15935         * gnus.el (gnus-shutdown): Use dolist.
15936
15937         * gnus-undo.el (gnus-undo): Use mapc.
15938
15939         * nnrss.el (nnrss-generate-active): do.
15940
15941         * message.el (message-cite-original-without-signature)
15942         (message-cite-original): Use mapc.
15943         (message-do-actions, message-make-forward-subject): Use dolist.
15944
15945 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15946
15947         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15948         deletion to remove entire duplicate line.  Fixes merged article
15949         number bug.
15950
15951 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15952
15953         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15954         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15955         first ask if you want to open a server and then, even when you
15956         responded with no, asking if you want to synchronize the server's
15957         flags.
15958         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15959         multi-line expressions.
15960         (gnus-agent-synchronize-group-flags): New internal function.
15961         Updates marks in memory (in the info structure) AND in the
15962         backend.
15963
15964         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15965
15966         * nnagent.el (nnagent-request-set-mark):
15967         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15968         method, to ensure that synchronization updates marks in the
15969         backend and in the info (in memory) structure.
15970
15971 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15972
15973         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15974         convention fully; don't miss the root article of a thread; make
15975         the X-Draft-From header with correct article numbers.
15976
15977 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15978
15979         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15980         unless plugged.  Disable the agent so that an open failure causes
15981         an error.
15982
15983         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15984         Revert 2004-09-21 change.  The backend must be opened while
15985         synchronizing flags even when the backend stores the flags
15986         locally.
15987
15988 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15989
15990         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15991         in `header' match.  Reported by Svend Tollak Munkejord.
15992
15993         * message.el (message-cite-original): Fix use of
15994         `message-cite-articles-with-x-no-archive'.
15995
15996 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15997
15998         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15999         (gnus-window-to-buffer): Ditto.
16000
16001         * mml.el (mml-preview-buffer): New variable.
16002         (mml-preview): Manage window layout with gnus-buffer-configuration.
16003
16004         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16005         X-Draft-From header even if those articles aren't quoted.
16006
16007 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16008
16009         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16010         (gnus-request-set-mark, gnus-request-update-mark): Use new
16011         g-s-t-u-l-m to decide to use backend even when unplugged.
16012
16013 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16014
16015         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16016         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16017
16018 2004-09-20  Simon Josefsson  <jas@extundo.com>
16019
16020         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16021         "utf-16-le".
16022
16023 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16024
16025         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16026
16027 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16028
16029         * uudecode.el (uudecode-use-external): Add :version.
16030
16031         * smime.el (smime-CA-file, smime-encrypt-cipher)
16032         (smime-dns-server): Add :version.
16033
16034         * smiley.el (gnus-smiley-file-types): Add :version.
16035
16036         * sha1.el (sha1-use-external): Add :version.
16037
16038         * pgg-def.el (pgg-query-keyserver): Add :version.
16039
16040         * nnmail.el (nnmail-fancy-expiry-targets)
16041         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16042         Add :version.
16043
16044         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16045         (nnimap-retrieve-groups-asynchronous): Add :version.
16046         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16047
16048         * mml.el (mml-content-disposition-parameters)
16049         (mml-insert-mime-headers-always): Add :version.
16050
16051         * mm-util.el (mm-coding-system-priorities): Add :version.
16052
16053         * mm-decode.el (mm-inline-text-html-with-images)
16054         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16055         (mm-verify-option): Add :version.
16056         (mm-text-html-renderer): Change :version.
16057
16058         * message.el (message-fcc-externalize-attachments)
16059         (message-required-headers, message-draft-headers)
16060         (message-subject-trailing-was-query)
16061         (message-subject-trailing-was-ask-regexp)
16062         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16063         (message-mark-insert-end, message-archive-header)
16064         (message-archive-note, message-cross-post-default)
16065         (message-cross-post-note, message-followup-to-note)
16066         (message-cross-post-note-function, message-use-mail-followup-to)
16067         (message-subscribed-address-functions)
16068         (message-subscribed-address-file, message-subscribed-addresses)
16069         (message-subscribed-regexps, message-allow-no-recipients)
16070         (message-yank-cited-prefix, message-signature-insert-empty-line)
16071         (message-hidden-headers, message-hierarchical-addresses)
16072         (message-mail-user-agent, message-use-idna)
16073         (message-valid-fqdn-regexp)
16074         (message-strip-special-text-properties, message-header-synonyms)
16075         (message-beginning-of-line, message-tab-body-function): Add :version.
16076         (message-insert-canlock, message-wide-reply-confirm-recipients):
16077         Change :version.
16078
16079         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16080         and :version.
16081         (mail-source-delete-old-incoming-confirm)
16082         (mail-source-movemail-program): Add :version.
16083
16084         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16085         (gnus-agent-cache, gnus-agent): Change :version.
16086
16087         * gnus-util.el (gnus-use-byte-compile): Change :version.
16088
16089         * gnus-sum.el (gnus-summary-make-false-root-always)
16090         (gnus-summary-default-high-score)
16091         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16092         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16093         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16094         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16095         (gnus-sum-thread-tree-single-indent)
16096         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16097         (gnus-sum-thread-tree-leaf-with-other)
16098         (gnus-sum-thread-tree-single-leaf): Add :version.
16099         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16100         (gnus-article-loose-mime): Change :version.
16101
16102         * gnus-start.el (gnus-backup-startup-file)
16103         (gnus-save-startup-file-via-temp-buffer): Add :version.
16104
16105         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16106         (gnus-server-offline-face): Add :version.
16107
16108         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16109
16110         * gnus-msg.el (gnus-gcc-externalize-attachments)
16111         (gnus-debug-files, gnus-debug-exclude-variables)
16112         (gnus-discouraged-post-methods): Change :version.
16113         (gnus-confirm-mail-reply-to-news)
16114         (gnus-confirm-treat-mail-like-news): Add :version.
16115
16116         * gnus-int.el (gnus-server-unopen-status): Add :version.
16117
16118         * gnus-group.el (gnus-group-jump-to-group-prompt)
16119         (gnus-large-ephemeral-newsgroup)
16120         (gnus-fetch-old-ephemeral-headers): Add :version.
16121
16122         * gnus-fun.el (gnus-x-face-directory)
16123         (gnus-convert-pbm-to-x-face-command)
16124         (gnus-convert-image-to-x-face-command)
16125         (gnus-convert-image-to-face-command): Add :version.
16126
16127         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16128
16129         * gnus-cite.el (gnus-cite-blank-line-after-header)
16130         (gnus-article-boring-faces): Add :version.
16131
16132         * gnus-art.el (gnus-buttonized-mime-types)
16133         (gnus-inhibit-mime-unbuttonizing)
16134         (gnus-treat-display-face)
16135         (gnus-treat-body-boundary): Change :version.
16136         (gnus-body-boundary-delimiter, gnus-picon-databases)
16137         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16138         (gnus-treat-date-english, gnus-treat-fold-headers)
16139         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16140         (gnus-treat-mail-picon, gnus-treat-wash-html)
16141         (gnus-article-encrypt-protocol)
16142         (gnus-use-idna, gnus-article-over-scroll)
16143         (gnus-mime-display-multipart-alternative-as-mixed)
16144         (gnus-mime-display-multipart-related-as-mixed)
16145         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16146         (gnus-ctan-url, gnus-button-ctan-handler)
16147         (gnus-button-handle-ctan-bogus-regexp)
16148         (gnus-button-ctan-directory-regexp)
16149         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16150         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16151         (gnus-button-man-level, gnus-button-emacs-level)
16152         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16153
16154         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16155         (gnus-agent-go-online): Change :version.
16156         (gnus-agent-expire-unagentized-dirs)
16157         (gnus-agent-auto-agentize-methods): Add :version.
16158
16159         * flow-fill.el (fill-flowed-display-column)
16160         (fill-flowed-encode-column): Add :version.
16161
16162         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16163         (gnus-outlook-deuglify-unwrap-max)
16164         (gnus-outlook-deuglify-cite-marks)
16165         (gnus-outlook-deuglify-unwrap-stop-chars)
16166         (gnus-outlook-deuglify-no-wrap-chars)
16167         (gnus-outlook-deuglify-attrib-cut-regexp)
16168         (gnus-outlook-deuglify-attrib-verb-regexp)
16169         (gnus-outlook-deuglify-attrib-end-regexp)
16170         (gnus-outlook-display-hook): Add :version.
16171
16172         * binhex.el (binhex-use-external): Add :version.
16173
16174 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16175
16176         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16177         and `invisible'.
16178
16179 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16180
16181         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16182         in gnus-registry-trim.
16183
16184 2004-09-13  Simon Josefsson  <jas@extundo.com>
16185
16186         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16187
16188         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16189
16190         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16191         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16192         <yamaoka@jpl.org>.
16193         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16194         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16195         <yamaoka@jpl.org>.
16196
16197         * sieve.el (sieve-manage-mode): Ditto.
16198
16199 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16200
16201         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16202
16203 2004-09-11  Simon Josefsson  <jas@extundo.com>
16204
16205         * dns-mode.el: Add.
16206
16207         * mm-view.el (mm-display-dns-inline): Add.
16208
16209         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16210         (mm-automatic-display): Ditto.
16211
16212         * mailcap.el (mailcap-mime-data): Add text/dns.
16213         (mailcap-mime-extensions): Map .soa to text/dns.
16214
16215 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16216
16217         * gnus-art.el (article-decode-mime-words, article-babel)
16218         (gnus-article-highlight-signature, gnus-article-add-buttons)
16219         (gnus-signature-toggle): Remove unnecessary bindings of
16220         `inhibit-read-only' inherited from v5.10 merge.
16221
16222 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16223
16224         * nntp.el (nntp): New customization group.
16225         (nntp-authinfo-file): Add customization group.
16226
16227         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16228
16229         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16230
16231         * gnus.el (to-address, to-list, subscribed)
16232         (large-newsgroup-initial): Ditto.
16233
16234         * flow-fill.el (fill-flowed-display-column)
16235         (fill-flowed-encode-column): Ditto.
16236
16237 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16238
16239         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16240         Use point-min rather than 1.
16241         (message-send-mail): Use buffer-size rather than point-max.
16242
16243         * gnus-sum.el (gnus-summary-search-article-forward):
16244         Signal a specific `search-failed' rather than a generic `error'.
16245
16246         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16247         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16248         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16249
16250 2004-09-10  Simon Josefsson  <jas@extundo.com>
16251
16252         * nndb.el (require): Remove tcp and duplicate cl.
16253
16254 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16255
16256         * gnus-agent.el (directory-files-and-attributes): Move forward.
16257
16258 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16259
16260         * gnus-agent.el (directory-files-and-attributes):
16261         Optionally defined to support XEmacs.
16262
16263 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16264
16265         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16266         to avoid run-time CL dependencies.
16267         (gnus-agent-unfetch-articles): New function.
16268         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16269         article numbers even when local .overview file is missing.
16270         (gnus-agent-read-article-number): New function.  Only accepts
16271         27-bit article numbers.
16272         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16273         Use gnus-agent-read-article-number.
16274         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16275         from backend while recognizing that article numbers in .overview
16276         must be valid.
16277         (gnus-agent-update-files-total-fetched-for):
16278         Use directory-files-and-attributes to improve performance.
16279         * gnus-int.el (gnus-request-move-article):
16280         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16281         improve performance.
16282
16283         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16284         some users confused by references to .newsrc when they only have a
16285         .newsrc.eld file.
16286         (gnus-convert-mark-converter-prompt)
16287         (gnus-convert-converter-needs-prompt): Fix use of property list.
16288         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16289         New function.  Used internally to only display 'gnus converting
16290         files' message when actually necessary.
16291
16292         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16293         methods now autoloaded.
16294
16295 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16298         identifiers.
16299
16300 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16301
16302         * gnus-picon.el: Fix indentation and closing parenthesis.
16303
16304 2004-09-01  Simon Josefsson  <jas@extundo.com>
16305
16306         * message.el (message-canlock-generate): Require sha1, not
16307         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16308         to require within a function.  Sadly, if sha1.el isn't loaded, the
16309         let binding in m-c-g will hide the defcustom definition, which is
16310         bad.)
16311
16312         * canlock.el: Require sha1, not sha1-el.
16313
16314         * message.el: Don't autoload sha1 (there is a autoload cookie in
16315         sha1.el).
16316
16317         * sha1-el.el: Rename to sha1.el.
16318
16319 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16320
16321         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16322
16323 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16324
16325         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16326
16327 2004-08-30  Kim F. Storm  <storm@cua.dk>
16328
16329         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16330
16331         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16332         Add :group 'nnimap.
16333
16334 2004-08-30  Andreas Schwab  <schwab@suse.de>
16335
16336         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16337         ?* and ?\;.
16338
16339         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16340         and ?\' to symbol instead of whitespace.
16341
16342 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16343
16344         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16345
16346         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16347         instead of re-search-forward.
16348
16349         * gnus-uu.el (gnus-uu-save-article): Ditto.
16350         (gnus-uu-post-encode-uuencode): Ditto.
16351
16352         * html2text.el (html2text-clean-list-items): Ditto.
16353         (html2text-clean-dtdd): Ditto.
16354         (html2text-format-tags): Ditto.
16355
16356         * message.el (message-send-mail-with-sendmail): Fix regexp.
16357         (message-fill-field-general): Use search-forward instead of
16358         re-search-forward.
16359         (unbold-region): Ditto.
16360
16361         * nnrss.el (nnrss-request-article): Ditto.
16362
16363         * nnslashdot.el (nnslashdot-request-article): Ditto.
16364
16365         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16366
16367         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16368         "Unrecognized menu descriptor" error in XEmacs.
16369
16370 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16371
16372         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16373         parent article of a sparse article in the thread hashtb.
16374
16375 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16376
16377         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16378         (nnmail-expand-newtext): Lowercase expanded entries if
16379         nnmail-split-lowercase-expanded is non-nil.
16380
16381 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16382
16383         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16384
16385         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16386         of gnus-tmp-news-method into string under XEmacs.  It will be
16387         passed to gnus-correct-length which takes only a string argument.
16388
16389 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16390
16391         * gnus-util.el (gnus-bind-print-variables): New macro.
16392         (gnus-prin1): Use it.
16393         (gnus-prin1-to-string): Use it.
16394         (gnus-pp): New function.
16395         (gnus-pp-to-string): New function.
16396
16397         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16398         Replace pp-to-string with gnus-pp-to-string.
16399         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16400         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16401         * gnus-msg.el (gnus-debug): Ditto.
16402         * gnus-score.el (gnus-score-save): Ditto.
16403         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16404         gnus-pp-to-string.
16405         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16406         with gnus-pp.
16407         * score-mode.el (gnus-score-pretty-print): Ditto.
16408         * webmail.el (webmail-debug): Ditto.
16409
16410 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16411
16412         * gnus-art.el (article-display-face, article-display-x-face):
16413         Use buffer-read-only.
16414
16415 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * gnus-art.el (article-hide-list-identifiers):
16418         Bind inhibit-read-only as t.
16419
16420 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16421
16422         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16423
16424 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16425
16426         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16427         (gnus-narrow-to-page): Don't assume point-min == 1.
16428         (gnus-article-edit-mode): Derive from message-mode.
16429
16430         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16431         point-min == 1.
16432
16433         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16434         Disable incorrect use of `assert'.
16435
16436         * message.el (message-mode): Set comment-start-skip.
16437
16438
16439 2004-08-22  Sam Steingold  <sds@gnu.org>
16440
16441         * pop3.el (pop3-leave-mail-on-server): New user variable.
16442         (pop3-movemail): Delete mail only when it is nil.
16443
16444 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16445
16446         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16447
16448         * mml.el (mml-preview): Use `pop-to-buffer'.
16449
16450         * message.el (message-goto-mail-followup-to): Insert after "To".
16451         (message-carefully-insert-headers): Add comment.
16452
16453         * gnus.el: Remove unused variable `gnus-article-check-size'.
16454
16455         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16456
16457         * gnus-art.el (gnus-button-alist):
16458         Improve `gnus-button-handle-library' entry.
16459
16460 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16461
16462         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16463         Use downcase, since XEmacs capitalizes error messages differently.
16464
16465 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16466
16467         * nntp.el: Add (require 'gnus) due to reference to
16468         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16469
16470 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16471
16472         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16473         Bind `mm-fill-flowed'.
16474
16475         * mm-decode.el (mm-dissect-singlepart): Check it.
16476
16477 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16478
16479         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16480         'imap' for netrc parsing.
16481
16482 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16483
16484         * mailcap.el (mailcap-mime-data): Mark as risky.
16485
16486 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16489         may be included in the encoded word.
16490         (rfc2047-encode): Don't append a space if the encoded word
16491         includes close parenthesis.
16492
16493 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16494
16495         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16496         of text within parentheses.
16497
16498 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16499
16500         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16501         (gnus-encrypt-write-file-contents): Make the password key the file
16502         name PLUS the cipher, not just the cipher.  Also remove failed
16503         passwords from the cache.
16504
16505 2004-08-06  Simon Josefsson  <jas@extundo.com>
16506
16507         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16508         Doc fix.
16509
16510 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16511
16512         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16513         LWSP.
16514
16515 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16516
16517         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16518         Try to append in-reply-to: data to the references: header.
16519
16520         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16521         (netrc-parse): Use gnus-encrypt.el functions.
16522
16523         * gnus-encrypt.el: Add new file for encryption support; currently
16524         does only a few GPG ciphers and an internal XOR cipher.
16525
16526         * password.el: Add comments on using password-read-and-add.
16527         (password-read-and-add): Add function to read and add the
16528         password to the cache at once.
16529
16530 2004-07-28  Simon Josefsson  <jas@extundo.com>
16531
16532         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16533         parameter (but don't use it, for now).
16534
16535         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16536         instead of hard coding to nil.
16537
16538 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16541         as mm-inline-image-xemacs does.
16542
16543 2004-07-26  Simon Josefsson  <jas@extundo.com>
16544
16545         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16546         Revert part of 2004-07-17 change below.
16547
16548 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16549
16550         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16551         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16552
16553 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16554
16555         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16556         quotes that actually start with ">" at the beginning of the
16557         lines.
16558
16559 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16560
16561         * rfc2047.el (rfc2047-encode-region): Fix last change.
16562         (rfc2047-encode-parameter): Remove useless concat.
16563
16564 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16565
16566         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16567         encode special characters; fix some kind of misconfigured headers;
16568         signal a real error if debug-on-quit or debug-on-error is non-nil.
16569         (rfc2047-encode-max-chars): New variable.
16570         (rfc2047-encode-1): Use it.
16571         (rfc2047-encode-parameter): New function.
16572
16573         * mml.el (mml-insert-parameter): Remove an excessive space.
16574
16575 2004-07-17  Simon Josefsson  <jas@extundo.com>
16576
16577         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16578         Kai Grossjohann <kai@emptydomain.de>.
16579         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16580         (gnus-group-make-menu-bar): Ditto.
16581
16582         * gnus-util.el (gnus-group-server): Add.
16583
16584 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16585
16586         * message.el (message-clone-locals): Clone sendmail and smtp
16587         variables.
16588
16589 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * rfc2047.el (rfc2047-encode-region): Fix last change.
16592
16593 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16596         characters as non-special.
16597
16598 2004-07-09  Simon Josefsson  <jas@extundo.com>
16599
16600         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16601         Users will lose all flag changes made while unplugged with
16602         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16603         good default.  See numerous reports on ding mailing list.
16604
16605 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16606
16607         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16608         add generate-head-function and generate-article-function to the
16609         rfc822-forward entry.
16610         (nndoc-rfc822-forward-generate-article): New function.
16611         (nndoc-rfc822-forward-generate-head): New function.
16612
16613         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16614
16615 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16616
16617         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16618         respect display group parameter and gnus-summary-expunge-below.
16619         (gnus-articles-to-read): Remove unused reference to display group
16620         parameter.
16621
16622 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16623
16624         * nnheader.el (nnheader-uniquify-message-id): New experimental
16625         variable.
16626         (nnheader-nov-read-message-id): Use it.
16627
16628         * spam-report.el (spam-report-gmane): Add interactive.
16629
16630 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * mm-encode.el (mm-content-transfer-encoding-defaults):
16633         Use qp-or-base64 for the application/* types.
16634
16635 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16636
16637         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16638
16639 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16640
16641         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16642         trim value.
16643
16644 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16645
16646         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16647         New macro and function.
16648         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16649
16650 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16651
16652         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16653         after-load-alist.
16654
16655 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16656
16657         * gnus-group.el (gnus-group-get-new-news-this-group):
16658         Don't update info that isn't there.
16659
16660 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16661
16662         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16663         entry.
16664
16665 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * mm-view.el (mm-inline-render-with-function): Use multibyte
16668         buffer; decode html source by charset.
16669
16670         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16671
16672         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16673         Mule-UCS is loaded under XEmacs.
16674         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16675
16676 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16677
16678         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16679
16680 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16681
16682         * mm-util.el (mm-coding-system-p): Return a coding-system.
16683         (mm-mime-mule-charset-alist): Use shift_jis instead of
16684         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16685         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16686         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16687         instead of japanese-shift-jis and iso-latin-1 respectively in
16688         order to share the default value with both Emacs and XEmacs-mule.
16689         (mm-mule-charset-to-mime-charset):
16690         Make mm-coding-system-priorities effective.
16691         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16692         while predicating of candidates upon the priorities.
16693
16694 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16695
16696         * gnus-sum.el (gnus-summary-make-menu-bar):
16697         Add gnus-uu-invert-processable.
16698
16699         * gnus.el: Autoload gnus-uu-invert-processable.
16700
16701 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * mm-util.el (mm-with-multibyte-buffer): New macro.
16704
16705         * rfc2047.el (rfc2047-encode-string): Use it.
16706         (rfc2047-encode-region): Move point to the end of the region after
16707         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16708
16709 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16710
16711         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16712         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16713
16714 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16715
16716         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16717         (gnus-cite-parse): Ignore quoted envelope From_.
16718         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16719
16720 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16721
16722         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16723         invalid addresses.
16724
16725 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16726
16727         * spam.el: Change section markers, revise TODO list.
16728         (spam-backends): Make new master list of all installed backends.
16729         (spam-summary-exit-behavior): Add new variable to determine how
16730         messages moves are done at summary exit.
16731         (spam-move-spam-nonspam-groups-only)
16732         (spam-process-ham-in-nonham-groups)
16733         (spam-process-ham-in-spam-groups): Remove variables, the
16734         spam-summary-exit-behavior variable should be used to manage this
16735         behavior.
16736         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16737         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16738         and spam-old-spam-articles.
16739         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16740         Add empty variables, placeholders for the backends they represent.
16741         (spam-set-difference): Move, unchanged.
16742         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16743         unless the user has a processor variable.
16744         (spam-classifications, spam-classification-valid-p)
16745         (spam-backend-properties, spam-backend-property-valid-p)
16746         (spam-backend-function-type-valid-p)
16747         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16748         (spam-report-articles-gmane, spam-report-articles-resend):
16749         Remove functions, they are not needed.
16750         (spam-install-backend-super, spam-backend-list)
16751         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16752         (spam-backend-function, spam-backend-ham-registration-function)
16753         (spam-backend-spam-registration-function)
16754         (spam-backend-ham-unregistration-function)
16755         (spam-backend-spam-unregistration-function)
16756         (spam-backend-statistical-p, spam-backend-mover-p)
16757         (spam-install-backend-alias, spam-install-checkonly-backend)
16758         (spam-install-mover-backend, spam-install-nocheck-backend)
16759         (spam-install-backend, spam-install-statistical-backend)
16760         (spam-install-statistical-checkonly-backend): Add backend installation
16761         support.
16762         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16763         (spam-group-processor-p): Use the new backend code and respect the
16764         summary exit behavior.
16765         (spam-mark-spam-as-expired-and-move-routine): Remove.
16766         (spam-summary-prepare): Change to use the new spam-old-articles
16767         variable.
16768         (spam-copy-or-move-routine, spam-copy-spam-routine)
16769         (spam-move-spam-routine, spam-copy-ham-routine)
16770         (spam-move-ham-routine): Add code to copy/move ham or spam.
16771         (spam-fetch-field-fast): Improve doc and code, plus allow the
16772         'number request.
16773         (spam-list-of-checks, spam-list-of-statistical-checks):
16774         Remove variables.
16775         (spam-split, spam-find-spam): Use the new backend code.
16776         (spam-registration-functions): Remove variable.
16777         (spam-unregister-routine): Add convenience wrapper.
16778         (spam-log-undo-registration, spam-register-routine)
16779         (spam-log-processing-to-registry)
16780         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16781         where possible.
16782         (spam-check-gmane-xref, spam-check-regex-headers)
16783         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16784         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16785         (spam-check-bogofilter-headers, spam-check-spamoracle)
16786         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16787         (spam-check-crm114-headers): Use the spam-split-group that
16788         spam-split prepares, no need to determine it every time.
16789
16790         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16791         to the nnheader-parse-naked-head call.
16792
16793         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16794
16795         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16796         the nnheader-nov-read-message-id call.
16797
16798 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16799
16800         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16801         gnus-activate-group twice.  Suggested by Markus Peter
16802         <warp@spin.de>.
16803
16804 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16805
16806         * gnus-art.el (gnus-article-time-format): Exchange the order of
16807         day and month in the default value; fix customization type.
16808         (article-date-ut): Use add-text-properties.
16809         (article-make-date-line): Use message-make-date instead of
16810         current-time-string.
16811
16812         * message.el (message-fetch-field): Don't use set-text-properties.
16813         (message-make-date): Simplify.
16814
16815         * messagexmas.el (message-xmas-make-date): New function.
16816         (message-xmas-redefine): Defalias message-make-date to it.
16817
16818 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16819
16820         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16821         (rfc2047-encode-region): Treat text within parentheses as special;
16822         show the original text when error has occurred.
16823
16824         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16825         already-computed method to gnus-activate-group.
16826
16827         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16828         same select-methods identical Lisp objects.
16829
16830         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16831         object when modifying the info.
16832
16833 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16834
16835         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16836         gnus-opened-servers since it has never been opened with the new
16837         configuration yet.
16838
16839 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16840
16841         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16842         arg to nnheader-generate-fake-message-id.
16843
16844 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16845
16846         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16847         number and build a fake message ID localized to a group and
16848         article number (so it's repeatable from that point on).
16849         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16850         ID format.
16851
16852         * gnus-sum.el (gnus-get-newsgroup-headers):
16853         Call nnheader-generate-fake-message-id with the article number.
16854
16855 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16856
16857         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16858         end-of-buffer.
16859
16860 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16861
16862         * message.el (message-ignored-supersedes-headers): Add Approved.
16863
16864 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16865
16866         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16867         goto-char.
16868         (rfc2047-encode): Fold the line before encoding.
16869
16870 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16871
16872         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16873         folding -- not all headers can be folded, and this should be done
16874         by the message composition mode.  Probably.  I think.
16875
16876 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16877
16878         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16879         fast.
16880
16881         * gnus-ems.el (gnus-remove-image): Don't use
16882         message-text-with-property; remove only the image found first.
16883
16884         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16885         found first.
16886
16887 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16888
16889         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16890
16891 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16892
16893         * message.el (message-text-with-property): Make it fast and accept
16894         optional arguments.
16895         (message-strip-forbidden-properties): Use it.
16896         (message-fix-before-sending): Follow the m-t-w-p change.
16897
16898         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16899
16900 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16901
16902         * gnus-art.el (article-hide-headers): Don't change the buffer
16903         mistakenly when performing mml-preview even if
16904         gnus-single-article-buffer is nil.
16905
16906 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16907
16908         * message.el (message-expand-name-databases): New user option.
16909         (message-expand-name): Use it.
16910
16911 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16912
16913         * spam.el (spam-report-articles-resend)
16914         (spam-report-resend-register-routine): Allow ham reporting.
16915         (spam-report-resend-register-ham-routine): Add wrapper.
16916         (spam-registration-functions): Add ham resending functions.
16917         (spam-list-of-processors): Add ham resend processor.
16918
16919         * gnus.el (ham-resend-to): Add new group parameter.
16920         (spam-process): Add ham resend option.
16921
16922         * spam-report.el (spam-report-resend): Allow reporting ham.
16923         (spam-report-resend-ham): Add wrapper.
16924
16925 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16926
16927         * message.el (message-cite-articles-with-x-no-archive):
16928         New variable.
16929         (message-cite-original): Use it.
16930
16931 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * message.el (message-cite-original): Respect X-No-Archive.
16934
16935 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16936
16937         * gnus-art.el (article-hide-headers): Refer to the values for
16938         gnus-ignored-headers and gnus-visible-headers in the summary
16939         buffer since a user may have set them as group parameters.
16940
16941 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16942
16943         * assistant.el (assistant-node-name): Add convenience function.
16944         (assistant-render-text, assistant-render-node): Add error handling,
16945         plus handle multiple next nodes.
16946         (assistant-find-next-node): Comment out for now.
16947         (assistant-find-next-nodes): Add function, returns list of next
16948         nodes.
16949
16950 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16951
16952         * mail-source.el (mail-source-directory): Fix doc-string.
16953
16954 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16955
16956         * assistant.el (assistant-render-text, assistant-eval): Add :set
16957         widget type, which is different because it takes and returns a
16958         list.  Much hilarity ensues.
16959
16960 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16961
16962         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16963
16964         * gnus-group.el (gnus-group-get-new-news-this-group):
16965         Add doc-string.
16966
16967         * gnus-start.el (gnus-activate-group): Add doc-string.
16968
16969 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16970
16971         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16972
16973 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16974
16975         * assistant.el (assistant-render-text): Try to add a :set
16976         widget, more to come.
16977
16978         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16979         strings.
16980         (spam-report-articles-resend)
16981         (spam-register-routine): Do registration iff any articles warrant
16982         it.
16983         (spam-summary-prepare-exit): Change log message for nil group
16984         destinations.
16985
16986 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16987
16988         * spam.el (spam-report-resend-register-routine):
16989         Allow spam-report-resend-to to be a group parameter or a global value.
16990
16991 2004-05-26  Simon Josefsson  <jas@extundo.com>
16992
16993         * starttls.el: Merge with my GNUTLS based starttls.el.
16994         (starttls-gnutls-program, starttls-use-gnutls)
16995         (starttls-extra-arguments, starttls-process-connection-type)
16996         (starttls-connect, starttls-failure, starttls-success):
16997         New variables.
16998         (starttls-program, starttls-extra-args): Doc fix.
16999         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17000         New functions.
17001         (starttls-negotiate, starttls-open-stream):
17002         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17003         function if it is set.
17004
17005 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17006
17007         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17008         structured fields.
17009
17010 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17013
17014 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17015
17016         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17017         Add variable.
17018         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17019         assigning the spam-mark to new messages.
17020
17021 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17022
17023         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17024
17025 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17028
17029         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17030         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17031         default.
17032
17033 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17034
17035         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17036         correct data.
17037
17038 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17039
17040         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17041         (spam-group-processor-p): Fix function.
17042         (spam-group-processor-multiple-p)
17043         (spam-group-spam-processor-report-gmane-p)
17044         (spam-group-spam-processor-report-resend-p)
17045         (spam-group-spam-processor-bogofilter-p)
17046         (spam-group-spam-processor-blacklist-p)
17047         (spam-group-spam-processor-ifile-p)
17048         (spam-group-ham-processor-ifile-p)
17049         (spam-group-spam-processor-spamoracle-p)
17050         (spam-group-spam-processor-crm114-p)
17051         (spam-group-ham-processor-bogofilter-p)
17052         (spam-group-spam-processor-stat-p)
17053         (spam-group-ham-processor-stat-p)
17054         (spam-group-ham-processor-whitelist-p)
17055         (spam-group-ham-processor-BBDB-p)
17056         (spam-group-ham-processor-spamoracle-p)
17057         (spam-group-ham-processor-copy-p): Remove functions with some
17058         prejudice against unneeded code.
17059         (spam-report-articles-resend)
17060         (spam-report-resend-register-routine): Allow the group/topic
17061         spam-resend-to value to override spam-report-resend-to.
17062         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17063         properly now.
17064
17065         * gnus.el (spam-resend-to): Add group/topic parameter.
17066         (spam-process): Move the OBSOLETE processors to the end of the
17067         choices.
17068
17069 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17070
17071         * spam-report.el (spam-report-resend-to, spam-report-resend):
17072         Start with resend-to set to nil, and then ask the user if necessary.
17073         (spam-report-resend): spam-report-resend takes a list of articles, not
17074         separate article numbers.
17075
17076 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17077
17078         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17079         addition to emacs-w3m.
17080
17081 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17082
17083         * assistant.el (assistant-authinfo-data): New function.
17084         (assistant-eval): Eval for entire assistant.
17085
17086         * netrc.el (netrc-services-file): New variable.
17087         (netrc-parse-services): New function.
17088         (netrc-find-service-name): New function.
17089         (netrc-find-service-number): New function.
17090         (netrc-port-equal): New function.
17091         (netrc-machine): Use it.
17092
17093         * nnimap.el (nnimap-open-connection): Use netrc.
17094
17095         * gnus-util.el (gnus-netrc-get): Remove aliases.
17096
17097         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17098
17099         * assistant.el (wid-edit): Fix compilation.
17100
17101         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17102
17103 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17104
17105         * gnus-util.el (gnus-set-file-modes): New function.  (small
17106         patch).
17107
17108 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17109
17110         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17111
17112         * assistant.el (assistant-render-node): Fix up rendering and
17113         read-only text.
17114         (assistant-render-node): Reset.
17115         (assistant-make-read-only): Not sticky.
17116
17117 2004-05-20  Danny Siu  <dsiu@adobe.com>
17118
17119         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17120         centered even when gnus-auto-center-summary is t.
17121
17122 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17123
17124         * dns.el (dns-get-txt-answer): New function.
17125         (dns-read-txt): Ditto.
17126         (query-dns): Use it.
17127
17128 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17129
17130         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17131         active for foreign groups even if the group level is higher than
17132         the specified value.
17133
17134 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17135
17136         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17137         non-active groups.
17138
17139         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17140
17141 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17142
17143         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17144
17145 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17146
17147         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17148         (spam-crm114-header, spam-crm114-spam-switch)
17149         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17150         (spam-crm114-positive-spam-header)
17151         (spam-crm114-database-directory, spam-list-of-processors)
17152         (spam-group-spam-processor-crm114-p)
17153         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17154         (spam-generic-score, spam-list-of-checks)
17155         (spam-list-of-statistical-checks, spam-registration-functions)
17156         (spam-check-crm114-headers, spam-crm114-score)
17157         (spam-check-crm114, spam-crm114-register-with-crm114)
17158         (spam-crm114-register-spam-routine)
17159         (spam-crm114-unregister-spam-routine)
17160         (spam-crm114-register-ham-routine)
17161         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17162         From asjo@koldfront.dk (Adam Sjøgren).
17163
17164         * gnus.el: Add spam-use-crm114.
17165
17166         * spam.el (spam-list-of-processors, spam-registration-functions):
17167         Add spam-use-resend.
17168         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17169         (spam-report-articles-gmane): Add doc fix.
17170         (spam-report-articles-resend, spam-report-resend-register-routine):
17171         Add wrappers around spam-report-resend-to.
17172
17173         * spam-report.el (spam-report-resend-to, spam-report-resend):
17174         Add support for resending spam.
17175         (spam-report-gmane): Fix line length >80.
17176
17177         * gnus.el (spam-process): Add spam-use-resend.
17178
17179 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17180
17181         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17182         number of processed spam messages.
17183         (spam-ham-copy-or-move-routine): Return the number of processed
17184         ham messages.
17185         (spam-summary-prepare-exit): Use the above values to decide
17186         whether status messages shouled be displayed.
17187
17188 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17189
17190         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17191         `rfc2047-encoding-function-alist' in order to avoid conflicting
17192         with the old version.
17193         (rfc2047-encode-region): Concatenate words containing non-ASCII
17194         characters in structured fields; don't encode space-delimited
17195         ASCII words even in unstructured fields; don't break words at
17196         char-category boundaries.
17197         (rfc2047-encode-1): New function.
17198         (rfc2047-encode): Use it; encode text so that it occupies the
17199         maximum width within 76-column; work correctly on Q encoding for
17200         iso-2022-* charsets.
17201         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17202         sure not to break a line just after the header name.
17203         (rfc2047-b-encode-region): Remove.
17204         (rfc2047-b-encode-string): New function.
17205         (rfc2047-q-encode-region): Remove.
17206         (rfc2047-q-encode-string): New function.
17207
17208         * mm-util.el (mm-replace-in-string): New function.
17209
17210 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17211
17212         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17213         Really get it right.
17214         (gnus-inews-make-draft): Really.
17215
17216 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17217
17218         * nnmh.el (nnmh-request-list-1): Don't check the link count
17219         before descending.  (small patch)
17220
17221 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17222
17223         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17224         stuff.
17225
17226         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17227         Match on real group name.
17228
17229         * gnus-art.el (gnus-signature-limit): Doc fix.
17230
17231         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17232
17233         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17234
17235 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17236
17237         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17238         isn't a string.
17239
17240 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17241
17242         * gnus-draft.el (gnus-draft-send):
17243         Bind rfc2047-encode-encoded-words.
17244
17245         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17246         (rfc2047-encodable-p): Say that =? needs encoding.
17247         (rfc2047-encode-encoded-words): New variable.
17248
17249         * gnus-group.el (gnus-group-select-group): Doc fix.
17250
17251         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17252
17253         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17254         to nil.
17255
17256         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17257
17258         * nnheader.el (nnheader-get-lines-and-char): New function.
17259
17260 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17261
17262         * gnus-msg.el (gnus-summary-followup-with-original):
17263         Document yanking of region when active.
17264
17265 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17266
17267         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17268         groups if the group level is higher than the specified value.
17269
17270 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17271
17272         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17273         (gnus-group-jump-to-group): Add prefix argument using
17274         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17275         non-active group.
17276
17277         * compface.el (uncompface): Be verbose when changing
17278         `uncompface-use-external'.
17279
17280         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17281         handle manual section.
17282
17283 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17284
17285         * gnus-art.el (gnus-button-alist): Revert previous change.
17286
17287 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17288
17289         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17290
17291 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17292
17293         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17294         whether backend can accept message.
17295
17296         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17297
17298 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17299
17300         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17301         Avoid creating directory when nntp-marks-is-evil is true.
17302         Reported by Reiner Steib.
17303
17304 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17305
17306         * gnus-picon.el (gnus-picon-style): New variable.
17307         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17308         (gnus-picon-transform-address): Support `gnus-picon-style'.
17309         From Jesper Harder <harder@ifa.au.dk>.
17310
17311 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17312
17313         * message.el (message-fill-field): Return point.
17314         (message-generate-headers): Go to end of field.
17315
17316         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17317         stuff for non-living groups.
17318
17319 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17320
17321         * gnus-art.el (gnus-article-followup-with-original)
17322         (gnus-article-reply-with-original): gnus-mark-active-p ->
17323         gnus-region-active-p.
17324
17325 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17326
17327         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17328         only when there is spam or ham to be processed.
17329
17330 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17331
17332         * mail-source.el (mail-source-delete-crash-box): Refactor.
17333         (mail-source-fetch): Use it.
17334         (mail-source-fetch-file): Ditto.
17335         (mail-source-fetch-directory): Run postscript in loop.
17336         (mail-source-fetch-pop): Delete.
17337         (mail-source-fetch-maildir): Ditto.
17338         (mail-source-fetch-imap): Ditto.
17339
17340         * imap.el (imap-authenticators): Comment out sasl.
17341
17342         * message.el (message-skip-to-next-address): New function.
17343         (message-fill-header-address): Refactor.
17344         (message-fill-address): Use it.
17345         (message-delete-address): Use it.
17346         (message-fill-header-general): Refactor.
17347         (message-fill-field-address): Rename.
17348         (message-narrow-to-field): Find the start of the header.
17349         (message-header-format-alist): Don't pre-fill.
17350         (message-fill-header): Remove.
17351         (message-insert-header): New function.
17352         (message-shorten-references): Use it.
17353
17354         * rfc2047.el (rfc2047-field-value): Strip props.
17355
17356         * mail-parse.el (mail-header-make-address): New alias.
17357
17358         * ietf-drums.el (ietf-drums-make-address): New function.
17359
17360         * imap.el: Add compiler directives.
17361
17362         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17363
17364         * gnus-art.el (article-decode-idna-rhs): Don't use
17365         message-idna-inside-rhs-p.
17366
17367 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17368
17369         * message.el (message-idna-inside-rhs-p): Remove.
17370         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17371
17372         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17373         false positives.
17374
17375 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17376
17377         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17378
17379 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17380
17381         * nneething.el (nneething-file-name): Don't create spurious
17382         files.
17383
17384         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17385         (gnus-inews-do-gcc): Remove sleep.
17386
17387         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17388         part under point.
17389
17390         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17391         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17392
17393 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17394
17395         * spam.el (spam-summary-prepare-exit): Fix (length).
17396
17397 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17398
17399         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17400         as expired without moving it" message when there are spam
17401         messages left.
17402
17403 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17404
17405         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17406         header is not nil.
17407
17408 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17409
17410         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17411         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17412         (nntp-marks-changed-p): New arg SERVER.
17413         (nntp-request-update-info): Adjust caller.
17414
17415 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17416
17417         * nntp.el (nntp-save-marks): Pass missing arg.
17418
17419 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17420
17421         * nntp.el: Support marks.
17422         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17423         (nntp-marks-modtime, nntp-marks-directory): New variables.
17424         (nntp-request-set-mark, nntp-request-update-info)
17425         (nntp-possibly-create-directory, nntp-marks-changed-p)
17426         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17427         New functions.
17428
17429 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17430
17431         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17432         (gnus-xmas-redefine): Rename.
17433
17434         * gnus-score.el (gnus-score-insert-help):
17435         Use gnus-select-lowest-window.
17436
17437         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17438         appt-select-lowest-window and rename to gnus-select-lowest-window.
17439
17440         * gnus.el: do.
17441
17442 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17443
17444         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17445         encodings of MIME-encoded words, in order to improve
17446         interoperability with several broken MUAs.
17447
17448 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17449
17450         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17451         tags, only when charsets are not specified in headers.
17452         (mm-inline-text-html-render-with-w3m): Ditto.
17453
17454         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17455         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17456
17457 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17458
17459         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17460         instead of MIME-decoded from fields when checking
17461         `gnus-article-address-banner-alist'.
17462
17463 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17464
17465         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17466         description rather than subject.
17467
17468 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17469
17470         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17471
17472 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17473
17474         * gnus.el (gnus-version-number): Bump.
17475
17476 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17477
17478         * gnus.el: No Gnus v0.2 is released.
17479
17480 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17481
17482         * gnus-agent.el (gnus-agent-read-agentview):
17483         Inline gnus-uncompress-range.
17484
17485 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17486
17487         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17488         `exec-installed-p'.
17489
17490 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17491
17492         * gnus.el (spam-process, spam-autodetect-methods):
17493         Add bsfilter and bsfilter-headers.
17494
17495         * spam.el (spam-bsfilter): New customize group.
17496         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17497         (spam-bsfilter-header, spam-bsfilter-probability-header)
17498         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17499         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17500         (spam-bsfilter-database-directory): New options.
17501         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17502         (spam-list-of-statistical-checks, spam-registration-functions):
17503         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17504         (spam-bsfilter-score): New command.
17505         (spam-check-bsfilter-headers, spam-check-bsfilter)
17506         (spam-bsfilter-register-with-bsfilter)
17507         (spam-bsfilter-register-spam-routine)
17508         (spam-bsfilter-unregister-spam-routine)
17509         (spam-bsfilter-register-ham-routine)
17510         (spam-bsfilter-unregister-ham-routine): New functions.
17511         (spam-generic-score): Support bsfilter; Accept an optional argument
17512         to recalcurate spam score even if scoring header has already been
17513         added.
17514         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17515         optional argument to recalcurate spam score even if scoring header
17516         has already been added.
17517
17518 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17519
17520         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17521         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17522         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17523         link is missing.
17524
17525 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17526
17527         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17528         (html2text-get-attr): Rewrite.
17529
17530         * message.el (message-setup-1): Remove redundant put-text-property
17531         on mail-header-separator.
17532
17533 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17534
17535         * gnus-registry.el (gnus-registry-cache-whitespace)
17536         (gnus-registry-action, gnus-registry-spool-action)
17537         (gnus-registry-split-fancy-with-parent): Change message levels
17538         from 5 to 3 or 7, as needed.
17539
17540         * spam.el (spam-summary-prepare-exit)
17541         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17542         (spam-split, spam-find-spam, spam-log-undo-registration)
17543         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17544         level from 5 to 6.
17545
17546 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17547
17548         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17549         2004-03-04 change).
17550
17551 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17552
17553         * sieve-manage.el (sieve-manage-open):
17554         * nnweb.el (nnweb-insert-html):
17555         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17556         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17557         * nnspool.el (nnspool-request-group):
17558         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17559         * nnml.el (nnml-request-update-info):
17560         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17561         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17562         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17563         (nnimap-request-set-mark):
17564         * nnfolder.el (nnfolder-request-update-info):
17565         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17566         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17567         * gnus-uu.el (gnus-uu-find-articles-matching):
17568         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17569         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17570         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17571         * gnus-nocem.el (gnus-nocem-scan-groups):
17572         * gnus-int.el (gnus-start-news-server):
17573         * gnus-group.el (gnus-group-make-kiboze-group)
17574         (gnus-group-browse-foreign-server):
17575         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17576         Use mapc when appropriate.
17577
17578 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17579
17580         FIXME: Make separate entries for each person.
17581
17582         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17583         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17584         <shields@msrl.com>:
17585
17586         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17587         may need for spam sorting and scoring.
17588         (spam-user-format-function-S): Add user format function suitable for
17589         general use.
17590         (spam-article-sort-by-spam-status): Add sorting function for summary
17591         sorting.
17592         (spam-extra-header-to-number): Add function to get a score from a
17593         header.
17594         (spam-summary-score): Add function to get a numeric score from the
17595         headers.
17596         (spam-generic-score): Fix function doc, was in wrong place.
17597         (spam-initialize): Take symbols when it's run, and install the
17598         extra headers that spam-necessary-extra-headers thinks we need.
17599
17600 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17601
17602         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17603         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17604
17605 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17606
17607         * gnus-sum.el (gnus-set-global-variables)
17608         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17609         (gnus-article-get-xrefs, gnus-summary-best-group)
17610         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17611         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17612         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17613         Use with-current-buffer.
17614
17615 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17616
17617         * spam.el (spam-summary-prepare-exit): Simplify logic.
17618         (spam-fetch-article-header): Read the article header if it's not
17619         available.
17620         (spam-list-articles): Simplify logic.
17621         (spam-filelist-register-routine): Fix bug with unregister-list.
17622
17623         * gnus-registry.el: Fix comments at beginning.
17624
17625 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17626
17627         * message.el (message-cater-to-broken-inn): Remove.
17628         (message-shorten-references): Make sure the total folded length of
17629         References is shorter than 998 characters to cater to a bug in INN
17630         2.3.  Also, don't pretend that references aren't folded -- this
17631         hasn't worked for a while.
17632
17633 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17634
17635         * gnus-agent.el (gnus-agentize):
17636         gnus-agent-send-mail-real-function no longer set to current value
17637         of message-send-mail-function but rather a lambda that calls
17638         message-send-mail-function.  The change makes the agent real-time
17639         responsive to user changes to message-send-mail-function.
17640
17641 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17642
17643         * legacy-gnus-agent.el
17644         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17645         help from Florian Weimer <fw@deneb.enyo.de>
17646
17647 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * nnmail.el (nnmail-cache-insert): Revert last change.
17650
17651 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * nnmail.el (nnmail-cache-insert): Always check whether
17654         nnmail-cache-ignore-groups matches a group name.
17655
17656 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17657
17658         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17659         (spam-find-spam, spam-log-processing-to-registry)
17660         (spam-log-registered-p, spam-log-unregistration-needed-p)
17661         (spam-log-undo-registration): Use gnus-message instead of
17662         gnus-error, none of these errors are fatal.
17663
17664         * gnus-registry.el (gnus-registry-clean-empty-function)
17665         (gnus-registry-clean-empty): Remove only empty entries without
17666         extra data.
17667
17668 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17669
17670         * spam-stat.el (spam-stat-buffer-change-to-spam)
17671         (spam-stat-buffer-change-to-non-spam): Change (error) to
17672         (gnus-message 8) invocation.
17673
17674 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17675
17676         * nntp.el (nntp-via-netcat-command): New variable.
17677         (nntp-via-netcat-switches): New variable.
17678         (nntp-open-via-rlogin-and-netcat): New function.
17679         (nntp-open-connection-function): Doc fix.
17680         (nntp-telnet-command): Doc fix.
17681         (nntp-end-of-line): Doc fix.
17682         (nntp-via-rlogin-command): Doc fix.
17683         (nntp-via-user-name): Doc fix.
17684         (nntp-via-address): Doc fix.
17685
17686 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17689         error in Emacs 21.1.
17690
17691 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17694
17695 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17696
17697         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17698         (gnus-agent-with-refreshed-group): New macro.
17699         (gnus-agent-rename-group): New function.
17700         (gnus-agent-delete-group): New function.
17701         (gnus-agent-save-group-info): Use gnus-command-method when
17702         `method' parameter is nil.  Don't write nil entries into the
17703         active file.
17704         (gnus-agent-get-group-info): New function.
17705         (gnus-agent-fetch-articles):
17706         Use gnus-agent-update-files-total-fetched-for to increment disk space
17707         used.
17708         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17709         Use gnus-agent-update-view-total-fetched-for to increment disk space
17710         used.
17711         (gnus-agent-get-local): Add optional parameters to avoid calling
17712         gnus-group-real-name and gnus-find-method-for-group.
17713         (gnus-agent-set-local): Delete stored entry if either min, or max,
17714         are nil.
17715         (gnus-agent-fetch-session): Reworded error/quit messages.
17716         On quit, use gnus-agent-regenerate-group to record existance of any
17717         articles fetched to disk before the quit occurred.
17718         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17719         gnus-agent-update-view-total-fetched-for, and
17720         gnus-agent-update-files-total-fetched-for to decrement disk space
17721         used.
17722         (gnus-agent-retrieve-headers):
17723         Use gnus-agent-update-view-total-fetched-for to increment disk space
17724         used.
17725         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17726         with gnus-agent-update-files-total-fetched-for to decrement disk
17727         space and fresh group buffer.
17728         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17729         (gnus-agent-need-update-total-fetched-for): New variable.
17730         (gnus-agent-update-files-total-fetched-for): New function.
17731         (gnus-agent-update-view-total-fetched-for): New function.
17732         (gnus-agent-total-fetched-for): New function.
17733
17734         * gnus-cache.el (gnus-cache-save-buffers):
17735         Use gnus-cache-update-overview-total-fetched-for to change disk space
17736         used by this group.
17737         (gnus-cache-possibly-enter-article):
17738         Use gnus-cache-update-file-total-fetched-for to increment disk space
17739         used by this group.
17740         (gnus-cache-possibly-remove-article):
17741         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17742         used by this group.
17743         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17744         (gnus-cache-rename-group): New function.
17745         (gnus-cache-delete-group): New function.
17746         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17747         (gnus-cache-need-update-total-fetched-for): New variable.
17748         (gnus-cache-with-refreshed-group): New macro.
17749         (gnus-cache-update-file-total-fetched-for): New function.
17750         (gnus-cache-update-overview-total-fetched-for): New function.
17751         (gnus-cache-rename-group-total-fetched-for): New function.
17752         (gnus-cache-delete-group-total-fetched-for): New function.
17753         (gnus-cache-total-fetched-for): New function.
17754
17755         * gnus-group.el: Require gnus-sum and autoload functions to
17756         resolve warnings when gnus-group.el compiled alone.
17757         (gnus-group-line-format): Documented new %F.
17758         (size of Fetched data) group line format; identifies disk space
17759         used by agent and cache.
17760         (gnus-group-line-format-alist): Defined new F format.
17761         (gnus-total-fetched-for): New function.
17762         (gnus-group-delete-group): No longer update
17763         gnus-cache-active-altered as gnus-request-delete-group now keeps
17764         the cache in sync.
17765         (gnus-group-list-active): Let the agent store a server's active
17766         list if currently plugged.
17767
17768         * gnus-int.el (gnus-request-delete-group):
17769         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17770         local disk in sync with the server.
17771         (gnus-request-rename-group):
17772         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17773         local disk in sync with the server.
17774
17775         * gnus-start.el (gnus-get-unread-articles):
17776         Cosmetic simplification to logic.
17777
17778         * gnus-util.el (gnus-rename-file): New function.
17779
17780 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17781
17782         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17783
17784 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17785
17786         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17787         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17788
17789 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17790
17791         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17792         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17793
17794 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17795
17796         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17797
17798 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17799
17800         * spam.el (spam-set-difference): Add function to replace
17801         gnus-set-difference in spam.el.
17802         (spam-summary-prepare-exit): Use spam-set-difference.
17803
17804 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17805
17806         * gnus-registry.el (gnus-registry-cache-file): Update to use
17807         gnus-dribble-directory OR gnus-home-directory OR ~.
17808         (gnus-registry-split-fancy-with-parent): Fix doc.
17809
17810 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17811
17812         * message.el (message-exchange-point-and-mark):
17813         Use message-mark-active-p.  Suggested by Jesper Harder
17814         <harder@ifa.au.dk>.
17815
17816 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17817
17818         * message.el (message-exchange-point-and-mark): Don't activate
17819         region if it was inactive.  Suggested by Hiroshi Fujishima
17820         <pooh@nature.tsukuba.ac.jp>.
17821
17822 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17823
17824         * gnus-art.el (article-display-face): Display Faces in the same
17825         order as X-Faces.
17826
17827 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17828
17829         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17830
17831 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17832
17833         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17834         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17835         (gnus-article-mime-hierarchy): Remove.
17836         (gnus-article-mime-hierarchy-next): Remove.
17837         (gnus-article-mode): Revert 2004-03-19 change.
17838         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17839         (gnus-insert-mime-button): Revert 2004-03-19 change.
17840         (gnus-mime-accumulate-hierarchy): Remove.
17841         (gnus-mime-enter-multipart): Remove.
17842         (gnus-mime-leave-multipart): Remove.
17843         (gnus-mime-display-part): Revert 2004-03-19 change.
17844         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17845
17846         * mml.el (mml-preview): Revert 2004-03-19 change.
17847
17848 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17849
17850         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17851
17852 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17853
17854         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17855         t while entering a file name using the mm-with-multibyte macro.
17856         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17857
17858         * mm-util.el (mm-with-multibyte): New macro.
17859
17860 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17861
17862         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17863         New user option.
17864         (gnus-mime-multipart-functions): Doc and customization fix.
17865         (gnus-article-mime-hierarchy): New variable.
17866         (gnus-article-mime-hierarchy-next): New variable.
17867         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17868         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17869         gnus-article-mime-hierarchy-next to nil.
17870         (gnus-insert-mime-button): Show hierarchy numbers.
17871         (gnus-mime-accumulate-hierarchy): New function.
17872         (gnus-mime-enter-multipart): New function.
17873         (gnus-mime-leave-multipart): New function.
17874         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17875         (gnus-mime-display-alternative): Show hierarchy numbers.
17876
17877         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17878         gnus-article-mime-hierarchy-next to nil.
17879
17880 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17881
17882         * dns.el: Don't require gnus-xmas.
17883
17884 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17885
17886         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17887         inline PGP.
17888         (mml-menu): Disable mml-quote-region if mark is inactive.
17889
17890 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17891
17892         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17893         when the group's active is not available.
17894
17895 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17898         error.
17899
17900 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17901
17902         * imap.el (imap-store-password): New variable.
17903         (imap-interactive-login): Use it.
17904         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17905
17906 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17907
17908         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17909         window-start and hscroll to summary window.
17910
17911 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17912
17913         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17914         conversion message to newsrc-dribble when an actual conversion is
17915         performed.
17916
17917 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17918
17919         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17920
17921 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * mm-decode.el (mm-complicated-handles): New function reviving
17924         former definition of mm-multiple-handles.
17925
17926         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17927         (gnus-mime-delete-part): Use it.
17928
17929 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17930
17931         * gnus-agent.el (gnus-agent-read-local):
17932         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17933         avoid the implicit assumption that they will always be equal.
17934         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17935         coding-system-for-write, as the with-temp-file macro first prints
17936         to a buffer then saves the buffer.
17937
17938 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17939
17940         * gnus-art.el (gnus-article-edit-part): New function.
17941         (gnus-mime-save-part-and-strip): Use it; do query instead of
17942         signaling an error; don't use mm-multiple-handles.
17943         (gnus-mime-delete-part): Ditto.
17944
17945 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17946
17947         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17948         old file versions.
17949         (gnus-group-prepare-hook): Remove function that converted list
17950         form of gnus-agent-expire-days to group properties.
17951
17952         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17953         (gnus-request-accept-article): Re-indented.
17954
17955         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17956         converters to handle old agent file formats.  Add logic for a
17957         "backup before upgrading warning".
17958         (gnus-convert-mark-converter-prompt): Developers can mark
17959         functions as needing (default), or not needing,
17960         gnus-convert-old-newsrc's "backup before upgrading warning".
17961         (gnus-convert-converter-needs-prompt): Tests whether the user
17962         should be protected from potentially irreversable changes by the
17963         function.
17964
17965         * legacy-gnus-agent.el: New.  Provides converters that are only
17966         loaded when gnus-convert-old-newsrc needs to call them.
17967
17968 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17969
17970         * mail-source.el (mail-source-touch-pop): Doc fix.
17971
17972         * message.el (message-smtpmail-send-it): Doc fix.
17973
17974 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17975
17976         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17977
17978         * nnmail.el (nnmail-split-fancy): do.
17979
17980         * gnus-kill.el (gnus-kill, gnus-execute): do.
17981
17982 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17983
17984         * gnus-sum.el (gnus-widget-reversible-match)
17985         (gnus-widget-reversible-to-internal)
17986         (gnus-widget-reversible-to-external): New functions.
17987         (gnus-widget-reversible): New widget.
17988         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17989
17990 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17991
17992         * gnus-sum.el (gnus-thread-sort-functions)
17993         (gnus-article-sort-functions): Document `(not F)' items.
17994
17995 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17996
17997         * spam.el (spam-use-gmane-xref): Add new backend.
17998         (spam-gmane-xref-spam-group): Add variable to control the name of the
17999         Gmane spam group.
18000         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18001         (spam-regex-headers-spam, spam-regex-headers-ham)
18002         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18003         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18004         backends and checks.
18005         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18006
18007         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18008         an autodetect method.
18009
18010 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18011
18012         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18013         articles are being added to a group.
18014         (gnus-request-replace-article): Inform the agent that articles
18015         need to be uncached as the cached contents are no longer valid.
18016
18017 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18018
18019         * binhex.el: Don't autoload executable-find.
18020
18021         * canlock.el: Don't autoload mail-fetch-field.
18022
18023         * dgnushack.el: Autoload c-mode for XEmacs.
18024
18025         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18026
18027         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18028         rmail-dont-reply-to and rmail-output.
18029
18030         * gnus-score.el: Don't autoload ffap-string-at-point.
18031
18032         * gnus-setup.el: Don't autoload sc-cite-original.
18033
18034         * imap.el: Don't autoload base64-decode-string,
18035         base64-encode-string and md5.
18036
18037         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18038         and rmail-msg-restore-non-pruned-header.
18039
18040         * mm-decode.el: Don't autoload executable-find.
18041
18042         * mm-url.el: Don't autoload executable-find.
18043
18044         * mm-view.el: Don't autoload diff-mode.
18045
18046         * nndb.el: Don't autoload news-reply-mode, news-setup,
18047         cancel-timer and telnet.
18048
18049         * password.el: Don't autoload run-at-time for Emacs.
18050
18051         * sha1-el.el: Don't autoload executable-find.
18052
18053         * sieve-mode.el: Don't autoload c-mode.
18054
18055         * uudecode.el: Don't autoload executable-find.
18056
18057 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18058
18059         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18060         (gnus-agent-possibly-alter-active): Avoid null in numeric
18061         comparison.
18062         (gnus-agent-set-local): Refuse to save null in local object table.
18063         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18064         list of articles that will be marked as unread.
18065
18066 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18067
18068         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18069
18070 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18071
18072         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18073         language tags.
18074
18075 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18076
18077         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18078         Don't bind "obarray".
18079
18080         * gnus-sum.el (gnus-thread-sort-functions):
18081         Add `gnus-thread-sort-by-most-recent-number' and
18082         `gnus-thread-sort-by-most-recent-date'.
18083         Reported by Kai Grossjohann <kai@emptydomain.de>.
18084
18085 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18086
18087         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18088
18089 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18090
18091         * gnus-cus.el (gnus-agent-customize-category):
18092         Remove ignore-errors macro reference that required cl to be loaded at
18093         run-time.
18094
18095         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18096         single-interval range of the form (min . max).  Previously the
18097         range had to look like ((min . max)).  Likewise, return
18098         (min . max) rather than ((min . max)).
18099         (gnus-range-map): Use gnus-range-normalize to accept
18100         single-interval range.
18101
18102         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18103         the cache, but not the agent, now appear with their usual face.
18104
18105         * dgnushack.el (loaddir): New variable that is bound to the
18106         directory containing the dgnushack.el file. Use loaddir, rather
18107         than srcdir, to update load-path. Change lets dgnushack compile
18108         code in directories other than GNUS/lisp.
18109
18110 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18111
18112         * lpath.el: Don't bind w3m-safe-url-regexp.
18113
18114         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18115         w3m-safe-url-regexp variable buffer-local.
18116
18117         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18118
18119 2004-02-27  Simon Josefsson  <jas@extundo.com>
18120
18121         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18122         gnus-group-real-prefix.
18123         (gnus-summary-move-article): Use it, instead of
18124         gnus-group-real-prefix.
18125
18126 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18127
18128         * lpath.el: Bind w3m-safe-url-regexp.
18129
18130         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18131         w3m-safe-url-regexp variable buffer-local and set it as the value
18132         of mm-w3m-safe-url-regexp.
18133
18134         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18135
18136         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18137         parsing gnus-posting-styles when the message is not for replying.
18138
18139         * dgnushack.el: Autoload sgml-mode for XEmacs.
18140
18141         * nnrss.el (nnrss-opml-export):
18142         Use mm-set-buffer-file-coding-system instead of
18143         set-buffer-file-coding-system.
18144
18145 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18148         of checkdoc.el).
18149         * nnrss.el: do.
18150         * gnus-mlspl.el: do.
18151         * gnus-ml.el: do.
18152         * gnus-srvr.el: do.
18153
18154         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18155
18156 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18157
18158         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18159         Corrections to custom-manual links.
18160
18161         * gnus-art.el (gnus-article): Ditto.
18162
18163         * mm-decode.el (mime-display, mime-security): Ditto.
18164
18165 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18166
18167         * flow-fill.el: Typo.
18168
18169 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18170
18171         * spam-wash.el: New file.
18172
18173 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18174
18175         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18176
18177 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18178
18179         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18180         to be run with new-articles as LIST1, not LIST2.
18181         (spam-registration-functions): Add spam-use-ham-copy as a nil
18182         registration backend.
18183
18184 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18185
18186         * spam-stat.el (spam-stat-washing-hook): New option.
18187         (spam-stat-buffer-words): Use it.
18188         (spam-stat-process-directory, spam-stat-test-directory):
18189         Use insert-file-contents-literally.
18190         (spam-stat-coding-system): New variable.
18191         (spam-stat-load, spam-stat-save): Use it.
18192
18193 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18194
18195         * spam-report.el (spam-report-plug-agent):
18196         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18197
18198 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18199
18200         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18201         Allow / in mailto URLs.
18202
18203 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18204
18205         * spam-report.el (spam-report-process-queue): Fix interactive use.
18206         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18207         (spam-report-unplug-agent): Doc fixes.
18208         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18209         (spam-report-agentize, spam-report-deagentize): Autoload.
18210
18211 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18212
18213         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18214
18215         * message.el (message-setup-fill-variables): Add mml tags to
18216         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18217         <ajk@iu.edu>.
18218         (message-mode): Don't modify paragraph-separate there.
18219
18220 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18221
18222         * compface.el (uncompface-use-external): Default to undecided.
18223         (uncompface-use-external-threshold): New variable.
18224         (uncompface-float-time): New macro.
18225         (uncompface): Determine whether to use the external decoder if
18226         uncompface-use-external is undecided.
18227
18228 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18229
18230         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18231         after images.
18232
18233         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18234
18235 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18236
18237         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18238
18239         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18240
18241         * gnus-sum.el (gnus-summary-limit-to-age)
18242         (gnus-summary-limit-children): do.
18243
18244         * gnus-int.el (gnus-request-scan): do.
18245
18246         * gnus-group.el (gnus-group-suspend): do.
18247
18248         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18249
18250         * gnus-cite.el (gnus-cite-parse-attributions): do.
18251
18252         * gnus-agent.el (gnus-summary-set-agent-mark)
18253         (gnus-agent-regenerate-group): do.
18254
18255         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18256
18257         * binhex.el (binhex-decode-region-internal): do.
18258
18259 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18260
18261         * gnus-fun.el (gnus-face-properties-alist): New user option.
18262         (gnus-display-x-face-in-from): Use it.
18263
18264         * gnus-art.el (article-display-face): Ditto.
18265
18266         * compface.el (uncompface-use-external): Default to nil.
18267
18268 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18269
18270         * nntp.el (nntp-erase-buffer): New function.
18271         (nntp-retrieve-data, nntp-send-command)
18272         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18273         (nntp-possibly-change-group): Use it.
18274
18275         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18276         Use with-current-buffer.
18277
18278 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18279
18280         * compface.el: Merge the ELisp-based uncompface program.
18281         (compface): New customization group.
18282         (uncompface-use-external): New user option.
18283         (uncompface): Call uncompface-internal if uncompface-use-external
18284         is nil.
18285         (uncompface-internal): New function.  Note that there are also
18286         some other functions and variables added for this function.
18287
18288 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18289
18290         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18291         if necessary.
18292
18293 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18294
18295         * spam-report.el (spam-report-unplug-agent)
18296         (spam-report-plug-agent, spam-report-deagentize)
18297         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18298         Add support for the Agent in spam-report: when unplugged, report to a
18299         file; when plugged, submit all the requests.
18300
18301         * spam.el (spam-register-routine): Fix message about
18302         registration.
18303
18304 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18305
18306         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18307         dependencies.
18308         (rfc2047-encode): Use it.
18309
18310         * gnus-art.el (gnus-button-marker-list): Move before first
18311         reference.
18312
18313         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18314         (imap-parse-body): Fix format string mismatch.
18315
18316         * gnus-score.el (gnus-summary-increase-score): do.
18317
18318         * nnrss.el (nnrss-close): New function.
18319
18320 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18321
18322         * nnrss.el (nnrss-make-filename): New function.
18323         (nnrss-request-delete-group, nnrss-read-server-data)
18324         (nnrss-save-server-data, nnrss-read-group-data)
18325         (nnrss-save-group-data): Use it.
18326         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18327         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18328         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18329
18330 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18331
18332         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18333
18334 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18335
18336         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18337         files.
18338
18339         * message.el (message-generate-headers-first): Don't quote nil
18340         and t in docstrings.
18341
18342         * imap.el (imap-id): do.
18343
18344         * gnus-agent.el (gnus-agent-consider-all-articles)
18345         (gnus-agent-queue-mail): do.
18346
18347 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18348
18349         * spam-report.el (spam-report-process-queue): New function.
18350         Process requests from `spam-report-requests-file'.
18351         (spam-report-process-queue): Doc fix.
18352
18353 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18354
18355         * spam.el (spam-register-routine)
18356         (spam-log-processing-to-registry, spam-log-registered-p)
18357         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18358         Change "check" to "spam-check" for semi-clarity.
18359
18360 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18361
18362         * pop3.el: Require nnheader.
18363
18364         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18365
18366         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18367
18368         * gnus-picon.el: Require cl.
18369
18370         * gnus-fun.el: Require gnus-ems and gnus-util.
18371
18372         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18373
18374         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18375
18376         * gnus-art.el (gnus-article-edit-mode): Define before first
18377         reference.
18378
18379 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18380
18381         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18382         (gnus-uu-post-encoded): Use point-at-bol.
18383
18384         * gnus-topic.el (gnus-group-active-topic-p): do.
18385
18386         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18387
18388         * gnus-group.el (gnus-group-kill-region): do.
18389
18390         * gnus-art.el (article-date-ut): do.
18391
18392         * message.el (message-fetch-field): Remove redundant
18393         case-fold-search binding.
18394         (message-narrow-to-field): Simplify.
18395
18396 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18397
18398         * spam.el (spam-directory): Derive from `gnus-directory'.
18399
18400         * spam-report.el (spam-report-url-to-file)
18401         (spam-report-requests-file): New function and variable for offline
18402         reporting.
18403         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18404         and user defined function.
18405         (spam-report-url-ping-mm-url): Remove doubled slash.
18406
18407 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18408
18409         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18410
18411 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18412
18413         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18414         Fix format string mismatch.
18415
18416         * sieve.el (sieve-deactivate-all): do.
18417
18418         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18419
18420         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18421
18422         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18423
18424         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18425
18426 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18427
18428         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18429         the list of checks.
18430
18431 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18432
18433         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18434         padding.
18435
18436 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18437
18438         * mm-view.el (mm-fill-flowed): New variable.
18439         (mm-inline-text): Use it.
18440
18441 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18442
18443         * spam.el (spam-spamassassin-register-ham-routine)
18444         (spam-spamassassin-register-spam-routine): Fix function names.
18445
18446 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18447
18448         * gnus.el (gnus-tmp-grouplens): Remove.
18449         (gnus-summary-line-format): Remove grouplens.
18450
18451         * gnus-group.el (gnus-group-line-format): Ditto.
18452
18453         * gnus-spec.el (gnus-format-specs): Ditto.
18454         (gnus-update-format-specifications): Flush the group format spec
18455         cache if there's the grouplens stuff.
18456         (gnus-parse-simple-format): Replace %l with the empty string.
18457
18458 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18459
18460         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18461         omission.
18462
18463 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18464
18465         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18466         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18467
18468 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18469
18470         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18471         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18472         New macros and functions.
18473         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18474         Handle > NLINK_MAX messages.
18475         * nnmaildir.el (nnmaildir-request-set-mark):
18476         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18477
18478 2004-01-25  Alex Schroeder  <alex@gnu.org>
18479
18480         * spam-stat.el (spam-stat-process-directory-age): New option.
18481         (spam-stat-process-directory): Use it.
18482
18483 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18484
18485         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18486         (spam-stat-save): Accept prefix argument.
18487
18488 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18489
18490         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18491         links" error.
18492
18493 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18494
18495         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18496         the rest of the and/or forms.
18497
18498 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18499
18500         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18501         compatibility with old .newsrc.eld files.
18502
18503         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18504
18505         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18506
18507         * gnus-start.el (gnus-1): do.
18508
18509         * gnus-group.el (gnus-group-line-format-alist): do.
18510
18511         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18512
18513         * gnus-gl.el: Remove.
18514
18515 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18516
18517         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18518         marks consisting of a single range {for example, (3 . 5)} rather
18519         than a list of a single range { ((3 . 5)) }.
18520
18521 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18522
18523         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18524         Use with-current-buffer.
18525         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18526         avoid consing a string.
18527
18528         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18529         Remove obsolete entries for big5 and gb2312.
18530
18531 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18532
18533         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18534         uncompressed list.
18535
18536 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18537
18538         * spam-stat.el (spam-stat-strip-xref): New function.
18539         (spam-stat-process-directory): Use it.
18540
18541         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18542         here -- it's done in message-fetch-field.
18543
18544 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18545
18546         * gnus-agent.el (gnus-agent-queue-mail)
18547         (gnus-agent-prompt-send-queue): New variables.
18548         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18549         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18550         "nndraft:queue" along to gnus-draft-send.
18551         Use gnus-agent-prompt-send-queue.
18552         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18553         is "nndraft:queue".  Suggested by Gaute Strokkenes
18554         <gs234@srcf.ucam.org>
18555
18556         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18557         (agent-enable-undownloaded-faces): Add.
18558         (gnus-agent-cat-groups): Use eval-and-compile, not
18559         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18560         method of gnus-agent-cat-groups even when the buffer has been
18561         evaled.
18562         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18563         delete gnus-agent-save-active-1.
18564         (gnus-agent-save-groups): Delete.  Identical to
18565         gnus-agent-save-active.
18566         (gnus-agent-write-active): No longer adjust agent's copy of active
18567         file as agent's adjustments are now stored in their own
18568         file.  Remove optional parameter.
18569         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18570         servers.  Add use of min/max range limits from server's local
18571         file.
18572         (gnus-agent-save-alist): Remove unused optional argument.
18573         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18574         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18575         (gnus-agent-set-local): A per-server file that keeps min/max range
18576         limits for articles known to the agent.  Provides a fast mechanism
18577         for altering many active ranges.
18578         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18579         active file (local makes it unnecessary).
18580         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18581
18582         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18583         (agent-enable-undownloaded-faces): Add.
18584
18585         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18586         disable it when sending to "nndraft:queue".
18587         (gnus-group-send-queue): Add safety check to avoid sending queue
18588         when unplugged.
18589
18590         * gnus-group.el (gnus-group-catchup): Use new
18591         gnus-sequence-of-unread-articles, not
18592         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18593         numbers of articles.  Use gnus-range-map to avoid having to
18594         uncompress the unread list.
18595         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18596         Fix invalid ange-ftp reference.
18597
18598         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18599         (gnus-sorted-range-intersection): Intersection of two ranges
18600         without requiring that they first be uncompressed.
18601
18602         * gnus-start.el (gnus-activate-group): Unless blocked by the
18603         caller, possibly expand the active range to include both cached
18604         and agentized articles.
18605         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18606         multiple version-dependent converters.
18607         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18608         gnus-agent-save-active.
18609         (gnus-save-newsrc-file): Save dirty agent range limits.
18610
18611         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18612         gnus-agent-possibly-alter-active.
18613         (gnus-adjust-marked-articles): Faster handling of simple lists.
18614
18615 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18616
18617         * spam-stat.el (spam-stat-test-directory): New optional argument
18618         displays a list of files detected.  Suggested by Andrew Cohen
18619         <cohen@andy.bu.edu>.
18620         (spam-stat-buffer-words-with-scores): Don't narrow and change
18621         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18622
18623 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18624
18625         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18626         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18627         (spam-spamassassin-arguments)
18628         (spam-spamassassin-spam-flag-header)
18629         (spam-spamassassin-positive-spam-flag-header)
18630         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18631         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18632         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18633         (spam-list-of-processors, spam-list-of-checks)
18634         (spam-list-of-statistical-checks, spam-registration-functions)
18635         (spam-check-spamassassin-headers, spam-check-spamassassin)
18636         (spam-spamassassin-score)
18637         (spam-spamassassin-register-with-sa-learn)
18638         (spam-spamassassin-register-spam-routine)
18639         (spam-spamassassin-register-ham-routine)
18640         (spam-assassin-register-spam-routine)
18641         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18642         (spam-bogofilter-score): Fix to show article before scoring.
18643
18644 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18645
18646         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18647         default scoring function.
18648         (spam-generic-score): Call spam-spamassassin-score if
18649         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18650         spam-bogofilter-score otherwise.
18651
18652         * gnus.el (spam-process, spam-autodetect-methods):
18653         Add spamassassin and spamassassin-headers.
18654
18655 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18656
18657         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18658         Suppress unnecessary messages.
18659
18660 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18661
18662         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18663         make-hash-table.
18664
18665 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18666
18667         * canlock.el (base64-encode-string): Don't autoload it.
18668
18669 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * run-at-time.el: Remove useless (require 'itimer),
18672         eval-and-compile and (featurep 'xemacs).
18673
18674 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18675
18676         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18677         GROUP is a virtual group.
18678
18679 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18680
18681         * gnus.el: Autoload `message-y-or-n-p'.
18682
18683 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18684
18685         * pgg-parse.el: Remove unnecessary (require 'custom).
18686
18687         * pgg-def.el: do.
18688
18689         * nnmail.el: do.
18690
18691         * gnus-undo.el: do.
18692
18693         * gnus-picon.el: do.
18694
18695         * gnus-util.el: do.
18696
18697 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18698
18699         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18700
18701 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18702
18703         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18704         handle, as well as a list.
18705
18706         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18707         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18708         (mm-w3m-cid-retrieve): Simplify.
18709
18710 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18711
18712         * message.el (message-kill-to-signature): Allow prefix arg to
18713         specify number of lines to keep before signature.
18714
18715 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18716
18717         * message.el (message-kill-to-signature): Change docstring.
18718
18719 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * canlock.el: Always require sha1-el.
18722         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18723
18724         * message.el: Autoload sha1 only when compiling.
18725
18726         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18727         eudc-expand-inline for XEmacs.
18728
18729 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18730
18731         * message.el (message-canlock-generate): Require sha1-el.
18732
18733 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18734
18735         * message.el (message-expand-name): Silence the byte compiler.
18736
18737         * lpath.el: Add detect-coding-system.
18738
18739         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18740         cus-edit.
18741
18742 2004-01-13  Simon Josefsson  <jas@extundo.com>
18743
18744         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18745         Invoke gnus-score-mode.
18746         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18747
18748         * gnus-range.el (gnus-compress-sequence): Doc fix.
18749         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18750
18751 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18752
18753         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18754
18755 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18756
18757         * spam.el (spam-get-article-as-string): Update to use
18758         gnus-request-article-this-buffer, much simpler.
18759         (spam-get-article-as-buffer): Remove.
18760
18761 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18762
18763         * message.el (message-expand-name): Use EUDC if the user uses that.
18764
18765 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18766
18767         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18768         character for the encoding to avoid consing a string.
18769
18770         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18771         unnecessarily.
18772
18773         * mm-util.el (mm-replace-chars-in-string): Remove.
18774
18775         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18776         of mm-replace-chars-in-string.
18777
18778 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18779
18780         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18781
18782         * mm-util.el (mm-subst-char-in-string): Support inplace.
18783
18784         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18785         a new string in every iteration.  Use shy groups.
18786
18787 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18788
18789         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18790         * gnus-soup.el (gnus-soup-group-brew):
18791         * gnus-msg.el (gnus-put-message):
18792         * gnus-move.el (gnus-group-move-group-to-server):
18793         * gnus-kill.el (gnus-batch-score):
18794         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18795         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18796         (gnus-group-update-group, gnus-group-read-group)
18797         (gnus-group-make-group, gnus-group-make-help-group)
18798         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18799         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18800         (gnus-group-sort-by-unread, gnus-group-catchup)
18801         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18802         (gnus-group-yank-group, gnus-group-set-info)
18803         (gnus-group-list-groups):
18804         * gnus.el (gnus-generate-new-group-name):
18805         * gnus-delay.el (gnus-delay-send-queue):
18806         * nnvirtual.el (nnvirtual-catchup-group):
18807         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18808         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18809         (gnus-group-prepare-topics, gnus-topic-check-topology):
18810         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18811         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18812         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18813         (gnus-group-make-articles-read):
18814         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18815         (gnus-group-change-level, gnus-kill-newsgroup)
18816         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18817         (gnus-get-unread-articles, gnus-make-articles-unread)
18818         (gnus-make-ascending-articles-unread): Use accessor
18819         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18820         to get group information for improved readability.
18821
18822
18823 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18824
18825         * gnus-art.el (article-decode-mime-words, article-babel)
18826         (gnus-article-highlight-signature, gnus-article-add-buttons)
18827         (gnus-signature-toggle): Use gnus-with-article-buffer.
18828
18829         * gnus-art.el (gnus-article-highlight-headers)
18830         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18831
18832         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18833         (gnus-article-set-globals, gnus-request-article-this-buffer)
18834         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18835         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18836         (gnus-mime-display-alternative): Use with-current-buffer.
18837
18838 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18839
18840         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18841         also under 80 char limit, and call gnus-error if needed.
18842         (spam-fetch-article-header): Fix - it was a
18843         buffer-local variable (gnus-newsgroup-data).
18844         (spam-find-spam): Use spam-generate-fake-headers, forget about
18845         spam-insert-fake-headers.
18846         (spam-insert-fake-headers): Remove.
18847
18848 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18849
18850         * deuglify.el (gnus-article-outlook-unwrap-lines)
18851         (gnus-outlook-rearrange-article)
18852         (gnus-outlook-repair-attribution-outlook)
18853         (gnus-outlook-repair-attribution-block)
18854         (gnus-outlook-repair-attribution-other): Remove redundant
18855         save-excursion.
18856
18857 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18858
18859         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18860         (spam-fetch-field-subject-fast)
18861         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18862         (spam-fetch-article-header): Add functions to deal with Gnus
18863         internals for fast retrieval of article header data.
18864         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18865
18866 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18867
18868         * pop3.el (pop3-md5): Remove.
18869         (pop3-apop): Replace pop3-md5 with md5.
18870
18871         * mm-bodies.el: base64 is always built-in.
18872
18873         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18874         Use with-current-buffer.
18875
18876 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18877
18878         * canlock.el (canlock-insert-header): Remove excessive grouping in
18879         regexp.
18880
18881         * gnus-sum.el (gnus-summary-read-document): Ditto.
18882
18883         * gnus-uu.el (gnus-uu-part-number): Ditto.
18884
18885         * html2text.el (html2text-remove-tags): Ditto.
18886         (html2text-format-tags): Ditto.
18887         (html2text-format-single-elements): Ditto.
18888
18889         * mml.el (mml-parse-1): Ditto.
18890
18891 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18892
18893         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18894
18895         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18896
18897         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18898
18899         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18900
18901 2003-11-15  Simon Josefsson  <jas@extundo.com>
18902
18903         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18904         (pgg-gpg-lookup-key): Use regexp match instead of
18905         split-string (split-string is different between emacs 21.2 and
18906         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18907
18908 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18909
18910         * gnus-art.el (gnus-mime-view-all-parts)
18911         (gnus-article-part-wrapper, gnus-article-view-part):
18912         Use with-current-buffer.
18913
18914 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18915
18916         * spam.el (spam-disable-spam-split-during-ham-respool)
18917         (spam-spamoracle-database, spam-cache-lookups)
18918         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18919         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18920         (spam-group-ham-marks, spam-group-spam-marks)
18921         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18922         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18923         also add spam-use-blackholes to the statistical checks.
18924         (spam-fetch-field-fast): Add interface to fetching fields, may
18925         become a macro.
18926         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18927         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18928         (spam-insert-fake-headers): Fake an article when needed.
18929         (spam-find-spam): Fake article when possible.
18930         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18931         (spam-check-bogofilter-headers): Use message-fetch-field instead
18932         of nnmail-fetch-field.
18933
18934 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18935
18936         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18937
18938 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18939
18940         * spam.el (spam-split): Do not require spam-use-CHECK to be
18941         enabled if that check is passed to spam-split explicitly; also
18942         fix so 'spam doesn't get converted to spam-split-group when
18943         spam-split-symbolic-return is t.
18944         (spam-find-spam): Find registrations of the article and use those
18945         instead of re-running spam-split to find the spam/ham
18946         classification of the article.
18947         (spam-log-processing-to-registry, spam-log-registered-p)
18948         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18949         Use gnus-error instead of gnus-message.
18950         (spam-log-registration-type): Add function to determine the
18951         classification of a message based on registry entries; will
18952         return nil if both 'spam and 'ham are found.
18953         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18954         a reasonably fast local cache without the loading errors.
18955         (spam-cache-lookups): Set to t by default.
18956         (spam-find-spam): Don't try to guess spam-cache-lookups.
18957         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18958         spam-caches entry.
18959         (spam-filelist-build-cache, spam-filelist-check-cache):
18960         Fix caching of whitelist/blacklist entries.
18961         (spam-check-whitelist, spam-check-blacklist):
18962         Invoke spam-from-listed-p with a type, not a cache variable.
18963         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18964
18965 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18966
18967         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18968
18969         * nnmail.el (nnmail-split-fancy): do.
18970
18971         * mml.el (mml-parse): do.
18972
18973         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18974         (gnus-score-adaptive): do.
18975
18976 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18977
18978         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18979         (gnus-mime-button-map): Don't set keymap parent.
18980         (gnus-button-ctan-directory-regexp): Use shy grouping.
18981         (gnus-prev-page-map): Don't set keymap parent.
18982         (gnus-prev-page-map): Remove duplicated one.
18983         (gnus-next-page-map): Don't set keymap parent.
18984         (gnus-mime-security-button-map): Ditto.
18985
18986         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18987         version number.
18988
18989         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18990
18991 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18992
18993         * canlock.el (canlock-sha1-function): Remove.
18994         (canlock-sha1-function-for-verify): Remove.
18995         (canlock-openssl-program): Remove.
18996         (canlock-openssl-args): Remove.
18997         (canlock-ignore-errors): Remove.
18998         (canlock-sha1-with-openssl): Remove.
18999         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19000         (canlock-verify): Don't use canlock-ignore-errors.
19001
19002         * sha1-el.el (sha1-string-external): Make it can return a string
19003         in binary form.
19004         (sha1-region-external): Ditto.
19005         (sha1-string-internal): Ditto.
19006         (sha1-region-internal): Ditto.
19007         (sha1-region): Ditto.
19008         (sha1-string): Ditto.
19009         (sha1): Ditto.
19010
19011 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19012
19013         * spam.el (spam-report-articles-gmane): New command.
19014
19015 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19016
19017         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19018
19019         * run-at-time.el (run-at-time-saved): Remove.
19020         (run-at-time): Doc fix.
19021
19022 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19023
19024         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19025         (gnus-summary-limit-map): Add it.
19026         (gnus-summary-make-menu-bar): do.
19027
19028 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19029
19030         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19031         Make attempt at some caching support (done for BBDB only now).
19032         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19033         addresses to be checked.
19034         (spam-clear-cache-BBDB): Add function, to be invoked by
19035         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19036         (spam-check-BBDB): Check and use the caches, if
19037         spam-cache-lookups is on, remove superfluous (provide).
19038
19039 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19040
19041         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19042
19043 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19044
19045         * run-at-time.el (run-at-time-saved): Move to after the definition
19046         of `run-at-time'.
19047
19048         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19049
19050 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19051
19052         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19053         mm-w3m-local-map-property.
19054
19055         * mm-view.el (mm-w3m-mode-map): Remove.
19056         (mm-w3m-local-map-property): Remove.
19057         (mm-inline-text-html-render-with-w3m): Don't use
19058         mm-w3m-local-map-property.
19059
19060 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19061
19062         * run-at-time.el: New file.
19063
19064         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19065         under Emacs.
19066
19067         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19068         of gnus-set-text-properties.
19069
19070         * gnus-uu.el (gnus-uu-save-article): Ditto.
19071
19072         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19073
19074         * gnus-cite.el (gnus-cite-parse): Ditto.
19075
19076         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19077         of gnus-.
19078
19079         * gnus-xmas.el (run-at-time): Require run-at-time.
19080
19081         * gnus.el: Change calls to nnheader-run-at-time and
19082         password-run-at-time throughout to use run-at-time directly.
19083
19084         * password.el: Remove definition of run-at-time.
19085
19086         * nnheaderxm.el: Remove definition of run-at-time.
19087
19088 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19089
19090         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19091         in prompt.
19092
19093 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19094
19095         * messagexmas.el (message-xmas-redefine): Alias
19096         `message-make-caesar-translation-table' to
19097         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19098         version.
19099
19100         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19101         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19102         `gnus-xmas-set-text-properties'.
19103         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19104         `gnus-xmas-completing-read'.
19105         (gnus-xmas-completing-read): Removed.
19106         (gnus-xmas-open-network-stream): Removed.
19107
19108         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19109         XEmacs version.
19110
19111         * dns.el (dns-make-network-process): Use `open-network-stream'
19112         instead of `gnus-xmas-open-network-stream'.
19113
19114         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19115
19116         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19117
19118 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19119
19120         * gnus-art.el (gnus-mime-display-alternative)
19121         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19122         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19123         Don't use gnus-local-map-property.
19124
19125         * gnus-util.el (gnus-local-map-property): Remove.
19126
19127         * mm-view.el (mm-view-pkcs7-decrypt):
19128         Replace gnus-completing-read-maybe-default with completing-read.
19129
19130         * gnus-util.el (gnus-completing-read): do.
19131         (gnus-completing-read-maybe-default): Remove.
19132
19133 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19134
19135         * password.el: Only autoload `run-at-time' if not XEmacs.
19136         Only autoload the itimer functions if XEmacs.
19137
19138 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19139
19140         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19141         XEmacsen.
19142
19143         * dgnushack.el: Autoload executable-find for XEmacs.
19144
19145 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19146
19147         * gnus-art.el (gnus-read-string): Remove.
19148         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19149         read-string.
19150
19151 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19152
19153         * netrc.el: Autoload password-read.
19154         (netrc): Add configuration group.
19155         (netrc-encoding-method, netrc-openssl-path):
19156         Add variables for encoding and decoding of files with symmetric
19157         ciphers.
19158         (netrc-encode): Add assistant function to encode a file with
19159         netrc-encoding-method.
19160         (netrc-parse): Add interactive parameter, added optional
19161         decoding if netrc-encoding-method is non-nil but otherwise
19162         behavior is standard.
19163         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19164         Do s/encode/encrypt/ everywhere.
19165
19166         * spam.el: Remove executable-find autoload.
19167
19168 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19169
19170         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19171
19172         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19173
19174 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19175
19176         * gnus-art.el (gnus-treat-ansi-sequences)
19177         (article-treat-ansi-sequences): New variable and function.
19178         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19179
19180         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19181         Use it.
19182
19183 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19184
19185         * mm-util.el (mm-quote-arg): Remove.
19186
19187         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19188         shell-quote-argument.
19189
19190         * gnus-uu.el (gnus-uu-command): do.
19191
19192         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19193
19194         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19195         with make-char.
19196
19197         * mm-util.el (mm-make-char): Remove.
19198
19199         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19200         add-minor-mode.
19201
19202         * gnus-undo.el (gnus-undo-mode): do.
19203
19204         * gnus-topic.el (gnus-topic-mode): do.
19205
19206         * gnus-sum.el (gnus-dead-summary-mode): do.
19207
19208         * gnus-start.el (gnus-slave-mode): do.
19209
19210         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19211
19212         * gnus-ml.el (gnus-mailing-list-mode): do.
19213
19214         * gnus-gl.el (gnus-grouplens-mode): do.
19215
19216         * gnus-draft.el (gnus-draft-mode): do.
19217
19218         * gnus-dired.el (gnus-dired-mode): do.
19219
19220         * gnus-ems.el (gnus-add-minor-mode): Remove.
19221
19222         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19223         Replace gnus-char-width with char-width.
19224
19225         * gnus-ems.el (gnus-char-width): Remove.
19226
19227         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19228         Replace gnus-char-width with char-width.
19229
19230         * gnus-ems.el (gnus-char-width): Remove.
19231
19232         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19233         definition.
19234         Remove Emacs 20 hash table compatibility code.
19235
19236         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19237         20 compatibility code.
19238
19239         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19240
19241         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19242
19243         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19244         Replace with point-at-{eol,bol}.
19245
19246         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19247
19248         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19249
19250         * flow-fill.el (fill-flowed-point-at-bol)
19251         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19252
19253         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19254         Replace with point-at-{eol,bol} throughout all files.
19255
19256 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19257
19258         * ntlm.el (ntlm-string-as-unibyte): New macro.
19259         (ntlm-build-auth-response): Use it.
19260
19261         Remove Emacs 20 stuff:
19262         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19263         (butlast, mapc, remove): Remove the compiler macros.
19264         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19265         of delq and copy-sequence.
19266         * gnus-art.el (popup-menu): Remove the compiler macro.
19267         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19268         Emacs 20.
19269
19270 2004-01-05  Simon Josefsson  <jas@extundo.com>
19271
19272         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19273         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19274         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19275         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19276         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19277         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19278         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19279         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19280         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19281         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19282         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19283         string-xor into ntlm-string-xor.
19284         Suggested by Jesper Harder <harder@myrealbox.com>.
19285
19286         * ntlm.el: Don't include poem.
19287
19288         * md4.el (print-int32, print-string-hexa): Remove.
19289         Suggested by Jesper Harder <harder@myrealbox.com>.
19290
19291         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19292
19293         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19294         probably breaks emacs with DL patch, but do we care? Is anyone
19295         still using the DL stuff?)
19296
19297         * sieve-manage.el: Use the password package.
19298         (sieve-manage-read-passwd): Remove.
19299         (sieve-manage-interactive-login): Use password.  Re-add
19300         condition-case around loop.
19301
19302         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19303         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19304         Use the password package.
19305
19306 2003-02-19  Simon Josefsson  <jas@extundo.com>
19307
19308         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19309         token.
19310
19311 2002-08-07  Simon Josefsson  <jas@extundo.com>
19312
19313         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19314         (sieve-manage-authenticators):
19315         (sieve-manage-authenticator-alist): Add some SASL mechs.
19316         (sieve-sasl-auth): New function.
19317         (sieve-manage-cram-md5-auth):
19318         (sieve-manage-plain-auth): Rewrite using SASL library.
19319         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19320         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19321         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19322         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19323
19324 2004-01-05  Simon Josefsson  <jas@extundo.com>
19325
19326         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19327         New files.
19328
19329 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19330
19331         * gnus-group.el (gnus-no-groups-message): Update.
19332
19333         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19334
19335 2003-11-09  Simon Josefsson  <jas@extundo.com>
19336
19337         * imap.el: Support for ID IMAP extension (RFC 2971).
19338         (imap-local-variables): Add imap-id.
19339         (imap-id): New variable.
19340         (imap-id): New function.
19341         (imap-parse-response): Parse untagged ID response.
19342         * nnimap.el (nnimap-id): New variable.
19343         (nnimap-open-connection): Use it.
19344
19345 2003-12-28  Simon Josefsson  <jas@extundo.com>
19346
19347         * gnus-score.el (gnus-score-edit-all-score): New.
19348         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19349
19350 2004-01-04  Simon Josefsson  <jas@extundo.com>
19351
19352         * password.el: Add.
19353
19354 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19355
19356         * dns.el (dns-query-types): Fix typo.
19357         (dns-query-types): New function.
19358         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19359         PTR and SOA replies, see RFC 1035.
19360
19361 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19362
19363         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19364
19365         * Move to Changelog.2.
19366
19367 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19368
19369         * gnus.el (gnus-version-number): Bump version.
19370
19371 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19372
19373         * gnus.el: No Gnus v0.1 is released.
19374
19375 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19376
19377         * gnus.el: No Gnus v0.0 is released.
19378
19379 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19380
19381         * gnus.el (gnus-version-number): Bump.
19382         (gnus-version): No.
19383
19384 See ChangeLog.2 for earlier changes.
19385
19386     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19387       Free Software Foundation, Inc.
19388
19389   This file is part of GNU Emacs.
19390
19391   GNU Emacs is free software: you can redistribute it and/or modify
19392   it under the terms of the GNU General Public License as published by
19393   the Free Software Foundation, either version 3 of the License, or
19394   (at your option) any later version.
19395
19396   GNU Emacs is distributed in the hope that it will be useful,
19397   but WITHOUT ANY WARRANTY; without even the implied warranty of
19398   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19399   GNU General Public License for more details.
19400
19401   You should have received a copy of the GNU General Public License
19402   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19403
19404 ;; Local Variables:
19405 ;; coding: utf-8
19406 ;; fill-column: 79
19407 ;; add-log-time-zone-rule: t
19408 ;; End: