message.el (message-called-interactively-p): A temporary macro.
[gnus] / lisp / ChangeLog
1 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * message.el (message-called-interactively-p): A temporary macro.
4         (message-goto-body): Use it temporarily.
5
6 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7
8         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
9         (nnimap-last-response-string): Unfold quoted lines, if they exist.
10
11 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * shr.el (shr-insert): Fix the way to fold lines.
14
15 2010-11-25  Julien Danjou  <julien@danjou.info>
16
17         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
18
19         * color.el: Rename from color-lab.el
20         (color-rgb->hex): Add.
21         (color-complement): Add.
22         (color-complement-hex): Add.
23
24         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
25
26 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
27
28         * shr-color.el (shr-color-visible): Don't bug out if the colour names
29         don't exist.
30
31 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
34         assuming that article displaying or another mml-preview may be
35         interrupted for an error or for the like.
36
37         * shr.el (shr-get-background): Fix argument name.
38
39 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
42
43         * gnus-sum.el (gnus-summary-include-articles): New function.
44
45         * message.el (message-goto-body): called-interactively-p needs a
46         parameter, so use `any'.
47
48         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
49         clear marks before moving, since they're synced from the Gnus side
50         first.
51
52         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
53         (gnus-summary-move-article): Copy over all marks before moving, so that
54         IMAP doesn't think a new article has arrived.
55
56 2010-11-24  Julien Danjou  <julien@danjou.info>
57
58         * shr.el (shr-insert-background-overlay): Fix typo.
59         (shr-render-td): Copy the background before rendering.
60
61         * shr-color.el (shr-color-visible): Fix docstring.
62
63         * shr.el (shr-tag-table): Add bgcolor support.
64         (shr-render-td): Add bgcolor support.
65         (shr-get-background): Add.
66         (shr-insert-foreground-overlay): Use shr-get-background.
67
68         * message.el (message-goto-body): Use called-interactively-p.
69         (message-in-body-p): message-goto-body returns point.
70
71 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
74         Fixes something or other in Emacs 23, and is backwards compatible.
75
76         * message.el (message-goto-body): Remove the <#secure special-casing,
77         which is too special.
78
79         * shr.el (shr-parse-style): Drop !important from styles.
80
81 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
82
83         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
84         this function to return incorrect results when calling it with an
85         explicit article argument different from
86         (gnus-summary-article-number).
87
88 2010-11-24  Julien Danjou  <julien@danjou.info>
89
90         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
91         (shr-tag-body): Add background support.
92         (shr-descend): Add background support.
93         (shr-tag-title): Add.
94
95         * shr-color.el (shr-color-visible): Really return original background
96         if fixed.
97
98 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
99
100         * shr.el (shr-color-check): Protect against non-existant colour names.
101
102 2010-11-24  Julien Danjou  <julien@danjou.info>
103
104         * color-lab.el: Require 'cl when compiling.
105
106         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
107
108         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
109         matched part.
110
111         * color-lab.el: Fix all expt calls to use float type.
112
113 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
114
115         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
116         expression to shr-color-check as is.
117
118         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
119
120         * color-lab.el: Add coding cookie.
121         (float-pi): Use eval-and-compile.
122
123         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
124         compiled for Emacsen having no `libxml-parse-html-region' support.
125
126 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
127
128         * shr.el (shr-insert-color-overlay): Split stuff like
129         "#444444 !important" to find the real colour.
130         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
131         parse <font color="red"> entries.
132
133 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
134
135         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
136         point when parsing headers.
137
138         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
139         is positioned properly when parsing headers.
140
141 2010-11-23  Julien Danjou  <julien@danjou.info>
142
143         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
144
145         * shr-color.el (shr-color->hexadecimal): Add support for color names.
146
147         * shr.el (shr-parse-style): Replace \n with space in style parsing.
148
149         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use
150         shr-color-hue-to-rgb.
151         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
152
153 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
154
155         * shr.el (shr-color->hexadecimal): Autoload.
156         (shr-descend): Add color to all tags.
157
158 2010-11-22  Julien Danjou  <julien@danjou.info>
159
160         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
161         shr-color->hexadecimal.
162
163         * shr-color.el (shr-color->hexadecimal): Add converting functions for
164         RGB() or HSL() color representation.
165
166         * shr.el (shr-tag-font): Add.
167         (shr-tag-color-check): New function to get better colors.
168         (shr-tag-insert-color-overlay): Factorize code between tag-font and
169         tag-span.
170
171         * shr-color.el: New file.
172
173         * color-lab.el: New file.
174
175         * gnus-art.el (gnus-url-mailto): Do not downcase args.
176
177 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
178
179         * nnir.el: Fix typo in comments.
180         (nnir-run-imap): Simplify code. No need to reverse artlist.
181         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
182
183 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
184
185         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
186
187         * nnimap.el (nnimap-get-capabilities): Refactor out.
188         (nnimap-open-connection): Re-request capabilities after STARTTLS.
189
190 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
191
192         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
193         appearing when `mm-uu-hide-markers' is nil.
194
195 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
196
197         * nnimap.el (nnimap-unselect-group): Make into its own function.
198         (nnimap-request-rename-group): Unselect group before renaming.
199         This had gotten lost somewhere.
200         (nnimap-request-accept-article): Keep track of examined groups, and
201         unselect the group before APPENDing to read-only groups.
202         (nnimap-request-move-article): Clear flags before moving so that they
203         can be re-set later.
204
205 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
206
207         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
208         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
209
210 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
211
212         * gnus-art.el (gnus-mime-display-single)
213         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
214         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
215         parameter.
216
217 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
220         (shr-table-vertical-line): New variable.
221         (shr-insert-table): Use it.
222
223 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * gnus-html.el (gnus-html-wash-images): Don't display images if
226         gnus-inhibit-images is non-nil; register displayer for cid images.
227         (gnus-html-display-image): Work for cid image.
228         (gnus-html-insert-image): Allow arguments.
229         (gnus-html-put-image): Inhibit read-only.
230         (gnus-html-prefetch-images): Don't prefetch images if
231         gnus-inhibit-images is non-nil.
232
233 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * shr.el (shr-put-image): Break lines when inserting big pictures.
236
237 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
238
239         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
240         sender, thanks Katsumi Yamaoka.
241
242 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
243
244         * nnir.el (nnir-run-imap): Reverse the article list for each group
245         rather than the whole list.
246
247 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
248
249         * shr.el (shr-image-displayer): Protect function against non-existent
250         image source.
251
252         * gnus-art.el (gnus-inhibit-images): New user option.
253         (gnus-mime-display-single): Don't display image if it is non-nil.
254
255         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
256         gnus-inhibit-images.
257
258         * shr.el (shr-image-displayer): New function.
259         (shr-tag-img): Use it.
260
261 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
262
263         * mml2015.el (mml2015-epg-sign): Use From header.
264
265 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
266
267         * gnus-html.el (gnus-html-wash-images): Register a displayer.
268
269         * gnus-util.el (gnus-find-text-property-region): Return markers.
270
271         * shr.el (shr-tag-img): Put a displayer in the text property.
272
273         * gnus-util.el (gnus-find-text-property-region): New utility function.
274
275         * gnus-html.el (gnus-html-display-image): Make the alt optional.
276         (gnus-html-show-images): Remove.
277
278         * gnus-art.el (gnus-article-show-images): New, more general function.
279
280         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
281         image url text properties.
282
283         * shr.el: Ditto.
284
285         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
286         gnus-agent-auto-agentize-methods is set.  Which it isn't.
287
288 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
289
290         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
291         work for two or more articles.
292
293 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
296         divide an image that's in an html article to two or more when washing
297         non-ASCII characters in alt text of it.
298
299 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
300
301         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
302         smime-decrypt-region using function argument.
303         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
304
305         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
306
307         * smime.el (smime-decrypt-region): Catch it.
308
309 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
310
311         * smime.el (smime-mode-map): Move initialization into declaration.
312         (gnus-run-mode-hooks): Don't autoload.
313         (smime-mode): Use define-derived-mode.
314
315 2010-11-11  Glenn Morris  <rgm@gnu.org>
316
317         * smime.el (from): Restrict declaration to XEmacs.
318
319         * nnir.el (gnus-group-topic-name): Autoload.
320
321 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
322
323         * shr.el (shr-insert): Don't break long line if it is because of
324         kinsoku-bol characters in the line end.
325
326 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
327
328         * nnir.el (nnir-request-move-article): Fix to provide original group
329         and subject.
330         (nnir-warp-to-article): Don't fail on articles whose headers haven't
331         been retrieved.
332
333         * gnus-sum.el (gnus-summary-move-article): Use original group and
334         subject for virtual articles such as those in an nnir summary buffer.
335
336 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
339         least 21.5).
340
341         * smime.el (from): Declare it again for XEmacs.
342
343 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
344
345         * message.el (message-resend): Don't disable encoding unless it's
346         already encoded.
347
348         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
349         low-numbered articles.
350
351 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
352
353         * rfc2047.el (rfc2047-syntax-table): Simplify.
354
355         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
356
357         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
358         set-char-table-range for XEmacs.
359
360 2010-11-10  Glenn Morris  <rgm@gnu.org>
361
362         * time-date.el (time-to-seconds): Always an alias on Emacs,
363         never a real function.
364         (with-no-warnings): Remove compat stub, now unused.
365         (time-less-p): Doc fix.
366         (time-to-number-of-days): Simplify.
367
368         * smime.el (from): Remove unused declaration.
369
370         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
371         (gnus-float-time): On Emacs, always an alias.
372
373         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
374         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
375
376 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
377
378         * dgnushack.el: Don't use ignore-errors in the top level form since it
379         is unavailable in XEmacs even if cl is loaded.
380
381         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
382
383 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
384
385         * shr.el (browse-url-mailto): Autoload.
386
387         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
388
389         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
390         regexp doesn't need quoting.
391
392 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
393
394         * message.el (message-subject-trailing-was-ask-regexp)
395         (message-subject-trailing-was-regexp): Match was: in addition to was.
396
397 2010-11-09  Glenn Morris  <rgm@gnu.org>
398
399         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
400         (nnbabyl-check-mbox): Use point-at-bol.
401
402 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
403
404         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
405
406         * message.el (message-mailto): New function.
407         (message-mailto): Should accept other parameters.
408         (message-mailto): Remove since it duplicates browse-url-mailto
409         functionality.
410
411 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
412
413         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
414         methods.
415         (gnus-read-active-file): Ditto.
416
417         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
418         ": " from the prompt.
419         (gnus-group-make-group): Ditto.
420
421 2010-11-07  Glenn Morris  <rgm@gnu.org>
422
423         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
424         (gnus-bookmark-kill-line): Use point-at-eol.
425
426 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
427
428         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
429         asterisks in From header.
430
431 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
434         string to avoid making the From headers syntactically invalid.
435
436         * message.el (message-send-mail): Don't insert courtesy messages if the
437         message already has List-Post and List-ID messages.
438
439 2010-11-06  Glenn Morris  <rgm@gnu.org>
440
441         * gnus-art.el (gnus-treat-article): Give dynamic local variables
442         `condition', `type', `length' a prefix.
443         (gnus-treat-predicate): Update for above name changes.
444
445 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
446
447         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
448         binding.  Handled by `gnus-summary-refer-thread' instead.
449         (nnir-warp-to-article): New backend function.
450
451         * nnimap.el (nnimap-request-thread): Force dependency updating.
452
453         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
454         (gnus-summary-refer-thread): Rework to improve thread-referral.
455
456         * gnus-int.el (gnus-warp-to-article): New function.
457
458         * gnus-sum.el (gnus-summary-article-map): Bind it.
459
460 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
461
462         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
463         gnus-summary-refer-thread.
464
465         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
466         headers.
467         (gnus-summary-limit-include-thread): Prevent articles in thread from
468         being cut in gnus-cut-threads.
469         (gnus-summary-refer-thread): Limit retrieved headers to those in
470         thread.
471
472 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
473
474         * message.el (message-send-mail): Use the value of
475         message-courtesy-message from the message buffer.
476
477         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
478
479         * shr.el (shr-browse-url): Implement mailto: URLs.
480
481         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
482         "raw".
483
484         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
485         if it's already selected.
486
487         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
488
489 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
490
491         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
492         to measure the length and truncate alt text.
493
494 2010-11-03  Glenn Morris  <rgm@gnu.org>
495
496         * nndiary.el (nndiary-generate-nov-databases-1)
497         (nndiary-generate-active-info): Rename dynamic variable `files' to
498         something less generic.
499
500 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
501
502         * nnir.el (nnir-request-move-article): Call the underlying backend to
503         move articles from nnir.
504
505 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
508
509 2010-11-02  Julien Danjou  <julien@danjou.info>
510
511         * nnir.el: Remove wais support.
512
513 2010-11-02  Glenn Morris  <rgm@gnu.org>
514
515         * gnus-html.el: Reorder requirements to quieten compiler.
516
517 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
518
519         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
520         properly for XEmacs as well.
521         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
522         (gnus-article-natural-long-line-p): Use window-width rather than
523         frame-width.
524
525 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
526
527         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
528         (nnir-read-parms): Don't modify query.
529         (nnir-run-query): Add ability to search topic on current line.
530         (nnir-get-active): Clean up.
531
532 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
533
534         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
535         degenerate articles.
536
537         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
538         (gnus-print-buffer): Just print the buffer as is, without any copying
539         to a buffer and then re-highlighting.
540
541         * nnimap.el (nnimap-request-group): Store the new updated info.
542         (nnimap-request-group): Select the group when we don't know whether it
543         exists or not.
544
545         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
546         groups.
547
548         * gnus-group.el (gnus-group-find-new-groups): Display all the new
549         groups.
550
551         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
552         groups.
553
554         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
555         long-lines case by only filling the long lines.
556
557         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
558         (bug #7311).
559
560 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
561
562         * shr.el: No need to declare `declare-function' since shr.el is for
563         only Emacsen that provide `libxml-parse-html-region'.
564
565         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
566         effective only in a file it is referred to.
567
568 2010-11-01  Glenn Morris  <rgm@gnu.org>
569
570         * mm-util.el (gnus-completing-read): Autoload.
571         (mm-read-coding-system): Simplify Emacs definition.
572
573         * nnmail.el (gnus-activate-group):
574         * nnimap.el (gnutls-negotiate):
575         * nntp.el (netrc-parse): Fix declarations.
576
577 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
580         string-match-p in Emacs >=23.
581
582         * gnus-msg.el (gnus-configure-posting-styles)
583         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
584
585 2010-11-01  Glenn Morris  <rgm@gnu.org>
586
587         * nnir.el (declare-function): Add compat stub.
588         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
589         (nnir-run-gmane): Require 'mm-url.
590
591         * mm-util.el (mm-string-to-multibyte): Simplify.
592
593         * shr.el (declare-function): Add compat stub.
594         (url-cache-create-filename): Declare.
595         (mm-disable-multibyte, widget-convert-button): Autoload.
596
597         * smime.el (ldap-search): Declare.
598         (smime-cert-by-ldap-1): Require ldap on Emacs.
599
600         * nnimap.el: Require nnmail, and gnus-sum when compiling.
601         (nnimap-keepalive): Use gnus-float-time.
602
603         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
604         (mail-source-delete-crash-box): Use gnus-float-time.
605
606         * gnus-dired.el (gnus-completing-read): Autoload.
607
608         * mm-view.el (gnus-rescale-image): Autoload.
609
610         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
611
612         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
613
614         * sieve-manage.el: Require 'cl when compiling.
615
616         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
617         (gnus-iswitchb-completing-read): Require iswitchb.
618         (gnus-select-frame-set-input-focus): Silence compiler.
619
620 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * message.el (message-subject-trailing-was-query): Change default to t,
623         since I think that's what most people want.
624
625         * nnimap.el (nnimap-request-accept-article): Erase buffer before
626         appending for easier debugging.
627         (nnimap-wait-for-connection): Take a regexp.
628         (nnimap-request-accept-article): Wait for the continuation line before
629         sending anything unless we're streaming.
630
631         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
632         leave the header washing to take place.
633
634 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
635
636         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
637         regular expression match and replace in posting styles.
638
639 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
640
641         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
642         an entire server.
643         (nnir-get-active): New function.
644         (nnir-run-imap): Use it.
645         (nnir-run-gmane): Who knew, gmane search returns an article score!
646
647         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
648         server on the current line with nnir.
649
650 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
653         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
654         left edge.
655         (gnus-article-foldable-buffer): Skip past the prefix when determining
656         raggedness.
657
658         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
659         the raw article, and change `C-u g' to show the article without doing
660         treatments.
661
662         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
663         on to `gnus-treat-article'.
664         (gnus-inhibit-article-treatments): New variable.
665
666         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
667
668         * gnus-art.el (gnus-treatment-function-alist): Have
669         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
670         (gnus-treat-fill-long-lines): Change default to fill all text/plain
671         sections.
672
673         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
674         parameter.
675         (gnus-article-fill-cited-long-lines): New function.
676         (gnus-article-fill-cited-article): Allow filling only long sections.
677
678         * shr.el (shr-find-fill-point): Don't break lines between punctuation
679         and non-punctuation (like after the apostrophe in "'We").
680
681         * gnus-sum.el (gnus-summary-select-article): Make sure
682         gnus-original-article-buffer is alive.
683
684         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
685         reflect the order they're in in the digest.
686
687         * gnus.el (gnus-group-startup-message): Move point to the start of the
688         buffer.
689
690         * nnimap.el (nnimap-capability): New function.
691         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
692         is set.
693
694 2010-10-31  David Engster  <dengste@eml.cc>
695
696         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
697         conform with changes to gnus-completing-read.
698
699 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
700
701         * shr.el (shr-tag-img): Output "*" instead of "[img]".
702
703 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
704
705         * nnir.el: Move defvar, defcustom around to keep file organized
706         and keep byte-compiler quiet.
707         (nnir-read-parms): Accept search-engine as arg.
708         (nnir-run-query): Pass search-engine as arg.
709         (nnir-search-engine): Remove.
710
711 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * shr.el (shr-generic): The text nodes should be text, not :text.
714
715         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
716         later in the file.
717
718 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
719
720         * nnir.el: General clean up.  Allow searching with multiple engines.
721         Allow separate extra-parameters for each engine.
722         Batch queries when possible.
723         (nnir-imap-default-search-key,nnir-method-default-engines):
724         Add customize interface.
725         (nnir-run-gmane): New engine.
726         (nnir-engines): Use it.  Qualify all prompts with engine name.
727         (nnir-search-engine): Remove global variable.
728         (nnir-run-hyrex): Restore for now.
729         (nnir-extra-parms,nnir-search-history): New variables.
730         (gnus-group-make-nnir-group): Use them.
731         (nnir-group-server): Remove in favor of gnus-group-server.
732         (nnir-request-group): Avoid searching twice.
733         (nnir-sort-groups-by-server): New function.
734
735 2010-10-30  Julien Danjou  <julien@danjou.info>
736
737         * gnus-group.el: Remove gnus-group-fetch-control.
738
739         * gnus-start.el (gnus-find-new-newsgroups):
740         Remove gnus-check-first-time-used.
741
742         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
743
744 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
745
746         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
747         set on groups that don't have \* permanentflags.
748
749 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
750
751         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
752         control the background color.
753         (shr-tag-img): Ignore very small web bug type images.
754         (shr-put-image): Add help-echo alt texts to the images.
755         (shr-tag-video): Show the video poster image.
756
757 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * shr.el (shr-table-depth): New variable.
760         (shr-tag-table-1): Only insert the images after the top-level table.
761
762         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
763
764         * gnus-util.el (gnus-list-memq-of-list): New function.
765
766         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
767         selected.
768         (nnimap-unsplittable-articles): New slot.
769         (nnimap-new-articles): Use it.
770
771 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
772
773         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
774         move to the previous line on `M-g'.
775
776 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
777
778         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
779         *-request-group, which seems unnecessary.
780
781         * nnimap.el (nnimap-quote-specials): Function copied over from
782         imap.el.
783         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
784         they support that.  Suggested by Tom Regner.
785
786 2010-10-29  Julien Danjou  <julien@danjou.info>
787
788         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
789         defalias.
790         (gnus-summary-delete-marked-with): Remove obsolete defalias.
791
792         * gnus.el: Remove `gnus-nntp-service' variable.
793         (gnus-secondary-servers): Make obsolete.
794         (gnus-nntp-server): Make obsolete.
795
796         * gnus-start.el (gnus-1): Remove x-splash calls.
797
798         * gnus-ems.el (gnus-x-splash): Remove.
799
800         * gnus.el (gnus-group-startup-message): Simplify/update code.
801
802         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
803         definition.
804
805         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
806         capability before doing anything.
807         (gnus-group-insert-group-line): Remove useless
808         gnus-group-remove-excess-properties.
809
810 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
811
812         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
813
814 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
815
816         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
817         config after reselecting.
818
819 2010-10-28  Julien Danjou  <julien@danjou.info>
820
821         * shr.el (shr-put-image): Use point even if only inserting text.
822         (shr-put-image): Save excursion when inserting alt text on non-graphic
823         display, so the behaviour is the same when we are on a graphic display.
824
825         * nnir.el (nnir-run-swish-e): Remove hyrex support.
826
827 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
830         (gnus-mime-copy-part): Check coding system, not charset.
831         (gnus-mime-view-part-externally): Never remove part.
832         (gnus-mime-view-part-internally): Don't remove part here.
833         (gnus-article-part-wrapper): Make sure MIME tag is visible.
834         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
835         multipart/alternative.
836
837         * mm-decode.el (mm-display-part): Take optional arg `force'.
838
839 2010-10-26  Julien Danjou  <julien@danjou.info>
840
841         * gnus-group.el (gnus-group-default-list-level): Add this function to
842         compute the default list level.
843         (gnus-group-default-list-level): Add possibility to use a function.
844
845 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
848
849         * gnus-group.el (gnus-group-completing-read)
850         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
851         gnus-replace-in-string.
852
853 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
854
855         * shr.el (shr-tag-div): Add.
856
857         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
858
859 2010-10-25  Julien Danjou  <julien@danjou.info>
860
861         * gnus-util.el: Remove `gnus-with-local-quit'.
862
863         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
864
865 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
866
867         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
868         the original article buffer.
869
870 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * nnimap.el (nnimap-request-head): New function.
873         (nnimap-request-move-article): Try to be slighly faster by not
874         requesting the entire message when moving.
875         (nnimap-transform-headers): Don't bug out on bodiless articles.
876         (nnimap-send-command): Have no outstanding messages if the IMAP server
877         doesn't support streaming.
878         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
879
880 2010-10-24  Julien Danjou  <julien@danjou.info>
881
882         * message.el (message-default-headers): Fix type.
883
884 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
885
886         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
887         prefetching images.
888
889         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
890         backend for unknown groups.  This is mainly useful for nnimap groups.
891
892         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
893         group isn't covered by the agent.
894
895 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
896
897         * nnir.el (nnir-method-default-engines): New variable.
898         (nnir-run-query): Use it.
899         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
900         (gnus-summary-nnir-goto-thread): Change group if needed.
901
902         * gnus-group.el (gnus-group-group-map): Add key binding for
903         gnus-group-make-nnir-group.
904
905 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
906
907         * shr.el (shr-tag-object): Add.
908
909         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
910         original article buffer live.
911         (gnus-summary-select-article-buffer):
912         Mention gnus-widen-article-buffer.
913
914 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
915
916         * shr.el (shr-tag-strong): Add.
917
918 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
921         group names.  They mess up the group buffer badly.
922
923         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
924
925         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
926         instead of the summary one.
927
928 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
929
930         * mml.el (mml-preview): Work properly when editing article.
931
932         * gnus-start.el (gnus-read-active-file-1): Don't add method to
933         gnus-have-read-active-file if it's already been in.
934
935 2010-10-22  Tom Tromey  <tromey@redhat.com>
936
937         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
938         gnus-group-completing-read.
939
940 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
941
942         * message.el (message-mode-map): Don't bind M-; to comment region, to
943         allow the global comment-dwim to work.
944
945 2010-10-21  Julien Danjou  <julien@danjou.info>
946
947         * message.el (message-setup-1): Allow message-default-headers to be a
948         function.
949
950 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
951
952         * shr.el (shr-tag-table): Simplify.
953
954 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
957         to avoid trying to snarf invalid stuff.
958
959         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
960
961         * gnus.el (gnus-message-archive-group): Quote value.
962         (gnus-message-archive-group): Mark as changed.
963
964         * shr.el (shr-add-font): Don't put the font properties on the newline
965         or the indentation.
966
967         * message.el (message-fix-before-sending): Change options when sending
968         non-printable characters.
969
970         * gnus.el (gnus-message-archive-method): Change the default to
971         monthly outgoing groups.
972
973         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
974         that have gotten new numbers.
975
976         * nnimap.el (nnimap-request-replace-article): New function.
977
978 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
979
980         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
981         (nnrss-request-article): Don't use special html washing code.
982
983 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
984
985         * shr.el (shr-tag-table): Remove useless nconc.
986
987 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-art.el (article-wash-html): Simplify and remove the charset
990         stuff.  Use the normal html rendering code instead of the special html
991         washing code.
992
993         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
994         `gnus-w3m' symbols.
995         (mm-text-html-washer-alist): Remove.
996
997         * mm-decode.el (mm-inline-text-html-renderer): Remove.
998         (mm-inline-media-tests): Remove use.
999         (mm-text-html-renderer): Change default to the `shr' symbol.
1000
1001         * mm-view.el (mm-inline-text-html): Remove use.
1002
1003         * gnus-art.el (gnus-blocked-images): New function.  Allow the
1004         `gnus-blocked-images' to be a function.
1005         (gnus-article-wash-function): Remove.
1006
1007 2010-10-20  Julien Danjou  <julien@danjou.info>
1008
1009         * spam.el (spam-list-of-processors): Mark as obsolete.
1010
1011         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
1012         (nnimap-insert-partial-structure): Fix boundary detection.
1013
1014 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
1015
1016         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
1017         run file-truename on remote files.  This can be expensive and even
1018         prevent one from editing drafts if some unrelated buffer has a stale
1019         connection.
1020
1021 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1022
1023         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
1024         kinsoku-eol regardless of shr-kinsoku-shorten.
1025         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
1026         (shr-tag-table): Support caption, thead, and tfoot.
1027
1028 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1029
1030         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
1031         lines.
1032         (shr-save-contents): New command and keystroke.
1033
1034         * nndoc.el (nndoc-type-alist): Add git support.
1035         (nndoc-git-type-p): New function.
1036         (nndoc-transform-git-article): Ditto.
1037         (nndoc-transform-git-headers): Ditto.
1038         (nndoc-transform-git-headers): Generate Subject headers.
1039
1040         * shr.el (shr-parse-style): New function.
1041         (shr-tag-span): Ditto.
1042
1043         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
1044         to `G G' to avoid collisions.
1045
1046 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1047
1048         * shr.el: Load kinsoku if necessary.
1049         (shr-kinsoku-shorten): New internal variable.
1050         (shr-find-fill-point): Make kinsoku shorten text line if
1051         shr-kinsoku-shorten is bound to non-nil.
1052         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
1053         shr-indentation too when testing if table is wider than frame width.
1054         (shr-insert-table): Use `string-width' instead of `length' to measure
1055         text width.
1056         (shr-insert-table-ruler): Make sure indentation is done at bol.
1057
1058 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
1059
1060         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
1061         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
1062         undecoded network data.
1063
1064 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065
1066         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
1067         name in the mode line spec so that the mode line menu works
1068         (bug #2431).
1069
1070         * message.el (message-get-reply-headers): If we're fed `to-address',
1071         then always use that.
1072
1073         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
1074         aren't so wide as to need to switch off the edit menu.
1075
1076         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
1077         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
1078
1079         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
1080         `M-g'.
1081         (nnimap-update-info): Update flags/read marks even if \* isn't part of
1082         the permanent marks.
1083
1084 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
1085
1086         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
1087         Splitting according to references/in-reply-to obeys the ignore-groups
1088         variable, while splitting by sender and subject do not.
1089
1090 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1091
1092         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
1093         alist, so that we can look for non-Unicode chars.
1094         (article-translate-strings): Allow both character and string maps.
1095
1096 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * shr.el (shr-insert): Don't insert space behind a wide character
1099         categorized as kinsoku-bol, or between characters both categorized as
1100         nospace.
1101
1102 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
1103
1104         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
1105         headers to gnus-newsgroup-headers.
1106
1107 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1108
1109         * shr.el (shr-tag-img): Don't align images -- since we're not
1110         rescaling, this often leads to ugly displays.
1111
1112 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
1113
1114         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
1115         duplicates.
1116
1117 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
1118
1119         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
1120         call.
1121
1122 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus.el: Autoload gnus-html-show-images.
1125
1126         * nnimap.el: Use nnheader-message throughout.
1127
1128         * shr.el (shr-tag-img): Ignore images with no data.
1129
1130 2010-10-15  Julien Danjou  <julien@danjou.info>
1131
1132         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1133         a possibility to disable format=flow encoding when using hard newlines.
1134
1135 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1136
1137         * shr.el (shr-insert): Remove space inserted before or after a
1138         breakable character or at the beginning or the end of a line.
1139         (shr-find-fill-point): Do kinsoku; find the second best point or give
1140         it up if there's no breakable point.
1141
1142 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1143
1144         * nnimap.el (nnimap-open-connection): Message when opening connection
1145         for debugging purposes.
1146
1147         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1148         on every setup buffer call to allow this to change from article to
1149         article.
1150
1151         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1152         buffers where we have a wide table.
1153
1154 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1155
1156         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1157         uses *-request-thread.
1158
1159 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1160
1161         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1162         incantation, which is no longer valid.
1163
1164 2010-10-14  Julien Danjou  <julien@danjou.info>
1165
1166         * shr.el: Fix defcustom type (char -> character).
1167
1168 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1169
1170         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1171         programs.
1172
1173 2010-10-14  Julien Danjou  <julien@danjou.info>
1174
1175         * shr.el (shr-tag-a): Use url-link as widget type.
1176
1177         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1178         `gnus-group-get-icon'.
1179
1180 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1181
1182         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1183         This should make server editing work better.
1184
1185         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1186
1187         * tls.el (tls-program): Remove spurious %s from openssl.
1188
1189         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1190         (nnimap-parse-flags): Fix regexp.
1191
1192         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1193         probably work for CJVK text, too.
1194
1195         * nnimap.el (nnimap-extend-tls-programs): Remove.
1196         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1197
1198         * tls.el (tls-starttls-switches): Remove starttls hack.
1199         (open-tls-stream): Ditto.
1200         (tls-find-starttls-argument): Ditto.
1201
1202 2010-10-13  Julien Danjou  <julien@danjou.info>
1203
1204         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1205         responses.
1206
1207 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1208
1209         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1210
1211         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1212         anything in Emacs.
1213
1214         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1215
1216 2010-10-13  Julien Danjou  <julien@danjou.info>
1217
1218         * shr.el (shr-width): Make shr-width a defcustom with default to
1219         fill-column.
1220         (shr-tag-img): Use shr-width rather than fill-column.
1221
1222 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * dgnushack.el (byte-optimize-apply)
1225         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1226
1227         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1228         position when (X-)Faces exist.
1229         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1230         avatars when called interactively.
1231
1232 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1235         gnus-article-x-face-too-ugly is bound.
1236
1237 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238
1239         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1240
1241         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1242         mailbox that doesn't exist.
1243
1244 2010-10-12  Julien Danjou  <julien@danjou.info>
1245
1246         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1247         (shr-get-image-data): Encode URL properly when fetching from cache.
1248         (shr-tag-img): Use aligned-to spaces to align correctly images.
1249
1250         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1251         before inserting the Gravatar.
1252
1253         * shr.el (shr-tag-img): Add align attribute support for <img>.
1254
1255 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1256
1257         * gnus-gravatar.el (gnus-art): Require.
1258
1259         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1260         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1261         Remove long obsoleted functions.
1262
1263 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1264
1265         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1266
1267         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1268
1269         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1270         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1271         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1272         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1273         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1274         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1275         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1276
1277 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1278
1279         * nnimap.el (nnimap-request-rename-group): Select group read-only
1280         before renaming it.
1281
1282         * shr.el (shr-insert): Fix up the white space only regexp.
1283
1284         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1285         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1286
1287         * shr.el (shr-current-column): New function.
1288         (shr-find-fill-point): New function.
1289
1290 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1291
1292         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1293         numbers.
1294
1295 2010-10-11  Julien Danjou  <julien@danjou.info>
1296
1297         * shr.el (shr-hr-line): Add.
1298         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1299         display hr lines.
1300         (shr-max-columns): Do not change state to nil if we just inserting
1301         spaces.
1302
1303 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1304
1305         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1306         select the last group.
1307
1308 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1309
1310         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1311
1312 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1313
1314         * dig.el (dig-mode-map): Declare and define in one step.
1315
1316 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1319         for Gnus.
1320         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1321         (nnimap-update-qresync-info): Mark \Seen articles as read.
1322
1323         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1324         non-variable, too.
1325
1326         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1327         available.
1328         (nnimap-update-info): Rely more on the current active than the param
1329         active to avoid marking articles as read too much.
1330
1331         * auth-source.el (auth-source-create): Use (user-login-name) for the
1332         user name default.
1333
1334         * nnimap.el (nnimap-update-info): If the server doesn't return any
1335         useful info, just use the previous info.
1336         (nnimap-update-info): Prefer old info over start-article.
1337         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1338
1339 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1340
1341         * nnir.el (autoload): Clean up autoloads.
1342         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1343         Use key rather than value.
1344         (nnir-imap-search-other): New variable.
1345         (nnir-read-parm): Use it.
1346         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1347         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1348
1349 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1350
1351         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1352         the process, too.
1353
1354 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1355
1356         * spam.el (gnus-summary-mode-map): Bind to "$".
1357         Suggested by Russ Allbery.
1358
1359         * shr.el: Rework the way things are indented by <li> slightly.
1360
1361         * gnus.el (gnus-group-set-parameter): Fix typo.
1362
1363         * nnimap.el: Start implementing QRESYNC support.
1364
1365 2010-10-09  Julien Danjou  <julien@danjou.info>
1366
1367         * nnir.el (nnir-engines): Fix too many arguments.
1368
1369 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1372         group is the "last", so that the backends like nnfolder actually save
1373         their folders.
1374
1375         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1376         try to use that for the tls stream.
1377         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1378         UIDVALIDITY and find out which groups are read-only and not.
1379         (nnimap-get-flags): Use the same marks parsing code as the rest of
1380         nnimap.
1381
1382 2010-10-09  Julien Danjou  <julien@danjou.info>
1383
1384         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1385
1386         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1387         retrieving gravatars.
1388
1389         * shr.el (shr-table-corner): Add.
1390         (shr-table-line): Add.
1391         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1392
1393 2010-10-08  Julien Danjou  <julien@danjou.info>
1394
1395         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1396
1397 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1398
1399         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1400
1401         * gnus-sum.el (gnus-mark-article-as-unread)
1402         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1403         (gnus-summary-set-bookmark): Use it.
1404
1405         * gnus-msg.el (gnus-setup-message): Use it.
1406
1407         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1408
1409         * gnus.el (gnus-group-remove-parameter): Use it.
1410
1411         * gnus-group.el (gnus-group-make-web-group): Use it.
1412
1413         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1414
1415         * nnregistry.el: Update docs to mention manual.
1416
1417         * gnus-registry.el: Update docs to mention nnregistry.el.
1418         (gnus-registry-initialize): Don't install nnregistry refer method
1419         automatically.
1420         (gnus-registry-install-nnregistry): Remove it.
1421
1422 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * shr.el (shr-insert): Don't insert double spaces.
1425
1426 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1427
1428         * gnus-gravatar.el (gnus-treat-from-gravatar)
1429         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1430         called interactively.
1431
1432         * gnus-art.el (gnus-mime-view-part-externally)
1433         (gnus-mime-view-part-internally): Make predicate function passed to
1434         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1435         of a mime type.
1436
1437         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1438
1439 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1440
1441         * shr.el (require): Require cl when compiling.
1442         (shr-tag-hr): New function.
1443
1444         * nnimap.el (nnimap-update-info): Remove double setting of high.
1445         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1446         This makes nnimap work properly on Courier again.
1447
1448         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1449         the variable for backwards compatability.
1450
1451         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1452         the file name before using to avoid setting mm-default-directory to
1453         nil.
1454
1455         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1456         bidning gnus-agent variables.
1457
1458         * shr.el (shr-render-td): Use a cache for the table rendering function
1459         to avoid getting an exponential rendering behaviour in nested tables.
1460         (shr-insert): Rework the line-breaking algorithm.
1461         (shr-insert): Don't leave trailing spaces.
1462         (shr-insert-table): Also insert empty TDs.
1463         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1464
1465 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1466
1467         * gnus-sum.el (gnus-number): Rename from `number'.
1468         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1469         (gnus-summary-limit-children): Update uses correspondingly.
1470
1471 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1472
1473         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1474         (gnus-gravatar-transform-address): Don't show avatars of people of
1475         which mail addresses match gnus-gravatar-too-ugly.
1476
1477 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478
1479         * shr.el (shr-table-widths): Expand TD elements to fill available
1480         space.
1481
1482 2010-10-07  Julien Danjou  <julien@danjou.info>
1483
1484         * nnimap.el (nnimap-request-rename-group): Add this method.
1485
1486 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1487
1488         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1489         name from XEmacs' function-arglist.
1490
1491         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1492         gravatar under XEmacs.
1493
1494 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1495
1496         * auth-source.el: Update docs with TODO items.
1497
1498         * gnus-sync.el: Update docs to explain state and plans.
1499
1500         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1501         Hooks for mark updates.
1502         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1503
1504         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1505         hooks with arguments, which is needed for mark update hooks.
1506
1507 2010-10-06  Julien Danjou  <julien@danjou.info>
1508
1509         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1510         was matched.
1511
1512         * sieve-manage.el: Update example in `Commentary'.
1513
1514         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1515
1516         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1517         not 2000.
1518         (sieve-manage-authenticate): Re-add function.
1519
1520 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * shr.el (shr-insert): Get 'space transition right.
1523         (shr-render-td): Only delete space at the end of the TD.
1524
1525         * nnimap.el (nnimap-open-connection): Prepare to support
1526         open-gnutls-stream.
1527
1528         * shr.el: Rearrange function order to be more logical.
1529
1530 2010-10-06  Julien Danjou  <julien@danjou.info>
1531
1532         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1533         (nnrss-discover-feed): Remove 404 URL in docstring.
1534
1535         * nnir.el: Fix Swish-E URL.
1536         Fix Namazu URL.
1537
1538         * message.el (message-change-subject): Remove 404 URL in a comment.
1539
1540 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1541
1542         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1543         called interactively.
1544
1545         * gnus-util.el (gnus-remove-if): Allow hash table.
1546         (gnus-remove-if-not): New function.
1547
1548         * gnus-art.el (gnus-mime-view-part-as-type)
1549         * gnus-score.el (gnus-summary-score-effect)
1550         * gnus-sum.el (gnus-read-move-group-name):
1551         Replace remove-if-not with gnus-remove-if-not.
1552
1553         * gnus-group.el (gnus-group-completing-read):
1554         Regard collection as a hash table if it is not a list.
1555
1556 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557
1558         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1559
1560         * shr.el: Document the table-rendering algorithm.
1561
1562 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1563
1564         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1565         for Emacsen having no `libxml-parse-html-region' support.
1566
1567 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1570         invalid URLs.
1571
1572         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1573         line-broken.
1574         (shr-tag-img): Ignore image fetching errors.
1575         (shr-overlays-in-region): Compute overlay positions correctly.
1576
1577         * mm-decode.el (mm-shr): Require shr.
1578
1579         * gnus-art.el (gnus-blocked-images): Move variable here.
1580
1581         * shr.el (shr-insert-table): Bind free variable.
1582
1583         * mm-decode.el (mm-shr): Bind shr-content-function.
1584
1585         * shr.el (shr-content-function): New variable.
1586
1587         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1588         added for symmetry.
1589
1590         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1591
1592         * gnus-group.el (gnus-group-make-group): Doc fix.
1593
1594         * nnimap.el (nnimap-request-newgroups): Return success.
1595
1596         * shr.el (shr-find-elements): New function.
1597         (shr-tag-table): Put all the images after the table.
1598         (shr-tag-table): Really inhibit images inside the table.
1599         (shr-collect-overlays): Copy over overlays from the TD elements to the
1600         main document.
1601
1602         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1603         gnus-blocked-images.
1604
1605 2010-10-05  Julien Danjou  <julien@danjou.info>
1606
1607         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1608
1609         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1610         (gnus-html-maximum-image-size): Add this function.
1611         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1612
1613         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1614         server-value of the capability is nil.
1615
1616 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1617
1618         * shr.el (shr-tag-em): Add <EM> tag.
1619
1620 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1621
1622         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1623         customizable.
1624
1625         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1626         handing broken links to browse-url.
1627
1628 2010-10-05  Julien Danjou  <julien@danjou.info>
1629
1630         * gnus-util.el (gnus-emacs-completing-read)
1631         (gnus-iswitchb-completing-read): Use autoload rather than require.
1632
1633 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1634
1635         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1636         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1637         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1638         iswitchb-temp-buflist for XEmacs.
1639
1640         * gnus-util.el (gnus-completing-read-function): Exclude
1641         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1642         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1643         XEmacs.
1644
1645         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1646         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1647
1648         * gnus-html.el: Don't require help-fns under XEmacs.
1649         (gnus-html-schedule-image-fetching): Work for XEmacs.
1650
1651         * mm-decode.el (mm-shr): Decode contents by charset.
1652
1653 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1656         unknown.
1657
1658         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1659         (shr-get-image-data): Ensure against the cache file missing.
1660
1661         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1662         for data.
1663
1664         * spam-report.el (spam-report-url-ping-plain): Don't query about
1665         killing the process.
1666
1667         * shr.el (shr-render-td): Protect against too-wide text.
1668
1669 2010-10-04  Julien Danjou  <julien@danjou.info>
1670
1671         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1672         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1673
1674         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1675         retrieved.
1676
1677 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1678
1679         * shr.el (browse-url): Require.
1680         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1681         lines.
1682         (shr-show-alt-text, shr-browse-image): New commands.
1683         (shr-browse-url, shr-copy-url): New commands.
1684
1685         * gnus-sum.el (gnus-widen-article-window): New variable.
1686         (gnus-summary-select-article-buffer): Use it.
1687
1688         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1689         without @ signs.
1690
1691 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1692
1693         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1694
1695 2010-10-04  Julien Danjou  <julien@danjou.info>
1696
1697         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1698         for XEmacs.
1699
1700 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1703
1704         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1705         (nnimap-close-server): Implement.
1706
1707         * dgnushack.el (iswitchb): Require to shut up the compiler.
1708
1709         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1710         (shr-insert): Tweak line breaking.
1711         (shr-insert): Handle <pre> better.
1712         (shr-tag-li): Get <li> indentation right.
1713         (shr-tag-li): Get <li> indentation even righter.
1714         (shr-tag-blockquote): Ensure paragraph start.
1715         (shr-make-table): Tweak table generation.
1716         (shr-make-table): Fix typo.
1717
1718         * shr.el: Implement table rendering.
1719
1720 2010-10-04  Julien Danjou  <julien@danjou.info>
1721
1722         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1723
1724 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1725
1726         * shr.el (shr-insert): Use string anchors instead of line anchors.
1727
1728 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1729
1730         * shr.el: Add headings.
1731         (shr-ensure-paragraph): Actually work.
1732         (shr-tag-li): Make <ul> prettier.
1733         (shr-insert): Get white space at the beginning/end of elements right.
1734         (shr-tag-p): Collapse subsequent <p>s.
1735         (shr-ensure-paragraph): Don't insert double line feeds after blank
1736         lines.
1737         (shr-insert): \t is also space.
1738         (shr-tag-s): Fix "s" tag name function.
1739         (shr-tag-s): Fix face prop name.
1740
1741 2010-10-03  Julien Danjou  <julien@danjou.info>
1742
1743         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1744
1745         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1746         gnus-window-inside-pixel-edges.
1747
1748         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1749         gnus-ems.
1750
1751         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1752
1753         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1754         function.
1755
1756         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1757         resize choice.
1758
1759 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760
1761         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1762         beginning of the buffer.
1763
1764         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1765         article buffer again.
1766
1767         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1768
1769         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1770         when it's at the start of the buffer.
1771
1772         * shr.el (shr-tag-blockquote): Convert name.
1773         (shr-rescale-image): Use the right image-size variant.
1774
1775         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1776         buffer isn't shown, then select the current article first instead of
1777         bugging out.
1778         (gnus-summary-select-article-buffer): Show both the article and summary
1779         buffers again.
1780
1781         * shr.el (shr-fontize-cont): Protect against regions with no text.
1782         Rename tag functions to shr-tag-* for enhanced security.
1783         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1784
1785 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1786
1787         * shr.el (shr-insert):
1788         * pop3.el (pop3-movemail):
1789         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1790         loaded.
1791
1792 2010-10-03  Glenn Morris  <rgm@gnu.org>
1793
1794         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1795
1796         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1797
1798         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1799
1800         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1801
1802         * gnus-util.el (gnus-make-local-hook): Simplify.
1803
1804 2010-10-02  Julien Danjou  <julien@danjou.info>
1805
1806         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1807         (gnus-ido-completing-read): New function.
1808         (gnus-emacs-completing-read): New function.
1809         (gnus-completing-read): Use gnus-completing-read-function.
1810         Add gnus-completing-read-function.
1811
1812 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1813
1814         * shr.el (shr-insert-document): Autoload.
1815         (shr-img): Be silent.
1816         (shr-insert): Add a newline after every picture before text.
1817         (shr-add-font): Use overlays for combining faces.
1818         (shr-insert): Pass upwards the text start point.
1819
1820         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1821         possible.
1822         (mm-shr): New function.
1823
1824 2010-10-02  Julien Danjou  <julien@danjou.info>
1825
1826         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1827         should go backward.
1828
1829 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1830
1831         * shr.el (shr): Fix typo in provide call.
1832
1833 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1834
1835         * shr.el: New file.
1836
1837         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1838
1839         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1840         completing read.
1841
1842 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1843
1844         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1845         we're being queried about.  Suggested by Dan Jacobson.
1846
1847         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1848         Suggested by Jason Eisner.
1849
1850         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1851         table, too.  Suggested by Stefan Wiens.
1852         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1853         the table unnecessary.  Suggested by Stefan Wiens.
1854
1855         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1856         longer needed, and probably doesn't work either, as pointed out by
1857         Stefan Wiens.
1858         (gnus-summary-exit): Remove call to the clearing function.
1859         (gnus-summary-exit-no-update): Ditto.
1860
1861         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1862         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1863         Reported by Stefan Monnier.
1864         (gnus-summary-save-in-rmail): Ditto.
1865
1866         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1867         article buffer, instead of both the article buffer and the summary
1868         buffer.  Sort of suggested by Dan Jacobson.
1869
1870         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1871
1872         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1873         Suggested by Dan Jacobson.
1874
1875         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1876         documentation clearer.
1877
1878         * message.el (message-shorten-references): Comment on the number "21".
1879         Suggested by Stefan Monnier.
1880
1881         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1882         Suggested by Dan Jacobson.
1883
1884         * gnus.el (gnus-large-newsgroup):
1885         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1886
1887         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1888         externalize attachments.  Bug reported by Steve Wen.
1889
1890         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1891         really message anything to the user.
1892
1893         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1894         directly.
1895
1896         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1897         messages in empty groups.
1898
1899 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1900
1901         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1902         non-UIDNEXT group.
1903
1904 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1905
1906         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1907         not the value from the collection.
1908
1909         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1910         values.  This sometimes happens on some groups that have no info.
1911         (nnimap-request-newgroups): New function.
1912
1913 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1914
1915         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1916         check into `gnus-registry-initialize'.
1917         (gnus-registry-initialize): Ditto.
1918         Fix and extend header docs.
1919
1920 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1921
1922         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1923         regexp backtrace overflows.
1924
1925         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1926         for starttls that tls.el implements; i.e. openssl.
1927
1928         * tls.el (tls-starttls-switches): Give up on using starttls with
1929         gnutls-cli.
1930         (tls-program): Add --insecure to be consistent with the defaults from
1931         openssl s_client.  Now all three commands are insecure.
1932
1933 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1934
1935         * lpath.el: Bind completion-styles-alist for XEmacs.
1936
1937         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1938         (gravatar-create-image): New function that's an alias to
1939         gnus-xmas-create-image, gnus-create-image, or create-image.
1940         (gravatar-data->image): Use it.
1941
1942 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1943
1944         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1945         install the nnregistry refer method.
1946         (gnus-registry-install-hooks): Use it.
1947         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1948         unfollowed groups.
1949
1950 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1951
1952         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1953         expanding threads.
1954
1955 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1956
1957         * nnir.el: Use the server names without suffixes (bug #7009).
1958
1959         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1960         unencrypted to STARTTLS, if possible.
1961
1962 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1963
1964         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1965         headers before superseding.
1966
1967 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1968
1969         * nnrss.el (nnrss-use-local): Add documentation.
1970
1971         * nnimap.el (nnimap-extend-tls-programs): New function.
1972         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1973         (nnimap-wait-for-connection): Accept the greeting from the stupid
1974         output from openssl s_client -starttls, too.
1975
1976         * tls.el (tls-starttls-switches): New variable.
1977         (tls-find-starttls-argument): Use it.
1978         (open-tls-stream): Ditto.
1979
1980         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1981         (netrc-machine): Ditto.
1982
1983         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1984         article number.
1985         (nnimap-split-fancy): New variable.
1986         (nnimap-split-incoming-mail): Use it.
1987
1988         * nntp.el (nntp-server-list-active-group): Document.
1989
1990         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1991         SELECT to get the message-id.
1992
1993         * mail-source.el (mail-sources): Remove webmail support.
1994         (defvar): Ditto.
1995         (mail-source-fetcher-alist): Ditto.
1996         (mail-source-fetch-webmail): Remove.
1997
1998         * webmail.el: Remove -- doesn't seem relevant any more.
1999
2000         * gnus.el: Fix up make-obsolete-variable declarations throughout.
2001
2002         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
2003         the \r.
2004
2005 2010-09-30  Julien Danjou  <julien@danjou.info>
2006
2007         * gnus-agent.el (gnus-agent-add-group): Fix call to
2008         gnus-completing-read.
2009
2010 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2011
2012         * nndoc.el (nndoc-retrieve-groups): New function.
2013
2014         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
2015         `default', use nnmail-split-methods.
2016         (nnimap-request-article): Downcase the NILs so that they are nil.
2017
2018         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
2019         symbol.
2020
2021         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
2022         code, since if the user has requested network, that's what they ought
2023         to get.
2024         (nnimap-request-set-mark): Erase the buffer before issuing commands.
2025         (nnimap-split-rule): Mark as obsolete.
2026
2027         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
2028         New variable.
2029
2030         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
2031         correct slot, too.
2032
2033 2010-09-29  Julien Danjou  <julien@danjou.info>
2034
2035         * gnus.el (gnus-local-domain): Declare variable obsolete.
2036
2037         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
2038         Fix history computing.
2039         (gnus-ido-completing-read): Require ido.
2040
2041 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * gnus-registry.el: Don't prompt on load, which makes it impossible to
2044         build Gnus.
2045
2046         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
2047         when interpreting the structures.
2048         (nnimap-request-accept-article): Add \r\n to the lines to make this
2049         work with Cyrus.
2050
2051         * nndraft.el (nndraft-request-expire-articles): Use the group name
2052         instead if "nndraft".  Fix found by Nils Ackermann.
2053
2054 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
2055
2056         * nnregistry.el: Add.
2057
2058 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2059
2060         * nnmail.el (group, group-art-list, group-art):
2061         Remove unneeded directives.
2062
2063 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
2066         (mm-mime-charset)
2067         * rfc2047.el (rfc2047-syntax-table)
2068         * utf7.el (utf7-utf-16-coding-system): Comment fix.
2069
2070         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
2071         rather than `insert-file-contents' and `eval-region'.
2072
2073         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
2074         construction.
2075
2076         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
2077
2078         * time-date.el: No need to require cl for Emacs 21.
2079
2080 2010-09-29  Julien Danjou  <julien@danjou.info>
2081
2082         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
2083         replacement of `gnus-gravatar-relief' to mimic
2084         `gnus-faces-properties-alist'.
2085         Add :version property.
2086
2087 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2088
2089         * mail-source.el (mail-source-report-new-mail)
2090         * message.el (message-default-mail-headers)
2091         * mm-decode.el (mm-valid-image-format-p): Comment fix.
2092
2093         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
2094
2095 2010-09-28  Julien Danjou  <julien@danjou.info>
2096
2097         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
2098         mail-address contains the same string as real-name.
2099
2100         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
2101         non-blank in header, otherwise it'll get stripped.
2102
2103         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
2104         real-name, and then for mail address rather than doing : or , search.
2105
2106 2010-09-27  Julien Danjou  <julien@danjou.info>
2107
2108         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
2109         right completing-read function.
2110         (gnus-use-ido): New variable
2111         (gnus-completing-read-with-default): Remove.
2112         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
2113         (gnus-agent-add-group):
2114         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
2115         * mm-view.el (mm-view-pkcs7-decrypt):
2116         * mm-util.el (mm-codepage-setup):
2117         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
2118         * mml-smime.el (mml-smime-openssl-sign-query):
2119         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
2120         (mml-insert-multipart):
2121         * gnus-msg.el (gnus-summary-yank-message):
2122         * gnus-int.el (gnus-start-news-server):
2123         * mm-decode.el (mm-interactively-view-part):
2124         * gnus-dired.el (gnus-dired-attach):
2125         * gnus.el (gnus-read-method):
2126         * gnus-bookmark.el (gnus-bookmark-jump):
2127         * gnus-art.el (gnus-mime-view-part-as-type)
2128         (gnus-mime-action-on-part, gnus-article-encrypt-body):
2129         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
2130         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
2131         * nnmairix.el (nnmairix-create-server-and-default-group)
2132         (nnmairix-update-groups, nnmairix-get-server)
2133         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2134         (nnmairix-get-group-from-file-path):
2135         * nnrss.el (nnrss-find-rss-via-syndic8):
2136         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2137         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2138         (gnus-group-browse-foreign-server):
2139         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2140         (gnus-summary-execute-command, gnus-summary-respool-article)
2141         (gnus-read-move-group-name):
2142         * gnus-score.el (gnus-summary-increase-score)
2143         (gnus-summary-score-effect):
2144         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2145
2146 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2147
2148         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2149         x-focus-frame.
2150
2151         * nnimap.el (auth-source-forget-user-or-password)
2152         (auth-source-user-or-password): Autoload.
2153
2154         * message.el (message-from-style, message-interactive)
2155         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2156         (message-yank-prefix, message-indentation-spaces, message-signature)
2157         (message-signature-file): Add comment.
2158
2159 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2160
2161         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2162         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2163         new articles.
2164
2165         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2166         parts.
2167         (nnimap-request-article): Work with the t setting, too.
2168
2169         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2170         that you don't get flashes of other buffers.
2171         (gnus-summary-show-complete-article): Intern before setting.
2172
2173 2010-09-27  David Engster  <dengste@eml.cc>
2174
2175         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2176         well as HEADERS.
2177         (nnmairix-retrieve-headers): Provide new argument for the above.
2178
2179 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2180
2181         * gnus-sum.el (gnus-summary-move-article): Don't alter
2182         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2183         group.
2184
2185         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2186
2187         * message.el (message-cite-prefix-regexp): Revert my last edit.
2188
2189         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2190         variable instead of the Gnus variable.
2191
2192         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2193
2194         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2195
2196         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2197         since some servers don't like it.
2198         (nnimap-open-connection): Forget credentials if the server says the
2199         password was wrong.
2200         (nnimap-parse-line): Protect against invalid data.
2201
2202         * gnus-sum.el (gnus-summary-move-article): Add comment.
2203         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2204         nothing alters it while scanning for new messages.
2205
2206         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2207         which may or may not help.
2208         (nnimap-open-connection): If we're doing a stream connection, and then
2209         discover we're on a STARTTLS-capable server, then open a STARTTLS
2210         connection instead.
2211
2212 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213
2214         * nnimap.el (utf7): Require.
2215
2216         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2217         prefix.
2218
2219 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2220
2221         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2222
2223 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2224
2225         * nnimap.el (nnimap-request-accept-article): Message the error on
2226         error.
2227
2228 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2229
2230         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2231
2232 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * nndoc.el (nndoc-request-list): Return success always.
2235
2236         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2237         `fetch-old' -- we only want to fetch the articles we've requested.
2238         The rest are in the agent, probably.
2239         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2240         disappeared server" to something low.  It's not important.
2241
2242         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2243         arrived before the FETCH data.
2244
2245         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2246         target here, because we don't know the Gnus name of the group.
2247
2248         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2249         for the correct group.
2250
2251         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2252
2253         * gnus.el (gnus): Give a final warning after startup.
2254
2255         * gnus-util.el (gnus-action-message-log): New variable.
2256         (gnus-message): Use it.
2257         (gnus-final-warning): New function.
2258
2259         * nnimap.el (nnimap-open-connection): Record the greeting.
2260         (nnimap): Add greeting.
2261
2262 2010-09-26  Julien Danjou  <julien@danjou.info>
2263
2264         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2265         arguments.
2266         (gnus-html-wash-images): Fix spec computing to include start/end.
2267
2268         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2269
2270 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2271
2272         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2273         deletion.
2274         (nnimap-retrieve-headers): Don't select the group, because that's
2275         already done by nnimap-possibly-change-group.
2276
2277         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2278         (gnus-picon-transform-address): Use it.
2279
2280         * mail-source.el (mail-source-value): Revert previous patch.
2281
2282         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2283         on failure.
2284         (nnimap-open-connection): Look up both virtual and physical server name
2285         credentials.
2286
2287         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2288
2289 2009-02-07  Dave Love  <fx@gnu.org>
2290
2291         * tls.el (open-tls-stream): Don't query killing process.
2292
2293 2009-02-08  Dave Love  <fx@gnu.org>
2294
2295         * gnus-win.el (gnus-window-to-buffer-helper)
2296         (gnus-all-windows-visible-p): Function needn't be a symbol.
2297
2298         * mail-source.el (mail-source-value): Function needn't be a symbol.
2299
2300 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301
2302         * message.el (message-cite-prefix-regexp): Remove } from the cite
2303         prefix.
2304
2305         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2306         highlight again, so that the highlight is correct.
2307
2308         * gnus-picon.el (gnus-picon): Remove again.
2309         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2310
2311         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2312         doing the header highlightling, so that the background colour of the
2313         picon is correct.
2314
2315         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2316         (gnus-picon): Ditto.
2317         (gnus-picon): Reinstate.  The background colour for picons is white.
2318         (gnus-picon-insert-glyph): Make the background white.
2319
2320         * nnml.el (nnml-open-nov): Don't return dead buffers.
2321
2322         * auth-source.el (auth-source-create): Query the user for whether to
2323         store the credentials.
2324
2325         * netrc.el (netrc-store-data): New function.
2326
2327         * auth-source.el (auth-source-user-or-password): Use the existing auth
2328         sources, if any, for creation.
2329
2330         * gnus.el (gnus-group-fast-parameter): Return the last matching
2331         parameter instead of the first matching parameter.
2332
2333 2010-09-26  Julien Danjou  <julien@danjou.info>
2334
2335         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2336
2337 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2338
2339         * mml2015.el (mml2015-use): Remove gpg support.
2340
2341         * mml1991.el (mml1991-function-alist): Remove gpg function.
2342         (mml1991-gpg-sign): Remove.
2343
2344 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2345
2346         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2347         (gnus-browse-unsubscribe-current-group): Document it.
2348         (gnus-browse-unsubscribe-group): Use it.
2349
2350 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2353         address to the To list for easier response.
2354
2355         * gnus.el (gnus-play-startup-jingle): Remove.
2356         (gnus-splash): Don't play jingle.
2357         (gnus): Silence gnus-load message.
2358
2359         * gnus-art.el (gnus-treat-play-sounds): Remove.
2360
2361         * gnus.el (gnus-play-jingle): Remove audio support.
2362
2363         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2364
2365         * earcon.el: Remove -- no users.
2366
2367         * gnus-audio.el: Remove -- no users of this package.
2368
2369         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2370
2371         * gnus-start.el (gnus-setup-news): Remove nocem support.
2372
2373         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2374
2375         * gnus.el (gnus-use-nocem): Remove.
2376
2377         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2378         Remove.
2379
2380         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2381         uses NoCeM any more.
2382
2383         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2384         (gnus-button-ctan-handler): Ditto.
2385         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2386         (gnus-button-ctan-directory-regexp): Ditto.
2387         (gnus-button-handle-ctan): Ditto.
2388         (gnus-button-tex-level): Ditto.
2389         (gnus-button-alist): Remove CTAN stuff.
2390
2391 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2392
2393         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2394         nnimap-streaming test.
2395
2396         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2397         servers twice.
2398
2399         * nnimap.el (nnimap-open-connection): Add more error reporting when
2400         nnimap fails early.
2401
2402         * nnheader.el (nnheader-get-report-string): New function.
2403         (nnheader-get-report): Use it.
2404
2405         * gnus-int.el (gnus-check-server): Say what the error was when opening
2406         failed.
2407
2408         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2409         using streaming.
2410
2411 2010-09-25  Julien Danjou  <julien@danjou.info>
2412
2413         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2414         gnus-window-inside-pixel-edges.
2415
2416 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2417
2418         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2419
2420         * mm-decode.el (mm-save-part): Allow saving to other directories the
2421         normal Emacs way.
2422
2423         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2424         Suggested by Jay Berkenbilt.
2425
2426         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2427         there isn't a single byte.
2428
2429         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2430         just do it.  It doesn't really seem to matter what the user responds
2431         here, I think, so it's just a confusing question.
2432
2433         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2434         non-streaming case.
2435
2436         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2437         (gnus-article-encrypt-body): Use it.
2438
2439         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2440         keystroke.
2441
2442         * nnimap.el (nnimap-find-wanted-parts-1):
2443         Use gnus-fetch-partial-articles.
2444
2445         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2446
2447         * nnimap.el (nnimap-insert-partial-structure): New function.
2448         (nnimap-get-partial-article): New function.
2449         (nnimap-request-article): Use it.
2450         (nnimap-wait-for-response): Return whether the wait was successful.
2451         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2452         retrieval wasn't successful.
2453         (nnimap-retrieve-group-data-early): Allow throttling servers.
2454         (nnimap-streaming): New variable.
2455         (nnimap-fetch-partial-articles): Remove.
2456
2457         * mm-decode.el (mm-with-part): Protect against killed buffers.
2458
2459         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2460         for prettier summary display.
2461
2462 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2463
2464         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2465
2466 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2467
2468         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2469         apparently third-party libraries depend on it.
2470
2471         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2472         before starting negotiation.
2473
2474         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2475         privacy reasons.
2476         (gnus-treat-mail-gravatar): Ditto.
2477
2478         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2479         buffer when inserting images.  Inserting text into the headers, for
2480         instance, can make them invalid.
2481
2482 2010-09-25  Julien Danjou  <julien@danjou.info>
2483
2484         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2485         variables.
2486
2487         * nnheader.el: Remove useless variables news-reply-yank-from and
2488         news-reply-yank-message-id.
2489
2490         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2491         variables.
2492
2493         * mml1991.el: Remove useless mml1991-verbose.
2494
2495         * gnus.el: Remove useless variable gnus-use-generic-from.
2496         Remove obsolete variable gnus-topic-indentation.
2497
2498         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2499
2500         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2501
2502         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2503
2504         * gnus-group.el: Remove useless gnus-group-icon-cache.
2505         Remove useless gnus-ephemeral-group-server.
2506
2507         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2508
2509         * mml2015.el: Remove useless mml2015-verbose.
2510
2511         * mml-smime.el: Remove useless mml-smime-verbose.
2512
2513         * gnus.el: Remove useless gnus-local-domain.
2514
2515         * gnus-gravatar.el (gnus-gravatar-transform-address):
2516         Use gnus-gravatar-size.
2517
2518         * gnus-art.el: Remove useless gnus-treat-translate.
2519
2520 2010-09-24  Julien Danjou  <julien@danjou.info>
2521
2522         * gnus-sum.el: Add support for Gravatars.
2523
2524         * gnus-art.el: Add support for Gravatars.
2525
2526         * gnus-gravatar.el: Add this file.
2527
2528         * gravatar.el: Add this file.
2529
2530 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2531
2532         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2533
2534         * gnus-group.el (gnus-group-fetch-faq): Remove.
2535
2536         * gnus.el (gnus-group-faq-directory): Remove.
2537
2538         * gnus-group.el (gnus-group-fetch-charter): Remove.
2539
2540         * gnus.el (gnus-group-charter-alist): Remove.
2541
2542         * gnus-group.el (gnus-group-archive-directory): Remove.
2543         (gnus-group-recent-archive-directory): Ditto.
2544         (gnus-group-make-archive-group): Remove.
2545
2546         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2547
2548         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2549         use the same article number for all the cached articles.
2550
2551         * nnimap.el (nnimap-command): Register the last command time so
2552         that we can use it for idling NOOPs.
2553         (nnimap-open-connection): Start the keeplive timer.
2554         (nnimap-make-process-buffer): Store all the process buffers.
2555         (nnimap-keepalive): New function.
2556
2557         * starttls.el (starttls-open-stream): Add autoload cookie.
2558
2559 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2560
2561         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2562         handling.
2563
2564 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2565
2566         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2567         its data structures.
2568
2569         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2570         instead of the cl.el copy-list.
2571         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2572         equalp.
2573
2574 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2575
2576         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2577         and tool-bar-local-item-from-menu.
2578
2579         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2580         mode-line-highlight face for Emacs.
2581
2582         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2583         loading gnus-sum.elc; fix comment for canlock-verify.
2584         (gnus-article-jump-to-part): Use read-number.
2585         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2586         Remove Emacs pre-21 compatible code for help-echo.
2587         (gnus-article-next-page-1): No need to adjust the number of lines.
2588         (gnus-article-describe-bindings): Always use help-buffer.
2589
2590         * gnus-audio.el (gnus-audio-inline-sound)
2591         * gnus-cus.el (gnus-custom-mode)
2592         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2593
2594         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2595
2596         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2597         compatible code.
2598
2599 2010-09-24  Glenn Morris  <rgm@gnu.org>
2600
2601         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2602         visiting the fcc file in rmail-mode.
2603
2604         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2605
2606 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2607
2608         * nnir.el: Silence the byte compiler.
2609
2610         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2611         alias to browse-url-url-encode-chars if any.
2612         (gnus-html-encode-url): Use it.
2613
2614 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2615
2616         * gnus-start.el (gnus-use-backend-marks): New variable.
2617         (gnus-get-unread-articles-in-group): Use it.
2618
2619         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2620         makeover.
2621
2622 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2623
2624         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2625
2626 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2627
2628         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2629         Remove.
2630         (gnus-setup-news-hook):
2631         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2632
2633         * gnus-int.el (gnus-request-update-info): Protect against backends not
2634         having the function.
2635
2636         * nnimap.el (nnimap-stream): Mention starttls.
2637         (nnimap-open-connection): Add starttls support.
2638
2639 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2640
2641         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2642
2643 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2644
2645         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2646         BODYSTRUCTUREs.
2647         (nnimap-transform-headers): Unfold quoted {42} headers.
2648
2649         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2650         the info.
2651         (gnus-get-unread-articles): Only call updatep on backends that support
2652         it.
2653
2654         * nnweb.el (nnweb-request-update-info): NOOP.
2655
2656         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2657
2658         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2659         since it only deals with marks.
2660
2661         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2662         gnus-request-marks, and make a new gnus-request-update-info.
2663
2664         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2665         the active instead of the high number, which is usually too low.
2666
2667 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2668
2669         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2670         * encrypt.el: Remove.
2671
2672 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2675         server in symbolic form.
2676
2677         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2678
2679 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2680
2681         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2682         (nnimap-update-info): Fix up code slightly.
2683
2684         * gnus-int.el (gnus-open-server): Add tracing for performance
2685         debugging.
2686
2687         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2688         (gnus-group-insert-group-line): Pass the real group name so that it
2689         gets the right data.
2690
2691         * gnus-start.el (gnus-get-unread-articles): Don't have
2692         `gnus-get-unread-articles-in-group' update info, since that can be
2693         really slow and doesn't seem to be needed?
2694
2695 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2696
2697         * time-date.el (date-to-time): Try using parse-time-string first before
2698         using the slower timezone-make-date-arpa-standard.
2699
2700 2010-09-22  Julien Danjou  <julien@danjou.info>
2701
2702         * gnus-group.el (gnus-group-insert-group-line):
2703         Call gnus-group-highlight-line.
2704         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2705         default hook list.
2706         (gnus-group-update-eval-form): Add new function.
2707         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2708         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2709
2710 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2713         immediate, then expire all articles.
2714         (nnimap-update-info): Fix off-by-one errors.
2715         (nnimap-flags-to-marks): Would return no marks lists for group with no
2716         flags.  Instead return the other data.
2717
2718 2010-09-22  Julien Danjou  <julien@danjou.info>
2719
2720         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2721         Only return an icon.
2722         (gnus-group-insert-group-line): Compute icon to return.
2723
2724         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2725         (gnus-html-image-fetched): Only cache if
2726         gnus-html-image-automatic-caching is set.
2727         (gnus-html-image-fetched): Check for errors.
2728
2729 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2732         once per method on `g'.  This ensures that backends like nnfolder don't
2733         open all their folders.
2734
2735         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2736         (nnimap-request-list): Nix out group in the correct buffer.
2737         (nnimap-parse-flags): Implement by using `read' instead of
2738         hand-parsing.
2739         (nnimap-flags-to-marks): Pass on permanent-flags.
2740         (nnimap-make-process-buffer): Record the server name.
2741         (nnimap-parse-flags): Fix typo.
2742         (nnimap-request-scan): Run split on the server in general, not just a
2743         single group.
2744
2745         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2746         parameter, and propagate this downwards.
2747
2748         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2749         since EXAMINE changes it on the server.
2750
2751         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2752         this command might take a while.
2753
2754 2010-09-22  Julien Danjou  <julien@danjou.info>
2755
2756         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2757         harmful if you have 2 images side-by-side, they can't be properly
2758         update on text deletion.  Using text-property is safer here.
2759         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2760         data.
2761
2762 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2763
2764         * nnimap.el (nnimap-expunge-inbox): Remove.
2765         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2766         (nnimap-expunge): Flip default to t.
2767
2768         * gnus.el (gnus-method-to-server): Don't push things to the cache
2769         unless it's unique.
2770         (gnus-server-to-method): Ditto.
2771
2772 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2773
2774         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2775
2776 2010-09-22  Julien Danjou  <julien@danjou.info>
2777
2778         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2779         get the start of data.
2780         (gnus-html-encode-url): Add this function to encode special chars in
2781         URL.
2782         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2783         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2784
2785         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2786         default.
2787         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2788
2789         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2790         images alt-text.
2791         (gnus-html-put-image): Put alt-text as help-echo.
2792
2793 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2794
2795         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2796         * mm-util.el (mm-decompress-buffer)
2797         * nnir.el (nnir-run-find-grep)
2798         * pop3.el (pop3-list): Use 3rd arg of split-string.
2799
2800         * time-date.el (format-seconds): Comment fix.
2801
2802         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2803         and byte-optimize-form-code-walker.
2804         (dgnushack-make-auto-load): Don't advise make-autoload.
2805
2806         * lpath.el: Remove Emacs 21 stuff.
2807
2808 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2809
2810         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2811         outside the active range.  Suggested by Dan Christensen.
2812
2813         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2814         slightly later to avoid double-getting it.
2815
2816         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2817         previous patch.
2818
2819         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2820
2821 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2822
2823         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2824
2825 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826
2827         * gnus-int.el (gnus-open-server): Give a better error message in the
2828         "go offline" case.
2829
2830         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2831         marks for nnimap, which is seldom the right thing to do.
2832
2833         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2834         (gnus-same-method-different-name): New function.
2835
2836         * nnimap.el (parse-time): Require.
2837
2838         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2839         method in the presence of many similar methods.
2840
2841         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2842
2843         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2844         nnml-inhibit-expiry.
2845
2846         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2847         find out whether methods are equal.
2848
2849         * nnimap.el (nnimap-find-expired-articles): New function.
2850         (nnimap-process-expiry-targets): New function.
2851         (nnimap-request-move-article): Request the article before looking at
2852         what the Message-ID is.  Fix found by Andrew Cohen.
2853         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2854
2855         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2856         for oldness in addition to being a predicate.
2857
2858         * nnimap.el (nnimap-request-group): When we have zero articles, return
2859         the right data to Gnus.
2860         (nnimap-request-expire-articles): Only delete articles immediately if
2861         the target is 'delete.
2862
2863         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2864         method, this would bug out.
2865
2866         * gnus-group.el (gnus-group-expunge-group): Rename from
2867         gnus-group-nnimap-expunge, and implemented as a normal interface
2868         function.
2869
2870         * gnus-int.el (gnus-request-expunge-group): New function.
2871
2872         * nnimap.el (nnimap-request-create-group): Implement.
2873         (nnimap-request-expunge-group): New function.
2874
2875 2010-09-21  Julien Danjou  <julien@danjou.info>
2876
2877         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2878         (gnus-html-cache-expired): Add new function.
2879         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2880         wethever we should display image for fetch it.
2881         Compute alt-text earlier to pass it to the fetching function too.
2882         (gnus-html-schedule-image-fetching): Change function argument to only
2883         get one image at a time, not a list.
2884         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2885         cache.
2886         (gnus-html-get-image-data): New function to retrieve image data from
2887         cache.
2888         (gnus-html-put-image): Change buffer argument to use image data rather
2889         than file, and place image above region rather than inserting a new
2890         one.  Do not take alt-text as argument, since it's useless now: we place
2891         the image above alt-text.
2892         (gnus-html-prune-cache): Remove.
2893         (gnus-html-show-images): Start to fetch image when we find one, do not
2894         push into a temporary list.
2895         (gnus-html-prefetch-images): Only fetch image if they have expired.
2896         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2897         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2898
2899 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2902
2903 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904
2905         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2906         spec inser "*" if the group isn't active instead of 0.
2907
2908         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2909         opening the server.
2910         (nnimap-request-delete-group): Implement group deletion.
2911         (nnimap-transform-headers): Return the size of the entire message in
2912         the Bytes header, not just the size of the first part.
2913         (nnimap-request-move-article): When moving an article from nnimap,
2914         request the article first so the accepting form has an article to
2915         accept.  Reported by Dan Christensen.
2916         (nnimap-command): Make sure that the error message doesn't error out.
2917
2918 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2919
2920         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2921         we haven't requested anything.
2922
2923 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2924
2925         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2926         "".  Fix found by Andrew Cohen.
2927
2928         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2929         instead of -encode-string.
2930
2931 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2932
2933         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2934
2935         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2936         by mm-subst-char-in-string.
2937
2938 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2939
2940         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2941         waiting for the connection string.
2942
2943         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2944         arriving.
2945
2946         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2947         bogus characters.  This allows selecting certain Gmail groups.
2948
2949         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2950         (nnimap-fetch-partial-articles): New variable.
2951         (nnimap-open-connection): When looking for credentials, also use the
2952         nnimap-server-port.
2953         (nnimap-request-article): Return the group/article number, so that Gnus
2954         `^' works as expected.
2955         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2956
2957         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2958         comments.
2959         (gnus-methods-sloppily-equal): New function.
2960         (gnus): When using the development version of Gnus, load the gnus-load
2961         file.
2962
2963         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2964         `gnus-open-server' on each method before trying to scan them etc.
2965         This ensures that all the backend parameters are set correctly.
2966
2967         * nnimap.el (nnimap-authenticator): New variable.
2968         (nnimap-open-connection): Allow anonymous login.
2969         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2970         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2971
2972         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2973         patch, found by Knut Anders Hatlen.
2974
2975 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2976
2977         * gnus-agent.el (gnus-agent-batch-confirmation)
2978         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2979         to gnus-message.
2980         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2981         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2982         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2983         * gnus-int.el (gnus-open-server): Likewise.
2984         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2985         (gnus-score-check-syntax): Likewise.
2986         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2987         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2988         Likewise.
2989         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2990
2991 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2994         calling conventions so that prefetch doesn't bug out.
2995
2996 2010-09-19  Julien Danjou  <julien@danjou.info>
2997
2998         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2999         rather than `subst-char-in-region' in order to be able to replace ASCII
3000         char by UTF-8 ones.
3001
3002         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
3003         than curl.
3004         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
3005         the right URL and ALT text on images.
3006         (gnus-html-wash-tags): Fix tag case.
3007         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
3008         (gnus-article-html): Add -o display_ins_del=2 option.
3009         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
3010
3011 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
3014         the extra mail headers, which sometimes seem to happen for unknown
3015         reasons.
3016
3017         * mail-parse.el (mail-header-encode-parameter): Define as
3018         rfc2045-encode-string instead of as rfc2231-encode-string, since some
3019         (or most, perhaps?) mail readers don't understand the latter, but do
3020         understand the former.
3021
3022         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
3023         to nil, so that no methods are automatically agentized.  I think this
3024         is probably what most users want.
3025
3026         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
3027         from url-retrieve, for instance about invalid URLs.
3028
3029         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
3030         groups that have no articles.
3031         (nnimap-request-article): Check that we really got an article when we
3032         requested one.
3033
3034         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
3035         doesn't exist.
3036
3037         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
3038         nntp buffer so the agent can save it.
3039         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
3040         that CRLF doesn't get translated to \n.
3041         (nnimap-open-connection): Don't make 'shell commands only send \n.
3042
3043 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3044
3045         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
3046         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
3047         Update var name.
3048         (nnml-generate-nov-file): Use dolist.
3049         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
3050         Use with-current-buffer.
3051
3052 2010-09-18  Julien Danjou  <julien@danjou.info>
3053
3054         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
3055         parallel.
3056
3057 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3058
3059         * nnimap.el (nnimap-update-info): When doing partial marks update, get
3060         the range update right.
3061         (nnimap-request-group): Don't make `M-g' bug out on group with no
3062         marks.
3063         (nnoo): Require, so that other packages can require nnimap.
3064         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
3065         command we're looking for.  This helps when the server sends more
3066         responses after we've gotten everything we expected.
3067         (nnimap): Add a `newlinep' field to keep track of end-of-line
3068         conventions.
3069         Don't send CRLF to things that don't want it.
3070         (nnimap-request-accept-article): Ditto.
3071
3072 2010-09-18  Julien Danjou  <julien@danjou.info>
3073
3074         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
3075         than curl to retrieve images.
3076
3077 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3078
3079         * nnimap.el (nnimap-update-info): Extend the info so that we can set
3080         the marks.
3081         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
3082         (nnimap-wait-for-connection): New function.
3083         (nnimap-open-connection): If we have PREAUTH, don't query for login
3084         credentials.
3085         (nnimap-update-info): Fix off-by-one error when concatenating ranges
3086         when doing a partial update.
3087
3088 2010-09-18  Julien Danjou  <julien@danjou.info>
3089
3090         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
3091         tags.
3092
3093 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3094
3095         * nnimap.el (nnimap-credentials): New function.
3096         (nnimap-open-connection): Use the new function to look for credentials
3097         also on the numeric equivalents of "imap" and "imaps".
3098
3099         * gnus-start.el (gnus-activate-group): Send the info to
3100         gnus-request-group.
3101
3102         * nnimap.el (nnimap-request-group): Have the "check" version of the
3103         function parse flags and update the info, so that a `M-g' get a total
3104         resync of all flags from the group.
3105
3106         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
3107         to allow backends to alter the info on group selection.  Also alter all
3108         the backend -request-group functions to take the parameter.
3109
3110         * nnimap.el (nnimap-store-info): New function.
3111         (nnimap-update-info): Store the info for later usage.
3112         (nnimap-request-group): Use the stored info for the dont-check case, so
3113         that we don't retrieve all marks when we enter a group.
3114
3115         * nnimap.el: Use deffoo instead of defun for interface functions.
3116
3117         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
3118         update the group info.  This makes the nndraft groups, for instance, go
3119         back to their old behaviour.
3120
3121         * gnus-sum.el (gnus-select-newsgroup): Indent.
3122
3123         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
3124         in.
3125         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
3126         nothing.
3127
3128         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
3129         from methods that are denied.
3130
3131         * gnus-int.el (gnus-method-denied-p): New function.
3132
3133         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3134         store the password instead of netrc.
3135         (nnimap-open-connection): Don't error out when we can't make a
3136         connections.
3137
3138         * auth-source.el (auth-source-create): In the password prompt, say what
3139         we're querying for.  Also prompt for user name if that hasn't been
3140         given.
3141
3142         * nnimap.el (nnimap-with-process-buffer): Remove.
3143
3144 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3145
3146         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3147         method when we're reading from the agent.
3148
3149         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3150
3151         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3152         that's probably most useful for users.
3153
3154         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3155         "failed" all the time.
3156
3157         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3158         ...)) with (with-current-buffer ... ).
3159
3160         * nntp.el (nntp-open-server): Return whether the open was successful or
3161         not.
3162
3163         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3164         select an unread unseen article first.
3165
3166         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3167         /etc/services, supply some sensible port defaults.
3168
3169         * dgnushack.el: Define netrc-credentials.
3170
3171 2010-09-17  Julien Danjou  <julien@danjou.info>
3172
3173         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3174
3175 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3176
3177         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3178         doesn't have any parameters.
3179
3180 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181
3182         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3183         only upcased checks.
3184
3185         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3186
3187         * nnimap.el (nnimap-open-shell-stream): New function.
3188         (nnimap-open-connection): Use it.
3189         (nnimap-transform-headers): Get the number of lines in each message.
3190         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3191         number of lines.
3192         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3193         problem.
3194
3195         * utf7.el (utf7-encode): Autoload.
3196
3197         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3198         to allow the mail splitting to not return a default group.  This is
3199         useful for nnimap, which will leave unmatched mail in the inbox.
3200
3201         * nnimap.el: Rewritten.
3202
3203         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3204         nnimap usage.
3205
3206         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3207         if the move is internal, so that nnimap can do fast internal moves.
3208
3209         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3210         data.
3211         (gnus-read-active-for-groups): Support finishing the early retrieval of
3212         data.
3213
3214         * gnus-range.el (gnus-range-nconcat): New function.
3215
3216         * gnus-int.el (gnus-finish-retrieve-group-infos)
3217         (gnus-retrieve-group-data-early): New functions.
3218
3219 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3220
3221         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3222         (nnrss-retrieve-groups):
3223         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3224         (pop3-quit): Use with-current-buffer.
3225
3226 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3227
3228         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3229         instead of nnheader-accept-process-output.
3230
3231         * dgnushack.el (dgnushack-compile): Add comment.
3232
3233         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3234
3235         * gnus-html.el (gnus-html-schedule-image-fetching)
3236         (gnus-html-prefetch-images): Replace process-kill-without-query by
3237         gnus-set-process-query-on-exit-flag.
3238
3239 2010-09-16  Romain Francoise  <romain@orebokech.com>
3240
3241         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3242
3243 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3244
3245         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3246         parameter to unintern is mandatory-ish in Emacs 24.
3247
3248         * gnus-html.el (gnus-html-schedule-image-fetching)
3249         (gnus-html-prefetch-images): Check for curl before using it.
3250
3251         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3252         depend on curl, which isn't essential.
3253
3254         * imap.el: Revert back to version
3255         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3256         seem problematic.
3257
3258 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3259
3260         * gnus-registry.el (gnus-registry-install-shortcuts):
3261         Explicitly pass `obarray' to `unintern' to avoid a warning.
3262
3263 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3264
3265         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3266         change.
3267
3268         * nnrss.el (nnrss-request-list): Remove this function and related
3269         functions, including the moreover stuff.
3270
3271 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3272
3273         * nnrss.el (nnrss-retrieve-groups): New function.
3274
3275 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3276
3277         * .dir-locals.el: Add no-byte-compile cookie.
3278
3279 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * time-date.el (format-seconds): Comment fix.
3282
3283         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3284         for back end that doesn't support request-scan.
3285
3286 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287
3288         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3289         then do request scans from the backends.
3290
3291         * netrc.el (netrc-credentials): New conveniency function.
3292
3293         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3294         avoid running a hook per line, since this takes a lot of time,
3295         profiling shows.
3296         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3297         directly if gnus-visual-p is true.
3298
3299 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3302         groups; replace mapcar with dolist which is a bit faster; pass groups
3303         info to gnus-read-active-file-1.
3304         (gnus-read-active-file-1): Scan only specified groups if the new
3305         optional arg `infos' is given.
3306
3307 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3308
3309         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3310
3311         * pop3.el (pop3-movemail): Remove.
3312         (pop3-streaming-movemail): Rename to pop3-movemail.
3313
3314         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3315         don't restrict end-tag searches to the end of the line.
3316
3317 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3320         articles of every unchecked group to t, which means unknown since the
3321         server has never been opened.
3322
3323 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * gnus-html.el (gnus-html-show-alt-text): New command.
3326         (gnus-html-browse-image): Ditto.
3327         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3328         to browse the image directly.
3329         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3330         better.
3331
3332         * gnus-async.el (gnus-async-article-callback):
3333         Call `gnus-html-prefetch-images' unconditionally.
3334
3335         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3336         before feeding URLs to curl.
3337
3338 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3339
3340         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3341         internal images as deletable by `W D D'.
3342
3343         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3344         (gnus-async-article-callback): Fix typo.
3345
3346 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3347
3348         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3349         current line to work around bugs in the output from w3m.
3350
3351         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3352         for groups that want that.
3353
3354         * nntp.el (nntp-wait-for-string): Supply a timeout for
3355         accept-process-output to ensure progress.
3356
3357         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3358         level to get unread articles from, then use that for foreign groups,
3359         too.
3360
3361         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3362         confuses the rest of the function.
3363
3364         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3365         for the methods that support -retrieve-groups, too.
3366
3367         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3368
3369 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3370
3371         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3372         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3373
3374         * pop3.el: Require cl when compiling.
3375         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3376
3377 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3378
3379         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3380         that aren't going to be activated.
3381         (gnus-get-unread-articles): Fix up the last commit.
3382
3383         * gnus-html.el (gnus-article-html): Allow calling without specifying
3384         the handle.  In that case, dissect the buffer first.
3385
3386         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3387
3388         * nnimap.el (nnimap-open-connection): Revert the change that would look
3389         into authinfo for imaps instead of imap.
3390
3391         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3392         say that you don't want to call gnus-request-group with don-check, but
3393         do check the reponse.  This is for virtual groups only.
3394         (gnus-get-unread-articles): Count the archive groups as secondary, so
3395         that they're activated the same way as before.
3396
3397         * imap.el (imap-message-map): Removed optional buffer parameter, since
3398         no callers use it.
3399         (imap-message-get): Ditto.
3400         (imap-message-put): Ditto.
3401         (imap-mailbox-map): Ditto.
3402         (imap-mailbox-put): Ditto.
3403         (imap-mailbox-get): Ditto.
3404         (imap-mailbox-get): Revert last change for this function.
3405
3406         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3407         case-insensitively.
3408         (nnimap-debug): Remove.
3409
3410         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3411         to use `imap-fetch' instead.  According to the comments, this should be
3412         safe, since all other IMAP clients use the 1:* syntax.
3413         (imap-enable-exchange-bug-workaround): Removed.
3414         (imap-debug): Removed -- doesn't seem very useful.
3415
3416         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3417         mail from a file, and the file doesn't exist.
3418
3419         * imap.el (imap-log): New convenience function used throughout instead
3420         of repeating the same code all over the place.
3421
3422         * pop3.el (pop3-streaming-movemail): Return t for success.
3423
3424         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3425         .authinfo if we're using ssl connection.
3426
3427         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3428         already have if we're in a main Gnus `g' run.
3429
3430         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3431
3432 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3433
3434         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3435
3436         * nnmh.el (nnmh-request-list-1): Bind `file'.
3437
3438         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3439         alias to set-process-query-on-exit-flag or process-kill-without-query.
3440         (pop3-open-server): Use it.
3441
3442 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3443
3444         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3445         box to the Incoming file.  Fixes mistake in previous checkin.
3446
3447         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3448         request loop (for debugging purposes) removed.
3449
3450         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3451         culprit is more visible.
3452         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3453         (nnml-add-incremental-nov): New functions to do "incremental" nov
3454         updates, where we just append to the end of the existing nov files
3455         without reading/writing them in full.
3456
3457         * mail-source.el (mail-source-delete-crash-box): Really only check the
3458         incoming files once in a while.
3459
3460         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3461
3462         * mail-source.el (mail-source-delete-crash-box): Only check the
3463         incoming files for deletion once per day to save a lot of file
3464         accesses.
3465
3466         * pop3.el (pop3-logon): Fix up unbound variable typo.
3467
3468         * mail-source.el (pop3-streaming-movemail): Autoload.
3469
3470         * pop3.el (pop3-streaming-movemail):
3471         Respect pop3-leave-mail-on-server.
3472
3473         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3474         retrieval.
3475
3476         * pop3.el (pop3-process-filter): Remove unused function.
3477         (pop3-streaming-movemail, pop3-send-streaming-command)
3478         (pop3-wait-for-messages, pop3-write-to-file)
3479         (pop3-number-of-responses): New functions for streaming pop3
3480         retrieval.
3481
3482         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3483         come from no known methods.
3484         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3485         list.
3486
3487         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3488         message sizes.
3489         (pop3-movemail): Use erase-buffer instead of looping and deleting
3490         regions, which seems rather odd.
3491
3492         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3493         file once per `g' run.
3494
3495         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3496         directories.  This makes the draft queue directory work.
3497
3498         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3499         data from the backends, so that we only request the list of groups from
3500         each method once.  This should speed things up considerably.
3501
3502         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3503         detect that it's not implemented.
3504
3505         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3506         we actually do recurse down into the tree, but don't stat all leaf
3507         nodes.
3508
3509         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3510         then say so instead of bugging out.
3511
3512         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3513         files exist before trying to read them.
3514
3515         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3516         around <pre_int>.
3517
3518         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3519
3520         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3521
3522 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3523
3524         * mm-util.el (mm-image-load-path): Just return the image directories,
3525         not all directories in the path in addition to the image directories.
3526         (mm-image-load-path): Maintain a cache of the image directories so that
3527         the `g' command in Gnus doesn't have to stat dozens of directories each
3528         time.
3529
3530         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3531         (gnus-html-wash-tags): Add a new `i' command to insert images.
3532         (gnus-html-insert-image): New command and keystroke.
3533         (gnus-html-redisplay-with-images): New command and keystroke.
3534         (gnus-html-show-images): Rename command.
3535         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3536         spacers.
3537         (gnus-html-wash-tags): Decode entities at the end, so that entities
3538         inside the tags don't mess up the rest of the "parsing".
3539
3540         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3541         so that nnimap methods aren't agentized by default.  There's apparently
3542         many problems related to agent/imap behaviour.
3543
3544         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3545
3546         * gnus-html.el: Doc fix.
3547
3548 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3549
3550         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3551         specifier-spec-list for Emacs 21.
3552
3553         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3554         glyph-width and glyph-height instead of display-graphic-p and
3555         image-size; make avoidance of displaying small images work for XEmacs.
3556
3557         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3558         for XEmacs.
3559
3560         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3561         of symbol that holds plist data.
3562         (gnus-process-plist): Remove plist of process after getting it.
3563
3564 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3565
3566         * message.el (message-generate-hashcash): Change default to
3567         'opportunistic if hashcash is installed.
3568
3569         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3570         (gnus-html-put-image): Only call image-size once, since it's somewhat
3571         time-consuming on remote X servers.
3572
3573 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3574
3575         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3576         type on data, not a file name.
3577
3578         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3579         window-pixel-edges for Emacs 21.
3580
3581         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3582         decoded contents.
3583         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3584
3585 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3586
3587         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3588         group line format, since it isn't very interesting.
3589
3590         * gnus-agent.el (gnus-agent-short-article),
3591         (gnus-agent-long-article): Increase values for these two variables,
3592         since most people are likely to have more network connection and
3593         storage than before.
3594
3595         * gnus.el (gnus-refer-article-method): Change default to 'current.
3596         When referring an article, the common behaviour is to refer it from the
3597         current select method, not the native select method.  The chances of
3598         the native select method having the message in question is rather slim
3599         these days.
3600
3601         * gnus-sum.el (gnus-auto-select-subject): Change default to
3602         `unseen-or-unread'.  I think it's likely that most people want to
3603         select an unseen article over a previously seen, but unread one.
3604
3605         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3606         means that in the article buffer none of the minor mode elements will
3607         be shown, usually, and this is not desirable in most cases.
3608
3609         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3610         that commands like `d' (and the like) go to the next line in the
3611         buffer, instead of the next unread article.  I think this is the
3612         behaviour that is most natural for most users.
3613         (gnus-single-article-buffer): Change default to nil, so that people can
3614         have as many article buffers open as they have summary buffer.  I think
3615         this is the most natural way for the groups to behave.
3616
3617         * message.el (message-generate-new-buffers): Change default to
3618         `unsent', so that all new message buffers start their names with the
3619         string "*unsent", and it's easier to find the buffers if you move from
3620         them.
3621
3622 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3625         small.  They're probably tracking images.
3626         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3627         (gnus-html-rescale-image): Yet another try at getting the image sizing
3628         right.
3629
3630         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3631         nntp-marks-file-name is nil.
3632
3633 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3634
3635         * gnus-html.el (gnus-html-wash-tags)
3636         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3637         Better logging.
3638
3639 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3640
3641         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3642
3643         * gnus-html.el (gnus-html-wash-tags): Check the value of
3644         gnus-blocked-images in the summary buffer.
3645
3646 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3647
3648         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3649
3650 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3651
3652         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3653         like "a", it seems like.
3654         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3655         since it needs to be picked from the correct buffer.
3656
3657         * nnwfm.el: Remove.
3658
3659         * nnlistserv.el: Remove.
3660
3661 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3662
3663         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3664         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3665
3666 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667
3668         * nnkiboze.el: Remove.
3669
3670         * nndb.el: Remove.
3671
3672         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3673         alt text.
3674         (gnus-html-rescale-image): Try to get the rescaling logic right for
3675         images that are just wide and not tall.
3676
3677         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3678         overshadow variable bindings.
3679
3680 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3681
3682         * gnus-html.el (gnus-html-wash-tags)
3683         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3684         Add extra logging.
3685
3686 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3687
3688         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3689         (gnus-max-image-proportion): New variable.
3690         (gnus-html-rescale-image): New function.
3691         (gnus-html-put-image): Rescale images.
3692
3693 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3694
3695         Fix up some byte-compiler warnings.
3696         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3697         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3698         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3699         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3700         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3701         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3702         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3703
3704 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3705
3706         * gnus-html.el (gnus-article-html): Decode contents by charset.
3707
3708 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3709
3710         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3711         (gnus-html-frame-width, gnus-blocked-images)
3712         * message.el (message-prune-recipient-rules): Add custom version.
3713         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3714
3715         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3716         functions.
3717
3718         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3719         gnus-process-get.
3720
3721 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3722
3723         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3724         instead of lsub directly.
3725
3726 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3727
3728         * nnwarchive.el: Remove.
3729
3730         * gnus-soup.el: Remove.
3731
3732         * nnsoup.el: Remove.
3733
3734         * nnultimate.el: Remove.
3735
3736         * gnus-html.el (gnus-blocked-images): New variable.
3737
3738         * message.el (message-prune-recipients): New function.
3739         (message-prune-recipient-rules): New variable.
3740
3741         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3742         guess whether a long line is natural text or not.
3743
3744         * gnus-html.el (gnus-html-schedule-image-fetching):
3745         Use gnus-process-plist and friends for compatibility.
3746
3747 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3748
3749         * gnus-html.el: Require packages that define macros used in this file.
3750         (gnus-article-mouse-face): Declare to silence byte-compiler.
3751         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3752         process-get.
3753         (gnus-html-put-image): Use plist-get to avoid getf.
3754         (gnus-html-prefetch-images): Use with-current-buffer.
3755
3756 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3757
3758         * gnus-ems.el: Provide compatibility functions for
3759         gnus-set-process-plist.
3760
3761         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3762         header-line-format for XEmacs 21.4.
3763
3764         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3765         * gnus.el (gnus-valid-select-methods)
3766         * message.el (message-send-mail-partially-limit)
3767         * mm-decode.el (mm-text-html-renderer)
3768         * mml.el (mml-insert-mime-headers-always)
3769         * smiley.el (smiley-regexp-alist): Bump custom version.
3770
3771 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772
3773         * gnus-html.el: require mm-url.
3774         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3775         with the url to `url'.
3776         (gnus-html-wash-tags): Support cid: URLs/images.
3777
3778 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3779
3780         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3781         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3782         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3783
3784         * gnus-move.el: Remove file, since it doesn't really work.
3785
3786         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3787         UTF-8.  This seems to fix problems with some German web feeds.
3788
3789         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3790         at the top so that the proper colours are applied.
3791
3792         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3793         don't have dots in their names.
3794
3795         * gnus-art.el (gnus-article-view-part): Doc fix.
3796
3797         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3798         XEmacs-compatible.
3799         (gnus-html-put-image): Don't do images on non-graphic displays.
3800
3801         * nnslashdot.el: Remove this unused backend.
3802
3803         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3804         actions.
3805         (gnus-undo-register-1): Revert last change.
3806
3807         * gnus-group.el (gnus-group-completing-read): Protect against not
3808         having completion-styles bound.
3809
3810         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3811         make broken recipients happier.
3812
3813         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3814
3815         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3816         point parameter.
3817
3818         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3819
3820         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3821         completion-styles for group selection.
3822
3823 2009-02-04  Andreas Schwab  <schwab@suse.de>
3824
3825         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3826         headers and regexp-quote the match if necessary.
3827
3828 2009-03-24  Miles Bader  <miles@gnu.org>
3829
3830         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3831         the blinking smiley.
3832
3833 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3834
3835         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3836         blink smiley.
3837
3838 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3839
3840         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3841         where the dribbel file lives exists.
3842
3843         * message.el (message-send-mail-partially-limit): Change the default to
3844         nil, since most people don't want this.
3845
3846         * mm-url.el (mm-url-decode-entities): Also decode entities like
3847         &#x3212.
3848
3849 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3850
3851         * gnus-sum.el (gnus-summary-idna-message):
3852         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3853         Hyperlink urls in docstrings with URL `...'.
3854
3855 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3856
3857         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3858         functions.
3859
3860 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3861
3862         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3863         say what the mouseover text should be.
3864
3865         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3866         version of the mm-w3m-safe-url-regexp variable to only download images
3867         in the groups where we want that to happen.
3868
3869         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3870
3871         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3872         easier debugging.
3873         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3874         big pictures in the article buffer.
3875
3876         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3877         gnus-article-html.
3878         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3879         w3m.
3880
3881         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3882
3883 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3886         which doesn't exist.
3887
3888         * message.el (message-inhibit-ecomplete): New variable to allow some
3889         function to inhibit ecomplete address storage.
3890         (message-resend): Disable ecomplete message storage when resending
3891         messages.
3892
3893         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3894
3895 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3896
3897         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3898         Save excursion while copying, moving, and deleting articles in order to
3899         prevent the cursor from jumping to unforeseen place.
3900
3901 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3902
3903         * lpath.el: No need to bind bookmark-current-buffer,
3904         bookmark-yank-point and bookmark-make-record-function.
3905
3906 2010-08-17  Glenn Morris  <rgm@gnu.org>
3907
3908         * gnus-sync.el: Require gnus components whose functions are used.
3909
3910         * gnus-art.el (bookmark-make-record-function):
3911         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3912         Declare for compiler.
3913
3914         * mm-url.el (mml-compute-boundary): Autoload.
3915
3916 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3917
3918         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3919
3920 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3921
3922         Typo fix "hoo4a" -> "hook".
3923
3924         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3925
3926 2010-08-14  Glenn Morris  <rgm@gnu.org>
3927
3928         * gnus-sync.el (gnus-sync): Fix defgroup version.
3929
3930 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3931
3932         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3933
3934         * gnus-sync.el: Fix docs.
3935         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3936         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3937
3938 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3939
3940         Optimizations for gnus-sync.el.
3941
3942         * gnus-sync.el: Add docs about gnus-sync-backend
3943         possibilities.
3944         (gnus-sync-save): Remove unnecessary message.
3945         (gnus-sync-read): Optimize and show what groups were skipped.
3946
3947 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3948
3949         Minor bug fixes for gnus-sync.el.
3950
3951         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3952         Don't read the sync on get-new-news.
3953
3954         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3955         quiet.
3956
3957         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3958         (fix typo).
3959
3960 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3961
3962         Make saving and restoring of hidden threads work with overlays.
3963         Patch applied by Ted Zlatanov.
3964
3965         * gnus-sum.el (gnus-hidden-threads-configuration)
3966         (gnus-restore-hidden-threads-configuration): Update to deal with text
3967         properties, rather than searching for a magic character.
3968
3969 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3970
3971         New gnus-sync.el library for synchronization of marks.
3972
3973         * gnus-sync.el: New library for synchronization of marks.
3974
3975         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3976         renamed from `gnus-registry-grep-in-list'.
3977
3978         * gnus-registry.el (gnus-registry-follow-group-p):
3979         Use `gnus-grep-in-list'.
3980
3981         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3982
3983 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3984
3985         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3986         determining charset of text fails.
3987
3988 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * nnmail.el (nnmail-get-new-mail-1): Revert.
3991
3992         * nnml.el (nnml-active-number): Make sure names of newly created groups
3993         in nnml-group-alist are encoded.
3994
3995 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3996
3997         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3998         containing non-ASCII characters in active file for nnml back end.
3999
4000 2010-07-24  David Engster  <dengste@eml.cc>
4001
4002         * mml-smime.el (mml-smime-epg-verify): Also accept the older
4003         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
4004
4005 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
4006
4007         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
4008         tag (Bug#6654).
4009
4010 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
4013         the article buffer, not the summary buffer.
4014
4015 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4016
4017         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
4018         Emacs 23 as well.
4019
4020 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4021
4022         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
4023         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
4024
4025 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4026
4027         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
4028         Patch applied by Karl Fogel.
4029
4030         * gnus-sum.el (gnus-summary-bookmark-make-record):
4031         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
4032
4033 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4034
4035         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
4036         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
4037         C-w still not working correctly from Article buffers; Thierry's
4038         patch to fix that will be applied after this.
4039
4040         * gnus-art.el (bookmark-make-record-function): New local variable.
4041
4042         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
4043         article buffer.
4044         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
4045
4046 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
4047
4048         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
4049         on changes in bookmark.el.
4050
4051 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4052
4053         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
4054         `no-log' instead of message not to log prompt string.
4055
4056 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
4057
4058         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
4059         the *other* type of HTML form submission.
4060
4061 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
4062
4063         * auth-source.el (auth-source-pick): If choice does not contain a
4064         questioned keyword, set the check to t.
4065
4066 2010-06-12  Romain Francoise  <romain@orebokech.com>
4067
4068         * gnus-util.el (gnus-date-get-time): Move up before first use.
4069
4070 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4071
4072         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
4073         (gnus-article-edit-part): Bind it to make last part that is substituted
4074         or deleted visible.
4075         (gnus-mime-display-single): Buttonize part of which id equals to
4076         gnus-mime-buttonized-part-id.
4077
4078 2010-06-10  Dan Christensen  <jdc@uwo.ca>
4079
4080         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
4081         (gnus-dd-mmm): Use gnus-date-get-time.
4082         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
4083         simplify logic.
4084         (gnus-summary-limit-to-age): Use gnus-date-get-time.
4085         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
4086
4087 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
4088
4089         * auth-source.el (top): Autoload `secrets-list-collections',
4090         `secrets-create-item', `secrets-delete-item'.
4091         (auth-sources): Fix tag string.
4092         (auth-get-source, auth-source-retrieve, auth-source-create)
4093         (auth-source-delete): New defuns.
4094         (auth-source-pick): Rewrite in order to avoid 2 passes.
4095         (auth-source-forget-user-or-password): New parameter USERNAME.
4096         (auth-source-user-or-password): New parameters CREATE-MISSING and
4097         DELETE-EXISTING.  Retrieve password interactively, if needed.
4098
4099 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
4100
4101         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
4102         deleting unused directories when gnus-expert-user is t.
4103
4104 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4105
4106         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
4107         for each temp file when gnus-article-browse-delete-temp is ask.
4108
4109 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
4110
4111         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
4112         Lisp calls to delete-backward-char by calls to delete-char.
4113
4114 2010-05-20  Kevin Ryde  <user42@zip.com.au>
4115
4116         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
4117
4118 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
4119
4120         * password-cache.el (password-cache-remove): Fix docstring.
4121
4122 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4123
4124         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
4125         article unless decoding article to be saved.
4126
4127 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4128
4129         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
4130         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
4131         generated within the mm-with-unibyte-current-buffer macro.
4132
4133 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4134
4135         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4136         to nil when we're in a mml-preview buffer and no group is selected.
4137
4138 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4139
4140         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4141         when catching the `C-g'.  Reported by "Leo".
4142
4143 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4144
4145         * message.el (message-forward-make-body-plain)
4146         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4147         multibyte-string-p.
4148
4149         * lpath.el: Revert.
4150
4151 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4152
4153         * message.el (message-forward-make-body-mml): Assume original message
4154         is multibyte string; error on unibyte.
4155         (message-forward-make-body-plain): Ditto; don't add excessive newline
4156         in body end.
4157
4158         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4159
4160 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4161
4162         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4163         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4164
4165 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4166
4167         * mm-extern.el (mm-extern-url): Don't use
4168         mm-with-unibyte-current-buffer.
4169         (mm-extern-cache-contents): Use with-current-buffer instead of
4170         save-excursion + set-buffer.
4171
4172 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4173
4174         * mm-util.el (mm-emacs-mule): Remove.
4175
4176 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4177
4178         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4179         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4180         change.
4181
4182 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4183
4184         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4185         bind the default value of enable-multibyte-characters to nil.
4186
4187 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4188
4189         * message.el (message-forward-make-body-plain)
4190         (message-forward-make-body-mml):
4191         Don't use mm-with-unibyte-current-buffer.
4192
4193 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4194
4195         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4196
4197 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4198
4199         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4200         (Bug#5592).
4201
4202 2010-05-07  Julien Danjou  <julien@danjou.info>
4203
4204         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4205         it to mm-pipe-part.
4206
4207         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4208         it is given.
4209
4210 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4211
4212         * binhex.el (binhex-decode-region-internal)
4213         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4214         (dns-query)
4215         * nnweb.el (nnweb-gmane-search)
4216         * pgg-parse.el (pgg-parse-armor)
4217         * pgg.el (pgg-verify-region)
4218         * sha1.el (sha1-string-external)
4219         * uudecode.el (uudecode-decode-region-internal)
4220         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4221         XEmacs.
4222
4223         * gnus-art.el (gnus-article-browse-html-parts)
4224         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4225         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4226         make-temp-file.
4227
4228         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4229         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4230         compiling.
4231
4232         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4233         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4234         XEmacs when compiling.
4235
4236         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4237         gnus-pick-mode-off-hook for XEmacs when compiling.
4238         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4239         gnus-binary-mode-off-hook for XEmacs when compiling.
4240
4241         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4242         Return nil if char-charset is not available.
4243
4244         * imap.el (imap-disable-multibyte)
4245         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4246         macros.
4247
4248         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4249         instead of encode-coding-string.
4250
4251         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4252         'xemacs) instead of mm-emacs-mule to switch function definitions.
4253         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4254
4255         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4256         bind temporary-file-directory for XEmacs;
4257         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4258         timer-set-function for XEmacs 21.4 and SXEmacs;
4259         bind timer-list for XEmacs 21.4 and SXEmacs;
4260         fbind char-charset and find-charset-region for non-Mule XEmacs;
4261         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4262         encode-coding-region and encode-coding-string for XEmacs having no
4263         file-coding feature.
4264
4265 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4266
4267         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4268
4269 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4270
4271         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4272         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4273
4274 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4275
4276         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4277         alias `jka-compr-delete-temp-file' no longer exists.
4278
4279 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4280
4281         Use define-minor-mode in Gnus where applicable.
4282         * mml.el (mml-mode): Use define-minor-mode.
4283         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4284         (gnus-undo-mode): Use define-minor-mode.
4285         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4286         (gnus-dead-summary-mode): Use define-minor-mode.
4287         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4288         Initialize in declaration.
4289         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4290         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4291         (gnus-mailing-list-mode): Use define-minor-mode.
4292         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4293         (gnus-draft-mode): Use define-minor-mode.
4294         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4295         (gnus-dired-mode): Use define-minor-mode.
4296
4297 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4298
4299         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4300         handles on recursive mml-to-mime translation and check them for
4301         boundary delimiter collisions.  Reported by Greg Troxel.
4302
4303 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4304
4305         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4306
4307 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4308
4309         * mm-util.el (mm-find-buffer-file-coding-system):
4310         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4311
4312 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4313
4314         * message.el (message-generate-headers): Record insertion of optional
4315         headers as well.  Otherwise the check to prevent repeated insertion of
4316         optional headers is a no-op.
4317
4318 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4319
4320         * smime.el: Don't mention CVS.
4321
4322         * nnrss.el (nnrss-fetch): Don't mention CVS.
4323
4324         * nnir.el: Don't mention CVS.
4325
4326 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4327
4328         * gnus-sum.el (gnus-summary-bookmark-make-record):
4329         Add `location' field.
4330
4331 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4332
4333         * lpath.el: Fbind bookmark-default-handler,
4334         bookmark-get-bookmark-record, bookmark-make-record-default,
4335         bookmark-prop-get for Emacs <23 and XEmacs.
4336
4337 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4338
4339         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4340         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4341         Use with-current-buffer to silence the byte-compiler.
4342         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4343         bother to require `gnus'.
4344         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4345
4346 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4347
4348         * gnus-sum.el (gnus-summary-bookmark-make-record)
4349         (gnus-summary-bookmark-jump): New functions.
4350         (gnus-summary-mode): Setup bookmark support.
4351
4352 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4353
4354         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4355         if set.
4356
4357 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4358
4359         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4360         gnus-article-browse-html-save-cid-image; make it work recursively for
4361         forwarded messages as well.
4362         (gnus-article-browse-html-parts): Work when prefix arg is given.
4363         (gnus-article-browse-html-article): Doc fix.
4364
4365 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4366
4367         * message.el (message-default-mail-headers):
4368         (message-default-headers): Carry the value mail-default-headers over
4369         into message-default-mail-headers, rather than message-default-headers.
4370
4371 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4372
4373         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4374         charset.
4375
4376         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4377         charset into the <meta> tag when the article is encoded to utf-8.
4378
4379 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4380
4381         * gnus-art.el (gnus-article-browse-delete-temp-files):
4382         Delete directories as well.
4383         (gnus-article-browse-html-parts): Work for images that do not specify
4384         file names; delete temp directory when quitting; insert header at the
4385         right place; use file: scheme for image files.
4386
4387 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4388
4389         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4390         (gnus-article-browse-html-parts): Use it to make temporary cid image
4391         files in addition to html file so that browser may display them.
4392
4393 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4394
4395         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4396
4397 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4398
4399         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4400
4401 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4402
4403         * auth-source.el (auth-sources): Change default to be simpler.
4404         Explain about Secret Service API sources.  Improve Customize options.
4405         (auth-source-pick): Change to accept any number of search parameters.
4406         Implement fallbacks iteratively, not recursively.  Add scoring on the
4407         second pass and sort by score.  Call Secret Service API when needed.
4408         (auth-source-user-or-password): Use it.  Call Secret Service API
4409         directly when needed to get the user name and the password.
4410
4411 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4412
4413         * message.el (message-interactive): Doc fix.
4414         (message-qmail-inject-args): Reflow.
4415         (message-kill-to-signature): Fix typo in docstring.
4416
4417         * smiley.el (smiley-buffer): Fix typo in docstring.
4418
4419 2010-03-24  Glenn Morris  <rgm@gnu.org>
4420
4421         * mail-source.el (gnus-message): Declare.
4422         (mail-source-delete-old-incoming): Require gnus-util.
4423
4424 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4425
4426         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4427
4428         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4429
4430         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4431         password-cache's default if it is not bound.
4432         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4433         password-cache-expiry's default if it is not bound.
4434
4435         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4436         available in Emacs 21.
4437
4438         * lpath.el: Suppress compiler warnings for:
4439         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4440         XEmacs;
4441         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4442         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4443         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4444
4445 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4446
4447         * auth-source.el (auth-sources): Fix up definition so extra parameters
4448         are always inline.
4449
4450 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4451
4452         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4453         wasn't updated after mismatch.  Clear cached mailbox info correctly
4454         when uidvalidity changes.
4455         (nnimap-group-prefixed-name): New function to avoid some code
4456         duplication.
4457         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4458         (nnimap-request-group): Use it.
4459         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4460         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4461         with many imap folders.  This is done by caching the group status from
4462         the imap server persistently in a group parameter `imap-status'.  (This
4463         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4464         but not persistently, so every Gnus startup was still very slow.)
4465
4466 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4467
4468         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4469         delete the extra newline.  Otherwise editing of :string and :number
4470         types don't work.
4471
4472 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4473
4474         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4475         secrets.el dependency.
4476         (auth-sources): Add optional user name.  Add secrets.el configuration
4477         choice (unused right now).
4478
4479 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4480
4481         * gnus-sum.el (gnus-summary-make-menu-bar):
4482         Let `gnus-registry-install-shortcuts' fill in the functions.
4483
4484         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4485         warnings.
4486         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4487         (gnus-registry-install-shortcuts): Populate and use it in a
4488         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4489
4490 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4491
4492         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4493         In-place substitutions for the group name encoding/decoding.
4494         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4495         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4496         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4497         (nnimap-update-unseen, nnimap-request-list)
4498         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4499         (nnimap-request-set-mark, nnimap-split-to-groups)
4500         (nnimap-split-articles, nnimap-request-newgroups)
4501         (nnimap-request-create-group, nnimap-request-accept-article)
4502         (nnimap-request-delete-group, nnimap-request-rename-group)
4503         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4504         `encoded-mbx' for consistency.
4505         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4506         variable `imap-current-mailbox'.
4507
4508         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4509         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4510
4511 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4512
4513         * pop3.el (pop3-display-message-size-flag): Display message size byte
4514         counts during POP3 download.
4515         (pop3-movemail): Use it.
4516         (pop3-list): Implement listing of available messages.
4517
4518 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4519
4520         * nnir.el (nnir-get-article-nov-override-function): New function to
4521         override the normal NOV retrieval.
4522         (nnir-retrieve-headers): Use it.
4523
4524 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4525
4526         * auth-source.el (netrc-machine-user-or-password): Autoload.
4527
4528 2010-03-19  Glenn Morris  <rgm@gnu.org>
4529
4530         Stop message.el from loading about 40 libraries it doesn't always need.
4531         The general approach is to autoload rather than require, and to
4532         require in the specific functions rather than the file.  (Bug#5642)
4533
4534         * gmm-utils.el: Don't require wid-edit.
4535         (widget-create-child-value, widget-convert, widget-default-get):
4536         Autoload.
4537
4538         * gnus-util.el: Don't require time-date, netrc.
4539         (message-fetch-field, gnus-group-name-decode): Declare rather than
4540         autoloading.
4541         (gnus-fetch-field): Require message.
4542         (gnus-decode-newsgroups): Require gnus-group.
4543
4544         * ietf-drums.el: Don't require time-date.
4545
4546         * message.el: Don't require hashcash, canlock, ecomplete.
4547         Do require mail-utils.  Require nnheader only when compiling.
4548         (smtpmail-default-smtp-server): Remove declaration.
4549         (message-send-mail-function): Check smtpmail-default-smtp-server
4550         is bound rather than requiring smtpmail.
4551         (message-auto-save-directory, message-insert-signature):
4552         Use expand-file-name rather than nnheader-concat.
4553         (nnheader-insert-file-contents): Autoload.
4554         (hashcash-wait-async): Declare.
4555         (message-send-mail): Only call gnus-setup-posting-charset if
4556         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4557         (message-send-mail-with-sendmail): Require sendmail.
4558         (canlock-password, canlock-password-for-verify): Declare.
4559         (message-canlock-password): Require canlock.
4560         (nnheader-get-report): Autoload.
4561         (gnus-setup-posting-charset): Declare.
4562         (message-send-news): Require gnus-msg.
4563         (message-make-references, message-make-in-reply-to): Use mail-header-id
4564         rather than the alias mail-header-message-id.
4565         (ecomplete-add-item, ecomplete-save): Declare.
4566         (message-put-addresses-in-ecomplete): Require ecomplete.
4567         (ecomplete-display-matches): Autoload.
4568
4569         * mm-decode.el: Don't require mailcap, gnus-util.
4570         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4571         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4572         Autoload.
4573         (mailcap-mime-extensions): Declare.
4574
4575         * mm-encode.el: Don't require mailcap.
4576         (mailcap-extension-to-mime): Autoload.
4577
4578         * mml-sec.el: Don't require password-cache.
4579
4580         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4581         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4582         (mml-minibuffer-read-type): Require mailcap.
4583         (mml-preview): Require gnus-msg.
4584
4585         * mml1991.el: Require password-cache.
4586         (password-cache-expiry): Remove declaration.
4587
4588         * mml2015.el: Require password-cache.
4589         (password-cache-expiry): Remove declaration.
4590
4591         * nneething.el (mailcap): Require mailcap.
4592
4593         * nnheader.el (declare-function): Add compatibility stub.
4594         (message-remove-header): Declare rather than autoload.
4595         (nnheader-replace-header): Require message.
4596
4597         * nnimap.el (declare-function): Add compatibility stub.
4598         (netrc-parse, netrc-machine-user-or-password): Declare.
4599         (nnimap-open-connection): Require netrc.
4600
4601         * nntp.el (declare-function): Add compatibility stub.
4602         (netrc-parse, netrc-machine, netrc-get): Declare.
4603         (nntp-send-authinfo): Require netrc.
4604
4605         * rfc2047.el: Don't require qp.
4606         (quoted-printable-encode-region, quoted-printable-decode-string):
4607         Autoload.
4608
4609         * sieve-mode.el: Don't require easymenu.
4610         (easy-menu-add-item): Autoload it.
4611
4612         * spam-stat.el (time-to-number-of-days): Autoload it.
4613
4614 2010-03-19  Glenn Morris  <rgm@gnu.org>
4615
4616         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4617
4618 2010-03-18  Glenn Morris  <rgm@gnu.org>
4619
4620         * hashcash.el (declare-function): Remove duplicate definition.
4621
4622 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4623
4624         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4625         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4626         value if any backslash escapes).
4627
4628 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4629
4630         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4631         if it is available.  (bug#5647)
4632
4633         * lpath.el: Suppress compiler warning for coding-system-from-name for
4634         Emacs 21 and XEmacs.
4635
4636 2010-03-14  Juri Linkov  <juri@jurta.org>
4637
4638         * hmac-def.el:
4639         * hmac-md5.el:
4640         * netrc.el: Fix keywords.
4641
4642 2010-02-26  Glenn Morris  <rgm@gnu.org>
4643
4644         * message.el (message-send-mail-function): Change the default, so that
4645         it inherits from a customized send-mail-function.  (Bug#5643)
4646
4647 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4648
4649         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4650         shell-command-to-string signals an error (bug#5299).
4651
4652 2010-02-24  Glenn Morris  <rgm@gnu.org>
4653
4654         * message.el (message-smtpmail-send-it)
4655         (message-send-mail-with-mailclient): Doc fixes.
4656
4657 2010-02-16  Glenn Morris  <rgm@gnu.org>
4658
4659         * message.el (message-default-mail-headers): Change the default value
4660         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4661
4662 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4663
4664         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4665         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4666
4667 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4668
4669         * time-date.el (date-to-time): Doc fix (Bug#5408).
4670
4671 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4672
4673         * message.el (message-mail): Just pass yank-action on to message-setup.
4674         (message-setup): Handle (FUN . ARGS) form of yank-action.
4675         (message-with-reply-buffer, message-widen-reply)
4676         (message-yank-original): Handle non-buffer values of
4677         message-reply-buffer (Bug#4080).
4678         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4679
4680 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4681
4682         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4683         Fix typo in docstring.
4684
4685 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4686
4687         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4688         response.
4689
4690 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4691
4692         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4693
4694         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4695
4696         * message.el (message-check-news-header-syntax): Protect against a
4697         string that `rfc822-addresses' returns when parsing fails.
4698
4699 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4700
4701         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4702         (gnus-previous-char-property-change): New functions.
4703
4704         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4705
4706 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4707
4708         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4709         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4710
4711 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4712
4713         * message.el (message-exchange-point-and-mark): Rework last change to
4714         avoid using optional arg of exchange-point-and-mark, for backward
4715         compatibility.
4716
4717 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4718
4719         * message.el (message-exchange-point-and-mark):
4720         Call exchange-point-and-mark with an argument rather than setting
4721         mark-active by hand (Bug#5175).
4722
4723 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4724
4725         * nntp.el (nntp-service-to-port): Work for service expressed with
4726         numeric string; replace [:digit:] with [0-9] for XEmacs.
4727
4728 2009-12-17  Glenn Morris  <rgm@gnu.org>
4729
4730         * gnus-group.el (gnus-bug-group-download-format-alist):
4731         Change emacs entry to debbugs.gnu.org.  Bump :version.
4732
4733 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4734
4735         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4736
4737 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4738
4739         * message.el (message-info): Explain why we use `Info-goto-node'.
4740
4741 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4742
4743         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4744
4745 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4746
4747         * message.el (message-completion-in-region): New compatibility function.
4748         (message-expand-group): Use it.
4749
4750 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4751
4752         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4753         with no unread article should be listed if the 2nd arg `predicate' is
4754         given.
4755
4756 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4757
4758         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4759
4760 2009-11-29  Juri Linkov  <juri@jurta.org>
4761
4762         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4763         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4764         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4765
4766 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4767
4768         * sha1.el (sha1-string-external): default-directory "/" in case
4769         otherwise non-existent.  process-connection-type pipe for touch of
4770         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4771
4772 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4773
4774         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4775         it's comms related and sgml-mode.el has "comm" on that basis too.
4776
4777 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4780         containing tspecial characters if they have been already quoted.
4781
4782 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4783
4784         * dns-mode.el (auto-mode-alist): Purecopy string.
4785
4786 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4787
4788         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4789
4790 2009-10-24  Glenn Morris  <rgm@gnu.org>
4791
4792         * gnus-art.el (help-xref-stack-item): Define for compiler.
4793
4794 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4795
4796         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4797
4798 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4801
4802 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4805         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4806
4807 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4808
4809         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4810         (gnus-overlays-in): New alias to overlays-in.
4811
4812         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4813         gnus-overlay-get, and gnus-delete-overlay.
4814         (gnus-summary-show-thread): Make it work as well for systems in which
4815         next-single-char-property-change is not available.
4816         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4817
4818         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4819         (gnus-overlay-get): New alias to extent-property.
4820         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4821
4822         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4823         SXEmacs.
4824
4825         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4826         SXEmacs.
4827
4828 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4829
4830         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4831
4832 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4833
4834         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4835         and XEmacs that don't have `remove-overlays'.
4836
4837 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4838
4839         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4840         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4841         selective display.  Use overlays instead.
4842
4843 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4844
4845         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4846
4847 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4848
4849         * spam-stat.el (spam-stat-load): Fix typo in message.
4850
4851 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4852
4853         * dig.el (dig-invoke): Fix typo in docstring.
4854         (query-dig): Reflow docstring.
4855
4856 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4857
4858         * gnus-art.el (gnus-article-encrypt-body):
4859         * message.el (message-check-recipients):
4860         * mm-util.el (mm-codepage-setup):
4861         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4862         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4863
4864 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4865
4866         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4867         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4868         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4869         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4870         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4871
4872 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4873
4874         * dig.el: Add "Keywords: comm", as per net-utils.el.
4875
4876 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4877
4878         * dig.el (dig-mode): Use define-derived-mode.
4879
4880 2009-09-19  Glenn Morris  <rgm@gnu.org>
4881
4882         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4883
4884 2009-09-18  Glenn Morris  <rgm@gnu.org>
4885
4886         * gnus-diary.el (gnus-diary-check-message):
4887         * message.el (message-insert-formatted-citation-line):
4888         * nnbabyl.el (top-level):
4889         * nndiary.el (nndiary-schedule):
4890         Fix typos in condition-case handlers.
4891
4892 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4893
4894         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4895         configuration that provides the sole article window in a frame;
4896         position point correctly after deleting a part.
4897
4898 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4899
4900         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4901         (spam-resolve-registrations-routine): Use it to unregister articles
4902         that change status.
4903
4904 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4905
4906         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4907         with XEmacs.
4908         (parse-time-string-chars): Use it.
4909
4910 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4911
4912         * imap.el (imap-interactive-login): Better messages.
4913         (imap-open): Fix bug with renamed buffer on reconnect.
4914         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4915         for easier debugging and cleaner code.  On successful (guessed based on
4916         server capabilities) secondary authentication, set imap-state
4917         correctly.
4918         (imap-last-authenticator): Define imap-last-authenticator as a variable
4919         to avoid warnings.
4920
4921 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * nnrss.el (nnrss-request-article): Remove binding of
4924         default-enable-multibyte-characters that has gotten needless by
4925         the 2007-07-13 change in rfc2047-encode-message-header.
4926
4927         * mml.el (mml-insert-multipart): Error on the message header.
4928         (mml-insert-part): Error on the message header; position point at
4929         the end of a MIME tag.
4930
4931 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4932
4933         * time-date.el (autoload): Expand define-obsolete-function-alias into
4934         defalias and make-obsolete for old Emacsen that Gnus supports.
4935         (with-no-warnings): Define it for old Emacsen.
4936         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4937         is available.
4938         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4939         float-time is available; suppress compile warning for time-to-seconds.
4940
4941         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4942         (gnus-float-time): Alias to float-time if it exists.
4943
4944         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4945         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4946         float-time is available; suppress compile warning for time-to-seconds.
4947
4948         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4949         XEmacs.
4950
4951 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4952
4953         * imap.el (imap-message-map): Docstring fix.
4954
4955 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4958         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4959         Add the optional argument `encoding' that overrides the default.
4960
4961         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4962         mm-encode-buffer.
4963
4964 2009-09-04  Glenn Morris  <rgm@gnu.org>
4965
4966         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4967         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4968         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4969         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4970         * mm-util.el (mm-with-unibyte-current-buffer)
4971         (mm-find-buffer-file-coding-system):
4972         * yenc.el (yenc-decode-region): Use default-value rather than
4973         default-enable-multibyte-characters.
4974
4975 2009-09-03  Glenn Morris  <rgm@gnu.org>
4976
4977         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4978         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4979         than default-enable-multibyte-characters.
4980
4981 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4982
4983         * gnus-art.el (gnus-article-read-summary-keys):
4984         Fix gnus-buffer-configuration's value temporarily used.
4985
4986 2009-09-02  Glenn Morris  <rgm@gnu.org>
4987
4988         * gnus-util.el (gnus-float-time): New function.
4989         * gnus-delay.el (gnus-delay-article):
4990         * gnus-sum.el (gnus-thread-latest-date):
4991         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4992         * nnspool.el (nnspool-request-newgroups):
4993         Use gnus-float-time rather than time-to-seconds.
4994         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4995
4996         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4997         (gnus-header-subject-face, gnus-header-newsgroups-face)
4998         (gnus-header-name-face, gnus-header-content-face):
4999         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
5000         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
5001         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
5002         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
5003         (gnus-cite-face-11):
5004         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
5005         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
5006         (gnus-server-closed-face, gnus-server-denied-face)
5007         (gnus-server-offline-face):
5008         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
5009         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
5010         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
5011         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
5012         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
5013         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
5014         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
5015         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
5016         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
5017         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
5018         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
5019         (gnus-summary-selected-face, gnus-summary-cancelled-face)
5020         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
5021         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
5022         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
5023         (gnus-summary-high-undownloaded-face)
5024         (gnus-summary-low-undownloaded-face)
5025         (gnus-summary-normal-undownloaded-face)
5026         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
5027         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
5028         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
5029         (gnus-splash-face):
5030         * message.el (message-header-to-face, message-header-cc-face)
5031         (message-header-subject-face, message-header-newsgroups-face)
5032         (message-header-other-face, message-header-name-face)
5033         (message-header-xheader-face, message-separator-face)
5034         (message-cited-text-face, message-mml-face):
5035         * sieve-mode.el (sieve-control-commands-face)
5036         (sieve-action-commands-face, sieve-test-commands-face)
5037         (sieve-tagged-arguments-face):
5038         * spam.el (spam-face):
5039         Mark face aliases with "-face" in the name as obsolete.
5040
5041 2009-09-01  Glenn Morris  <rgm@gnu.org>
5042
5043         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
5044         than goto-line.
5045
5046 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5047
5048         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5049         Don't move point if the command is invoked inside the message header.
5050
5051 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
5052
5053         * imap.el (imap-send-command): Simplify.
5054         (imap-wait-for-tag): point-max -> buffer-size.
5055
5056 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
5057
5058         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
5059         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
5060         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
5061         * nnir.el (nnir-swish-e-index-file):
5062         * gnus-sum.el (gnus-summary-delete-marked-as-read)
5063         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
5064         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
5065         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
5066         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
5067         (gnus-treat-display-xface): Add Emacs version of obsolescence.
5068
5069 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
5072         Don't save excursion.
5073
5074 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
5075
5076         * nnheader.el (nnheader-find-file-noselect):
5077         * mm-util.el (mm-insert-file-contents):
5078         Use (default-value 'major-mode) instead of default-major-mode.
5079
5080 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
5081
5082         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
5083
5084 2009-08-26  Glenn Morris  <rgm@gnu.org>
5085
5086         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
5087         than placing in files.el.
5088
5089 2009-08-25  Glenn Morris  <rgm@gnu.org>
5090
5091         * nnir.el (top-level): Don't require cl at run-time.
5092         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
5093         Replace cl-function substitute with gnus-replace-in-string.
5094         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
5095         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
5096         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
5097         simplified expansions.
5098
5099 2009-08-25  Kevin Ryde  <user42@zip.com.au>
5100
5101         * dig.el (dig): Add autoload cookie.
5102
5103 2009-08-22  Glenn Morris  <rgm@gnu.org>
5104
5105         * gnus-art.el (gnus-button-patch): Use forward-line rather than
5106         goto-line.
5107
5108 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
5109
5110         * parse-time.el (parse-time-string-chars): Save match data.
5111
5112 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
5113
5114         * parse-time.el (parse-time-string-chars): Compute using character
5115         classes, to handle non-ascii characters (Bug#3190).
5116
5117 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5118
5119         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
5120
5121         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
5122         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
5123         (gnus-mm-display-part, gnus-mime-display-single)
5124         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
5125         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
5126
5127         * gnus-sum.el
5128         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
5129         (gnus-summary-move-article): Add expirable mark to articles copied or
5130         moved to group that has auto-expire turned on if the option is non-nil.
5131
5132 2009-07-24  Glenn Morris  <rgm@gnu.org>
5133
5134         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5135         Fix typo.  (Bug#3903)
5136
5137 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5138
5139         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5140         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5141         that should not be used for draft articles.
5142         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5143         that has no concern in minor mode keys.
5144         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5145         Abolish.
5146
5147 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5148
5149         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5150         article without making inquiry to a user for unknown encoding.
5151
5152         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5153         (nnmaildir--scan): Assume i-node and device number that file-attributes
5154         returns might be cons-cell.
5155
5156         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5157
5158         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5159
5160 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5161
5162         * auth-source.el: Remove docs now in auth.texi.  Don't use
5163         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5164         `auth-source-hide-passwords' and use them.
5165
5166 2009-07-15  Glenn Morris  <rgm@gnu.org>
5167
5168         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5169
5170 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5171
5172         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5173         excessive whitespace from the default values of title and description.
5174
5175 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5178         mail-fetch-field to fetch Content-Description header in order to
5179         exclude newlines.
5180
5181 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5182
5183         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5184         format used by GnuPG 2.0.11.
5185
5186 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5189         to deleted part.
5190
5191 2009-05-30  David Engster  <dengste@eml.cc>
5192
5193         * nnmairix.el: Remove old documentation in the commentary block.
5194         (nnmairix-request-group): Do not update active file for nnml back ends.
5195         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5196         end so that overview files are ignored.
5197         (nnmairix-update-groups): Make updating the groups more robust by using
5198         marks.
5199         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5200         with dollar characters in message-id.
5201
5202 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5203
5204         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5205         2008-12-25 in dns.el.
5206
5207 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5208
5209         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5210         could happen if the text is only composed of spaces and/or tabs.
5211
5212 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5213
5214         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5215         when sending a queued message to avoid extra mml tags.
5216
5217 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5218
5219         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5220
5221 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5222
5223         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5224         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5225         rmail-toggle-header for XEmacs;
5226         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5227
5228 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5229
5230         * gnus-dired.el: Remove autoload for gnus-setup-message.
5231         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5232         displaying Gnus logo; always use compose-mail.
5233
5234 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5237
5238 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5241         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5242         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5243         available.
5244         (gnus-nocem-epg-verify): New function.
5245
5246 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5247
5248         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5249
5250 2009-02-15  Glenn Morris  <rgm@gnu.org>
5251
5252         * gnus-util.el (rmail-insert-rmail-file-header)
5253         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5254         autoloads.
5255         (rmail-default-rmail-file): Remove unnecessary declaration.
5256         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5257
5258 2009-02-14  Glenn Morris  <rgm@gnu.org>
5259
5260         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5261         variable (only used in gnus-util, which declares it anyway).
5262         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5263         which was only needed by gnus-art (changed to not use it any more).
5264         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5265         only used in gnus-util, which autoloads it itself.
5266         (rmail-update-summary): Fix autoload.
5267
5268         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5269         rather than rmail-output-to-rmail-file.
5270
5271 2009-02-07  Glenn Morris  <rgm@gnu.org>
5272
5273         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5274         autoload of function that no longer exists.
5275         (rmail-toggle-header): Declare.
5276         (message-forward-rmail-make-body): Handle mbox Rmail.
5277
5278 2009-01-31  Glenn Morris  <rgm@gnu.org>
5279
5280         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5281         2009-01-09 change.
5282
5283 2009-01-31  Dave Love  <fx@gnu.org>
5284
5285         * imap.el (imap-fetch-safe): Bind debug-on-error.
5286         (imap-debug): Add imap-fetch-safe.
5287
5288 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5289
5290         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5291         (auth-source-forget-all-cached): New convenience function.
5292         (auth-source-user-or-password): Accept list of modes or a single mode.
5293
5294         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5295         auth-source modes.
5296
5297         * netrc.el (netrc-machine-user-or-password): Use list of
5298         auth-source modes.
5299
5300         * nnimap.el (nnimap-open-connection): Use list of
5301         auth-source modes.
5302
5303         * nntp.el (nntp-send-authinfo): Use list of
5304         auth-source modes.
5305
5306 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5307
5308         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5309         now.
5310
5311 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5312
5313         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5314         coding system in XEmacs; add a workaround for XEmacs.
5315
5316         * lpath.el: Fbind coding-system-aliasee.
5317
5318 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5319
5320         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5321         of current-language-environment.
5322
5323 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5324
5325         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5326         available at runtime.
5327
5328 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5329
5330         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5331
5332 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5333
5334         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5335         the greatest positive fixnum value doesn't work under an XEmacs with
5336         bignum support; use the most-positive-fixnum constant instead,
5337         available since Emacs 21.1 with cl and XEmacs 21.1.
5338
5339 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5342         XEmacs gets not to work.
5343
5344 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * mm-util.el (mm-coding-system-priorities): Allow the value like
5347         "Japanese (UTF-8)" of current-language-environment.
5348
5349 2009-01-09  Glenn Morris  <rgm@gnu.org>
5350
5351         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5352         with last-command-event.
5353
5354 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5355
5356         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5357         in the doc string.
5358
5359         * message.el (message-fix-before-sending): Amend comment.
5360
5361 2009-01-08  Dave Love  <fx@gnu.org>
5362
5363         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5364
5365 2009-01-07  David Engster  <dengste@eml.cc>
5366
5367         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5368         simplified server definitions by converting it via
5369         gnus-server-to-method.
5370
5371 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5374         parameter's operands.
5375
5376 2009-01-06  David Engster  <dengste@eml.cc>
5377
5378         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5379         primary select method (for gnus-group-mark-article-as-read).
5380
5381 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5382
5383         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5384         `(gnus)Face', not `(gnus)X-Face'.
5385
5386 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5387
5388         * mm-util.el (mm-ucs-to-char): New function.
5389
5390         * mm-url.el (mm-url-decode-entities): Use it.
5391
5392         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5393         unicode-to-char.
5394
5395 2009-01-05  Dave Love  <fx@gnu.org>
5396
5397         * time-date.el: Require cl for `declare'.
5398
5399 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5400
5401         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5402         Dave Love.
5403
5404 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5405
5406         * message.el (message-fix-before-sending): Add `eight-bit' to
5407         illegible-text check.
5408
5409 2009-01-03  Michael Olson  <mwolson@gnu.org>
5410
5411         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5412         `headers' is nil.  This can occur if the IMAP server does not have
5413         permissions to read messages from a folder, but can write new messages
5414         to the folder.
5415         (nnimap-request-article-part): Do not insert `data' if it is nil.
5416
5417         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5418         characters which will confuse `read', so skip past them.
5419
5420 2009-01-01  Dave Love  <fx@gnu.org>
5421
5422         * imap.el (imap-string-to-integer): Fix typo.
5423         (imap-fetch-safe): New function.
5424         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5425
5426         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5427
5428         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5429         (imap-parse-greeting): Fix doc strings.
5430         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5431         (imap-parse-flag-list): Make messages unique.
5432         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5433
5434         * nnimap.el: Fix author email.
5435         (nnimap-split-rule): Add FIXME comment.
5436         (nnimap-debug): Fix doc string.
5437
5438 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5439
5440         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5441
5442 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5445         nslookup if resolv.conf isn't available.
5446         (dns-query): Rename from query-dns.
5447         (dns-query-cached): Rename from query-dns-cached.
5448
5449 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5450
5451         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5452         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5453         to check if those variables exist (first appeared in Emacs 18.50).
5454
5455 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5456
5457         * mm-util.el (mm-line-number-at-pos): New function.
5458
5459         * spam-report.el (spam-report-process-queue): Use it.
5460
5461 2008-12-24  David Engster  <dengste@eml.cc>
5462
5463         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5464         parameters that haven't existed as variables as buffer-local variables.
5465
5466 2008-12-23  Dave Love  <fx@gnu.org>
5467
5468         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5469         cadar.
5470
5471         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5472         imap-starttls-p.
5473         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5474
5475 2008-12-22  Dave Love  <fx@gnu.org>
5476
5477         * imap.el: Fix author email.  Doc fixes.
5478         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5479         reply.
5480
5481 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5482
5483         * spam-report.el (spam-report-gmane-max-requests): New constant.
5484         (spam-report-gmane-wait): New variable.
5485         (spam-report-gmane-ham, spam-report-gmane-spam)
5486         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5487         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5488         the server.
5489
5490         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5491         Add explanations.
5492
5493         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5494         nnheader-accept-process-output and nnheader-read-timeout if available.
5495         (pop3-movemail): Use it.
5496
5497         * message.el (message-check-news-body-syntax): Fix signature check if
5498         there's an attachment.
5499
5500 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5501
5502         * mm-util.el: Add comments to the mm- emulating functions.
5503
5504 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5505
5506         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5507         Reported by Stephen Berman <stephen.berman@gmx.net>.
5508
5509 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * mm-util.el (mm-substring-no-properties): New function.
5512         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5513         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5514         (mm-string-to-multibyte): Doc fix.
5515
5516         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5517
5518 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5519
5520         * mml.el (mml-attach-file): Strip text properties from file name.
5521         (Bug#1574)
5522
5523 2008-12-16  Glenn Morris  <rgm@gnu.org>
5524
5525         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5526
5527 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5530         knows since the charset specified might be a bogus alias that
5531         mm-charset-synonym-alist provides.
5532
5533 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5534
5535         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5536         "ISO_8859-1".
5537
5538         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5539
5540 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5541
5542         * mm-util.el (mm-charset-eval-alist):
5543         Define it before mm-charset-to-coding-system.
5544         (mm-charset-to-coding-system): Add optional argument `silent';
5545         define it before mm-charset-override-alist.
5546         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5547         default value if it can be used in Emacs currently running;
5548         silence mm-charset-to-coding-system.
5549
5550 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5553         `allow-override' which says whether to use `mm-charset-override-alist'.
5554         (rfc2047-decode-encoded-words): Use it.
5555
5556         * mm-util.el (mm-charset-override-alist): Fix custom type;
5557         add `(gb2312 . gbk)' to choices.
5558
5559 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5560
5561         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5562         fast.
5563
5564         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5565
5566         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5567
5568 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5569
5570         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5571         on links.
5572
5573         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5574
5575 2008-12-03  Lute Kamstra  <lute@gnu.org>
5576
5577         * sha1.el: Remove leading * from docstrings of defcustoms,
5578         deffaces, defconsts and defuns.
5579
5580 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5581
5582         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5583         users' addresses that don't have domain parts.
5584         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5585         rather than message-narrow-to-head since there will be the message
5586         header separator.
5587
5588 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5589
5590         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5591         since the result is inserted in a unibyte buffer anyway.
5592         (nnimap-demule-use-string-to-multibyte): Remove.
5593         (nnimap-demule): Alias it to mm-string-to-multibyte.
5594
5595 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5596
5597         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5598         variable for debugging bug#464 and bug#1174.
5599         (nnimap-demule): Use it.
5600
5601 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5602
5603         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5604         score calculation correctly.
5605
5606 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5607
5608         * message.el (message-send-mail): Just set the buffer to unibyte
5609         rather than use mm-with-unibyte-current-buffer which does a lot more.
5610         (message-send-mail-partially): Don't bother with
5611         mm-with-unibyte-current-buffer since it's already been made unibyte by
5612         message-send-mail.
5613
5614 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5617
5618 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5619
5620         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5621
5622 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5623
5624         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5625         require itself and to remove `with-no-warnings'.
5626
5627 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5628
5629         * starttls.el (starttls-any-program-available): Get the name of the
5630         available TLS layer program.
5631         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5632         well as the host name in the "opening" message.
5633
5634         * auth-source.el (auth-source-cache, auth-source-do-cache)
5635         (auth-source-user-or-password): Cache passwords and logins by default,
5636         allow override with `auth-source-do-cache'.
5637         (auth-source-forget-user-or-password): Allow users to remove cache
5638         entries if needed.
5639
5640 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5641
5642         * md4.el (md4-buffer): Fix typo in docstring.
5643         (md4, md4-64): Doc fixes.
5644         (md4-pack-int32): Reflow docstring.
5645
5646 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5647
5648         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5649         condition-case to only the forward-sexp call.
5650
5651 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5652
5653         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5654         quotes contained.  Make it more robust regardless by an extra
5655         condition-case wrapper.
5656
5657 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5660
5661 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5662
5663         * nnml.el (nnml-request-expire-articles): Check if the function set to
5664         `nnmail-expiry-target' returns the symbol `delete'.
5665
5666         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5667
5668         * nnmail.el (nnmail-expiry-target): Fix custom type.
5669
5670 2008-10-02  Glenn Morris  <rgm@gnu.org>
5671
5672         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5673         Silence compiler warning.
5674
5675 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5676
5677         * tls.el (open-tls-stream): Show the actual command being
5678         executed, instead of the format string.
5679
5680 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * lpath.el: Fbind codepage-setup for Emacs 23.
5683
5684 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5685
5686         * mml.el (mml-menu): Don't assume mml2015 is bound.
5687
5688 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5691         exists.
5692
5693 2008-09-27  Glenn Morris  <rgm@gnu.org>
5694
5695         * gnus-util.el (mail-header-remove-comments): Autoload it.
5696
5697 2008-09-27  Andreas Schwab  <schwab@suse.de>
5698
5699         * gnus-util.el (gnus-split-references): Strip comments.
5700         (gnus-parent-id): Likewise.
5701
5702 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5703
5704         * message.el (message-confirm-send): Fix version.
5705
5706 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * message.el (message-idna-to-ascii-rhs-1): Use
5709         mail-extract-address-components rather than mail-header-parse-addresses
5710         that is an alias by default to ietf-drums-parse-addresses that does not
5711         support non-ASCII names in headers' contents.
5712
5713 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5714
5715         * message.el (message-confirm-send): Fix variable documentation to
5716         avoid the "y/n" wording.
5717
5718 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5719
5720         * message.el (message-set-auto-save-file-name): Save to a different
5721         filename so multiple messages (especially drafts) can be recovered.
5722
5723 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5724
5725         * message.el (message-confirm-send): Add appropriate version.
5726
5727 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5728
5729         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5730         defvar.
5731
5732 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5733
5734         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5735         (mm-pkcs7-enveloped-magic): Ditto.
5736
5737 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5738
5739         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5740         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5741
5742 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5743
5744         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5745         default, it's better.
5746
5747 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5748
5749         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5750         summary line gnus-number property and ignore them (with a warning
5751         message).
5752
5753 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5756         macro caddr in the interactive form since it won't be expanded.
5757
5758 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5759
5760         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5761         `charset'; fix name of function called recursively.
5762         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5763
5764 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5765
5766         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5767         (gnus-mime-set-charset-parameters): New function.
5768         (gnus-mime-view-part-as-charset): Use it to correctly display part
5769         specifying wrong charset.
5770
5771 2008-09-08  David Engster  <dengste@eml.cc>
5772
5773         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5774         in completing-read for back end server.
5775
5776 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         * message.el (message-confirm-send): New variable to confirm sending a
5779         message.
5780         (message-send): Use it.
5781
5782 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5783
5784         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5785
5786 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5787
5788         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5789
5790 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5791
5792         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5793         prevent tracking too many groups.
5794         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5795         Use it.
5796
5797 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5798
5799         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5800         moving point to the bottom of the window in order to avoid recentering.
5801
5802 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5803
5804         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5805
5806         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5807         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5808         (gnus-article-beginning-of-window): Fix calculation.
5809
5810 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5811
5812         * gnus-msg.el (gnus-summary-supersede-article)
5813         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5814         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5815         message header.
5816
5817 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5818
5819         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5820         pending output coming after the status change.
5821
5822 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5823
5824         * message.el:
5825         * gnus-start.el:
5826         * gnus-registry.el: Remove VMS support.
5827
5828 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5829
5830         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5831         macro.
5832         (rfc2104-hash): Use it.
5833
5834 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5837         (gnus-summary-sort-by-most-recent-date): New commands.
5838         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5839         and menu entries.
5840
5841 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5844         don't redisplay article for raw contents; remove plural articles stuff.
5845
5846         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5847         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5848         on gnus-summary-save-article; display results properly.
5849
5850 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5851
5852         * lpath.el: No need to fbind ns-focus-frame.
5853
5854 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5855
5856         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5857
5858 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5859
5860         * gnus-art.el (gnus-summary-save-in-pipe):
5861         Consider gnus-save-all-headers.
5862
5863 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5864
5865         * gnus-util.el (ns-focus-frame): Remove declaration.
5866         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5867         like x.
5868
5869 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5870
5871         * rfc2104.el (rfc2104-zero): Delete defconst.
5872         (rfc2104-hex-alist): Likewise.
5873         (rfc2104-hex-to-int): Delete func.
5874         (rfc2104-hexstring-to-bitstring): Likewise.
5875         (rfc2104-nybbles): New defconst.
5876         (rfc2104-hash): Rewrite for speed.
5877
5878 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5879
5880         * tls.el (open-tls-stream): Make it work with the 2nd argument
5881         BUFFER that is a string but does not exist as a buffer object, as
5882         mentioned in the doc-string.
5883
5884 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5885
5886         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5887         SXEmacs.
5888
5889 2008-07-16  Glenn Morris  <rgm@gnu.org>
5890
5891         * gnus-util.el (ns-focus-frame): Declare for compiler.
5892
5893 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5894
5895         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5896         set as a group parameter.
5897         (gnus-summary-save-in-pipe): Work when it is called independently.
5898         (gnus-summary-pipe-to-muttprint): Don't modify
5899         gnus-summary-pipe-output-default-command.
5900
5901 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5902
5903         * message.el (message-send-mail-with-sendmail):
5904         Display the error message.
5905
5906 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5907
5908         * gnus-art.el (gnus-default-article-saver):
5909         Add gnus-summary-save-in-pipe to choices.
5910         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5911         gnus-summary-pipe-output-default-command as the default command.
5912         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5913         instead of gnus-last-shell-command.
5914
5915         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5916         New user option.
5917         (gnus-summary-muttprint-program): Mention the value will be changed.
5918         (gnus-summary-save-article): Force showing of all headers.
5919         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5920
5921 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5922
5923         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5924
5925 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5926
5927         * nnimap.el (nnimap-id):
5928         * sieve-manage.el (sieve-manage-open): Doc fixes.
5929
5930 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5931
5932         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5933         if available.
5934
5935 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5936
5937         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5938
5939         * nnkiboze.el (nnkiboze-generate-group):
5940         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5941
5942         * nnmairix.el: Require CL.
5943
5944 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * dgnushack.el: Autoload get-display-table and put-display-table for
5947         XEmacs 21.5.
5948
5949         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5950         21.4 and SXEmacs.
5951
5952 2008-06-15  David Engster  <dengste@eml.cc>
5953
5954         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5955
5956 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5957
5958         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5959         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5960         runtime choice under XEmacs.
5961
5962         * gnus-sum.el (gnus-summary-set-display-table):
5963         Use `gnus-put-display-table', `gnus-get-display-table',
5964         `gnus-set-display-table' for the display table, instead of `aset'.
5965
5966         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5967         Use `gnus-put-display-table', `gnus-get-display-table',
5968         `gnus-set-display-table' for the display table.
5969
5970 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5971
5972         * nnmairix.el: Add autoloads.
5973
5974 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5975
5976         * nnmairix.el (nnmairix-delete-recreate-group)
5977         (nnmairix-update-and-clear-marks): Fix error messages.
5978
5979 2008-06-14  David Engster  <dengste@eml.cc>
5980
5981         * nnmairix.el: Upgrade to version 0.6.
5982         (nnmairix-group-toggle-propmarks-this-group)
5983         (nnmairix-group-toggle-readmarks-this-group)
5984         (nnmairix-group-delete-recreate-this-group)
5985         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5986         (nnmairix-remove-tick-mark-original-article): New commands.
5987         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5988         (nnmairix-propagate-marks-to-nnmairix-groups)
5989         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5990         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5991         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5992         functions needed for marks propagation and manipulation of read marks.
5993         (nnmairix-update-groups): New function.
5994         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5995         (nnmairix-determine-original-group-from-registry)
5996         (nnmairix-determine-original-group-from-path)
5997         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5998         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5999         New helper functions.
6000         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6001         keystrokes for new commands.
6002         (nnmairix-delete-and-create-on-change): Doc string cleanup.
6003         (nnmairix-request-group): Check allow-fast group parameter.
6004         (nnmairix-request-create-group): Set allow-fast group parameter if
6005         nnmairix-allowfast-default is set.
6006         (nnmairix-close-group): Propagate marks upon closing if needed.
6007         (nnmairix-group-toggle-threads-this-group): Use new.
6008         nnmairix-group-toggle-parameter helper function.
6009         (nnmairix-search): Better check for empty search result.
6010         (nnmairix-goto-original-article): Use new helper functions for
6011         determining original article.
6012         (nnmairix-show-original-article): Make sure message-id is in brackets.
6013         (nnmairix-call-mairix-binary): Change variable name.
6014         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
6015         helper function.
6016         (nnmairix-widget-toggle-activate): Fix doc string.
6017
6018 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * nnir.el: Require edmacro when compiling with XEmacs.
6021         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
6022         available in Emacs 21.
6023
6024 2008-06-11  Glenn Morris  <rgm@gnu.org>
6025
6026         * gnus-util.el (x-focus-frame):
6027         * gnus.el (image-size):
6028         * mm-decode.el (image-size): Declare.
6029
6030         * gnus-picon.el (declare-function): Add compat definition.
6031         (image-size): Declare.
6032
6033         * gnus-group.el (tool-bar-map):
6034         * gnus-sum.el (tool-bar-map): Define for compiler.
6035
6036         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
6037
6038         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
6039
6040         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
6041         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
6042         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
6043         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
6044         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
6045         * sieve-manage.el, spam-report.el, spam.el:
6046         Remove unnecessary eval-and-compile of autoloads.
6047
6048 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
6049
6050         * auth-source.el: Precise Tramp doc.
6051
6052 2008-06-07  Glenn Morris  <rgm@gnu.org>
6053
6054         * nnmairix.el: Remove unnecessary eval-when-compile.
6055
6056 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * lpath.el: Fbind propertize for XEmacs 21.4.
6059
6060 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
6061
6062         * nnir.el: Move here from ../contrib.
6063
6064 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6065
6066         * gnus-util.el (gnus-read-shell-command): New function.
6067         * mm-decode.el (mm-pipe-part):
6068         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
6069
6070 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6071
6072         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
6073
6074 2008-06-03  Glenn Morris  <rgm@gnu.org>
6075
6076         * pop3.el (nnheader-accept-process-output): Autoload it.
6077
6078 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6079
6080         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
6081         are not 2-digit hexadecimal characters that follow `%'s.
6082
6083 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
6084
6085         * message.el (message-bogus-recipient-p): Fix type in doc string.
6086         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
6087         (message-bogus-addresses): Rename from message-bogus-address-regexp.
6088         Improve custom options.
6089         (message-bogus-recipient-p): Adjust accordingly.
6090
6091 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
6092
6093         * parse-time.el (parse-time-months, parse-time-weekdays): Add
6094         long-form month and day names.
6095
6096 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
6097
6098         * dgnushack.el: Autoload debug, eudc-expand-inline and
6099         pgg-snarf-keys-region for XEmacs.
6100
6101         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
6102
6103         * nnmairix.el: Require edmacro when compiling with XEmacs.
6104
6105 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
6106
6107         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
6108         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
6109
6110 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
6111
6112         * auth-source.el: Add more docs.
6113
6114         * netrc.el (netrc-machine): Always match if the port is not given.
6115
6116 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6117
6118         * nnheader.el (nnheader-read-timeout): Change the default timeout from
6119         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
6120         retrieval faster in some cases, but might make CPU usage larger.
6121         If this has any bad side effects, we might revert this change.
6122
6123         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
6124         seems to make mail retrieval much, much faster.
6125         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
6126         unconditionally.
6127
6128         * gnus-draft.el (gnus-group-send-queue):
6129         Bind message-send-mail-partially-limit to nil to avoid being prompted.
6130
6131 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
6132
6133         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6134
6135         * message.el (message-bogus-address-regexp): Fix and improve custom
6136         type.
6137         (message-setup-hook): Add message-check-recipients as custom option.
6138
6139 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * message.el (message-cite-function): Remove bogus autoload which crept
6142         in during merge from v5-10.
6143
6144 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6145
6146         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6147
6148         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6149
6150         * auth-source.el: Preliminary Tramp docs.
6151         (auth-sources): Change the default auth-sources to use
6152         EPA .gpg files.
6153
6154 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6155
6156         * nntp.el: Autoload `auth-source-user-or-password'.
6157         (nntp-send-authinfo): Use it.
6158
6159         * nnimap.el: Autoload `auth-source-user-or-password'.
6160         (nnimap-open-connection): Use it.
6161
6162         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6163         for the gnus-message function.
6164         (auth-source-user-or-password): Use it.
6165
6166 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6167
6168         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6169         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6170         (rfc2104-hash): Use it.
6171
6172 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6173
6174         * gnus-art.el (gnus-article-toggle-truncate-lines):
6175         Don't use `iff' in docstring.
6176
6177 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6178
6179         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6180
6181         * gnus-util.el (gnus-extract-address-component-name)
6182         (gnus-extract-address-component-email): Convenience functions around
6183         `gnus-extract-address-components'.
6184
6185         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6186         Use `gnus-extract-address-component-email' to fix bug of comparing full
6187         sender name to `user-mail-address'.
6188
6189 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6190
6191         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6192         catch/throw to optimize.
6193         (gnus-registry-find-keywords): Just use member to find a keyword.
6194
6195 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6196
6197         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6198         is current before calling gnus-server-prepare.
6199         (gnus-server-setup-buffer, gnus-server-update-server)
6200         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6201
6202 2008-05-04  Juri Linkov  <juri@jurta.org>
6203
6204         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6205         (mailcap-file-default-commands): Use mailcap-replace-in-string
6206         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6207         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6208
6209 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6210
6211         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6212
6213 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6214
6215         * gnus.el: Bump version to 0.11.
6216
6217 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6218
6219         * gnus.el: No Gnus v0.10 is released.
6220
6221 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6222
6223         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6224         hooks.
6225         (gnus-update-read-articles): Speed up non-marks-using users.
6226         (gnus-use-marks): Define gnus-use-marks.
6227         (gnus-propagate-marks): Rename variable to something more sensible.
6228
6229 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6230
6231         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6232         (gmm-image-load-path-for-library): Fix typos in docstrings.
6233         (gmm-message): Reflow docstring.
6234
6235 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6236
6237         * mail-source.el (mail-source-set-1, mail-source-bind):
6238         Move auth-source code out of the macro to clean it up and fix bugs.
6239
6240 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6241
6242         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6243         by sender if it's equal to user-mail-address, it's likely to be
6244         useless.
6245
6246         * mail-source.el (mail-source-bind): Don't use user or password if they
6247         are not bound.  Unintern them if they are nil.  Don't use server unless
6248         it's bound, and default it to empty string otherwise.
6249
6250 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6251
6252         * mail-source.el: Load auth-source.el.
6253         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6254         get user name or password, if auth-sources is set up.
6255
6256         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6257         strategy of splitting with parent.
6258         (gnus-registry-split-fancy-with-parent)
6259         (gnus-registry-post-process-groups): Use it and fix prior
6260         bug (returning a list as the split result).
6261
6262         * auth-source.el (auth-sources): Remove server parameter.
6263         (auth-source-pick, auth-source-user-or-password)
6264         (auth-source-user-or-password-imap)
6265         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6266         (auth-source-user-or-password-sftp)
6267         (auth-source-user-or-password-smtp): Remove server parameter.
6268
6269 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6270
6271         * smime.el (smime-sign-region, smime-encrypt-region)
6272         (smime-decrypt-region):
6273         Remove redundant calls to `generate-new-buffer-name'.
6274
6275 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6276
6277         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6278         Don't use QP for message/rfc822.
6279         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6280
6281 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6282
6283         * sieve-manage.el (sieve-string-bytes): Remove.
6284         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6285         correct byte-length only if the process's coding-system is the same as
6286         the one used internally by Emacs to represent strings.
6287
6288 2008-04-22  Juri Linkov  <juri@jurta.org>
6289
6290         * mailcap.el (mailcap-file-default-commands): New function.
6291
6292 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6293
6294         * message.el (message-signature-separator, message-cite-function):
6295         Change custom version.
6296
6297 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6298
6299         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6300         commands.
6301         (tls-checktrust): Ditto.
6302
6303 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6304
6305         * mm-decode.el (mm-display-external): Make temp file read-only.
6306
6307 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6308
6309         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6310         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6311         `C-c C-f d'.
6312
6313 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6314
6315         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6316
6317 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6318
6319         * gnus.el: Bump version to 0.9.
6320
6321 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * gnus.el: No Gnus v0.8 is released.
6324
6325 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6326
6327         * mail-source.el (mail-source-value):
6328         Prefer fboundp to functionp so it works with macros as well.
6329
6330 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6331
6332         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6333         Fix last change in case the element is not even a symbol.
6334
6335 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6336
6337         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6338         Prefer fboundp to functionp so it works with macros as well.
6339
6340 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6341
6342         * auth-source.el: Add docs.
6343         (auth-sources): Modify format to support server.
6344         (auth-source-pick, auth-source-user-or-password)
6345         (auth-source-user-or-password-imap)
6346         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6347         (auth-source-user-or-password-sftp)
6348         (auth-source-user-or-password-smtp): Add server parameter.
6349
6350 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6351
6352         * gnus-registry.el: Initialize the registry when gnus-registry-install
6353         is t.
6354
6355 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6356
6357         * compface.el (uncompface): Make buffer unibyte.
6358
6359 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6360
6361         * mail-source.el (mail-source-value):
6362         Prefer fboundp to functionp so it works with macros as well.
6363
6364 2008-04-05  Glenn Morris  <rgm@gnu.org>
6365
6366         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6367
6368 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6369
6370         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6371         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6372
6373         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6374         multibyteness after rather than before erasing it.
6375
6376         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6377         mm-with-multibyte.
6378         (gnus-request-article-this-buffer): Make sure the proper decoding is
6379         used if gnus-original-article-buffer happens to be unibyte.
6380
6381         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6382         default-enable-multibyte-characters.
6383
6384         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6385         default-enable-multibyte-characters.
6386
6387         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6388
6389         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6390
6391 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6392
6393         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6394         Fix last change in case the element is not even a symbol.
6395
6396 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6397
6398         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6399         (imap-message-copyuid-1): Use it.
6400         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6401         J. Williams in
6402         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6403
6404         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6405         imap-enable-exchange-bug-workaround.
6406         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6407
6408 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6409
6410         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6411         a 100 byte status-checks into a 2-3MB transfer for each group.
6412         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6413         to enable bug workaround or not.
6414         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6415
6416 2008-03-31  Glenn Morris  <rgm@gnu.org>
6417
6418         * message.el (mml2015-use): Declare for compiler.
6419         (message-info): Require mml2015 when appropriate.
6420
6421 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6422
6423         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6424         whitespace.
6425
6426 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6427
6428         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6429         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6430         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6431         (nntp-service-to-port): New function.
6432         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6433         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6434         (nntp-open-netcat-stream): New function.
6435         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6436
6437 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6438
6439         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6440
6441 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6442
6443         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6444
6445 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6446
6447         * dns.el (dns-write): Use set-buffer-multibyte.
6448
6449 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6450
6451         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6452
6453 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6454
6455         * message.el (message-signature-separator): Change default.
6456         Improve custom type.
6457         (message-cite-function): Change default to
6458         message-cite-original-without-signature.
6459
6460         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6461         toggle.
6462
6463         * message.el (message-check-news-body-syntax): Fix signature check.
6464         (message-setup-1): Mark buffer as unmodified _after_ running
6465         message-setup-hook and handling message-alternative-emails.
6466         (message-shorten-references): Be more strict when building list of
6467         valid references to comply with GNKSA.
6468
6469         * gnus-group.el (gnus-read-ephemeral-bug-group)
6470         (gnus-read-ephemeral-debian-bug-group)
6471         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6472
6473         * message.el (message-info): Don't use booleanp which isn't supported
6474         in Emacs 21 and XEmacs.
6475
6476 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6477
6478         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6479         gnus-group-gmane-group-download-format.
6480         (gnus-group-read-ephemeral-gmane-group): Rename from
6481         gnus-group-read-ephemeral-gmane-group.
6482         (gnus-read-ephemeral-gmane-group-url): Rename from
6483         gnus-group-read-ephemeral-gmane-group-url.
6484         (gnus-bug-group-download-format-alist): New variable.
6485         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6486         (gnus-read-ephemeral-emacs-bug-group): New commands.
6487
6488 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6489
6490         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6491         (gnus-visible-headers): Improve custom type.
6492
6493 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6494
6495         * mml.el (mml-menu): Add workarounds for XEmacs.
6496
6497         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6498         X-Boundary header.
6499
6500         * message.el (message-simplify-recipients): Fix previous commit.
6501
6502 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6503
6504         * mm-util.el (mm-set-buffer-multibyte): New function.
6505         * mm-decode.el (mm-copy-to-buffer): Use it.
6506
6507         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6508         Prefer fboundp to functionp so it works with macros as well.
6509
6510 2008-03-19  Glenn Morris  <rgm@gnu.org>
6511
6512         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6513         Accidentally removed in the sync process with Emacs.
6514
6515 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6516
6517         * message.el (message-alter-recipients-discard-bogus-full-name):
6518         New function.
6519         (message-alter-recipients-function): New variable.
6520         (message-get-reply-headers): Use it.
6521         (message-replace-header): New helper function.
6522         (message-recipients-without-full-name): New variable.
6523         (message-simplify-recipients): New command.
6524
6525         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6526
6527         * message.el (message-info): Handle EasyPG manual.
6528
6529         * mml.el (mml-menu): Add entry for EasyPG.
6530
6531 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6532
6533         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6534         parameter.
6535
6536         * message.el (message-disassociate-draft): Specify drafts group name
6537         fully.
6538
6539 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6540
6541         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6542         Eliminate unnecessary duplicates from the match list.
6543
6544 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6545
6546         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6547
6548         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6549
6550         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6551         args of `how-many' of which the XEmacs version doesn't take; declare
6552         Info-index-next as function.
6553
6554 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * gnus-score.el (gnus-score-headers): Fix handling of
6557         gnus-inhibit-slow-scoring.
6558
6559         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6560         string.
6561         (gnus-button-url-regexp): Improve handling of parenthesis.
6562         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6563         (gnus-button-handle-info-keystrokes): Handle index entries.
6564
6565 2008-03-15  Glenn Morris  <rgm@gnu.org>
6566
6567         * parse-time.el (parse-time-string): Simplify.
6568
6569 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6572         Incoming* files.
6573
6574 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6575
6576         * auth-source.el (auth-sources): Rename from auth-source-choices.
6577         (auth-source-pick): Use it.
6578
6579 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6580
6581         * binhex.el (binhex-decode-region-internal):
6582         * uudecode.el (uudecode-decode-region-internal):
6583         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6584         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6585         setting default-enable-multibyte-characters.
6586
6587 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6588
6589         * auth-source.el (auth-source-protocols)
6590         (auth-source-protocols-customize, auth-source-choices): Add and
6591         modified variable customizations and defaults.
6592         (auth-source-pick, auth-source-user-or-password)
6593         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6594         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6595         (auth-source-user-or-password-sftp)
6596         (auth-source-user-or-password-smtp): Use new variables and provide an
6597         interface to netrc.el.
6598
6599 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6602         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6603         Make sure the nntp port to specify is a string.
6604
6605 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6606
6607         * nntp.el: Use with-current-buffer.
6608         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6609         dubious mm-with-unibyte-current-buffer.
6610         (nntp-with-open-group-function): New function extracted from
6611         nntp-with-open-group macro.
6612         (nntp-with-open-group): Use the function, so it's easier to debug.
6613         Add indentation and debugging info.
6614         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6615         Recommend the use of the netcat alternatives.
6616
6617         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6618         Avoid mm-string-as-multibyte as well.
6619
6620         * nnweb.el (nnweb-insert-html):
6621         Remove use of nnheader-string-as-multibyte.
6622
6623         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6624         (nnheader-string-as-multibyte): Remove.
6625
6626         * mm-view.el: Use inhibit-read-only.
6627         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6628         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6629         or unibyte-string.
6630
6631         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6632         (mm-uu-yenc-extract): Use with-current-buffer.
6633
6634         * gnus-soup.el (gnus-soup-send-packet): Don't use
6635         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6636
6637         * nnmh.el: Use with-current-buffer.
6638         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6639         mm-string-as-multibyte on the output of mm-encode-coding-string.
6640
6641         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6642         (nnimap-request-move-article): Use with-current-buffer.
6643
6644         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6645         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6646         conversion uses string-make-unibyte rather than string-as-unibyte.
6647
6648         * gnus-msg.el: Use with-current-buffer.
6649
6650         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6651
6652 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6653
6654         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6655         string for caching if it is 'PIN.
6656
6657 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6658
6659         * lpath.el: Consider the case without Emacs/W3.
6660
6661 2008-03-08  Glenn Morris  <rgm@gnu.org>
6662
6663         * time-date.el (date-to-time, time-subtract, time-add)
6664         (safe-date-to-time): Doc fixes.
6665
6666 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6667
6668         * mail-source.el (mail-source-delete-old-incoming-confirm):
6669         Change default to nil.
6670         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6671
6672 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6673
6674         * lpath.el: Rearrange.
6675
6676         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6677         (gnus-article-goto-prev-page): Work for articles having ^L's.
6678
6679         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6680
6681         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6682
6683 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6684
6685         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6686         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6687         (gnus-bookmark-jump): Adjust some variable names.
6688
6689 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6690
6691         * auth-source.el: New package.
6692         (auth-source-choices): Add customization entry point variable.
6693
6694         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6695         bug.
6696
6697 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6698
6699         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6700         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6701         (gnus-registry-install-shortcuts): Rename from
6702         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6703         the `gnus-registry-mark-map' keymap dynamically from
6704         `gnus-registry-marks'.  The generated functions update the summary line
6705         when a registry mark is added or deleted, and will call
6706         `gnus-registry-install-p' (see the comments in the code).
6707         (gnus-registry-user-format-function-M): Use concat intelligently.
6708
6709         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6710         the registry mark functions.
6711
6712 2008-03-05  Glenn Morris  <rgm@gnu.org>
6713
6714         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6715         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6716         gnus-art.
6717         (top-level): No need to load own source when compiling.
6718
6719 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6720
6721         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6722         Suggested by <chris.anderton@zetnet.co.uk>.
6723
6724 2008-03-04  Glenn Morris  <rgm@gnu.org>
6725
6726         * gnus-sum.el (top-level): No need to require gnus when compiling,
6727         since unconditionally required near start of file.
6728         (gnus-summary-display-while-building): Move definition before use.
6729
6730 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6731
6732         * gnus-registry.el (gnus-registry-user-format-function-M):
6733         Add formatting function.
6734
6735 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6736
6737         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6738         with plists.
6739         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6740         Use new format.
6741
6742 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6743
6744         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6745         `where-is-internal' that returns a range of key sequences.
6746
6747 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6748
6749         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6750
6751         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6752         (gnus-summary-jump-to-group): Consider windows on other displayed
6753         frames as well.  Similar changes might be needed elsewhere, but that's
6754         the one I've bumped into during my use.
6755
6756         * nndoc.el (nndoc-oe-dbx-type-p):
6757         * gnus-msg.el (gnus-debug):
6758         * gnus-group.el (gnus-update-group-mark-positions):
6759         Use mm-string-to-multibyte.
6760
6761 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6762
6763         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6764         doesn't handle NotDashEscaped.
6765
6766         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6767         (mml-dnd-attach-options): Fix typo in custom choice.
6768
6769         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6770         Change nndoc-article-type to mbox.
6771         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6772
6773         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6774         to nil, instead of html2text.
6775
6776         * imap.el (imap-debug): Add `imap-ping-server'.
6777
6778         * gnus-bookmark.el: Add FIXMEs.
6779
6780         * message.el (message-form-letter-separator)
6781         (message-send-form-letter-delay): New variables.
6782         (message-send-form-letter): Use them.  New command to send form
6783         letters.  Requested by Uwe Siart.
6784         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6785
6786 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6787
6788         * Update copyright years.
6789
6790 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         Sync from EMACS_22_BASE.
6793
6794         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6795
6796 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6797
6798         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6799         empty author.
6800
6801 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6802
6803         * gnus-registry.el (gnus-registry-marks): Add variable for
6804         customization of marks and their appearance.
6805         (gnus-registry-read-mark): Use it.
6806         (gnus-registry-do-marks): Add utility function to loop through
6807         `gnus-registry-marks'.
6808         (gnus-registry-install-shortcuts-and-menus): Add function to install
6809         shortcuts and menus.
6810         (gnus-registry-initialize): Use it.
6811         (gnus-registry-default-mark): Clarify documentation.
6812
6813 2008-02-29  Glenn Morris  <rgm@gnu.org>
6814
6815         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6816         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6817         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6818         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6819         Change defcustom :version from 23.0 to 23.1.
6820
6821 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6822
6823         * gnus-registry.el (gnus-registry-follow-group-p)
6824         (gnus-registry-post-process-groups): Add functions to aid registry
6825         splitting and improve logging.  Clarify behavior in function
6826         documentation.
6827         (gnus-registry-split-fancy-with-parent): Use them.
6828
6829 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6830
6831         * gnus-art.el: Use with-current-buffer.
6832
6833 2008-02-27  David Engster  <dengste@eml.cc>
6834
6835         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6836         Express real group name in the response.
6837
6838 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6839
6840         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6841         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6842         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6843         autoload gnus-registry-fetch-group when compiling.
6844         (nnmairix-request-group-with-article-number-correction):
6845         Remove unreferenced argument passed to nnmairix-call-backend.
6846
6847 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6848
6849         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6850         (mm-uu-extract): Improve face for low color ttys.
6851         Reported by Sascha Wilde.
6852
6853 2008-02-27  Glenn Morris  <rgm@gnu.org>
6854
6855         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6856         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6857         variables to defconsts.  Convert comments to doc-strings.
6858         (nnmairix-last-server, nnmairix-current-server): Convert from free
6859         variables to defvars.  Convert comments to doc-strings.
6860         (gnus-registry-fetch-group): Autoload.
6861         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6862         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6863         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6864         caddr.
6865         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6866         nnmairix-request-group-with-article-number-correction call.
6867         (nnmairix-fast, nnmairix-group): New, less general names, for free
6868         variables passed from nnmairix-request-group to
6869         nnmairix-request-group-with-article-number-correction.  Declare.
6870         (nnmairix-request-group-with-article-number-correction):
6871         Use nnmairix-fast, nnmairix-group rather than fast, group.
6872
6873 2008-02-26  David Engster  <dengste@eml.cc>
6874
6875         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6876         version 0.5.
6877
6878 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6879
6880         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6881         instead of making an extra function call.  Don't add the current group
6882         to articles only when they have the group.  Use
6883         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6884         Reported by David <de_bb@arcor.de>.
6885
6886 2008-02-24  Miles Bader  <miles@gnu.org>
6887
6888         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6889         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6890         (mm-find-mime-charset-region):
6891         * mm-bodies.el (mm-encode-body):
6892         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6893
6894 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6895
6896         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6897         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6898
6899 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6900
6901         * mail-source.el (mail-source-delete-incoming): Change default.
6902         Supplement doc string.
6903
6904         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6905
6906 2008-02-14  Glenn Morris  <rgm@gnu.org>
6907
6908         * time-date.el (format-seconds): New function.
6909
6910 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6911
6912         * nnmail.el (nnmail-message-id-cache-file): Derive from
6913         `gnus-home-directory'.
6914
6915 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6918         Document negative prefix.
6919
6920         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6921
6922 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6923
6924         * message.el (message-unsent-separator): Add the Exim bounce
6925         separator.
6926
6927 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6928
6929         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6930         list.
6931         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6932         recipient/signer list.
6933
6934 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6935
6936         * Makefile.in (datarootdir): Define.
6937         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6938         name that might contain whitespace.
6939
6940 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6941
6942         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6943         fbound (Emacs 23 unicode), signal an error.
6944
6945 2008-02-08  Glenn Morris  <rgm@gnu.org>
6946
6947         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6948
6949 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6950
6951         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6952         ports to the calls to `netrc-machine-user-or-password' in addition to
6953         "imap" and "imaps".
6954
6955 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6956
6957         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6958
6959         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6960
6961 2008-02-01  Kenichi Handa  <handa@m17n.org>
6962
6963         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6964         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6965         (rfc2104-hash): Convert the result of concat to unibyte string.
6966
6967 2008-02-01  Dave Love  <fx@gnu.org>
6968
6969         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6970         coding-system-for-read.
6971         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6972
6973 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6974
6975         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6976         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6977         <hanche@math.ntnu.no>.
6978
6979 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6980
6981         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6982
6983         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6984
6985 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6986
6987         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6988         * message.el (message-beginning-of-line): Use featurep instead of bound
6989         tests in order to resolve conditionals at compile time.
6990
6991 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6992
6993         * mail-source.el (mail-sources): Add `group' choice.
6994
6995         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6996         parameter `in-group' to control into which group the articles go.
6997         Add treatment of `group' mail-source.
6998
6999 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7000
7001         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7002
7003         * mm-decode.el (mm-dissect-buffer): Decode description.
7004
7005         * mml.el (mml-to-mime): Encode message header first.
7006
7007 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7008
7009         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7010         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7011
7012         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
7013         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
7014
7015 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7016
7017         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7018
7019 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7020
7021         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7022         prefix keys.
7023         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7024         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7025         gnus-xmas.el.
7026
7027         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
7028         (gnus-xmas-article-describe-bindings): New function.
7029         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
7030         gnus-xmas-article-describe-bindings.
7031
7032         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
7033
7034 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7035
7036         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7037         Add new variables for article mark management.
7038         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7039         list of extra data entries which, when present, will indicate that the
7040         article ID should not be trimmed from the registry.
7041         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7042         functions.
7043         (gnus-registry-read-mark): New function to read a mark name from the
7044         user.
7045         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7046         (gnus-registry-set-article-mark-internal): New functions to add and
7047         remove marks.
7048         (gnus-registry-get-article-marks): New function to show the marks for
7049         an article, or retrieve them for further use.
7050
7051 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7052
7053         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7054         keys when no argument is given.
7055
7056 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * imap.el (imap-ping-server): New variable.
7059         (imap-opened): On add extra ping if imap-ping-server is non-nil.
7060         (imap-ping-server): Minor doc string fixes.
7061
7062 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
7063
7064         * imap.el (imap-ping-server): New function.
7065         (imap-opened): Call imap-ping-server.
7066
7067 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7068
7069         * gnus-sum.el (gnus-article-sort-by-random)
7070         (gnus-thread-sort-by-random): Fix doc strings.
7071         Reported by jidanni@jidanni.org.
7072
7073 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7074
7075         * gnus-art.el (gnus-article-describe-bindings): New function.
7076         (gnus-article-read-summary-keys): Use it.
7077         (gnus-article-mode-map): Bind `C-h b' to it.
7078
7079 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7082         XEmacs.
7083         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7084         Protect against non-character events.
7085
7086         * lpath.el: Fbind map-keymap for Emacs 21.
7087
7088 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7089
7090         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7091         New command.
7092         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7093         instead of END.  Change name of the temp file.
7094         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7095         customizable.
7096
7097 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7098
7099         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7100         bind `S W' to gnus-article-wide-reply-with-original; set default
7101         binding to gnus-article-read-summary-send-keys.
7102         (gnus-article-read-summary-keys): Fix the order of keys; display
7103         continuation keys correctly in the echo area; describe bindings
7104         correctly when keys end with `C-h'.
7105         (gnus-article-read-summary-send-keys): New function.
7106         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7107         Work for gnus-article-read-summary-send-keys; display continuation keys
7108         correctly in the echo area.
7109         (gnus-article-reply-with-original): Ignore prefix argument.
7110         (gnus-article-wide-reply-with-original): New function.
7111
7112         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
7113         Emacs 21.
7114
7115 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7116
7117         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7118         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7119
7120 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7121
7122         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7123         (gnus-group-read-ephemeral-gmane-group): New command.
7124
7125 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7126
7127         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7128
7129 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7130
7131         * message.el (message-send-mail-function): Increase custom version.
7132
7133         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7134         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7135
7136 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7137
7138         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7139         for the cases where imap-authenticate is called with a nil buffer
7140         parameter.
7141
7142 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7143
7144         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7145         html parts correctly; support forwarded messages.
7146         (gnus-article-browse-html-article): Remove work buffers.
7147
7148         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7149         compiling.
7150         (netrc-bound-and-true-p): New macro.
7151         (netrc-parse): Use it instead of bound-and-true-p that is not available
7152         in XEmacs 21.4.
7153
7154 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7155
7156         * gnus-registry.el (gnus-registry-mark-article)
7157         (gnus-registry-article-marks): Add functionality to mark articles
7158         through the Gnus registry.
7159
7160         * encrypt.el: Clarify documentation for the new pgg method.
7161         (encrypt-file-alist): Add PGG option.
7162         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7163         functionality.  Abstract password key and messaging to external
7164         functions.
7165         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7166         (encrypt-message-method-and-cipher): Add new convenience external
7167         functions.
7168         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7169         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7170
7171         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7172         (netrc-parse): Use encrypt-file-alist to determine if
7173         encrypt-find-model or encrypt-insert-file-contents should be used.
7174
7175         * encrypt.el: Clarify documentation.  Load password-cache or
7176         password, whichever one is found first, instead of autoloading.
7177
7178 2007-12-19  Glenn Morris  <rgm@gnu.org>
7179
7180         * mml.el (message-options-set, message-narrow-to-head)
7181         (message-in-body-p, message-mail-p, message-encode-message-body):
7182         Autoload.
7183         (message-remove-header, message-narrow-to-headers-or-head)
7184         (message-subscribed-p, message-make-mail-followup-to)
7185         (message-position-on-field, message-news-p)
7186         (message-options-set-recipient, message-generate-headers)
7187         (message-sort-headers): Declare as functions.
7188
7189 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7190
7191         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7192         convention in doc string.
7193
7194 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7195
7196         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7197         title to html parts.
7198         (gnus-article-browse-html-article): Pass message header to it.
7199
7200         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7201
7202 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7203
7204         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7205         or password compatible with XEmacs.
7206
7207 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7208
7209         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7210         format document.
7211         (gnus-mime-delete-part): Don't write description line if empty.
7212         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7213
7214 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7215
7216         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7217         (gnus-summary-mark-read-and-unread-as-read)
7218         (gnus-summary-mark-current-read-and-unread-as-read)
7219         (gnus-summary-mark-unread-as-ticked): Doc fix.
7220         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7221
7222 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7223
7224         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7225         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7226
7227 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7228
7229         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7230         yes-or-no-p.
7231
7232 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * mm-decode.el (mm-add-meta-html-tag): New function.
7235         (mm-save-part-to-file, mm-pipe-part): Use it.
7236
7237         * gnus-art.el (gnus-article-browse-delete-temp-files):
7238         Use gnus-y-or-n-p instead of y-or-n-p.
7239         (gnus-article-browse-html-parts): Work with message/external-body; use
7240         mm-add-meta-html-tag.
7241
7242 2007-12-11  Glenn Morris  <rgm@gnu.org>
7243
7244         * gnus-cache.el: Require gnus-sum not just when compiling.
7245
7246         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7247
7248         * gnus-int.el (gnus-server-opened, gnus-status-message):
7249         Move definitions before use.
7250
7251         * mm-decode.el: Require gnus-util.
7252         (mm-remove-part): Only call delete-annotation on XEmacs.
7253
7254         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7255
7256         * nnmail.el: Require gnus-int.
7257
7258         * spam.el: Move `require's before `eval-when-compile's.
7259
7260         * gnus-ems.el (gnus-alive-p):
7261         * gnus-fun.el (message-goto-eoh):
7262         * gnus-util.el (gnus-group-name-decode):
7263         * mail-source.el (gnus-compress-sequence):
7264         * message.el (Info-goto-node, format-spec):
7265         * mm-bodies.el (message-options-get):
7266         * mm-decode.el (mm-view-pkcs7):
7267         * mm-util.el (gmm-write-region):
7268         * mml-smime.el (mml-compute-boundary)
7269         (gnus-completing-read-with-default):
7270         * mml.el (widget-button-press, gnus-make-hashtable):
7271         * mml1991.el (mm-decode-content-transfer-encoding)
7272         (mm-encode-content-transfer-encoding)
7273         (message-options-get, message-options-set):
7274         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7275         * nnfolder.el (gnus-request-group):
7276         * nnheader.el (ietf-drums-unfold-fws):
7277         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7278         * smime.el (gnus-run-mode-hooks):
7279         * spam-stat.el (gnus-message): Autoload.
7280
7281         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7282         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7283         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7284         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7285         Add declare-function compatibility definition.
7286
7287         * gnus-cache.el (nnvirtual-find-group-art):
7288         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7289         (gnus-add-image, gnus-add-wash-type):
7290         * gnus-group.el (nnkiboze-score-file):
7291         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7292         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7293         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7294         (message-tokenize-header, gnus-get-buffer-create)
7295         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7296         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7297         * gnus.el (gnus-group-decoded-name):
7298         * mail-source.el (imap-capability):
7299         * mm-bodies.el (message-options-set):
7300         * mm-decode.el (gnus-configure-windows):
7301         * mm-extern.el (message-goto-body):
7302         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7303         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7304         (epg-sub-key-validity, message-options-set):
7305         * mml.el (widget-event-point, gnus-configure-windows):
7306         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7307         * mml2015.el (epg-check-configuration, epg-configuration)
7308         (message-options-set):
7309         * nndb.el (nndb-request-article):
7310         * nnfolder.el (gnus-request-create-group):
7311         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7312         * nnmaildir.el (gnus-group-mark-article-read):
7313         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7314         * rfc1843.el (message-fetch-field):
7315         * spam.el (gnus-extract-address-components):
7316         Declare as functions.
7317
7318 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7319
7320         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7321
7322         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7323
7324         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7325         bind show-trailing-whitespace for XEmacs.
7326
7327 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7330         new no-op macro for backward compatibility.
7331
7332         * imap.el (imap-string-to-integer): New function.
7333
7334 2007-12-09  Glenn Morris  <rgm@gnu.org>
7335
7336         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7337
7338         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7339         * message.el, mm-view.el, sieve-manage.el, smime.el:
7340         Add declare-function compatibility definition.
7341
7342         * gnus-art.el (w3-region, w3m-region, Info-menu):
7343         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7344         * gnus-sum.el (gnus-get-predicate):
7345         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7346         * message.el (mail-abbrev-in-expansion-header-p):
7347         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7348         (w3m-detect-meta-charset, w3m-region):
7349         * sieve-manage.el (password-read, password-cache-add)
7350         (password-cache-remove):
7351         * smime.el (password-read-and-add): Declare as functions.
7352
7353 2007-12-08  David Kastrup  <dak@gnu.org>
7354
7355         * gnus-sum.el (gnus-summary-simplify-subject-query):
7356         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7357         `message'.
7358
7359 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7360
7361         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7362         it to bind idna-program, installation-directory, defined-colors, and
7363         face-attribute for XEmacs of the version that compiles defcustom forms.
7364
7365 2007-12-07  Glenn Morris  <rgm@gnu.org>
7366
7367         * gnus-art.el (article-make-date-line): Revert previous change.
7368
7369 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7370
7371         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7372
7373 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7374
7375         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7376         Call gnus-add-to-range ranges only once with a prepared article-list.
7377
7378 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7379
7380         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7381         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7382         group names with backslashes.
7383         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7384
7385 2007-12-06  Deepak Goel  <deego3@gmail.com>
7386
7387         * gnus-art.el (article-make-date-line):
7388         * gnus-start.el (gnus-load):
7389         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7390
7391 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7392
7393         * gnus-art.el (gnus-use-idna)
7394         * gnus-start.el (gnus-site-init-file)
7395         * message.el (message-use-idna)
7396         * mm-uu.el (mm-uu-hide-markers)
7397         * smiley.el (smiley-style): Revert changes that suppress warnings.
7398
7399 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7402         specify charset to html source.
7403         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7404
7405 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7408         idna-program in order to suppress byte compile warning issued by XEmacs
7409         that came to byte compile the default value section of defcustom forms
7410         recently.
7411
7412         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7413         value of installation-directory.
7414
7415         * message.el (message-use-idna): Don't directly refer to the value of
7416         idna-program.
7417
7418         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7419
7420         * smiley.el (smiley-style): Don't directly call face-attribute.
7421
7422 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7425
7426         * gnus-dired.el: Reduce Gnus dependencies.
7427         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7428         Don't require.  Use autoloads instead.
7429         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7430         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7431         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7432         (gnus-dired-mode): Adjust doc string.
7433         (gnus-dired-mail-mode): New variable.
7434         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7435         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7436         (gnus-dired-mail-buffers): New function.  Return mail or message
7437         composition buffers.
7438         (gnus-dired-attach): Use it.
7439         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7440         NO-DECODE.
7441         (gnus-dired-print): Use `gnus-print-buffer' depending on
7442         `gnus-dired-mail-mode'.
7443
7444 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7445
7446         * rfc2047.el (rfc2047-encoded-word-regexp)
7447         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7448         explaining what regexp patterns are for.
7449
7450 2007-12-04  Glenn Morris  <rgm@gnu.org>
7451
7452         * password.el: Move to password-cache.el.
7453
7454         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7455         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7456         * mml-smime.el (password-read, password-cache-add)
7457         (password-cache-remove):
7458         No need to autoload, since mml-sec requires password.
7459
7460         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7461         * message.el (gnus-extract-address-components):
7462         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7463
7464         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7465         password.
7466
7467 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7468
7469         * mailcap.el: Reduce dependencies.
7470         (mail-header-parse-content-type): Autoload.
7471         (mailcap-delete-duplicates): New alias.
7472         (mailcap-mime-info): Add optional argument NO-DECODE.
7473         (mailcap-mime-types): Use mailcap-delete-duplicates.
7474
7475         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7476
7477 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7478
7479         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7480         (imap-parse-status): Upcase status-att for servers that sends them
7481         lower-case (e.g., MS Exchange 2007).
7482
7483 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7484
7485         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7486         function.
7487
7488         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7489         (gnus-uu-yenc-article): New function.
7490
7491         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7492
7493         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7494
7495 2007-12-02  Glenn Morris  <rgm@gnu.org>
7496
7497         * binhex.el (binhex): New custom group.
7498         (binhex-decoder-program, binhex-decoder-switches)
7499         (binhex-use-external): Move to the binhex custom group.
7500
7501         * uudecode.el (uudecode): New custom group.
7502         (uudecode-decoder-program, uudecode-decoder-switches)
7503         (uudecode-use-external): Move to the uudecode custom group.
7504
7505         * netrc.el (top-level): Don't load `encrypt' features.
7506         (netrc-parse): Don't use encrypt.
7507         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7508
7509         * encrypt.el: Remove file.
7510
7511 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7512
7513         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7514         matches on patches.
7515
7516         * gnus-art.el (gnus-article-browse-html-article):
7517         Mention `mm-text-html-renderer' in the doc string.
7518
7519         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7520         string.  Add comments.
7521
7522         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7523         if rhs is ASCII.
7524
7525 2007-12-01  Glenn Morris  <rgm@gnu.org>
7526
7527         * mail-source.el (top-level): Require format-spec before
7528         eval-when-compile.
7529
7530 2007-11-30  Glenn Morris  <rgm@gnu.org>
7531
7532         * encrypt.el: Require password, rather than autoloading password-read.
7533
7534 2007-11-29  Glenn Morris  <rgm@gnu.org>
7535
7536         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7537         (sasl-make-client, sasl-next-step, sasl-step-data)
7538         (sasl-step-set-data): Declare as functions.
7539
7540 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7541
7542         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7543
7544 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7545
7546         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7547         certs should be verified and what is to be done in the event of a
7548         verification failure.
7549
7550         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7551         caller can indicate whether the cache should be disregarded for this
7552         call.  This way the result of the call is reproducible at all times and
7553         can be considered a canonical server name for the supplied method.
7554         (gnus-agent-method-p): Canonicalize server names by pushing their
7555         method through `gnus-method-to-server' using the no-cache argument.
7556
7557         * gnus-srvr.el (gnus-server-insert-server-line):
7558         Call `gnus-method-to-server' with `no-cache' argument.
7559
7560         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7561         gnus-agent-possibly-synchronize-flags as this should be called when the
7562         server is actually being opened.
7563         (gnus-agent-possibly-synchronize-flags)
7564         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7565         flags file of an agentized server to the latter function.
7566
7567         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7568         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7569         after a connection has been established successfully.
7570
7571 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7572
7573         * gnus-art.el (article-display-face): Force to display face if called
7574         interactively; check if gnus-article-x-face-too-ugly matches author.
7575         (article-display-x-face): Display face even if From header is missing
7576         as article-display-face does.
7577
7578 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7579
7580         * hashcash.el (message-narrow-to-headers-or-head)
7581         (message-fetch-field, message-goto-eoh)
7582         (message-narrow-to-headers): Declare as functions.
7583
7584 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7585
7586         * mail-source.el (mail-sources): Default to fetch from file for
7587         compatibility with default of nnmail-spool-file.
7588
7589 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7590
7591         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7592         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7593         to look for encoded word that should be encoded again.
7594         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7595         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7596         encoding pattern.
7597         (rfc2047-decode-region): Switch strict regexp and loose one according
7598         to rfc2047-allow-irregular-q-encoded-words.
7599
7600 2007-11-25  Romain Francoise  <romain@orebokech.com>
7601
7602         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7603
7604 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7605
7606         * tls.el (tls-program): Provide more custom choices from
7607         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7608         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7609
7610 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7611
7612         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7613         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7614
7615         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7616         `nnmail-spool-file'.
7617
7618         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7619         `nnmail-spool-file'.
7620
7621         * gnus-move.el (gnus-change-server): Ditto.
7622
7623         * gnus-kill.el (gnus-batch-score): Ditto.
7624
7625         * gnus-cache.el (gnus-jog-cache): Ditto.
7626
7627         * gnus-msg.el (gnus-summary-reply):
7628         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7629
7630 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7631
7632         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7633         version.  Minor improvement to doc strings.
7634         (tls-program): Add comment.
7635
7636 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7637
7638         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7639         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7640         mismatch between the hostname provided in the certificate and the name
7641         of the host connnecting to.
7642         (open-tls-stream): Use them.  Check certificates against trusted root
7643         certificates.
7644
7645 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7646
7647         * gnus-cache.el (gnus-cache-generate-nov-databases):
7648         Use nnml-generate-nov-databases-directory instead of
7649         nnml-generate-nov-databases-1.
7650
7651 2007-11-24  Glenn Morris  <rgm@gnu.org>
7652
7653         * message.el (message-tool-bar-retro): Update for rename
7654         mail_send.xpm->mail-send.xpm.
7655
7656 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7659         `smime-ldap-search' for Emacs 22 and up.
7660
7661 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7662
7663         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7664
7665         * message.el (message-send-mail-function): Fix error convention.
7666         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7667         (message-widen-reply, message-send-mail, message-talkative-question)
7668         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7669         (message-clone-locals, message-send-news): Use with-current-buffer.
7670         (message-insert-or-toggle-importance): Remove unused var `valid'.
7671         (message-make-references): Remove unused var `new-references'.
7672         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7673
7674 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7675
7676         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7677         (spam-split-symbolic-return-positive): Reflow docstring.
7678         (spam-backends, spam-summary-exit-behavior)
7679         (spam-mark-ham-unread-before-move-from-spam-group)
7680         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7681         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7682         (spam-clear-cache, spam-backend-check, spam-install-backend)
7683         (spam-install-statistical-backend, spam-list-of-processors)
7684         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7685         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7686         (spam-check-crm114, spam-initialize, spam-unload-hook):
7687         Fix typos in docstrings.
7688
7689 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7690
7691         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7692         been checked if they have never been read and those group levels are
7693         higher than the one that a user specified.
7694
7695 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7698         foreign groups unless a group level is specified by a user.
7699         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7700
7701 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7702
7703         * message.el (message-send-mail-function): Require sendmail.
7704
7705 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * message.el (message-send-mail-function): Check for smtpmail too.
7708
7709         * utf7.el (utf7-encode, utf7-decode): Use coding system
7710         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7711
7712         * message.el (message-send-mail-function): New function.
7713         (message-send-mail-function): Set default using
7714         message-send-mail-function.  Adjust doc string.
7715         (message-send-mail-with-mailclient): New function.
7716
7717 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7718
7719         * smime.el (from):
7720         * rfc2047.el (message-posting-charset):
7721         * qp.el (mm-use-ultra-safe-encoding):
7722         * pop3.el (parse-time-months):
7723         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7724         * nnml.el (files):
7725         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7726         (jka-compr-compression-info-list, ange-ftp-path-format)
7727         (efs-path-regexp):
7728         * nndiary.el (files):
7729         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7730         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7731         (epg-digest-algorithm-alist, inhibit-redisplay)
7732         (password-cache-expiry):
7733         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7734         (pgg-output-buffer, password-cache-expiry):
7735         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7736         (efs-path-regexp):
7737         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7738         (inhibit-redisplay):
7739         * mm-uu.el (file-name, start-point, end-point, entry)
7740         (gnus-newsgroup-name, gnus-newsgroup-charset):
7741         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7742         (latin-unity-ucs-list):
7743         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7744         (mm-uu-binhex-decode-function):
7745         * message.el (gnus-message-group-art, gnus-list-identifiers)
7746         (rmail-enable-mime-composing, gnus-local-organization)
7747         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7748         (gnus-read-active-file, facemenu-add-face-function)
7749         (facemenu-remove-face-function, gnus-article-decoded-p)
7750         (tool-bar-mode):
7751         * mail-source.el (display-time-mail-function):
7752         * gnus-util.el (nnmail-pathname-coding-system)
7753         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7754         (gnus-original-article-buffer, gnus-user-agent)
7755         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7756         (xemacs-codename, sxemacs-codename, emacs-program-version):
7757         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7758         * gnus-start.el (gnus-agent-covered-methods)
7759         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7760         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7761         (gnus-newsgroup-headers, gnus-group-list-mode)
7762         (gnus-group-mark-positions, gnus-newsgroup-data)
7763         (gnus-newsgroup-unreads, nnoo-state-alist)
7764         (gnus-current-select-method, mail-sources)
7765         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7766         (nnmail-spool-file, gnus-cache-active-hashtb):
7767         * gnus-mh.el (mh-lib-progs):
7768         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7769         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7770         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7771         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7772         (gnus-group-buffer):
7773         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7774         (font-lock-set-defaults):
7775         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7776         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7777         (gnus-summary-post-menu, total-parts, type, condition, length):
7778         * gnus-agent.el (gnus-agent-read-agentview):
7779         * flow-fill.el (show-trailing-whitespace):
7780         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7781         eval-and-compile wrappers for byte compiler pacifiers.
7782
7783         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7784         (mm-display-inline-fontify): Check for featurep 'xemacs not
7785         extent-list.
7786
7787         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7788         itimer-list.
7789         (mm-create-image-xemacs): Only do something for XEmacs.
7790         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7791
7792         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7793
7794         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7795         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7796
7797 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7798
7799         * nnimap.el (nnimap-split-download-body):
7800         * gnus-demon.el (gnus-demon):
7801         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7802
7803 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7806         New macros.
7807         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7808         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7809         copy data from unibyte buffer to multibyte current buffer.
7810         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7811         to copy data from unibyte current buffer to multibyte buffer.
7812         (nntp-make-process-buffer): Make process buffer unibyte.
7813
7814         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7815
7816 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7817
7818         * pop3.el (pop3-open-server): Accept and process data more robustly at
7819         connexion start to avoid spurious "POP SSL connexion failed" errors.
7820
7821 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7824         read group names.
7825
7826 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7827
7828         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7829
7830 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7831
7832         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7833         (nnmail-save-active): Use a unibyte buffer when saving active file,
7834         which may contain non-ASCII group names.
7835
7836         * nnml.el (nnml-request-group): Decode group names in messages.
7837
7838 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7839
7840         * message.el (message-citation-line-function)
7841         (message-insert-formatted-citation-line): Fix spelling of
7842         `message-insert-formated-citation-line'.
7843
7844 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7845
7846         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7847
7848 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7849
7850         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7851         nnmail-pathname-coding-system.
7852
7853         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7854         that a user enters; decode group names in messages.
7855
7856         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7857
7858 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7859
7860         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7861
7862         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7863
7864         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7865         risky local variable.
7866
7867         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7868
7869 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7870
7871         * encrypt.el: Improve documentation to fix function name typo.
7872         Reported by Daiki Ueno <ueno@unixuser.org>.
7873
7874 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7875
7876         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7877         even if the point is not in the last page of an article.
7878         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7879         back to the previous page.
7880
7881 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7882
7883         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7884
7885 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7886
7887         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7888
7889 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7890
7891         * message.el (message-check-news-body-syntax):
7892         Avoid mm-string-as-multibyte.
7893         (message-hide-headers): Don't assume (point-min)==1.
7894
7895 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7896
7897         * message.el (message-remove-blank-cited-lines): Fix if remove is
7898         given.
7899         (message-bogus-address-regexp): New variable.
7900         (message-bogus-recipient-p): New function.
7901         (message-check-recipients): New command.
7902         (message-syntax-checks): Add `bogus-recipient'.
7903         (message-fix-before-sending): Add `bogus-recipient'.
7904
7905         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7906         (gnus-treat-body-boundary): Don't test window-system.
7907
7908 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7909
7910         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7911
7912 2007-10-28  Miles Bader  <miles@gnu.org>
7913
7914         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7915         at compile-time too.
7916
7917 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * gnus-msg.el (gnus-message-setup-hook):
7920         Add `message-remove-blank-cited-lines' to options.
7921
7922 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7923
7924         * message.el (message-remove-blank-cited-lines): New function.
7925         Suggested by Karl Plästerer.
7926
7927 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7928
7929         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7930         mapc.
7931
7932         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7933         (top-level): Use mapc to set functions to be traced for debugging.
7934
7935         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7936         called for effect with while loop.
7937
7938         * message.el (message-talkative-question): Replace mapcar called for
7939         effect with mapc.
7940
7941         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7942         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7943         called for effect with dolist.
7944
7945         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7946
7947         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7948         gnus-extra-headers and nnmail-extra-headers.
7949
7950         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7951         called for effect with dolist.
7952         (top-level): Use mapc to set functions to be traced for debugging.
7953
7954         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7955         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7956         dolist.
7957
7958         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7959         Replace mapcar called for effect with mapc.
7960         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7961         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7962         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7963         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7964
7965         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7966         remove-if that's a cl function.
7967
7968         * webmail.el (webmail-debug): Replace mapcar called for effect with
7969         dolist.
7970
7971         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7972         with mapc.
7973
7974 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7975
7976         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7977         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7978         with while loop.
7979
7980         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7981         functions from article-* functions.
7982         (gnus-multi-decode-header): Replace mapcar called for effect with
7983         dolist.
7984
7985         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7986         (gnus-bookmark-show-details): Replace mapcar called for effect with
7987         while loop.
7988
7989         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7990         called for effect with while loop.
7991
7992         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7993         with dolist.
7994
7995         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7996         Replace mapcar called for effect with dolist.
7997
7998         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7999
8000         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8001         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8002         Replace mapcar called for effect with dolist.
8003         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8004         mapc.
8005
8006         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8007         Replace mapcar called for effect with dolist.
8008         (gnus-topic-list): Replace mapcar called for effect with mapc.
8009
8010         * gnus.el: Use mapc instead of mapcar to add autoloads.
8011
8012 2007-10-23  Richard Stallman  <rms@gnu.org>
8013
8014         * gnus-group.el (gnus-group-highlight): Mark as risky.
8015
8016 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus.el (gnus-server-to-method): Return method found first in
8019         gnus-newsrc-alist.
8020
8021         * gnus-art.el (gnus-article-highlight-signature)
8022         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8023         button overlay without the front stickiness.
8024
8025 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8026
8027         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8028         overview buffer needed a catch to receive its throw.
8029         (gnus-agent-flush-cache): Declare as interactive to make this function
8030         easier to use.
8031
8032 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8033
8034         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8035         `next-line'.
8036
8037 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8038
8039         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8040         exclude address matching message-dont-reply-to-names.
8041
8042 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-util.el (gnus-string<): New function.
8045
8046         * gnus-sum.el (gnus-article-sort-by-author)
8047         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8048
8049 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8050
8051         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8052         the frame-focus tag is set in gnus-buffer-configuration.
8053
8054 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8057         the front stickiness.
8058
8059 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8060
8061         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8062         url pattern; remove duplicate one.
8063         (gnus-article-extend-url-button): New function.
8064         (gnus-article-add-buttons): Use it.
8065         (gnus-button-push): Use concatenated url that it makes.
8066
8067 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8068
8069         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8070
8071 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8072
8073         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8074         Don't hardcode point-min==1.
8075
8076 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8077
8078         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8079         Fix comment about "iso8859-1".
8080
8081 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8082
8083         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8084         ones returned from the verify-function.
8085
8086         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8087         Call mml2015-extract-cleartext-signature if extraction failed.
8088
8089 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8090
8091         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8092         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8093         failed.
8094
8095 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8096
8097         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8098
8099 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
8100
8101         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
8102         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
8103         recommends to use EasyPG instead of PGG.
8104
8105         * pgg.el: Revert to revision 6.23.2.16.
8106
8107         * pgg-def.el: Revert to revision 6.6.2.14.
8108
8109         * pgg-gpg.el: Revert to revision 6.23.2.34.
8110
8111 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8112
8113         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8114         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8115         thread for both the null and zero (kill/expire thread) universal prefix
8116         cases.
8117         (gnus-summary-expire-thread): Add new function to expire a thread,
8118         using gnus-summary-kill-thread.
8119         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8120         shortcuts for gnus-summary-expire-thread.
8121         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8122         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8123
8124 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8125
8126         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8127         extras value, so an extras entry can be deleted.
8128         (gnus-registry-delete-extra-entry): Use it.
8129         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8130         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8131         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8132         storage through the gnus-registry, and provide an appropriate API for
8133         it.
8134
8135 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8138         Suggested by Leo <sdl.web@gmail.com>.
8139
8140         * gnus.el: Do.
8141
8142 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8143
8144         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8145         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8146
8147         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8148
8149         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8150         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8151
8152 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8155         newline.
8156         (nnmbox-request-accept-article): Don't change article in source buffer;
8157         narrow to header to use message-fetch-field rather than
8158         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8159         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8160         as delimiters; make sure article ends with newline.
8161         (nnmbox-delete-mail): Correct last position of article to be deleted;
8162         ignore X-Gnus-Newsgroup header in article body.
8163         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8164         positions; make sure article ends with newline.
8165
8166         * message.el (message-display-abbrev): Don't infloop when a user
8167         inserts SPC in the beginning of header.
8168
8169         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8170         coding-system-for-read and coding-system-for-write for XEmacs having no
8171         file-coding feature.
8172
8173         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8174
8175 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8176
8177         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8178         list of groups not followed by default.  Fix type to be regexp.
8179         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8180
8181 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8182
8183         * hmac-def.el (define-hmac-function): Switch from old-style to
8184         new-style backquotes.
8185
8186         * md4.el (md4-make-step): Likewise.
8187
8188 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8191         raw-text coding system when saving .newsrc file, which may contain
8192         non-ASCII group names.
8193
8194 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * gnus-cus.el (gnus-score-extra): New widget.
8197         (gnus-score-extra-convert): New function.
8198         (gnus-score-customize): Use it for Extra.
8199
8200 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8201
8202         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8203         (mml2015-mailcrypt-clear-verify): Use it.
8204         (mml2015-gpg-clear-verify): Use it.
8205         (mml2015-pgg-clear-verify): Use it.
8206         (mml2015-epg-clear-verify): Replace the current part with the output
8207         from GnuPG; don't extract the plaintext by itself.
8208
8209         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8210         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8211         mml2015-clear-verify-function; don't touch the armor headers or
8212         dash-escaped text here.
8213
8214 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8215
8216         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8217         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8218         parts, or application/octet-stream as a last resort.
8219         (gnus-mime-view-part-as-type): Don't toggle display.
8220         (gnus-mime-view-part-as-charset): Don't turn off display before
8221         querying charset.
8222
8223         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8224         stuff to undisplayer function in Emacs.
8225         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8226
8227         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8228         text/calendar parts.
8229
8230 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8231
8232         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8233         decoding text/calendar parts.
8234
8235         * message.el (message-forward-make-body-mime): Always mark body as
8236         having no illegible text; remove signed-or-encrypted argument.
8237         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8238
8239         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8240         (mml-generate-mime-1): Don't encode body if it is specified to be in
8241         raw form; don't make buffer be unibyte when inserting multibyte string.
8242
8243 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8244
8245         * sha1.el: Fix up comment style.
8246         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8247         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8248
8249         * hex-util.el: Fix up comment style.
8250         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8251
8252         * gnus-salt.el: Use with-current-buffer.
8253         (gnus-pick-setup-message): Fix long-standing typo.
8254
8255 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8256
8257         * imap.el (imap-logout-timeout): New variable.
8258         (imap-logout, imap-logout-wait): New functions.
8259         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8260
8261         * nnimap.el (nnimap-logout-timeout): New server variable.
8262         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8263         nnimap-logout-timeout.
8264
8265         * gnus-art.el (gnus-article-summary-command-nosave)
8266         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8267
8268 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus.el (gnus-maximum-newsgroup): New variable.
8271
8272         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8273         according to gnus-maximum-newsgroup.
8274
8275         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8276         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8277         Limit the range of articles according to gnus-maximum-newsgroup.
8278
8279 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8280
8281         * gnus-art.el (gnus-sticky-article): Fix problems described in
8282         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8283         Don't perform gnus-configure-windows here; reuse existing sticky
8284         article buffer.
8285
8286         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8287         it doesn't exist in gnus-article-mode.
8288
8289 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8290
8291         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8292         (gnus-agent-decoded-group-name): New function.
8293         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8294         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8295
8296 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8297
8298         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8299         Add binding for gnus-sticky-article.
8300         (gnus-summary-exit): Don't kill sticky article buffers.
8301
8302         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8303         article buffer.
8304         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8305         (gnus-kill-sticky-article-buffers): New commands.
8306
8307 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8308
8309         * nntp.el (nntp-xref-number-is-evil): New server variable.
8310         (nntp-find-group-and-number): If it is non-nil, don't trust article
8311         numbers in the Xref header.
8312
8313 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8314
8315         * gnus-agent.el (gnus-agent-read-group): New function.
8316         (gnus-agent-flush-group, gnus-agent-expire-group)
8317         (gnus-agent-regenerate-group): Use it.
8318         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8319         nnmail-pathname-coding-system.
8320
8321 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8322
8323         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8324
8325         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8326         that are unread as unread, and also as selected so that information of
8327         marks having been changed by a user may be updated when exiting group.
8328
8329 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8330
8331         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8332
8333 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8334
8335         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8336         calculated ignoring signature parts to gnus-treat-article.
8337
8338 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8341         a point here in order to keep the window start.
8342         (gnus-insert-mime-security-button): Make a button overlay without the
8343         front stickiness.
8344         (gnus-mime-display-security): Goto the end of a button.
8345
8346         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8347
8348 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8351         group-name-at-point.
8352         (gnus-group-completing-read): New function that offers decoded
8353         non-ASCII group names for completion.
8354         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8355         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8356         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8357         (gnus-group-fetch-control): Use it.
8358         (gnus-fetch-group): Use group-name-at-point for the initial value
8359         rather than the default value; use gnus-alive-p.
8360
8361         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8362         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8363         (gnus-summary-post-news): Use gnus-group-completing-read.
8364
8365         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8366         (gnus-read-move-group-name): Decode group name for completion.
8367
8368 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8369
8370         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8371         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8372         Yamaoka slightly modified the code).
8373
8374 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8377         (nnmail-split-incoming): Bind it.
8378
8379         * nnml.el (nnml-group-name-charset): New function.
8380         (nnml-decoded-group-name): Use it; don't decode group name if
8381         nnmail-group-names-not-encoded-p is non-nil.
8382         (nnml-encoded-group-name): New function.
8383         (nnml-group-pathname): Inline nnml-decoded-group-name.
8384         (nnml-request-expire-articles): Decode group name in message.
8385         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8386         nnmail-pathname-coding-system.
8387         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8388         not decoded ones according to nnmail-group-names-not-encoded-p.
8389         (nnml-generate-active-info): Use nnml-encoded-group-name.
8390
8391 2007-08-08  Glenn Morris  <rgm@gnu.org>
8392
8393         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8394         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8395         doc-strings and comments.
8396
8397 2007-07-25  Glenn Morris  <rgm@gnu.org>
8398
8399         * Relicense all FSF files to GPLv3 or later.
8400
8401 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8402
8403         * gnus-sum.el (gnus-summary-move-article):
8404         Make gnus-summary-respool-article work.
8405
8406 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8407
8408         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8409         string.
8410
8411 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8412
8413         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8414         that should be ignored when comparing distant RSS articles with local
8415         ones.
8416         (nnrss-make-hash-index): New function.  Create a hash index according
8417         to the ignored fields.
8418         (nnrss-check-group): Use it.
8419
8420 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8421
8422         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8423
8424         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8425
8426         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8427         the new optional argument ENCODED is non-nil.
8428         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8429         coding system for encoding group name.
8430         (gnus-group-make-rss-group): Pass un-encoded group name to
8431         gnus-group-make-group.
8432         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8433         encoded.
8434
8435         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8436         Encode group name to which articles are moved or copied.
8437         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8438         coding system for encoding Newsgroup, Followup-To and Xref headers.
8439
8440         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8441         marks; use nnheader-file-coding-system to write a file.
8442         (nnagent-retrieve-headers): Bind file-name-coding-system to
8443         nnmail-pathname-coding-system.
8444
8445         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8446
8447         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8448         (nnml-request-article, nnml-request-create-group)
8449         (nnml-request-rename-group, nnml-find-id)
8450         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8451         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8452         (nnml-save-marks): Use nnml-group-pathname instead of
8453         nnmail-group-pathname.
8454
8455         (nnml-request-create-group, nnml-request-expire-articles)
8456         (nnml-request-move-article, nnml-request-delete-group)
8457         (nnml-deletable-article-p, nnml-possibly-create-directory)
8458         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8459         (nnml-open-marks): Bind file-name-coding-system to
8460         nnmail-pathname-coding-system.
8461
8462         (nnml-request-article): Pass server argument to nnml-find-group-number.
8463         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8464         Pass server argument to nnml-possibly-create-directory.
8465         (nnml-request-accept-article): Pass server argument to
8466         nnml-active-number and nnml-save-mail.
8467         (nnml-find-group-number): Pass server argument to nnml-find-id.
8468         (nnml-request-update-info): Pass server argument to
8469         nnml-marks-changed-p.
8470
8471         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8472         (nnml-save-mail, nnml-active-number): Add server argument.
8473
8474         (nnml-request-delete-group): Warn if group is missing.
8475         (nnml-get-nov-buffer): Decode group name.
8476         (nnml-generate-active-info): Encode group name.
8477         (nnml-open-marks): Decode group name in messages.
8478
8479 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8480
8481         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8482         if it is not specified.
8483         (gnus-article-pipe-part, gnus-article-save-part)
8484         (gnus-article-interactively-view-part, gnus-article-copy-part)
8485         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8486         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8487         (gnus-article-replace-part, gnus-article-delete-part)
8488         (gnus-article-view-part-as-type): Pass raw prefix argument to
8489         gnus-article-part-wrapper.
8490
8491 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-agent.el (gnus-agent-save-active):
8494         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8495
8496         * gnus-cache.el (gnus-cache-save-buffers)
8497         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8498         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8499         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8500         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8501         (gnus-cache-generate-active, gnus-cache-rename-group)
8502         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8503         (gnus-cache-update-overview-total-fetched-for):
8504         Bind file-name-coding-system to nnmail-pathname-coding-system.
8505         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8506         New variables.
8507         (gnus-cache-decoded-group-name): New function.
8508         (gnus-cache-file-name): Use it.
8509         (gnus-cache-generate-active): Use non-decoded group name for active.
8510
8511         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8512         right place.
8513         (gnus-write-active-file): Don't break non-ASCII group names.
8514
8515         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8516         nnmail-pathname-coding-system.
8517
8518         * lpath.el: Bind default-file-name-coding-system,
8519         file-name-coding-system and language-info-alist for XEmacs.
8520
8521         * gnus-uu.el (gnus-uu-decode-save): Typo.
8522
8523 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8524
8525         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8526
8527 2007-07-14  David Kastrup  <dak@gnu.org>
8528
8529         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8530         finishing actions if we did not edit the article.
8531
8532 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8533
8534         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8535         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8536         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8537         (gnus-agent-flush-group, gnus-agent-flush-cache)
8538         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8539         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8540         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8541         (gnus-agent-regenerate-group)
8542         (gnus-agent-update-files-total-fetched-for)
8543         (gnus-agent-update-view-total-fetched-for):
8544         Bind file-name-coding-system to nnmail-pathname-coding-system.
8545         (gnus-agent-group-pathname): Don't encode file names by
8546         nnmail-pathname-coding-system.
8547         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8548         coding-system-for-write instead of buffer-file-coding-system to
8549         gnus-agent-file-coding-system.
8550
8551         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8552         Decode group name.
8553
8554         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8555
8556         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8557         (gnus-read-newsrc-el-file): Make group names unibyte.
8558
8559         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8560         nnmail-pathname-coding-system.
8561
8562         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8563         (nnrss-request-delete-group): Bind file-name-coding-system to
8564         nnmail-pathname-coding-system.
8565         (nnrss-read-server-data, nnrss-read-group-data):
8566         Bind file-name-coding-system correctly.
8567         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8568
8569         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8570         (nntp-server-to-method-cache): New variable.
8571         (nntp-group-pathname): New function that decodes non-ASCII group names.
8572         (nntp-possibly-create-directory, nntp-marks-changed-p)
8573         (nntp-save-marks, nntp-open-marks): Use it.
8574         (nntp-possibly-create-directory, nntp-open-marks):
8575         Bind file-name-coding-system to nnmail-pathname-coding-system.
8576         (nntp-open-marks): Decode group names when bootstrapping marks.
8577
8578         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8579         Newsgroups and Folowup-To headers.
8580
8581 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8582
8583         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8584         (gnus-server-closed-face, gnus-server-denied-face)
8585         (gnus-server-offline-face): Remove variable.
8586         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8587
8588         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8589         of modifying message-stack directly for XEmacs.
8590
8591         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8592         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8593         if the coding-system argument is nil for XEmacs.
8594
8595         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8596         mm-charset-override-alist.
8597
8598         * rfc2047.el: Don't require base64; require rfc2045 for the function
8599         rfc2045-encode-string.
8600         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8601         to quote the parameter value.
8602
8603 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8606         form in gnus-group-name-charset-method-alist.
8607
8608         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8609         overrides the default layout edit-form.
8610
8611         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8612
8613         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8614
8615 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8618         as unfetched articles.
8619
8620 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8623
8624 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8625
8626         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8627         original back end that keeps marks in the local system.
8628
8629 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8630
8631         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8632         arg of pop-to-buffer for XEmacs.
8633         (gnus-article-read-summary-keys): Ditto; don't restore window
8634         configuration if summary command ends up with neither article buffer
8635         nor summary buffer; describe bindings if summary keys end with C-h.
8636
8637 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8638
8639         * message.el (message-fix-before-sending): Skip raw message part to be
8640         forwarded while checking illegible text.
8641         (message-forward-make-body-mime, message-forward-make-body):
8642         Mark signed or encrypted raw message as having no illegible text.
8643
8644 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8645
8646         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8647         (gnus-message-with-timestamp-1): New macro.
8648         (gnus-message-with-timestamp): New function.
8649         (gnus-message): Use them.
8650
8651         * nnheader.el (nnheader-message): Use them.
8652
8653 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8656         .newsrc.eld file.
8657
8658 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8659
8660         * gnus-agent.el (gnus-agent-fetch-headers)
8661         (gnus-agent-retrieve-headers):
8662         Bind gnus-decode-encoded-address-function to identity.
8663
8664         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8665         available also when the server returns simply a dot.
8666
8667         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8668
8669 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8670
8671         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8672
8673 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * gnus-ems.el (gnus-x-splash): Make it work.
8676
8677         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8678         from being used.
8679
8680         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8681
8682 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8685         4th and the 5th arguments.
8686
8687         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8688         the front stickiness.
8689         (gnus-article-summary-command-nosave): Correct the order of the
8690         arguments passed to pop-to-buffer.
8691         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8692         summary command ends up with the article buffer.
8693
8694         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8695         the same faces.
8696
8697 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8698
8699         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8700
8701 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8702
8703         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8704         * gnus-sum.el (gnus-summary-highlight):
8705         * pgg.el (pgg-sign-region, pgg-sign):
8706         * mail-source.el (mail-source-delete-old-incoming-confirm):
8707         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8708
8709 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8710
8711         * gnus-art.el (gnus-mime-view-part-externally)
8712         (gnus-mime-view-part-internally): Fix predicate function passed to
8713         completing-read.
8714
8715         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8716
8717         * gnus.el (gnus-update-message-archive-method): Add :version.
8718
8719 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8720
8721         * gnus.el (gnus-update-message-archive-method): New variable.
8722
8723         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8724         according to gnus-message-archive-method if
8725         gnus-update-message-archive-method is non-nil.
8726
8727 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8728
8729         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8730         Suggested by Loic Dachary <loic@dachary.org>.
8731         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8732
8733 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8734
8735         * message.el (message-pop-to-buffer): Add switch-function argument.
8736         (message-mail): Pass switch-function argument to it.
8737
8738 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8739
8740         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8741         Improve doc string.
8742
8743 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8744
8745         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8746         (gnus-header-content)
8747         * gnus-cite.el (gnus-cite-10)
8748         * gnus-srvr.el (gnus-server-closed)
8749         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8750         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8751         (gnus-group-mail-3-empty, gnus-group-mail-low)
8752         (gnus-group-mail-low-empty, gnus-splash)
8753         * message.el (message-header-to, message-header-cc)
8754         (message-header-subject, message-header-other, message-header-name)
8755         (message-header-xheader, message-separator, message-cited-text)
8756         (message-mml): Lighten colors of faces used for dark background.
8757
8758 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8759
8760         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8761         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8762
8763 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8764
8765         * message.el (message-narrow-to-headers-or-head):
8766         Ignore mail-header-separator in the body.
8767
8768 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8769
8770         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8771         same as window size.
8772
8773 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8774
8775         * message.el (message-font-lock-keywords): Use message-header-xheader
8776         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8777         ahead of the anything pattern, to get it recognised.
8778
8779 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8782         spam.el loads uses it in the compiled defadvice form.
8783
8784 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8785
8786         * gnus-sum.el (gnus-articles-to-read)
8787         (gnus-summary-insert-old-articles): Don't truncate group name for
8788         `read-string'.
8789
8790         * gnus-util.el (gnus-limit-string): Delete this function.
8791
8792         * gnus-sum.el (gnus-simplify-subject-fully):
8793         Use `truncate-string-to-width' instead.
8794
8795 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8796
8797         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8798         Tell if, on summary exit, the next group has to be selected.
8799         (gnus-summary-exit): Use it.
8800
8801 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8802
8803         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8804         non-break space.
8805
8806 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8807
8808         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8809         Check if group is not a directory.
8810         (nnfolder-request-expire-articles): Don't delete articles if the target
8811         group is not available.
8812
8813         * nnml.el (nnml-request-create-group): Properly check if group is not a
8814         file.
8815         (nnml-request-expire-articles): Don't delete articles if the target
8816         group is not available.
8817
8818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8819         Don't quote characters that are within parentheses.
8820
8821 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8822
8823         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8824         (gnus-handle-ephemeral-exit): Select article according to it.
8825
8826 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8827
8828         * message.el (message-insert-formated-citation-line): Remove newline.
8829         (message-citation-line-format): Add final \n here so that the user can
8830         avoid a blank line.
8831
8832 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8833
8834         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8835         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8836         Update lanl/arXiv support.
8837
8838 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * gnus.el: Bump version number.
8841
8842 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8843
8844         * gnus.el (gnus-version-number): Bump version.
8845
8846 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8847
8848         * gnus.el: No Gnus v0.6 is released.
8849
8850 2007-04-27  Didier Verna  <didier@xemacs.org>
8851
8852         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8853         * gmm-utils.el (gmm-regexp-concat): ... here.
8854         * message.el: Don't require 'gnus-util.
8855         (message-dont-reply-to-names): Handle name change above.
8856         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8857
8858 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8859
8860         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8861         since the initial value varies according to the system.
8862
8863 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8864
8865         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8866
8867 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8868
8869         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8870
8871 2007-04-24  Didier Verna  <didier@xemacs.org>
8872
8873         Improve the type of gnus-ignored-from-addresses.
8874         * gnus-util.el (gnus-orify-regexp): New function.
8875         * message.el (gnus-util): Require it.
8876         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8877         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8878         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8879
8880 2007-04-24  Didier Verna  <didier@xemacs.org>
8881
8882         * gnus-sum.el:
8883         * gnus-utils.el: Fix some trailing whitespaces.
8884
8885 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8886
8887         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8888         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8889         article's Message-ID; refer parent article in summary buffer.
8890
8891         * message.el (message-bounce): Call mime-to-mml.
8892
8893         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8894         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8895         optimize and/or forms properly.
8896
8897 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8898
8899         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8900         URL.
8901
8902 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8903
8904         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8905
8906 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8907
8908         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8909         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8910         displayed of multipart/alternative part if it is invoked from summary
8911         buffer.
8912
8913         * mm-view.el (mm-inline-text-html-render-with-w3m)
8914         (mm-inline-text-html-render-with-w3m-standalone)
8915         (mm-inline-render-with-function): Use mail-parse-charset by default.
8916
8917 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8918
8919         * parse-time.el (parse-time-string-chars): Check if CHAR
8920         is less than the length of parse-time-syntax.
8921
8922 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8923
8924         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8925         from gnus-newsgroup-processable.
8926
8927 2007-04-16  Didier Verna  <didier@xemacs.org>
8928
8929         * gnus-msg.el (gnus-configure-posting-styles):
8930         Handle message-signature-directory properly with :file syntax.
8931         Reported by "Leo".
8932
8933 2007-04-11  Didier Verna  <didier@xemacs.org>
8934
8935         New user option: message-signature-directory.
8936         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8937         * message.el (message-insert-signature): Ditto.
8938         * message.el (message-signature-file): Doc update.
8939         * message.el (message-signature-directory): New.
8940
8941 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8942
8943         * gnus-msg.el (gnus-inews-yank-articles):
8944         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8945
8946 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * message.el (message-yank-original): Make sure cited text ends with
8949         newline; don't exchange point and mark.
8950
8951 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8952
8953         * tls.el (open-tls-stream): Properly handle case where there
8954         is no associated buffer.
8955
8956 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8957
8958         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8959         message-yank-original, make sure (< mark TEXT point).
8960
8961 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8962
8963         * message.el (message-fill-column): New variable.
8964         (message-mode): Use it.  Add comment on a possible new hook.
8965
8966         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8967         (nnmail-get-new-mail): Reformat.
8968
8969         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8970
8971         * gmm-utils.el: Fix Commentary.
8972         (gmm-tool-bar-from-list): Fix typo in doc string.
8973
8974 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8975
8976         * message.el (message-yank-original): Don't switch point and mark
8977         unnecessarily to put point and mark as documented.
8978
8979 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8980
8981         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8982         from the message heads.
8983
8984 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8985
8986         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8987         article buffer does not have a window.  This may not be the best
8988         solution but is certainly better than setting the start of the null,
8989         that is the current, window.
8990
8991 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8992
8993         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8994         (gnus-draft-setup): Run it.
8995
8996         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8997         gnus-score-fast-scoring.  Allow regexp.
8998         (gnus-score-headers): Use it.
8999
9000         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9001         XEmacs.
9002
9003         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9004         string.
9005         (gnus-button-alist): Also catch `<f1> k ...'.
9006         (gnus-treat-display-x-face): Fix doc string.
9007
9008 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9009
9010         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9011         evaluation of gnus-extended-version to ensure correct generation of the
9012         User-Agent header when message-generate-headers-first is used.
9013
9014 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9015
9016         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9017         hashcash-path is nil.  Don't call callback with incorrect number of
9018         parameters if val is 0.
9019
9020 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9021
9022         * message.el (message-required-news-headers):
9023         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9024
9025 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
9026
9027         * tls.el (open-tls-stream): In handshake-waiting loop,
9028         don't wait more if there is output available to process.
9029
9030 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
9031
9032         * tls.el (tls-program): Doc fix.
9033
9034 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9035
9036         * message.el (message-generate-new-buffers): Change the meaning of the
9037         nil value; add `standard' to the choices; treat t as `unique'; improve
9038         doc string.
9039         (gnus-select-frame-set-input-focus): Autoload.
9040         (message-buffer-name): Search for the existing message buffer if
9041         message-generate-new-buffers is nil or `standard'; treat the value t of
9042         message-generate-new-buffers as `unique'.
9043         (message-pop-to-buffer): Raise the frame already displaying the message
9044         buffer; clear the echo area after querying.
9045         (message-setup): Pass the `continue' argument to compose-mail.
9046         (message-mail): Prefer `switch-function' if it is given; search for the
9047         existing message buffer if the `continue' argument is non-nil; pass
9048         continue and switch-function arguments to compose-mail by way of
9049         message-setup.
9050         (message-mail-other-window): Adjust argument of message-setup.
9051         (message-mail-other-frame): Ditto.
9052
9053 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9054
9055         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9056         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9057         to turn font-lock on when turning gnus-message-citation-mode on.
9058
9059 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9060
9061         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9062         (mml-smime-function-alist): New variable; add epg as the backend.
9063         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9064         mml-smime- functions instead.
9065         * mm-view.el: Require smime.
9066
9067 2007-03-05  Didier Verna  <didier@xemacs.org>
9068
9069         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9070         instead of just inheritance for posting styles.
9071         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9072
9073 2007-02-24  Chris Moore  <dooglus@gmail.com>
9074
9075         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
9076         * pgg-pgp.el (pgg-pgp-encrypt-region):
9077         * pgg-gpg.el (pgg-gpg-encrypt-region):
9078         Check pgg-encrypt-for-me if no other recipients.
9079
9080 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9081
9082         * tls.el (tls-certtool-program): Fix custom type.
9083
9084 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9085
9086         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9087         and point-at-eol instead of line-(beginning|end)-position.
9088
9089         * assistant.el (assistant-parse-buffer): Ditto.
9090
9091         * netrc.el (netrc-parse-services): Ditto.
9092
9093 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9094
9095         * mml2015.el (mml2015-epg-find-usable-key): New function.
9096         (mml2015-epg-sign): Use it.
9097         (mml2015-epg-encrypt): Use it.
9098
9099 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9100
9101         * message.el (message-make-in-reply-to): Quote name containing
9102         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9103         if there are special characters.  Reported by NAKAJI Hiroyuki
9104         <nakaji@jp.freebsd.org>.
9105
9106 2007-02-27  Didier Verna  <didier@xemacs.org>
9107
9108         Include the group parameters as well as the topic ones in the
9109         inheritance filter process.
9110         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9111         argument GROUP-PARAMS-LIST.
9112         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9113
9114 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9115
9116         * nntp.el (nntp-never-echoes-commands)
9117         (nntp-open-connection-functions-never-echo-commands): New variables.
9118         (nntp-send-command): Use them.
9119
9120 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9121
9122         * mml2015.el (mml2015-epg-verify): Simplify.
9123
9124 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9125
9126         * mml.el (mml-content-disposition-alist): New user option.
9127         (mml-content-disposition): New function.
9128         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9129         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9130
9131 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9132
9133         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9134         verification.
9135
9136 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9137
9138         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9139         articles posted in the last 24 hours.
9140
9141 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9142
9143         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9144
9145 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9146
9147         * nntp.el (nntp-send-command): Don't wait for echoes when
9148         nntp-open-ssl-stream is used.
9149
9150 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9151
9152         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9153         (gnus-message-add-citation-keywords)
9154         (gnus-message-remove-citation-keywords): Remove.
9155         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9156         directly, make the variables in font-lock-defaults buffer-local, add
9157         gnus-message-citation-keywords to them and then update the value of
9158         font-lock-keywords.
9159
9160 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9161
9162         * message.el (message-cite-original-1): Don't call
9163         gnus-article-highlight-citation.
9164
9165         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9166         citations; fix line count.
9167
9168 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9169
9170         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9171         (gnus-message-add-citation-keywords)
9172         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9173         versions of font-lock-add-keywords and font-lock-remove-keywords to
9174         work with XEmacs correctly.
9175
9176 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9177
9178         * gnus-cite.el (gnus-cite-face-list): Set the values of
9179         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9180         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9181         (gnus-message-cite-prefix-regexp): New variable.
9182         (gnus-message-search-citation-line): Use it; protect against long
9183         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9184         the 0th match data for Emacs.
9185         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9186         (gnus-message-add-citation-keywords): Append keywords rather than
9187         prepending; emulate font-lock-add-keywords if it is not available.
9188         (gnus-message-remove-citation-keywords):
9189         Emulate font-lock-remove-keywords if it is not available.
9190
9191         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9192
9193         * message.el (message-cite-prefix-regexp): Set the value of
9194         gnus-message-cite-prefix-regexp.
9195
9196 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9197
9198         * nnweb.el (nnweb-google-parse-1): Update parser.
9199
9200 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9201
9202         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9203
9204 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9205
9206         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9207         regexp.
9208
9209 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9212         string-to-multibyte.
9213         (uudecode-decode-region-internal): Use it.
9214
9215         * lpath.el: Fbind string-as-multibyte for XEmacs.
9216
9217 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9218
9219         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9220         Fix custom choice.
9221
9222         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9223
9224 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9225
9226         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9227
9228         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9229         `write-region' to respect `mm-inhibit-file-name-handlers'.
9230
9231 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9234         Use gnus-home-directory instead of "~/" or "$HOME".
9235
9236 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9237
9238         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9239         to mention filename.
9240         Add comments at beginning regarding usage.
9241         (encrypt-write-file-contents): Change interactive so a string is
9242         acceptable.  If the file has no associated model, show an error instead
9243         of a nonsense prompt.
9244
9245 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9246
9247         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9248         Thanks to Yoshihiko Yamada for kind notification of this typo.
9249
9250 2007-01-12  Kenichi Handa  <handa@m17n.org>
9251
9252         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9253         multibyte buffer.
9254
9255 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9256
9257         * gnus-score.el (gnus-score-fast-scoring): New variable.
9258         (gnus-score-headers): Use it.
9259
9260         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9261
9262         * message.el (message-cite-original-1):
9263         Call gnus-article-highlight-citation if requested.
9264         (message-make-from): Allow name and address as optional arguments.
9265
9266         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9267
9268         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9269         bugs to doc string.
9270         (gnus-button-alist): Add mid\\|message-id.
9271         (gnus-button-fetch-group): Extend for use in
9272         `browse-url-browser-function'.
9273         (gnus-button-url-regexp): Try to catch paired parentheses like in
9274         Wikipedia URLs.
9275
9276         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9277         Suggested by Simon Krahnke <overlord@gmx.li>.
9278
9279 2007-01-13  Romain Francoise  <romain@orebokech.com>
9280
9281         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9282         Update copyright.
9283
9284 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9285
9286         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9287
9288 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9289
9290         * gnus-registry.el (gnus-registry-unfollowed-groups)
9291         (gnus-registry-split-fancy-with-parent): Fix documentation.
9292
9293 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9294
9295         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9296         from nnweb groups.
9297
9298 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9301         Xref urls.  Erase buffer before requesting head.
9302
9303         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9304
9305 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9306
9307         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9308         customizable.
9309
9310 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9311
9312         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9313         no signing key is found.
9314         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9315         no encrypting and/or signing key is found.
9316
9317 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9318
9319         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9320
9321 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9322
9323         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9324         headers read from disk with the ones newly found in the current search.
9325         This should no longer cause problems, because the article numbers in
9326         Gmane's `nov.php' output are ignored since the previous change.
9327
9328 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9329
9330         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9331
9332 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9333
9334         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9335         replace-regexp-in-string; bind url-version; fbind display-images-p and
9336         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9337         find-face and set-itimer-function for Emacs; bind itimer-list for
9338         Emacs.
9339
9340         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9341
9342 2007-01-01  Romain Francoise  <romain@orebokech.com>
9343
9344         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9345
9346 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9347
9348         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9349         `define-minor-mode' macro definition expanded properly.
9350         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9351         exclude it there.
9352
9353         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9354         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9355         `fboundp' test.
9356         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9357         This is OK to autoload in (S)XEmacs now.
9358
9359 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9362         keystroke.
9363         (gnus-summary-limit-to-singletons): Fix typo.
9364
9365         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9366         else fails.
9367
9368 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9369
9370         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9371         docstring.
9372
9373         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9374         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9375         (gnus-summary-insert-dormant-articles): Fix typo in message.
9376
9377 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9378
9379         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9380         nil for XEmacs.
9381         (gnus-message-citation-mode): Don't autoload in XEmacs.
9382
9383         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9384
9385 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9386
9387         * nnimap.el (nnimap-expunge-search-string):
9388         Mention nnimap-search-uids-not-since-is-evil in docstring.
9389
9390 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9391
9392         * spam.el: Revert to make-obsolete-variable because
9393         define-obsolete-variable-alias is not supported in Emacs 21.
9394
9395         * spam.el (spam-ifile-path, spam-ifile-database-path)
9396         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9397         make-obsolete-variable.
9398         (spam-bsfilter-path, spam-bsfilter-program)
9399         (spam-spamassassin-path, spam-spamassassin-program)
9400         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9401         Don't use "path" inappropriately.
9402         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9403         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9404         variable names.
9405
9406 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9407
9408         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9409         summary buffer.
9410
9411         * password.el (password-cache-remove): Use clear-string to burn
9412         password, if available.
9413
9414 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9415
9416         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9417
9418         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9419
9420         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9421         (gnus-message-highlight-citation): Move defcustom here from
9422         gnus-cite.el.
9423         (gnus-message-citation-mode): Autoload.
9424
9425         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9426         checks to make it compile with XEmacs.
9427         (gnus-message-citation-mode): New minor mode.
9428         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9429         (gnus-message-highlight-citation): New variables.
9430         (gnus-message-search-citation-line)
9431         (gnus-message-add-citation-keywords)
9432         (gnus-message-remove-citation-keywords)
9433         (turn-on-gnus-message-citation-mode)
9434         (turn-off-gnus-message-citation-mode): New functions.
9435
9436 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9437
9438         * gnus-cite.el: Enable highlighting of different citation levels in
9439         message-mode.
9440
9441 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9442
9443         * message.el (message-make-fqdn): Fix comment.
9444         (message-bogus-system-names): Add ".local".
9445
9446         * spam.el (spam-ifile-path, spam-ifile-program)
9447         (spam-ifile-database-path, spam-ifile-database)
9448         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9449         Don't use "path" inappropriately.
9450         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9451         strings.
9452         (spam-check-ifile, spam-ifile-register-with-ifile)
9453         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9454         Use new variable names.
9455
9456         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9457         (gnus-treat-display-smileys): Simplify using
9458         gnus-image-type-available-p.
9459
9460         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9461         available.
9462
9463         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9464         Use `display-images-p' if available.
9465
9466 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9467
9468         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9469         one after turning on the buffer's multibyteness instead of decoding
9470         them directly in the unibyte buffer that causes unexpected conversion
9471         in Emacs 23 (unicode).
9472
9473 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9474
9475         * message.el (message-generate-hashcash): Fix custom type.
9476
9477 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9478
9479         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9480
9481 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9482
9483         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9484         disconnect icons.  Add help text.
9485
9486 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9487
9488         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9489         negated to be consistent with the others we handle.
9490
9491 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9492
9493         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9494         version of gnus-summary-buffer to something, so that we can use two
9495         article buffers at the same time.
9496
9497 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9498
9499         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9500         trigger all the extra headers.
9501         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9502         sorting.
9503
9504 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9505
9506         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9507         solid groups.
9508
9509 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9510
9511         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9512
9513 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9514
9515         * legacy-gnus-agent.el: Add Copyright notice.
9516
9517 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9518
9519         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9520
9521 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9522
9523         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9524
9525         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9526         to make it work reliably in CVS Emacs.
9527         (gnus-summary-limit-strange-charsets-predicate)
9528         (gnus-summary-limit-to-predicate): New functions.
9529
9530 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9531
9532         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9533         specifying array size.
9534         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9535         array if it is too small.
9536         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9537         (gnus-sort-threads-loop): New function.
9538
9539 2006-12-06  Chris Moore  <dooglus@gmail.com>
9540
9541         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9542         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9543
9544 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9545
9546         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9547         options.
9548
9549 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9550
9551         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9552         DOS-ing the recipient.
9553
9554         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9555         the headers when creating the mapping to avoid mismappings.
9556         (nnweb-gmane-create-mapping): Always nix out old mapping.
9557
9558 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9559
9560         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9561         and mm-verify-option to never.
9562
9563 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9564
9565         * message.el (message-signed-or-encrypted-p): New function.
9566         (message-forward-make-body): Use it.
9567
9568         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9569         Replace encode-coding-string with mm-encode-coding-string.
9570
9571 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * nneething.el (nneething-decode-file-name):
9574         Replace decode-coding-string with mm-decode-coding-string.
9575
9576         * gnus-int.el (gnus-open-server): Say failed server's name.
9577
9578 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9579
9580         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9581         strings to a single string.  Quote `errors-file-name'.
9582         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9583         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9584         Adjust calls.  Use `shell-quote-argument'.
9585
9586 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9587
9588         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9589         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9590
9591         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9592         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9593         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9594         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9595         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9596         (gnus-subscribe-newsgroup, gnus-1):
9597         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9598         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9599         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9600         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9601
9602 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9603
9604         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9605         keystroke.
9606         (gnus-summary-limit-to-bodies): Implement headersp.
9607
9608 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9609
9610         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9611
9612 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9613
9614         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9615
9616 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9617
9618         * message.el (message-generate-hashcash): Expand range of values to
9619         include `opportunistic'.
9620         (message-send-mail): Use it.
9621
9622 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9623
9624         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9625         and comment it.
9626
9627         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9628
9629 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9630
9631         * gnus-util.el (gnus-extract-address-components): Improve comment.
9632
9633 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9634
9635         * gnus-util.el (gnus-extract-address-components): Work with address in
9636         which the name portion contains @.
9637
9638         * lpath.el: Fbind custom-autoload.
9639
9640 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9641
9642         * gnus.el (gnus-start): Move custom group up.
9643         (gnus-select-method): Don't autoload, but make it available for
9644         `customize-variable'.
9645         (gnus-getenv-nntpserver): Don't autoload.
9646
9647 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9648
9649         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9650
9651 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9652
9653         * message.el (message-sendmail-extra-arguments): New variable.
9654         (message-send-mail-with-sendmail): Use it.
9655
9656 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9657
9658         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9659         mm-with-unibyte-current-buffer to make string unibyte.
9660
9661         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9662         mm-string-as-multibyte.
9663
9664 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9665
9666         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9667         Reported by Werner Koch <wk@gnupg.org>.
9668
9669 2006-11-14  Daiki Ueno  <ueno@p360>
9670
9671         * mml2015.el: Autoload epa-select-keys when compiling.
9672
9673 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9674
9675         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9676         message-options.
9677         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9678
9679 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9680
9681         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9682         EasyPG (< 0.0.6).
9683         (mml2015-always-trust): New user option.
9684         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9685         prompt.
9686
9687 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9688
9689         * nntp.el (nntp-authinfo-force): New variable.
9690         (nntp-send-authinfo): Use it.
9691
9692 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9693
9694         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9695         decode encoded words.  Improve prompt.  Add comment about forwarding.
9696         (message-replacement-char): Move up.
9697
9698 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9699
9700         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9701         instead of gnus-intersection because arguments of gnus-sorted-nunion
9702         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9703
9704 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9707         (message-simplify-subject-functions):
9708         Enable message-strip-subject-encoded-words by default.
9709
9710 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * message.el (message-strip-subject-encoded-words): New function.
9713         (message-simplify-subject-functions): New variable.
9714         (message-simplify-subject): Use it.  Fix typo in doc string.
9715         Support message-strip-subject-encoded-words.
9716
9717 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9718
9719         * gnus-diary.el (gnus-diary-delay-format-function):
9720         * nndiary.el (nndiary-reminders):
9721         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9722
9723 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9724
9725         * gnus-art.el (article-hide-boring-headers): Fetch date from
9726         gnus-original-article-buffer to avoid problems with localized date
9727         strings.
9728
9729 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9730
9731         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9732
9733 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9734
9735         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9736         New variables.
9737         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9738         (mm-charset-synonym-alist): Move some entries to
9739         mm-codepage-iso-8859-list.
9740         (mm-charset-synonym-alist, mm-charset-override-alist):
9741         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9742
9743 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9744
9745         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9746
9747 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9748
9749         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9750         with Emacs 21 and XEmacs.
9751
9752 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9753
9754         * spam.el (spam-parse-address): New function for better parsing,
9755         catching errors, etc.
9756         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9757
9758 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9759
9760         * mm-view.el: Add interactive arg to html2text autoload.
9761
9762 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9763
9764         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9765
9766 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9769         New variables.
9770         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9771         (mm-charset-synonym-alist): Move some entries to
9772         mm-codepage-iso-8859-list.
9773
9774         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9775
9776 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9777
9778         * message.el (message-citation-line-format)
9779         (message-insert-formated-citation-line): Fix implementation of %E, %N
9780         and %n according to the doc string.
9781
9782 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9783
9784         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9785         Use car-safe to avoid bad parses.
9786
9787 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9790         names.
9791
9792         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9793
9794 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9795
9796         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9797         header.
9798
9799         * message.el (message-draft-headers): Add Date.
9800         (message-headers-to-generate): Fix typo in docstring.
9801
9802         * nndraft.el (nndraft-required-headers): New variable.
9803         (nndraft-generate-headers): Use it.
9804
9805         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9806
9807 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9808
9809         * gnus-registry.el (gnus-registry-wash-for-keywords)
9810         (gnus-registry-find-keywords): New functions to allow easy searching of
9811         articles that are in the registry.
9812
9813 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9814
9815         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9816         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9817         Reported by Damien Elmes <damien@repose.cx>.
9818
9819 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9820
9821         * gnus.el (gnus-mime): Remove unused custom group.
9822
9823 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9824
9825         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9826         "blank line" when searching for end of armor headers.
9827
9828 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gmm-utils.el (gmm-write-region): Fix variable name.
9831
9832 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9833
9834         * gmm-utils.el (gmm-write-region): New function based on compatibility
9835         code from `mm-make-temp-file'.
9836
9837         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9838
9839         * nnmaildir.el (nnmaildir--update-nov)
9840         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9841         Use `gmm-write-region'.
9842
9843 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9844
9845         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9846         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9847
9848         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9849
9850         * message.el (message-replacement-char): New variable.
9851         (message-fix-before-sending): Use it.
9852         (message-simplify-subject): New function to remove duplicate code.
9853         (message-reply, message-followup): Use it.
9854
9855         * gnus-sum.el (gnus-summary-make-menu-bar):
9856         Clarify gnus-summary-limit-to-articles.
9857
9858 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9859
9860         * gnus-util.el (gnus-with-local-quit): New macro.
9861
9862         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9863
9864 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9865
9866         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9867         ignore non-string data.
9868
9869 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9870
9871         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9872         non-string data (needs to be done in the registry too).
9873
9874 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9875
9876         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9877         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9878         (gnus-registry-split-fancy-with-parent)
9879         (gnus-registry-fetch-simplified-message-subject-fast)
9880         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9881         Remove text properties on ingress into the registry and when it's saved.
9882         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9883         registry from entries with no groups.
9884
9885 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9886
9887         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9888         function to remove string properties.
9889
9890 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9891
9892         * gmm-utils.el (gmm): Adjust custom version.
9893
9894         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9895         Adjust custom version.
9896
9897         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9898
9899 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9900
9901         * gnus-art.el (gnus-insert-prev-page-button)
9902         (gnus-insert-next-page-button): Simplify.  Reformat.
9903
9904 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9905
9906         * gnus-art.el (gnus-insert-prev-page-button)
9907         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9908
9909 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9910
9911         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9912
9913 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9914
9915         * gnus-art.el (gnus-insert-mime-button)
9916         (gnus-insert-mime-security-button):
9917         Apply gnus-article-button-face to MIME and security buttons.
9918
9919 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9920
9921         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9922         readable.
9923
9924 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9925
9926         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9927
9928 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9929
9930         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9931         `browse-url-of-file' instead of `browse-url'.
9932
9933 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9934
9935         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9936         regexp.  Articles containing quotation were cut prematurely.
9937
9938 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9939
9940         * message.el (message-cite-original-1): Use nobody by default for the
9941         value of From header.
9942         (message-reply): Ditto.
9943
9944 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9945
9946         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9947         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9948         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9949
9950 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9951
9952         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9953         mails in the doc string.  Add some URLs in comment.
9954         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9955
9956 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9959         backslashes handling and the way to find boundaries of quoted strings.
9960
9961 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9962
9963         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9964         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9965         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9966         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9967
9968 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9969
9970         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9971         doc string.
9972         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9973
9974 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9975
9976         * lpath.el: Fbind epg-check-configuration.
9977
9978 2006-09-06  Simon Josefsson  <jas@extundo.com>
9979
9980         * mml2015.el (mml2015-use): Doc fix, mention epg.
9981
9982 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9983
9984         * mml2015.el (mml2015-use): Default to epg, if available.
9985
9986 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9987
9988         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9989         message-sender.
9990         (mml1991-epg-encrypt): Ditto.
9991         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9992         message-sender.
9993         (mml2015-epg-encrypt): Ditto.
9994
9995 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9996
9997         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9998         several common directories.
9999
10000 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10001
10002         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10003         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10004
10005 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * gnus-art.el (article-decode-encoded-words): Make it fast.
10008
10009 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10010
10011         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10012
10013         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10014         in quoted string into `\'.
10015
10016 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10017
10018         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10019         Use standard-syntax-table.
10020
10021 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10022
10023         * gnus-art.el (gnus-decode-address-function): New variable.
10024         (article-decode-encoded-words): Use it to decode headers which are
10025         assumed to contain addresses.
10026         (gnus-mime-delete-part): Remove useless `or'.
10027
10028         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10029         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10030         (gnus-nov-parse-line): Use it to decode From header.
10031         (gnus-get-newsgroup-headers): Ditto.
10032         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10033
10034         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10035         (mail-decode-encoded-address-string): New alias.
10036
10037         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10038         New function.
10039         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10040         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10041         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10042         (rfc2047-decode-string): Ditto.
10043         (rfc2047-decode-address-region): New function.
10044         (rfc2047-decode-address-string): New function.
10045
10046 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10047
10048         * message.el (message-caesar-buffer-body): Allow rotating headers.
10049
10050         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10051
10052         * message.el (message-insert-formated-citation-line): Fix %f.
10053         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10054
10055 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10056
10057         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10058         (gnus-bookmark-mouse-available-p): New macro.
10059         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10060         (gnus-bookmark-bmenu-show-infos): Use it.
10061         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10062         (gnus-bookmark-bmenu-hide-infos): Ditto.
10063         (gnus-bookmark-remove-properties): New function.
10064         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10065         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10066         (gnus-bookmark-write-file): Bind coding-system-for-write.
10067         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10068         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10069         group before selecting it.
10070         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10071         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10072         quit-window if it is not available; use gnus-mouse-2 and bind it to
10073         gnus-bookmark-bmenu-select-by-mouse.
10074         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10075         (gnus-bookmark-bmenu-select-by-mouse): New function.
10076
10077 2006-08-13  Romain Francoise  <romain@orebokech.com>
10078
10079         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10080         space.
10081
10082 2006-08-10  Romain Francoise  <romain@orebokech.com>
10083
10084         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
10085         (dns-mode-soa-auto-increment-serial): New user option.
10086         (dns-mode-soa-maybe-increment-serial): New function.
10087         (dns-mode): Add the latter to `write-contents-functions'.
10088
10089 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10090
10091         * compface.el (uncompface): Use binary rather than raw-text-unix.
10092
10093 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * compface.el (uncompface): Make sure the eol conversion doesn't take
10096         place when communicating with the external programs.
10097         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10098
10099 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10100
10101         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10102
10103 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10104
10105         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10106         Make it more robust by parsing author and date independently.
10107
10108 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10109
10110         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10111
10112 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10113
10114         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10115         first matching secret key.
10116         (mml2015-epg-encrypt): Ditto.
10117
10118         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10119         first matching secret key.
10120         (mml1991-epg-encrypt): Ditto.
10121
10122         * mml2015.el (mml2015-encrypt-to-self): New user option.
10123         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10124         mml2015-epg-encrypt-to-self is set.
10125
10126         * mml1991.el (mml1991-encrypt-to-self): New variable.
10127         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10128         mml1991-epg-encrypt-to-self is set.
10129
10130         * mml2015.el (mml2015-signers): New user option.
10131         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10132         (mml2015-epg-encrypt): Allow to select signing keys.
10133
10134         * mml1991.el (mml1991-signers): New variable.
10135         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10136         (mml1991-epg-encrypt): Allow to select signing keys.
10137
10138 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10139
10140         * nnheader.el (nnheader-insert-head): Make it work even if the file
10141         uses CRLF for the line-break code.
10142
10143 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10144
10145         * mml2015.el: Require mml-sec instead of password.
10146         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10147         (mml2015-cache-passphrase): Inherit the default value from
10148         mml-secure-cache-passphrase.
10149         (mml2015-passphrase-cache-expiry): Inherit the default value from
10150         mml-secure-passphrase-cache-expiry.
10151
10152         * mml1991.el: Require mml-sec instead of password.
10153         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10154         (mml1991-cache-passphrase): Inherit the default value from
10155         mml-secure-cache-passphrase.
10156         (mml1991-passphrase-cache-expiry): Inherit the default value from
10157         mml-secure-passphrase-cache-expiry.
10158
10159         * mml-sec.el: Require password.
10160         (mml-secure-verbose): New user option.
10161         (mml-secure-cache-passphrase): New user option.
10162         (mml-secure-passphrase-cache-expiry): New user option.
10163
10164 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10165
10166         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10167         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10168         andreas@altroot.de (Andreas Vögele).
10169
10170         FIXME: Use `tiny change'?
10171
10172 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10173
10174         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10175         workaround for the url package included with Emacs.
10176
10177         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10178
10179 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10182         correctly.  This fixes a bug caused by the 2006-05-12 change.
10183
10184 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10185
10186         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10187         some information about the error when saying that the `bogus' mail
10188         group will be used.
10189
10190 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10191
10192         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10193         string.
10194
10195 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10196
10197         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10198
10199 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10200
10201         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10202
10203 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10204
10205         * mml1991.el (mml1991-function-alist): Add epg.
10206         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10207         (mml1991-epg-encrypt): New functions.
10208
10209 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10210
10211         * mml2015.el (mml2015-verbose): New variable.
10212         (mml2015-cache-passphrase): Ditto.
10213         (mml2015-passphrase-cache-expiry): Ditto.
10214         (mml2015-function-alist): Add epg.
10215         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10216         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10217         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10218         New functions.
10219
10220 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10221
10222         * message.el (message-cite-original-1): Preserve region when removing
10223         quoted text due to X-No-Archive in order to avoid bogus attribution
10224         when citing multiple messages.
10225
10226 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10227
10228         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10229         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10230
10231 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10232
10233         * gnus-diary.el (gnus-user-format-function-d)
10234         (gnus-user-format-function-D): Autoload.
10235
10236         * imap.el (Commentary): Fix typo.
10237
10238         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10239         2006-04-22 contribution.
10240
10241 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10242
10243         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10244         It didn't really fix the bogosity I'm seeing with solid web groups.
10245
10246 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10247
10248         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10249         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10250         created using server names.  If we use the feature without declaring
10251         it, Gnus does not properly manage server and group state.
10252
10253         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10254         bound.
10255
10256 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10257
10258         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10259         looking up the method using GROUP's prefix before inventing a new one.
10260         It is used on killed/unknown groups in various places where returning
10261         an all-new method isn't expected by the caller.
10262
10263         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10264         and match semantics of gnus-group-real-prefix.
10265
10266 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10267
10268         * nnmail.el (nnmail-broken-references-mailers): New variable.
10269         (nnmail-ignore-broken-references): New function generalizing
10270         nnmail-fix-eudora-headers.
10271         (nnmail-fix-eudora-headers): Now obsolete.
10272
10273         * gnus-art.el (gnus-button-handle-custom):
10274         Support `customize-apropos*'.
10275
10276 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10277
10278         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10279
10280         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10281         articles.
10282
10283 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10284
10285         * message.el (message-cite-reply-above): New variable.
10286         (message-yank-original): Use it.
10287
10288 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10289
10290         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10291
10292 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10293
10294         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10295         as read.
10296
10297         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10298
10299 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10300
10301         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10302         (gnus-bookmark-default-file): Use gnus-directory.
10303         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10304         Remove "*" in doc string.
10305         (gnus-bookmark-write-file): Simplify.
10306         (gnus-bookmark-maybe-sort-alist): Use `when'.
10307         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10308         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10309         Add FIXME about Emacs 21 and XEmacs compatibility.
10310         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10311         compatibility.
10312         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10313         compatibility.
10314         (gnus-bookmark-menu-heading): Fix version.
10315
10316 2006-06-19  Bastien Guerry  <bzg@altern.org>
10317
10318         * gnus-bookmark.el: New file.
10319
10320 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10321
10322         * message.el (message-syntax-checks): Doc fix.
10323
10324 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10325
10326         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10327         unsubscribed groups as if they were killed ones.  It causes duplicate
10328         entries in gnus-newsrc-alist.
10329
10330 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10331
10332         * message.el (message-syntax-checks): Doc fix.
10333         (message-send-mail): Add check for continuation headers.
10334         (message-check-news-header-syntax): Fix regexp used to check for
10335         continuation headers.
10336
10337 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10340
10341 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10342
10343         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10344
10345 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10346
10347         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10348         default-truncate-lines.
10349
10350 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10351
10352         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10353         to fill the utf-8 entry.
10354
10355         * lpath.el: Fbind unicode-precedence-list.
10356
10357 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10358
10359         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10360
10361 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10362
10363         * gnus-agent.el (directory-files-and-attributes): Move all the way
10364         forward (the third and final move).
10365         (gnus-agent-read-agentview): Trap reconstruction errors due to
10366         nonexistent directory.  Handle by returning nil.
10367
10368 2006-05-30  Didier Verna  <didier@xemacs.org>
10369
10370         * message.el (message-dont-reply-to-names): Update the custom type.
10371         * message.el (message-dont-reply-to-names): New defsubst: potentially
10372         convert a list of regexps into a single one.
10373         * message.el (message-get-reply-headers): Use it.
10374         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10375
10376 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10377
10378         * gnus-agent.el (directory-files-and-attributes): Move forward.
10379
10380 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10381
10382         * gnus-ml.el (gnus-mailing-list-subscribe)
10383         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10384         (gnus-mailing-list-message): Fix doc strings.
10385
10386 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10387
10388         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10389         of doing it manually.
10390
10391 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10392
10393         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10394         comment.
10395
10396 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10397
10398         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10399         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10400         (gnus-agent-read-local): All symbols allocated in my-obarray.
10401         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10402         (gnus-agent-regenerate-group): Check numeric names to see if they are
10403         messages or groups.
10404         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10405         better way of do this...)
10406
10407         * gnus-cache.el (gnus-agent-total-fetched-for):
10408         Ignore 'dummy.group' (there should be a better way of do this...)
10409
10410 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10411
10412         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10413         (gnus-saved-headers): Ditto.
10414         (gnus-default-article-saver): Mention functions may have properties.
10415         (gnus-article-save): Override gnus-save-all-headers and
10416         gnus-saved-headers by :headers property which saver function may have.
10417         (gnus-summary-save-in-file): Add :headers property.
10418         (gnus-summary-write-to-file): Ditto.
10419
10420         * gnus-sum.el (gnus-summary-save-article): Bind
10421         gnus-prompt-before-saving to t when saving many articles in a file;
10422         always show all headers.
10423
10424         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10425
10426 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10427
10428         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10429         marks.
10430
10431         * message.el (message-indent-citation): Add optional arguments to allow
10432         using it outside of message buffers.
10433
10434         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10435         (gnus-article-treat-unfold-headers): Use it.
10436         (gnus-article-truncate-lines): New variable.
10437         (gnus-article-mode): Use it.
10438         (gnus-article-toggle-truncate-lines): New function.
10439
10440         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10441         Add gnus-article-toggle-truncate-lines.
10442
10443         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10444         coding system in XEmacs, use binary.
10445
10446 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10447
10448         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10449         after-load-alist.
10450
10451         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10452         this function should save decoded articles.
10453         (gnus-summary-write-to-file): Use property to specify this function
10454         should save decoded articles and specify gnus-summary-save-in-file
10455         should be used to save articles other than the first one when saving
10456         many articles.
10457         (gnus-summary-save-body-in-file): Use property to specify this
10458         function should save decoded articles.
10459         (gnus-summary-write-body-to-file): Use property to specify this
10460         function should save decoded articles and specify
10461         gnus-summary-save-body-in-file should be used to save articles other
10462         than the first one when saving many articles.
10463
10464         * gnus-sum.el (gnus-summary-save-article): Simplify.
10465
10466 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10467
10468         * gnus-art.el (gnus-default-article-saver):
10469         Add gnus-summary-write-body-to-file.
10470         (gnus-article-save-coding-system): Don't use coding system object
10471         in XEmacs.
10472         (gnus-read-save-file-name): Add optional `dir-var' argument which
10473         specifies directory in which files are saved; work even if optional
10474         `variable' argument is not specified.
10475         (gnus-summary-write-to-file): Read file name.
10476         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10477         (gnus-summary-write-body-to-file): New function.
10478
10479         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10480         (gnus-summary-local-variables): Add it.
10481         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10482         (gnus-summary-save-article): Remove optional `decode' argument;
10483         determine whether to decode articles by the value of
10484         gnus-default-article-saver; when saving many files using
10485         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10486         it first and use gnus-summary-save-in-file or
10487         gnus-summary-save-body-in-file thereafter unless
10488         gnus-prompt-before-saving is always; move point to article which
10489         will be saved.
10490         (gnus-summary-save-article-file): Revert.
10491         (gnus-summary-write-article-file): Revert.
10492         (gnus-summary-save-article-body-file): Revert.
10493         (gnus-summary-write-article-body-file): New function.
10494
10495 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * gnus-art.el (gnus-default-article-saver): Doc fix.
10498         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10499         from gnus-summary-save-article-coding-system, and default to a
10500         certain coding system.
10501         (gnus-output-to-file): Add coding cookie and encode text according
10502         to gnus-article-save-coding-system; don't use mm-append-to-file.
10503
10504         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10505         gnus-art.el and rename to gnus-article-save-coding-system.
10506         (gnus-summary-save-article): Require gnus-art; don't show all
10507         headers if it decodes articles; don't add coding cookie here;
10508         don't bind mm-text-coding-system-for-write.
10509         (gnus-summary-save-article-file): Save decoded articles.
10510         (gnus-summary-write-article-file): When saving many files, use
10511         gnus-summary-write-to-file first and gnus-summary-save-in-file
10512         thereafter unless gnus-prompt-before-saving is always.
10513         (gnus-summary-save-article-body-file): Save decoded articles.
10514
10515         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10516
10517 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10518
10519         * nnrss.el (nnrss-check-group): Bind hash-index.
10520
10521 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10522
10523         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10524         its hash index.  Store this hash in `nnrss-group-data'.
10525         (nnrss-read-group-data): Update accordingly.
10526
10527 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10528
10529         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10530         entry.
10531
10532         * gnus-sum.el (gnus-summary-make-menu-bar):
10533         Add gnus-article-browse-html-article.
10534
10535 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10536
10537         * gnus-sum.el (gnus-summary-mime-map):
10538         Add gnus-article-browse-html-article.
10539
10540         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10541
10542 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10543
10544         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10545         suitable coding systems in customize.
10546
10547 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10548
10549         * mail-source.el (mail-sources): Fix custom type.
10550
10551 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10552
10553         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10554         (gnus-summary-expire-articles-now): Shorten prompt.
10555
10556         * gmm-utils.el (wid-edit): Require.
10557         (defun-gmm): Rename from `gmm-defun-compat'.
10558         (gmm-image-search-load-path): Use it.
10559         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10560
10561 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10562
10563         * gnus-sum.el (gnus-summary-save-article-coding-system):
10564         New variable.
10565         (gnus-summary-save-article): Add optional `decode' argument.
10566         If it is set and gnus-summary-save-article-coding-system is non-nil,
10567         save decoded article.
10568         (gnus-summary-write-article-file): Save decoded article if
10569         gnus-summary-save-article-coding-system is non-nil.
10570
10571         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10572         type.
10573
10574 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10575
10576         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10577
10578 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10579
10580         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10581         first to test gnus-single-article-buffer which may be buffer-local.
10582
10583         * gnus-sum.el (gnus-summary-setup-buffer):
10584         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10585         group; make gnus-article-buffer, gnus-article-current, and
10586         gnus-original-article-buffer always buffer-local.
10587         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10588         group.
10589         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10590
10591 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10592
10593         * nnml.el (nnml-request-compact-group): Compressed files might not
10594         have .gz extension.
10595
10596 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10597
10598         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10599         (mm-copy-to-buffer): Use with-current-buffer.
10600         (mm-display-part): Simplify.
10601         (mm-inlinable-p): Add optional arg `type'.
10602
10603 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10604
10605         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10606         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10607         Try harder to show the attachment internally or externally using
10608         gnus-mime-view-part-as-type.
10609
10610 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10611
10612         * message.el (message-from-style, message-signature-separator)
10613         (message-user-organization-file, message-send-mail-function)
10614         (message-citation-line-function, message-yank-prefix)
10615         (message-indent-citation-function, message-signature)
10616         (message-signature-file, message-signature-insert-empty-line):
10617         Remove autoloads.
10618
10619         * gnus-art.el (gnus-buttonized-mime-types):
10620         Remove "multipart/signed".  Revert 2006-04-26 change.
10621
10622 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10623
10624         * gnus.el (gnus-version-number): Bump version.
10625
10626 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10627
10628         * gnus.el: No Gnus v0.5 is released.
10629
10630 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10631
10632         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10633         fetching articles by message-id.
10634
10635 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10636
10637         * message.el (hashcash): Require hashcash as normal.
10638
10639         * ecomplete.el (ecomplete-highlight-match-line):
10640         Use point-at-eol.
10641         (ecomplete-highlight-match-line): Use `highlight', because that
10642         face exists in both Emacs and XEmacs.
10643
10644         * message.el (message-display-abbrev): Use point-at-bol.
10645
10646         * mail-source.el: Don't require timer/timer-funcs.
10647
10648         * gnus-async.el: Ditto.
10649
10650         * password.el: Ditto.
10651
10652         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10653
10654         * mm-url.el: Ditto.
10655
10656         * gnus-xmas.el: Don't require timer-funcs.
10657
10658         * mm-util.el: Require timer/timer-funcs.
10659
10660 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10661
10662         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10663         Close.
10664
10665 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10666
10667         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10668         unibyte after clear-decrypt function runs.
10669
10670         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10671         returns as a unibyte string.
10672
10673 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * lpath.el: Revert.
10676
10677         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10678         (pgg-gpg-process-sentinel): Revert.
10679
10680         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10681         (pgg-pgp-lookup-key): Revert.
10682
10683         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10684         (pgg-pgp5-lookup-key): Revert.
10685
10686         * pgg.el (pgg-fetch-key): Revert.
10687
10688 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * lpath.el: Fbind string-as-multibyte for XEmacs.
10691
10692         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10693         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10694         (mml1991-pgg-encrypt): Ditto.
10695
10696         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10697         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10698         a multibyte buffer.
10699
10700         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10701         (pgg-pgp-lookup-key): Ditto.
10702
10703         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10704         (pgg-pgp5-lookup-key): Ditto.
10705
10706         * pgg.el (pgg-fetch-key): Ditto.
10707
10708 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * message.el (message-user-organization-file): Check several
10711         locations of the organization file.
10712
10713         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10714         Add gnus-article-view-part-as-type.
10715
10716         * gnus-art.el (gnus-article-view-part-as-type): New function.
10717
10718         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10719         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10720
10721         * mml.el: Simplify autoload.
10722         (mml-mode): defvar dnd-protocol-alist instead of using
10723         symbol-value.
10724         (mml-default-directory): New variable.
10725         (mml-minibuffer-read-file): Use it.
10726         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10727
10728         * message.el (message-citation-line-format): New variable.
10729         (message-insert-formated-citation-line): New function.
10730         (message-citation-line-function):
10731         Add `message-insert-formated-citation-line' to custom type.
10732
10733         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10734         to doc string.
10735
10736         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10737         depending on mm-verify-option.
10738
10739 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10740
10741         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10742         binding pgg-* variables; reimplement the section which prevents
10743         MIME header from being signed.
10744         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10745         pgg-text-mode; remove a blank line at the top of body.
10746
10747         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10748         lines at the top of body; use gnus-newsgroup-charset if there's no
10749         Charset header.
10750
10751 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10752
10753         * message.el (message-self-insert-commands): Doc fix.
10754
10755         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10756         (mm-uu-pgp-encrypted-test): Ditto.
10757         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10758         between header and body; return application/pgp-encrypted handle
10759         if decryption failed; decode decrypted body by charset.
10760
10761         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10762         element match to application/pgp-*.
10763
10764 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10765
10766         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10767         HTML.
10768
10769 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10770
10771         * mail-source.el (mail-source-call-script): Message the error
10772         string.
10773
10774 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10775
10776         * gnus-util.el (gnus-byte-compile): Use it.
10777
10778 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10779
10780         * gnus-util.el (kill-empty-logs): New function.
10781
10782 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10783
10784         * message.el (message-mail-alias-type): Doc fix.
10785         (message-mail-alias-type-p): New function.
10786         (message-send): Use it.
10787         (message-mode): Ditto.
10788         (message-strip-forbidden-properties): Ditto.
10789
10790         * ecomplete.el (ecomplete-database-file-coding-system):
10791         New variable.
10792         (ecomplete-save): Use it.
10793         (ecomplete-setup): Use it.
10794
10795 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10796
10797         * message.el (message-self-insert-commands): New variable.
10798         (message-strip-forbidden-properties): Use it.
10799
10800 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10801
10802         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10803         that doesn't make XEmacs choke.
10804
10805 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10806
10807         * gnus-util.el (gnus-replace-in-string):
10808         Prefer replace-regexp-in-string over of replace-in-string.
10809
10810 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10811
10812         * gnus-util.el (gnus-select-frame-set-input-focus):
10813         Use select-frame-set-input-focus if it is available in XEmacs; use
10814         definition defined in Emacs 22 for old Emacsen.
10815
10816         * dgnushack.el: Autoload unmorse-region for XEmacs.
10817
10818         * lpath.el: Bind cursor-in-non-selected-windows and
10819         select-frame-set-input-focus for XEmacs.
10820
10821 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10822
10823         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10824
10825 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10826
10827         * gnus-registry.el (gnus-registry-cache-save): Remove text
10828         properties when saving via the temp buffer.
10829
10830 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10831
10832         * message.el (message-generate-hashcash): Honor custom type.
10833
10834 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10835
10836         * message.el (message-generate-hashcash): Default to non-nil when
10837         hashcash is found.
10838
10839         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10840         (gnus-refer-thread-limit): Increase default to 500.
10841
10842         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10843
10844         * flow-fill.el (fill-flowed): Allow delete-space.
10845
10846 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10847
10848         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10849         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10850         Remove autoloads.
10851
10852 2006-04-18  Simon Josefsson  <jas@extundo.com>
10853
10854         * message.el (message-generate-hashcash): Default to.
10855
10856 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10857
10858         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10859         concatenating segments rather than before concatenating them.
10860
10861 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10862
10863         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10864
10865 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10866
10867         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10868
10869         * message.el (message-forward-make-body-plain):
10870         Allow message-forward-ignored-headers to be a list.
10871         (message-remove-ignored-headers): Factor out into function.
10872         (message-forward-make-body-mml): Use it.
10873
10874         * imap.el (imap-quote-specials): New function.
10875         (imap-login-auth): Quote specials.
10876
10877         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10878         (rfc2231-parse-string): Allow concatanation of parameters that
10879         aren't contiguous.  The test case is
10880           (mail-header-parse-content-type "message/external-body;
10881             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10882             access-type=LOCAL-FILE;
10883             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10884
10885 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10886
10887         * nntp.el (nntp-accept-process-output): Return the value of
10888         `nnheader-accept-process-output'.
10889
10890 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10891
10892         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10893         (gnus-button-alist): Recognize more diff formats.
10894         (gnus-button-patch): Strip directory.
10895
10896 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10897
10898         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10899         Emacs 22 when setting focus.
10900
10901 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10902
10903         * gnus-art.el (gnus-article-treat-types): Do treatment of
10904         text/x-verbatim parts.
10905         (gnus-button-patch): New command.
10906
10907         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10908         addresses that contain invalid characters.
10909
10910 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10911
10912         * message.el (message-put-addresses-in-ecomplete):
10913         Use gnus-replace-in-string.
10914         (message-is-yours-p): Use the more correct
10915         mail-header-parse-address instead of
10916         mail-extract-address-components.
10917         (message-put-addresses-in-ecomplete): Fix typo.
10918
10919         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10920         keystroke.
10921
10922         * gnus-art.el (gnus-treatment-function-alist): Change order of
10923         newsgroups/generic header folding to avoid double-folding.
10924
10925         * message.el (message-hidden-headers): Add X-Draft-From.
10926
10927         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10928         New command.
10929         (gnus-summary-repeat-search-article-backward): New command.
10930
10931         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10932         groups in the parent topic.
10933
10934 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10935
10936         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10937         (spam-extra-header-to-number): Return the CRM114 number as a
10938         number instead of a string.
10939
10940 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10941
10942         * gnus-art.el (gnus-face-properties-alist): Move here from
10943         gnus-fun.
10944
10945         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10946
10947 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10948
10949         * message.el (message-strip-forbidden-properties): Only display on
10950         self-insert-command.
10951
10952         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10953         reindent.
10954         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10955
10956 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10957
10958         * smiley.el (smiley-style): Fix typo.
10959
10960 2006-03-23  Kenichi Handa  <handa@m17n.org>
10961
10962         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10963         instead of set-buffer-multibyte.
10964
10965 2006-03-23  Kenichi Handa  <handa@m17n.org>
10966
10967         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10968         buffer and then decode the buffer text if necessary.
10969         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10970         first, and after mm-encode-body, change the buffer to unibyte.
10971
10972 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10973
10974         * hashcash.el (hashcash-insert-payment-async-2):
10975         Use message-goto-eoh instead of doing it manually.
10976         (mail-add-payment): Use message-narrow-to-header instead of trying
10977         to do the same itself.
10978
10979         * message.el (message-hidden-headers): Add Face.
10980
10981         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10982         reparenting code.
10983         (gnus-summary-reparent-children): Refactored out code.
10984         (gnus-summary-thread-map): New keystroke.
10985         (gnus-summary-reparent-children): Make into command.
10986
10987         * smiley.el (smiley-style): Default to `medium' if using a large
10988         font.
10989
10990         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10991         does it itself.
10992
10993         * message.el (message-point-in-header-p): Simplify definition.
10994
10995 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * nnagent.el (nnagent-request-set-mark): Silence log file
10998         writing.
10999         (nnagent-request-set-mark): Use write-region instead of
11000         append-to-file.
11001
11002         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11003         strange select method.
11004
11005         * ecomplete.el (ecomplete-display-matches): Get highlightling
11006         right.
11007         (ecomplete-display-matches): Use literals.
11008         (ecomplete-display-matches): Disable message logging.
11009
11010         * message.el (message-display-abbrev): Small optimization.
11011
11012         * ecomplete.el (ecomplete-display-matches): Allow automatic
11013         display.
11014
11015         * message.el (message-strip-forbidden-properties):
11016         Display abbrevs.
11017         (message-display-abbrev): Get automatic display right.
11018
11019         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11020         keystrokes.
11021
11022 2006-04-13  Romain Francoise  <romain@orebokech.com>
11023
11024         TODO: Backport to v5-10!
11025
11026         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11027         Move here (and rename) from gnus-registry.el.
11028
11029         * gnus-registry.el: Require gnus-util.
11030         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11031
11032 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033
11034         * gnus-group.el (gnus-group-catchup-current):
11035         Change if-then-else-if-then-else into cond.
11036         (gnus-group-catchup): Indent.
11037         (group-name-at-point): New function.
11038         (gnus-fetch-group): Provide default from thing at point.
11039
11040 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11041
11042         * message.el (message-display-abbrev): Fix regexp.
11043
11044         * ecomplete.el (ecomplete-highlight-match-line):
11045         Reimplement choosing.
11046         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11047         dead variables.
11048
11049         * message.el (message-newline-and-indent): Remove debugging.
11050         (message-display-abbrev): Use new implementation.
11051
11052 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11053
11054         * gnus-art.el (gnus-article-mode):
11055         Set cursor-in-non-selected-windows to nil.
11056
11057         * smiley.el: Revert previous change.
11058         (smiley-data-directory): defvar it before using it in the
11059         defcustom of `smiley-style'.
11060
11061 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11062
11063         * message.el (message-newline-and-indent): New function.
11064
11065         * ecomplete.el: Implement more bits.
11066
11067         * message.el (message-put-addresses-in-ecomplete): Clean up the
11068         string.
11069
11070         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11071
11072         * gnus-sum.el (gnus-summary-save-parts):
11073         Bind gnus-summary-save-parts-counter and use it to make unique file
11074         names.
11075
11076         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11077
11078         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11079         parameter to say whether to actually parse the individual
11080         addresses.
11081
11082         * message.el (message-put-addresses-in-ecomplete): New function.
11083         (ecomplete): Require.
11084         (message-mail-alias-type): Add ecomplete as an option.
11085
11086 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11087
11088         * flow-fill.el (fill-flowed): Remove trailing space from blank
11089         quoted lines.
11090
11091 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11092
11093         * smiley.el (smiley-style): Move definition later to avoid a
11094         compilation warning.
11095
11096 2006-04-12  Kenichi Handa  <handa@m17n.org>
11097
11098         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11099         buffer and then decode the buffer text if necessary.
11100         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11101         first, and after mm-encode-body, change the buffer to unibyte.
11102         Use mm-disable-multibyte instead of set-buffer-multibyte.
11103
11104 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11105
11106         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11107         Content-Type header instead of Content-Disposition header.
11108         (gnus-mime-inline-part): Ditto.
11109         (gnus-mime-view-part-as-charset): Ignore charset that the part
11110         specifies.
11111
11112         * mm-decode.el (mm-display-part): Work with external parts and
11113         usual parts similarly.
11114
11115         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11116         instead of gnus-display-mime.
11117
11118         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11119         instead of with-temp-buffer.
11120
11121         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11122         tag to summarized topics part in order to encode non-ASCII text.
11123
11124 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * smiley.el (smiley-style): New variable.
11127         (smiley-directory): New function.
11128         (smiley-data-directory): Derive from `smiley-style' using
11129         `smiley-directory'.
11130         (smiley-regexp-alist): Add new entries.
11131
11132         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11133         (gnus-article-browse-delete-temp): Add :version.
11134
11135 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11136
11137         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11138         the sieve region.
11139
11140 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11141
11142         * gnus.el (gnus-version-number): Bump version.
11143
11144 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11145
11146         * gnus.el: No Gnus v0.4 is released.
11147
11148 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11149
11150         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11151         layout.
11152
11153         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11154         unknown charset.
11155
11156         * message.el (message-header-synonyms): Add Original-To to the
11157         default.
11158
11159         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11160         optional parameter.
11161
11162 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11163
11164         * gnus-fun.el (gnus): Require it for gnus-directory.
11165
11166 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11167
11168         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11169
11170 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11171
11172         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11173
11174 2006-04-05  Simon Josefsson  <jas@extundo.com>
11175
11176         * password.el (password-reset): New function.
11177
11178 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11179
11180         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11181         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11182
11183 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11184
11185         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11186         Some whitespace was matched into the url, which broke browsing hits
11187         > 100 when mm-url-use-external was nil.
11188
11189 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11190
11191         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11192         Check gnus-extra-headers for 'Newsgroups.
11193
11194         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11195         bound.
11196
11197 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11198
11199         * pgg-gpg.el: Clean up process buffers every time gpg processes
11200         complete.
11201
11202 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11205         doc string.
11206
11207 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11208
11209         * pgg-gpg.el (pgg-gpg-process-filter)
11210         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11211
11212         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11213         lines, temporary fix.
11214
11215 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11216
11217         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11218
11219 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11220
11221         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11222         default-enable-multibyte-characters.  This reverts the change from
11223         revision 6.17 which is no longer necessary because the passphrase
11224         is sent separately now.  GnuPG messages are unreadable under
11225         multibyte locales with default-enable-multibyte-characters set to
11226         nil.
11227
11228 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11229
11230         * message.el (message-tool-bar-gnome): Move "spell".
11231
11232 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11235         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11236         instead.
11237
11238 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11239
11240         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11241         Improve newsgroups handling for NNTP overviews which don't include
11242         Newsgroups.
11243
11244 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11245
11246         * message.el (message-resend): Bind message-generate-hashcash to nil.
11247
11248 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11249
11250         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11251         when searching for already-paid recipients.
11252
11253 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11254
11255         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11256         passphrases when it is not needed.
11257         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11258         passphrase stuff from gpg, should only be necessary when you use
11259         gpg with a smartcard.
11260
11261 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11262
11263         * mml.el (mml-insert-mime): Ignore cached contents of
11264         message/external-body part.
11265
11266         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11267         (mm-insert-part): Ditto.
11268
11269 2006-03-23  Simon Josefsson  <jas@extundo.com>
11270
11271         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11272         Reiner.
11273         (pgg-gpg-use-agent-p): Use it again.
11274
11275 2006-03-23  Simon Josefsson  <jas@extundo.com>
11276
11277         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11278         older emacsen.
11279         (pgg-gpg-use-agent-p): Don't use it.
11280
11281 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11284         if we can.
11285
11286 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11287
11288         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11289         (pgg-gpg-update-agent): New function.
11290         (pgg-gpg-use-agent-p): New function.
11291         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11292         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11293         (pgg-gpg-sign-region): Use it.
11294
11295 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11296
11297         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11298         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11299
11300 2006-03-21  Simon Josefsson  <jas@extundo.com>
11301
11302         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11303         <wilde@sha-bang.de>.
11304         (pgg-gpg-use-agent): New variable.
11305         (pgg-gpg-process-region): Use it.
11306         (pgg-gpg-encrypt-region): Likewise.
11307         (pgg-gpg-encrypt-symmetric-region): Likewise.
11308         (pgg-gpg-decrypt-region): Likewise.
11309         (pgg-gpg-sign-region): Likewise.
11310         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11311
11312 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11313
11314         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11315
11316         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11317         Add comment on version.
11318
11319 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * smiley.el: Add missing test smiley.
11322
11323 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * mm-decode.el (mm-with-part): New macro.
11326         (mm-get-part): Use it; work with message/external-body as well.
11327         (mm-save-part): Treat name and filename equally.
11328
11329         * mm-extern.el (mm-extern-cache-contents): New function.
11330         (mm-inline-external-body): Use it; force the part to be displayed;
11331         move undisplayer added to the cached handle to the parent.
11332
11333         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11334         (gnus-mime-view-part-as-type): Work with message/external-body.
11335
11336         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11337
11338 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11339
11340         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11341         images in image-load-path.  [Sync with image.el, revision 1.60, in
11342         Emacs.]
11343
11344 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11345
11346         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11347         path rather than symbol.  Always return list of directories.
11348         Guarantee that image directory comes first.  [Sync with image.el,
11349         revision 1.59, in Emacs.]
11350
11351         * message.el (message-make-tool-bar): Adjust to new API of
11352         `gmm-image-load-path-for-library'.
11353
11354         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11355
11356         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11357
11358 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11359
11360         * gnus-art.el (gnus-article-only-boring-p):
11361         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11362         intangible text.
11363         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11364
11365 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11366
11367         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11368         Use `defun' instead of `gmm-defun-compat'.
11369
11370 2006-03-14  Simon Josefsson  <jas@extundo.com>
11371
11372         * message.el (message-unique-id): Don't use message-number-base36
11373         if (user-uid) is a float.
11374         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11375
11376 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11377
11378         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11379
11380         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11381         empty line between a part and a message part.
11382
11383 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11384
11385         * smiley.el: Add more test smileys.
11386         (smiley-data-directory, smiley-regexp-alist)
11387         (gnus-smiley-file-types): Fix doc strings.
11388         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11389         adding new elements.
11390         (smiley-mouse-map): Unused code.  Make it a comment.
11391
11392 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11393
11394         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11395         scan latest NoCeM messages instead of old ones.
11396         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11397         delimiters that are recently used.
11398         (gnus-nocem-load-cache): Add autoload cookie.
11399
11400         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11401
11402         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11403         level which is larger than gnus-use-nocem is specified.
11404
11405         * gnus-group.el (gnus-group-get-new-news): Ditto.
11406
11407 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11408
11409         * gnus-util.el (gnus-tool-bar-update): New function.
11410
11411         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11412         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11413
11414         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11415
11416         * gnus-group.el (gnus-group-redraw-when-idle)
11417         (gnus-group-redraw-check): Remove.
11418         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11419
11420 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11421
11422         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11423         if optional last element is specified in splits (FIELD VALUE...).
11424
11425 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11426
11427         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11428         to gmm-image-load-path-for-library.  Call with no-error argument.
11429         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11430
11431         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11432
11433         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11434
11435         * gmm-utils.el (gmm-image-load-path): Remove alias.
11436
11437 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gmm-utils.el (gmm-image-load-path): Add alias.
11440
11441         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11442         nnml-generate-nov-databases-1.
11443         (nnml-generate-nov-databases): Use it.
11444         (nnml-generate-nov-databases-directory): Document no-active
11445         argument.
11446
11447         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11448         directory if path is t.  Add no-error.
11449
11450         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11451         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11452
11453         * gnus-art.el (gnus-article-browse-delete-temp-files):
11454         Simplify resetting gnus-article-browse-html-temp-list.
11455
11456         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11457         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11458         Add example to docstring.  Rename local variables.  Move error
11459         checks to default case in cond and simplify.
11460
11461 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11462
11463         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11464         handle is multipart when calling it recursively.
11465         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11466
11467 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11468
11469         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11470         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11471
11472 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11473
11474         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11475         is loaded.
11476
11477         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11478         loaded.
11479
11480 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11481
11482         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11483         to "Emacs 23 (unicode)" in doc string.
11484
11485         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11486         "Emacs 23 (unicode)" in comment.
11487
11488 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11491
11492         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11493         characters 160 through 255 in Emacs 23.
11494
11495 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11496
11497         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11498         gnus-article-browse-html-temp.
11499         (gnus-article-browse-delete-temp): Make it customizable.
11500         Add `file'.  Adjust doc string.
11501         (gnus-article-browse-delete-temp-files): Add argument.
11502         Allow query for each file.  Adjust doc string.
11503         (gnus-article-browse-html-parts):
11504         Add `gnus-article-browse-delete-temp-files' to
11505         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11506
11507 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11508
11509         * gnus-art.el (gnus-article-browse-html-temp)
11510         (gnus-article-browse-delete-temp): New variables.
11511         (gnus-article-browse-delete-temp-files): New function.
11512         (gnus-article-browse-html-parts): Use it.
11513
11514 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11515
11516         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11517
11518         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11519         string.
11520
11521         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11522         gnus-summary-insert-new-articles when unplugged.
11523         Remove gnus-summary-search-article-forward.
11524
11525         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11526         display-visual-class instead of display-color-cells.
11527
11528 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * dgnushack.el: Autoload customize-group for XEmacs.
11531
11532         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11533         message/* containing non-ASCII text properly.
11534
11535 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11536
11537         * message.el: Require gmm-utils, remove autoloads.
11538         (message-tool-bar): Set default based on
11539         gmm-tool-bar-style.
11540         (message-tool-bar-gnome): Add gmm-customize-mode.
11541
11542         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11543         gmm-tool-bar-style.
11544         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11545
11546         * gnus-group.el (gnus-group-tool-bar): Set default based on
11547         gmm-tool-bar-style.
11548         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11549
11550         * gmm-utils.el (gmm-image-directory): Rename variable from
11551         gmm-image-load-path.
11552         (gmm-image-load-path): Use gmm-image-directory.
11553         (gmm-customize-mode): New function.
11554         (gmm-tool-bar-style): New variable.
11555
11556         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11557         gnus-group-redraw-line-number.
11558         (gnus-group-redraw-check): Simplify.
11559         (gnus-group-tool-bar-update): Remove redraw check.
11560         (gnus-group-make-tool-bar): Add redraw check.
11561
11562 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11563
11564         * gnus-art.el (gnus-button): Add missing parentheses.
11565
11566 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11567
11568         * lpath.el: Fbind line-number-at-pos.
11569
11570 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11571
11572         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11573
11574 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11575
11576         * gnus-art.el (gnus-button): New face.
11577         (gnus-article-button-face): Use it.
11578
11579         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11580         Add gnus-summary-next-page.  Re-order.
11581
11582         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11583         next-node are now included.
11584         (gnus-group-redraw-line-number): New internal variable.
11585         (gnus-group-redraw-check): Helper function for updating the tool
11586         bar.
11587         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11588
11589         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11590
11591         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11592         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11593         Use it to match format of Spamassassin 3.0 and later.
11594         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11595         (spam-check-bogofilter)
11596         (spam-bogofilter-register-with-bogofilter): Fix args of
11597         `gnus-error' calls.
11598
11599 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11600
11601         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11602         unnecessary interaction when sending queued mails.
11603         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11604
11605 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11606
11607         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11608         first or last are nil.
11609
11610 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11611
11612         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11613
11614 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11615
11616         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11617
11618 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11619
11620         * dns.el (query-dns): Protect more against buggy tcp output.
11621
11622 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11625         nov.php.
11626
11627 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11628
11629         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11630         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11631         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11632         output on the server side.
11633         (nnweb-google-create-mapping): Update regexps and add some
11634         progress indication.
11635
11636 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11637
11638         * gnus-group.el (gnus-group-tool-bar-gnome):
11639         Fix gnus-agent-toggle-plugged.  Re-order icons.
11640         (gnus-group-tool-bar-gnome):
11641         Add gnus-group-{prev,next}-unread-group.
11642         (gnus-group-tool-bar-gnome): Re-order icons.
11643
11644         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11645         Move gnus-summary-insert-new-articles.
11646
11647         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11648         Fix comments.
11649
11650         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11651         also available in Emacs 21.3.
11652
11653         * message.el (message-fix-before-sending): Change "Emacs 22" to
11654         "Emacs 23 (unicode)" in comment.
11655
11656         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11657         "Emacs 23 (unicode)" in comment.
11658
11659         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11660         comment.
11661         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11662
11663         * mm-view.el (mm-fill-flowed): Add :version.
11664
11665 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11666
11667         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11668         and load-path.
11669
11670 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11671
11672         * message.el: Autoload gmm-image-load-path.
11673         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11674         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11675         consitency.
11676
11677         * gmm-utils.el (gmm-image-load-path): Also search in
11678         "../etc/images".  Don't set gmm-image-load-path if we don't find
11679         the image.
11680
11681 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gmm-utils.el (gmm-image-load-path): Don't make
11684         `gmm-image-load-path' include subdirectories which the second arg
11685         `image' might specify.
11686
11687         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11688         subdirectory to icon file names.
11689
11690         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11691
11692 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11693
11694         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11695         gmm-image-load-path calls.
11696
11697         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11698
11699         * message.el (message-make-tool-bar): Ditto.
11700
11701         * mml.el (mml-preview): Add comment concerning tool bar icons.
11702
11703         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11704         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11705
11706         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11707         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11708
11709         * message.el (message-tool-bar-gnome): Use new icon names.
11710         (message-make-tool-bar): Use `gmm-image-load-path'.
11711
11712         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11713         New functions from MH-E.
11714         (gmm-image-load-path): New variable from MH-E.
11715         (gmm-image-load-path): New function from MH-E.  Add arguments
11716         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11717         *-image-load-path-called-flag.
11718
11719 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11720
11721         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11722
11723 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11724
11725         * nnimap.el (nnimap-request-move-article): Change folder back to
11726         source group before deleting.
11727
11728 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11729
11730         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11731
11732         * gnus-art.el (mm-url-insert-file-contents-external):
11733         Autoload mm-url.
11734
11735         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11736
11737 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11738
11739         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11740         coding system which mm-charset-to-coding-system returns for a
11741         given charset is valid.
11742
11743 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11744
11745         * html2text.el (html2text-remove-tag-list):
11746         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11747
11748 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11749
11750         * gnus-cus.el: Revert 2005-10-17 change.
11751
11752 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11753
11754         * gnus-art.el (article-strip-banner):
11755         Call article-really-strip-banner only when the regexp match is made.
11756
11757 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11758
11759         * gnus-art.el (article-strip-banner):
11760         Use gnus-extract-address-components instead of
11761         mail-header-parse-addresses to make it work with non-ASCII text;
11762         remove mail-encode-encoded-word-string.
11763
11764         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11765         values which are surrounded with \"...\"; make it never cause a
11766         Lisp error; give up parsing of parameters if it failed in
11767         extracting type.
11768
11769 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11770
11771         * smime.el (smime-cert-by-ldap-1): Fix bug where
11772         `smime-ldap-search' returns results without userCertificates.
11773
11774 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11775
11776         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11777
11778 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * spam.el (spam-check-spamassassin-headers): Adapt format for
11781         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11782         <ari@mbf.ocn.ne.jp>.
11783         (spam-list-of-processors): Add spam-use-gmane.
11784
11785 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11786
11787         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11788         make-temp-file; make it work with XEmacs as well.
11789
11790         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11791         mm-make-temp-file.
11792
11793         * mm-decode.el (mm-display-external): Use the 3rd arg of
11794         mm-make-temp-file.
11795         (mm-create-image-xemacs): Ditto.
11796
11797 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11798
11799         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11800         with message-narrow-to-headers.
11801         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11802         (gnus-draft-check-draft-articles): New function.
11803         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11804
11805 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11806
11807         * gnus-art.el (gnus-article-browse-html-parts):
11808         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11809         Don't use suffix argument for mm-make-temp-file for Emacs 21
11810         compatibility.  Remove useless `format'.
11811
11812 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11813
11814         * nnweb.el (nnweb-google-wash-article): Update regexps.
11815         (nnweb-group-alist): Use defvoo instead of defvar.
11816
11817 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11818
11819         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11820         re-loading nn* modules.
11821
11822 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11823
11824         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11825         for `tool-bar-mode' and don't check it's default-value.
11826
11827         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11828
11829         * message.el (message-make-tool-bar): Ditto.
11830
11831         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11832         `substring'.  Shorten tmp-file name.
11833
11834         * gnus.el: Remove bogus comment.
11835
11836 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11837
11838         * gnus-art.el (gnus-article-browse-html-parts): New function.
11839         (gnus-article-browse-html-article): New function for viewing html
11840         articles with a browser.
11841
11842 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11843
11844         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11845         in elisp.
11846         (pgg-gpg-encrypt-symmetric-region): Ditto.
11847         (pgg-gpg-sign-region): Ditto.
11848
11849         * pgg-def.el (pgg-text-mode): New variable.
11850
11851         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11852         (mml2015-pgg-encrypt): Ditto.
11853
11854         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11855         (mml1991-pgg-encrypt): Ditto.
11856
11857 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11858
11859         * nnfolder.el (nnfolder-insert-newsgroup-line):
11860         Use message-make-date instead of current-time-string.
11861
11862         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11863         to gnus-decoded which mm-uu might set.
11864
11865 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11866
11867         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11868         don't decode quoted parameters; remove misimported Emacs code.
11869         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11870         (rfc2231-decode-encoded-string): Don't use split-string which
11871         behaves differently according to Emacs version; use
11872         mm-decode-coding-region to convert charset to coding-system.
11873         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11874         (rfc2231-encode-string): Remove misimported Emacs code.
11875
11876 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11877
11878         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11879         when calling mail-header-parse-content-type.
11880         (article-de-quoted-unreadable): Ditto.
11881         (article-de-base64-unreadable): Ditto.
11882         (article-wash-html): Ditto.
11883
11884         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11885         calling mail-header-parse-content-type and
11886         mail-header-parse-content-disposition.
11887         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11888         mail-header-parse-content-type.
11889
11890         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11891         insert charset and format parameters; encode description after
11892         inserting it to buffer.
11893         (mml-insert-parameter): Fold lines properly even if a parameter is
11894         segmented into two or more lines; change the max column to 76.
11895
11896         * rfc1843.el (rfc1843-decode-article-body): Don't use
11897         ignore-errors when calling mail-header-parse-content-type.
11898
11899         * rfc2231.el (rfc2231-parse-string): Return at least type if
11900         possible; don't cause an error even if it fails in parsing of
11901         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11902         (rfc2231-encode-string): Don't break lines at the beginning, leave
11903         it to mml-insert-parameter.
11904
11905         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11906         calling mail-header-parse-content-type.
11907
11908 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11909
11910         * spam-report.el (spam-report-gmane-use-article-number):
11911         Improve doc string.
11912         (spam-report-gmane-internal): Check if a suitable header was found
11913         in the article.
11914
11915 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11916
11917         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11918         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11919
11920 2006-02-05  Romain Francoise  <romain@orebokech.com>
11921
11922         Update copyright notices of all files in the gnus directory.
11923
11924 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11925
11926         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11927
11928 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11929
11930         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11931         segmented lines of parameter value to cope with Thunderbird 1.5
11932         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11933         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11934         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11935
11936 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11937
11938         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11939         parts.
11940
11941 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11942
11943         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11944         there's only one active file for all servers.
11945         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11946         solid groups.  Gnus might have used a FAST request to select the group.
11947         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11948         and nnweb-search redundantly in the active file.
11949         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11950         (nnweb-request-create-group): Don't use ARGS.
11951         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11952         initialisations.  Let nnoo do the work.
11953
11954 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11957         Say the part has been decoded.
11958
11959         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11960
11961 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11962
11963         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11964         mailcap-viewer-test-cache when there's no 'test clause, since that
11965         will invert the meaning of a "nil" test previously determined by
11966         mailcap-mailcap-entry-passes-test.
11967
11968 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11969
11970         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11971         compiling.
11972
11973         * gnus-sum.el: Ditto.
11974
11975         * message.el: Don't bind tool-bar-map when compiling.
11976
11977 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11978
11979         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11980
11981 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11982
11983         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11984         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11985         current Google Groups.
11986
11987 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11988
11989         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11990         and tool-bar-mode.
11991
11992         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11993         and tool-bar-mode.
11994
11995         * message.el (message-tool-bar-update): Simplify.
11996         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11997
11998         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11999         gnus-summary-buffer.
12000         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12001         gnus-summary-reply.
12002
12003         * gmm-utils.el (gmm): Add :version.
12004
12005 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12006
12007         * Makefile.in (clean): New rule.
12008         (distclean): Use it.
12009
12010 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12011
12012         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12013         Don't autoload.
12014
12015 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12016
12017         * gmm-utils.el (gmm-verbose): Add :group.
12018
12019 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12020
12021         * message.el: Change some comments WRT tool-bars.
12022
12023         * gnus-sum.el (gnus-summary-tool-bar)
12024         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12025         (gnus-summary-tool-bar-zap-list): New variables.
12026         (gnus-summary-make-tool-bar): Complete rewrite using
12027         `gmm-tool-bar-from-list'.
12028
12029         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12030         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12031         New variables.
12032         (gnus-group-make-tool-bar): Complete rewrite using
12033         `gmm-tool-bar-from-list'.
12034         (gnus-group-tool-bar-update): New function.
12035
12036         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12037
12038 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12041         is dissected into a single part of which the type is the same as
12042         the given one; decode charset.
12043
12044 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12045
12046         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12047         into alists as symbol not string, since that's what
12048         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12049         look for.
12050
12051 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12054         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12055
12056         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12057
12058 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
12061         (gnus-xmas-mime-security-button-menu): New function.
12062
12063         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12064         (gnus-mime-security-button-menu): New definition.
12065         (gnus-mime-security-button-map): Use them.
12066         (gnus-mime-security-button-menu): New function.
12067         (gnus-insert-mime-security-button): Addition to help echo.
12068         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12069         (gnus-mime-security-pipe-part): New functions.
12070
12071         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12072         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12073
12074         * mm-decode.el (mm-handle-set-disposition): Remove.
12075         (mm-handle-set-description): Remove.
12076
12077 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12078
12079         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12080         (mm-w3m-standalone-supports-m17n-p): New function.
12081         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12082         w3m usage.
12083
12084         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12085         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12086
12087 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12088
12089         * message.el (message-tool-bar-zap-list):
12090         Use gmm-tool-bar-zap-list as custom type.
12091         (message-tool-bar-update): New function.
12092         (message-tool-bar, message-tool-bar-gnome)
12093         (message-tool-bar-retro): Add message-tool-bar-update.
12094         (message-tool-bar-gnome): Add flyspell-buffer.
12095
12096         * gnus-util.el (gnus-error): Describe `args'.
12097
12098         * gmm-utils.el (gmm-error): Describe `args'.
12099         (gmm-tool-bar-zap-list): New widget.
12100         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12101
12102 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12103
12104         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12105         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12106         the number of recursive calls.
12107
12108         * mm-decode.el (mm-handle-set-disposition): New macro.
12109         (mm-handle-set-description): New macro.
12110
12111 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12112
12113         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12114         encoding.
12115
12116 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12117
12118         * message.el (message-tool-bar-zap-list, message-tool-bar)
12119         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12120         (message-tool-bar-local-item-from-menu): Remove.
12121         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12122         (message-make-tool-bar): New function.
12123         (message-mode): Use `message-make-tool-bar'.
12124
12125         * gmm-utils.el: New file.
12126         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12127         (gmm-lazy): New widget copied from `nnmail.el'.
12128         (gmm-tool-bar-from-list): New function for creating customizable
12129         tool bars.
12130         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12131         output.
12132         (gmm): Add :prefix to defgroup.
12133
12134 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12135
12136         * gmm-utils.el (gmm-widget-p): New function.
12137
12138 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * mml.el (mml-attach-file): Describe `description' in doc string.
12141         (mml-menu): Add Emacs MIME manual and PGG manual.
12142
12143 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12144
12145         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12146
12147 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12148
12149         * nntp.el (nntp-end-of-line): Doc fix.
12150
12151 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12152
12153         * imap.el (imap-open): Handle case where buffer is a buffer
12154         object.
12155
12156 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12157
12158         * gnus-delay.el (gnus-delay): Don't autoload.
12159         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12160         to be re-loaded when customizing the `gnus-delay' group.
12161
12162 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12163
12164         * message.el (message-insert-citation-line): Use newlines.
12165
12166 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12167
12168         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12169         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12170         these routines, so the passphrase can be managed externally and
12171         passed in to the system.
12172         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12173         pgg-add-passphrase-to-cache function.
12174
12175         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12176         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12177         these routines, so the passphrase can be managed externally and
12178         passed in to the system.
12179         (pgg-pgp5-sign-region): Use new name of
12180         pgg-add-passphrase-to-cache function.
12181
12182 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12183
12184         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12185         part of the decoded armor to find the key-identifier.
12186         (pgg-gpg-lookup-key-owner): New function to return the
12187         human-readable identifier of a key owner.
12188         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12189         itself.
12190         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12191         the key value) if we have a key and can match it against a secret
12192         key.  Also, added a note pointing out fact that the prompt only
12193         indicates the first matching key.
12194
12195         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12196         pgg-decrypt-region.
12197         (pgg-add-passphrase-to-cache): Rename from
12198         `pgg-add-passphrase-cache' to reduce confusion (all callers
12199         changed).
12200         (pgg-remove-passphrase-from-cache): Rename from
12201         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12202         changed).
12203         (pgg-read-passphrase, pgg-add-passphrase-cache)
12204         (pgg-remove-passphrase-cache): Add informative docstrings.
12205         (pgg-decrypt): Convey provided passphrase in subordinate call to
12206         pgg-decrypt-region.
12207
12208 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12209
12210         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12211         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12212         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12213         'passphrase' argument, so the passphrase can be managed externally
12214         and then passed in to the system.
12215
12216         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12217         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12218         so the passphrase cache can be used reliably with identifiers
12219         besides a pgp packet's key id.
12220
12221         * pgg-gpg.el (pgg-gpg-encrypt-region)
12222         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12223         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12224         these routines, so the passphrase can be managed externally and
12225         passed in to the system.
12226
12227         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12228         'notruncate' argument, so the passphrase cache can be used
12229         reliably with identifiers besides a pgp packet's key id.
12230
12231 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12232
12233         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12234         symmetric encryption.
12235         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12236         encrypted session key.
12237         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12238         message ask for the passphrase in a proper way.
12239
12240         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12241         New user commands for symmetric encryption.
12242
12243 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12244
12245         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12246
12247         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12248
12249 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12250
12251         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12252
12253 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12254
12255         * mm-decode.el (mm-inlined-types): Add application/pgp.
12256         (mm-automatic-display): Ditto.
12257
12258         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12259         part as text.
12260
12261 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12262
12263         * nnrss.el: Update copyright.
12264         (nnrss-opml-import): Query whether to subscribe to each entry.
12265
12266         * gnus-art.el:
12267         * gnus-sum.el:
12268         * gnus-xmas.el:
12269         * messagexmas.el:
12270         * mm-uu.el:
12271         * mm-view.el: Update copyright.
12272
12273 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12274
12275         * message.el (message-info): New function.
12276         (message-mode-menu): Add it.
12277         Update copyright.
12278
12279         * ChangeLog: Fix and update copyright.
12280
12281 2006-01-13  Romain Francoise  <romain@orebokech.com>
12282
12283         * message.el (message-forward-subject-name-subject): Prefer the
12284         address to 'nowhere' if the sender has no name.
12285         Fix typo.  Update copyright year.
12286
12287 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12288
12289         * gnus-art.el (article-wash-html):
12290         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12291         (gnus-article-wash-html-with-w3m-standalone): New function.
12292
12293         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12294         mm-inline-text-html-render-with-w3m-standalone.
12295         (mm-text-html-washer-alist): Map w3m-standalone to
12296         gnus-article-wash-html-with-w3m-standalone.
12297         (mm-inline-text-html-render-with-w3m-standalone): New function.
12298
12299 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12300
12301         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12302         Improve LaTeX.
12303
12304 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12307         (nnrss-request-article): Render text/plain parts as HTML.
12308
12309         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12310         the buffer.
12311
12312 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12313
12314         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12315         custom definition of `gnus-posting-styles'.
12316
12317         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12318         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12319
12320 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12321
12322         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12323         Use nntp for bug archive.
12324
12325 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12326
12327         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12328         parts.
12329         (nnrss-normalize-date): New function converts ISO 8601 date into
12330         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12331         (nnrss-check-group): Use it.
12332
12333 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12334
12335         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12336
12337         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12338         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12339         (nnrss-insert-w3): Ditto.
12340
12341 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12344         the articles to be forwarded including the case where neither a
12345         number of articles nor a region is specified.
12346
12347 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12348
12349         * nnrss.el (nnrss-request-article): Fix last change; fill
12350         text/plain parts.
12351
12352 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12355         in text/plain part.
12356         (nnrss-check-group): Don't add excessive newline to dc:subject.
12357
12358 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12359
12360         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12361         article.
12362
12363 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12366         (nnml-use-compressed-files, nnml-save-mail): Support other
12367         comression programs such as bzip2.
12368
12369 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12370
12371         * dns.el (query-dns): Make sure we check the buffer size before
12372         removing tcp headers.
12373
12374 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12377         remove MIME buttons associated with multipart/alternative parts.
12378         (gnus-mime-display-alternative): Tag buttons using `article-type'
12379         text property.
12380
12381         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12382         associated with multipart/alternative parts.
12383
12384         * gnus-art.el (gnus-signature-separator): Fix custom type.
12385
12386         * mm-decode.el (mm-inlined-types): Fix custom type.
12387         (mm-keep-viewer-alive-types): Ditto.
12388         (mm-automatic-display): Ditto.
12389         (mm-attachment-override-types): Ditto.
12390         (mm-inline-override-types): Ditto.
12391         (mm-automatic-external-display): Ditto.
12392
12393 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * spam-report.el (spam-report-user-mail-address)
12396         (spam-report-user-agent): New variables.
12397         (spam-report-url-ping-plain): Use spam-report-user-agent.
12398
12399 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12400
12401         * gnus-art.el (gnus-button-handle-custom): Do not just use
12402         `customize-apropos' for any "M-x customize-*" button but the
12403         function called for.  Accept both the function name and its
12404         argument in order to achieve this.
12405         (gnus-button-alist): Remove support for "custom:" URL's.
12406         Pass function name to `gnus-button-handle-custom' in case of "M-x
12407         customize-*" buttons.
12408
12409 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12410
12411         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12412         multipart/alternative and add xref to mm-discouraged-alternatives
12413         in doc string.
12414
12415         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12416         gnus-buttonized-mime-types in doc string.
12417
12418 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12419
12420         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12421         Suggest image/.* in the doc string.
12422
12423 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12424
12425         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12426         message-marks (Debian bug #342521).
12427
12428 2005-12-12  Simon Josefsson  <jas@extundo.com>
12429
12430         * password.el (password-read-from-cache): Add.
12431         (password-read): Use it.
12432
12433 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12434
12435         * rfc2047.el (rfc2047-charset-to-coding-system):
12436         Recognize us-ascii as a MIME charset.
12437
12438         * mm-bodies.el (mm-decode-content-transfer-encoding):
12439         Protect against the case where the 2nd arg TYPE is nil.
12440
12441 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12442
12443         * pop3.el (pop3-stream-type): Fix custom version.
12444
12445         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12446
12447 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12448
12449         * mm-decode.el (mm-display-external): Add missing cdr.
12450
12451 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12452
12453         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12454         RFC1524) if it is in mailcap or add a suffix according to
12455         mailcap-mime-extensions when generating a temp filename; postpone
12456         deleting a temp file for 2 seconds for some wrappers, shell
12457         scripts, and so on, which might exit right after having started a
12458         viewer command as a background job.
12459
12460 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12461
12462         * nntp.el (nntp-marks-directory): Fix custom group.
12463
12464         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12465         steps when < 10.
12466
12467         * gnus-start.el (gnus-no-server-1):
12468         Mention `gnus-level-default-subscribed' in doc string.
12469
12470 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12471
12472         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12473         parens.
12474
12475 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12476
12477         * gnus-xmas.el (gnus-use-toolbar): Revert.
12478         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12479         gnus-use-toolbar is default.
12480
12481         * messagexmas.el (message-use-toolbar): Revert.
12482         (message-setup-toolbar): Use global default-toolbar if
12483         message-use-toolbar is default.
12484
12485 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12486
12487         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12488         according to default-toolbar-visible-p.
12489
12490         * messagexmas.el (message-use-toolbar): Ditto.
12491
12492 2005-11-26  Dave Love  <fx@gnu.org>
12493
12494         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12495         (tls-program, tls-success): Provide openssl alternative.
12496
12497         * starttls.el: Doc fixes.
12498         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12499         SERVICE to PORT.
12500
12501         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12502         port null or service name.
12503         (starttls-negotiate): Autoload.
12504
12505 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12506
12507         * message.el (message-kill-to-signature): Fix interactive spec.
12508
12509 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12510
12511         * pop3.el (pop3-open-server): Recognize a string as a service name.
12512
12513 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12514
12515         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12516
12517 2005-11-23  Dave Love  <fx@gnu.org>
12518
12519         Add pop3s, pop3/starttls.
12520
12521         * pop3.el (pop3-authentication-scheme): Clarify doc.
12522         (open-tls-stream, starttls-open-stream): Autoload.
12523         (pop3-stream-type): New.
12524         (pop3-open-server): Use it.
12525
12526         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12527         for POP.
12528         (mail-source-keyword-map): Add :stream for POP.
12529         (mail-source-fetch-pop): Use pop3-stream-type.
12530
12531 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12532
12533         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12534         of current-time-string.
12535
12536 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12537
12538         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12539         date header.
12540
12541 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12542
12543         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12544         it can seriously impact performance as it bypasses the agent's
12545         local caches.
12546
12547 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12548
12549         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12550         must be explicitly online rather than "not explicitly offline" for
12551         its flags to be synchronized.
12552
12553         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12554         that gnus-uu-unmark-thread will function correctly.
12555
12556         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12557         1024K is instead displayed as 1M.
12558
12559 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12560
12561         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12562
12563 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12564
12565         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12566
12567 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12568
12569         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12570         error message to display actual error condition.
12571         (gnus-agent-save-local): Avoid saving symbols that are bound to
12572         nil as they simply result in a warning message in
12573         gnus-agent-read-local.
12574
12575 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12576
12577         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12578         rather than make-variable-buffer-local for file-precious-flag.
12579
12580 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12581
12582         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12583         for duplicates which are removed.  The invalid sort check then
12584         triggers a rescan after the sort as sorting may have moved
12585         duplicate entries such that they can be cheaply detected.
12586
12587 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12588
12589         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12590
12591 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12592
12593         * gnus-agent.el (gnus-agent-article-alist-save-format):
12594         Change internal variable to a custom variable.  Change default value
12595         from compressed(2) to uncompressed(1).
12596         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12597         support for uncompressed agentview files.  Taken together, reading
12598         the agentview file should now be 6-7 times faster.
12599
12600 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12601
12602         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12603         as a buffer-local variable.  This avoids creating truncated
12604         dribble files as a result of a hang up, eg.
12605
12606 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12607
12608         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12609         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12610         XEmacs.
12611
12612 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12613
12614         * gnus-start.el (gnus-start-draft-setup):
12615         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12616
12617         * gnus.el (gnus-splash): Change custom group.
12618         (gnus-group-get-parameter, gnus-group-parameter-value):
12619         Describe allow-list argument.
12620
12621         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12622         string.
12623
12624 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12625
12626         * gnus-art.el (gnus-default-article-saver): Add user-defined
12627         `function' to custom type.
12628
12629 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12630
12631         * imap.el (imap-open): Handle case where buffer is a buffer
12632         object.
12633
12634 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12635
12636         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12637         long lines.
12638         (gnus-cache-delete-group): Wrap doc strings.
12639
12640         * gnus-agent.el (gnus-agent-rename-group)
12641         (gnus-agent-delete-group): Wrap doc strings.
12642
12643 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12644
12645         * messagexmas.el (message-use-toolbar): Change the valid values
12646         into default, top, bottom, left, and right.
12647         (message-toolbar-thickness): New variable.
12648         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12649         well.
12650         (message-setup-toolbar): Make it work.
12651
12652         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12653         (gnus-use-toolbar): Change the valid values into default, top,
12654         bottom, left, and right.
12655         (gnus-toolbar-thickness): New variable.
12656         (gnus-xmas-setup-toolbar): New function.
12657         (gnus-xmas-setup-group-toolbar): Use it.
12658         (gnus-xmas-setup-summary-toolbar): Use it.
12659
12660 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12661
12662         * gnus-start.el (gnus-1): Add "native" to
12663         gnus-predefined-server-alist.
12664
12665         * gnus.el (gnus-method-to-server): Don't add "native" to the
12666         lists here, because that leads to problems when
12667         gnus-select-method is bound.
12668
12669 2005-11-09  Simon Josefsson  <jas@extundo.com>
12670
12671         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12672         use (not sort-by-date) instead.
12673
12674 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12675
12676         * gnus-delay.el (gnus-delay-group): Don't autoload.
12677         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12678         to be re-loaded when customizing the `gnus-delay' group.
12679
12680 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12681
12682         * message.el: Revert last changes.
12683         (message-insert-citation-line): Use newlines.
12684
12685 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12686
12687         * message.el (message-courtesy-message)
12688         (message-mark-insert-begin, message-mark-insert-end)
12689         (message-elide-ellipsis, message-cancel-message)
12690         (message-add-header, message-change-subject)
12691         (message-cross-post-followup-to-header)
12692         (message-cross-post-insert-note, message-reduce-to-to-cc)
12693         (message-widen-reply, message-delete-not-region)
12694         (message-kill-to-signature, message-insert-signature)
12695         (message-insert-importance-high, message-insert-importance-low)
12696         (message-insert-or-toggle-importance)
12697         (message-insert-disposition-notification-to)
12698         (message-indent-citation, message-yank-original)
12699         (message-cite-original-without-signature, message-cite-original)
12700         (message-insert-citation-line, message-position-on-field)
12701         (message-fix-before-sending, message-send-mail-partially)
12702         (message-send-mail, message-send-mail-with-sendmail)
12703         (message-send-mail-with-qmail, message-send-news)
12704         (message-check-news-header-syntax, message-generate-headers)
12705         (message-insert-courtesy-copy, message-fill-address)
12706         (message-fill-header, message-shorten-references)
12707         (message-setup-1, message-cancel-news)
12708         (message-forward-make-body-plain, message-forward-make-body-mime)
12709         (message-forward-make-body-mml, message-encode-message-body)
12710         (message-forward-make-body-digest-plain)
12711         (message-forward-make-body-digest-mime)
12712         (message-use-alternative-email-as-from): Insert `hard-newline'
12713         instead of ordinary newlines.
12714
12715 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12716
12717         * message.el (message-generate-headers): Downcase the argument
12718         given to message-check-element.
12719
12720 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12721
12722         * nntp.el (nntp-authinfo-rejected): New error condition.
12723         (nntp-wait-for): Use new error condition to signal authentication
12724         error.
12725         (nntp-retrieve-data): Rethrow new error condition to break out of
12726         recursive call to nntp-send-authinfo.
12727
12728 2005-11-08  Romain Francoise  <romain@orebokech.com>
12729
12730         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12731         (gnus-summary-exit-map): Bind to `Z p'.
12732         (gnus-summary-make-menu-bar): Add menu item.
12733
12734 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12735
12736         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12737         (gnus-treat-*): Add `first' in all doc strings.
12738
12739         * gnus-group.el (gnus-group-compact-group): Fix typo.
12740
12741 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * gnus.el (gnus-parameters-case-fold-search): New variable.
12744         (gnus-parameters-get-parameter): Use it.
12745
12746         * gnus-score.el (gnus-home-score-file): Doc fix.
12747
12748 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12749
12750         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12751
12752 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12753
12754         * mm-util.el (mm-special-display-p): New function.
12755
12756         * mml.el (mml-preview): Use it; doc fix.
12757
12758 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12759
12760         * imap.el (imap-open): Handle case where buffer is a buffer object.
12761
12762 2005-10-29  Romain Francoise  <romain@orebokech.com>
12763
12764         * message.el (message-fix-before-sending): Fix comment.
12765
12766 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12767
12768         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12769
12770 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12771
12772         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12773         Used in gnus-score.el.
12774
12775 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12776
12777         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12778
12779 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12780
12781         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12782         whitespace removed in revision 7.8.  Use concatenated string to
12783         protect trailing whitespace.
12784
12785 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12786
12787         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12788         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12789         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12790         Courier IMAP ("some version from 2004").  Mostly based on similar
12791         code in the same function.
12792
12793 2005-10-26  Didier Verna  <didier@xemacs.org>
12794
12795         * gnus-group.el (gnus-group-compact-group): Invalidate original
12796         article buffer.
12797         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12798         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12799         NOV database and in article itself.
12800         Invalidate article backlog.
12801
12802 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12803
12804         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12805
12806 2005-10-26  Simon Josefsson  <jas@extundo.com>
12807
12808         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12809         part of 2004-07-25 change.
12810
12811 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * message.el (message-display-completion-list): New function.
12814         (message-expand-group): Use it; make sure the Completions buffer
12815         is modifiable.
12816 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12817
12818         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12819         user-mail-name is an empty string.
12820
12821 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12822
12823         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12824         depending on gnus-score-decay-constant.
12825
12826         * encrypt.el (encrypt-insert-file-contents)
12827         (encrypt-write-file-contents): Don't use `gnus-message'.
12828
12829         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12830         arguments.
12831         (mm-uu-type-alist): Add message-marks and insert-marks.
12832         Pass arguments to mm-uu-verbatim-marks-extract.
12833         (mm-uu-hide-markers): New variable.
12834         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12835
12836         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12837         (gnus-convert-image-to-face-command): Use "convert" by default to
12838         allow other input image formats.
12839         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12840         accordingly.
12841
12842 2005-10-23  Simon Josefsson  <jas@extundo.com>
12843
12844         * imap.el (imap-gssapi-program): Align command line parameters
12845         with latest GNU SASL.
12846         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12847
12848 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12849
12850         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12851         HTML.
12852         (nnslashdot-request-article): Ditto.
12853
12854         * lpath.el (featurep): Add nobreak-char-display.
12855
12856 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12857
12858         * mail-source.el (mail-source-fetch-pop): Require pop3.
12859         (mail-source-check-pop): Ditto.
12860
12861 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12862
12863         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12864         errors.
12865
12866 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12867
12868         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12869         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12870
12871         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12872
12873         * mm-bodies.el (mm-decode-string):
12874         Call `mm-charset-to-coding-system' with allow-override argument.
12875
12876 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12877
12878         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12879         (rfc2047-charset-to-coding-system): New function.
12880         (rfc2047-decode-encoded-words): New function.
12881         (rfc2047-decode-region): Use them.
12882         (rfc2047-decode-cte): Remove.
12883         (rfc2047-parse-and-decode): Remove.
12884         (rfc2047-decode): Remove.
12885
12886 2005-10-15  Kenichi Handa  <handa@m17n.org>
12887
12888         * rfc2047.el (rfc2047-decode-cte): New function.
12889         (rfc2047-decode-region): Change the way to decode successive
12890         encoded-words: decode B- or Q-encoding in each encoded-word,
12891         concatenate them, and decode it as charset.
12892
12893 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * lpath.el: Fbind codepage-setup for XEmacs.
12896
12897 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12898
12899         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12900         widget-move-and-invoke.
12901         (gnus-custom-mode): Use gnus-custom-map.
12902
12903 2005-10-15  Bill Wohler  <wohler@newt.com>
12904
12905         * message.el (message-tool-bar-map): Rename image file from
12906         mail_send to mail/send.
12907
12908 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12909
12910         * message.el (message-expand-group): Pass the common
12911         prefix substring of completion to `display-completion-list'.
12912
12913 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12914
12915         * mml-sec.el (mml-secure-method): New internal variable.
12916         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12917         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12918         New functions using mml-secure-method.
12919
12920         * mml.el (mml-mode-map): Add key bindings for those functions.
12921         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12922         Harder <harder@myrealbox.com>.
12923         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12924         Goto end of message if point is the headers of the message.
12925
12926         * message.el (message-in-body-p): New function.
12927
12928         * assistant.el: Autoload gnus-util and netrc.
12929
12930         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12931         Use `mm-charset-override-alist' only when decoding.
12932
12933         * mm-bodies.el (mm-decode-body):
12934         Call `mm-charset-to-coding-system' with allow-override argument.
12935
12936         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12937         `filename' from Content-Disposition if Content-Type doesn't
12938         provide `name'.
12939         (gnus-mime-view-part-as-type): Set default instead of
12940         initial-input.
12941
12942 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12943
12944         * format-spec.el (format-spec): Propagate text properties of % spec.
12945
12946 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12947
12948         * gnus-art.el (gnus-treat-predicate): Add `first'.
12949
12950 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12951
12952         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12953         (mm-charset-override-alist): New variable.
12954         (mm-charset-to-coding-system): Use it.
12955         (mm-codepage-setup): New helper function.
12956         (mm-charset-eval-alist): New variable.
12957         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12958         Warn about unknown charsets.
12959
12960         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12961
12962 2005-10-04  David Hansen  <david.hansen@gmx.net>
12963
12964         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12965         (nnrss-check-group): Ditto.
12966
12967 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12968
12969         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12970         Rename x-gnus-verbatim to x-verbatim.
12971         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12972
12973         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12974         x-verbatim.
12975
12976         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12977
12978         * gnus-util.el (gnus-remove-duplicates): Remove.
12979
12980         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12981         instead of gnus-remove-duplicates.
12982
12983         * message.el (message-remove-duplicates): Remove.
12984         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12985         message-remove-duplicates.
12986
12987         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12988         available, else use implementation from `delete-dups'.
12989
12990         * message.el (message-insert-expires): New function.
12991         (message-mode-map): Add key binding.
12992         (message-mode-field-menu): Add menu entry.
12993         (message-mode): Document it.
12994         (message-make-expires-date): Use `message-make-date'.
12995
12996 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12997
12998         * message.el (message-make-expires-date): New function.
12999
13000 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13001
13002         * Makefile.in (list-installed-shadows): New entry.
13003         (install): Use it.
13004         (remove-installed-shadows): New entry.
13005
13006         * dgnushack.el (dgnushack-default-load-path): New variable.
13007         (dgnushack-find-lisp-shadows): New function.
13008         (dgnushack-remove-lisp-shadows): New function.
13009
13010 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13011
13012         * Makefile.in (install-el-elc): New entry.
13013         (install): Use it so that .el files are necessarily installed.
13014
13015 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13018
13019 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13020
13021         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13022         function rather than the diff-mode.el package.
13023         (mm-display-external): Use with-current-buffer.
13024         (mm-viewer-completion-map, mm-viewer-completion-map):
13025         Move initialization inside declaration.
13026
13027 2005-09-29  Simon Josefsson  <jas@extundo.com>
13028
13029         * spam.el: Load hashcash when compiling, to avoid warnings.
13030         Don't autoload mail-check-payment.
13031         (spam-check-hashcash): Define unconditionally, since hashcash.el
13032         is part of Gnus now.  Ignore errors from payment checking.
13033
13034 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13035
13036         * message.el (message-bold-region, message-unbold-region):
13037         Rename from `bold-region' and `unbold-region'.
13038
13039         * message.el: Remove useless autoloads.
13040
13041 2005-09-28  Simon Josefsson  <jas@extundo.com>
13042
13043         * message.el (message-use-idna): Default to t.
13044         (message-use-idna): Test whether encoding works too.  Doc fix.
13045
13046 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13047
13048         * nntp.el (nntp-warn-about-losing-connection): Remove.
13049
13050 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13051
13052         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13053         customizable.  Change default value.
13054         (mm-uu-diff-groups-regexp): Change default value.
13055         (mm-uu-type-alist): Add doc string.
13056         (mm-uu-configure): Add doc string.  Make it interactive.
13057         (mm-uu-tex-groups-regexp): New variable.
13058         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13059         (mm-uu-type-alist): Add LaTeX documents.
13060         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13061         of "text/verbatim".
13062         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13063
13064         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13065         instead of "text/verbatim".
13066
13067         * message.el (message-mark-inserted-region)
13068         (message-mark-insert-file): Use slrn style marks when called with
13069         prefix argument.
13070
13071 2005-09-27  Simon Josefsson  <jas@extundo.com>
13072
13073         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13074
13075 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13076
13077         * message.el (message-remove-duplicates): New function.
13078         Implementation borrowed from `gnus-remove-duplicates'.
13079         (message-idna-to-ascii-rhs): Also encode idna addresses in
13080         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13081         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13082         only ask about the same idna domain once per header and also tell
13083         in what header to replace the idna domain.
13084
13085         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13086         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13087         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13088         a header is decoded and not just the last one.
13089
13090 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13093         has been decoded.
13094
13095         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13096         (mm-insert-part): Don't modify text if it has been decoded.
13097
13098         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13099         decoded.
13100
13101         * mm-view.el (mm-inline-text): Don't strip text props unless
13102         decoding enriched or richtext parts.
13103
13104 2005-09-25  Romain Francoise  <romain@orebokech.com>
13105
13106         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13107         * gnus-start.el (gnus-subscribe-interactively):
13108         * gnus-uu.el (gnus-uu-grab-articles):
13109         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13110         space.
13111
13112 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13113
13114         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13115         * mm-view.el (mm-view-pkcs7-decrypt):
13116         * gnus-sum.el (gnus-summary-limit-to-extra)
13117         (gnus-summary-respool-article, gnus-read-move-group-name):
13118         * gnus-score.el (gnus-summary-increase-score):
13119         * gnus-util.el (gnus-completing-read-with-default):
13120         * gnus-art.el (gnus-read-save-file-name)
13121         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13122         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13123         * message.el (message-check-news-header-syntax):
13124         Follow convention for reading with the minibuffer.
13125
13126 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13127
13128         * spam-report.el (spam-report-url-ping-plain):
13129         Use gnus-extended-version as User-Agent.
13130
13131         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13132         default value is nil.
13133
13134         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13135         (mm-uu-verbatim-marks-extract): New function.
13136         (mm-uu-extract): New face.
13137         (mm-uu-copy-to-buffer): Use it.
13138
13139         * spam-report.el (spam-report-gmane-ham): Rename from
13140         `spam-report-gmane-unspam'.
13141         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13142         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13143
13144         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13145         Autoload.
13146         (spam-report-gmane-unregister-routine):
13147         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13148
13149 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13150
13151         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13152         (spam-report-gmane-unregister-routine): Add support for gmane
13153         unregistration.
13154
13155         * spam-report.el (spam-report-gmane-unspam)
13156         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13157         (spam-report-gmane): Change to take a single article and do unspam
13158         registration.
13159
13160 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13161
13162         * mm-url.el (mm-url-decode-entities): Fix regexp.
13163
13164 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13165
13166         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13167         default to nil, to be able to use Gnus at all.  If the default
13168         switches to something else, then the function should be fixed not
13169         be exceedingly slow.
13170
13171 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13172
13173         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13174         fail hard.
13175
13176         * spam-report.el: Add better Keywords line.
13177
13178         * spam.el: Add Maintainer and better Keywords line.
13179
13180 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13181
13182         * gnus-art.el (gnus-article-replace-part)
13183         (gnus-mime-replace-part): New functions.
13184         (gnus-mime-action-alist, gnus-mime-button-commands)
13185         (gnus-mime-save-part-and-strip): Add file argument.
13186         (gnus-article-part-wrapper): Add interactive argument.
13187
13188         * gnus-sum.el (gnus-summary-mime-map):
13189         Add `gnus-article-replace-part'.
13190
13191 2005-09-19  Didier Verna  <didier@xemacs.org>
13192
13193         The nnml compaction feature:
13194         * nnml.el (nnml-request-compact-group): New function.
13195         * nnml.el (nnml-request-compact): New function.
13196         * gnus-int.el (gnus-request-compact-group): New function.
13197         * gnus-int.el (gnus-request-compact): New function.
13198         * gnus-group.el (gnus-group-compact-group): New function.
13199         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13200         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13201         * gnus-srvr.el (gnus-server-compact-server): New function.
13202         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13203         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13204
13205 2005-09-18  Deepak Goel  <deego@gnufans.org>
13206
13207         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13208         format spec.
13209
13210 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13213
13214 2005-09-15  Romain Francoise  <romain@orebokech.com>
13215
13216         * message.el (message-fill-paragraph): Clarify docstring.
13217
13218 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-art.el (gnus-mime-display-part): Protect against broken
13221         MIME messages.
13222
13223 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13226         before parsing header.
13227
13228 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13229
13230         * html2text.el (html2text-replace-list): Add new entities.
13231
13232 2005-09-11  Romain Francoise  <romain@orebokech.com>
13233
13234         * message.el (message-alternative-emails): Improve docstring.
13235         (message-setup-1): Call `message-use-alternative-email-as-from'
13236         after `message-setup-hook' to give it precedence over posting
13237         styles, etc.
13238         (message-use-alternative-email-as-from): Add docstring.
13239         Remove the original From header if present.
13240
13241         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13242         (nnml-save-mail): Use it.
13243
13244         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13245         articles.  Add new argument `silent'.
13246         (gnus-uu-mark-all): Report the total number of marked articles.
13247
13248 2005-09-10  Romain Francoise  <romain@orebokech.com>
13249
13250         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13251         (gnus-uu-mark-series): Likewise.
13252
13253 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * spam-report.el (spam-report-gmane): Fix generation of spam
13256         report URL.
13257
13258 2005-09-10  Simon Josefsson  <jas@extundo.com>
13259
13260         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13261         t, based on discussion on the ding list with Robert Epprecht
13262         <epprecht@solnet.ch>.
13263
13264 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13265
13266         * spam-report.el (spam-report-gmane): Make it work without
13267         X-Report-Spam header.  Gmane now only provides Archived-At.
13268         This is only used if `spam-report-gmane-use-article-number' is nil.
13269         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13270
13271         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13272         make `gnus-summary-sort-by-recipient' work with threading.
13273
13274         * nnweb.el (nnweb-google-wash-article): Print a message if article
13275         is not available.
13276
13277 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13278
13279         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13280         change.  Decode text/* parts content before displaying.
13281
13282 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13283
13284         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13285
13286 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13287
13288         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13289
13290         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13291         url-package-name, url-package-version,
13292         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13293         w3m-display-inline-images, and w3m-minor-mode-map.
13294
13295 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13296
13297         * message.el (message-tab-body-function): Fix mismatched custom type.
13298
13299         * gnus.el (gnus-group-change-level-function): Ditto.
13300
13301         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13302
13303         * gnus-art.el (gnus-signature-limit)
13304         (gnus-article-mime-part-function): Ditto.
13305
13306 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13307
13308         * mml.el (mml-mode): Silence the byte compiler.
13309
13310         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13311         using `(sit-for 0)' before moving the point to the specified part;
13312         skip unbuttonized parts.
13313         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13314         return to the summary window if gnus-auto-select-part is non-nil.
13315
13316 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13317
13318         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13319         New variables.
13320         (mml-dnd-attach-file, mml-mode): Use them.
13321
13322         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13323         Make fetching article by MID work again for Google Groups.
13324         Add FIXME concerning gnus-group-make-web-group.
13325
13326         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13327         Don't depend on Gnus by using mail-extract-address-components if
13328         gnus-extract-address-components is not bound.
13329
13330 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13331
13332         * gnus-art.el (gnus-mime-display-security): Don't display the
13333         signature, but only the signed part.
13334
13335 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13336
13337         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13338
13339         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13340         list, not listp.
13341
13342 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13343
13344         * mm-encode.el (mm-encode-content-transfer-encoding):
13345         Likewise when encoding.
13346
13347         * mm-bodies.el (mm-decode-content-transfer-encoding):
13348         De-canonicalize CRLF for all text content types, not just
13349         text/plain.
13350
13351 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13352
13353         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13354         valid article; point arrow and cursor at the MIME button.
13355
13356 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13357
13358         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13359         Suggested by Dan Christensen <jdc@uwo.ca>.
13360
13361         * mm-decode.el (mm-save-part): Enable change of prompt.
13362
13363 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13364
13365         * gnus-msg.el (gnus-inews-add-send-actions):
13366         Make `message-post-method' lambda parameter ARG `&optional'.
13367
13368 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13369
13370         * gnus-sum.el (gnus-summary-mime-map):
13371         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13372         gnus-article-jump-to-part.
13373
13374         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13375         (gnus-article-edit-part): Use it.
13376         (gnus-article-part-wrapper): Add no-handle argument.
13377         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13378         New functions.
13379
13380 2005-08-29  Romain Francoise  <romain@orebokech.com>
13381
13382         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13383         docstring.
13384         (gnus-face-from-file): Likewise.
13385
13386 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13387
13388         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13389         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13390         non-nil.
13391         (gnus-auto-select-part): New variable.
13392         (gnus-article-jump-to-part): New function.
13393         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13394         (gnus-mime-delete-part): Allow selecting specified part after
13395         deleting or stripping parts.
13396         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13397         part if argument is bogus.
13398
13399 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13400
13401         * gnus-art.el (w3m-minor-mode-map):
13402         * gnus-spec.el (gnus-newsrc-file-version):
13403         * gnus-util.el (nnmail-active-file-coding-system)
13404         (gnus-original-article-buffer, gnus-user-agent):
13405         * gnus.el (gnus-ham-process-destinations)
13406         (gnus-parameter-ham-marks-alist)
13407         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13408         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13409         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13410         * mm-decode.el (gnus-current-window-configuration):
13411         * mm-extern.el (gnus-article-mime-handles):
13412         * mm-url.el (url-current-object, url-package-name)
13413         (url-package-version):
13414         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13415         (smime-keys, w3m-cid-retrieve-function-alist)
13416         (w3m-current-buffer, w3m-display-inline-images)
13417         (w3m-minor-mode-map):
13418         * mml-smime.el (gnus-extract-address-components):
13419         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13420         (gnus-newsrc-hashtb, message-default-charset)
13421         (message-deletable-headers, message-options)
13422         (message-posting-charset, message-required-mail-headers)
13423         (message-required-news-headers):
13424         * mml1991.el (mc-pgp-always-sign):
13425         * mml2015.el (mc-pgp-always-sign):
13426         * nnheader.el (nnmail-extra-headers):
13427         * rfc1843.el (gnus-decode-encoded-word-function)
13428         (gnus-decode-header-function, gnus-newsgroup-name):
13429         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13430
13431 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13432
13433         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13434         the end of the date treatments.
13435
13436 2005-08-15  Simon Josefsson  <jas@extundo.com>
13437
13438         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13439         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13440         Capello and Romain Francoise.
13441         (pgg-fetch-key-function): Remove, not used?
13442         (pgg-insert-url-with-w3): Require url, to get
13443         url-insert-file-contents regardless of where it is defined.
13444
13445 2005-08-13  Romain Francoise  <romain@orebokech.com>
13446
13447         * message.el (message-cite-original-1): New function.
13448         (message-cite-original): Use it.
13449         (message-cite-original-without-signature): Ditto.
13450
13451 2005-08-08  Romain Francoise  <romain@orebokech.com>
13452
13453         * message.el (message-yank-empty-prefix): New variable.
13454         (message-indent-citation): Use it.
13455         (message-cite-original-without-signature): Respect X-No-Archive.
13456
13457 2005-08-08  Simon Josefsson  <jas@extundo.com>
13458
13459         * pgg.el: Autoload url-insert-file-contents instead of loading
13460         w3/url.
13461         (pgg-insert-url-with-w3): Don't load url here.
13462
13463 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13464
13465         * message.el (message-kill-to-signature): Don't insert newline at
13466         bol.
13467         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13468
13469 2005-08-06  Romain Francoise  <romain@orebokech.com>
13470
13471         * message.el (message-user-fqdn): Fix typo in docstring.
13472
13473 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13474
13475         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13476
13477         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13478
13479 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * mm-bodies.el (mm-encode-body): Use coding system rather than
13482         charset to encode text.
13483
13484         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13485         number of charsets if utf-8 is available (XEmacs).
13486
13487 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13488
13489         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13490         taken from `gnus-button-mid-or-mail-regexp'.
13491         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13492         (gnus-button-alist): Improve regexp for domain part of the MIDs
13493         for news:localpart@domain buttons.
13494         (gnus-button-ctan-directory-regexp): Update.
13495
13496 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13497
13498         * sieve-manage.el (sieve-manage-interactive-login):
13499         Use make-local-variable rather than make-variable-buffer-local.
13500         (sieve-manage-open): Ditto.
13501         (sieve-manage-authenticate): Ditto.
13502
13503         * mml.el (mml-generate-mime-1): Make the content type default to
13504         text/plain if the filename is not specified.
13505
13506 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13507
13508         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13509         instead of insert-buffer.
13510
13511         * message.el (message-yank-original): Ditto; set the mark at the
13512         end of the yanked message.
13513
13514 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13515
13516         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13517         lines to scroll rather than to stop it.
13518
13519         * mml.el (mml-generate-default-type): Add doc string.
13520         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13521         default to application/octet-stream when determining the content
13522         type if it is not specified for the part or the mml contents; add
13523         a comment about mml-generate-default-type.
13524
13525 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13526
13527         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13528         make it default to application/octet-stream when determining the
13529         content type if it is not specified for the external contents.
13530
13531 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13534         segmented parameter but also other parameters might be there.
13535
13536 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * mm-decode.el (mm-display-external): Delete temp file, directory
13539         and buffer immediately if the external process is exited.
13540
13541 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13544         fewer lines than that of scroll-margin.
13545         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13546
13547 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13548
13549         * gnus-art.el (gnus-article-next-page): Revert.
13550         (gnus-article-beginning-of-window): New macro.
13551         (gnus-article-next-page-1): Use it.
13552         (gnus-article-prev-page): Ditto.
13553         (gnus-article-edit-part): Use insert-buffer-substring instead of
13554         insert-buffer.
13555         (gnus-article-edit-exit): Ditto.
13556
13557         * gnus-util.el (gnus-beginning-of-window): Remove.
13558         (gnus-end-of-window): Remove.
13559
13560         * lpath.el: Don't bind header-line-format and scroll-margin.
13561
13562 2005-07-25  Simon Josefsson  <jas@extundo.com>
13563
13564         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13565         to have the url package without w3.  Reported by Daiki Ueno
13566         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13567
13568 2005-07-20  Didier Verna  <didier@xemacs.org>
13569
13570         * gnus-diary.el: Remove the description comment (nndiary is now
13571         properly documented in the Gnus manual).
13572         Fix the spelling of "Back End".
13573         * nndiary.el: Ditto.
13574         Fix the copyright notice.
13575
13576 2005-07-18  Romain Francoise  <romain@orebokech.com>
13577
13578         * gnus-sum.el (gnus-summary-to-prefix)
13579         (gnus-summary-newsgroup-prefix): New variables.
13580         (gnus-summary-from-or-to-or-newsgroups): Use them.
13581
13582 2005-07-17  Romain Francoise  <romain@orebokech.com>
13583
13584         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13585         space as it's generally not especially interesting to the user.
13586
13587 2005-07-16  Romain Francoise  <romain@orebokech.com>
13588
13589         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13590         nil to avoid prompting and file modification if one of the
13591         messages at the top of the nnfolder file contains a copyright
13592         notice.
13593         Update copyright notice.
13594
13595         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13596         instead of `current-time-string' as the latter creates a time
13597         string that is not RFC 2822 compliant (it lacks the zone).
13598         Update copyright notice.
13599
13600 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13601
13602         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13603         for text/rtf.  Display default in prompt.  Pass default for M-n.
13604
13605         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13606
13607 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13608
13609         * gnus-msg.el (gnus-button-mailto):
13610         Remove save-selected-window-window hackery because it relies on
13611         save-selected-window internals.
13612
13613 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13614
13615         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13616         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13617         (gnus-article-prev-page): Ditto.
13618
13619         * gnus-util.el (gnus-beginning-of-window): New function.
13620         (gnus-end-of-window): New function.
13621
13622         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13623
13624 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13625
13626         * gnus-score.el (gnus-score-edit-all-score):
13627         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13628         gnus-message.
13629
13630 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13631
13632         * gnus-msg.el (gnus-button-mailto):
13633         Remove save-selected-window-window hackery because it relies on
13634         save-selected-window internals.
13635
13636 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13639         add-minor-mode.
13640         (gnus-binary-mode): Ditto.
13641
13642         * gnus-topic.el (gnus-topic-mode): Ditto.
13643
13644 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13645
13646         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13647         (gnus-article-prev-page): Take scroll-margin into consideration.
13648
13649 2005-07-04  Lute Kamstra  <lute@gnu.org>
13650
13651         Update FSF's address in GPL notices.
13652
13653 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13654
13655         * gnus.el (gnus-exit):
13656         * gnus-group.el (gnus-group-icons):
13657         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13658
13659         * gnus-nocem.el (gnus-nocem):
13660         * message.el (message-various, message-buffers, message-sending)
13661         (message-interface, message-forwarding, message-insertion)
13662         (message-headers, message-news, message-mail):
13663         * pgg-gpg.el (pgg-gpg):
13664         * pgg-parse.el (pgg-parse):
13665         * pgg-pgp.el (pgg-pgp):
13666         * pgg-pgp5.el (pgg-pgp5):
13667         * pop3.el (pop3): Finish `defgroup' description with period.
13668
13669 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13670
13671         * gnus-art.el (article-display-face): Improve the efficiency.
13672         (article-display-x-face): Ditto; remove grey x-face stuff.
13673
13674 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13675
13676         * gnus-art.el (article-display-face): Correct the position in
13677         which Faces are inserted.
13678
13679 2005-06-29  Didier Verna  <didier@xemacs.org>
13680
13681         * gnus-art.el (article-display-face): Display faces in correct
13682         order.
13683
13684 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13685
13686         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13687         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13688         (gnus-nocem-check-article): Fetch the Type header.
13689         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13690         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13691         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13692         make sure gnus-nocem-hashtb is initialized.
13693         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13694         (gnus-nocem-unwanted-article-p): Ditto.
13695
13696         * pgg.el (pgg-verify): Return the verification result.
13697
13698 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13699
13700         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13701         is ascii.
13702
13703 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13704
13705         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13706         `show-nonbreak-escape'.
13707
13708 2005-06-23  Lute Kamstra  <lute@gnu.org>
13709
13710         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13711
13712         * dig.el (dig-mode):
13713         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13714
13715 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13716
13717         * nnimap.el (nnimap-split-download-body): Fix spellings.
13718
13719 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13720
13721         * gnus-art.el (gnus-article-encrypt-body):
13722         * gnus-cus.el (gnus-score-customize):
13723         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13724         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13725
13726 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13727
13728         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13729         header by looking for magic "MII" at the beginnig.
13730
13731 2005-06-16  Miles Bader  <miles@gnu.org>
13732
13733         * gnus-xmas.el (gnus-xmas-group-startup-message):
13734         Use renamed gnus-splash face.
13735
13736         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13737         (assistant-field-face): New backward-compatibility alias for renamed
13738         face.
13739         (assistant-render-text): Use renamed assistant-field face.
13740
13741         * spam.el (spam): Remove "-face" suffix from face name.
13742         (spam-face): New backward-compatibility alias for renamed face.
13743         (spam-face, spam-initialize): Use renamed spam face.
13744
13745         * message.el (message-header-to, message-header-cc)
13746         (message-header-subject, message-header-newsgroups)
13747         (message-header-other, message-header-name)
13748         (message-header-xheader, message-separator, message-cited-text)
13749         (message-mml): Remove "-face" suffix from face names.
13750         (message-header-to-face, message-header-cc-face)
13751         (message-header-subject-face, message-header-newsgroups-face)
13752         (message-header-other-face, message-header-name-face)
13753         (message-header-xheader-face, message-separator-face)
13754         (message-cited-text-face, message-mml-face):
13755         New backward-compatibility aliases for renamed faces.
13756         (message-font-lock-keywords): Use renamed message faces.
13757
13758         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13759         (sieve-test-commands, sieve-tagged-arguments):
13760         Remove "-face" suffix from face names.
13761         (sieve-control-commands-face, sieve-action-commands-face)
13762         (sieve-test-commands-face, sieve-tagged-arguments-face):
13763         New backward-compatibility aliases for renamed faces.
13764         (sieve-control-commands-face, sieve-action-commands-face)
13765         (sieve-test-commands-face, sieve-tagged-arguments-face):
13766         Use renamed sieve faces.
13767
13768         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13769         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13770         (gnus-group-news-3-empty, gnus-group-news-4)
13771         (gnus-group-news-4-empty, gnus-group-news-5)
13772         (gnus-group-news-5-empty, gnus-group-news-6)
13773         (gnus-group-news-6-empty, gnus-group-news-low)
13774         (gnus-group-news-low-empty, gnus-group-mail-1)
13775         (gnus-group-mail-1-empty, gnus-group-mail-2)
13776         (gnus-group-mail-2-empty, gnus-group-mail-3)
13777         (gnus-group-mail-3-empty, gnus-group-mail-low)
13778         (gnus-group-mail-low-empty, gnus-summary-selected)
13779         (gnus-summary-cancelled, gnus-summary-high-ticked)
13780         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13781         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13782         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13783         (gnus-summary-low-undownloaded)
13784         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13785         (gnus-summary-low-unread, gnus-summary-normal-unread)
13786         (gnus-summary-high-read, gnus-summary-low-read)
13787         (gnus-summary-normal-read, gnus-splash):
13788         Remove "-face" suffix from face names.
13789         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13790         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13791         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13792         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13793         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13794         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13795         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13796         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13797         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13798         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13799         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13800         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13801         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13802         (gnus-summary-normal-ticked-face)
13803         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13804         (gnus-summary-normal-ancient-face)
13805         (gnus-summary-high-undownloaded-face)
13806         (gnus-summary-low-undownloaded-face)
13807         (gnus-summary-normal-undownloaded-face)
13808         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13809         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13810         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13811         (gnus-splash-face):
13812         New backward-compatibility aliases for renamed faces.
13813         (gnus-group-startup-message): Use renamed gnus faces.
13814
13815         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13816         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13817         (gnus-server-agent): Remove "-face" suffix from face names.
13818         (gnus-server-agent-face, gnus-server-opened-face)
13819         (gnus-server-closed-face, gnus-server-denied-face)
13820         (gnus-server-offline-face):
13821         New backward-compatibility aliases for renamed faces.
13822         (gnus-server-agent-face, gnus-server-opened-face)
13823         (gnus-server-closed-face, gnus-server-denied-face)
13824         (gnus-server-offline-face): Use renamed gnus faces.
13825
13826         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13827         Remove "-face" suffix from face names.
13828         (gnus-picon-xbm-face, gnus-picon-face):
13829         New backward-compatibility aliases for renamed faces.
13830
13831         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13832         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13833         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13834         (gnus-cite-11): Remove "-face" suffix from face names.
13835         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13836         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13837         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13838         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13839         New backward-compatibility aliases for renamed faces.
13840         (gnus-cite-attribution-face, gnus-cite-face-list)
13841         (gnus-article-boring-faces): Use renamed gnus faces.
13842
13843         * gnus-art.el (gnus-signature, gnus-header-from)
13844         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13845         (gnus-header-content): Remove "-face" suffix from face names.
13846         (gnus-signature-face, gnus-header-from-face)
13847         (gnus-header-subject-face, gnus-header-newsgroups-face)
13848         (gnus-header-name-face, gnus-header-content-face):
13849         New backward-compatibility aliases for renamed faces.
13850         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13851
13852         * gnus-sum.el (gnus-summary-selected-face)
13853         (gnus-summary-highlight): Use renamed gnus faces.
13854         * gnus-group.el (gnus-group-highlight): Likewise.
13855
13856 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13857
13858         * gnus-sieve.el (gnus-sieve-article-add-rule):
13859         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13860         * spam-stat.el (spam-stat-buffer-change-to-spam)
13861         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13862
13863         * message.el (message-is-yours-p):
13864         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13865
13866 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13867
13868         * mm-view.el (mm-inline-text): Withdraw the last change.
13869
13870 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13871
13872         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13873         executing enriched-decode.
13874
13875 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13876
13877         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13878         charset of tar files.
13879
13880 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13881
13882         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13883
13884 2005-06-04  Lute Kamstra  <lute@gnu.org>
13885
13886         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13887         information is never recorded.
13888
13889 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13890
13891         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13892
13893 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13894
13895         * pop3.el (pop3-apop): Run md5 in the binary mode.
13896
13897         * starttls.el (starttls-set-process-query-on-exit-flag):
13898         Use eval-and-compile.
13899
13900 2005-05-31  Simon Josefsson  <jas@extundo.com>
13901
13902         * smime.el (smime-replace-in-string): Define.
13903         (smime-cert-by-ldap-1): Use it.
13904
13905 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13906
13907         * gnus-art.el (article-display-x-face): Replace
13908         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13909
13910         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13911         set-process-query-on-exit-flag or process-kill-without-query.
13912
13913         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13914         loop instead of replace-regexp.
13915
13916         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13917         instead of process-kill-without-query if it is available.
13918
13919         * lpath.el: Fbind ldap-search-entries.
13920
13921         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13922         instead of find-file-hooks if it is available.
13923
13924         * mml1991.el: Bind pgg-default-user-id when compiling.
13925
13926         * mml2015.el: Bind pgg-default-user-id when compiling.
13927
13928         * nndraft.el (nndraft-request-associate-buffer):
13929         Use write-contents-functions instead of write-contents-hooks if it is
13930         available.
13931
13932         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13933         instead of find-file-hooks if it is available.
13934
13935         * nntp.el (nntp-open-connection): Replace
13936         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13937         (nntp-open-ssl-stream): Ditto.
13938         (nntp-open-tls-stream): Ditto.
13939
13940         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13941         set-process-query-on-exit-flag or process-kill-without-query.
13942         (starttls-open-stream-gnutls): Use it instead of
13943         process-kill-without-query.
13944         (starttls-open-stream): Ditto.
13945
13946 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13947
13948         * smime.el (smime-cert-by-ldap-1): Don't use
13949         replace-regexp-in-string.
13950
13951 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13952
13953         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13954
13955         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13956         in PEM format.  Adjust to the XEmacs compability.
13957
13958 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13959
13960         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13961         by `string-to-number'.
13962         * gnus-agent.el (gnus-agent-regenerate-group)
13963         (gnus-agent-fetch-articles): Ditto.
13964         * gnus-art.el (gnus-button-fetch-group): Ditto.
13965         * gnus-cache.el (gnus-cache-generate-active)
13966         (gnus-cache-articles-in-group): Ditto.
13967         * gnus-group.el (gnus-group-set-current-level)
13968         (gnus-group-insert-group-line): Ditto.
13969         * gnus-score.el (gnus-score-set-expunge-below)
13970         (gnus-score-set-mark-below, gnus-summary-score-effect)
13971         (gnus-summary-score-entry): Ditto.
13972         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13973         (gnus-soup-pack): Ditto.
13974         * gnus-spec.el (gnus-xmas-format): Ditto.
13975         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13976         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13977         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13978         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13979         * nndb.el (nndb-get-remote-expire-response): Ditto.
13980         * nndiary.el (nndiary-parse-schedule-value)
13981         (nndiary-string-to-number, nndiary-request-replace-article)
13982         (nndiary-request-article): Ditto.
13983         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13984         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13985         * nneething.el (nneething-make-head): Ditto.
13986         * nnfolder.el (nnfolder-request-article)
13987         (nnfolder-retrieve-headers): Ditto.
13988         * nnheader.el (nnheader-file-to-number): Ditto.
13989         * nnkiboze.el (nnkiboze-request-article): Ditto.
13990         * nnmail.el (nnmail-process-unix-mail-format)
13991         (nnmail-process-babyl-mail-format): Ditto.
13992         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13993         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13994         (nnmh-request-create-group, nnmh-request-list-1)
13995         (nnmh-request-group, nnmh-request-article): Ditto.
13996         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13997         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13998         * nnsoup.el (nnsoup-make-active): Ditto.
13999         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14000         * nntp.el (nntp-find-group-and-number)
14001         (nntp-retrieve-headers-with-xover): Ditto.
14002         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14003         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14004         (pgg-format-key-identifier): Ditto.
14005         * pop3.el (pop3-last, pop3-stat): Ditto.
14006         * qp.el (quoted-printable-decode-region): Ditto.
14007
14008         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14009         of concat.
14010
14011 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14012
14013         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14014
14015         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14016
14017         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14018
14019         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14020
14021         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14022
14023         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14024
14025         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14026         (gnus-carpal-mode): Ditto.
14027
14028         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14029         (gnus-browse-mode): Ditto.
14030
14031         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14032
14033         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14034
14035 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14036
14037         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14038
14039 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14040
14041         * gnus-util.el (gnus-run-mode-hooks): New function.
14042
14043         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14044
14045         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
14046         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
14047
14048 2005-05-27  Lute Kamstra  <lute@gnu.org>
14049
14050         * dns-mode.el (dns-mode): Specify customization group.
14051
14052 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14053
14054         * gnus-agent.el (gnus-agent-make-mode-line-string):
14055         Use mode-line-highlight as mouse-face.
14056
14057 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * canlock.el (canlock): Change the parent group to news.
14060
14061         * deuglify.el (gnus-outlook-deuglify): Add :group.
14062
14063         * dig.el (dig): Add :group.
14064
14065         * dns-mode.el (dns-mode): Add :group.
14066
14067         * encrypt.el (encrypt): Add :group.
14068
14069         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14070         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14071         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14072         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14073         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14074
14075         * gnus-diary.el (gnus-diary): Add :group.
14076
14077         * gnus.el (gnus-group-news-1-face): Add :group.
14078         (gnus-group-news-1-empty-face): Ditto.
14079         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14080         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14081         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14082         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14083         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14084         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14085         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14086         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14087         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14088         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14089         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14090         (gnus-summary-high-ticked-face): Ditto.
14091         (gnus-summary-low-ticked-face): Ditto.
14092         (gnus-summary-normal-ticked-face): Ditto.
14093         (gnus-summary-high-ancient-face): Ditto.
14094         (gnus-summary-low-ancient-face): Ditto.
14095         (gnus-summary-normal-ancient-face): Ditto.
14096         (gnus-summary-high-undownloaded-face): Ditto.
14097         (gnus-summary-low-undownloaded-face): Ditto.
14098         (gnus-summary-normal-undownloaded-face): Ditto.
14099         (gnus-summary-high-unread-face): Ditto.
14100         (gnus-summary-low-unread-face): Ditto.
14101         (gnus-summary-normal-unread-face): Ditto.
14102         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14103         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14104
14105         * hashcash.el (hashcash): New custom group.
14106         (hashcash-default-payment): Add :group.
14107         (hashcash-payment-alist): Ditto.
14108         (hashcash-default-accept-payment): Ditto.
14109         (hashcash-accept-resources): Ditto.
14110         (hashcash-path): Ditto.
14111         (hashcash-extra-generate-parameters): Ditto.
14112         (hashcash-double-spend-database): Ditto.
14113         (hashcash-in-news): Ditto.
14114
14115         * message.el (message-minibuffer-local-map): Add :group.
14116
14117         * netrc.el (netrc): Add :group.
14118
14119         * sieve-manage.el (sieve-manage-log): Add :group.
14120         (sieve-manage-default-user): Diito.
14121         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14122         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14123         (sieve-manage-authenticators): Ditto.
14124         (sieve-manage-authenticator-alist): Ditto.
14125         (sieve-manage-default-port): Ditto.
14126
14127         * sieve-mode.el (sieve-control-commands-face): Add :group.
14128         (sieve-action-commands-face): Ditto.
14129         (sieve-test-commands-face): Ditto.
14130         (sieve-tagged-arguments-face): Ditto.
14131
14132         * smime.el (smime): Add :group.
14133
14134         * spam-report.el (spam-report): Add :group.
14135
14136         * spam.el (spam, spam-face): Add :group.
14137
14138 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14139
14140         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14141         return \n.\n.\n at the end of articles.  Protect against that.
14142         (nntp-with-open-group): Allow debugging.
14143
14144         * nnheader.el (mail-header-set-extra): Make into a function
14145         because I just could't understand how to quote the list properly.
14146
14147         * dns.el (query-dns-cached): New function.
14148
14149 2005-05-26  Lute Kamstra  <lute@gnu.org>
14150
14151         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14152
14153 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14154
14155         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14156
14157         * gnus-art.el: Don't autoload mail-extract-address-components.
14158
14159         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14160         eval-and-compile to evaluate it.
14161
14162         * hashcash.el: Don't autoload executable-find.
14163
14164         * nndb.el: Don't declare the nndb back end two or more times; don't
14165         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14166
14167         * nntp.el: Autoload format-spec instead of format; use
14168         eval-and-compile to evaluate autoload forms.
14169
14170 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14171
14172         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14173
14174 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14175
14176         * gnus.el (gnus-version-number): Bump version.
14177
14178 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14179
14180         * gnus.el: No Gnus v0.3 is released.
14181
14182 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14183
14184         * lpath.el (featurep): Bind show-nonbreak-escape.
14185
14186 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14187
14188         * gnus-art.el (gnus-article-edit-part): Disable undo.
14189
14190 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14191
14192         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14193         gnus-article-date-lapsed-new-header is t if date timer is active;
14194         skip headers in which the original date value is empty.
14195         (gnus-article-save-original-date): Redefine it as a macro.
14196         (gnus-display-mime): Use it.
14197
14198 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * gnus-art.el (article-date-ut): Support converting date in
14201         forwarded parts as well.
14202         (gnus-article-save-original-date): New function.
14203         (gnus-display-mime): Use it.
14204
14205 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14206
14207         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14208         enclosure element of <item>.
14209
14210 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14211
14212         * message.el (message-kill-buffer-query): Rename from
14213         `message-kill-buffer-query-if-modified'.  Add :version.
14214
14215 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14216
14217         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14218         window layout.
14219
14220 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * mml.el: Autoload dnd when compiling.
14223
14224 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14225
14226         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14227         x-dnd-*.
14228
14229 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14230
14231         * qp.el (quoted-printable-encode-region): Save excursion.
14232
14233 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14234
14235         * message.el (message-kill-buffer-query-if-modified): Add new variable
14236         so the user can kill a modified message buffer quickly.
14237         (message-kill-buffer): Use it.
14238
14239 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14240
14241         * lpath.el: Fbind display-time-event-handler; don't fbind
14242         string-to-multibyte.
14243
14244         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14245
14246 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14247
14248         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14249         contained in text because xml.el decodes entities) with LFs.
14250
14251 2005-04-11  Lute Kamstra  <lute@gnu.org>
14252
14253         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14254         differently.
14255
14256 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14257
14258         * mm-util.el (mm-detect-coding-region): Typo.
14259
14260 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14261
14262         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14263
14264 2005-04-06  Deepak Goel  <deego@gnufans.org>
14265
14266         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14267         user-function allow user modifications of the scores.
14268         (spam-stat-score-buffer-user): New function, to allow
14269         user-computed modifications to the score.
14270         (spam-stat-score-buffer-user-functions): List of additional
14271         scoring functions.
14272         (spam-stat-error-holder): Global temporary error holder.
14273         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14274         variable.
14275
14276 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14277
14278         * gnus-registry.el (gnus-registry-clean-empty-function)
14279         (gnus-registry-trim, gnus-registry-fetch-groups)
14280         (gnus-registry-delete-group): Groups that match
14281         `gnus-registry-ignored-groups' are removed from the registry
14282         entries, not just ignored for splitting.  This helps clean up the
14283         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14284         to get all the groups a message ID is in.
14285
14286         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14287         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14288         (spam-stat-score-buffer-user-functions): Add :number custom type.
14289
14290 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14291
14292         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14293         argument in XEmacs.
14294
14295         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14296         (nnrss-request-group): Decode group name first.
14297         (nnrss-request-article): Make a text/plain article if mml-to-mime
14298         failed.
14299         (nnrss-get-encoding): Return a compatible encoding according to
14300         nnrss-compatible-encoding-alist.
14301         (nnrss-find-el): Use consp instead of listp.
14302         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14303
14304 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14305
14306         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14307         which Emacs 20 doesn't support.
14308         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14309
14310 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14311
14312         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14313         silence the byte compiler inside the defun.
14314
14315         * gnus-demon.el (parse-time-string): Add autoload.
14316
14317         * gnus-delay.el (parse-time-string): Add autoload.
14318
14319         * gnus-art.el (parse-time-string): Add autoload.
14320
14321         * nnultimate.el (parse-time): Require for `parse-time-string'.
14322
14323 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14324
14325         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14326
14327         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14328
14329         * smime.el (smime-ldap-host-list): Add :version.
14330
14331 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14332
14333         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14334         pass it to `gnus-browse-read-group'.
14335         (gnus-browse-read-group): Add NUMBER argument and pass it to
14336         `gnus-group-read-ephemeral-group'.
14337
14338         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14339         argument and pass it to `gnus-group-read-group'.
14340
14341 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14342
14343         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14344         mm-xemacs-find-mime-charset-1 if we have the mule feature
14345         available at runtime.
14346
14347 2005-03-25  Werner Lemberg  <wl@gnu.org>
14348
14349         * nnmaildir.el: Replace `illegal' with `invalid'.
14350
14351 2005-03-23  Lute Kamstra  <lute@gnu.org>
14352
14353         * time-date.el: Add comment on time value formats.
14354         Don't require parse-time.
14355         (with-decoded-time-value): New macro.
14356         (encode-time-value): New function.
14357         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14358         (days-to-time): Return a valid time value when arg is huge.
14359         (time-since): Use time-subtract.
14360         (time-to-number-of-days): Use time-to-seconds.
14361
14362 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14363
14364         * gnus-start.el (gnus-display-time-event-handler):
14365         Check display-time-timer at runtime rather than only at load time
14366         in case display-time-mode is turned off in the mean time.
14367
14368 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14369
14370         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14371         used.
14372
14373         * nneething.el (nneething-map-file-directory): Derive from
14374         `gnus-directory'.
14375
14376         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14377         the To/Cc button.
14378
14379 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * nnmaildir.el (nnmaildir-request-accept-article):
14382         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14383
14384 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14385
14386         * gnus-async.el: Require timer-funcs at compile time when in
14387         XEmacs for `run-with-idle-timer'.
14388
14389 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14390
14391         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14392         autoloaded function.
14393
14394 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14395
14396         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14397
14398 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14399
14400         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14401
14402 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14403
14404         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14405         Add gnus-expert-user to default.
14406
14407 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14408
14409         * nnimap.el (nnimap-open-server): Ditto.
14410
14411         * imap.el (imap-authenticate): Fix typo.
14412
14413 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14414
14415         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14416         buffer (since IMAP server might return FETCH response out of
14417         order, and the nntp buffer must be sorted).
14418
14419 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14420
14421         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14422         comparison on string.
14423
14424         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14425         (gnus-agent-score): Rename category keywords to match gnus-cus.
14426         (gnus-agent-summary-fetch-series): Modify to protect against
14427         gnus-agent-summary-fetch-group clearing processable flags.
14428         (gnus-agent-synchronize-group-flags): Update live group buffer as
14429         synchronization may occur due to the user toggle the plugged
14430         status.
14431         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14432         successfully downloaded.
14433         (gnus-agent-expire-group-1): Avoid using markers when the overview
14434         is in ascending order; greatly improves performance.
14435         (gnus-agent-regenerate-group):
14436         Use gnus-agent-synchronize-group-flags to reset read status in both
14437         gnus and server.
14438         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14439
14440 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14441
14442         * message.el: Don't autoload former message-utils variables.
14443         (message-strip-subject-trailing-was): Change doc string.
14444
14445         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14446         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14447         (nnweb-google-search): Add "hl=en" here.
14448         (nnweb-google-parse-1, nnweb-google-create-mapping):
14449         Don't hardcode URL.
14450
14451 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14452
14453         * message.el (message-get-reply-headers, message-followup):
14454         Mention related variables `message-use-followup-to' and
14455         `message-use-mail-followup-to', in the information buffer.
14456
14457         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14458         of broken groups(-beta).google.com.
14459
14460 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14461
14462         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14463         parameter to invoked gnus-request-move-article; remove the
14464         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14465         all at once instead of once per article.
14466         (gnus-summary-remove-process-mark): Accept a list of articles as
14467         well as a single article for processing.
14468
14469         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14470         parameter.
14471
14472         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14473
14474         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14475
14476         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14477         parameter.
14478
14479         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14480         parameter.
14481
14482         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14483         parameter and remove the gnus-sum-hint-move-is-internal variable.
14484
14485         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14486         parameter.
14487
14488         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14489         parameter.
14490
14491         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14492         parameter.
14493
14494         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14495
14496         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14497         parameter.
14498
14499         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14500         parameter.
14501
14502 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14503
14504         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14505         a more conservative way.
14506
14507 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14508
14509         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14510         buffer, so it moves the window's cursor.
14511
14512 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14513
14514         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14515         `mm-dissect-multipart' and receive the from field as an (optional)
14516         argument from `mm-dissect-multipart'.
14517         (mm-dissect-multipart): Receive the from field as an argument and
14518         pass it on when we call `mm-dissect-buffer' on MIME parts.
14519         Fixes verification/decryption of signed/encrypted MIME parts.
14520
14521 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14522
14523         * gnus-sum.el (gnus-summary-move-article):
14524         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14525         whatever it calls (right now, only nnimap-request-move article
14526         respects it).
14527
14528         * nnimap.el (nnimap-request-move-article):
14529         When gnus-sum-hint-move-is-internal is set, don't do the extra
14530         nnimap-request-article.
14531
14532 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14533
14534         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14535
14536         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14537         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14538
14539         * gnus-sum.el (gnus-summary-caesar-message):
14540         Apply `gnus-treat-article' after rotation.
14541
14542         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14543         doc string.
14544
14545 2005-02-22  Simon Josefsson  <jas@extundo.com>
14546
14547         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14548         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14549         <arne@arnested.dk>.
14550         (encrypt): Add password-cache and password-cache-expiry as group
14551         members.
14552
14553 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14554
14555         * smime.el (smime-ldap-host-list): Doc fix.
14556         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14557         cache) password.
14558         (smime-sign-region): Use it.
14559         (smime-decrypt-region): Use it.
14560         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14561         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14562         fails.
14563         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14564         certificate from DER to PEM format rather than calling openssl.
14565
14566         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14567
14568         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14569         for signing/encryption.
14570
14571         * mml.el (mml-parse-1): Use them.
14572
14573 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14574
14575         * nnrss.el (nnrss-verbose): Remove.
14576         (nnrss-request-group): Use `nnheader-message' instead.
14577
14578 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14579
14580         * nnrss.el (nnrss-verbose): New variable.
14581         (nnrss-request-group): Make it say nnrss is requesting a group.
14582
14583 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14584
14585         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14586         Handle news URL with given port correctly.
14587
14588 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14589
14590         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14591         containing special characters.
14592
14593         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14594
14595         * mml.el (mime-to-mml): Ditto.
14596
14597         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14598         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14599         (rfc2047-decode-region): Quote decoded words containing special
14600         characters when rfc2047-quote-decoded-words-containing-tspecials
14601         is non-nil.
14602
14603 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14604
14605         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14606
14607         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14608
14609 2005-02-15  Simon Josefsson  <jas@extundo.com>
14610
14611         * nnimap.el (nnimap-debug): Doc fix.
14612
14613         * imap.el (imap-debug): Doc fix.
14614
14615 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14618
14619 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14620
14621         * gnus.el (spam-contents): Improve docs for spam-contents
14622         parameter in its variable incarnation.
14623
14624 2005-02-14  Simon Josefsson  <jas@extundo.com>
14625
14626         * smime-ldap.el: Use require instead of load-library for ldap.
14627         (smime-ldap-search): Indent.
14628         (smime-ldap-search-internal): Shorten line.
14629
14630         * smime.el (smime-cert-by-dns): Add doc-string.
14631         (smime-cert-by-ldap-1): Indent.
14632
14633         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14634         mml-smime-get-dns-ldap.
14635         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14636
14637 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14638
14639         * smime.el: Require smime-ldap.
14640         (smime-ldap-host-list): New variable.
14641         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14642
14643         * mml-smime.el (mml-smime-encrypt-query): New function.
14644         (mml-smime-encrypt-query): Use it.
14645
14646         * smime-ldap.el: New file.
14647
14648 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14651
14652 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14653
14654         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14655         argument in doc string.  Make query for type more clear.
14656
14657 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14658
14659         * gnus.el (gnus-group-startup-message): Search for gnus images in
14660         etc/images/gnus.
14661         * mm-util.el (mm-image-load-path): Likewise.
14662         * smiley.el (smiley-data-directory): Search for smilies in
14663         etc/images/smilies.
14664
14665 2005-02-09  Kim F. Storm  <storm@cua.dk>
14666
14667         Change Emacs release version from 21.4 to 22.1 throughout.
14668         Change Emacs development version from 21.3.50 to 22.0.50.
14669
14670 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14673
14674         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14675         non-Mule XEmacs as well.
14676         (mm-decompress-buffer): Signal an error intentionally if it does
14677         not decompress compressed data because auto-compression-mode is
14678         disabled.
14679
14680 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14681
14682         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14683         an ID in the registry even if it has no groups.
14684
14685 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14686
14687         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14688         merge it into mm-decompress-buffer.
14689         (gnus-mime-copy-part): Use the MIME part charset, the value which
14690         a user specified or gnus-newsgroup-charset for decoding, like
14691         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14692         save-buffer what was used.  Suggested by Kevin Ryde
14693         <user42@zip.com.au>.
14694         (gnus-mime-inline-part): Allow the name parameter as well as the
14695         filename parameter; force decompressing of compressed data; always
14696         display contents being not decoded as unibyte.
14697
14698         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14699         as well as the filename parameter.
14700
14701         * mm-util.el (mm-decompress-buffer):
14702         Merge gnus-mime-jka-compr-maybe-uncompress.
14703         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14704         of compressed data.
14705
14706 2005-02-08  Simon Josefsson  <jas@extundo.com>
14707
14708         * imap.el (imap-log): Doc fix.
14709
14710 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14713         the coding cookies; decompress compressed parts.
14714
14715         * mml.el (mml-generate-mime-1): Add the charset parameter according
14716         to the value which a user specified manually or the coding cookie.
14717
14718         * mm-util.el (mm-string-to-multibyte): New function.
14719         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14720         (mm-coding-system-to-mime-charset): New function.
14721         (mm-decompress-buffer): New function.
14722         (mm-find-buffer-file-coding-system): New function.
14723
14724         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14725         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14726         parts.
14727
14728 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14729
14730         * mm-view.el (mm-display-inline-fontify): Decode a part according
14731         to the charset parameter.
14732
14733 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14734
14735         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14736         prefix arg is neither nil nor a number, as info specifies.
14737
14738 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14739
14740         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14741         timestamps.
14742
14743 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14744
14745         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14746         groups error checking and notify user.
14747
14748 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14749
14750         * message.el (message-send-mail-function): Check existence of
14751         sendmail-program first before using default value
14752         `message-send-mail-with-sendmail'.  Otherwise use more generic
14753         `smtpmail-send-it'.
14754
14755 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * nntp.el (nntp-request-update-info): Always return nil.
14758
14759 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14760
14761         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14762
14763 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14764
14765         * message.el (message-beginning-of-line): Change the behavior when
14766         invoked between BOL and : so that it first moves backward.
14767
14768 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14771         article buffer when editing of the article is discarded.
14772         (gnus-article-prepare): Revert.
14773
14774 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14775
14776         * gnus-art.el (gnus-article-prepare):
14777         Remove message-strip-forbidden-properties from the local hook.
14778
14779 2005-01-27  Simon Josefsson  <jas@extundo.com>
14780
14781         * password.el (password-cache-add): Only start one timer per key.
14782         Reported by Derek Atkins <warlord@MIT.EDU>.
14783
14784 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14785
14786         * run-at-time.el: Remove.  It is no longer needed as
14787         timer-funcs.el in the xemacs-base package has a working version of
14788         `run-at-time'.
14789
14790         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14791
14792         * password.el: Require timer-funcs instead of run-at-time in
14793         XEmacs.
14794         Remove `password-run-at-time' macro.
14795         (password-cache-add): Use `run-at-time' instead of
14796         `password-run-at-time'.
14797
14798         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14799         Remove `nnheader-cancel-function-timers' alias,
14800         `cancel-function-timers' exists in XEmacs in timer-funcs.
14801
14802         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14803         for `run-with-idle-timer'.
14804
14805         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14806         for `run-at-time'.
14807
14808         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14809         for `with-timeout'.
14810
14811         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14812         the same as for XEmacs 21.4.
14813         No need to ignore `run-with-idle-timer', this function exists in
14814         XEmacs now in timer-funcs.el in the xemacs-base package.
14815         (dgnushack-compile): No need to delete
14816         run-at-time.el from the list of files to compile because it
14817         doesn't exist anymore.
14818
14819 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14820
14821         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14822         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14823
14824 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14825
14826         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14827         sensitively.
14828
14829 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14830
14831         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14832
14833 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14836         which will be inserted according to the multibyteness of a buffer
14837         rather than the type of contents.  Suggested by ARISAWA Akihiro
14838         <ari@mbf.ocn.ne.jp>.
14839
14840         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14841         of string which old xml.el may return rather than a string.
14842
14843 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14844
14845         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14846
14847 2005-01-16  Simon Josefsson  <jas@extundo.com>
14848
14849         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14850         idn/idna.el isn't available.
14851         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14852         <michael@waxrat.com>.
14853
14854         * hashcash.el: Remove non-FSF copyright header.
14855
14856         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14857         (hashcash-generate-payment): Use it.
14858         (hashcash-generate-payment-async): Use it.
14859
14860 2005-01-15  Simon Josefsson  <jas@extundo.com>
14861
14862         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14863         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14864
14865         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14866         gnus-summary-idna-message.
14867         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14868         (gnus-summary-idna-message): New function.
14869
14870 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14871
14872         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14873         gnus-novice-user.
14874
14875 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14876
14877         * nnrss.el (nnrss-request-delete-group): Delete entries in
14878         nnrss-group-alist as well.
14879         (nnrss-save-server-data): Insert newline.
14880
14881 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14882
14883         * gnus.el (gnus-user-agent): Use list of symbols instead of
14884         symbols.  Display full version number for (S)XEmacs.
14885         Optionally display (S)XEmacs codename.
14886
14887         * gnus-util.el (gnus-emacs-version): Update for new
14888         `gnus-user-agent'.
14889
14890         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14891         Gnus version.
14892
14893 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14894
14895         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14896         which is unreadable in some setups.
14897
14898 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14899
14900         * gnus-spec.el (gnus-update-format-specifications): Flush the
14901         group format spec cache if it doesn't support decoded group names.
14902
14903 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14904
14905         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14906         Allow to apply decay on score files matching a regexp.
14907
14908 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14909
14910         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14911         compatibility in %g and %c.
14912
14913 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14914
14915         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14916         name for only %g and %c.
14917         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14918         of gnus-tmp-group to decoded group name.
14919         (gnus-group-make-rss-group): Exclude `/'s from group names.
14920
14921 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14922
14923         * nnrss.el (nnrss-get-encoding): Fix regexp.
14924
14925 2004-12-27  Simon Josefsson  <jas@extundo.com>
14926
14927         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14928         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14929         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14930
14931 2004-12-17  Kim F. Storm  <storm@cua.dk>
14932
14933         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14934
14935         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14936
14937 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14938
14939         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14940
14941 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14942
14943         * nnrss.el: Require rfc2047 and mml.
14944         (nnrss-file-coding-system): New variable.
14945         (nnrss-format-string): Redefine it as an inline function.
14946         (nnrss-decode-group-name): New function.
14947         (nnrss-string-as-multibyte): Remove.
14948         (nnrss-retrieve-headers): Decode group name; don't use
14949         nnrss-format-string.
14950         (nnrss-request-group): Decode group name.
14951         (nnrss-request-article): Decode group name; allow a Message-ID as
14952         well as an article number; don't use nnrss-format-string; encode a
14953         Message-ID string which may contain non-ASCII characters; use
14954         mml-to-mime to compose a MIME article.
14955         (nnrss-request-expire-articles): Decode group name.
14956         (nnrss-request-delete-group): Decode group name.
14957         (nnrss-fetch): Clarify error message.
14958         (nnrss-read-server-data): Use insert-file-contents instead of load;
14959         bind file-name-coding-system; use multibyte buffer.
14960         (nnrss-save-server-data): Bind coding-system-for-write to the
14961         value of nnrss-file-coding-system; bind file-name-coding-system;
14962         add coding cookie.
14963         (nnrss-read-group-data): Use insert-file-contents instead of load;
14964         bind file-name-coding-system; use multibyte buffer.
14965         (nnrss-save-group-data): Bind coding-system-for-write to the
14966         value of nnrss-file-coding-system; bind file-name-coding-system.
14967         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14968         make it work with non-ASCII text.
14969         (nnrss-find-el): Make it work with old xml.el as well.
14970
14971 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14972
14973         * nnrss.el (nnrss-get-encoding): New function.
14974         (nnrss-fetch): Use unibyte buffer initially; bind
14975         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14976         decode contents according to the encoding attribute.
14977         (nnrss-save-group-data): Add coding cookie.
14978         (nnrss-mime-encode-string): New function.
14979         (nnrss-check-group): Use it to encode subject and author.
14980
14981 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14982
14983         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14984         imaginary variable.
14985
14986 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14989         correctly even if there are wide characters.
14990
14991 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14992
14993         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14994         downcased symbol names; make a new cache instead of reusing
14995         bbdb-hashtable.
14996
14997 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14998
14999         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15000         concatenating segments rather than before concatenating them.
15001         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15002
15003         * message.el (message-get-reply-headers): Bind `extra'.
15004
15005 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15006
15007         * message.el (message-extra-wide-headers): New variable.
15008         (message-get-reply-headers): Use it.
15009
15010 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15011
15012         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15013         (gnus-agent-group-pathname): Ditto.
15014
15015         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15016
15017         * gnus-group.el (gnus-group-make-group): Decode group name.
15018         (gnus-group-make-rss-group): Register the group data after opening
15019         the nnrss group.
15020
15021 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15022
15023         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15024         by expiry now get marked as read.
15025
15026 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15027
15028         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15029
15030 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15031
15032         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15033         unify Latin characters in XEmacs.
15034         (mm-find-mime-charset-region): Use it.
15035
15036 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15037
15038         * gnus-util.el (gnus-delete-directory): New function.
15039
15040         * gnus-agent.el (gnus-agent-delete-group): Use it.
15041
15042         * gnus-cache.el (gnus-cache-delete-group): Use it.
15043
15044 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15045
15046         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15047         names.
15048
15049 2004-12-16  Simon Josefsson  <jas@extundo.com>
15050
15051         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15052
15053 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15054
15055         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15056
15057         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15058         (gnus-group-set-current-level): Decode group name.
15059
15060 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15061
15062         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15063         failed.
15064
15065 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * gnus-group.el (gnus-group-delete-group): Decode group name.
15068         (gnus-group-make-rss-group): Encode group name.
15069         (gnus-group-catchup-current): Decode group name.
15070         (gnus-group-kill-group): Decode group name.
15071
15072 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15073
15074         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15075
15076 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15077
15078         * gnus-group.el (gnus-group-make-rss-group):
15079         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15080
15081         * gnus-start.el (gnus-setup-news): Honor user's setting to
15082         gnus-message-archive-method.  Suggested by Lute Kamstra
15083         <lute@gnu.org>.
15084
15085 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15086
15087         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15088         global counterparts of the buffer-local variables.
15089
15090 2004-11-16  Romain Francoise  <romain@orebokech.com>
15091
15092         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15093         counterparts of the buffer-local variables.
15094
15095 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15096
15097         * message.el (message-forbidden-properties): Fix typo in doc
15098         string.
15099
15100 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15101
15102         * gnus-util.el (gnus-replace-in-string): Add doc string.
15103
15104         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15105         to avoid problems when splitting mails with many recipients.
15106
15107 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15108
15109         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15110         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15111
15112 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15113
15114         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15115         if there is no hashtable in memory or file modification time is
15116         newer than cached timestamp.
15117
15118 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15119
15120         * gnus-sum.el (gnus-summary-limit-to-recipient):
15121         Implement not-matching option.
15122
15123 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15124
15125         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15126         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15127         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15128         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15129         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15130         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15131
15132 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * message.el (message-forward-make-body-mml): Remove headers
15135         according to message-forward-ignored-headers if a message is decoded.
15136
15137 2004-12-02  Romain Francoise  <romain@orebokech.com>
15138
15139         * message.el (message-forward-make-body-plain): Always remove
15140         headers according to message-forward-ignored-headers.
15141
15142 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15143
15144         * spam.el (spam-summary-prepare-exit): Remove the
15145         gnus-summary-limit pop for now, it has problems with ham marks for
15146         me.
15147
15148 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15149
15150         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15151         correctly.
15152
15153 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15154
15155         * format-spec.el (format-spec): Message the char.
15156
15157 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15158
15159         * gnus-art.el (gnus-split-methods): Reformat comments.
15160
15161         * spam.el (spam-summary-prepare-exit): Remove article limits
15162         before exiting the summary buffer.
15163
15164 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15165
15166         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15167         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15168
15169         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15170         order to silence the byte compiler.
15171
15172         * spam.el: Fix the way to silence the byte compiler, which
15173         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15174         bbdb-search-simple, spam-BBDB-register-routine,
15175         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15176         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15177         spam-stat-buffer-is-spam, spam-stat-load,
15178         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15179         spam-stat-save and spam-stat-split-fancy.
15180
15181 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15184         which may confuse users.
15185         (canlock-password-for-verify): Ditto.
15186
15187         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15188
15189         * gnus-art.el (gnus-emphasis-alist): Ditto.
15190
15191         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15192
15193         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15194
15195         * gnus-start.el (gnus-save-killed-list): Ditto.
15196
15197         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15198         (gnus-sum-thread-tree-root): Ditto.
15199         (gnus-sum-thread-tree-false-root): Ditto.
15200         (gnus-sum-thread-tree-single-indent): Ditto.
15201
15202         * message.el (message-courtesy-message): Ditto.
15203         (message-archive-note): Ditto.
15204         (message-subscribed-address-file): Ditto.
15205         (message-user-fqdn): Ditto.
15206
15207         * spam-report.el (spam-report-gmane-regex): Ditto.
15208
15209         * spam.el (spam-blackhole-good-server-regex): Ditto.
15210
15211 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * mml.el (mml-preview): Widen the message buffer before copying
15214         the contents to the preview buffer; sort headers before previewing.
15215
15216         * message.el (message-hidden-headers): Fix the way to avoid a bug
15217         in the `repeat' widget in Emacs 21.3 or earlier.
15218
15219 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15220
15221         * message.el (message-hidden-headers): Default to "^References:".
15222         Improve customization type.  Suggested by Reiner Steib
15223         <Reiner.Steib@gmx.de>.
15224
15225 2004-11-25  Romain Francoise  <romain@orebokech.com>
15226
15227         * message.el (message-strip-forbidden-properties): Remove check for
15228         obsolete `message-hidden' text property, hidden headers are not
15229         accessible in the buffer anymore.
15230
15231 2004-11-22  Romain Francoise  <romain@orebokech.com>
15232
15233         * message.el (message-header-format-alist): Add `From' in list
15234         so that it can be sorted.
15235         (message-fix-before-sending): Widen and sort headers before
15236         sending.
15237         (message-hide-headers): Use narrowing to hide headers by moving
15238         them to the top of the buffer and narrowing to the region
15239         underneath.
15240
15241 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15242
15243         * message.el (message-strip-forbidden-properties):
15244         Bind buffer-read-only (etc) to nil.
15245
15246 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15247
15248         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15249         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15250
15251 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15252
15253         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15254
15255 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15256
15257         * dns.el (query-dns): Use sit-for to time instead of
15258         accept-process-output, since that doesn't seem to work on udp
15259         sockets.
15260
15261 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15262
15263         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15264
15265 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15266
15267         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15268         doc string.  Improve doc string.
15269
15270 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15271
15272         * nntp.el (nntp-request-update-info): Return nil if
15273         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15274         may not call gnus-activate-group which uselessly issues the GROUP
15275         commands for all nntp groups and wastes time.  Reported by Romain
15276         Francoise <romain@orebokech.com>.
15277
15278         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15279
15280 2004-11-15  Simon Josefsson  <jas@extundo.com>
15281
15282         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15283         headers separately.
15284         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15285         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15286
15287 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15288
15289         * gnus-start.el (gnus-convert-old-newsrc):
15290         Assign legacy-gnus-agent to 5.10.7.
15291
15292 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15293
15294         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15295         start of the lines.
15296
15297 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15298
15299         * hashcash.el (hashcash-default-payment): Change default to 20.
15300         (hashcash-default-accept-payment): Change default to 20.
15301         (hashcash-process-alist): New variable.
15302         (hashcash-generate-payment-async): Add.
15303         (hashcash-already-paid-p): Add.
15304         (hashcash-insert-payment): Don't generate payments twice.
15305         (hashcash-insert-payment-async): Add.
15306         (hashcash-insert-payment-async-2): Add.
15307         (hashcash-cancel-async): Add.
15308         (hashcash-wait-async): Add.
15309         (hashcash-processes-running-p): Add.
15310         (hashcash-wait-or-cancel): Add.
15311         (mail-add-payment): New optional argument.  Conditionally start
15312         asynchronous calculation.
15313         (mail-add-payment-async): Add.
15314
15315         * message.el (message-send-mail): Wait for asynchronous hashcash
15316         results.  Don't clobber existing X-Hashcash headers.
15317         (message-setup-1): Call mail-add-payment-async when
15318         message-generate-hashcash is non-nil.
15319
15320 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15321
15322         * message.el (message-use-alternative-email-as-from): Examine the
15323         From header as well; use message-make-from in order to include a
15324         user's full name.
15325
15326 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15327
15328         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15329         default; improve customization type.
15330         (gnus-emphasis-custom-with-format): New macro.
15331         (gnus-emphasis-custom-value-to-external): New function.
15332         (gnus-emphasis-custom-value-to-internal): New function.
15333
15334 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15335
15336         * dns.el (query-dns): Resolve reverse addresses.
15337
15338 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15339
15340         * gnus-group.el (gnus-group-get-new-news): Use it.
15341
15342         * gnus-start.el (gnus-check-reasonable-setup): New function.
15343
15344 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15345
15346         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15347         "Args out of range" error.  Reported by Arnaud Giersch
15348         <arnaud.giersch@free.fr>.
15349
15350 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15351
15352         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15353
15354 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15355
15356         * spam.el (spam group): Add :version.
15357
15358         * pgg-def.el (pgg group): Add :version.
15359
15360 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-art.el (gnus-article-edit-article): Don't associate the
15363         article buffer with a draft file.  This is a temporary measure
15364         against the 2004-08-22 change to gnus-article-edit-mode.
15365
15366 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15367
15368         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15369         (html2text-format-tags): Remove unused variable `attr'.
15370
15371 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15374
15375         * tls.el (tls-process-connection-type, tls-success)
15376         (tls-certtool-program): Add :version.
15377
15378         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15379         (starttls-extra-arguments, starttls-process-connection-type)
15380         (starttls-connect, starttls-failure, starttls-success): Add :version.
15381
15382         * spam-stat.el (spam-stat): Add :version.
15383
15384         * sieve.el (sieve): Add :version.
15385
15386         * sha1.el (sha1): Add :version.
15387         (sha1-use-external): Remove redundant version.
15388
15389         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15390         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15391         (nnmail-split-fancy-match-partial-words)
15392         (nnmail-split-lowercase-expanded): Add :version.
15393
15394         * nndiary.el (nndiary): Add :version.
15395
15396         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15397
15398         * mml-sec.el (mml-default-sign-method)
15399         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15400         Add :version.
15401
15402         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15403
15404         * mm-url.el (mm-url-use-external, mm-url-program)
15405         (mm-url-arguments): Add :version.
15406
15407         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15408         (mm-attachment-file-modes, mm-decrypt-option)
15409         (mm-w3m-safe-url-regexp): Add :version.
15410
15411         * message.el (message-cite-prefix-regexp)
15412         (message-sendmail-envelope-from, message-minibuffer-local-map)
15413         (message-user-fqdn, message-completion-alist): Add :version.
15414
15415         * gnus-win.el (gnus-configure-windows-hook)
15416         (gnus-use-frames-on-any-display): Add :version.
15417
15418         * gnus-art.el (gnus-article-address-banner-alist)
15419         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15420         (gnus-treat-from-picon, gnus-treat-mail-picon)
15421         (gnus-treat-x-pgp-sig): Add :version.
15422
15423         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15424         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15425         (gnus-summary-article-delete-hook)
15426         (gnus-summary-display-while-building): Add :version.
15427
15428         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15429         (gnus-get-top-new-news-hook): Add :version.
15430
15431         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15432         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15433
15434         * gnus-registry.el (gnus-registry): Add :version.
15435
15436         * gnus-spec.el (gnus-use-correct-string-widths)
15437         (gnus-make-format-preserve-properties): Add :version.
15438
15439         * gnus.el (gnus-group-charter-alist)
15440         (gnus-group-fetch-control-use-browse-url)
15441         (gnus-install-group-spam-parameters): Add :version.
15442
15443         * gnus-diary.el (gnus-diary): Add :version.
15444
15445         * gnus-delay.el (gnus-delay): Add :version.
15446
15447         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15448         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15449         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15450         Add :version.
15451
15452         * gnus-agent.el (gnus-agent-max-fetch-size)
15453         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15454         (gnus-agent-prompt-send-queue): Add :version.
15455
15456         * deuglify.el (gnus-outlook-deuglify): Add :version.
15457
15458         * html2text.el: Beautify code.  Improve doc strings.
15459         Some checkdoc cleanup.
15460         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15461
15462 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15463
15464         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15465
15466 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15467
15468         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15469         when package is loaded.
15470
15471         * spam.el (spam-summary-score-preferred-header): Add global preference
15472         for people who want to override the default SpamAssassin over
15473         Bogofilter preference (when both are set).
15474         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15475         (spam-user-format-function-S):
15476         Check spam-summary-score-preferred-header.
15477         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15478         (spam-user-format-function-S): Format the score correctly.
15479
15480 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15481
15482         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15483         signature file.  Suggested by Manoj Srivastava
15484         <srivasta@golden-gryphon.com>.
15485
15486         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15487         iso-2022-jp even in the Japanese language environment.
15488         Suggested by Jason Rumney <jasonr@gnu.org>.
15489
15490 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15491
15492         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15493         use the same characters as the dummy marks; make it free from
15494         getting affected by the language environment.
15495         (gnus-summary-read-group-1): Update mark positions only when the
15496         format spec is updated.
15497
15498         * gnus-spec.el (gnus-update-format-specifications): Return a list
15499         of updated types.
15500
15501 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15502
15503         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15504         of boundp to check if display-warning is available.
15505
15506 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15507
15508         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15509
15510 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * nnspool.el (nnspool-spool-directory): Use news-path if the
15513         news-directory variable is not bound.
15514
15515         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15516         function instead of display-warning if it is not available.
15517
15518 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15521         v5-10: Use `point-at-bol'.
15522
15523 2004-10-26  Simon Josefsson  <jas@extundo.com>
15524
15525         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15526         <chenggao@gmail.com>.
15527
15528 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15529
15530         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15531         instead.
15532
15533 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15534
15535         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15536         to remove a server from the nnimap-server-buffer-alist.
15537         (nnimap-open-connection, nnimap-close-server): Use it.
15538
15539         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15540
15541 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15542
15543         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15544         running the major-mode function.
15545
15546 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15549         dummy marks in the right way.
15550
15551 2004-10-18  David Edmondson  <dme@dme.org>
15552
15553         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15554         excessively.
15555
15556 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15557
15558         * gnus-util.el (gnus-split-references): Accept a nil references
15559         string and go on blissfully.
15560
15561         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15562         cases where the references string is non-nil but has no references.
15563
15564         * encrypt.el: Add autoload tags.
15565
15566         * spam.el (spam-resolve-registrations-routine): Remove article
15567         from unregistration list too.  Reported by David Hanak
15568         <dhanak@isis.vanderbilt.edu>
15569
15570 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15571
15572         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15573         nil.  Change custom type.
15574
15575 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15576
15577         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15578
15579         * gnus-sum.el (gnus-summary-move-article): Use it.
15580
15581 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15582
15583         * encrypt.el: Add autoload cookies.
15584
15585         * spam.el (spam-backend-article-list-property)
15586         (spam-backend-get-article-todo-list)
15587         (spam-backend-put-article-todo-list)
15588         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15589         Resolve registrations separately.
15590         (spam-register-routine): Format comments.
15591         (spam-unregister-routine, spam-register-routine): Always call with
15592         specific-articles, no default list.
15593         (spam-summary-prepare-exit): Use the spam-classifications function.
15594
15595         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15596         gnus-encrypt.el.
15597
15598         * encrypt.el: Copied from gnus-encrypt.el.
15599
15600         * gnus-encrypt.el: Commented that it's obsolete.
15601
15602 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15603
15604         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15605         (gnus-score-save): Use it.
15606
15607         * message.el (message-bury): Use `window-dedicated-p'.
15608
15609 2004-10-15  Simon Josefsson  <jas@extundo.com>
15610
15611         * pop3.el (top-level): Don't require nnheader.
15612         (pop3-read-timeout): Add.
15613         (pop3-accept-process-output): Add.
15614         (pop3-read-response, pop3-retr): Use it.
15615
15616 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15617
15618         * spam.el (spam-register-routine): Move comment.
15619         (spam-verify-bogofilter): Use 'unknown for the initial
15620         spam-bogofilter-valid state, not 'never.
15621
15622         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15623         for netrc-machine.
15624
15625         * nnimap.el (nnimap-open-connection):
15626         Use netrc-machine-user-or-password.
15627
15628 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15629
15630         * gnus-registry.el (gnus-registry-unload-hook):
15631         Set as a variable with add-hook.
15632
15633         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15634         of news-path.
15635
15636         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15637
15638         * spam.el: Delete duplicate `provide'.
15639         (spam-unload-hook): Set as a variable with add-hook.
15640
15641 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15642
15643         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15644         in the doc string.
15645
15646         * message.el (message-ignored-news-headers)
15647         (message-ignored-supersedes-headers)
15648         (message-ignored-resent-headers)
15649         (message-forward-ignored-headers): Improve custom type.
15650
15651 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15652
15653         * message.el (message-tokenize-header): Fix 2004-09-06 change
15654         which used point-min in the wrong place.
15655
15656 2004-10-12  Simon Josefsson  <jas@extundo.com>
15657
15658         * tls.el (tls-certtool-program): New variable.
15659         (tls-certificate-information): New function, based on
15660         ssl-certificate-information.
15661
15662 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15663
15664         * compface.el: Move the version of ELisp-based uncompface program
15665         to the contrib directory because of the copyright problem.
15666
15667 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15668
15669         * message.el (message-kill-buffer): Raise the current frame.
15670
15671 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15672
15673         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15674
15675         * gnus.el (message-y-or-n-p): Autoload.
15676
15677         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15678         (pop3-password-required, pop3-authentication-scheme)
15679         (pop3-leave-mail-on-server): Make customizable.
15680         (pop3): New custom group.
15681         (pop3-retr): Remove `sleep-for' statements.
15682         Suggested by Dave Love <fx@gnu.org>.
15683
15684         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15685         Windows/DOS.
15686
15687         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15688         (imap-parse-body): Fix incorrect use of `assert'.
15689         Suggested by Dave Love <fx@gnu.org>.
15690
15691         * mml.el (mml-minibuffer-read-disposition): Require match.
15692         Suggested by Dave Love <fx@gnu.org>.
15693
15694 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15695
15696         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15697         doc string.
15698
15699 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15700
15701         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15702
15703 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15704
15705         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15706         instead of calling `mm-insert-inline', to decode text/* parts
15707         before displaying them.
15708
15709 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15710
15711         * mm-uu.el (mm-uu-text-plain-type): New variable.
15712         (mm-uu-pgp-signed-extract-1): Use it.
15713         (mm-uu-pgp-encrypted-extract-1): Use it.
15714         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15715         bind mm-uu-text-plain-type with that value.
15716         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15717         mm-uu-dissect.
15718
15719 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15720
15721         * gnus-group.el (gnus-update-group-mark-positions):
15722         * gnus-sum.el (gnus-update-summary-mark-positions):
15723         * message.el (message-check-news-body-syntax):
15724         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15725         of string-as-multibyte.
15726
15727 2004-10-05  Juri Linkov  <juri@jurta.org>
15728
15729         * gnus-group.el (gnus-update-group-mark-positions):
15730         * gnus-sum.el (gnus-update-summary-mark-positions):
15731         * message.el (message-check-news-body-syntax):
15732         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15733         8-bit unibyte values to a multibyte string for search functions.
15734
15735 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15736
15737         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15738         (mm-uu-dissect-text-parts): New function.
15739
15740         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15741         dissect text parts.
15742
15743         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15744         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15745
15746         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15747
15748         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15749         Use gnus-current-topics instead of gnus-current-topic.
15750
15751 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15752
15753         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15754
15755 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15756
15757         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15758         where approriate.
15759
15760         * nnml.el (nnml-generate-active-info): do.
15761
15762         * nndiary.el (nndiary-generate-active-info): do.
15763
15764         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15765         (gnus-topic-move): do.
15766
15767         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15768         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15769
15770         * gnus-srvr.el (gnus-server-prepare)
15771         (gnus-server-open-all-servers): do.
15772
15773         * gnus-msg.el (gnus-summary-cancel-article)
15774         (gnus-summary-resend-message)
15775         (gnus-summary-mail-crosspost-complaint): do.
15776
15777         * gnus-move.el (gnus-change-server): do.
15778
15779         * gnus-group.el (gnus-group-unmark-all-groups)
15780         (gnus-group-set-current-level): do.
15781
15782 2004-10-04  Simon Josefsson  <jas@extundo.com>
15783
15784         * message.el (message-generate-hashcash): Doc fix.
15785
15786 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15787
15788         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15789         avoid infinite recursion via gnus-get-function.
15790
15791 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15792
15793         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15794
15795         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15796
15797         * nnmail.el (nnmail-split-history): do.
15798
15799         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15800         (nnml-request-delete-group): do.
15801
15802         * nnslashdot.el (nnslashdot-read-groups): do.
15803
15804         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15805         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15806
15807         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15808         (nnspool-sift-nov-with-sed): Use last.
15809         (nnspool-retrieve-headers-with-nov): Use mapc.
15810         (nnspool-request-newgroups): Use dolist.
15811         (nnspool-request-group): Use last.
15812
15813         * nntp.el (nntp-read-server-type): Use dolist.
15814
15815         * nnvirtual.el (nnvirtual-create-mapping)
15816         (nnvirtual-update-read-and-marked): Use dolist.
15817         (nnvirtual-convert-headers): Simplify.
15818
15819 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15820
15821         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15822         Add support for sync'ing tick marks.
15823
15824 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15825
15826         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15827         there's no visible header.
15828
15829 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15830
15831         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15832         When necessary, pass full group name to gnus-request-set-marks.
15833
15834 2004-10-01  Simon Josefsson  <jas@extundo.com>
15835
15836         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15837         acroread.
15838
15839 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15840
15841         * spam-report.el (spam-report-gmane): Fix interactive.
15842
15843         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15844
15845         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15846         when writing file.
15847         (gnus-agent-synchronize-flags): Don't default to being
15848         interactive.
15849
15850 2004-09-30  Simon Josefsson  <jas@extundo.com>
15851
15852         * message.el (message-generate-hashcash): Add.
15853         (message-send-mail): Use it, call mail-add-payment.
15854
15855 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15856
15857         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15858
15859 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15860
15861         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15862         gnus-requst-update-info with explicit code to sync the in-memory
15863         info read flags with the marks being sync'd to the backend.
15864
15865         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15866
15867 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15868
15869         * spam.el (spam-verify-bogofilter): Add new function.
15870         (spam-check-bogofilter)
15871         (spam-bogofilter-register-with-bogofilter): Use it.
15872         (spam-verify-bogofilter): Add small fixes.
15873
15874 2004-09-28  Simon Josefsson  <jas@extundo.com>
15875
15876         * hashcash.el (hashcash-generate-payment): Revert.
15877
15878 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15879
15880         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15881         Use gnus-extract-references instead of gnus-split-references.
15882
15883         * gnus-util.el (gnus-extract-references): Add new function, analogous
15884         to gnus-split-references but extracts only the message-ID without
15885         anything extra.
15886
15887         * hashcash.el (hashcash-generate-payment)
15888         (hashcash-check-payment): Do the right thing if hashcash-path is
15889         nil (because the hashcash program could not be found).
15890
15891         * spam.el (spam-use-hashcash): Remove comment.
15892
15893 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15894
15895         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15896         (gnus-cache-enter-article, gnus-cache-remove-article)
15897         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15898
15899         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15900
15901         * gnus-art.el (article-hide-boring-headers)
15902         (article-translate-strings, article-display-face)
15903         (gnus-article-mime-match-handle-first)
15904         (gnus-article-highlight-headers)
15905         (gnus-article-add-buttons-to-head): do.
15906
15907 2004-09-27  Simon Josefsson  <jas@extundo.com>
15908
15909         * hashcash.el: New version, from
15910         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15911         ../contrib/.
15912
15913 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15914
15915         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15916
15917 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15918
15919         * gnus-dup.el (gnus-dup-open): Use mapc.
15920         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15921
15922         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15923         Reported by Stefan Wiens <s.wi@gmx.net>.
15924
15925         * gnus.el (gnus-shutdown): Use dolist.
15926
15927         * gnus-undo.el (gnus-undo): Use mapc.
15928
15929         * nnrss.el (nnrss-generate-active): do.
15930
15931         * message.el (message-cite-original-without-signature)
15932         (message-cite-original): Use mapc.
15933         (message-do-actions, message-make-forward-subject): Use dolist.
15934
15935 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15936
15937         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15938         deletion to remove entire duplicate line.  Fixes merged article
15939         number bug.
15940
15941 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15942
15943         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15944         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15945         first ask if you want to open a server and then, even when you
15946         responded with no, asking if you want to synchronize the server's
15947         flags.
15948         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15949         multi-line expressions.
15950         (gnus-agent-synchronize-group-flags): New internal function.
15951         Updates marks in memory (in the info structure) AND in the
15952         backend.
15953
15954         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15955
15956         * nnagent.el (nnagent-request-set-mark):
15957         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15958         method, to ensure that synchronization updates marks in the
15959         backend and in the info (in memory) structure.
15960
15961 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15962
15963         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15964         convention fully; don't miss the root article of a thread; make
15965         the X-Draft-From header with correct article numbers.
15966
15967 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15968
15969         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15970         unless plugged.  Disable the agent so that an open failure causes
15971         an error.
15972
15973         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15974         Revert 2004-09-21 change.  The backend must be opened while
15975         synchronizing flags even when the backend stores the flags
15976         locally.
15977
15978 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15979
15980         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15981         in `header' match.  Reported by Svend Tollak Munkejord.
15982
15983         * message.el (message-cite-original): Fix use of
15984         `message-cite-articles-with-x-no-archive'.
15985
15986 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15987
15988         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15989         (gnus-window-to-buffer): Ditto.
15990
15991         * mml.el (mml-preview-buffer): New variable.
15992         (mml-preview): Manage window layout with gnus-buffer-configuration.
15993
15994         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15995         X-Draft-From header even if those articles aren't quoted.
15996
15997 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15998
15999         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16000         (gnus-request-set-mark, gnus-request-update-mark): Use new
16001         g-s-t-u-l-m to decide to use backend even when unplugged.
16002
16003 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16004
16005         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16006         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16007
16008 2004-09-20  Simon Josefsson  <jas@extundo.com>
16009
16010         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16011         "utf-16-le".
16012
16013 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16014
16015         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16016
16017 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * uudecode.el (uudecode-use-external): Add :version.
16020
16021         * smime.el (smime-CA-file, smime-encrypt-cipher)
16022         (smime-dns-server): Add :version.
16023
16024         * smiley.el (gnus-smiley-file-types): Add :version.
16025
16026         * sha1.el (sha1-use-external): Add :version.
16027
16028         * pgg-def.el (pgg-query-keyserver): Add :version.
16029
16030         * nnmail.el (nnmail-fancy-expiry-targets)
16031         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16032         Add :version.
16033
16034         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16035         (nnimap-retrieve-groups-asynchronous): Add :version.
16036         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16037
16038         * mml.el (mml-content-disposition-parameters)
16039         (mml-insert-mime-headers-always): Add :version.
16040
16041         * mm-util.el (mm-coding-system-priorities): Add :version.
16042
16043         * mm-decode.el (mm-inline-text-html-with-images)
16044         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16045         (mm-verify-option): Add :version.
16046         (mm-text-html-renderer): Change :version.
16047
16048         * message.el (message-fcc-externalize-attachments)
16049         (message-required-headers, message-draft-headers)
16050         (message-subject-trailing-was-query)
16051         (message-subject-trailing-was-ask-regexp)
16052         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16053         (message-mark-insert-end, message-archive-header)
16054         (message-archive-note, message-cross-post-default)
16055         (message-cross-post-note, message-followup-to-note)
16056         (message-cross-post-note-function, message-use-mail-followup-to)
16057         (message-subscribed-address-functions)
16058         (message-subscribed-address-file, message-subscribed-addresses)
16059         (message-subscribed-regexps, message-allow-no-recipients)
16060         (message-yank-cited-prefix, message-signature-insert-empty-line)
16061         (message-hidden-headers, message-hierarchical-addresses)
16062         (message-mail-user-agent, message-use-idna)
16063         (message-valid-fqdn-regexp)
16064         (message-strip-special-text-properties, message-header-synonyms)
16065         (message-beginning-of-line, message-tab-body-function): Add :version.
16066         (message-insert-canlock, message-wide-reply-confirm-recipients):
16067         Change :version.
16068
16069         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16070         and :version.
16071         (mail-source-delete-old-incoming-confirm)
16072         (mail-source-movemail-program): Add :version.
16073
16074         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16075         (gnus-agent-cache, gnus-agent): Change :version.
16076
16077         * gnus-util.el (gnus-use-byte-compile): Change :version.
16078
16079         * gnus-sum.el (gnus-summary-make-false-root-always)
16080         (gnus-summary-default-high-score)
16081         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16082         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16083         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16084         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16085         (gnus-sum-thread-tree-single-indent)
16086         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16087         (gnus-sum-thread-tree-leaf-with-other)
16088         (gnus-sum-thread-tree-single-leaf): Add :version.
16089         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16090         (gnus-article-loose-mime): Change :version.
16091
16092         * gnus-start.el (gnus-backup-startup-file)
16093         (gnus-save-startup-file-via-temp-buffer): Add :version.
16094
16095         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16096         (gnus-server-offline-face): Add :version.
16097
16098         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16099
16100         * gnus-msg.el (gnus-gcc-externalize-attachments)
16101         (gnus-debug-files, gnus-debug-exclude-variables)
16102         (gnus-discouraged-post-methods): Change :version.
16103         (gnus-confirm-mail-reply-to-news)
16104         (gnus-confirm-treat-mail-like-news): Add :version.
16105
16106         * gnus-int.el (gnus-server-unopen-status): Add :version.
16107
16108         * gnus-group.el (gnus-group-jump-to-group-prompt)
16109         (gnus-large-ephemeral-newsgroup)
16110         (gnus-fetch-old-ephemeral-headers): Add :version.
16111
16112         * gnus-fun.el (gnus-x-face-directory)
16113         (gnus-convert-pbm-to-x-face-command)
16114         (gnus-convert-image-to-x-face-command)
16115         (gnus-convert-image-to-face-command): Add :version.
16116
16117         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16118
16119         * gnus-cite.el (gnus-cite-blank-line-after-header)
16120         (gnus-article-boring-faces): Add :version.
16121
16122         * gnus-art.el (gnus-buttonized-mime-types)
16123         (gnus-inhibit-mime-unbuttonizing)
16124         (gnus-treat-display-face)
16125         (gnus-treat-body-boundary): Change :version.
16126         (gnus-body-boundary-delimiter, gnus-picon-databases)
16127         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16128         (gnus-treat-date-english, gnus-treat-fold-headers)
16129         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16130         (gnus-treat-mail-picon, gnus-treat-wash-html)
16131         (gnus-article-encrypt-protocol)
16132         (gnus-use-idna, gnus-article-over-scroll)
16133         (gnus-mime-display-multipart-alternative-as-mixed)
16134         (gnus-mime-display-multipart-related-as-mixed)
16135         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16136         (gnus-ctan-url, gnus-button-ctan-handler)
16137         (gnus-button-handle-ctan-bogus-regexp)
16138         (gnus-button-ctan-directory-regexp)
16139         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16140         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16141         (gnus-button-man-level, gnus-button-emacs-level)
16142         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16143
16144         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16145         (gnus-agent-go-online): Change :version.
16146         (gnus-agent-expire-unagentized-dirs)
16147         (gnus-agent-auto-agentize-methods): Add :version.
16148
16149         * flow-fill.el (fill-flowed-display-column)
16150         (fill-flowed-encode-column): Add :version.
16151
16152         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16153         (gnus-outlook-deuglify-unwrap-max)
16154         (gnus-outlook-deuglify-cite-marks)
16155         (gnus-outlook-deuglify-unwrap-stop-chars)
16156         (gnus-outlook-deuglify-no-wrap-chars)
16157         (gnus-outlook-deuglify-attrib-cut-regexp)
16158         (gnus-outlook-deuglify-attrib-verb-regexp)
16159         (gnus-outlook-deuglify-attrib-end-regexp)
16160         (gnus-outlook-display-hook): Add :version.
16161
16162         * binhex.el (binhex-use-external): Add :version.
16163
16164 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16165
16166         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16167         and `invisible'.
16168
16169 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16170
16171         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16172         in gnus-registry-trim.
16173
16174 2004-09-13  Simon Josefsson  <jas@extundo.com>
16175
16176         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16177
16178         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16179
16180         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16181         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16182         <yamaoka@jpl.org>.
16183         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16184         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16185         <yamaoka@jpl.org>.
16186
16187         * sieve.el (sieve-manage-mode): Ditto.
16188
16189 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16190
16191         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16192
16193 2004-09-11  Simon Josefsson  <jas@extundo.com>
16194
16195         * dns-mode.el: Add.
16196
16197         * mm-view.el (mm-display-dns-inline): Add.
16198
16199         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16200         (mm-automatic-display): Ditto.
16201
16202         * mailcap.el (mailcap-mime-data): Add text/dns.
16203         (mailcap-mime-extensions): Map .soa to text/dns.
16204
16205 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16206
16207         * gnus-art.el (article-decode-mime-words, article-babel)
16208         (gnus-article-highlight-signature, gnus-article-add-buttons)
16209         (gnus-signature-toggle): Remove unnecessary bindings of
16210         `inhibit-read-only' inherited from v5.10 merge.
16211
16212 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16213
16214         * nntp.el (nntp): New customization group.
16215         (nntp-authinfo-file): Add customization group.
16216
16217         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16218
16219         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16220
16221         * gnus.el (to-address, to-list, subscribed)
16222         (large-newsgroup-initial): Ditto.
16223
16224         * flow-fill.el (fill-flowed-display-column)
16225         (fill-flowed-encode-column): Ditto.
16226
16227 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16228
16229         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16230         Use point-min rather than 1.
16231         (message-send-mail): Use buffer-size rather than point-max.
16232
16233         * gnus-sum.el (gnus-summary-search-article-forward):
16234         Signal a specific `search-failed' rather than a generic `error'.
16235
16236         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16237         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16238         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16239
16240 2004-09-10  Simon Josefsson  <jas@extundo.com>
16241
16242         * nndb.el (require): Remove tcp and duplicate cl.
16243
16244 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16245
16246         * gnus-agent.el (directory-files-and-attributes): Move forward.
16247
16248 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16249
16250         * gnus-agent.el (directory-files-and-attributes):
16251         Optionally defined to support XEmacs.
16252
16253 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16254
16255         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16256         to avoid run-time CL dependencies.
16257         (gnus-agent-unfetch-articles): New function.
16258         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16259         article numbers even when local .overview file is missing.
16260         (gnus-agent-read-article-number): New function.  Only accepts
16261         27-bit article numbers.
16262         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16263         Use gnus-agent-read-article-number.
16264         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16265         from backend while recognizing that article numbers in .overview
16266         must be valid.
16267         (gnus-agent-update-files-total-fetched-for):
16268         Use directory-files-and-attributes to improve performance.
16269         * gnus-int.el (gnus-request-move-article):
16270         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16271         improve performance.
16272
16273         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16274         some users confused by references to .newsrc when they only have a
16275         .newsrc.eld file.
16276         (gnus-convert-mark-converter-prompt)
16277         (gnus-convert-converter-needs-prompt): Fix use of property list.
16278         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16279         New function.  Used internally to only display 'gnus converting
16280         files' message when actually necessary.
16281
16282         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16283         methods now autoloaded.
16284
16285 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16288         identifiers.
16289
16290 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16291
16292         * gnus-picon.el: Fix indentation and closing parenthesis.
16293
16294 2004-09-01  Simon Josefsson  <jas@extundo.com>
16295
16296         * message.el (message-canlock-generate): Require sha1, not
16297         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16298         to require within a function.  Sadly, if sha1.el isn't loaded, the
16299         let binding in m-c-g will hide the defcustom definition, which is
16300         bad.)
16301
16302         * canlock.el: Require sha1, not sha1-el.
16303
16304         * message.el: Don't autoload sha1 (there is a autoload cookie in
16305         sha1.el).
16306
16307         * sha1-el.el: Rename to sha1.el.
16308
16309 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16310
16311         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16312
16313 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16314
16315         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16316
16317 2004-08-30  Kim F. Storm  <storm@cua.dk>
16318
16319         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16320
16321         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16322         Add :group 'nnimap.
16323
16324 2004-08-30  Andreas Schwab  <schwab@suse.de>
16325
16326         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16327         ?* and ?\;.
16328
16329         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16330         and ?\' to symbol instead of whitespace.
16331
16332 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16333
16334         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16335
16336         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16337         instead of re-search-forward.
16338
16339         * gnus-uu.el (gnus-uu-save-article): Ditto.
16340         (gnus-uu-post-encode-uuencode): Ditto.
16341
16342         * html2text.el (html2text-clean-list-items): Ditto.
16343         (html2text-clean-dtdd): Ditto.
16344         (html2text-format-tags): Ditto.
16345
16346         * message.el (message-send-mail-with-sendmail): Fix regexp.
16347         (message-fill-field-general): Use search-forward instead of
16348         re-search-forward.
16349         (unbold-region): Ditto.
16350
16351         * nnrss.el (nnrss-request-article): Ditto.
16352
16353         * nnslashdot.el (nnslashdot-request-article): Ditto.
16354
16355         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16356
16357         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16358         "Unrecognized menu descriptor" error in XEmacs.
16359
16360 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16361
16362         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16363         parent article of a sparse article in the thread hashtb.
16364
16365 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16366
16367         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16368         (nnmail-expand-newtext): Lowercase expanded entries if
16369         nnmail-split-lowercase-expanded is non-nil.
16370
16371 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16374
16375         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16376         of gnus-tmp-news-method into string under XEmacs.  It will be
16377         passed to gnus-correct-length which takes only a string argument.
16378
16379 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16380
16381         * gnus-util.el (gnus-bind-print-variables): New macro.
16382         (gnus-prin1): Use it.
16383         (gnus-prin1-to-string): Use it.
16384         (gnus-pp): New function.
16385         (gnus-pp-to-string): New function.
16386
16387         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16388         Replace pp-to-string with gnus-pp-to-string.
16389         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16390         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16391         * gnus-msg.el (gnus-debug): Ditto.
16392         * gnus-score.el (gnus-score-save): Ditto.
16393         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16394         gnus-pp-to-string.
16395         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16396         with gnus-pp.
16397         * score-mode.el (gnus-score-pretty-print): Ditto.
16398         * webmail.el (webmail-debug): Ditto.
16399
16400 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * gnus-art.el (article-display-face, article-display-x-face):
16403         Use buffer-read-only.
16404
16405 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * gnus-art.el (article-hide-list-identifiers):
16408         Bind inhibit-read-only as t.
16409
16410 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16411
16412         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16413
16414 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16415
16416         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16417         (gnus-narrow-to-page): Don't assume point-min == 1.
16418         (gnus-article-edit-mode): Derive from message-mode.
16419
16420         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16421         point-min == 1.
16422
16423         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16424         Disable incorrect use of `assert'.
16425
16426         * message.el (message-mode): Set comment-start-skip.
16427
16428
16429 2004-08-22  Sam Steingold  <sds@gnu.org>
16430
16431         * pop3.el (pop3-leave-mail-on-server): New user variable.
16432         (pop3-movemail): Delete mail only when it is nil.
16433
16434 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16435
16436         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16437
16438         * mml.el (mml-preview): Use `pop-to-buffer'.
16439
16440         * message.el (message-goto-mail-followup-to): Insert after "To".
16441         (message-carefully-insert-headers): Add comment.
16442
16443         * gnus.el: Remove unused variable `gnus-article-check-size'.
16444
16445         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16446
16447         * gnus-art.el (gnus-button-alist):
16448         Improve `gnus-button-handle-library' entry.
16449
16450 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16451
16452         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16453         Use downcase, since XEmacs capitalizes error messages differently.
16454
16455 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16456
16457         * nntp.el: Add (require 'gnus) due to reference to
16458         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16459
16460 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16461
16462         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16463         Bind `mm-fill-flowed'.
16464
16465         * mm-decode.el (mm-dissect-singlepart): Check it.
16466
16467 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16468
16469         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16470         'imap' for netrc parsing.
16471
16472 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16473
16474         * mailcap.el (mailcap-mime-data): Mark as risky.
16475
16476 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16477
16478         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16479         may be included in the encoded word.
16480         (rfc2047-encode): Don't append a space if the encoded word
16481         includes close parenthesis.
16482
16483 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16484
16485         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16486         of text within parentheses.
16487
16488 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16489
16490         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16491         (gnus-encrypt-write-file-contents): Make the password key the file
16492         name PLUS the cipher, not just the cipher.  Also remove failed
16493         passwords from the cache.
16494
16495 2004-08-06  Simon Josefsson  <jas@extundo.com>
16496
16497         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16498         Doc fix.
16499
16500 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16503         LWSP.
16504
16505 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16506
16507         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16508         Try to append in-reply-to: data to the references: header.
16509
16510         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16511         (netrc-parse): Use gnus-encrypt.el functions.
16512
16513         * gnus-encrypt.el: Add new file for encryption support; currently
16514         does only a few GPG ciphers and an internal XOR cipher.
16515
16516         * password.el: Add comments on using password-read-and-add.
16517         (password-read-and-add): Add function to read and add the
16518         password to the cache at once.
16519
16520 2004-07-28  Simon Josefsson  <jas@extundo.com>
16521
16522         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16523         parameter (but don't use it, for now).
16524
16525         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16526         instead of hard coding to nil.
16527
16528 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16529
16530         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16531         as mm-inline-image-xemacs does.
16532
16533 2004-07-26  Simon Josefsson  <jas@extundo.com>
16534
16535         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16536         Revert part of 2004-07-17 change below.
16537
16538 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16541         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16542
16543 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16544
16545         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16546         quotes that actually start with ">" at the beginning of the
16547         lines.
16548
16549 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16550
16551         * rfc2047.el (rfc2047-encode-region): Fix last change.
16552         (rfc2047-encode-parameter): Remove useless concat.
16553
16554 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16557         encode special characters; fix some kind of misconfigured headers;
16558         signal a real error if debug-on-quit or debug-on-error is non-nil.
16559         (rfc2047-encode-max-chars): New variable.
16560         (rfc2047-encode-1): Use it.
16561         (rfc2047-encode-parameter): New function.
16562
16563         * mml.el (mml-insert-parameter): Remove an excessive space.
16564
16565 2004-07-17  Simon Josefsson  <jas@extundo.com>
16566
16567         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16568         Kai Grossjohann <kai@emptydomain.de>.
16569         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16570         (gnus-group-make-menu-bar): Ditto.
16571
16572         * gnus-util.el (gnus-group-server): Add.
16573
16574 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16575
16576         * message.el (message-clone-locals): Clone sendmail and smtp
16577         variables.
16578
16579 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * rfc2047.el (rfc2047-encode-region): Fix last change.
16582
16583 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16586         characters as non-special.
16587
16588 2004-07-09  Simon Josefsson  <jas@extundo.com>
16589
16590         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16591         Users will lose all flag changes made while unplugged with
16592         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16593         good default.  See numerous reports on ding mailing list.
16594
16595 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16598         add generate-head-function and generate-article-function to the
16599         rfc822-forward entry.
16600         (nndoc-rfc822-forward-generate-article): New function.
16601         (nndoc-rfc822-forward-generate-head): New function.
16602
16603         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16604
16605 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16606
16607         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16608         respect display group parameter and gnus-summary-expunge-below.
16609         (gnus-articles-to-read): Remove unused reference to display group
16610         parameter.
16611
16612 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16613
16614         * nnheader.el (nnheader-uniquify-message-id): New experimental
16615         variable.
16616         (nnheader-nov-read-message-id): Use it.
16617
16618         * spam-report.el (spam-report-gmane): Add interactive.
16619
16620 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * mm-encode.el (mm-content-transfer-encoding-defaults):
16623         Use qp-or-base64 for the application/* types.
16624
16625 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16626
16627         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16628
16629 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16630
16631         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16632         trim value.
16633
16634 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16635
16636         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16637         New macro and function.
16638         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16639
16640 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16641
16642         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16643         after-load-alist.
16644
16645 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646
16647         * gnus-group.el (gnus-group-get-new-news-this-group):
16648         Don't update info that isn't there.
16649
16650 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16651
16652         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16653         entry.
16654
16655 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * mm-view.el (mm-inline-render-with-function): Use multibyte
16658         buffer; decode html source by charset.
16659
16660         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16661
16662         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16663         Mule-UCS is loaded under XEmacs.
16664         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16665
16666 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16667
16668         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16669
16670 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * mm-util.el (mm-coding-system-p): Return a coding-system.
16673         (mm-mime-mule-charset-alist): Use shift_jis instead of
16674         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16675         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16676         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16677         instead of japanese-shift-jis and iso-latin-1 respectively in
16678         order to share the default value with both Emacs and XEmacs-mule.
16679         (mm-mule-charset-to-mime-charset):
16680         Make mm-coding-system-priorities effective.
16681         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16682         while predicating of candidates upon the priorities.
16683
16684 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16685
16686         * gnus-sum.el (gnus-summary-make-menu-bar):
16687         Add gnus-uu-invert-processable.
16688
16689         * gnus.el: Autoload gnus-uu-invert-processable.
16690
16691 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * mm-util.el (mm-with-multibyte-buffer): New macro.
16694
16695         * rfc2047.el (rfc2047-encode-string): Use it.
16696         (rfc2047-encode-region): Move point to the end of the region after
16697         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16698
16699 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16700
16701         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16702         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16703
16704 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16705
16706         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16707         (gnus-cite-parse): Ignore quoted envelope From_.
16708         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16709
16710 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16711
16712         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16713         invalid addresses.
16714
16715 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16716
16717         * spam.el: Change section markers, revise TODO list.
16718         (spam-backends): Make new master list of all installed backends.
16719         (spam-summary-exit-behavior): Add new variable to determine how
16720         messages moves are done at summary exit.
16721         (spam-move-spam-nonspam-groups-only)
16722         (spam-process-ham-in-nonham-groups)
16723         (spam-process-ham-in-spam-groups): Remove variables, the
16724         spam-summary-exit-behavior variable should be used to manage this
16725         behavior.
16726         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16727         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16728         and spam-old-spam-articles.
16729         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16730         Add empty variables, placeholders for the backends they represent.
16731         (spam-set-difference): Move, unchanged.
16732         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16733         unless the user has a processor variable.
16734         (spam-classifications, spam-classification-valid-p)
16735         (spam-backend-properties, spam-backend-property-valid-p)
16736         (spam-backend-function-type-valid-p)
16737         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16738         (spam-report-articles-gmane, spam-report-articles-resend):
16739         Remove functions, they are not needed.
16740         (spam-install-backend-super, spam-backend-list)
16741         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16742         (spam-backend-function, spam-backend-ham-registration-function)
16743         (spam-backend-spam-registration-function)
16744         (spam-backend-ham-unregistration-function)
16745         (spam-backend-spam-unregistration-function)
16746         (spam-backend-statistical-p, spam-backend-mover-p)
16747         (spam-install-backend-alias, spam-install-checkonly-backend)
16748         (spam-install-mover-backend, spam-install-nocheck-backend)
16749         (spam-install-backend, spam-install-statistical-backend)
16750         (spam-install-statistical-checkonly-backend): Add backend installation
16751         support.
16752         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16753         (spam-group-processor-p): Use the new backend code and respect the
16754         summary exit behavior.
16755         (spam-mark-spam-as-expired-and-move-routine): Remove.
16756         (spam-summary-prepare): Change to use the new spam-old-articles
16757         variable.
16758         (spam-copy-or-move-routine, spam-copy-spam-routine)
16759         (spam-move-spam-routine, spam-copy-ham-routine)
16760         (spam-move-ham-routine): Add code to copy/move ham or spam.
16761         (spam-fetch-field-fast): Improve doc and code, plus allow the
16762         'number request.
16763         (spam-list-of-checks, spam-list-of-statistical-checks):
16764         Remove variables.
16765         (spam-split, spam-find-spam): Use the new backend code.
16766         (spam-registration-functions): Remove variable.
16767         (spam-unregister-routine): Add convenience wrapper.
16768         (spam-log-undo-registration, spam-register-routine)
16769         (spam-log-processing-to-registry)
16770         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16771         where possible.
16772         (spam-check-gmane-xref, spam-check-regex-headers)
16773         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16774         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16775         (spam-check-bogofilter-headers, spam-check-spamoracle)
16776         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16777         (spam-check-crm114-headers): Use the spam-split-group that
16778         spam-split prepares, no need to determine it every time.
16779
16780         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16781         to the nnheader-parse-naked-head call.
16782
16783         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16784
16785         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16786         the nnheader-nov-read-message-id call.
16787
16788 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16789
16790         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16791         gnus-activate-group twice.  Suggested by Markus Peter
16792         <warp@spin.de>.
16793
16794 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16795
16796         * gnus-art.el (gnus-article-time-format): Exchange the order of
16797         day and month in the default value; fix customization type.
16798         (article-date-ut): Use add-text-properties.
16799         (article-make-date-line): Use message-make-date instead of
16800         current-time-string.
16801
16802         * message.el (message-fetch-field): Don't use set-text-properties.
16803         (message-make-date): Simplify.
16804
16805         * messagexmas.el (message-xmas-make-date): New function.
16806         (message-xmas-redefine): Defalias message-make-date to it.
16807
16808 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16809
16810         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16811         (rfc2047-encode-region): Treat text within parentheses as special;
16812         show the original text when error has occurred.
16813
16814         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16815         already-computed method to gnus-activate-group.
16816
16817         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16818         same select-methods identical Lisp objects.
16819
16820         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16821         object when modifying the info.
16822
16823 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16824
16825         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16826         gnus-opened-servers since it has never been opened with the new
16827         configuration yet.
16828
16829 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16830
16831         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16832         arg to nnheader-generate-fake-message-id.
16833
16834 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16835
16836         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16837         number and build a fake message ID localized to a group and
16838         article number (so it's repeatable from that point on).
16839         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16840         ID format.
16841
16842         * gnus-sum.el (gnus-get-newsgroup-headers):
16843         Call nnheader-generate-fake-message-id with the article number.
16844
16845 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16846
16847         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16848         end-of-buffer.
16849
16850 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16851
16852         * message.el (message-ignored-supersedes-headers): Add Approved.
16853
16854 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16855
16856         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16857         goto-char.
16858         (rfc2047-encode): Fold the line before encoding.
16859
16860 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16861
16862         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16863         folding -- not all headers can be folded, and this should be done
16864         by the message composition mode.  Probably.  I think.
16865
16866 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16867
16868         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16869         fast.
16870
16871         * gnus-ems.el (gnus-remove-image): Don't use
16872         message-text-with-property; remove only the image found first.
16873
16874         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16875         found first.
16876
16877 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16878
16879         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16880
16881 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16882
16883         * message.el (message-text-with-property): Make it fast and accept
16884         optional arguments.
16885         (message-strip-forbidden-properties): Use it.
16886         (message-fix-before-sending): Follow the m-t-w-p change.
16887
16888         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16889
16890 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-art.el (article-hide-headers): Don't change the buffer
16893         mistakenly when performing mml-preview even if
16894         gnus-single-article-buffer is nil.
16895
16896 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16897
16898         * message.el (message-expand-name-databases): New user option.
16899         (message-expand-name): Use it.
16900
16901 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16902
16903         * spam.el (spam-report-articles-resend)
16904         (spam-report-resend-register-routine): Allow ham reporting.
16905         (spam-report-resend-register-ham-routine): Add wrapper.
16906         (spam-registration-functions): Add ham resending functions.
16907         (spam-list-of-processors): Add ham resend processor.
16908
16909         * gnus.el (ham-resend-to): Add new group parameter.
16910         (spam-process): Add ham resend option.
16911
16912         * spam-report.el (spam-report-resend): Allow reporting ham.
16913         (spam-report-resend-ham): Add wrapper.
16914
16915 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16916
16917         * message.el (message-cite-articles-with-x-no-archive):
16918         New variable.
16919         (message-cite-original): Use it.
16920
16921 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16922
16923         * message.el (message-cite-original): Respect X-No-Archive.
16924
16925 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16926
16927         * gnus-art.el (article-hide-headers): Refer to the values for
16928         gnus-ignored-headers and gnus-visible-headers in the summary
16929         buffer since a user may have set them as group parameters.
16930
16931 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16932
16933         * assistant.el (assistant-node-name): Add convenience function.
16934         (assistant-render-text, assistant-render-node): Add error handling,
16935         plus handle multiple next nodes.
16936         (assistant-find-next-node): Comment out for now.
16937         (assistant-find-next-nodes): Add function, returns list of next
16938         nodes.
16939
16940 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16941
16942         * mail-source.el (mail-source-directory): Fix doc-string.
16943
16944 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16945
16946         * assistant.el (assistant-render-text, assistant-eval): Add :set
16947         widget type, which is different because it takes and returns a
16948         list.  Much hilarity ensues.
16949
16950 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16951
16952         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16953
16954         * gnus-group.el (gnus-group-get-new-news-this-group):
16955         Add doc-string.
16956
16957         * gnus-start.el (gnus-activate-group): Add doc-string.
16958
16959 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16960
16961         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16962
16963 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16964
16965         * assistant.el (assistant-render-text): Try to add a :set
16966         widget, more to come.
16967
16968         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16969         strings.
16970         (spam-report-articles-resend)
16971         (spam-register-routine): Do registration iff any articles warrant
16972         it.
16973         (spam-summary-prepare-exit): Change log message for nil group
16974         destinations.
16975
16976 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16977
16978         * spam.el (spam-report-resend-register-routine):
16979         Allow spam-report-resend-to to be a group parameter or a global value.
16980
16981 2004-05-26  Simon Josefsson  <jas@extundo.com>
16982
16983         * starttls.el: Merge with my GNUTLS based starttls.el.
16984         (starttls-gnutls-program, starttls-use-gnutls)
16985         (starttls-extra-arguments, starttls-process-connection-type)
16986         (starttls-connect, starttls-failure, starttls-success):
16987         New variables.
16988         (starttls-program, starttls-extra-args): Doc fix.
16989         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16990         New functions.
16991         (starttls-negotiate, starttls-open-stream):
16992         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16993         function if it is set.
16994
16995 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16996
16997         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16998         structured fields.
16999
17000 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17001
17002         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17003
17004 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17005
17006         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17007         Add variable.
17008         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17009         assigning the spam-mark to new messages.
17010
17011 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17012
17013         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17014
17015 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17016
17017         * dgnushack.el: Autoload customize-set-variable for XEmacs.
17018
17019         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17020         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17021         default.
17022
17023 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17024
17025         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17026         correct data.
17027
17028 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17029
17030         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17031         (spam-group-processor-p): Fix function.
17032         (spam-group-processor-multiple-p)
17033         (spam-group-spam-processor-report-gmane-p)
17034         (spam-group-spam-processor-report-resend-p)
17035         (spam-group-spam-processor-bogofilter-p)
17036         (spam-group-spam-processor-blacklist-p)
17037         (spam-group-spam-processor-ifile-p)
17038         (spam-group-ham-processor-ifile-p)
17039         (spam-group-spam-processor-spamoracle-p)
17040         (spam-group-spam-processor-crm114-p)
17041         (spam-group-ham-processor-bogofilter-p)
17042         (spam-group-spam-processor-stat-p)
17043         (spam-group-ham-processor-stat-p)
17044         (spam-group-ham-processor-whitelist-p)
17045         (spam-group-ham-processor-BBDB-p)
17046         (spam-group-ham-processor-spamoracle-p)
17047         (spam-group-ham-processor-copy-p): Remove functions with some
17048         prejudice against unneeded code.
17049         (spam-report-articles-resend)
17050         (spam-report-resend-register-routine): Allow the group/topic
17051         spam-resend-to value to override spam-report-resend-to.
17052         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17053         properly now.
17054
17055         * gnus.el (spam-resend-to): Add group/topic parameter.
17056         (spam-process): Move the OBSOLETE processors to the end of the
17057         choices.
17058
17059 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17060
17061         * spam-report.el (spam-report-resend-to, spam-report-resend):
17062         Start with resend-to set to nil, and then ask the user if necessary.
17063         (spam-report-resend): spam-report-resend takes a list of articles, not
17064         separate article numbers.
17065
17066 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17067
17068         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17069         addition to emacs-w3m.
17070
17071 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17072
17073         * assistant.el (assistant-authinfo-data): New function.
17074         (assistant-eval): Eval for entire assistant.
17075
17076         * netrc.el (netrc-services-file): New variable.
17077         (netrc-parse-services): New function.
17078         (netrc-find-service-name): New function.
17079         (netrc-find-service-number): New function.
17080         (netrc-port-equal): New function.
17081         (netrc-machine): Use it.
17082
17083         * nnimap.el (nnimap-open-connection): Use netrc.
17084
17085         * gnus-util.el (gnus-netrc-get): Remove aliases.
17086
17087         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17088
17089         * assistant.el (wid-edit): Fix compilation.
17090
17091         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17092
17093 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17094
17095         * gnus-util.el (gnus-set-file-modes): New function.  (small
17096         patch).
17097
17098 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17099
17100         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17101
17102         * assistant.el (assistant-render-node): Fix up rendering and
17103         read-only text.
17104         (assistant-render-node): Reset.
17105         (assistant-make-read-only): Not sticky.
17106
17107 2004-05-20  Danny Siu  <dsiu@adobe.com>
17108
17109         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17110         centered even when gnus-auto-center-summary is t.
17111
17112 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17113
17114         * dns.el (dns-get-txt-answer): New function.
17115         (dns-read-txt): Ditto.
17116         (query-dns): Use it.
17117
17118 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17119
17120         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17121         active for foreign groups even if the group level is higher than
17122         the specified value.
17123
17124 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17125
17126         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17127         non-active groups.
17128
17129         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17130
17131 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17132
17133         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17134
17135 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17136
17137         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17138         (spam-crm114-header, spam-crm114-spam-switch)
17139         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17140         (spam-crm114-positive-spam-header)
17141         (spam-crm114-database-directory, spam-list-of-processors)
17142         (spam-group-spam-processor-crm114-p)
17143         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17144         (spam-generic-score, spam-list-of-checks)
17145         (spam-list-of-statistical-checks, spam-registration-functions)
17146         (spam-check-crm114-headers, spam-crm114-score)
17147         (spam-check-crm114, spam-crm114-register-with-crm114)
17148         (spam-crm114-register-spam-routine)
17149         (spam-crm114-unregister-spam-routine)
17150         (spam-crm114-register-ham-routine)
17151         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17152         From asjo@koldfront.dk (Adam Sjøgren).
17153
17154         * gnus.el: Add spam-use-crm114.
17155
17156         * spam.el (spam-list-of-processors, spam-registration-functions):
17157         Add spam-use-resend.
17158         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17159         (spam-report-articles-gmane): Add doc fix.
17160         (spam-report-articles-resend, spam-report-resend-register-routine):
17161         Add wrappers around spam-report-resend-to.
17162
17163         * spam-report.el (spam-report-resend-to, spam-report-resend):
17164         Add support for resending spam.
17165         (spam-report-gmane): Fix line length >80.
17166
17167         * gnus.el (spam-process): Add spam-use-resend.
17168
17169 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17170
17171         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17172         number of processed spam messages.
17173         (spam-ham-copy-or-move-routine): Return the number of processed
17174         ham messages.
17175         (spam-summary-prepare-exit): Use the above values to decide
17176         whether status messages shouled be displayed.
17177
17178 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17179
17180         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17181         `rfc2047-encoding-function-alist' in order to avoid conflicting
17182         with the old version.
17183         (rfc2047-encode-region): Concatenate words containing non-ASCII
17184         characters in structured fields; don't encode space-delimited
17185         ASCII words even in unstructured fields; don't break words at
17186         char-category boundaries.
17187         (rfc2047-encode-1): New function.
17188         (rfc2047-encode): Use it; encode text so that it occupies the
17189         maximum width within 76-column; work correctly on Q encoding for
17190         iso-2022-* charsets.
17191         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17192         sure not to break a line just after the header name.
17193         (rfc2047-b-encode-region): Remove.
17194         (rfc2047-b-encode-string): New function.
17195         (rfc2047-q-encode-region): Remove.
17196         (rfc2047-q-encode-string): New function.
17197
17198         * mm-util.el (mm-replace-in-string): New function.
17199
17200 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17201
17202         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17203         Really get it right.
17204         (gnus-inews-make-draft): Really.
17205
17206 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17207
17208         * nnmh.el (nnmh-request-list-1): Don't check the link count
17209         before descending.  (small patch)
17210
17211 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17212
17213         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17214         stuff.
17215
17216         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17217         Match on real group name.
17218
17219         * gnus-art.el (gnus-signature-limit): Doc fix.
17220
17221         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17222
17223         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17224
17225 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17226
17227         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17228         isn't a string.
17229
17230 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17231
17232         * gnus-draft.el (gnus-draft-send):
17233         Bind rfc2047-encode-encoded-words.
17234
17235         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17236         (rfc2047-encodable-p): Say that =? needs encoding.
17237         (rfc2047-encode-encoded-words): New variable.
17238
17239         * gnus-group.el (gnus-group-select-group): Doc fix.
17240
17241         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17242
17243         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17244         to nil.
17245
17246         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17247
17248         * nnheader.el (nnheader-get-lines-and-char): New function.
17249
17250 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17251
17252         * gnus-msg.el (gnus-summary-followup-with-original):
17253         Document yanking of region when active.
17254
17255 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17256
17257         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17258         groups if the group level is higher than the specified value.
17259
17260 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17261
17262         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17263         (gnus-group-jump-to-group): Add prefix argument using
17264         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17265         non-active group.
17266
17267         * compface.el (uncompface): Be verbose when changing
17268         `uncompface-use-external'.
17269
17270         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17271         handle manual section.
17272
17273 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17274
17275         * gnus-art.el (gnus-button-alist): Revert previous change.
17276
17277 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17278
17279         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17280
17281 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17282
17283         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17284         whether backend can accept message.
17285
17286         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17287
17288 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17289
17290         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17291         Avoid creating directory when nntp-marks-is-evil is true.
17292         Reported by Reiner Steib.
17293
17294 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17295
17296         * gnus-picon.el (gnus-picon-style): New variable.
17297         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17298         (gnus-picon-transform-address): Support `gnus-picon-style'.
17299         From Jesper Harder <harder@ifa.au.dk>.
17300
17301 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17302
17303         * message.el (message-fill-field): Return point.
17304         (message-generate-headers): Go to end of field.
17305
17306         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17307         stuff for non-living groups.
17308
17309 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * gnus-art.el (gnus-article-followup-with-original)
17312         (gnus-article-reply-with-original): gnus-mark-active-p ->
17313         gnus-region-active-p.
17314
17315 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17316
17317         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17318         only when there is spam or ham to be processed.
17319
17320 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17321
17322         * mail-source.el (mail-source-delete-crash-box): Refactor.
17323         (mail-source-fetch): Use it.
17324         (mail-source-fetch-file): Ditto.
17325         (mail-source-fetch-directory): Run postscript in loop.
17326         (mail-source-fetch-pop): Delete.
17327         (mail-source-fetch-maildir): Ditto.
17328         (mail-source-fetch-imap): Ditto.
17329
17330         * imap.el (imap-authenticators): Comment out sasl.
17331
17332         * message.el (message-skip-to-next-address): New function.
17333         (message-fill-header-address): Refactor.
17334         (message-fill-address): Use it.
17335         (message-delete-address): Use it.
17336         (message-fill-header-general): Refactor.
17337         (message-fill-field-address): Rename.
17338         (message-narrow-to-field): Find the start of the header.
17339         (message-header-format-alist): Don't pre-fill.
17340         (message-fill-header): Remove.
17341         (message-insert-header): New function.
17342         (message-shorten-references): Use it.
17343
17344         * rfc2047.el (rfc2047-field-value): Strip props.
17345
17346         * mail-parse.el (mail-header-make-address): New alias.
17347
17348         * ietf-drums.el (ietf-drums-make-address): New function.
17349
17350         * imap.el: Add compiler directives.
17351
17352         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17353
17354         * gnus-art.el (article-decode-idna-rhs): Don't use
17355         message-idna-inside-rhs-p.
17356
17357 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17358
17359         * message.el (message-idna-inside-rhs-p): Remove.
17360         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17361
17362         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17363         false positives.
17364
17365 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17366
17367         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17368
17369 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17370
17371         * nneething.el (nneething-file-name): Don't create spurious
17372         files.
17373
17374         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17375         (gnus-inews-do-gcc): Remove sleep.
17376
17377         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17378         part under point.
17379
17380         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17381         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17382
17383 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17384
17385         * spam.el (spam-summary-prepare-exit): Fix (length).
17386
17387 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17388
17389         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17390         as expired without moving it" message when there are spam
17391         messages left.
17392
17393 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17394
17395         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17396         header is not nil.
17397
17398 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17399
17400         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17401         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17402         (nntp-marks-changed-p): New arg SERVER.
17403         (nntp-request-update-info): Adjust caller.
17404
17405 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17406
17407         * nntp.el (nntp-save-marks): Pass missing arg.
17408
17409 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17410
17411         * nntp.el: Support marks.
17412         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17413         (nntp-marks-modtime, nntp-marks-directory): New variables.
17414         (nntp-request-set-mark, nntp-request-update-info)
17415         (nntp-possibly-create-directory, nntp-marks-changed-p)
17416         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17417         New functions.
17418
17419 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17420
17421         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17422         (gnus-xmas-redefine): Rename.
17423
17424         * gnus-score.el (gnus-score-insert-help):
17425         Use gnus-select-lowest-window.
17426
17427         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17428         appt-select-lowest-window and rename to gnus-select-lowest-window.
17429
17430         * gnus.el: do.
17431
17432 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17433
17434         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17435         encodings of MIME-encoded words, in order to improve
17436         interoperability with several broken MUAs.
17437
17438 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17439
17440         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17441         tags, only when charsets are not specified in headers.
17442         (mm-inline-text-html-render-with-w3m): Ditto.
17443
17444         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17445         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17446
17447 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17448
17449         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17450         instead of MIME-decoded from fields when checking
17451         `gnus-article-address-banner-alist'.
17452
17453 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17454
17455         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17456         description rather than subject.
17457
17458 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17459
17460         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17461
17462 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17463
17464         * gnus.el (gnus-version-number): Bump.
17465
17466 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17467
17468         * gnus.el: No Gnus v0.2 is released.
17469
17470 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17471
17472         * gnus-agent.el (gnus-agent-read-agentview):
17473         Inline gnus-uncompress-range.
17474
17475 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17476
17477         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17478         `exec-installed-p'.
17479
17480 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17481
17482         * gnus.el (spam-process, spam-autodetect-methods):
17483         Add bsfilter and bsfilter-headers.
17484
17485         * spam.el (spam-bsfilter): New customize group.
17486         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17487         (spam-bsfilter-header, spam-bsfilter-probability-header)
17488         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17489         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17490         (spam-bsfilter-database-directory): New options.
17491         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17492         (spam-list-of-statistical-checks, spam-registration-functions):
17493         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17494         (spam-bsfilter-score): New command.
17495         (spam-check-bsfilter-headers, spam-check-bsfilter)
17496         (spam-bsfilter-register-with-bsfilter)
17497         (spam-bsfilter-register-spam-routine)
17498         (spam-bsfilter-unregister-spam-routine)
17499         (spam-bsfilter-register-ham-routine)
17500         (spam-bsfilter-unregister-ham-routine): New functions.
17501         (spam-generic-score): Support bsfilter; Accept an optional argument
17502         to recalcurate spam score even if scoring header has already been
17503         added.
17504         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17505         optional argument to recalcurate spam score even if scoring header
17506         has already been added.
17507
17508 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17509
17510         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17511         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17512         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17513         link is missing.
17514
17515 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17516
17517         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17518         (html2text-get-attr): Rewrite.
17519
17520         * message.el (message-setup-1): Remove redundant put-text-property
17521         on mail-header-separator.
17522
17523 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17524
17525         * gnus-registry.el (gnus-registry-cache-whitespace)
17526         (gnus-registry-action, gnus-registry-spool-action)
17527         (gnus-registry-split-fancy-with-parent): Change message levels
17528         from 5 to 3 or 7, as needed.
17529
17530         * spam.el (spam-summary-prepare-exit)
17531         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17532         (spam-split, spam-find-spam, spam-log-undo-registration)
17533         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17534         level from 5 to 6.
17535
17536 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17537
17538         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17539         2004-03-04 change).
17540
17541 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17542
17543         * sieve-manage.el (sieve-manage-open):
17544         * nnweb.el (nnweb-insert-html):
17545         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17546         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17547         * nnspool.el (nnspool-request-group):
17548         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17549         * nnml.el (nnml-request-update-info):
17550         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17551         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17552         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17553         (nnimap-request-set-mark):
17554         * nnfolder.el (nnfolder-request-update-info):
17555         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17556         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17557         * gnus-uu.el (gnus-uu-find-articles-matching):
17558         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17559         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17560         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17561         * gnus-nocem.el (gnus-nocem-scan-groups):
17562         * gnus-int.el (gnus-start-news-server):
17563         * gnus-group.el (gnus-group-make-kiboze-group)
17564         (gnus-group-browse-foreign-server):
17565         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17566         Use mapc when appropriate.
17567
17568 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17569
17570         FIXME: Make separate entries for each person.
17571
17572         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17573         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17574         <shields@msrl.com>:
17575
17576         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17577         may need for spam sorting and scoring.
17578         (spam-user-format-function-S): Add user format function suitable for
17579         general use.
17580         (spam-article-sort-by-spam-status): Add sorting function for summary
17581         sorting.
17582         (spam-extra-header-to-number): Add function to get a score from a
17583         header.
17584         (spam-summary-score): Add function to get a numeric score from the
17585         headers.
17586         (spam-generic-score): Fix function doc, was in wrong place.
17587         (spam-initialize): Take symbols when it's run, and install the
17588         extra headers that spam-necessary-extra-headers thinks we need.
17589
17590 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17591
17592         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17593         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17594
17595 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17596
17597         * gnus-sum.el (gnus-set-global-variables)
17598         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17599         (gnus-article-get-xrefs, gnus-summary-best-group)
17600         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17601         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17602         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17603         Use with-current-buffer.
17604
17605 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17606
17607         * spam.el (spam-summary-prepare-exit): Simplify logic.
17608         (spam-fetch-article-header): Read the article header if it's not
17609         available.
17610         (spam-list-articles): Simplify logic.
17611         (spam-filelist-register-routine): Fix bug with unregister-list.
17612
17613         * gnus-registry.el: Fix comments at beginning.
17614
17615 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17616
17617         * message.el (message-cater-to-broken-inn): Remove.
17618         (message-shorten-references): Make sure the total folded length of
17619         References is shorter than 998 characters to cater to a bug in INN
17620         2.3.  Also, don't pretend that references aren't folded -- this
17621         hasn't worked for a while.
17622
17623 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17624
17625         * gnus-agent.el (gnus-agentize):
17626         gnus-agent-send-mail-real-function no longer set to current value
17627         of message-send-mail-function but rather a lambda that calls
17628         message-send-mail-function.  The change makes the agent real-time
17629         responsive to user changes to message-send-mail-function.
17630
17631 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17632
17633         * legacy-gnus-agent.el
17634         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17635         help from Florian Weimer <fw@deneb.enyo.de>
17636
17637 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * nnmail.el (nnmail-cache-insert): Revert last change.
17640
17641 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17642
17643         * nnmail.el (nnmail-cache-insert): Always check whether
17644         nnmail-cache-ignore-groups matches a group name.
17645
17646 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17647
17648         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17649         (spam-find-spam, spam-log-processing-to-registry)
17650         (spam-log-registered-p, spam-log-unregistration-needed-p)
17651         (spam-log-undo-registration): Use gnus-message instead of
17652         gnus-error, none of these errors are fatal.
17653
17654         * gnus-registry.el (gnus-registry-clean-empty-function)
17655         (gnus-registry-clean-empty): Remove only empty entries without
17656         extra data.
17657
17658 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17659
17660         * spam-stat.el (spam-stat-buffer-change-to-spam)
17661         (spam-stat-buffer-change-to-non-spam): Change (error) to
17662         (gnus-message 8) invocation.
17663
17664 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * nntp.el (nntp-via-netcat-command): New variable.
17667         (nntp-via-netcat-switches): New variable.
17668         (nntp-open-via-rlogin-and-netcat): New function.
17669         (nntp-open-connection-function): Doc fix.
17670         (nntp-telnet-command): Doc fix.
17671         (nntp-end-of-line): Doc fix.
17672         (nntp-via-rlogin-command): Doc fix.
17673         (nntp-via-user-name): Doc fix.
17674         (nntp-via-address): Doc fix.
17675
17676 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17677
17678         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17679         error in Emacs 21.1.
17680
17681 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17682
17683         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17684
17685 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17686
17687         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17688         (gnus-agent-with-refreshed-group): New macro.
17689         (gnus-agent-rename-group): New function.
17690         (gnus-agent-delete-group): New function.
17691         (gnus-agent-save-group-info): Use gnus-command-method when
17692         `method' parameter is nil.  Don't write nil entries into the
17693         active file.
17694         (gnus-agent-get-group-info): New function.
17695         (gnus-agent-fetch-articles):
17696         Use gnus-agent-update-files-total-fetched-for to increment disk space
17697         used.
17698         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17699         Use gnus-agent-update-view-total-fetched-for to increment disk space
17700         used.
17701         (gnus-agent-get-local): Add optional parameters to avoid calling
17702         gnus-group-real-name and gnus-find-method-for-group.
17703         (gnus-agent-set-local): Delete stored entry if either min, or max,
17704         are nil.
17705         (gnus-agent-fetch-session): Reworded error/quit messages.
17706         On quit, use gnus-agent-regenerate-group to record existance of any
17707         articles fetched to disk before the quit occurred.
17708         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17709         gnus-agent-update-view-total-fetched-for, and
17710         gnus-agent-update-files-total-fetched-for to decrement disk space
17711         used.
17712         (gnus-agent-retrieve-headers):
17713         Use gnus-agent-update-view-total-fetched-for to increment disk space
17714         used.
17715         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17716         with gnus-agent-update-files-total-fetched-for to decrement disk
17717         space and fresh group buffer.
17718         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17719         (gnus-agent-need-update-total-fetched-for): New variable.
17720         (gnus-agent-update-files-total-fetched-for): New function.
17721         (gnus-agent-update-view-total-fetched-for): New function.
17722         (gnus-agent-total-fetched-for): New function.
17723
17724         * gnus-cache.el (gnus-cache-save-buffers):
17725         Use gnus-cache-update-overview-total-fetched-for to change disk space
17726         used by this group.
17727         (gnus-cache-possibly-enter-article):
17728         Use gnus-cache-update-file-total-fetched-for to increment disk space
17729         used by this group.
17730         (gnus-cache-possibly-remove-article):
17731         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17732         used by this group.
17733         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17734         (gnus-cache-rename-group): New function.
17735         (gnus-cache-delete-group): New function.
17736         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17737         (gnus-cache-need-update-total-fetched-for): New variable.
17738         (gnus-cache-with-refreshed-group): New macro.
17739         (gnus-cache-update-file-total-fetched-for): New function.
17740         (gnus-cache-update-overview-total-fetched-for): New function.
17741         (gnus-cache-rename-group-total-fetched-for): New function.
17742         (gnus-cache-delete-group-total-fetched-for): New function.
17743         (gnus-cache-total-fetched-for): New function.
17744
17745         * gnus-group.el: Require gnus-sum and autoload functions to
17746         resolve warnings when gnus-group.el compiled alone.
17747         (gnus-group-line-format): Documented new %F.
17748         (size of Fetched data) group line format; identifies disk space
17749         used by agent and cache.
17750         (gnus-group-line-format-alist): Defined new F format.
17751         (gnus-total-fetched-for): New function.
17752         (gnus-group-delete-group): No longer update
17753         gnus-cache-active-altered as gnus-request-delete-group now keeps
17754         the cache in sync.
17755         (gnus-group-list-active): Let the agent store a server's active
17756         list if currently plugged.
17757
17758         * gnus-int.el (gnus-request-delete-group):
17759         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17760         local disk in sync with the server.
17761         (gnus-request-rename-group):
17762         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17763         local disk in sync with the server.
17764
17765         * gnus-start.el (gnus-get-unread-articles):
17766         Cosmetic simplification to logic.
17767
17768         * gnus-util.el (gnus-rename-file): New function.
17769
17770 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17771
17772         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17773
17774 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17775
17776         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17777         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17778
17779 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17780
17781         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17782         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17783
17784 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17785
17786         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17787
17788 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17789
17790         * spam.el (spam-set-difference): Add function to replace
17791         gnus-set-difference in spam.el.
17792         (spam-summary-prepare-exit): Use spam-set-difference.
17793
17794 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17795
17796         * gnus-registry.el (gnus-registry-cache-file): Update to use
17797         gnus-dribble-directory OR gnus-home-directory OR ~.
17798         (gnus-registry-split-fancy-with-parent): Fix doc.
17799
17800 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17801
17802         * message.el (message-exchange-point-and-mark):
17803         Use message-mark-active-p.  Suggested by Jesper Harder
17804         <harder@ifa.au.dk>.
17805
17806 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * message.el (message-exchange-point-and-mark): Don't activate
17809         region if it was inactive.  Suggested by Hiroshi Fujishima
17810         <pooh@nature.tsukuba.ac.jp>.
17811
17812 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * gnus-art.el (article-display-face): Display Faces in the same
17815         order as X-Faces.
17816
17817 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17818
17819         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17820
17821 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17822
17823         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17824         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17825         (gnus-article-mime-hierarchy): Remove.
17826         (gnus-article-mime-hierarchy-next): Remove.
17827         (gnus-article-mode): Revert 2004-03-19 change.
17828         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17829         (gnus-insert-mime-button): Revert 2004-03-19 change.
17830         (gnus-mime-accumulate-hierarchy): Remove.
17831         (gnus-mime-enter-multipart): Remove.
17832         (gnus-mime-leave-multipart): Remove.
17833         (gnus-mime-display-part): Revert 2004-03-19 change.
17834         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17835
17836         * mml.el (mml-preview): Revert 2004-03-19 change.
17837
17838 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17839
17840         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17841
17842 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17843
17844         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17845         t while entering a file name using the mm-with-multibyte macro.
17846         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17847
17848         * mm-util.el (mm-with-multibyte): New macro.
17849
17850 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17851
17852         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17853         New user option.
17854         (gnus-mime-multipart-functions): Doc and customization fix.
17855         (gnus-article-mime-hierarchy): New variable.
17856         (gnus-article-mime-hierarchy-next): New variable.
17857         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17858         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17859         gnus-article-mime-hierarchy-next to nil.
17860         (gnus-insert-mime-button): Show hierarchy numbers.
17861         (gnus-mime-accumulate-hierarchy): New function.
17862         (gnus-mime-enter-multipart): New function.
17863         (gnus-mime-leave-multipart): New function.
17864         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17865         (gnus-mime-display-alternative): Show hierarchy numbers.
17866
17867         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17868         gnus-article-mime-hierarchy-next to nil.
17869
17870 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17871
17872         * dns.el: Don't require gnus-xmas.
17873
17874 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17875
17876         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17877         inline PGP.
17878         (mml-menu): Disable mml-quote-region if mark is inactive.
17879
17880 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17883         when the group's active is not available.
17884
17885 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17886
17887         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17888         error.
17889
17890 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17891
17892         * imap.el (imap-store-password): New variable.
17893         (imap-interactive-login): Use it.
17894         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17895
17896 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17897
17898         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17899         window-start and hscroll to summary window.
17900
17901 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17902
17903         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17904         conversion message to newsrc-dribble when an actual conversion is
17905         performed.
17906
17907 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17908
17909         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17910
17911 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * mm-decode.el (mm-complicated-handles): New function reviving
17914         former definition of mm-multiple-handles.
17915
17916         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17917         (gnus-mime-delete-part): Use it.
17918
17919 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17920
17921         * gnus-agent.el (gnus-agent-read-local):
17922         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17923         avoid the implicit assumption that they will always be equal.
17924         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17925         coding-system-for-write, as the with-temp-file macro first prints
17926         to a buffer then saves the buffer.
17927
17928 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17929
17930         * gnus-art.el (gnus-article-edit-part): New function.
17931         (gnus-mime-save-part-and-strip): Use it; do query instead of
17932         signaling an error; don't use mm-multiple-handles.
17933         (gnus-mime-delete-part): Ditto.
17934
17935 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17936
17937         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17938         old file versions.
17939         (gnus-group-prepare-hook): Remove function that converted list
17940         form of gnus-agent-expire-days to group properties.
17941
17942         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17943         (gnus-request-accept-article): Re-indented.
17944
17945         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17946         converters to handle old agent file formats.  Add logic for a
17947         "backup before upgrading warning".
17948         (gnus-convert-mark-converter-prompt): Developers can mark
17949         functions as needing (default), or not needing,
17950         gnus-convert-old-newsrc's "backup before upgrading warning".
17951         (gnus-convert-converter-needs-prompt): Tests whether the user
17952         should be protected from potentially irreversable changes by the
17953         function.
17954
17955         * legacy-gnus-agent.el: New.  Provides converters that are only
17956         loaded when gnus-convert-old-newsrc needs to call them.
17957
17958 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17959
17960         * mail-source.el (mail-source-touch-pop): Doc fix.
17961
17962         * message.el (message-smtpmail-send-it): Doc fix.
17963
17964 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17965
17966         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17967
17968         * nnmail.el (nnmail-split-fancy): do.
17969
17970         * gnus-kill.el (gnus-kill, gnus-execute): do.
17971
17972 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17973
17974         * gnus-sum.el (gnus-widget-reversible-match)
17975         (gnus-widget-reversible-to-internal)
17976         (gnus-widget-reversible-to-external): New functions.
17977         (gnus-widget-reversible): New widget.
17978         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17979
17980 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17981
17982         * gnus-sum.el (gnus-thread-sort-functions)
17983         (gnus-article-sort-functions): Document `(not F)' items.
17984
17985 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17986
17987         * spam.el (spam-use-gmane-xref): Add new backend.
17988         (spam-gmane-xref-spam-group): Add variable to control the name of the
17989         Gmane spam group.
17990         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17991         (spam-regex-headers-spam, spam-regex-headers-ham)
17992         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17993         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17994         backends and checks.
17995         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17996
17997         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17998         an autodetect method.
17999
18000 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18001
18002         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18003         articles are being added to a group.
18004         (gnus-request-replace-article): Inform the agent that articles
18005         need to be uncached as the cached contents are no longer valid.
18006
18007 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18008
18009         * binhex.el: Don't autoload executable-find.
18010
18011         * canlock.el: Don't autoload mail-fetch-field.
18012
18013         * dgnushack.el: Autoload c-mode for XEmacs.
18014
18015         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18016
18017         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18018         rmail-dont-reply-to and rmail-output.
18019
18020         * gnus-score.el: Don't autoload ffap-string-at-point.
18021
18022         * gnus-setup.el: Don't autoload sc-cite-original.
18023
18024         * imap.el: Don't autoload base64-decode-string,
18025         base64-encode-string and md5.
18026
18027         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18028         and rmail-msg-restore-non-pruned-header.
18029
18030         * mm-decode.el: Don't autoload executable-find.
18031
18032         * mm-url.el: Don't autoload executable-find.
18033
18034         * mm-view.el: Don't autoload diff-mode.
18035
18036         * nndb.el: Don't autoload news-reply-mode, news-setup,
18037         cancel-timer and telnet.
18038
18039         * password.el: Don't autoload run-at-time for Emacs.
18040
18041         * sha1-el.el: Don't autoload executable-find.
18042
18043         * sieve-mode.el: Don't autoload c-mode.
18044
18045         * uudecode.el: Don't autoload executable-find.
18046
18047 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18048
18049         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18050         (gnus-agent-possibly-alter-active): Avoid null in numeric
18051         comparison.
18052         (gnus-agent-set-local): Refuse to save null in local object table.
18053         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18054         list of articles that will be marked as unread.
18055
18056 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18057
18058         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18059
18060 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18061
18062         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18063         language tags.
18064
18065 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18066
18067         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18068         Don't bind "obarray".
18069
18070         * gnus-sum.el (gnus-thread-sort-functions):
18071         Add `gnus-thread-sort-by-most-recent-number' and
18072         `gnus-thread-sort-by-most-recent-date'.
18073         Reported by Kai Grossjohann <kai@emptydomain.de>.
18074
18075 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18076
18077         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18078
18079 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18080
18081         * gnus-cus.el (gnus-agent-customize-category):
18082         Remove ignore-errors macro reference that required cl to be loaded at
18083         run-time.
18084
18085         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18086         single-interval range of the form (min . max).  Previously the
18087         range had to look like ((min . max)).  Likewise, return
18088         (min . max) rather than ((min . max)).
18089         (gnus-range-map): Use gnus-range-normalize to accept
18090         single-interval range.
18091
18092         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18093         the cache, but not the agent, now appear with their usual face.
18094
18095         * dgnushack.el (loaddir): New variable that is bound to the
18096         directory containing the dgnushack.el file. Use loaddir, rather
18097         than srcdir, to update load-path. Change lets dgnushack compile
18098         code in directories other than GNUS/lisp.
18099
18100 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18101
18102         * lpath.el: Don't bind w3m-safe-url-regexp.
18103
18104         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18105         w3m-safe-url-regexp variable buffer-local.
18106
18107         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18108
18109 2004-02-27  Simon Josefsson  <jas@extundo.com>
18110
18111         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18112         gnus-group-real-prefix.
18113         (gnus-summary-move-article): Use it, instead of
18114         gnus-group-real-prefix.
18115
18116 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * lpath.el: Bind w3m-safe-url-regexp.
18119
18120         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18121         w3m-safe-url-regexp variable buffer-local and set it as the value
18122         of mm-w3m-safe-url-regexp.
18123
18124         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18125
18126         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18127         parsing gnus-posting-styles when the message is not for replying.
18128
18129         * dgnushack.el: Autoload sgml-mode for XEmacs.
18130
18131         * nnrss.el (nnrss-opml-export):
18132         Use mm-set-buffer-file-coding-system instead of
18133         set-buffer-file-coding-system.
18134
18135 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18136
18137         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18138         of checkdoc.el).
18139         * nnrss.el: do.
18140         * gnus-mlspl.el: do.
18141         * gnus-ml.el: do.
18142         * gnus-srvr.el: do.
18143
18144         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18145
18146 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18147
18148         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18149         Corrections to custom-manual links.
18150
18151         * gnus-art.el (gnus-article): Ditto.
18152
18153         * mm-decode.el (mime-display, mime-security): Ditto.
18154
18155 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18156
18157         * flow-fill.el: Typo.
18158
18159 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18160
18161         * spam-wash.el: New file.
18162
18163 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18164
18165         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18166
18167 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18168
18169         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18170         to be run with new-articles as LIST1, not LIST2.
18171         (spam-registration-functions): Add spam-use-ham-copy as a nil
18172         registration backend.
18173
18174 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18175
18176         * spam-stat.el (spam-stat-washing-hook): New option.
18177         (spam-stat-buffer-words): Use it.
18178         (spam-stat-process-directory, spam-stat-test-directory):
18179         Use insert-file-contents-literally.
18180         (spam-stat-coding-system): New variable.
18181         (spam-stat-load, spam-stat-save): Use it.
18182
18183 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18184
18185         * spam-report.el (spam-report-plug-agent):
18186         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18187
18188 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18189
18190         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18191         Allow / in mailto URLs.
18192
18193 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18194
18195         * spam-report.el (spam-report-process-queue): Fix interactive use.
18196         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18197         (spam-report-unplug-agent): Doc fixes.
18198         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18199         (spam-report-agentize, spam-report-deagentize): Autoload.
18200
18201 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18202
18203         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18204
18205         * message.el (message-setup-fill-variables): Add mml tags to
18206         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18207         <ajk@iu.edu>.
18208         (message-mode): Don't modify paragraph-separate there.
18209
18210 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18211
18212         * compface.el (uncompface-use-external): Default to undecided.
18213         (uncompface-use-external-threshold): New variable.
18214         (uncompface-float-time): New macro.
18215         (uncompface): Determine whether to use the external decoder if
18216         uncompface-use-external is undecided.
18217
18218 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18219
18220         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18221         after images.
18222
18223         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18224
18225 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18226
18227         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18228
18229         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18230
18231         * gnus-sum.el (gnus-summary-limit-to-age)
18232         (gnus-summary-limit-children): do.
18233
18234         * gnus-int.el (gnus-request-scan): do.
18235
18236         * gnus-group.el (gnus-group-suspend): do.
18237
18238         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18239
18240         * gnus-cite.el (gnus-cite-parse-attributions): do.
18241
18242         * gnus-agent.el (gnus-summary-set-agent-mark)
18243         (gnus-agent-regenerate-group): do.
18244
18245         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18246
18247         * binhex.el (binhex-decode-region-internal): do.
18248
18249 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18250
18251         * gnus-fun.el (gnus-face-properties-alist): New user option.
18252         (gnus-display-x-face-in-from): Use it.
18253
18254         * gnus-art.el (article-display-face): Ditto.
18255
18256         * compface.el (uncompface-use-external): Default to nil.
18257
18258 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18259
18260         * nntp.el (nntp-erase-buffer): New function.
18261         (nntp-retrieve-data, nntp-send-command)
18262         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18263         (nntp-possibly-change-group): Use it.
18264
18265         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18266         Use with-current-buffer.
18267
18268 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18269
18270         * compface.el: Merge the ELisp-based uncompface program.
18271         (compface): New customization group.
18272         (uncompface-use-external): New user option.
18273         (uncompface): Call uncompface-internal if uncompface-use-external
18274         is nil.
18275         (uncompface-internal): New function.  Note that there are also
18276         some other functions and variables added for this function.
18277
18278 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18279
18280         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18281         if necessary.
18282
18283 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18284
18285         * spam-report.el (spam-report-unplug-agent)
18286         (spam-report-plug-agent, spam-report-deagentize)
18287         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18288         Add support for the Agent in spam-report: when unplugged, report to a
18289         file; when plugged, submit all the requests.
18290
18291         * spam.el (spam-register-routine): Fix message about
18292         registration.
18293
18294 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18295
18296         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18297         dependencies.
18298         (rfc2047-encode): Use it.
18299
18300         * gnus-art.el (gnus-button-marker-list): Move before first
18301         reference.
18302
18303         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18304         (imap-parse-body): Fix format string mismatch.
18305
18306         * gnus-score.el (gnus-summary-increase-score): do.
18307
18308         * nnrss.el (nnrss-close): New function.
18309
18310 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18311
18312         * nnrss.el (nnrss-make-filename): New function.
18313         (nnrss-request-delete-group, nnrss-read-server-data)
18314         (nnrss-save-server-data, nnrss-read-group-data)
18315         (nnrss-save-group-data): Use it.
18316         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18317         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18318         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18319
18320 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18321
18322         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18323
18324 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18325
18326         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18327         files.
18328
18329         * message.el (message-generate-headers-first): Don't quote nil
18330         and t in docstrings.
18331
18332         * imap.el (imap-id): do.
18333
18334         * gnus-agent.el (gnus-agent-consider-all-articles)
18335         (gnus-agent-queue-mail): do.
18336
18337 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18338
18339         * spam-report.el (spam-report-process-queue): New function.
18340         Process requests from `spam-report-requests-file'.
18341         (spam-report-process-queue): Doc fix.
18342
18343 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18344
18345         * spam.el (spam-register-routine)
18346         (spam-log-processing-to-registry, spam-log-registered-p)
18347         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18348         Change "check" to "spam-check" for semi-clarity.
18349
18350 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18351
18352         * pop3.el: Require nnheader.
18353
18354         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18355
18356         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18357
18358         * gnus-picon.el: Require cl.
18359
18360         * gnus-fun.el: Require gnus-ems and gnus-util.
18361
18362         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18363
18364         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18365
18366         * gnus-art.el (gnus-article-edit-mode): Define before first
18367         reference.
18368
18369 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18370
18371         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18372         (gnus-uu-post-encoded): Use point-at-bol.
18373
18374         * gnus-topic.el (gnus-group-active-topic-p): do.
18375
18376         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18377
18378         * gnus-group.el (gnus-group-kill-region): do.
18379
18380         * gnus-art.el (article-date-ut): do.
18381
18382         * message.el (message-fetch-field): Remove redundant
18383         case-fold-search binding.
18384         (message-narrow-to-field): Simplify.
18385
18386 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18387
18388         * spam.el (spam-directory): Derive from `gnus-directory'.
18389
18390         * spam-report.el (spam-report-url-to-file)
18391         (spam-report-requests-file): New function and variable for offline
18392         reporting.
18393         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18394         and user defined function.
18395         (spam-report-url-ping-mm-url): Remove doubled slash.
18396
18397 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18398
18399         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18400
18401 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18402
18403         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18404         Fix format string mismatch.
18405
18406         * sieve.el (sieve-deactivate-all): do.
18407
18408         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18409
18410         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18411
18412         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18413
18414         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18415
18416 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18417
18418         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18419         the list of checks.
18420
18421 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18422
18423         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18424         padding.
18425
18426 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18427
18428         * mm-view.el (mm-fill-flowed): New variable.
18429         (mm-inline-text): Use it.
18430
18431 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18432
18433         * spam.el (spam-spamassassin-register-ham-routine)
18434         (spam-spamassassin-register-spam-routine): Fix function names.
18435
18436 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18437
18438         * gnus.el (gnus-tmp-grouplens): Remove.
18439         (gnus-summary-line-format): Remove grouplens.
18440
18441         * gnus-group.el (gnus-group-line-format): Ditto.
18442
18443         * gnus-spec.el (gnus-format-specs): Ditto.
18444         (gnus-update-format-specifications): Flush the group format spec
18445         cache if there's the grouplens stuff.
18446         (gnus-parse-simple-format): Replace %l with the empty string.
18447
18448 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18449
18450         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18451         omission.
18452
18453 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18454
18455         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18456         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18457
18458 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18459
18460         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18461         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18462         New macros and functions.
18463         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18464         Handle > NLINK_MAX messages.
18465         * nnmaildir.el (nnmaildir-request-set-mark):
18466         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18467
18468 2004-01-25  Alex Schroeder  <alex@gnu.org>
18469
18470         * spam-stat.el (spam-stat-process-directory-age): New option.
18471         (spam-stat-process-directory): Use it.
18472
18473 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18474
18475         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18476         (spam-stat-save): Accept prefix argument.
18477
18478 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18479
18480         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18481         links" error.
18482
18483 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18484
18485         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18486         the rest of the and/or forms.
18487
18488 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18489
18490         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18491         compatibility with old .newsrc.eld files.
18492
18493         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18494
18495         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18496
18497         * gnus-start.el (gnus-1): do.
18498
18499         * gnus-group.el (gnus-group-line-format-alist): do.
18500
18501         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18502
18503         * gnus-gl.el: Remove.
18504
18505 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18506
18507         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18508         marks consisting of a single range {for example, (3 . 5)} rather
18509         than a list of a single range { ((3 . 5)) }.
18510
18511 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18512
18513         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18514         Use with-current-buffer.
18515         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18516         avoid consing a string.
18517
18518         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18519         Remove obsolete entries for big5 and gb2312.
18520
18521 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18522
18523         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18524         uncompressed list.
18525
18526 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18527
18528         * spam-stat.el (spam-stat-strip-xref): New function.
18529         (spam-stat-process-directory): Use it.
18530
18531         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18532         here -- it's done in message-fetch-field.
18533
18534 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18535
18536         * gnus-agent.el (gnus-agent-queue-mail)
18537         (gnus-agent-prompt-send-queue): New variables.
18538         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18539         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18540         "nndraft:queue" along to gnus-draft-send.
18541         Use gnus-agent-prompt-send-queue.
18542         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18543         is "nndraft:queue".  Suggested by Gaute Strokkenes
18544         <gs234@srcf.ucam.org>
18545
18546         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18547         (agent-enable-undownloaded-faces): Add.
18548         (gnus-agent-cat-groups): Use eval-and-compile, not
18549         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18550         method of gnus-agent-cat-groups even when the buffer has been
18551         evaled.
18552         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18553         delete gnus-agent-save-active-1.
18554         (gnus-agent-save-groups): Delete.  Identical to
18555         gnus-agent-save-active.
18556         (gnus-agent-write-active): No longer adjust agent's copy of active
18557         file as agent's adjustments are now stored in their own
18558         file.  Remove optional parameter.
18559         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18560         servers.  Add use of min/max range limits from server's local
18561         file.
18562         (gnus-agent-save-alist): Remove unused optional argument.
18563         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18564         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18565         (gnus-agent-set-local): A per-server file that keeps min/max range
18566         limits for articles known to the agent.  Provides a fast mechanism
18567         for altering many active ranges.
18568         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18569         active file (local makes it unnecessary).
18570         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18571
18572         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18573         (agent-enable-undownloaded-faces): Add.
18574
18575         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18576         disable it when sending to "nndraft:queue".
18577         (gnus-group-send-queue): Add safety check to avoid sending queue
18578         when unplugged.
18579
18580         * gnus-group.el (gnus-group-catchup): Use new
18581         gnus-sequence-of-unread-articles, not
18582         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18583         numbers of articles.  Use gnus-range-map to avoid having to
18584         uncompress the unread list.
18585         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18586         Fix invalid ange-ftp reference.
18587
18588         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18589         (gnus-sorted-range-intersection): Intersection of two ranges
18590         without requiring that they first be uncompressed.
18591
18592         * gnus-start.el (gnus-activate-group): Unless blocked by the
18593         caller, possibly expand the active range to include both cached
18594         and agentized articles.
18595         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18596         multiple version-dependent converters.
18597         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18598         gnus-agent-save-active.
18599         (gnus-save-newsrc-file): Save dirty agent range limits.
18600
18601         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18602         gnus-agent-possibly-alter-active.
18603         (gnus-adjust-marked-articles): Faster handling of simple lists.
18604
18605 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18606
18607         * spam-stat.el (spam-stat-test-directory): New optional argument
18608         displays a list of files detected.  Suggested by Andrew Cohen
18609         <cohen@andy.bu.edu>.
18610         (spam-stat-buffer-words-with-scores): Don't narrow and change
18611         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18612
18613 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18614
18615         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18616         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18617         (spam-spamassassin-arguments)
18618         (spam-spamassassin-spam-flag-header)
18619         (spam-spamassassin-positive-spam-flag-header)
18620         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18621         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18622         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18623         (spam-list-of-processors, spam-list-of-checks)
18624         (spam-list-of-statistical-checks, spam-registration-functions)
18625         (spam-check-spamassassin-headers, spam-check-spamassassin)
18626         (spam-spamassassin-score)
18627         (spam-spamassassin-register-with-sa-learn)
18628         (spam-spamassassin-register-spam-routine)
18629         (spam-spamassassin-register-ham-routine)
18630         (spam-assassin-register-spam-routine)
18631         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18632         (spam-bogofilter-score): Fix to show article before scoring.
18633
18634 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18635
18636         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18637         default scoring function.
18638         (spam-generic-score): Call spam-spamassassin-score if
18639         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18640         spam-bogofilter-score otherwise.
18641
18642         * gnus.el (spam-process, spam-autodetect-methods):
18643         Add spamassassin and spamassassin-headers.
18644
18645 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18646
18647         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18648         Suppress unnecessary messages.
18649
18650 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18651
18652         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18653         make-hash-table.
18654
18655 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18656
18657         * canlock.el (base64-encode-string): Don't autoload it.
18658
18659 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18660
18661         * run-at-time.el: Remove useless (require 'itimer),
18662         eval-and-compile and (featurep 'xemacs).
18663
18664 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18665
18666         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18667         GROUP is a virtual group.
18668
18669 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18670
18671         * gnus.el: Autoload `message-y-or-n-p'.
18672
18673 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18674
18675         * pgg-parse.el: Remove unnecessary (require 'custom).
18676
18677         * pgg-def.el: do.
18678
18679         * nnmail.el: do.
18680
18681         * gnus-undo.el: do.
18682
18683         * gnus-picon.el: do.
18684
18685         * gnus-util.el: do.
18686
18687 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18688
18689         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18690
18691 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18692
18693         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18694         handle, as well as a list.
18695
18696         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18697         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18698         (mm-w3m-cid-retrieve): Simplify.
18699
18700 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18701
18702         * message.el (message-kill-to-signature): Allow prefix arg to
18703         specify number of lines to keep before signature.
18704
18705 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18706
18707         * message.el (message-kill-to-signature): Change docstring.
18708
18709 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18710
18711         * canlock.el: Always require sha1-el.
18712         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18713
18714         * message.el: Autoload sha1 only when compiling.
18715
18716         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18717         eudc-expand-inline for XEmacs.
18718
18719 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18720
18721         * message.el (message-canlock-generate): Require sha1-el.
18722
18723 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18724
18725         * message.el (message-expand-name): Silence the byte compiler.
18726
18727         * lpath.el: Add detect-coding-system.
18728
18729         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18730         cus-edit.
18731
18732 2004-01-13  Simon Josefsson  <jas@extundo.com>
18733
18734         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18735         Invoke gnus-score-mode.
18736         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18737
18738         * gnus-range.el (gnus-compress-sequence): Doc fix.
18739         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18740
18741 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18742
18743         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18744
18745 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18746
18747         * spam.el (spam-get-article-as-string): Update to use
18748         gnus-request-article-this-buffer, much simpler.
18749         (spam-get-article-as-buffer): Remove.
18750
18751 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18752
18753         * message.el (message-expand-name): Use EUDC if the user uses that.
18754
18755 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18756
18757         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18758         character for the encoding to avoid consing a string.
18759
18760         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18761         unnecessarily.
18762
18763         * mm-util.el (mm-replace-chars-in-string): Remove.
18764
18765         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18766         of mm-replace-chars-in-string.
18767
18768 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18769
18770         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18771
18772         * mm-util.el (mm-subst-char-in-string): Support inplace.
18773
18774         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18775         a new string in every iteration.  Use shy groups.
18776
18777 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18778
18779         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18780         * gnus-soup.el (gnus-soup-group-brew):
18781         * gnus-msg.el (gnus-put-message):
18782         * gnus-move.el (gnus-group-move-group-to-server):
18783         * gnus-kill.el (gnus-batch-score):
18784         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18785         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18786         (gnus-group-update-group, gnus-group-read-group)
18787         (gnus-group-make-group, gnus-group-make-help-group)
18788         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18789         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18790         (gnus-group-sort-by-unread, gnus-group-catchup)
18791         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18792         (gnus-group-yank-group, gnus-group-set-info)
18793         (gnus-group-list-groups):
18794         * gnus.el (gnus-generate-new-group-name):
18795         * gnus-delay.el (gnus-delay-send-queue):
18796         * nnvirtual.el (nnvirtual-catchup-group):
18797         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18798         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18799         (gnus-group-prepare-topics, gnus-topic-check-topology):
18800         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18801         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18802         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18803         (gnus-group-make-articles-read):
18804         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18805         (gnus-group-change-level, gnus-kill-newsgroup)
18806         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18807         (gnus-get-unread-articles, gnus-make-articles-unread)
18808         (gnus-make-ascending-articles-unread): Use accessor
18809         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18810         to get group information for improved readability.
18811
18812
18813 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * gnus-art.el (article-decode-mime-words, article-babel)
18816         (gnus-article-highlight-signature, gnus-article-add-buttons)
18817         (gnus-signature-toggle): Use gnus-with-article-buffer.
18818
18819         * gnus-art.el (gnus-article-highlight-headers)
18820         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18821
18822         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18823         (gnus-article-set-globals, gnus-request-article-this-buffer)
18824         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18825         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18826         (gnus-mime-display-alternative): Use with-current-buffer.
18827
18828 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18829
18830         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18831         also under 80 char limit, and call gnus-error if needed.
18832         (spam-fetch-article-header): Fix - it was a
18833         buffer-local variable (gnus-newsgroup-data).
18834         (spam-find-spam): Use spam-generate-fake-headers, forget about
18835         spam-insert-fake-headers.
18836         (spam-insert-fake-headers): Remove.
18837
18838 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18839
18840         * deuglify.el (gnus-article-outlook-unwrap-lines)
18841         (gnus-outlook-rearrange-article)
18842         (gnus-outlook-repair-attribution-outlook)
18843         (gnus-outlook-repair-attribution-block)
18844         (gnus-outlook-repair-attribution-other): Remove redundant
18845         save-excursion.
18846
18847 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18848
18849         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18850         (spam-fetch-field-subject-fast)
18851         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18852         (spam-fetch-article-header): Add functions to deal with Gnus
18853         internals for fast retrieval of article header data.
18854         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18855
18856 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18857
18858         * pop3.el (pop3-md5): Remove.
18859         (pop3-apop): Replace pop3-md5 with md5.
18860
18861         * mm-bodies.el: base64 is always built-in.
18862
18863         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18864         Use with-current-buffer.
18865
18866 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18867
18868         * canlock.el (canlock-insert-header): Remove excessive grouping in
18869         regexp.
18870
18871         * gnus-sum.el (gnus-summary-read-document): Ditto.
18872
18873         * gnus-uu.el (gnus-uu-part-number): Ditto.
18874
18875         * html2text.el (html2text-remove-tags): Ditto.
18876         (html2text-format-tags): Ditto.
18877         (html2text-format-single-elements): Ditto.
18878
18879         * mml.el (mml-parse-1): Ditto.
18880
18881 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18882
18883         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18884
18885         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18886
18887         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18888
18889         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18890
18891 2003-11-15  Simon Josefsson  <jas@extundo.com>
18892
18893         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18894         (pgg-gpg-lookup-key): Use regexp match instead of
18895         split-string (split-string is different between emacs 21.2 and
18896         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18897
18898 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18899
18900         * gnus-art.el (gnus-mime-view-all-parts)
18901         (gnus-article-part-wrapper, gnus-article-view-part):
18902         Use with-current-buffer.
18903
18904 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18905
18906         * spam.el (spam-disable-spam-split-during-ham-respool)
18907         (spam-spamoracle-database, spam-cache-lookups)
18908         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18909         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18910         (spam-group-ham-marks, spam-group-spam-marks)
18911         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18912         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18913         also add spam-use-blackholes to the statistical checks.
18914         (spam-fetch-field-fast): Add interface to fetching fields, may
18915         become a macro.
18916         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18917         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18918         (spam-insert-fake-headers): Fake an article when needed.
18919         (spam-find-spam): Fake article when possible.
18920         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18921         (spam-check-bogofilter-headers): Use message-fetch-field instead
18922         of nnmail-fetch-field.
18923
18924 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18925
18926         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18927
18928 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18929
18930         * spam.el (spam-split): Do not require spam-use-CHECK to be
18931         enabled if that check is passed to spam-split explicitly; also
18932         fix so 'spam doesn't get converted to spam-split-group when
18933         spam-split-symbolic-return is t.
18934         (spam-find-spam): Find registrations of the article and use those
18935         instead of re-running spam-split to find the spam/ham
18936         classification of the article.
18937         (spam-log-processing-to-registry, spam-log-registered-p)
18938         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18939         Use gnus-error instead of gnus-message.
18940         (spam-log-registration-type): Add function to determine the
18941         classification of a message based on registry entries; will
18942         return nil if both 'spam and 'ham are found.
18943         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18944         a reasonably fast local cache without the loading errors.
18945         (spam-cache-lookups): Set to t by default.
18946         (spam-find-spam): Don't try to guess spam-cache-lookups.
18947         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18948         spam-caches entry.
18949         (spam-filelist-build-cache, spam-filelist-check-cache):
18950         Fix caching of whitelist/blacklist entries.
18951         (spam-check-whitelist, spam-check-blacklist):
18952         Invoke spam-from-listed-p with a type, not a cache variable.
18953         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18954
18955 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18956
18957         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18958
18959         * nnmail.el (nnmail-split-fancy): do.
18960
18961         * mml.el (mml-parse): do.
18962
18963         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18964         (gnus-score-adaptive): do.
18965
18966 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18967
18968         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18969         (gnus-mime-button-map): Don't set keymap parent.
18970         (gnus-button-ctan-directory-regexp): Use shy grouping.
18971         (gnus-prev-page-map): Don't set keymap parent.
18972         (gnus-prev-page-map): Remove duplicated one.
18973         (gnus-next-page-map): Don't set keymap parent.
18974         (gnus-mime-security-button-map): Ditto.
18975
18976         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18977         version number.
18978
18979         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18980
18981 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18982
18983         * canlock.el (canlock-sha1-function): Remove.
18984         (canlock-sha1-function-for-verify): Remove.
18985         (canlock-openssl-program): Remove.
18986         (canlock-openssl-args): Remove.
18987         (canlock-ignore-errors): Remove.
18988         (canlock-sha1-with-openssl): Remove.
18989         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18990         (canlock-verify): Don't use canlock-ignore-errors.
18991
18992         * sha1-el.el (sha1-string-external): Make it can return a string
18993         in binary form.
18994         (sha1-region-external): Ditto.
18995         (sha1-string-internal): Ditto.
18996         (sha1-region-internal): Ditto.
18997         (sha1-region): Ditto.
18998         (sha1-string): Ditto.
18999         (sha1): Ditto.
19000
19001 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19002
19003         * spam.el (spam-report-articles-gmane): New command.
19004
19005 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19006
19007         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19008
19009         * run-at-time.el (run-at-time-saved): Remove.
19010         (run-at-time): Doc fix.
19011
19012 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19013
19014         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19015         (gnus-summary-limit-map): Add it.
19016         (gnus-summary-make-menu-bar): do.
19017
19018 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19019
19020         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19021         Make attempt at some caching support (done for BBDB only now).
19022         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19023         addresses to be checked.
19024         (spam-clear-cache-BBDB): Add function, to be invoked by
19025         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19026         (spam-check-BBDB): Check and use the caches, if
19027         spam-cache-lookups is on, remove superfluous (provide).
19028
19029 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19030
19031         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19032
19033 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19034
19035         * run-at-time.el (run-at-time-saved): Move to after the definition
19036         of `run-at-time'.
19037
19038         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
19039
19040 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19041
19042         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19043         mm-w3m-local-map-property.
19044
19045         * mm-view.el (mm-w3m-mode-map): Remove.
19046         (mm-w3m-local-map-property): Remove.
19047         (mm-inline-text-html-render-with-w3m): Don't use
19048         mm-w3m-local-map-property.
19049
19050 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19051
19052         * run-at-time.el: New file.
19053
19054         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
19055         under Emacs.
19056
19057         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19058         of gnus-set-text-properties.
19059
19060         * gnus-uu.el (gnus-uu-save-article): Ditto.
19061
19062         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19063
19064         * gnus-cite.el (gnus-cite-parse): Ditto.
19065
19066         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19067         of gnus-.
19068
19069         * gnus-xmas.el (run-at-time): Require run-at-time.
19070
19071         * gnus.el: Change calls to nnheader-run-at-time and
19072         password-run-at-time throughout to use run-at-time directly.
19073
19074         * password.el: Remove definition of run-at-time.
19075
19076         * nnheaderxm.el: Remove definition of run-at-time.
19077
19078 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19079
19080         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19081         in prompt.
19082
19083 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19084
19085         * messagexmas.el (message-xmas-redefine): Alias
19086         `message-make-caesar-translation-table' to
19087         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
19088         version.
19089
19090         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
19091         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
19092         `gnus-xmas-set-text-properties'.
19093         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
19094         `gnus-xmas-completing-read'.
19095         (gnus-xmas-completing-read): Removed.
19096         (gnus-xmas-open-network-stream): Removed.
19097
19098         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19099         XEmacs version.
19100
19101         * dns.el (dns-make-network-process): Use `open-network-stream'
19102         instead of `gnus-xmas-open-network-stream'.
19103
19104         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
19105
19106         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19107
19108 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19109
19110         * gnus-art.el (gnus-mime-display-alternative)
19111         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19112         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19113         Don't use gnus-local-map-property.
19114
19115         * gnus-util.el (gnus-local-map-property): Remove.
19116
19117         * mm-view.el (mm-view-pkcs7-decrypt):
19118         Replace gnus-completing-read-maybe-default with completing-read.
19119
19120         * gnus-util.el (gnus-completing-read): do.
19121         (gnus-completing-read-maybe-default): Remove.
19122
19123 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19124
19125         * password.el: Only autoload `run-at-time' if not XEmacs.
19126         Only autoload the itimer functions if XEmacs.
19127
19128 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19129
19130         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
19131         XEmacsen.
19132
19133         * dgnushack.el: Autoload executable-find for XEmacs.
19134
19135 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19136
19137         * gnus-art.el (gnus-read-string): Remove.
19138         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19139         read-string.
19140
19141 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19142
19143         * netrc.el: Autoload password-read.
19144         (netrc): Add configuration group.
19145         (netrc-encoding-method, netrc-openssl-path):
19146         Add variables for encoding and decoding of files with symmetric
19147         ciphers.
19148         (netrc-encode): Add assistant function to encode a file with
19149         netrc-encoding-method.
19150         (netrc-parse): Add interactive parameter, added optional
19151         decoding if netrc-encoding-method is non-nil but otherwise
19152         behavior is standard.
19153         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19154         Do s/encode/encrypt/ everywhere.
19155
19156         * spam.el: Remove executable-find autoload.
19157
19158 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19159
19160         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19161
19162         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19163
19164 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19165
19166         * gnus-art.el (gnus-treat-ansi-sequences)
19167         (article-treat-ansi-sequences): New variable and function.
19168         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19169
19170         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19171         Use it.
19172
19173 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19174
19175         * mm-util.el (mm-quote-arg): Remove.
19176
19177         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19178         shell-quote-argument.
19179
19180         * gnus-uu.el (gnus-uu-command): do.
19181
19182         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19183
19184         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19185         with make-char.
19186
19187         * mm-util.el (mm-make-char): Remove.
19188
19189         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19190         add-minor-mode.
19191
19192         * gnus-undo.el (gnus-undo-mode): do.
19193
19194         * gnus-topic.el (gnus-topic-mode): do.
19195
19196         * gnus-sum.el (gnus-dead-summary-mode): do.
19197
19198         * gnus-start.el (gnus-slave-mode): do.
19199
19200         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19201
19202         * gnus-ml.el (gnus-mailing-list-mode): do.
19203
19204         * gnus-gl.el (gnus-grouplens-mode): do.
19205
19206         * gnus-draft.el (gnus-draft-mode): do.
19207
19208         * gnus-dired.el (gnus-dired-mode): do.
19209
19210         * gnus-ems.el (gnus-add-minor-mode): Remove.
19211
19212         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19213         Replace gnus-char-width with char-width.
19214
19215         * gnus-ems.el (gnus-char-width): Remove.
19216
19217         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19218         Replace gnus-char-width with char-width.
19219
19220         * gnus-ems.el (gnus-char-width): Remove.
19221
19222         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19223         definition.
19224         Remove Emacs 20 hash table compatibility code.
19225
19226         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19227         20 compatibility code.
19228
19229         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19230
19231         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19232
19233         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19234         Replace with point-at-{eol,bol}.
19235
19236         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19237
19238         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19239
19240         * flow-fill.el (fill-flowed-point-at-bol)
19241         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19242
19243         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19244         Replace with point-at-{eol,bol} throughout all files.
19245
19246 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19247
19248         * ntlm.el (ntlm-string-as-unibyte): New macro.
19249         (ntlm-build-auth-response): Use it.
19250
19251         Remove Emacs 20 stuff:
19252         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19253         (butlast, mapc, remove): Remove the compiler macros.
19254         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19255         of delq and copy-sequence.
19256         * gnus-art.el (popup-menu): Remove the compiler macro.
19257         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19258         Emacs 20.
19259
19260 2004-01-05  Simon Josefsson  <jas@extundo.com>
19261
19262         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19263         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19264         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19265         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19266         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19267         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19268         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19269         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19270         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19271         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19272         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19273         string-xor into ntlm-string-xor.
19274         Suggested by Jesper Harder <harder@myrealbox.com>.
19275
19276         * ntlm.el: Don't include poem.
19277
19278         * md4.el (print-int32, print-string-hexa): Remove.
19279         Suggested by Jesper Harder <harder@myrealbox.com>.
19280
19281         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19282
19283         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19284         probably breaks emacs with DL patch, but do we care? Is anyone
19285         still using the DL stuff?)
19286
19287         * sieve-manage.el: Use the password package.
19288         (sieve-manage-read-passwd): Remove.
19289         (sieve-manage-interactive-login): Use password.  Re-add
19290         condition-case around loop.
19291
19292         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19293         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19294         Use the password package.
19295
19296 2003-02-19  Simon Josefsson  <jas@extundo.com>
19297
19298         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19299         token.
19300
19301 2002-08-07  Simon Josefsson  <jas@extundo.com>
19302
19303         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19304         (sieve-manage-authenticators):
19305         (sieve-manage-authenticator-alist): Add some SASL mechs.
19306         (sieve-sasl-auth): New function.
19307         (sieve-manage-cram-md5-auth):
19308         (sieve-manage-plain-auth): Rewrite using SASL library.
19309         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19310         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19311         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19312         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19313
19314 2004-01-05  Simon Josefsson  <jas@extundo.com>
19315
19316         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19317         New files.
19318
19319 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19320
19321         * gnus-group.el (gnus-no-groups-message): Update.
19322
19323         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19324
19325 2003-11-09  Simon Josefsson  <jas@extundo.com>
19326
19327         * imap.el: Support for ID IMAP extension (RFC 2971).
19328         (imap-local-variables): Add imap-id.
19329         (imap-id): New variable.
19330         (imap-id): New function.
19331         (imap-parse-response): Parse untagged ID response.
19332         * nnimap.el (nnimap-id): New variable.
19333         (nnimap-open-connection): Use it.
19334
19335 2003-12-28  Simon Josefsson  <jas@extundo.com>
19336
19337         * gnus-score.el (gnus-score-edit-all-score): New.
19338         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19339
19340 2004-01-04  Simon Josefsson  <jas@extundo.com>
19341
19342         * password.el: Add.
19343
19344 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19345
19346         * dns.el (dns-query-types): Fix typo.
19347         (dns-query-types): New function.
19348         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19349         PTR and SOA replies, see RFC 1035.
19350
19351 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19352
19353         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19354
19355         * Move to Changelog.2.
19356
19357 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19358
19359         * gnus.el (gnus-version-number): Bump version.
19360
19361 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19362
19363         * gnus.el: No Gnus v0.1 is released.
19364
19365 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19366
19367         * gnus.el: No Gnus v0.0 is released.
19368
19369 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19370
19371         * gnus.el (gnus-version-number): Bump.
19372         (gnus-version): No.
19373
19374 See ChangeLog.2 for earlier changes.
19375
19376     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19377       Free Software Foundation, Inc.
19378
19379   This file is part of GNU Emacs.
19380
19381   GNU Emacs is free software: you can redistribute it and/or modify
19382   it under the terms of the GNU General Public License as published by
19383   the Free Software Foundation, either version 3 of the License, or
19384   (at your option) any later version.
19385
19386   GNU Emacs is distributed in the hope that it will be useful,
19387   but WITHOUT ANY WARRANTY; without even the implied warranty of
19388   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19389   GNU General Public License for more details.
19390
19391   You should have received a copy of the GNU General Public License
19392   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19393
19394 ;; Local Variables:
19395 ;; coding: utf-8
19396 ;; fill-column: 79
19397 ;; add-log-time-zone-rule: t
19398 ;; End: