color-lab find float-pi for old Emacs
[gnus] / lisp / ChangeLog
1 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2
3         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
4         point when parsing headers.
5
6         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
7         is positioned properly when parsing headers.
8
9 2010-11-23  Julien Danjou  <julien@danjou.info>
10
11         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
12
13         * shr-color.el (shr-color->hexadecimal): Add support for color names.
14
15         * shr.el (shr-parse-style): Replace \n with space in style parsing.
16
17         * shr-color.el (shr-color-hsl-to-rgb-fractions): Use shr-color-hue-to-rgb.
18         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
19
20 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21
22         * shr.el (shr-color->hexadecimal): Autoload.
23         (shr-descend): Add color to all tags.
24
25 2010-11-22  Julien Danjou  <julien@danjou.info>
26
27         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
28         shr-color->hexadecimal.
29
30         * shr-color.el (shr-color->hexadecimal): Add converting functions for
31         RGB() or HSL() color representation.
32
33         * shr.el (shr-tag-font): Add.
34         (shr-tag-color-check): New function to get better colors.
35         (shr-tag-insert-color-overlay): Factorize code between tag-font and
36         tag-span.
37
38         * shr-color.el: New file.
39
40         * color-lab.el: New file.
41
42         * gnus-art.el (gnus-url-mailto): Do not downcase args.
43
44 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
45
46         * nnir.el: Fix typo in comments.
47         (nnir-run-imap): Simplify code. No need to reverse artlist.
48         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
49
50 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
51
52         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
53
54         * nnimap.el (nnimap-get-capabilities): Refactor out.
55         (nnimap-open-connection): Re-request capabilities after STARTTLS.
56
57 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
58
59         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
60         appearing when `mm-uu-hide-markers' is nil.
61
62 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
63
64         * nnimap.el (nnimap-unselect-group): Make into its own function.
65         (nnimap-request-rename-group): Unselect group before renaming.
66         This had gotten lost somewhere.
67         (nnimap-request-accept-article): Keep track of examined groups, and
68         unselect the group before APPENDing to read-only groups.
69         (nnimap-request-move-article): Clear flags before moving so that they
70         can be re-set later.
71
72 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
73
74         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
75         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
76
77 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
78
79         * gnus-art.el (gnus-mime-display-single)
80         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
81         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
82         parameter.
83
84 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
85
86         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
87         (shr-table-vertical-line): New variable.
88         (shr-insert-table): Use it.
89
90 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * gnus-html.el (gnus-html-wash-images): Don't display images if
93         gnus-inhibit-images is non-nil; register displayer for cid images.
94         (gnus-html-display-image): Work for cid image.
95         (gnus-html-insert-image): Allow arguments.
96         (gnus-html-put-image): Inhibit read-only.
97         (gnus-html-prefetch-images): Don't prefetch images if
98         gnus-inhibit-images is non-nil.
99
100 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
101
102         * shr.el (shr-put-image): Break lines when inserting big pictures.
103
104 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
105
106         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
107         sender, thanks Katsumi Yamaoka.
108
109 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
110
111         * nnir.el (nnir-run-imap): Reverse the article list for each group
112         rather than the whole list.
113
114 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
115
116         * shr.el (shr-image-displayer): Protect function against non-existent
117         image source.
118
119         * gnus-art.el (gnus-inhibit-images): New user option.
120         (gnus-mime-display-single): Don't display image if it is non-nil.
121
122         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
123         gnus-inhibit-images.
124
125         * shr.el (shr-image-displayer): New function.
126         (shr-tag-img): Use it.
127
128 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
129
130         * mml2015.el (mml2015-epg-sign): Use From header.
131
132 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
133
134         * gnus-html.el (gnus-html-wash-images): Register a displayer.
135
136         * gnus-util.el (gnus-find-text-property-region): Return markers.
137
138         * shr.el (shr-tag-img): Put a displayer in the text property.
139
140         * gnus-util.el (gnus-find-text-property-region): New utility function.
141
142         * gnus-html.el (gnus-html-display-image): Make the alt optional.
143         (gnus-html-show-images): Remove.
144
145         * gnus-art.el (gnus-article-show-images): New, more general function.
146
147         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
148         image url text properties.
149
150         * shr.el: Ditto.
151
152         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
153         gnus-agent-auto-agentize-methods is set.  Which it isn't.
154
155 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
156
157         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
158         work for two or more articles.
159
160 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
161
162         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
163         divide an image that's in an html article to two or more when washing
164         non-ASCII characters in alt text of it.
165
166 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
167
168         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
169         smime-decrypt-region using function argument.
170         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
171
172         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
173
174         * smime.el (smime-decrypt-region): Catch it.
175
176 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
177
178         * smime.el (smime-mode-map): Move initialization into declaration.
179         (gnus-run-mode-hooks): Don't autoload.
180         (smime-mode): Use define-derived-mode.
181
182 2010-11-11  Glenn Morris  <rgm@gnu.org>
183
184         * smime.el (from): Restrict declaration to XEmacs.
185
186         * nnir.el (gnus-group-topic-name): Autoload.
187
188 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
189
190         * shr.el (shr-insert): Don't break long line if it is because of
191         kinsoku-bol characters in the line end.
192
193 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
194
195         * nnir.el (nnir-request-move-article): Fix to provide original group
196         and subject.
197         (nnir-warp-to-article): Don't fail on articles whose headers haven't
198         been retrieved.
199
200         * gnus-sum.el (gnus-summary-move-article): Use original group and
201         subject for virtual articles such as those in an nnir summary buffer.
202
203 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
204
205         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
206         least 21.5).
207
208         * smime.el (from): Declare it again for XEmacs.
209
210 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
211
212         * message.el (message-resend): Don't disable encoding unless it's
213         already encoded.
214
215         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
216         low-numbered articles.
217
218 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
219
220         * rfc2047.el (rfc2047-syntax-table): Simplify.
221
222         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
223
224         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
225         set-char-table-range for XEmacs.
226
227 2010-11-10  Glenn Morris  <rgm@gnu.org>
228
229         * time-date.el (time-to-seconds): Always an alias on Emacs,
230         never a real function.
231         (with-no-warnings): Remove compat stub, now unused.
232         (time-less-p): Doc fix.
233         (time-to-number-of-days): Simplify.
234
235         * smime.el (from): Remove unused declaration.
236
237         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
238         (gnus-float-time): On Emacs, always an alias.
239
240         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
241         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
242
243 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
244
245         * dgnushack.el: Don't use ignore-errors in the top level form since it
246         is unavailable in XEmacs even if cl is loaded.
247
248         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
249
250 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
251
252         * shr.el (browse-url-mailto): Autoload.
253
254         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
255
256         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
257         regexp doesn't need quoting.
258
259 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
260
261         * message.el (message-subject-trailing-was-ask-regexp)
262         (message-subject-trailing-was-regexp): Match was: in addition to was.
263
264 2010-11-09  Glenn Morris  <rgm@gnu.org>
265
266         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
267         (nnbabyl-check-mbox): Use point-at-bol.
268
269 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
270
271         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
272
273         * message.el (message-mailto): New function.
274         (message-mailto): Should accept other parameters.
275         (message-mailto): Remove since it duplicates browse-url-mailto
276         functionality.
277
278 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
281         methods.
282         (gnus-read-active-file): Ditto.
283
284         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
285         ": " from the prompt.
286         (gnus-group-make-group): Ditto.
287
288 2010-11-07  Glenn Morris  <rgm@gnu.org>
289
290         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
291         (gnus-bookmark-kill-line): Use point-at-eol.
292
293 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
296         asterisks in From header.
297
298 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
299
300         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
301         string to avoid making the From headers syntactically invalid.
302
303         * message.el (message-send-mail): Don't insert courtesy messages if the
304         message already has List-Post and List-ID messages.
305
306 2010-11-06  Glenn Morris  <rgm@gnu.org>
307
308         * gnus-art.el (gnus-treat-article): Give dynamic local variables
309         `condition', `type', `length' a prefix.
310         (gnus-treat-predicate): Update for above name changes.
311
312 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
313
314         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
315         binding.  Handled by `gnus-summary-refer-thread' instead.
316         (nnir-warp-to-article): New backend function.
317
318         * nnimap.el (nnimap-request-thread): Force dependency updating.
319
320         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
321         (gnus-summary-refer-thread): Rework to improve thread-referral.
322
323         * gnus-int.el (gnus-warp-to-article): New function.
324
325         * gnus-sum.el (gnus-summary-article-map): Bind it.
326
327 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
328
329         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
330         gnus-summary-refer-thread.
331
332         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
333         headers.
334         (gnus-summary-limit-include-thread): Prevent articles in thread from
335         being cut in gnus-cut-threads.
336         (gnus-summary-refer-thread): Limit retrieved headers to those in
337         thread.
338
339 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
340
341         * message.el (message-send-mail): Use the value of
342         message-courtesy-message from the message buffer.
343
344         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
345
346         * shr.el (shr-browse-url): Implement mailto: URLs.
347
348         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
349         "raw".
350
351         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
352         if it's already selected.
353
354         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
355
356 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
359         to measure the length and truncate alt text.
360
361 2010-11-03  Glenn Morris  <rgm@gnu.org>
362
363         * nndiary.el (nndiary-generate-nov-databases-1)
364         (nndiary-generate-active-info): Rename dynamic variable `files' to
365         something less generic.
366
367 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
368
369         * nnir.el (nnir-request-move-article): Call the underlying backend to
370         move articles from nnir.
371
372 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
373
374         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
375
376 2010-11-02  Julien Danjou  <julien@danjou.info>
377
378         * nnir.el: Remove wais support.
379
380 2010-11-02  Glenn Morris  <rgm@gnu.org>
381
382         * gnus-html.el: Reorder requirements to quieten compiler.
383
384 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
385
386         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
387         properly for XEmacs as well.
388         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
389         (gnus-article-natural-long-line-p): Use window-width rather than
390         frame-width.
391
392 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
393
394         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
395         (nnir-read-parms): Don't modify query.
396         (nnir-run-query): Add ability to search topic on current line.
397         (nnir-get-active): Clean up.
398
399 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
400
401         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
402         degenerate articles.
403
404         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
405         (gnus-print-buffer): Just print the buffer as is, without any copying
406         to a buffer and then re-highlighting.
407
408         * nnimap.el (nnimap-request-group): Store the new updated info.
409         (nnimap-request-group): Select the group when we don't know whether it
410         exists or not.
411
412         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
413         groups.
414
415         * gnus-group.el (gnus-group-find-new-groups): Display all the new
416         groups.
417
418         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
419         groups.
420
421         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
422         long-lines case by only filling the long lines.
423
424         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
425         (bug #7311).
426
427 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
428
429         * shr.el: No need to declare `declare-function' since shr.el is for
430         only Emacsen that provide `libxml-parse-html-region'.
431
432         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
433         effective only in a file it is referred to.
434
435 2010-11-01  Glenn Morris  <rgm@gnu.org>
436
437         * mm-util.el (gnus-completing-read): Autoload.
438         (mm-read-coding-system): Simplify Emacs definition.
439
440         * nnmail.el (gnus-activate-group):
441         * nnimap.el (gnutls-negotiate):
442         * nntp.el (netrc-parse): Fix declarations.
443
444 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
445
446         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
447         string-match-p in Emacs >=23.
448
449         * gnus-msg.el (gnus-configure-posting-styles)
450         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
451
452 2010-11-01  Glenn Morris  <rgm@gnu.org>
453
454         * nnir.el (declare-function): Add compat stub.
455         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
456         (nnir-run-gmane): Require 'mm-url.
457
458         * mm-util.el (mm-string-to-multibyte): Simplify.
459
460         * shr.el (declare-function): Add compat stub.
461         (url-cache-create-filename): Declare.
462         (mm-disable-multibyte, widget-convert-button): Autoload.
463
464         * smime.el (ldap-search): Declare.
465         (smime-cert-by-ldap-1): Require ldap on Emacs.
466
467         * nnimap.el: Require nnmail, and gnus-sum when compiling.
468         (nnimap-keepalive): Use gnus-float-time.
469
470         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
471         (mail-source-delete-crash-box): Use gnus-float-time.
472
473         * gnus-dired.el (gnus-completing-read): Autoload.
474
475         * mm-view.el (gnus-rescale-image): Autoload.
476
477         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
478
479         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
480
481         * sieve-manage.el: Require 'cl when compiling.
482
483         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
484         (gnus-iswitchb-completing-read): Require iswitchb.
485         (gnus-select-frame-set-input-focus): Silence compiler.
486
487 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
488
489         * message.el (message-subject-trailing-was-query): Change default to t,
490         since I think that's what most people want.
491
492         * nnimap.el (nnimap-request-accept-article): Erase buffer before
493         appending for easier debugging.
494         (nnimap-wait-for-connection): Take a regexp.
495         (nnimap-request-accept-article): Wait for the continuation line before
496         sending anything unless we're streaming.
497
498         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
499         leave the header washing to take place.
500
501 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
502
503         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
504         regular expression match and replace in posting styles.
505
506 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
507
508         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
509         an entire server.
510         (nnir-get-active): New function.
511         (nnir-run-imap): Use it.
512         (nnir-run-gmane): Who knew, gmane search returns an article score!
513
514         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
515         server on the current line with nnir.
516
517 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
520         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
521         left edge.
522         (gnus-article-foldable-buffer): Skip past the prefix when determining
523         raggedness.
524
525         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
526         the raw article, and change `C-u g' to show the article without doing
527         treatments.
528
529         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
530         on to `gnus-treat-article'.
531         (gnus-inhibit-article-treatments): New variable.
532
533         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
534
535         * gnus-art.el (gnus-treatment-function-alist): Have
536         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
537         (gnus-treat-fill-long-lines): Change default to fill all text/plain
538         sections.
539
540         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
541         parameter.
542         (gnus-article-fill-cited-long-lines): New function.
543         (gnus-article-fill-cited-article): Allow filling only long sections.
544
545         * shr.el (shr-find-fill-point): Don't break lines between punctuation
546         and non-punctuation (like after the apostrophe in "'We").
547
548         * gnus-sum.el (gnus-summary-select-article): Make sure
549         gnus-original-article-buffer is alive.
550
551         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
552         reflect the order they're in in the digest.
553
554         * gnus.el (gnus-group-startup-message): Move point to the start of the
555         buffer.
556
557         * nnimap.el (nnimap-capability): New function.
558         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
559         is set.
560
561 2010-10-31  David Engster  <dengste@eml.cc>
562
563         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
564         conform with changes to gnus-completing-read.
565
566 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
567
568         * shr.el (shr-tag-img): Output "*" instead of "[img]".
569
570 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
571
572         * nnir.el: Move defvar, defcustom around to keep file organized
573         and keep byte-compiler quiet.
574         (nnir-read-parms): Accept search-engine as arg.
575         (nnir-run-query): Pass search-engine as arg.
576         (nnir-search-engine): Remove.
577
578 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * shr.el (shr-generic): The text nodes should be text, not :text.
581
582         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
583         later in the file.
584
585 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
586
587         * nnir.el: General clean up.  Allow searching with multiple engines.
588         Allow separate extra-parameters for each engine.
589         Batch queries when possible.
590         (nnir-imap-default-search-key,nnir-method-default-engines):
591         Add customize interface.
592         (nnir-run-gmane): New engine.
593         (nnir-engines): Use it.  Qualify all prompts with engine name.
594         (nnir-search-engine): Remove global variable.
595         (nnir-run-hyrex): Restore for now.
596         (nnir-extra-parms,nnir-search-history): New variables.
597         (gnus-group-make-nnir-group): Use them.
598         (nnir-group-server): Remove in favor of gnus-group-server.
599         (nnir-request-group): Avoid searching twice.
600         (nnir-sort-groups-by-server): New function.
601
602 2010-10-30  Julien Danjou  <julien@danjou.info>
603
604         * gnus-group.el: Remove gnus-group-fetch-control.
605
606         * gnus-start.el (gnus-find-new-newsgroups):
607         Remove gnus-check-first-time-used.
608
609         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
610
611 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
612
613         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
614         set on groups that don't have \* permanentflags.
615
616 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
619         control the background color.
620         (shr-tag-img): Ignore very small web bug type images.
621         (shr-put-image): Add help-echo alt texts to the images.
622         (shr-tag-video): Show the video poster image.
623
624 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
625
626         * shr.el (shr-table-depth): New variable.
627         (shr-tag-table-1): Only insert the images after the top-level table.
628
629         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
630
631         * gnus-util.el (gnus-list-memq-of-list): New function.
632
633         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
634         selected.
635         (nnimap-unsplittable-articles): New slot.
636         (nnimap-new-articles): Use it.
637
638 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
639
640         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
641         move to the previous line on `M-g'.
642
643 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
644
645         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
646         *-request-group, which seems unnecessary.
647
648         * nnimap.el (nnimap-quote-specials): Function copied over from
649         imap.el.
650         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
651         they support that.  Suggested by Tom Regner.
652
653 2010-10-29  Julien Danjou  <julien@danjou.info>
654
655         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
656         defalias.
657         (gnus-summary-delete-marked-with): Remove obsolete defalias.
658
659         * gnus.el: Remove `gnus-nntp-service' variable.
660         (gnus-secondary-servers): Make obsolete.
661         (gnus-nntp-server): Make obsolete.
662
663         * gnus-start.el (gnus-1): Remove x-splash calls.
664
665         * gnus-ems.el (gnus-x-splash): Remove.
666
667         * gnus.el (gnus-group-startup-message): Simplify/update code.
668
669         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
670         definition.
671
672         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
673         capability before doing anything.
674         (gnus-group-insert-group-line): Remove useless
675         gnus-group-remove-excess-properties.
676
677 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
678
679         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
680
681 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
682
683         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
684         config after reselecting.
685
686 2010-10-28  Julien Danjou  <julien@danjou.info>
687
688         * shr.el (shr-put-image): Use point even if only inserting text.
689         (shr-put-image): Save excursion when inserting alt text on non-graphic
690         display, so the behaviour is the same when we are on a graphic display.
691
692         * nnir.el (nnir-run-swish-e): Remove hyrex support.
693
694 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
695
696         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
697         (gnus-mime-copy-part): Check coding system, not charset.
698         (gnus-mime-view-part-externally): Never remove part.
699         (gnus-mime-view-part-internally): Don't remove part here.
700         (gnus-article-part-wrapper): Make sure MIME tag is visible.
701         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
702         multipart/alternative.
703
704         * mm-decode.el (mm-display-part): Take optional arg `force'.
705
706 2010-10-26  Julien Danjou  <julien@danjou.info>
707
708         * gnus-group.el (gnus-group-default-list-level): Add this function to
709         compute the default list level.
710         (gnus-group-default-list-level): Add possibility to use a function.
711
712 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
713
714         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
715
716         * gnus-group.el (gnus-group-completing-read)
717         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
718         gnus-replace-in-string.
719
720 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
721
722         * shr.el (shr-tag-div): Add.
723
724         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
725
726 2010-10-25  Julien Danjou  <julien@danjou.info>
727
728         * gnus-util.el: Remove `gnus-with-local-quit'.
729
730         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
731
732 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
733
734         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
735         the original article buffer.
736
737 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
738
739         * nnimap.el (nnimap-request-head): New function.
740         (nnimap-request-move-article): Try to be slighly faster by not
741         requesting the entire message when moving.
742         (nnimap-transform-headers): Don't bug out on bodiless articles.
743         (nnimap-send-command): Have no outstanding messages if the IMAP server
744         doesn't support streaming.
745         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
746
747 2010-10-24  Julien Danjou  <julien@danjou.info>
748
749         * message.el (message-default-headers): Fix type.
750
751 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
752
753         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
754         prefetching images.
755
756         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
757         backend for unknown groups.  This is mainly useful for nnimap groups.
758
759         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
760         group isn't covered by the agent.
761
762 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
763
764         * nnir.el (nnir-method-default-engines): New variable.
765         (nnir-run-query): Use it.
766         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
767         (gnus-summary-nnir-goto-thread): Change group if needed.
768
769         * gnus-group.el (gnus-group-group-map): Add key binding for
770         gnus-group-make-nnir-group.
771
772 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
773
774         * shr.el (shr-tag-object): Add.
775
776         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
777         original article buffer live.
778         (gnus-summary-select-article-buffer):
779         Mention gnus-widen-article-buffer.
780
781 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
782
783         * shr.el (shr-tag-strong): Add.
784
785 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
786
787         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
788         group names.  They mess up the group buffer badly.
789
790         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
791
792         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
793         instead of the summary one.
794
795 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
796
797         * mml.el (mml-preview): Work properly when editing article.
798
799         * gnus-start.el (gnus-read-active-file-1): Don't add method to
800         gnus-have-read-active-file if it's already been in.
801
802 2010-10-22  Tom Tromey  <tromey@redhat.com>
803
804         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
805         gnus-group-completing-read.
806
807 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
808
809         * message.el (message-mode-map): Don't bind M-; to comment region, to
810         allow the global comment-dwim to work.
811
812 2010-10-21  Julien Danjou  <julien@danjou.info>
813
814         * message.el (message-setup-1): Allow message-default-headers to be a
815         function.
816
817 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * shr.el (shr-tag-table): Simplify.
820
821 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
822
823         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
824         to avoid trying to snarf invalid stuff.
825
826         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
827
828         * gnus.el (gnus-message-archive-group): Quote value.
829         (gnus-message-archive-group): Mark as changed.
830
831         * shr.el (shr-add-font): Don't put the font properties on the newline
832         or the indentation.
833
834         * message.el (message-fix-before-sending): Change options when sending
835         non-printable characters.
836
837         * gnus.el (gnus-message-archive-method): Change the default to
838         monthly outgoing groups.
839
840         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
841         that have gotten new numbers.
842
843         * nnimap.el (nnimap-request-replace-article): New function.
844
845 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
846
847         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
848         (nnrss-request-article): Don't use special html washing code.
849
850 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
851
852         * shr.el (shr-tag-table): Remove useless nconc.
853
854 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus-art.el (article-wash-html): Simplify and remove the charset
857         stuff.  Use the normal html rendering code instead of the special html
858         washing code.
859
860         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
861         `gnus-w3m' symbols.
862         (mm-text-html-washer-alist): Remove.
863
864         * mm-decode.el (mm-inline-text-html-renderer): Remove.
865         (mm-inline-media-tests): Remove use.
866         (mm-text-html-renderer): Change default to the `shr' symbol.
867
868         * mm-view.el (mm-inline-text-html): Remove use.
869
870         * gnus-art.el (gnus-blocked-images): New function.  Allow the
871         `gnus-blocked-images' to be a function.
872         (gnus-article-wash-function): Remove.
873
874 2010-10-20  Julien Danjou  <julien@danjou.info>
875
876         * spam.el (spam-list-of-processors): Mark as obsolete.
877
878         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
879         (nnimap-insert-partial-structure): Fix boundary detection.
880
881 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
882
883         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
884         run file-truename on remote files.  This can be expensive and even
885         prevent one from editing drafts if some unrelated buffer has a stale
886         connection.
887
888 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
889
890         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
891         kinsoku-eol regardless of shr-kinsoku-shorten.
892         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
893         (shr-tag-table): Support caption, thead, and tfoot.
894
895 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
898         lines.
899         (shr-save-contents): New command and keystroke.
900
901         * nndoc.el (nndoc-type-alist): Add git support.
902         (nndoc-git-type-p): New function.
903         (nndoc-transform-git-article): Ditto.
904         (nndoc-transform-git-headers): Ditto.
905         (nndoc-transform-git-headers): Generate Subject headers.
906
907         * shr.el (shr-parse-style): New function.
908         (shr-tag-span): Ditto.
909
910         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
911         to `G G' to avoid collisions.
912
913 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
914
915         * shr.el: Load kinsoku if necessary.
916         (shr-kinsoku-shorten): New internal variable.
917         (shr-find-fill-point): Make kinsoku shorten text line if
918         shr-kinsoku-shorten is bound to non-nil.
919         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
920         shr-indentation too when testing if table is wider than frame width.
921         (shr-insert-table): Use `string-width' instead of `length' to measure
922         text width.
923         (shr-insert-table-ruler): Make sure indentation is done at bol.
924
925 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
926
927         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
928         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
929         undecoded network data.
930
931 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932
933         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
934         name in the mode line spec so that the mode line menu works
935         (bug #2431).
936
937         * message.el (message-get-reply-headers): If we're fed `to-address',
938         then always use that.
939
940         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
941         aren't so wide as to need to switch off the edit menu.
942
943         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
944         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
945
946         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
947         `M-g'.
948         (nnimap-update-info): Update flags/read marks even if \* isn't part of
949         the permanent marks.
950
951 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
952
953         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
954         Splitting according to references/in-reply-to obeys the ignore-groups
955         variable, while splitting by sender and subject do not.
956
957 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958
959         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
960         alist, so that we can look for non-Unicode chars.
961         (article-translate-strings): Allow both character and string maps.
962
963 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
964
965         * shr.el (shr-insert): Don't insert space behind a wide character
966         categorized as kinsoku-bol, or between characters both categorized as
967         nospace.
968
969 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
970
971         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
972         headers to gnus-newsgroup-headers.
973
974 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * shr.el (shr-tag-img): Don't align images -- since we're not
977         rescaling, this often leads to ugly displays.
978
979 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
980
981         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
982         duplicates.
983
984 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
985
986         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
987         call.
988
989 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * gnus.el: Autoload gnus-html-show-images.
992
993         * nnimap.el: Use nnheader-message throughout.
994
995         * shr.el (shr-tag-img): Ignore images with no data.
996
997 2010-10-15  Julien Danjou  <julien@danjou.info>
998
999         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
1000         a possibility to disable format=flow encoding when using hard newlines.
1001
1002 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * shr.el (shr-insert): Remove space inserted before or after a
1005         breakable character or at the beginning or the end of a line.
1006         (shr-find-fill-point): Do kinsoku; find the second best point or give
1007         it up if there's no breakable point.
1008
1009 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * nnimap.el (nnimap-open-connection): Message when opening connection
1012         for debugging purposes.
1013
1014         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
1015         on every setup buffer call to allow this to change from article to
1016         article.
1017
1018         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
1019         buffers where we have a wide table.
1020
1021 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1022
1023         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1024         uses *-request-thread.
1025
1026 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1027
1028         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1029         incantation, which is no longer valid.
1030
1031 2010-10-14  Julien Danjou  <julien@danjou.info>
1032
1033         * shr.el: Fix defcustom type (char -> character).
1034
1035 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1038         programs.
1039
1040 2010-10-14  Julien Danjou  <julien@danjou.info>
1041
1042         * shr.el (shr-tag-a): Use url-link as widget type.
1043
1044         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1045         `gnus-group-get-icon'.
1046
1047 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1048
1049         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1050         This should make server editing work better.
1051
1052         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1053
1054         * tls.el (tls-program): Remove spurious %s from openssl.
1055
1056         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1057         (nnimap-parse-flags): Fix regexp.
1058
1059         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1060         probably work for CJVK text, too.
1061
1062         * nnimap.el (nnimap-extend-tls-programs): Remove.
1063         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1064
1065         * tls.el (tls-starttls-switches): Remove starttls hack.
1066         (open-tls-stream): Ditto.
1067         (tls-find-starttls-argument): Ditto.
1068
1069 2010-10-13  Julien Danjou  <julien@danjou.info>
1070
1071         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1072         responses.
1073
1074 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1075
1076         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1077
1078         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1079         anything in Emacs.
1080
1081         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1082
1083 2010-10-13  Julien Danjou  <julien@danjou.info>
1084
1085         * shr.el (shr-width): Make shr-width a defcustom with default to
1086         fill-column.
1087         (shr-tag-img): Use shr-width rather than fill-column.
1088
1089 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1090
1091         * dgnushack.el (byte-optimize-apply)
1092         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1093
1094         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1095         position when (X-)Faces exist.
1096         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1097         avatars when called interactively.
1098
1099 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1100
1101         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1102         gnus-article-x-face-too-ugly is bound.
1103
1104 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1105
1106         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1107
1108         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1109         mailbox that doesn't exist.
1110
1111 2010-10-12  Julien Danjou  <julien@danjou.info>
1112
1113         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1114         (shr-get-image-data): Encode URL properly when fetching from cache.
1115         (shr-tag-img): Use aligned-to spaces to align correctly images.
1116
1117         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1118         before inserting the Gravatar.
1119
1120         * shr.el (shr-tag-img): Add align attribute support for <img>.
1121
1122 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * gnus-gravatar.el (gnus-art): Require.
1125
1126         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1127         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1128         Remove long obsoleted functions.
1129
1130 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1131
1132         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1133
1134         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1135
1136         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1137         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1138         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1139         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1140         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1141         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1142         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1143
1144 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1145
1146         * nnimap.el (nnimap-request-rename-group): Select group read-only
1147         before renaming it.
1148
1149         * shr.el (shr-insert): Fix up the white space only regexp.
1150
1151         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1152         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1153
1154         * shr.el (shr-current-column): New function.
1155         (shr-find-fill-point): New function.
1156
1157 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1158
1159         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1160         numbers.
1161
1162 2010-10-11  Julien Danjou  <julien@danjou.info>
1163
1164         * shr.el (shr-hr-line): Add.
1165         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1166         display hr lines.
1167         (shr-max-columns): Do not change state to nil if we just inserting
1168         spaces.
1169
1170 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1171
1172         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1173         select the last group.
1174
1175 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1176
1177         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1178
1179 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1180
1181         * dig.el (dig-mode-map): Declare and define in one step.
1182
1183 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184
1185         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1186         for Gnus.
1187         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1188         (nnimap-update-qresync-info): Mark \Seen articles as read.
1189
1190         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1191         non-variable, too.
1192
1193         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1194         available.
1195         (nnimap-update-info): Rely more on the current active than the param
1196         active to avoid marking articles as read too much.
1197
1198         * auth-source.el (auth-source-create): Use (user-login-name) for the
1199         user name default.
1200
1201         * nnimap.el (nnimap-update-info): If the server doesn't return any
1202         useful info, just use the previous info.
1203         (nnimap-update-info): Prefer old info over start-article.
1204         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1205
1206 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1207
1208         * nnir.el (autoload): Clean up autoloads.
1209         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1210         Use key rather than value.
1211         (nnir-imap-search-other): New variable.
1212         (nnir-read-parm): Use it.
1213         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1214         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1215
1216 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1217
1218         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1219         the process, too.
1220
1221 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1222
1223         * spam.el (gnus-summary-mode-map): Bind to "$".
1224         Suggested by Russ Allbery.
1225
1226         * shr.el: Rework the way things are indented by <li> slightly.
1227
1228         * gnus.el (gnus-group-set-parameter): Fix typo.
1229
1230         * nnimap.el: Start implementing QRESYNC support.
1231
1232 2010-10-09  Julien Danjou  <julien@danjou.info>
1233
1234         * nnir.el (nnir-engines): Fix too many arguments.
1235
1236 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1237
1238         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1239         group is the "last", so that the backends like nnfolder actually save
1240         their folders.
1241
1242         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1243         try to use that for the tls stream.
1244         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1245         UIDVALIDITY and find out which groups are read-only and not.
1246         (nnimap-get-flags): Use the same marks parsing code as the rest of
1247         nnimap.
1248
1249 2010-10-09  Julien Danjou  <julien@danjou.info>
1250
1251         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1252
1253         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1254         retrieving gravatars.
1255
1256         * shr.el (shr-table-corner): Add.
1257         (shr-table-line): Add.
1258         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1259
1260 2010-10-08  Julien Danjou  <julien@danjou.info>
1261
1262         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1263
1264 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1265
1266         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1267
1268         * gnus-sum.el (gnus-mark-article-as-unread)
1269         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1270         (gnus-summary-set-bookmark): Use it.
1271
1272         * gnus-msg.el (gnus-setup-message): Use it.
1273
1274         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1275
1276         * gnus.el (gnus-group-remove-parameter): Use it.
1277
1278         * gnus-group.el (gnus-group-make-web-group): Use it.
1279
1280         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1281
1282         * nnregistry.el: Update docs to mention manual.
1283
1284         * gnus-registry.el: Update docs to mention nnregistry.el.
1285         (gnus-registry-initialize): Don't install nnregistry refer method
1286         automatically.
1287         (gnus-registry-install-nnregistry): Remove it.
1288
1289 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1290
1291         * shr.el (shr-insert): Don't insert double spaces.
1292
1293 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1294
1295         * gnus-gravatar.el (gnus-treat-from-gravatar)
1296         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1297         called interactively.
1298
1299         * gnus-art.el (gnus-mime-view-part-externally)
1300         (gnus-mime-view-part-internally): Make predicate function passed to
1301         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1302         of a mime type.
1303
1304         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1305
1306 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307
1308         * shr.el (require): Require cl when compiling.
1309         (shr-tag-hr): New function.
1310
1311         * nnimap.el (nnimap-update-info): Remove double setting of high.
1312         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1313         This makes nnimap work properly on Courier again.
1314
1315         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1316         the variable for backwards compatability.
1317
1318         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1319         the file name before using to avoid setting mm-default-directory to
1320         nil.
1321
1322         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1323         bidning gnus-agent variables.
1324
1325         * shr.el (shr-render-td): Use a cache for the table rendering function
1326         to avoid getting an exponential rendering behaviour in nested tables.
1327         (shr-insert): Rework the line-breaking algorithm.
1328         (shr-insert): Don't leave trailing spaces.
1329         (shr-insert-table): Also insert empty TDs.
1330         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1331
1332 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1333
1334         * gnus-sum.el (gnus-number): Rename from `number'.
1335         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1336         (gnus-summary-limit-children): Update uses correspondingly.
1337
1338 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1339
1340         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1341         (gnus-gravatar-transform-address): Don't show avatars of people of
1342         which mail addresses match gnus-gravatar-too-ugly.
1343
1344 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1345
1346         * shr.el (shr-table-widths): Expand TD elements to fill available
1347         space.
1348
1349 2010-10-07  Julien Danjou  <julien@danjou.info>
1350
1351         * nnimap.el (nnimap-request-rename-group): Add this method.
1352
1353 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1354
1355         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1356         name from XEmacs' function-arglist.
1357
1358         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1359         gravatar under XEmacs.
1360
1361 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1362
1363         * auth-source.el: Update docs with TODO items.
1364
1365         * gnus-sync.el: Update docs to explain state and plans.
1366
1367         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1368         Hooks for mark updates.
1369         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1370
1371         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1372         hooks with arguments, which is needed for mark update hooks.
1373
1374 2010-10-06  Julien Danjou  <julien@danjou.info>
1375
1376         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1377         was matched.
1378
1379         * sieve-manage.el: Update example in `Commentary'.
1380
1381         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1382
1383         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1384         not 2000.
1385         (sieve-manage-authenticate): Re-add function.
1386
1387 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1388
1389         * shr.el (shr-insert): Get 'space transition right.
1390         (shr-render-td): Only delete space at the end of the TD.
1391
1392         * nnimap.el (nnimap-open-connection): Prepare to support
1393         open-gnutls-stream.
1394
1395         * shr.el: Rearrange function order to be more logical.
1396
1397 2010-10-06  Julien Danjou  <julien@danjou.info>
1398
1399         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1400         (nnrss-discover-feed): Remove 404 URL in docstring.
1401
1402         * nnir.el: Fix Swish-E URL.
1403         Fix Namazu URL.
1404
1405         * message.el (message-change-subject): Remove 404 URL in a comment.
1406
1407 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1408
1409         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1410         called interactively.
1411
1412         * gnus-util.el (gnus-remove-if): Allow hash table.
1413         (gnus-remove-if-not): New function.
1414
1415         * gnus-art.el (gnus-mime-view-part-as-type)
1416         * gnus-score.el (gnus-summary-score-effect)
1417         * gnus-sum.el (gnus-read-move-group-name):
1418         Replace remove-if-not with gnus-remove-if-not.
1419
1420         * gnus-group.el (gnus-group-completing-read):
1421         Regard collection as a hash table if it is not a list.
1422
1423 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1424
1425         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1426
1427         * shr.el: Document the table-rendering algorithm.
1428
1429 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1432         for Emacsen having no `libxml-parse-html-region' support.
1433
1434 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1437         invalid URLs.
1438
1439         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1440         line-broken.
1441         (shr-tag-img): Ignore image fetching errors.
1442         (shr-overlays-in-region): Compute overlay positions correctly.
1443
1444         * mm-decode.el (mm-shr): Require shr.
1445
1446         * gnus-art.el (gnus-blocked-images): Move variable here.
1447
1448         * shr.el (shr-insert-table): Bind free variable.
1449
1450         * mm-decode.el (mm-shr): Bind shr-content-function.
1451
1452         * shr.el (shr-content-function): New variable.
1453
1454         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1455         added for symmetry.
1456
1457         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1458
1459         * gnus-group.el (gnus-group-make-group): Doc fix.
1460
1461         * nnimap.el (nnimap-request-newgroups): Return success.
1462
1463         * shr.el (shr-find-elements): New function.
1464         (shr-tag-table): Put all the images after the table.
1465         (shr-tag-table): Really inhibit images inside the table.
1466         (shr-collect-overlays): Copy over overlays from the TD elements to the
1467         main document.
1468
1469         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1470         gnus-blocked-images.
1471
1472 2010-10-05  Julien Danjou  <julien@danjou.info>
1473
1474         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1475
1476         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1477         (gnus-html-maximum-image-size): Add this function.
1478         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1479
1480         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1481         server-value of the capability is nil.
1482
1483 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * shr.el (shr-tag-em): Add <EM> tag.
1486
1487 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1488
1489         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1490         customizable.
1491
1492         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1493         handing broken links to browse-url.
1494
1495 2010-10-05  Julien Danjou  <julien@danjou.info>
1496
1497         * gnus-util.el (gnus-emacs-completing-read)
1498         (gnus-iswitchb-completing-read): Use autoload rather than require.
1499
1500 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1501
1502         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1503         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1504         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1505         iswitchb-temp-buflist for XEmacs.
1506
1507         * gnus-util.el (gnus-completing-read-function): Exclude
1508         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1509         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1510         XEmacs.
1511
1512         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1513         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1514
1515         * gnus-html.el: Don't require help-fns under XEmacs.
1516         (gnus-html-schedule-image-fetching): Work for XEmacs.
1517
1518         * mm-decode.el (mm-shr): Decode contents by charset.
1519
1520 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1523         unknown.
1524
1525         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1526         (shr-get-image-data): Ensure against the cache file missing.
1527
1528         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1529         for data.
1530
1531         * spam-report.el (spam-report-url-ping-plain): Don't query about
1532         killing the process.
1533
1534         * shr.el (shr-render-td): Protect against too-wide text.
1535
1536 2010-10-04  Julien Danjou  <julien@danjou.info>
1537
1538         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1539         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1540
1541         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1542         retrieved.
1543
1544 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545
1546         * shr.el (browse-url): Require.
1547         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1548         lines.
1549         (shr-show-alt-text, shr-browse-image): New commands.
1550         (shr-browse-url, shr-copy-url): New commands.
1551
1552         * gnus-sum.el (gnus-widen-article-window): New variable.
1553         (gnus-summary-select-article-buffer): Use it.
1554
1555         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1556         without @ signs.
1557
1558 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1559
1560         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1561
1562 2010-10-04  Julien Danjou  <julien@danjou.info>
1563
1564         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1565         for XEmacs.
1566
1567 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568
1569         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1570
1571         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1572         (nnimap-close-server): Implement.
1573
1574         * dgnushack.el (iswitchb): Require to shut up the compiler.
1575
1576         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1577         (shr-insert): Tweak line breaking.
1578         (shr-insert): Handle <pre> better.
1579         (shr-tag-li): Get <li> indentation right.
1580         (shr-tag-li): Get <li> indentation even righter.
1581         (shr-tag-blockquote): Ensure paragraph start.
1582         (shr-make-table): Tweak table generation.
1583         (shr-make-table): Fix typo.
1584
1585         * shr.el: Implement table rendering.
1586
1587 2010-10-04  Julien Danjou  <julien@danjou.info>
1588
1589         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1590
1591 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1592
1593         * shr.el (shr-insert): Use string anchors instead of line anchors.
1594
1595 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1596
1597         * shr.el: Add headings.
1598         (shr-ensure-paragraph): Actually work.
1599         (shr-tag-li): Make <ul> prettier.
1600         (shr-insert): Get white space at the beginning/end of elements right.
1601         (shr-tag-p): Collapse subsequent <p>s.
1602         (shr-ensure-paragraph): Don't insert double line feeds after blank
1603         lines.
1604         (shr-insert): \t is also space.
1605         (shr-tag-s): Fix "s" tag name function.
1606         (shr-tag-s): Fix face prop name.
1607
1608 2010-10-03  Julien Danjou  <julien@danjou.info>
1609
1610         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1611
1612         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1613         gnus-window-inside-pixel-edges.
1614
1615         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1616         gnus-ems.
1617
1618         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1619
1620         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1621         function.
1622
1623         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1624         resize choice.
1625
1626 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1627
1628         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1629         beginning of the buffer.
1630
1631         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1632         article buffer again.
1633
1634         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1635
1636         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1637         when it's at the start of the buffer.
1638
1639         * shr.el (shr-tag-blockquote): Convert name.
1640         (shr-rescale-image): Use the right image-size variant.
1641
1642         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1643         buffer isn't shown, then select the current article first instead of
1644         bugging out.
1645         (gnus-summary-select-article-buffer): Show both the article and summary
1646         buffers again.
1647
1648         * shr.el (shr-fontize-cont): Protect against regions with no text.
1649         Rename tag functions to shr-tag-* for enhanced security.
1650         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1651
1652 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1653
1654         * shr.el (shr-insert):
1655         * pop3.el (pop3-movemail):
1656         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1657         loaded.
1658
1659 2010-10-03  Glenn Morris  <rgm@gnu.org>
1660
1661         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1662
1663         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1664
1665         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1666
1667         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1668
1669         * gnus-util.el (gnus-make-local-hook): Simplify.
1670
1671 2010-10-02  Julien Danjou  <julien@danjou.info>
1672
1673         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1674         (gnus-ido-completing-read): New function.
1675         (gnus-emacs-completing-read): New function.
1676         (gnus-completing-read): Use gnus-completing-read-function.
1677         Add gnus-completing-read-function.
1678
1679 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1680
1681         * shr.el (shr-insert-document): Autoload.
1682         (shr-img): Be silent.
1683         (shr-insert): Add a newline after every picture before text.
1684         (shr-add-font): Use overlays for combining faces.
1685         (shr-insert): Pass upwards the text start point.
1686
1687         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1688         possible.
1689         (mm-shr): New function.
1690
1691 2010-10-02  Julien Danjou  <julien@danjou.info>
1692
1693         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1694         should go backward.
1695
1696 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1697
1698         * shr.el (shr): Fix typo in provide call.
1699
1700 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * shr.el: New file.
1703
1704         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1705
1706         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1707         completing read.
1708
1709 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1710
1711         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1712         we're being queried about.  Suggested by Dan Jacobson.
1713
1714         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1715         Suggested by Jason Eisner.
1716
1717         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1718         table, too.  Suggested by Stefan Wiens.
1719         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1720         the table unnecessary.  Suggested by Stefan Wiens.
1721
1722         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1723         longer needed, and probably doesn't work either, as pointed out by
1724         Stefan Wiens.
1725         (gnus-summary-exit): Remove call to the clearing function.
1726         (gnus-summary-exit-no-update): Ditto.
1727
1728         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1729         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1730         Reported by Stefan Monnier.
1731         (gnus-summary-save-in-rmail): Ditto.
1732
1733         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1734         article buffer, instead of both the article buffer and the summary
1735         buffer.  Sort of suggested by Dan Jacobson.
1736
1737         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1738
1739         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1740         Suggested by Dan Jacobson.
1741
1742         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1743         documentation clearer.
1744
1745         * message.el (message-shorten-references): Comment on the number "21".
1746         Suggested by Stefan Monnier.
1747
1748         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1749         Suggested by Dan Jacobson.
1750
1751         * gnus.el (gnus-large-newsgroup):
1752         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1753
1754         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1755         externalize attachments.  Bug reported by Steve Wen.
1756
1757         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1758         really message anything to the user.
1759
1760         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1761         directly.
1762
1763         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1764         messages in empty groups.
1765
1766 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1767
1768         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1769         non-UIDNEXT group.
1770
1771 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1774         not the value from the collection.
1775
1776         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1777         values.  This sometimes happens on some groups that have no info.
1778         (nnimap-request-newgroups): New function.
1779
1780 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1781
1782         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1783         check into `gnus-registry-initialize'.
1784         (gnus-registry-initialize): Ditto.
1785         Fix and extend header docs.
1786
1787 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1788
1789         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1790         regexp backtrace overflows.
1791
1792         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1793         for starttls that tls.el implements; i.e. openssl.
1794
1795         * tls.el (tls-starttls-switches): Give up on using starttls with
1796         gnutls-cli.
1797         (tls-program): Add --insecure to be consistent with the defaults from
1798         openssl s_client.  Now all three commands are insecure.
1799
1800 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1801
1802         * lpath.el: Bind completion-styles-alist for XEmacs.
1803
1804         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1805         (gravatar-create-image): New function that's an alias to
1806         gnus-xmas-create-image, gnus-create-image, or create-image.
1807         (gravatar-data->image): Use it.
1808
1809 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1810
1811         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1812         install the nnregistry refer method.
1813         (gnus-registry-install-hooks): Use it.
1814         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1815         unfollowed groups.
1816
1817 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1818
1819         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1820         expanding threads.
1821
1822 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823
1824         * nnir.el: Use the server names without suffixes (bug #7009).
1825
1826         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1827         unencrypted to STARTTLS, if possible.
1828
1829 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1830
1831         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1832         headers before superseding.
1833
1834 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1835
1836         * nnrss.el (nnrss-use-local): Add documentation.
1837
1838         * nnimap.el (nnimap-extend-tls-programs): New function.
1839         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1840         (nnimap-wait-for-connection): Accept the greeting from the stupid
1841         output from openssl s_client -starttls, too.
1842
1843         * tls.el (tls-starttls-switches): New variable.
1844         (tls-find-starttls-argument): Use it.
1845         (open-tls-stream): Ditto.
1846
1847         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1848         (netrc-machine): Ditto.
1849
1850         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1851         article number.
1852         (nnimap-split-fancy): New variable.
1853         (nnimap-split-incoming-mail): Use it.
1854
1855         * nntp.el (nntp-server-list-active-group): Document.
1856
1857         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1858         SELECT to get the message-id.
1859
1860         * mail-source.el (mail-sources): Remove webmail support.
1861         (defvar): Ditto.
1862         (mail-source-fetcher-alist): Ditto.
1863         (mail-source-fetch-webmail): Remove.
1864
1865         * webmail.el: Remove -- doesn't seem relevant any more.
1866
1867         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1868
1869         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1870         the \r.
1871
1872 2010-09-30  Julien Danjou  <julien@danjou.info>
1873
1874         * gnus-agent.el (gnus-agent-add-group): Fix call to
1875         gnus-completing-read.
1876
1877 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1878
1879         * nndoc.el (nndoc-retrieve-groups): New function.
1880
1881         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1882         `default', use nnmail-split-methods.
1883         (nnimap-request-article): Downcase the NILs so that they are nil.
1884
1885         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1886         symbol.
1887
1888         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1889         code, since if the user has requested network, that's what they ought
1890         to get.
1891         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1892         (nnimap-split-rule): Mark as obsolete.
1893
1894         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1895         New variable.
1896
1897         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1898         correct slot, too.
1899
1900 2010-09-29  Julien Danjou  <julien@danjou.info>
1901
1902         * gnus.el (gnus-local-domain): Declare variable obsolete.
1903
1904         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1905         Fix history computing.
1906         (gnus-ido-completing-read): Require ido.
1907
1908 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1909
1910         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1911         build Gnus.
1912
1913         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1914         when interpreting the structures.
1915         (nnimap-request-accept-article): Add \r\n to the lines to make this
1916         work with Cyrus.
1917
1918         * nndraft.el (nndraft-request-expire-articles): Use the group name
1919         instead if "nndraft".  Fix found by Nils Ackermann.
1920
1921 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1922
1923         * nnregistry.el: Add.
1924
1925 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1926
1927         * nnmail.el (group, group-art-list, group-art):
1928         Remove unneeded directives.
1929
1930 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1931
1932         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1933         (mm-mime-charset)
1934         * rfc2047.el (rfc2047-syntax-table)
1935         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1936
1937         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1938         rather than `insert-file-contents' and `eval-region'.
1939
1940         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1941         construction.
1942
1943         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1944
1945         * time-date.el: No need to require cl for Emacs 21.
1946
1947 2010-09-29  Julien Danjou  <julien@danjou.info>
1948
1949         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1950         replacement of `gnus-gravatar-relief' to mimic
1951         `gnus-faces-properties-alist'.
1952         Add :version property.
1953
1954 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1955
1956         * mail-source.el (mail-source-report-new-mail)
1957         * message.el (message-default-mail-headers)
1958         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1959
1960         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1961
1962 2010-09-28  Julien Danjou  <julien@danjou.info>
1963
1964         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1965         mail-address contains the same string as real-name.
1966
1967         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1968         non-blank in header, otherwise it'll get stripped.
1969
1970         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1971         real-name, and then for mail address rather than doing : or , search.
1972
1973 2010-09-27  Julien Danjou  <julien@danjou.info>
1974
1975         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1976         right completing-read function.
1977         (gnus-use-ido): New variable
1978         (gnus-completing-read-with-default): Remove.
1979         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1980         (gnus-agent-add-group):
1981         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
1982         * mm-view.el (mm-view-pkcs7-decrypt):
1983         * mm-util.el (mm-codepage-setup):
1984         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1985         * mml-smime.el (mml-smime-openssl-sign-query):
1986         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
1987         (mml-insert-multipart):
1988         * gnus-msg.el (gnus-summary-yank-message):
1989         * gnus-int.el (gnus-start-news-server):
1990         * mm-decode.el (mm-interactively-view-part):
1991         * gnus-dired.el (gnus-dired-attach):
1992         * gnus.el (gnus-read-method):
1993         * gnus-bookmark.el (gnus-bookmark-jump):
1994         * gnus-art.el (gnus-mime-view-part-as-type)
1995         (gnus-mime-action-on-part, gnus-article-encrypt-body):
1996         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
1997         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
1998         * nnmairix.el (nnmairix-create-server-and-default-group)
1999         (nnmairix-update-groups, nnmairix-get-server)
2000         (nnmairix-backend-to-server, nnmairix-goto-original-article)
2001         (nnmairix-get-group-from-file-path):
2002         * nnrss.el (nnrss-find-rss-via-syndic8):
2003         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
2004         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
2005         (gnus-group-browse-foreign-server):
2006         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
2007         (gnus-summary-execute-command, gnus-summary-respool-article)
2008         (gnus-read-move-group-name):
2009         * gnus-score.el (gnus-summary-increase-score)
2010         (gnus-summary-score-effect):
2011         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
2012
2013 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2014
2015         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
2016         x-focus-frame.
2017
2018         * nnimap.el (auth-source-forget-user-or-password)
2019         (auth-source-user-or-password): Autoload.
2020
2021         * message.el (message-from-style, message-interactive)
2022         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2023         (message-yank-prefix, message-indentation-spaces, message-signature)
2024         (message-signature-file): Add comment.
2025
2026 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2029         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2030         new articles.
2031
2032         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2033         parts.
2034         (nnimap-request-article): Work with the t setting, too.
2035
2036         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2037         that you don't get flashes of other buffers.
2038         (gnus-summary-show-complete-article): Intern before setting.
2039
2040 2010-09-27  David Engster  <dengste@eml.cc>
2041
2042         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2043         well as HEADERS.
2044         (nnmairix-retrieve-headers): Provide new argument for the above.
2045
2046 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2047
2048         * gnus-sum.el (gnus-summary-move-article): Don't alter
2049         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2050         group.
2051
2052         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2053
2054         * message.el (message-cite-prefix-regexp): Revert my last edit.
2055
2056         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2057         variable instead of the Gnus variable.
2058
2059         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2060
2061         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2062
2063         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2064         since some servers don't like it.
2065         (nnimap-open-connection): Forget credentials if the server says the
2066         password was wrong.
2067         (nnimap-parse-line): Protect against invalid data.
2068
2069         * gnus-sum.el (gnus-summary-move-article): Add comment.
2070         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2071         nothing alters it while scanning for new messages.
2072
2073         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2074         which may or may not help.
2075         (nnimap-open-connection): If we're doing a stream connection, and then
2076         discover we're on a STARTTLS-capable server, then open a STARTTLS
2077         connection instead.
2078
2079 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * nnimap.el (utf7): Require.
2082
2083         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2084         prefix.
2085
2086 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2087
2088         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2089
2090 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091
2092         * nnimap.el (nnimap-request-accept-article): Message the error on
2093         error.
2094
2095 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2096
2097         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2098
2099 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100
2101         * nndoc.el (nndoc-request-list): Return success always.
2102
2103         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2104         `fetch-old' -- we only want to fetch the articles we've requested.
2105         The rest are in the agent, probably.
2106         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2107         disappeared server" to something low.  It's not important.
2108
2109         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2110         arrived before the FETCH data.
2111
2112         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2113         target here, because we don't know the Gnus name of the group.
2114
2115         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2116         for the correct group.
2117
2118         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2119
2120         * gnus.el (gnus): Give a final warning after startup.
2121
2122         * gnus-util.el (gnus-action-message-log): New variable.
2123         (gnus-message): Use it.
2124         (gnus-final-warning): New function.
2125
2126         * nnimap.el (nnimap-open-connection): Record the greeting.
2127         (nnimap): Add greeting.
2128
2129 2010-09-26  Julien Danjou  <julien@danjou.info>
2130
2131         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2132         arguments.
2133         (gnus-html-wash-images): Fix spec computing to include start/end.
2134
2135         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2136
2137 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2140         deletion.
2141         (nnimap-retrieve-headers): Don't select the group, because that's
2142         already done by nnimap-possibly-change-group.
2143
2144         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2145         (gnus-picon-transform-address): Use it.
2146
2147         * mail-source.el (mail-source-value): Revert previous patch.
2148
2149         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2150         on failure.
2151         (nnimap-open-connection): Look up both virtual and physical server name
2152         credentials.
2153
2154         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2155
2156 2009-02-07  Dave Love  <fx@gnu.org>
2157
2158         * tls.el (open-tls-stream): Don't query killing process.
2159
2160 2009-02-08  Dave Love  <fx@gnu.org>
2161
2162         * gnus-win.el (gnus-window-to-buffer-helper)
2163         (gnus-all-windows-visible-p): Function needn't be a symbol.
2164
2165         * mail-source.el (mail-source-value): Function needn't be a symbol.
2166
2167 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2168
2169         * message.el (message-cite-prefix-regexp): Remove } from the cite
2170         prefix.
2171
2172         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2173         highlight again, so that the highlight is correct.
2174
2175         * gnus-picon.el (gnus-picon): Remove again.
2176         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2177
2178         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2179         doing the header highlightling, so that the background colour of the
2180         picon is correct.
2181
2182         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2183         (gnus-picon): Ditto.
2184         (gnus-picon): Reinstate.  The background colour for picons is white.
2185         (gnus-picon-insert-glyph): Make the background white.
2186
2187         * nnml.el (nnml-open-nov): Don't return dead buffers.
2188
2189         * auth-source.el (auth-source-create): Query the user for whether to
2190         store the credentials.
2191
2192         * netrc.el (netrc-store-data): New function.
2193
2194         * auth-source.el (auth-source-user-or-password): Use the existing auth
2195         sources, if any, for creation.
2196
2197         * gnus.el (gnus-group-fast-parameter): Return the last matching
2198         parameter instead of the first matching parameter.
2199
2200 2010-09-26  Julien Danjou  <julien@danjou.info>
2201
2202         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2203
2204 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2205
2206         * mml2015.el (mml2015-use): Remove gpg support.
2207
2208         * mml1991.el (mml1991-function-alist): Remove gpg function.
2209         (mml1991-gpg-sign): Remove.
2210
2211 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2212
2213         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2214         (gnus-browse-unsubscribe-current-group): Document it.
2215         (gnus-browse-unsubscribe-group): Use it.
2216
2217 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2218
2219         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2220         address to the To list for easier response.
2221
2222         * gnus.el (gnus-play-startup-jingle): Remove.
2223         (gnus-splash): Don't play jingle.
2224         (gnus): Silence gnus-load message.
2225
2226         * gnus-art.el (gnus-treat-play-sounds): Remove.
2227
2228         * gnus.el (gnus-play-jingle): Remove audio support.
2229
2230         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2231
2232         * earcon.el: Remove -- no users.
2233
2234         * gnus-audio.el: Remove -- no users of this package.
2235
2236         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2237
2238         * gnus-start.el (gnus-setup-news): Remove nocem support.
2239
2240         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2241
2242         * gnus.el (gnus-use-nocem): Remove.
2243
2244         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2245         Remove.
2246
2247         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2248         uses NoCeM any more.
2249
2250         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2251         (gnus-button-ctan-handler): Ditto.
2252         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2253         (gnus-button-ctan-directory-regexp): Ditto.
2254         (gnus-button-handle-ctan): Ditto.
2255         (gnus-button-tex-level): Ditto.
2256         (gnus-button-alist): Remove CTAN stuff.
2257
2258 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2259
2260         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2261         nnimap-streaming test.
2262
2263         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2264         servers twice.
2265
2266         * nnimap.el (nnimap-open-connection): Add more error reporting when
2267         nnimap fails early.
2268
2269         * nnheader.el (nnheader-get-report-string): New function.
2270         (nnheader-get-report): Use it.
2271
2272         * gnus-int.el (gnus-check-server): Say what the error was when opening
2273         failed.
2274
2275         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2276         using streaming.
2277
2278 2010-09-25  Julien Danjou  <julien@danjou.info>
2279
2280         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2281         gnus-window-inside-pixel-edges.
2282
2283 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2284
2285         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2286
2287         * mm-decode.el (mm-save-part): Allow saving to other directories the
2288         normal Emacs way.
2289
2290         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2291         Suggested by Jay Berkenbilt.
2292
2293         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2294         there isn't a single byte.
2295
2296         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2297         just do it.  It doesn't really seem to matter what the user responds
2298         here, I think, so it's just a confusing question.
2299
2300         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2301         non-streaming case.
2302
2303         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2304         (gnus-article-encrypt-body): Use it.
2305
2306         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2307         keystroke.
2308
2309         * nnimap.el (nnimap-find-wanted-parts-1):
2310         Use gnus-fetch-partial-articles.
2311
2312         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2313
2314         * nnimap.el (nnimap-insert-partial-structure): New function.
2315         (nnimap-get-partial-article): New function.
2316         (nnimap-request-article): Use it.
2317         (nnimap-wait-for-response): Return whether the wait was successful.
2318         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2319         retrieval wasn't successful.
2320         (nnimap-retrieve-group-data-early): Allow throttling servers.
2321         (nnimap-streaming): New variable.
2322         (nnimap-fetch-partial-articles): Remove.
2323
2324         * mm-decode.el (mm-with-part): Protect against killed buffers.
2325
2326         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2327         for prettier summary display.
2328
2329 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2330
2331         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2332
2333 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2334
2335         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2336         apparently third-party libraries depend on it.
2337
2338         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2339         before starting negotiation.
2340
2341         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2342         privacy reasons.
2343         (gnus-treat-mail-gravatar): Ditto.
2344
2345         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2346         buffer when inserting images.  Inserting text into the headers, for
2347         instance, can make them invalid.
2348
2349 2010-09-25  Julien Danjou  <julien@danjou.info>
2350
2351         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2352         variables.
2353
2354         * nnheader.el: Remove useless variables news-reply-yank-from and
2355         news-reply-yank-message-id.
2356
2357         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2358         variables.
2359
2360         * mml1991.el: Remove useless mml1991-verbose.
2361
2362         * gnus.el: Remove useless variable gnus-use-generic-from.
2363         Remove obsolete variable gnus-topic-indentation.
2364
2365         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2366
2367         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2368
2369         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2370
2371         * gnus-group.el: Remove useless gnus-group-icon-cache.
2372         Remove useless gnus-ephemeral-group-server.
2373
2374         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2375
2376         * mml2015.el: Remove useless mml2015-verbose.
2377
2378         * mml-smime.el: Remove useless mml-smime-verbose.
2379
2380         * gnus.el: Remove useless gnus-local-domain.
2381
2382         * gnus-gravatar.el (gnus-gravatar-transform-address):
2383         Use gnus-gravatar-size.
2384
2385         * gnus-art.el: Remove useless gnus-treat-translate.
2386
2387 2010-09-24  Julien Danjou  <julien@danjou.info>
2388
2389         * gnus-sum.el: Add support for Gravatars.
2390
2391         * gnus-art.el: Add support for Gravatars.
2392
2393         * gnus-gravatar.el: Add this file.
2394
2395         * gravatar.el: Add this file.
2396
2397 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2398
2399         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2400
2401         * gnus-group.el (gnus-group-fetch-faq): Remove.
2402
2403         * gnus.el (gnus-group-faq-directory): Remove.
2404
2405         * gnus-group.el (gnus-group-fetch-charter): Remove.
2406
2407         * gnus.el (gnus-group-charter-alist): Remove.
2408
2409         * gnus-group.el (gnus-group-archive-directory): Remove.
2410         (gnus-group-recent-archive-directory): Ditto.
2411         (gnus-group-make-archive-group): Remove.
2412
2413         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2414
2415         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2416         use the same article number for all the cached articles.
2417
2418         * nnimap.el (nnimap-command): Register the last command time so
2419         that we can use it for idling NOOPs.
2420         (nnimap-open-connection): Start the keeplive timer.
2421         (nnimap-make-process-buffer): Store all the process buffers.
2422         (nnimap-keepalive): New function.
2423
2424         * starttls.el (starttls-open-stream): Add autoload cookie.
2425
2426 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2427
2428         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2429         handling.
2430
2431 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2432
2433         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2434         its data structures.
2435
2436         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2437         instead of the cl.el copy-list.
2438         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2439         equalp.
2440
2441 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2442
2443         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2444         and tool-bar-local-item-from-menu.
2445
2446         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2447         mode-line-highlight face for Emacs.
2448
2449         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2450         loading gnus-sum.elc; fix comment for canlock-verify.
2451         (gnus-article-jump-to-part): Use read-number.
2452         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2453         Remove Emacs pre-21 compatible code for help-echo.
2454         (gnus-article-next-page-1): No need to adjust the number of lines.
2455         (gnus-article-describe-bindings): Always use help-buffer.
2456
2457         * gnus-audio.el (gnus-audio-inline-sound)
2458         * gnus-cus.el (gnus-custom-mode)
2459         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2460
2461         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2462
2463         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2464         compatible code.
2465
2466 2010-09-24  Glenn Morris  <rgm@gnu.org>
2467
2468         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2469         visiting the fcc file in rmail-mode.
2470
2471         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2472
2473 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2474
2475         * nnir.el: Silence the byte compiler.
2476
2477         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2478         alias to browse-url-url-encode-chars if any.
2479         (gnus-html-encode-url): Use it.
2480
2481 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2482
2483         * gnus-start.el (gnus-use-backend-marks): New variable.
2484         (gnus-get-unread-articles-in-group): Use it.
2485
2486         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2487         makeover.
2488
2489 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2490
2491         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2492
2493 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2494
2495         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2496         Remove.
2497         (gnus-setup-news-hook):
2498         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2499
2500         * gnus-int.el (gnus-request-update-info): Protect against backends not
2501         having the function.
2502
2503         * nnimap.el (nnimap-stream): Mention starttls.
2504         (nnimap-open-connection): Add starttls support.
2505
2506 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2507
2508         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2509
2510 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2511
2512         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2513         BODYSTRUCTUREs.
2514         (nnimap-transform-headers): Unfold quoted {42} headers.
2515
2516         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2517         the info.
2518         (gnus-get-unread-articles): Only call updatep on backends that support
2519         it.
2520
2521         * nnweb.el (nnweb-request-update-info): NOOP.
2522
2523         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2524
2525         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2526         since it only deals with marks.
2527
2528         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2529         gnus-request-marks, and make a new gnus-request-update-info.
2530
2531         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2532         the active instead of the high number, which is usually too low.
2533
2534 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2535
2536         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2537         * encrypt.el: Remove.
2538
2539 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2540
2541         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2542         server in symbolic form.
2543
2544         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2545
2546 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2547
2548         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2549         (nnimap-update-info): Fix up code slightly.
2550
2551         * gnus-int.el (gnus-open-server): Add tracing for performance
2552         debugging.
2553
2554         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2555         (gnus-group-insert-group-line): Pass the real group name so that it
2556         gets the right data.
2557
2558         * gnus-start.el (gnus-get-unread-articles): Don't have
2559         `gnus-get-unread-articles-in-group' update info, since that can be
2560         really slow and doesn't seem to be needed?
2561
2562 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2563
2564         * time-date.el (date-to-time): Try using parse-time-string first before
2565         using the slower timezone-make-date-arpa-standard.
2566
2567 2010-09-22  Julien Danjou  <julien@danjou.info>
2568
2569         * gnus-group.el (gnus-group-insert-group-line):
2570         Call gnus-group-highlight-line.
2571         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2572         default hook list.
2573         (gnus-group-update-eval-form): Add new function.
2574         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2575         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2576
2577 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2580         immediate, then expire all articles.
2581         (nnimap-update-info): Fix off-by-one errors.
2582         (nnimap-flags-to-marks): Would return no marks lists for group with no
2583         flags.  Instead return the other data.
2584
2585 2010-09-22  Julien Danjou  <julien@danjou.info>
2586
2587         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2588         Only return an icon.
2589         (gnus-group-insert-group-line): Compute icon to return.
2590
2591         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2592         (gnus-html-image-fetched): Only cache if
2593         gnus-html-image-automatic-caching is set.
2594         (gnus-html-image-fetched): Check for errors.
2595
2596 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2597
2598         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2599         once per method on `g'.  This ensures that backends like nnfolder don't
2600         open all their folders.
2601
2602         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2603         (nnimap-request-list): Nix out group in the correct buffer.
2604         (nnimap-parse-flags): Implement by using `read' instead of
2605         hand-parsing.
2606         (nnimap-flags-to-marks): Pass on permanent-flags.
2607         (nnimap-make-process-buffer): Record the server name.
2608         (nnimap-parse-flags): Fix typo.
2609         (nnimap-request-scan): Run split on the server in general, not just a
2610         single group.
2611
2612         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2613         parameter, and propagate this downwards.
2614
2615         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2616         since EXAMINE changes it on the server.
2617
2618         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2619         this command might take a while.
2620
2621 2010-09-22  Julien Danjou  <julien@danjou.info>
2622
2623         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2624         harmful if you have 2 images side-by-side, they can't be properly
2625         update on text deletion.  Using text-property is safer here.
2626         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2627         data.
2628
2629 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2630
2631         * nnimap.el (nnimap-expunge-inbox): Remove.
2632         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2633         (nnimap-expunge): Flip default to t.
2634
2635         * gnus.el (gnus-method-to-server): Don't push things to the cache
2636         unless it's unique.
2637         (gnus-server-to-method): Ditto.
2638
2639 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2640
2641         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2642
2643 2010-09-22  Julien Danjou  <julien@danjou.info>
2644
2645         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2646         get the start of data.
2647         (gnus-html-encode-url): Add this function to encode special chars in
2648         URL.
2649         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2650         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2651
2652         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2653         default.
2654         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2655
2656         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2657         images alt-text.
2658         (gnus-html-put-image): Put alt-text as help-echo.
2659
2660 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2661
2662         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2663         * mm-util.el (mm-decompress-buffer)
2664         * nnir.el (nnir-run-find-grep)
2665         * pop3.el (pop3-list): Use 3rd arg of split-string.
2666
2667         * time-date.el (format-seconds): Comment fix.
2668
2669         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2670         and byte-optimize-form-code-walker.
2671         (dgnushack-make-auto-load): Don't advise make-autoload.
2672
2673         * lpath.el: Remove Emacs 21 stuff.
2674
2675 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2676
2677         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2678         outside the active range.  Suggested by Dan Christensen.
2679
2680         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2681         slightly later to avoid double-getting it.
2682
2683         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2684         previous patch.
2685
2686         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2687
2688 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2689
2690         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2691
2692 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2693
2694         * gnus-int.el (gnus-open-server): Give a better error message in the
2695         "go offline" case.
2696
2697         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2698         marks for nnimap, which is seldom the right thing to do.
2699
2700         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2701         (gnus-same-method-different-name): New function.
2702
2703         * nnimap.el (parse-time): Require.
2704
2705         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2706         method in the presence of many similar methods.
2707
2708         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2709
2710         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2711         nnml-inhibit-expiry.
2712
2713         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2714         find out whether methods are equal.
2715
2716         * nnimap.el (nnimap-find-expired-articles): New function.
2717         (nnimap-process-expiry-targets): New function.
2718         (nnimap-request-move-article): Request the article before looking at
2719         what the Message-ID is.  Fix found by Andrew Cohen.
2720         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2721
2722         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2723         for oldness in addition to being a predicate.
2724
2725         * nnimap.el (nnimap-request-group): When we have zero articles, return
2726         the right data to Gnus.
2727         (nnimap-request-expire-articles): Only delete articles immediately if
2728         the target is 'delete.
2729
2730         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2731         method, this would bug out.
2732
2733         * gnus-group.el (gnus-group-expunge-group): Rename from
2734         gnus-group-nnimap-expunge, and implemented as a normal interface
2735         function.
2736
2737         * gnus-int.el (gnus-request-expunge-group): New function.
2738
2739         * nnimap.el (nnimap-request-create-group): Implement.
2740         (nnimap-request-expunge-group): New function.
2741
2742 2010-09-21  Julien Danjou  <julien@danjou.info>
2743
2744         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2745         (gnus-html-cache-expired): Add new function.
2746         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2747         wethever we should display image for fetch it.
2748         Compute alt-text earlier to pass it to the fetching function too.
2749         (gnus-html-schedule-image-fetching): Change function argument to only
2750         get one image at a time, not a list.
2751         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2752         cache.
2753         (gnus-html-get-image-data): New function to retrieve image data from
2754         cache.
2755         (gnus-html-put-image): Change buffer argument to use image data rather
2756         than file, and place image above region rather than inserting a new
2757         one.  Do not take alt-text as argument, since it's useless now: we place
2758         the image above alt-text.
2759         (gnus-html-prune-cache): Remove.
2760         (gnus-html-show-images): Start to fetch image when we find one, do not
2761         push into a temporary list.
2762         (gnus-html-prefetch-images): Only fetch image if they have expired.
2763         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2764         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2765
2766 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2767
2768         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2769
2770 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2773         spec inser "*" if the group isn't active instead of 0.
2774
2775         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2776         opening the server.
2777         (nnimap-request-delete-group): Implement group deletion.
2778         (nnimap-transform-headers): Return the size of the entire message in
2779         the Bytes header, not just the size of the first part.
2780         (nnimap-request-move-article): When moving an article from nnimap,
2781         request the article first so the accepting form has an article to
2782         accept.  Reported by Dan Christensen.
2783         (nnimap-command): Make sure that the error message doesn't error out.
2784
2785 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2786
2787         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2788         we haven't requested anything.
2789
2790 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2791
2792         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2793         "".  Fix found by Andrew Cohen.
2794
2795         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2796         instead of -encode-string.
2797
2798 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2799
2800         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2801
2802         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2803         by mm-subst-char-in-string.
2804
2805 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2806
2807         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2808         waiting for the connection string.
2809
2810         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2811         arriving.
2812
2813         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2814         bogus characters.  This allows selecting certain Gmail groups.
2815
2816         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2817         (nnimap-fetch-partial-articles): New variable.
2818         (nnimap-open-connection): When looking for credentials, also use the
2819         nnimap-server-port.
2820         (nnimap-request-article): Return the group/article number, so that Gnus
2821         `^' works as expected.
2822         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2823
2824         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2825         comments.
2826         (gnus-methods-sloppily-equal): New function.
2827         (gnus): When using the development version of Gnus, load the gnus-load
2828         file.
2829
2830         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2831         `gnus-open-server' on each method before trying to scan them etc.
2832         This ensures that all the backend parameters are set correctly.
2833
2834         * nnimap.el (nnimap-authenticator): New variable.
2835         (nnimap-open-connection): Allow anonymous login.
2836         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2837         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
2838
2839         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2840         patch, found by Knut Anders Hatlen.
2841
2842 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2843
2844         * gnus-agent.el (gnus-agent-batch-confirmation)
2845         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2846         to gnus-message.
2847         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2848         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2849         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2850         * gnus-int.el (gnus-open-server): Likewise.
2851         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2852         (gnus-score-check-syntax): Likewise.
2853         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2854         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2855         Likewise.
2856         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2857
2858 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2861         calling conventions so that prefetch doesn't bug out.
2862
2863 2010-09-19  Julien Danjou  <julien@danjou.info>
2864
2865         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2866         rather than `subst-char-in-region' in order to be able to replace ASCII
2867         char by UTF-8 ones.
2868
2869         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2870         than curl.
2871         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2872         the right URL and ALT text on images.
2873         (gnus-html-wash-tags): Fix tag case.
2874         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2875         (gnus-article-html): Add -o display_ins_del=2 option.
2876         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2877
2878 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2879
2880         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2881         the extra mail headers, which sometimes seem to happen for unknown
2882         reasons.
2883
2884         * mail-parse.el (mail-header-encode-parameter): Define as
2885         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2886         (or most, perhaps?) mail readers don't understand the latter, but do
2887         understand the former.
2888
2889         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2890         to nil, so that no methods are automatically agentized.  I think this
2891         is probably what most users want.
2892
2893         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2894         from url-retrieve, for instance about invalid URLs.
2895
2896         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2897         groups that have no articles.
2898         (nnimap-request-article): Check that we really got an article when we
2899         requested one.
2900
2901         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2902         doesn't exist.
2903
2904         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2905         nntp buffer so the agent can save it.
2906         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2907         that CRLF doesn't get translated to \n.
2908         (nnimap-open-connection): Don't make 'shell commands only send \n.
2909
2910 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2911
2912         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2913         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2914         Update var name.
2915         (nnml-generate-nov-file): Use dolist.
2916         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2917         Use with-current-buffer.
2918
2919 2010-09-18  Julien Danjou  <julien@danjou.info>
2920
2921         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2922         parallel.
2923
2924 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2927         the range update right.
2928         (nnimap-request-group): Don't make `M-g' bug out on group with no
2929         marks.
2930         (nnoo): Require, so that other packages can require nnimap.
2931         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2932         command we're looking for.  This helps when the server sends more
2933         responses after we've gotten everything we expected.
2934         (nnimap): Add a `newlinep' field to keep track of end-of-line
2935         conventions.
2936         Don't send CRLF to things that don't want it.
2937         (nnimap-request-accept-article): Ditto.
2938
2939 2010-09-18  Julien Danjou  <julien@danjou.info>
2940
2941         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2942         than curl to retrieve images.
2943
2944 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2947         the marks.
2948         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2949         (nnimap-wait-for-connection): New function.
2950         (nnimap-open-connection): If we have PREAUTH, don't query for login
2951         credentials.
2952         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2953         when doing a partial update.
2954
2955 2010-09-18  Julien Danjou  <julien@danjou.info>
2956
2957         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2958         tags.
2959
2960 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2961
2962         * nnimap.el (nnimap-credentials): New function.
2963         (nnimap-open-connection): Use the new function to look for credentials
2964         also on the numeric equivalents of "imap" and "imaps".
2965
2966         * gnus-start.el (gnus-activate-group): Send the info to
2967         gnus-request-group.
2968
2969         * nnimap.el (nnimap-request-group): Have the "check" version of the
2970         function parse flags and update the info, so that a `M-g' get a total
2971         resync of all flags from the group.
2972
2973         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2974         to allow backends to alter the info on group selection.  Also alter all
2975         the backend -request-group functions to take the parameter.
2976
2977         * nnimap.el (nnimap-store-info): New function.
2978         (nnimap-update-info): Store the info for later usage.
2979         (nnimap-request-group): Use the stored info for the dont-check case, so
2980         that we don't retrieve all marks when we enter a group.
2981
2982         * nnimap.el: Use deffoo instead of defun for interface functions.
2983
2984         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2985         update the group info.  This makes the nndraft groups, for instance, go
2986         back to their old behaviour.
2987
2988         * gnus-sum.el (gnus-select-newsgroup): Indent.
2989
2990         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2991         in.
2992         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2993         nothing.
2994
2995         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2996         from methods that are denied.
2997
2998         * gnus-int.el (gnus-method-denied-p): New function.
2999
3000         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
3001         store the password instead of netrc.
3002         (nnimap-open-connection): Don't error out when we can't make a
3003         connections.
3004
3005         * auth-source.el (auth-source-create): In the password prompt, say what
3006         we're querying for.  Also prompt for user name if that hasn't been
3007         given.
3008
3009         * nnimap.el (nnimap-with-process-buffer): Remove.
3010
3011 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012
3013         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
3014         method when we're reading from the agent.
3015
3016         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3017
3018         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3019         that's probably most useful for users.
3020
3021         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3022         "failed" all the time.
3023
3024         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3025         ...)) with (with-current-buffer ... ).
3026
3027         * nntp.el (nntp-open-server): Return whether the open was successful or
3028         not.
3029
3030         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3031         select an unread unseen article first.
3032
3033         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3034         /etc/services, supply some sensible port defaults.
3035
3036         * dgnushack.el: Define netrc-credentials.
3037
3038 2010-09-17  Julien Danjou  <julien@danjou.info>
3039
3040         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3041
3042 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3043
3044         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3045         doesn't have any parameters.
3046
3047 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3048
3049         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3050         only upcased checks.
3051
3052         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3053
3054         * nnimap.el (nnimap-open-shell-stream): New function.
3055         (nnimap-open-connection): Use it.
3056         (nnimap-transform-headers): Get the number of lines in each message.
3057         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3058         number of lines.
3059         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3060         problem.
3061
3062         * utf7.el (utf7-encode): Autoload.
3063
3064         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3065         to allow the mail splitting to not return a default group.  This is
3066         useful for nnimap, which will leave unmatched mail in the inbox.
3067
3068         * nnimap.el: Rewritten.
3069
3070         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3071         nnimap usage.
3072
3073         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3074         if the move is internal, so that nnimap can do fast internal moves.
3075
3076         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3077         data.
3078         (gnus-read-active-for-groups): Support finishing the early retrieval of
3079         data.
3080
3081         * gnus-range.el (gnus-range-nconcat): New function.
3082
3083         * gnus-int.el (gnus-finish-retrieve-group-infos)
3084         (gnus-retrieve-group-data-early): New functions.
3085
3086 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3087
3088         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3089         (nnrss-retrieve-groups):
3090         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3091         (pop3-quit): Use with-current-buffer.
3092
3093 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3096         instead of nnheader-accept-process-output.
3097
3098         * dgnushack.el (dgnushack-compile): Add comment.
3099
3100         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3101
3102         * gnus-html.el (gnus-html-schedule-image-fetching)
3103         (gnus-html-prefetch-images): Replace process-kill-without-query by
3104         gnus-set-process-query-on-exit-flag.
3105
3106 2010-09-16  Romain Francoise  <romain@orebokech.com>
3107
3108         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3109
3110 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3113         parameter to unintern is mandatory-ish in Emacs 24.
3114
3115         * gnus-html.el (gnus-html-schedule-image-fetching)
3116         (gnus-html-prefetch-images): Check for curl before using it.
3117
3118         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3119         depend on curl, which isn't essential.
3120
3121         * imap.el: Revert back to version
3122         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3123         seem problematic.
3124
3125 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3126
3127         * gnus-registry.el (gnus-registry-install-shortcuts):
3128         Explicitly pass `obarray' to `unintern' to avoid a warning.
3129
3130 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131
3132         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
3133         change.
3134
3135         * nnrss.el (nnrss-request-list): Remove this function and related
3136         functions, including the moreover stuff.
3137
3138 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3139
3140         * nnrss.el (nnrss-retrieve-groups): New function.
3141
3142 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3143
3144         * .dir-locals.el: Add no-byte-compile cookie.
3145
3146 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * time-date.el (format-seconds): Comment fix.
3149
3150         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3151         for back end that doesn't support request-scan.
3152
3153 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154
3155         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3156         then do request scans from the backends.
3157
3158         * netrc.el (netrc-credentials): New conveniency function.
3159
3160         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3161         avoid running a hook per line, since this takes a lot of time,
3162         profiling shows.
3163         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3164         directly if gnus-visual-p is true.
3165
3166 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3167
3168         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3169         groups; replace mapcar with dolist which is a bit faster; pass groups
3170         info to gnus-read-active-file-1.
3171         (gnus-read-active-file-1): Scan only specified groups if the new
3172         optional arg `infos' is given.
3173
3174 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3177
3178         * pop3.el (pop3-movemail): Remove.
3179         (pop3-streaming-movemail): Rename to pop3-movemail.
3180
3181         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3182         don't restrict end-tag searches to the end of the line.
3183
3184 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3185
3186         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3187         articles of every unchecked group to t, which means unknown since the
3188         server has never been opened.
3189
3190 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3191
3192         * gnus-html.el (gnus-html-show-alt-text): New command.
3193         (gnus-html-browse-image): Ditto.
3194         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3195         to browse the image directly.
3196         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3197         better.
3198
3199         * gnus-async.el (gnus-async-article-callback):
3200         Call `gnus-html-prefetch-images' unconditionally.
3201
3202         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3203         before feeding URLs to curl.
3204
3205 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3206
3207         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3208         internal images as deletable by `W D D'.
3209
3210         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3211         (gnus-async-article-callback): Fix typo.
3212
3213 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3214
3215         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3216         current line to work around bugs in the output from w3m.
3217
3218         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3219         for groups that want that.
3220
3221         * nntp.el (nntp-wait-for-string): Supply a timeout for
3222         accept-process-output to ensure progress.
3223
3224         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3225         level to get unread articles from, then use that for foreign groups,
3226         too.
3227
3228         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3229         confuses the rest of the function.
3230
3231         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3232         for the methods that support -retrieve-groups, too.
3233
3234         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3235
3236 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3237
3238         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3239         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3240
3241         * pop3.el: Require cl when compiling.
3242         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3243
3244 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3245
3246         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3247         that aren't going to be activated.
3248         (gnus-get-unread-articles): Fix up the last commit.
3249
3250         * gnus-html.el (gnus-article-html): Allow calling without specifying
3251         the handle.  In that case, dissect the buffer first.
3252
3253         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3254
3255         * nnimap.el (nnimap-open-connection): Revert the change that would look
3256         into authinfo for imaps instead of imap.
3257
3258         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3259         say that you don't want to call gnus-request-group with don-check, but
3260         do check the reponse.  This is for virtual groups only.
3261         (gnus-get-unread-articles): Count the archive groups as secondary, so
3262         that they're activated the same way as before.
3263
3264         * imap.el (imap-message-map): Removed optional buffer parameter, since
3265         no callers use it.
3266         (imap-message-get): Ditto.
3267         (imap-message-put): Ditto.
3268         (imap-mailbox-map): Ditto.
3269         (imap-mailbox-put): Ditto.
3270         (imap-mailbox-get): Ditto.
3271         (imap-mailbox-get): Revert last change for this function.
3272
3273         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3274         case-insensitively.
3275         (nnimap-debug): Remove.
3276
3277         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3278         to use `imap-fetch' instead.  According to the comments, this should be
3279         safe, since all other IMAP clients use the 1:* syntax.
3280         (imap-enable-exchange-bug-workaround): Removed.
3281         (imap-debug): Removed -- doesn't seem very useful.
3282
3283         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3284         mail from a file, and the file doesn't exist.
3285
3286         * imap.el (imap-log): New convenience function used throughout instead
3287         of repeating the same code all over the place.
3288
3289         * pop3.el (pop3-streaming-movemail): Return t for success.
3290
3291         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3292         .authinfo if we're using ssl connection.
3293
3294         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3295         already have if we're in a main Gnus `g' run.
3296
3297         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3298
3299 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3300
3301         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3302
3303         * nnmh.el (nnmh-request-list-1): Bind `file'.
3304
3305         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3306         alias to set-process-query-on-exit-flag or process-kill-without-query.
3307         (pop3-open-server): Use it.
3308
3309 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3310
3311         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3312         box to the Incoming file.  Fixes mistake in previous checkin.
3313
3314         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3315         request loop (for debugging purposes) removed.
3316
3317         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3318         culprit is more visible.
3319         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3320         (nnml-add-incremental-nov): New functions to do "incremental" nov
3321         updates, where we just append to the end of the existing nov files
3322         without reading/writing them in full.
3323
3324         * mail-source.el (mail-source-delete-crash-box): Really only check the
3325         incoming files once in a while.
3326
3327         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3328
3329         * mail-source.el (mail-source-delete-crash-box): Only check the
3330         incoming files for deletion once per day to save a lot of file
3331         accesses.
3332
3333         * pop3.el (pop3-logon): Fix up unbound variable typo.
3334
3335         * mail-source.el (pop3-streaming-movemail): Autoload.
3336
3337         * pop3.el (pop3-streaming-movemail):
3338         Respect pop3-leave-mail-on-server.
3339
3340         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3341         retrieval.
3342
3343         * pop3.el (pop3-process-filter): Remove unused function.
3344         (pop3-streaming-movemail, pop3-send-streaming-command)
3345         (pop3-wait-for-messages, pop3-write-to-file)
3346         (pop3-number-of-responses): New functions for streaming pop3
3347         retrieval.
3348
3349         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3350         come from no known methods.
3351         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3352         list.
3353
3354         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
3355         message sizes.
3356         (pop3-movemail): Use erase-buffer instead of looping and deleting
3357         regions, which seems rather odd.
3358
3359         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3360         file once per `g' run.
3361
3362         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3363         directories.  This makes the draft queue directory work.
3364
3365         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3366         data from the backends, so that we only request the list of groups from
3367         each method once.  This should speed things up considerably.
3368
3369         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3370         detect that it's not implemented.
3371
3372         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3373         we actually do recurse down into the tree, but don't stat all leaf
3374         nodes.
3375
3376         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3377         then say so instead of bugging out.
3378
3379         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3380         files exist before trying to read them.
3381
3382         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3383         around <pre_int>.
3384
3385         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3386
3387         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3388
3389 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3390
3391         * mm-util.el (mm-image-load-path): Just return the image directories,
3392         not all directories in the path in addition to the image directories.
3393         (mm-image-load-path): Maintain a cache of the image directories so that
3394         the `g' command in Gnus doesn't have to stat dozens of directories each
3395         time.
3396
3397         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3398         (gnus-html-wash-tags): Add a new `i' command to insert images.
3399         (gnus-html-insert-image): New command and keystroke.
3400         (gnus-html-redisplay-with-images): New command and keystroke.
3401         (gnus-html-show-images): Rename command.
3402         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3403         spacers.
3404         (gnus-html-wash-tags): Decode entities at the end, so that entities
3405         inside the tags don't mess up the rest of the "parsing".
3406
3407         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3408         so that nnimap methods aren't agentized by default.  There's apparently
3409         many problems related to agent/imap behaviour.
3410
3411         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3412
3413         * gnus-html.el: Doc fix.
3414
3415 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3416
3417         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3418         specifier-spec-list for Emacs 21.
3419
3420         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3421         glyph-width and glyph-height instead of display-graphic-p and
3422         image-size; make avoidance of displaying small images work for XEmacs.
3423
3424         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3425         for XEmacs.
3426
3427         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3428         of symbol that holds plist data.
3429         (gnus-process-plist): Remove plist of process after getting it.
3430
3431 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3432
3433         * message.el (message-generate-hashcash): Change default to
3434         'opportunistic if hashcash is installed.
3435
3436         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3437         (gnus-html-put-image): Only call image-size once, since it's somewhat
3438         time-consuming on remote X servers.
3439
3440 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3441
3442         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3443         type on data, not a file name.
3444
3445         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3446         window-pixel-edges for Emacs 21.
3447
3448         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3449         decoded contents.
3450         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3451
3452 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3453
3454         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3455         group line format, since it isn't very interesting.
3456
3457         * gnus-agent.el (gnus-agent-short-article),
3458         (gnus-agent-long-article): Increase values for these two variables,
3459         since most people are likely to have more network connection and
3460         storage than before.
3461
3462         * gnus.el (gnus-refer-article-method): Change default to 'current.
3463         When referring an article, the common behaviour is to refer it from the
3464         current select method, not the native select method.  The chances of
3465         the native select method having the message in question is rather slim
3466         these days.
3467
3468         * gnus-sum.el (gnus-auto-select-subject): Change default to
3469         `unseen-or-unread'.  I think it's likely that most people want to
3470         select an unseen article over a previously seen, but unread one.
3471
3472         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3473         means that in the article buffer none of the minor mode elements will
3474         be shown, usually, and this is not desirable in most cases.
3475
3476         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3477         that commands like `d' (and the like) go to the next line in the
3478         buffer, instead of the next unread article.  I think this is the
3479         behaviour that is most natural for most users.
3480         (gnus-single-article-buffer): Change default to nil, so that people can
3481         have as many article buffers open as they have summary buffer.  I think
3482         this is the most natural way for the groups to behave.
3483
3484         * message.el (message-generate-new-buffers): Change default to
3485         `unsent', so that all new message buffers start their names with the
3486         string "*unsent", and it's easier to find the buffers if you move from
3487         them.
3488
3489 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490
3491         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3492         small.  They're probably tracking images.
3493         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3494         (gnus-html-rescale-image): Yet another try at getting the image sizing
3495         right.
3496
3497         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3498         nntp-marks-file-name is nil.
3499
3500 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3501
3502         * gnus-html.el (gnus-html-wash-tags)
3503         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3504         Better logging.
3505
3506 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3507
3508         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
3509
3510         * gnus-html.el (gnus-html-wash-tags): Check the value of
3511         gnus-blocked-images in the summary buffer.
3512
3513 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3514
3515         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3516
3517 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3520         like "a", it seems like.
3521         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3522         since it needs to be picked from the correct buffer.
3523
3524         * nnwfm.el: Remove.
3525
3526         * nnlistserv.el: Remove.
3527
3528 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3529
3530         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3531         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3532
3533 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * nnkiboze.el: Remove.
3536
3537         * nndb.el: Remove.
3538
3539         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3540         alt text.
3541         (gnus-html-rescale-image): Try to get the rescaling logic right for
3542         images that are just wide and not tall.
3543
3544         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3545         overshadow variable bindings.
3546
3547 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3548
3549         * gnus-html.el (gnus-html-wash-tags)
3550         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
3551         Add extra logging.
3552
3553 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3554
3555         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3556         (gnus-max-image-proportion): New variable.
3557         (gnus-html-rescale-image): New function.
3558         (gnus-html-put-image): Rescale images.
3559
3560 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3561
3562         Fix up some byte-compiler warnings.
3563         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3564         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3565         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3566         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3567         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3568         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3569         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3570
3571 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3572
3573         * gnus-html.el (gnus-article-html): Decode contents by charset.
3574
3575 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3576
3577         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3578         (gnus-html-frame-width, gnus-blocked-images)
3579         * message.el (message-prune-recipient-rules): Add custom version.
3580         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3581
3582         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3583         functions.
3584
3585         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3586         gnus-process-get.
3587
3588 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3589
3590         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3591         instead of lsub directly.
3592
3593 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3594
3595         * nnwarchive.el: Remove.
3596
3597         * gnus-soup.el: Remove.
3598
3599         * nnsoup.el: Remove.
3600
3601         * nnultimate.el: Remove.
3602
3603         * gnus-html.el (gnus-blocked-images): New variable.
3604
3605         * message.el (message-prune-recipients): New function.
3606         (message-prune-recipient-rules): New variable.
3607
3608         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3609         guess whether a long line is natural text or not.
3610
3611         * gnus-html.el (gnus-html-schedule-image-fetching):
3612         Use gnus-process-plist and friends for compatibility.
3613
3614 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3615
3616         * gnus-html.el: Require packages that define macros used in this file.
3617         (gnus-article-mouse-face): Declare to silence byte-compiler.
3618         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3619         process-get.
3620         (gnus-html-put-image): Use plist-get to avoid getf.
3621         (gnus-html-prefetch-images): Use with-current-buffer.
3622
3623 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3624
3625         * gnus-ems.el: Provide compatibility functions for
3626         gnus-set-process-plist.
3627
3628         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3629         header-line-format for XEmacs 21.4.
3630
3631         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3632         * gnus.el (gnus-valid-select-methods)
3633         * message.el (message-send-mail-partially-limit)
3634         * mm-decode.el (mm-text-html-renderer)
3635         * mml.el (mml-insert-mime-headers-always)
3636         * smiley.el (smiley-regexp-alist): Bump custom version.
3637
3638 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639
3640         * gnus-html.el: require mm-url.
3641         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3642         with the url to `url'.
3643         (gnus-html-wash-tags): Support cid: URLs/images.
3644
3645 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3646
3647         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3648         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3649         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3650
3651         * gnus-move.el: Remove file, since it doesn't really work.
3652
3653         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3654         UTF-8.  This seems to fix problems with some German web feeds.
3655
3656         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3657         at the top so that the proper colours are applied.
3658
3659         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3660         don't have dots in their names.
3661
3662         * gnus-art.el (gnus-article-view-part): Doc fix.
3663
3664         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3665         XEmacs-compatible.
3666         (gnus-html-put-image): Don't do images on non-graphic displays.
3667
3668         * nnslashdot.el: Remove this unused backend.
3669
3670         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3671         actions.
3672         (gnus-undo-register-1): Revert last change.
3673
3674         * gnus-group.el (gnus-group-completing-read): Protect against not
3675         having completion-styles bound.
3676
3677         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3678         make broken recipients happier.
3679
3680         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3681
3682         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3683         point parameter.
3684
3685         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3686
3687         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3688         completion-styles for group selection.
3689
3690 2009-02-04  Andreas Schwab  <schwab@suse.de>
3691
3692         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3693         headers and regexp-quote the match if necessary.
3694
3695 2009-03-24  Miles Bader  <miles@gnu.org>
3696
3697         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3698         the blinking smiley.
3699
3700 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3701
3702         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3703         blink smiley.
3704
3705 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3706
3707         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3708         where the dribbel file lives exists.
3709
3710         * message.el (message-send-mail-partially-limit): Change the default to
3711         nil, since most people don't want this.
3712
3713         * mm-url.el (mm-url-decode-entities): Also decode entities like
3714         &#x3212.
3715
3716 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3717
3718         * gnus-sum.el (gnus-summary-idna-message):
3719         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3720         Hyperlink urls in docstrings with URL `...'.
3721
3722 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3723
3724         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3725         functions.
3726
3727 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3728
3729         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3730         say what the mouseover text should be.
3731
3732         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3733         version of the mm-w3m-safe-url-regexp variable to only download images
3734         in the groups where we want that to happen.
3735
3736         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3737
3738         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3739         easier debugging.
3740         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3741         big pictures in the article buffer.
3742
3743         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3744         gnus-article-html.
3745         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3746         w3m.
3747
3748         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3749
3750 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3753         which doesn't exist.
3754
3755         * message.el (message-inhibit-ecomplete): New variable to allow some
3756         function to inhibit ecomplete address storage.
3757         (message-resend): Disable ecomplete message storage when resending
3758         messages.
3759
3760         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3761
3762 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3763
3764         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3765         Save excursion while copying, moving, and deleting articles in order to
3766         prevent the cursor from jumping to unforeseen place.
3767
3768 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3769
3770         * lpath.el: No need to bind bookmark-current-buffer,
3771         bookmark-yank-point and bookmark-make-record-function.
3772
3773 2010-08-17  Glenn Morris  <rgm@gnu.org>
3774
3775         * gnus-sync.el: Require gnus components whose functions are used.
3776
3777         * gnus-art.el (bookmark-make-record-function):
3778         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3779         Declare for compiler.
3780
3781         * mm-url.el (mml-compute-boundary): Autoload.
3782
3783 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3784
3785         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3786
3787 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3788
3789         Typo fix "hoo4a" -> "hook".
3790
3791         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3792
3793 2010-08-14  Glenn Morris  <rgm@gnu.org>
3794
3795         * gnus-sync.el (gnus-sync): Fix defgroup version.
3796
3797 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3798
3799         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3800
3801         * gnus-sync.el: Fix docs.
3802         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3803         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3804
3805 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3806
3807         Optimizations for gnus-sync.el.
3808
3809         * gnus-sync.el: Add docs about gnus-sync-backend
3810         possibilities.
3811         (gnus-sync-save): Remove unnecessary message.
3812         (gnus-sync-read): Optimize and show what groups were skipped.
3813
3814 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3815
3816         Minor bug fixes for gnus-sync.el.
3817
3818         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
3819         Don't read the sync on get-new-news.
3820
3821         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3822         quiet.
3823
3824         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
3825         (fix typo).
3826
3827 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3828
3829         Make saving and restoring of hidden threads work with overlays.
3830         Patch applied by Ted Zlatanov.
3831
3832         * gnus-sum.el (gnus-hidden-threads-configuration)
3833         (gnus-restore-hidden-threads-configuration): Update to deal with text
3834         properties, rather than searching for a magic character.
3835
3836 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3837
3838         New gnus-sync.el library for synchronization of marks.
3839
3840         * gnus-sync.el: New library for synchronization of marks.
3841
3842         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3843         renamed from `gnus-registry-grep-in-list'.
3844
3845         * gnus-registry.el (gnus-registry-follow-group-p):
3846         Use `gnus-grep-in-list'.
3847
3848         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3849
3850 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3851
3852         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3853         determining charset of text fails.
3854
3855 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * nnmail.el (nnmail-get-new-mail-1): Revert.
3858
3859         * nnml.el (nnml-active-number): Make sure names of newly created groups
3860         in nnml-group-alist are encoded.
3861
3862 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3865         containing non-ASCII characters in active file for nnml back end.
3866
3867 2010-07-24  David Engster  <dengste@eml.cc>
3868
3869         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3870         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3871
3872 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3873
3874         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3875         tag (Bug#6654).
3876
3877 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3878
3879         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3880         the article buffer, not the summary buffer.
3881
3882 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3883
3884         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3885         Emacs 23 as well.
3886
3887 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3888
3889         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3890         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3891
3892 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3893
3894         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3895         Patch applied by Karl Fogel.
3896
3897         * gnus-sum.el (gnus-summary-bookmark-make-record):
3898         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3899
3900 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3901
3902         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3903         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3904         C-w still not working correctly from Article buffers; Thierry's
3905         patch to fix that will be applied after this.
3906
3907         * gnus-art.el (bookmark-make-record-function): New local variable.
3908
3909         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3910         article buffer.
3911         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3912
3913 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3914
3915         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3916         on changes in bookmark.el.
3917
3918 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3921         `no-log' instead of message not to log prompt string.
3922
3923 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3924
3925         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3926         the *other* type of HTML form submission.
3927
3928 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3929
3930         * auth-source.el (auth-source-pick): If choice does not contain a
3931         questioned keyword, set the check to t.
3932
3933 2010-06-12  Romain Francoise  <romain@orebokech.com>
3934
3935         * gnus-util.el (gnus-date-get-time): Move up before first use.
3936
3937 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3938
3939         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3940         (gnus-article-edit-part): Bind it to make last part that is substituted
3941         or deleted visible.
3942         (gnus-mime-display-single): Buttonize part of which id equals to
3943         gnus-mime-buttonized-part-id.
3944
3945 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3946
3947         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3948         (gnus-dd-mmm): Use gnus-date-get-time.
3949         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3950         simplify logic.
3951         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3952         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3953
3954 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3955
3956         * auth-source.el (top): Autoload `secrets-list-collections',
3957         `secrets-create-item', `secrets-delete-item'.
3958         (auth-sources): Fix tag string.
3959         (auth-get-source, auth-source-retrieve, auth-source-create)
3960         (auth-source-delete): New defuns.
3961         (auth-source-pick): Rewrite in order to avoid 2 passes.
3962         (auth-source-forget-user-or-password): New parameter USERNAME.
3963         (auth-source-user-or-password): New parameters CREATE-MISSING and
3964         DELETE-EXISTING.  Retrieve password interactively, if needed.
3965
3966 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3967
3968         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3969         deleting unused directories when gnus-expert-user is t.
3970
3971 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3974         for each temp file when gnus-article-browse-delete-temp is ask.
3975
3976 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3977
3978         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3979         Lisp calls to delete-backward-char by calls to delete-char.
3980
3981 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3982
3983         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3984
3985 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3986
3987         * password-cache.el (password-cache-remove): Fix docstring.
3988
3989 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3990
3991         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3992         article unless decoding article to be saved.
3993
3994 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3995
3996         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3997         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3998         generated within the mm-with-unibyte-current-buffer macro.
3999
4000 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
4003         to nil when we're in a mml-preview buffer and no group is selected.
4004
4005 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
4006
4007         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
4008         when catching the `C-g'.  Reported by "Leo".
4009
4010 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * message.el (message-forward-make-body-plain)
4013         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
4014         multibyte-string-p.
4015
4016         * lpath.el: Revert.
4017
4018 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4019
4020         * message.el (message-forward-make-body-mml): Assume original message
4021         is multibyte string; error on unibyte.
4022         (message-forward-make-body-plain): Ditto; don't add excessive newline
4023         in body end.
4024
4025         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4026
4027 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4028
4029         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4030         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4031
4032 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * mm-extern.el (mm-extern-url): Don't use
4035         mm-with-unibyte-current-buffer.
4036         (mm-extern-cache-contents): Use with-current-buffer instead of
4037         save-excursion + set-buffer.
4038
4039 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4040
4041         * mm-util.el (mm-emacs-mule): Remove.
4042
4043 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4044
4045         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4046         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4047         change.
4048
4049 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4052         bind the default value of enable-multibyte-characters to nil.
4053
4054 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4055
4056         * message.el (message-forward-make-body-plain)
4057         (message-forward-make-body-mml):
4058         Don't use mm-with-unibyte-current-buffer.
4059
4060 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4061
4062         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4063
4064 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4065
4066         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4067         (Bug#5592).
4068
4069 2010-05-07  Julien Danjou  <julien@danjou.info>
4070
4071         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4072         it to mm-pipe-part.
4073
4074         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4075         it is given.
4076
4077 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4078
4079         * binhex.el (binhex-decode-region-internal)
4080         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4081         (dns-query)
4082         * nnweb.el (nnweb-gmane-search)
4083         * pgg-parse.el (pgg-parse-armor)
4084         * pgg.el (pgg-verify-region)
4085         * sha1.el (sha1-string-external)
4086         * uudecode.el (uudecode-decode-region-internal)
4087         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4088         XEmacs.
4089
4090         * gnus-art.el (gnus-article-browse-html-parts)
4091         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4092         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4093         make-temp-file.
4094
4095         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4096         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4097         compiling.
4098
4099         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4100         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4101         XEmacs when compiling.
4102
4103         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4104         gnus-pick-mode-off-hook for XEmacs when compiling.
4105         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4106         gnus-binary-mode-off-hook for XEmacs when compiling.
4107
4108         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4109         Return nil if char-charset is not available.
4110
4111         * imap.el (imap-disable-multibyte)
4112         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4113         macros.
4114
4115         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4116         instead of encode-coding-string.
4117
4118         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4119         'xemacs) instead of mm-emacs-mule to switch function definitions.
4120         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4121
4122         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4123         bind temporary-file-directory for XEmacs;
4124         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4125         timer-set-function for XEmacs 21.4 and SXEmacs;
4126         bind timer-list for XEmacs 21.4 and SXEmacs;
4127         fbind char-charset and find-charset-region for non-Mule XEmacs;
4128         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4129         encode-coding-region and encode-coding-string for XEmacs having no
4130         file-coding feature.
4131
4132 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4133
4134         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4135
4136 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4137
4138         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4139         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4140
4141 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4142
4143         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4144         alias `jka-compr-delete-temp-file' no longer exists.
4145
4146 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4147
4148         Use define-minor-mode in Gnus where applicable.
4149         * mml.el (mml-mode): Use define-minor-mode.
4150         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4151         (gnus-undo-mode): Use define-minor-mode.
4152         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4153         (gnus-dead-summary-mode): Use define-minor-mode.
4154         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4155         Initialize in declaration.
4156         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4157         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4158         (gnus-mailing-list-mode): Use define-minor-mode.
4159         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4160         (gnus-draft-mode): Use define-minor-mode.
4161         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4162         (gnus-dired-mode): Use define-minor-mode.
4163
4164 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4165
4166         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4167         handles on recursive mml-to-mime translation and check them for
4168         boundary delimiter collisions.  Reported by Greg Troxel.
4169
4170 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4171
4172         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4173
4174 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4175
4176         * mm-util.el (mm-find-buffer-file-coding-system):
4177         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4178
4179 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4180
4181         * message.el (message-generate-headers): Record insertion of optional
4182         headers as well.  Otherwise the check to prevent repeated insertion of
4183         optional headers is a no-op.
4184
4185 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4186
4187         * smime.el: Don't mention CVS.
4188
4189         * nnrss.el (nnrss-fetch): Don't mention CVS.
4190
4191         * nnir.el: Don't mention CVS.
4192
4193 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4194
4195         * gnus-sum.el (gnus-summary-bookmark-make-record):
4196         Add `location' field.
4197
4198 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * lpath.el: Fbind bookmark-default-handler,
4201         bookmark-get-bookmark-record, bookmark-make-record-default,
4202         bookmark-prop-get for Emacs <23 and XEmacs.
4203
4204 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4205
4206         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4207         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4208         Use with-current-buffer to silence the byte-compiler.
4209         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4210         bother to require `gnus'.
4211         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4212
4213 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4214
4215         * gnus-sum.el (gnus-summary-bookmark-make-record)
4216         (gnus-summary-bookmark-jump): New functions.
4217         (gnus-summary-mode): Setup bookmark support.
4218
4219 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4220
4221         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4222         if set.
4223
4224 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4225
4226         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4227         gnus-article-browse-html-save-cid-image; make it work recursively for
4228         forwarded messages as well.
4229         (gnus-article-browse-html-parts): Work when prefix arg is given.
4230         (gnus-article-browse-html-article): Doc fix.
4231
4232 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4233
4234         * message.el (message-default-mail-headers):
4235         (message-default-headers): Carry the value mail-default-headers over
4236         into message-default-mail-headers, rather than message-default-headers.
4237
4238 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4239
4240         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4241         charset.
4242
4243         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4244         charset into the <meta> tag when the article is encoded to utf-8.
4245
4246 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4247
4248         * gnus-art.el (gnus-article-browse-delete-temp-files):
4249         Delete directories as well.
4250         (gnus-article-browse-html-parts): Work for images that do not specify
4251         file names; delete temp directory when quitting; insert header at the
4252         right place; use file: scheme for image files.
4253
4254 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4255
4256         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4257         (gnus-article-browse-html-parts): Use it to make temporary cid image
4258         files in addition to html file so that browser may display them.
4259
4260 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4261
4262         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4263
4264 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4265
4266         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4267
4268 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4269
4270         * auth-source.el (auth-sources): Change default to be simpler.
4271         Explain about Secret Service API sources.  Improve Customize options.
4272         (auth-source-pick): Change to accept any number of search parameters.
4273         Implement fallbacks iteratively, not recursively.  Add scoring on the
4274         second pass and sort by score.  Call Secret Service API when needed.
4275         (auth-source-user-or-password): Use it.  Call Secret Service API
4276         directly when needed to get the user name and the password.
4277
4278 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4279
4280         * message.el (message-interactive): Doc fix.
4281         (message-qmail-inject-args): Reflow.
4282         (message-kill-to-signature): Fix typo in docstring.
4283
4284         * smiley.el (smiley-buffer): Fix typo in docstring.
4285
4286 2010-03-24  Glenn Morris  <rgm@gnu.org>
4287
4288         * mail-source.el (gnus-message): Declare.
4289         (mail-source-delete-old-incoming): Require gnus-util.
4290
4291 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4292
4293         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4294
4295         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4296
4297         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4298         password-cache's default if it is not bound.
4299         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4300         password-cache-expiry's default if it is not bound.
4301
4302         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4303         available in Emacs 21.
4304
4305         * lpath.el: Suppress compiler warnings for:
4306         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4307         XEmacs;
4308         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4309         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4310         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4311
4312 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4313
4314         * auth-source.el (auth-sources): Fix up definition so extra parameters
4315         are always inline.
4316
4317 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4318
4319         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4320         wasn't updated after mismatch.  Clear cached mailbox info correctly
4321         when uidvalidity changes.
4322         (nnimap-group-prefixed-name): New function to avoid some code
4323         duplication.
4324         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4325         (nnimap-request-group): Use it.
4326         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4327         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4328         with many imap folders.  This is done by caching the group status from
4329         the imap server persistently in a group parameter `imap-status'.  (This
4330         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4331         but not persistently, so every Gnus startup was still very slow.)
4332
4333 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4334
4335         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4336         delete the extra newline.  Otherwise editing of :string and :number
4337         types don't work.
4338
4339 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4340
4341         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4342         secrets.el dependency.
4343         (auth-sources): Add optional user name.  Add secrets.el configuration
4344         choice (unused right now).
4345
4346 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4347
4348         * gnus-sum.el (gnus-summary-make-menu-bar):
4349         Let `gnus-registry-install-shortcuts' fill in the functions.
4350
4351         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4352         warnings.
4353         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4354         (gnus-registry-install-shortcuts): Populate and use it in a
4355         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4356
4357 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4358
4359         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4360         In-place substitutions for the group name encoding/decoding.
4361         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4362         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4363         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4364         (nnimap-update-unseen, nnimap-request-list)
4365         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4366         (nnimap-request-set-mark, nnimap-split-to-groups)
4367         (nnimap-split-articles, nnimap-request-newgroups)
4368         (nnimap-request-create-group, nnimap-request-accept-article)
4369         (nnimap-request-delete-group, nnimap-request-rename-group)
4370         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4371         `encoded-mbx' for consistency.
4372         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4373         variable `imap-current-mailbox'.
4374
4375         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4376         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4377
4378 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4379
4380         * pop3.el (pop3-display-message-size-flag): Display message size byte
4381         counts during POP3 download.
4382         (pop3-movemail): Use it.
4383         (pop3-list): Implement listing of available messages.
4384
4385 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4386
4387         * nnir.el (nnir-get-article-nov-override-function): New function to
4388         override the normal NOV retrieval.
4389         (nnir-retrieve-headers): Use it.
4390
4391 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4392
4393         * auth-source.el (netrc-machine-user-or-password): Autoload.
4394
4395 2010-03-19  Glenn Morris  <rgm@gnu.org>
4396
4397         Stop message.el from loading about 40 libraries it doesn't always need.
4398         The general approach is to autoload rather than require, and to
4399         require in the specific functions rather than the file.  (Bug#5642)
4400
4401         * gmm-utils.el: Don't require wid-edit.
4402         (widget-create-child-value, widget-convert, widget-default-get):
4403         Autoload.
4404
4405         * gnus-util.el: Don't require time-date, netrc.
4406         (message-fetch-field, gnus-group-name-decode): Declare rather than
4407         autoloading.
4408         (gnus-fetch-field): Require message.
4409         (gnus-decode-newsgroups): Require gnus-group.
4410
4411         * ietf-drums.el: Don't require time-date.
4412
4413         * message.el: Don't require hashcash, canlock, ecomplete.
4414         Do require mail-utils.  Require nnheader only when compiling.
4415         (smtpmail-default-smtp-server): Remove declaration.
4416         (message-send-mail-function): Check smtpmail-default-smtp-server
4417         is bound rather than requiring smtpmail.
4418         (message-auto-save-directory, message-insert-signature):
4419         Use expand-file-name rather than nnheader-concat.
4420         (nnheader-insert-file-contents): Autoload.
4421         (hashcash-wait-async): Declare.
4422         (message-send-mail): Only call gnus-setup-posting-charset if
4423         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4424         (message-send-mail-with-sendmail): Require sendmail.
4425         (canlock-password, canlock-password-for-verify): Declare.
4426         (message-canlock-password): Require canlock.
4427         (nnheader-get-report): Autoload.
4428         (gnus-setup-posting-charset): Declare.
4429         (message-send-news): Require gnus-msg.
4430         (message-make-references, message-make-in-reply-to): Use mail-header-id
4431         rather than the alias mail-header-message-id.
4432         (ecomplete-add-item, ecomplete-save): Declare.
4433         (message-put-addresses-in-ecomplete): Require ecomplete.
4434         (ecomplete-display-matches): Autoload.
4435
4436         * mm-decode.el: Don't require mailcap, gnus-util.
4437         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4438         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4439         Autoload.
4440         (mailcap-mime-extensions): Declare.
4441
4442         * mm-encode.el: Don't require mailcap.
4443         (mailcap-extension-to-mime): Autoload.
4444
4445         * mml-sec.el: Don't require password-cache.
4446
4447         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4448         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4449         (mml-minibuffer-read-type): Require mailcap.
4450         (mml-preview): Require gnus-msg.
4451
4452         * mml1991.el: Require password-cache.
4453         (password-cache-expiry): Remove declaration.
4454
4455         * mml2015.el: Require password-cache.
4456         (password-cache-expiry): Remove declaration.
4457
4458         * nneething.el (mailcap): Require mailcap.
4459
4460         * nnheader.el (declare-function): Add compatibility stub.
4461         (message-remove-header): Declare rather than autoload.
4462         (nnheader-replace-header): Require message.
4463
4464         * nnimap.el (declare-function): Add compatibility stub.
4465         (netrc-parse, netrc-machine-user-or-password): Declare.
4466         (nnimap-open-connection): Require netrc.
4467
4468         * nntp.el (declare-function): Add compatibility stub.
4469         (netrc-parse, netrc-machine, netrc-get): Declare.
4470         (nntp-send-authinfo): Require netrc.
4471
4472         * rfc2047.el: Don't require qp.
4473         (quoted-printable-encode-region, quoted-printable-decode-string):
4474         Autoload.
4475
4476         * sieve-mode.el: Don't require easymenu.
4477         (easy-menu-add-item): Autoload it.
4478
4479         * spam-stat.el (time-to-number-of-days): Autoload it.
4480
4481 2010-03-19  Glenn Morris  <rgm@gnu.org>
4482
4483         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4484
4485 2010-03-18  Glenn Morris  <rgm@gnu.org>
4486
4487         * hashcash.el (declare-function): Remove duplicate definition.
4488
4489 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4490
4491         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4492         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4493         value if any backslash escapes).
4494
4495 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4496
4497         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4498         if it is available.  (bug#5647)
4499
4500         * lpath.el: Suppress compiler warning for coding-system-from-name for
4501         Emacs 21 and XEmacs.
4502
4503 2010-03-14  Juri Linkov  <juri@jurta.org>
4504
4505         * hmac-def.el:
4506         * hmac-md5.el:
4507         * netrc.el: Fix keywords.
4508
4509 2010-02-26  Glenn Morris  <rgm@gnu.org>
4510
4511         * message.el (message-send-mail-function): Change the default, so that
4512         it inherits from a customized send-mail-function.  (Bug#5643)
4513
4514 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4515
4516         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4517         shell-command-to-string signals an error (bug#5299).
4518
4519 2010-02-24  Glenn Morris  <rgm@gnu.org>
4520
4521         * message.el (message-smtpmail-send-it)
4522         (message-send-mail-with-mailclient): Doc fixes.
4523
4524 2010-02-16  Glenn Morris  <rgm@gnu.org>
4525
4526         * message.el (message-default-mail-headers): Change the default value
4527         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4528
4529 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4530
4531         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4532         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4533
4534 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4535
4536         * time-date.el (date-to-time): Doc fix (Bug#5408).
4537
4538 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4539
4540         * message.el (message-mail): Just pass yank-action on to message-setup.
4541         (message-setup): Handle (FUN . ARGS) form of yank-action.
4542         (message-with-reply-buffer, message-widen-reply)
4543         (message-yank-original): Handle non-buffer values of
4544         message-reply-buffer (Bug#4080).
4545         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4546
4547 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4548
4549         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4550         Fix typo in docstring.
4551
4552 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4553
4554         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4555         response.
4556
4557 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4558
4559         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4560
4561         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4562
4563         * message.el (message-check-news-header-syntax): Protect against a
4564         string that `rfc822-addresses' returns when parsing fails.
4565
4566 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4567
4568         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4569         (gnus-previous-char-property-change): New functions.
4570
4571         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4572
4573 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4574
4575         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4576         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4577
4578 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4579
4580         * message.el (message-exchange-point-and-mark): Rework last change to
4581         avoid using optional arg of exchange-point-and-mark, for backward
4582         compatibility.
4583
4584 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4585
4586         * message.el (message-exchange-point-and-mark):
4587         Call exchange-point-and-mark with an argument rather than setting
4588         mark-active by hand (Bug#5175).
4589
4590 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4591
4592         * nntp.el (nntp-service-to-port): Work for service expressed with
4593         numeric string; replace [:digit:] with [0-9] for XEmacs.
4594
4595 2009-12-17  Glenn Morris  <rgm@gnu.org>
4596
4597         * gnus-group.el (gnus-bug-group-download-format-alist):
4598         Change emacs entry to debbugs.gnu.org.  Bump :version.
4599
4600 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4601
4602         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4603
4604 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4605
4606         * message.el (message-info): Explain why we use `Info-goto-node'.
4607
4608 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4609
4610         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4611
4612 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4613
4614         * message.el (message-completion-in-region): New compatibility function.
4615         (message-expand-group): Use it.
4616
4617 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4618
4619         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4620         with no unread article should be listed if the 2nd arg `predicate' is
4621         given.
4622
4623 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4624
4625         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4626
4627 2009-11-29  Juri Linkov  <juri@jurta.org>
4628
4629         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4630         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4631         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4632
4633 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4634
4635         * sha1.el (sha1-string-external): default-directory "/" in case
4636         otherwise non-existent.  process-connection-type pipe for touch of
4637         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4638
4639 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4640
4641         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4642         it's comms related and sgml-mode.el has "comm" on that basis too.
4643
4644 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4645
4646         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4647         containing tspecial characters if they have been already quoted.
4648
4649 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4650
4651         * dns-mode.el (auto-mode-alist): Purecopy string.
4652
4653 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4654
4655         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4656
4657 2009-10-24  Glenn Morris  <rgm@gnu.org>
4658
4659         * gnus-art.el (help-xref-stack-item): Define for compiler.
4660
4661 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4662
4663         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4664
4665 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4666
4667         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4668
4669 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4670
4671         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4672         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4673
4674 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4675
4676         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4677         (gnus-overlays-in): New alias to overlays-in.
4678
4679         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4680         gnus-overlay-get, and gnus-delete-overlay.
4681         (gnus-summary-show-thread): Make it work as well for systems in which
4682         next-single-char-property-change is not available.
4683         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4684
4685         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4686         (gnus-overlay-get): New alias to extent-property.
4687         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4688
4689         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4690         SXEmacs.
4691
4692         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4693         SXEmacs.
4694
4695 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4696
4697         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4698
4699 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4700
4701         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4702         and XEmacs that don't have `remove-overlays'.
4703
4704 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4705
4706         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4707         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4708         selective display.  Use overlays instead.
4709
4710 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4711
4712         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4713
4714 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4715
4716         * spam-stat.el (spam-stat-load): Fix typo in message.
4717
4718 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4719
4720         * dig.el (dig-invoke): Fix typo in docstring.
4721         (query-dig): Reflow docstring.
4722
4723 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4724
4725         * gnus-art.el (gnus-article-encrypt-body):
4726         * message.el (message-check-recipients):
4727         * mm-util.el (mm-codepage-setup):
4728         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4729         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4730
4731 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4732
4733         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4734         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4735         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4736         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4737         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4738
4739 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4740
4741         * dig.el: Add "Keywords: comm", as per net-utils.el.
4742
4743 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4744
4745         * dig.el (dig-mode): Use define-derived-mode.
4746
4747 2009-09-19  Glenn Morris  <rgm@gnu.org>
4748
4749         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4750
4751 2009-09-18  Glenn Morris  <rgm@gnu.org>
4752
4753         * gnus-diary.el (gnus-diary-check-message):
4754         * message.el (message-insert-formatted-citation-line):
4755         * nnbabyl.el (top-level):
4756         * nndiary.el (nndiary-schedule):
4757         Fix typos in condition-case handlers.
4758
4759 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4762         configuration that provides the sole article window in a frame;
4763         position point correctly after deleting a part.
4764
4765 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4766
4767         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4768         (spam-resolve-registrations-routine): Use it to unregister articles
4769         that change status.
4770
4771 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4772
4773         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4774         with XEmacs.
4775         (parse-time-string-chars): Use it.
4776
4777 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4778
4779         * imap.el (imap-interactive-login): Better messages.
4780         (imap-open): Fix bug with renamed buffer on reconnect.
4781         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4782         for easier debugging and cleaner code.  On successful (guessed based on
4783         server capabilities) secondary authentication, set imap-state
4784         correctly.
4785         (imap-last-authenticator): Define imap-last-authenticator as a variable
4786         to avoid warnings.
4787
4788 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4789
4790         * nnrss.el (nnrss-request-article): Remove binding of
4791         default-enable-multibyte-characters that has gotten needless by
4792         the 2007-07-13 change in rfc2047-encode-message-header.
4793
4794         * mml.el (mml-insert-multipart): Error on the message header.
4795         (mml-insert-part): Error on the message header; position point at
4796         the end of a MIME tag.
4797
4798 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4799
4800         * time-date.el (autoload): Expand define-obsolete-function-alias into
4801         defalias and make-obsolete for old Emacsen that Gnus supports.
4802         (with-no-warnings): Define it for old Emacsen.
4803         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4804         is available.
4805         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4806         float-time is available; suppress compile warning for time-to-seconds.
4807
4808         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4809         (gnus-float-time): Alias to float-time if it exists.
4810
4811         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4812         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4813         float-time is available; suppress compile warning for time-to-seconds.
4814
4815         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4816         XEmacs.
4817
4818 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4819
4820         * imap.el (imap-message-map): Docstring fix.
4821
4822 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4823
4824         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4825         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4826         Add the optional argument `encoding' that overrides the default.
4827
4828         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4829         mm-encode-buffer.
4830
4831 2009-09-04  Glenn Morris  <rgm@gnu.org>
4832
4833         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4834         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4835         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4836         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4837         * mm-util.el (mm-with-unibyte-current-buffer)
4838         (mm-find-buffer-file-coding-system):
4839         * yenc.el (yenc-decode-region): Use default-value rather than
4840         default-enable-multibyte-characters.
4841
4842 2009-09-03  Glenn Morris  <rgm@gnu.org>
4843
4844         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4845         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4846         than default-enable-multibyte-characters.
4847
4848 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4849
4850         * gnus-art.el (gnus-article-read-summary-keys):
4851         Fix gnus-buffer-configuration's value temporarily used.
4852
4853 2009-09-02  Glenn Morris  <rgm@gnu.org>
4854
4855         * gnus-util.el (gnus-float-time): New function.
4856         * gnus-delay.el (gnus-delay-article):
4857         * gnus-sum.el (gnus-thread-latest-date):
4858         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4859         * nnspool.el (nnspool-request-newgroups):
4860         Use gnus-float-time rather than time-to-seconds.
4861         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4862
4863         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4864         (gnus-header-subject-face, gnus-header-newsgroups-face)
4865         (gnus-header-name-face, gnus-header-content-face):
4866         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4867         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4868         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4869         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4870         (gnus-cite-face-11):
4871         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4872         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4873         (gnus-server-closed-face, gnus-server-denied-face)
4874         (gnus-server-offline-face):
4875         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4876         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4877         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4878         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4879         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4880         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4881         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4882         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4883         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4884         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4885         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4886         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4887         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4888         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4889         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4890         (gnus-summary-high-undownloaded-face)
4891         (gnus-summary-low-undownloaded-face)
4892         (gnus-summary-normal-undownloaded-face)
4893         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4894         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4895         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4896         (gnus-splash-face):
4897         * message.el (message-header-to-face, message-header-cc-face)
4898         (message-header-subject-face, message-header-newsgroups-face)
4899         (message-header-other-face, message-header-name-face)
4900         (message-header-xheader-face, message-separator-face)
4901         (message-cited-text-face, message-mml-face):
4902         * sieve-mode.el (sieve-control-commands-face)
4903         (sieve-action-commands-face, sieve-test-commands-face)
4904         (sieve-tagged-arguments-face):
4905         * spam.el (spam-face):
4906         Mark face aliases with "-face" in the name as obsolete.
4907
4908 2009-09-01  Glenn Morris  <rgm@gnu.org>
4909
4910         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4911         than goto-line.
4912
4913 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4916         Don't move point if the command is invoked inside the message header.
4917
4918 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4919
4920         * imap.el (imap-send-command): Simplify.
4921         (imap-wait-for-tag): point-max -> buffer-size.
4922
4923 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4924
4925         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4926         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4927         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4928         * nnir.el (nnir-swish-e-index-file):
4929         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4930         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4931         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4932         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4933         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4934         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4935
4936 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4937
4938         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4939         Don't save excursion.
4940
4941 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4942
4943         * nnheader.el (nnheader-find-file-noselect):
4944         * mm-util.el (mm-insert-file-contents):
4945         Use (default-value 'major-mode) instead of default-major-mode.
4946
4947 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4948
4949         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4950
4951 2009-08-26  Glenn Morris  <rgm@gnu.org>
4952
4953         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4954         than placing in files.el.
4955
4956 2009-08-25  Glenn Morris  <rgm@gnu.org>
4957
4958         * nnir.el (top-level): Don't require cl at run-time.
4959         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4960         Replace cl-function substitute with gnus-replace-in-string.
4961         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4962         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4963         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4964         simplified expansions.
4965
4966 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4967
4968         * dig.el (dig): Add autoload cookie.
4969
4970 2009-08-22  Glenn Morris  <rgm@gnu.org>
4971
4972         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4973         goto-line.
4974
4975 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4976
4977         * parse-time.el (parse-time-string-chars): Save match data.
4978
4979 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4980
4981         * parse-time.el (parse-time-string-chars): Compute using character
4982         classes, to handle non-ascii characters (Bug#3190).
4983
4984 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4987
4988         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4989         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4990         (gnus-mm-display-part, gnus-mime-display-single)
4991         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4992         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4993
4994         * gnus-sum.el
4995         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4996         (gnus-summary-move-article): Add expirable mark to articles copied or
4997         moved to group that has auto-expire turned on if the option is non-nil.
4998
4999 2009-07-24  Glenn Morris  <rgm@gnu.org>
5000
5001         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
5002         Fix typo.  (Bug#3903)
5003
5004 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5005
5006         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
5007         gnus-article-read-summary-keys rather than gnus-summary-edit-article
5008         that should not be used for draft articles.
5009         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
5010         that has no concern in minor mode keys.
5011         (gnus-article-summary-command, gnus-article-summary-command-nosave):
5012         Abolish.
5013
5014 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
5017         article without making inquiry to a user for unknown encoding.
5018
5019         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5020         (nnmaildir--scan): Assume i-node and device number that file-attributes
5021         returns might be cons-cell.
5022
5023         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5024
5025         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5026
5027 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5028
5029         * auth-source.el: Remove docs now in auth.texi.  Don't use
5030         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5031         `auth-source-hide-passwords' and use them.
5032
5033 2009-07-15  Glenn Morris  <rgm@gnu.org>
5034
5035         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5036
5037 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5038
5039         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5040         excessive whitespace from the default values of title and description.
5041
5042 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5043
5044         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5045         mail-fetch-field to fetch Content-Description header in order to
5046         exclude newlines.
5047
5048 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5049
5050         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5051         format used by GnuPG 2.0.11.
5052
5053 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5054
5055         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5056         to deleted part.
5057
5058 2009-05-30  David Engster  <dengste@eml.cc>
5059
5060         * nnmairix.el: Remove old documentation in the commentary block.
5061         (nnmairix-request-group): Do not update active file for nnml back ends.
5062         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5063         end so that overview files are ignored.
5064         (nnmairix-update-groups): Make updating the groups more robust by using
5065         marks.
5066         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5067         with dollar characters in message-id.
5068
5069 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5070
5071         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5072         2008-12-25 in dns.el.
5073
5074 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5075
5076         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5077         could happen if the text is only composed of spaces and/or tabs.
5078
5079 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5080
5081         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5082         when sending a queued message to avoid extra mml tags.
5083
5084 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5085
5086         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5087
5088 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5089
5090         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5091         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5092         rmail-toggle-header for XEmacs;
5093         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5094
5095 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5096
5097         * gnus-dired.el: Remove autoload for gnus-setup-message.
5098         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5099         displaying Gnus logo; always use compose-mail.
5100
5101 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5102
5103         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5104
5105 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5106
5107         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5108         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5109         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5110         available.
5111         (gnus-nocem-epg-verify): New function.
5112
5113 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5114
5115         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5116
5117 2009-02-15  Glenn Morris  <rgm@gnu.org>
5118
5119         * gnus-util.el (rmail-insert-rmail-file-header)
5120         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5121         autoloads.
5122         (rmail-default-rmail-file): Remove unnecessary declaration.
5123         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5124
5125 2009-02-14  Glenn Morris  <rgm@gnu.org>
5126
5127         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5128         variable (only used in gnus-util, which declares it anyway).
5129         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5130         which was only needed by gnus-art (changed to not use it any more).
5131         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5132         only used in gnus-util, which autoloads it itself.
5133         (rmail-update-summary): Fix autoload.
5134
5135         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5136         rather than rmail-output-to-rmail-file.
5137
5138 2009-02-07  Glenn Morris  <rgm@gnu.org>
5139
5140         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5141         autoload of function that no longer exists.
5142         (rmail-toggle-header): Declare.
5143         (message-forward-rmail-make-body): Handle mbox Rmail.
5144
5145 2009-01-31  Glenn Morris  <rgm@gnu.org>
5146
5147         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5148         2009-01-09 change.
5149
5150 2009-01-31  Dave Love  <fx@gnu.org>
5151
5152         * imap.el (imap-fetch-safe): Bind debug-on-error.
5153         (imap-debug): Add imap-fetch-safe.
5154
5155 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5156
5157         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5158         (auth-source-forget-all-cached): New convenience function.
5159         (auth-source-user-or-password): Accept list of modes or a single mode.
5160
5161         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5162         auth-source modes.
5163
5164         * netrc.el (netrc-machine-user-or-password): Use list of
5165         auth-source modes.
5166
5167         * nnimap.el (nnimap-open-connection): Use list of
5168         auth-source modes.
5169
5170         * nntp.el (nntp-send-authinfo): Use list of
5171         auth-source modes.
5172
5173 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5174
5175         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5176         now.
5177
5178 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5179
5180         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5181         coding system in XEmacs; add a workaround for XEmacs.
5182
5183         * lpath.el: Fbind coding-system-aliasee.
5184
5185 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5186
5187         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5188         of current-language-environment.
5189
5190 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5191
5192         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5193         available at runtime.
5194
5195 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5196
5197         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5198
5199 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5200
5201         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5202         the greatest positive fixnum value doesn't work under an XEmacs with
5203         bignum support; use the most-positive-fixnum constant instead,
5204         available since Emacs 21.1 with cl and XEmacs 21.1.
5205
5206 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5207
5208         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5209         XEmacs gets not to work.
5210
5211 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5212
5213         * mm-util.el (mm-coding-system-priorities): Allow the value like
5214         "Japanese (UTF-8)" of current-language-environment.
5215
5216 2009-01-09  Glenn Morris  <rgm@gnu.org>
5217
5218         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5219         with last-command-event.
5220
5221 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5222
5223         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5224         in the doc string.
5225
5226         * message.el (message-fix-before-sending): Amend comment.
5227
5228 2009-01-08  Dave Love  <fx@gnu.org>
5229
5230         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5231
5232 2009-01-07  David Engster  <dengste@eml.cc>
5233
5234         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5235         simplified server definitions by converting it via
5236         gnus-server-to-method.
5237
5238 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5239
5240         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5241         parameter's operands.
5242
5243 2009-01-06  David Engster  <dengste@eml.cc>
5244
5245         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5246         primary select method (for gnus-group-mark-article-as-read).
5247
5248 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5249
5250         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5251         `(gnus)Face', not `(gnus)X-Face'.
5252
5253 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5254
5255         * mm-util.el (mm-ucs-to-char): New function.
5256
5257         * mm-url.el (mm-url-decode-entities): Use it.
5258
5259         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5260         unicode-to-char.
5261
5262 2009-01-05  Dave Love  <fx@gnu.org>
5263
5264         * time-date.el: Require cl for `declare'.
5265
5266 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5267
5268         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5269         Dave Love.
5270
5271 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5272
5273         * message.el (message-fix-before-sending): Add `eight-bit' to
5274         illegible-text check.
5275
5276 2009-01-03  Michael Olson  <mwolson@gnu.org>
5277
5278         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5279         `headers' is nil.  This can occur if the IMAP server does not have
5280         permissions to read messages from a folder, but can write new messages
5281         to the folder.
5282         (nnimap-request-article-part): Do not insert `data' if it is nil.
5283
5284         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5285         characters which will confuse `read', so skip past them.
5286
5287 2009-01-01  Dave Love  <fx@gnu.org>
5288
5289         * imap.el (imap-string-to-integer): Fix typo.
5290         (imap-fetch-safe): New function.
5291         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5292
5293         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5294
5295         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5296         (imap-parse-greeting): Fix doc strings.
5297         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5298         (imap-parse-flag-list): Make messages unique.
5299         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5300
5301         * nnimap.el: Fix author email.
5302         (nnimap-split-rule): Add FIXME comment.
5303         (nnimap-debug): Fix doc string.
5304
5305 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5306
5307         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5308
5309 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5310
5311         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5312         nslookup if resolv.conf isn't available.
5313         (dns-query): Rename from query-dns.
5314         (dns-query-cached): Rename from query-dns-cached.
5315
5316 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5317
5318         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5319         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5320         to check if those variables exist (first appeared in Emacs 18.50).
5321
5322 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5323
5324         * mm-util.el (mm-line-number-at-pos): New function.
5325
5326         * spam-report.el (spam-report-process-queue): Use it.
5327
5328 2008-12-24  David Engster  <dengste@eml.cc>
5329
5330         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5331         parameters that haven't existed as variables as buffer-local variables.
5332
5333 2008-12-23  Dave Love  <fx@gnu.org>
5334
5335         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5336         cadar.
5337
5338         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5339         imap-starttls-p.
5340         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5341
5342 2008-12-22  Dave Love  <fx@gnu.org>
5343
5344         * imap.el: Fix author email.  Doc fixes.
5345         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5346         reply.
5347
5348 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * spam-report.el (spam-report-gmane-max-requests): New constant.
5351         (spam-report-gmane-wait): New variable.
5352         (spam-report-gmane-ham, spam-report-gmane-spam)
5353         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5354         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5355         the server.
5356
5357         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5358         Add explanations.
5359
5360         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5361         nnheader-accept-process-output and nnheader-read-timeout if available.
5362         (pop3-movemail): Use it.
5363
5364         * message.el (message-check-news-body-syntax): Fix signature check if
5365         there's an attachment.
5366
5367 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5368
5369         * mm-util.el: Add comments to the mm- emulating functions.
5370
5371 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5372
5373         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5374         Reported by Stephen Berman <stephen.berman@gmx.net>.
5375
5376 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5377
5378         * mm-util.el (mm-substring-no-properties): New function.
5379         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5380         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5381         (mm-string-to-multibyte): Doc fix.
5382
5383         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5384
5385 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5386
5387         * mml.el (mml-attach-file): Strip text properties from file name.
5388         (Bug#1574)
5389
5390 2008-12-16  Glenn Morris  <rgm@gnu.org>
5391
5392         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5393
5394 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5397         knows since the charset specified might be a bogus alias that
5398         mm-charset-synonym-alist provides.
5399
5400 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5401
5402         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5403         "ISO_8859-1".
5404
5405         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5406
5407 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * mm-util.el (mm-charset-eval-alist):
5410         Define it before mm-charset-to-coding-system.
5411         (mm-charset-to-coding-system): Add optional argument `silent';
5412         define it before mm-charset-override-alist.
5413         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5414         default value if it can be used in Emacs currently running;
5415         silence mm-charset-to-coding-system.
5416
5417 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5418
5419         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5420         `allow-override' which says whether to use `mm-charset-override-alist'.
5421         (rfc2047-decode-encoded-words): Use it.
5422
5423         * mm-util.el (mm-charset-override-alist): Fix custom type;
5424         add `(gb2312 . gbk)' to choices.
5425
5426 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5427
5428         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5429         fast.
5430
5431         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5432
5433         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5434
5435 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5436
5437         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5438         on links.
5439
5440         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5441
5442 2008-12-03  Lute Kamstra  <lute@gnu.org>
5443
5444         * sha1.el: Remove leading * from docstrings of defcustoms,
5445         deffaces, defconsts and defuns.
5446
5447 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5448
5449         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5450         users' addresses that don't have domain parts.
5451         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5452         rather than message-narrow-to-head since there will be the message
5453         header separator.
5454
5455 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5456
5457         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5458         since the result is inserted in a unibyte buffer anyway.
5459         (nnimap-demule-use-string-to-multibyte): Remove.
5460         (nnimap-demule): Alias it to mm-string-to-multibyte.
5461
5462 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5463
5464         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5465         variable for debugging bug#464 and bug#1174.
5466         (nnimap-demule): Use it.
5467
5468 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5469
5470         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5471         score calculation correctly.
5472
5473 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5474
5475         * message.el (message-send-mail): Just set the buffer to unibyte
5476         rather than use mm-with-unibyte-current-buffer which does a lot more.
5477         (message-send-mail-partially): Don't bother with
5478         mm-with-unibyte-current-buffer since it's already been made unibyte by
5479         message-send-mail.
5480
5481 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5482
5483         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5484
5485 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5486
5487         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5488
5489 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5490
5491         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5492         require itself and to remove `with-no-warnings'.
5493
5494 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * starttls.el (starttls-any-program-available): Get the name of the
5497         available TLS layer program.
5498         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5499         well as the host name in the "opening" message.
5500
5501         * auth-source.el (auth-source-cache, auth-source-do-cache)
5502         (auth-source-user-or-password): Cache passwords and logins by default,
5503         allow override with `auth-source-do-cache'.
5504         (auth-source-forget-user-or-password): Allow users to remove cache
5505         entries if needed.
5506
5507 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5508
5509         * md4.el (md4-buffer): Fix typo in docstring.
5510         (md4, md4-64): Doc fixes.
5511         (md4-pack-int32): Reflow docstring.
5512
5513 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5514
5515         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5516         condition-case to only the forward-sexp call.
5517
5518 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5519
5520         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5521         quotes contained.  Make it more robust regardless by an extra
5522         condition-case wrapper.
5523
5524 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5527
5528 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * nnml.el (nnml-request-expire-articles): Check if the function set to
5531         `nnmail-expiry-target' returns the symbol `delete'.
5532
5533         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5534
5535         * nnmail.el (nnmail-expiry-target): Fix custom type.
5536
5537 2008-10-02  Glenn Morris  <rgm@gnu.org>
5538
5539         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5540         Silence compiler warning.
5541
5542 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5543
5544         * tls.el (open-tls-stream): Show the actual command being
5545         executed, instead of the format string.
5546
5547 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5548
5549         * lpath.el: Fbind codepage-setup for Emacs 23.
5550
5551 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5552
5553         * mml.el (mml-menu): Don't assume mml2015 is bound.
5554
5555 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5556
5557         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5558         exists.
5559
5560 2008-09-27  Glenn Morris  <rgm@gnu.org>
5561
5562         * gnus-util.el (mail-header-remove-comments): Autoload it.
5563
5564 2008-09-27  Andreas Schwab  <schwab@suse.de>
5565
5566         * gnus-util.el (gnus-split-references): Strip comments.
5567         (gnus-parent-id): Likewise.
5568
5569 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5570
5571         * message.el (message-confirm-send): Fix version.
5572
5573 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5574
5575         * message.el (message-idna-to-ascii-rhs-1): Use
5576         mail-extract-address-components rather than mail-header-parse-addresses
5577         that is an alias by default to ietf-drums-parse-addresses that does not
5578         support non-ASCII names in headers' contents.
5579
5580 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * message.el (message-confirm-send): Fix variable documentation to
5583         avoid the "y/n" wording.
5584
5585 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5586
5587         * message.el (message-set-auto-save-file-name): Save to a different
5588         filename so multiple messages (especially drafts) can be recovered.
5589
5590 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5591
5592         * message.el (message-confirm-send): Add appropriate version.
5593
5594 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5595
5596         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5597         defvar.
5598
5599 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5600
5601         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5602         (mm-pkcs7-enveloped-magic): Ditto.
5603
5604 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5605
5606         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5607         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5608
5609 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5610
5611         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5612         default, it's better.
5613
5614 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5617         summary line gnus-number property and ignore them (with a warning
5618         message).
5619
5620 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5621
5622         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5623         macro caddr in the interactive form since it won't be expanded.
5624
5625 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5626
5627         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5628         `charset'; fix name of function called recursively.
5629         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5630
5631 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5632
5633         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5634         (gnus-mime-set-charset-parameters): New function.
5635         (gnus-mime-view-part-as-charset): Use it to correctly display part
5636         specifying wrong charset.
5637
5638 2008-09-08  David Engster  <dengste@eml.cc>
5639
5640         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5641         in completing-read for back end server.
5642
5643 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5644
5645         * message.el (message-confirm-send): New variable to confirm sending a
5646         message.
5647         (message-send): Use it.
5648
5649 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5650
5651         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5652
5653 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5654
5655         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5656
5657 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5658
5659         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5660         prevent tracking too many groups.
5661         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5662         Use it.
5663
5664 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5665
5666         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5667         moving point to the bottom of the window in order to avoid recentering.
5668
5669 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5670
5671         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5672
5673         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5674         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5675         (gnus-article-beginning-of-window): Fix calculation.
5676
5677 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5678
5679         * gnus-msg.el (gnus-summary-supersede-article)
5680         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5681         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5682         message header.
5683
5684 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5685
5686         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5687         pending output coming after the status change.
5688
5689 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5690
5691         * message.el:
5692         * gnus-start.el:
5693         * gnus-registry.el: Remove VMS support.
5694
5695 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5696
5697         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5698         macro.
5699         (rfc2104-hash): Use it.
5700
5701 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5702
5703         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5704         (gnus-summary-sort-by-most-recent-date): New commands.
5705         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5706         and menu entries.
5707
5708 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5709
5710         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5711         don't redisplay article for raw contents; remove plural articles stuff.
5712
5713         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5714         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5715         on gnus-summary-save-article; display results properly.
5716
5717 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * lpath.el: No need to fbind ns-focus-frame.
5720
5721 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5722
5723         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5724
5725 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * gnus-art.el (gnus-summary-save-in-pipe):
5728         Consider gnus-save-all-headers.
5729
5730 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5731
5732         * gnus-util.el (ns-focus-frame): Remove declaration.
5733         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5734         like x.
5735
5736 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5737
5738         * rfc2104.el (rfc2104-zero): Delete defconst.
5739         (rfc2104-hex-alist): Likewise.
5740         (rfc2104-hex-to-int): Delete func.
5741         (rfc2104-hexstring-to-bitstring): Likewise.
5742         (rfc2104-nybbles): New defconst.
5743         (rfc2104-hash): Rewrite for speed.
5744
5745 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5746
5747         * tls.el (open-tls-stream): Make it work with the 2nd argument
5748         BUFFER that is a string but does not exist as a buffer object, as
5749         mentioned in the doc-string.
5750
5751 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5752
5753         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5754         SXEmacs.
5755
5756 2008-07-16  Glenn Morris  <rgm@gnu.org>
5757
5758         * gnus-util.el (ns-focus-frame): Declare for compiler.
5759
5760 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5761
5762         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5763         set as a group parameter.
5764         (gnus-summary-save-in-pipe): Work when it is called independently.
5765         (gnus-summary-pipe-to-muttprint): Don't modify
5766         gnus-summary-pipe-output-default-command.
5767
5768 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5769
5770         * message.el (message-send-mail-with-sendmail):
5771         Display the error message.
5772
5773 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5774
5775         * gnus-art.el (gnus-default-article-saver):
5776         Add gnus-summary-save-in-pipe to choices.
5777         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5778         gnus-summary-pipe-output-default-command as the default command.
5779         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5780         instead of gnus-last-shell-command.
5781
5782         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5783         New user option.
5784         (gnus-summary-muttprint-program): Mention the value will be changed.
5785         (gnus-summary-save-article): Force showing of all headers.
5786         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5787
5788 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5789
5790         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5791
5792 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5793
5794         * nnimap.el (nnimap-id):
5795         * sieve-manage.el (sieve-manage-open): Doc fixes.
5796
5797 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5798
5799         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5800         if available.
5801
5802 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5803
5804         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5805
5806         * nnkiboze.el (nnkiboze-generate-group):
5807         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5808
5809         * nnmairix.el: Require CL.
5810
5811 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5812
5813         * dgnushack.el: Autoload get-display-table and put-display-table for
5814         XEmacs 21.5.
5815
5816         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5817         21.4 and SXEmacs.
5818
5819 2008-06-15  David Engster  <dengste@eml.cc>
5820
5821         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5822
5823 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5824
5825         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5826         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5827         runtime choice under XEmacs.
5828
5829         * gnus-sum.el (gnus-summary-set-display-table):
5830         Use `gnus-put-display-table', `gnus-get-display-table',
5831         `gnus-set-display-table' for the display table, instead of `aset'.
5832
5833         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5834         Use `gnus-put-display-table', `gnus-get-display-table',
5835         `gnus-set-display-table' for the display table.
5836
5837 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5838
5839         * nnmairix.el: Add autoloads.
5840
5841 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5842
5843         * nnmairix.el (nnmairix-delete-recreate-group)
5844         (nnmairix-update-and-clear-marks): Fix error messages.
5845
5846 2008-06-14  David Engster  <dengste@eml.cc>
5847
5848         * nnmairix.el: Upgrade to version 0.6.
5849         (nnmairix-group-toggle-propmarks-this-group)
5850         (nnmairix-group-toggle-readmarks-this-group)
5851         (nnmairix-group-delete-recreate-this-group)
5852         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5853         (nnmairix-remove-tick-mark-original-article): New commands.
5854         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5855         (nnmairix-propagate-marks-to-nnmairix-groups)
5856         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5857         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5858         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5859         functions needed for marks propagation and manipulation of read marks.
5860         (nnmairix-update-groups): New function.
5861         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5862         (nnmairix-determine-original-group-from-registry)
5863         (nnmairix-determine-original-group-from-path)
5864         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5865         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5866         New helper functions.
5867         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5868         keystrokes for new commands.
5869         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5870         (nnmairix-request-group): Check allow-fast group parameter.
5871         (nnmairix-request-create-group): Set allow-fast group parameter if
5872         nnmairix-allowfast-default is set.
5873         (nnmairix-close-group): Propagate marks upon closing if needed.
5874         (nnmairix-group-toggle-threads-this-group): Use new.
5875         nnmairix-group-toggle-parameter helper function.
5876         (nnmairix-search): Better check for empty search result.
5877         (nnmairix-goto-original-article): Use new helper functions for
5878         determining original article.
5879         (nnmairix-show-original-article): Make sure message-id is in brackets.
5880         (nnmairix-call-mairix-binary): Change variable name.
5881         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5882         helper function.
5883         (nnmairix-widget-toggle-activate): Fix doc string.
5884
5885 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5886
5887         * nnir.el: Require edmacro when compiling with XEmacs.
5888         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5889         available in Emacs 21.
5890
5891 2008-06-11  Glenn Morris  <rgm@gnu.org>
5892
5893         * gnus-util.el (x-focus-frame):
5894         * gnus.el (image-size):
5895         * mm-decode.el (image-size): Declare.
5896
5897         * gnus-picon.el (declare-function): Add compat definition.
5898         (image-size): Declare.
5899
5900         * gnus-group.el (tool-bar-map):
5901         * gnus-sum.el (tool-bar-map): Define for compiler.
5902
5903         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5904
5905         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5906
5907         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5908         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5909         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5910         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5911         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5912         * sieve-manage.el, spam-report.el, spam.el:
5913         Remove unnecessary eval-and-compile of autoloads.
5914
5915 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5916
5917         * auth-source.el: Precise Tramp doc.
5918
5919 2008-06-07  Glenn Morris  <rgm@gnu.org>
5920
5921         * nnmairix.el: Remove unnecessary eval-when-compile.
5922
5923 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5924
5925         * lpath.el: Fbind propertize for XEmacs 21.4.
5926
5927 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * nnir.el: Move here from ../contrib.
5930
5931 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5932
5933         * gnus-util.el (gnus-read-shell-command): New function.
5934         * mm-decode.el (mm-pipe-part):
5935         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5936
5937 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5938
5939         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5940
5941 2008-06-03  Glenn Morris  <rgm@gnu.org>
5942
5943         * pop3.el (nnheader-accept-process-output): Autoload it.
5944
5945 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5946
5947         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5948         are not 2-digit hexadecimal characters that follow `%'s.
5949
5950 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5951
5952         * message.el (message-bogus-recipient-p): Fix type in doc string.
5953         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5954         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5955         Improve custom options.
5956         (message-bogus-recipient-p): Adjust accordingly.
5957
5958 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5959
5960         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5961         long-form month and day names.
5962
5963 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5964
5965         * dgnushack.el: Autoload debug, eudc-expand-inline and
5966         pgg-snarf-keys-region for XEmacs.
5967
5968         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5969
5970         * nnmairix.el: Require edmacro when compiling with XEmacs.
5971
5972 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5973
5974         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5975         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5976
5977 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5978
5979         * auth-source.el: Add more docs.
5980
5981         * netrc.el (netrc-machine): Always match if the port is not given.
5982
5983 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5984
5985         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5986         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5987         retrieval faster in some cases, but might make CPU usage larger.
5988         If this has any bad side effects, we might revert this change.
5989
5990         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5991         seems to make mail retrieval much, much faster.
5992         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5993         unconditionally.
5994
5995         * gnus-draft.el (gnus-group-send-queue):
5996         Bind message-send-mail-partially-limit to nil to avoid being prompted.
5997
5998 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5999
6000         * mml.el (mml-attach-buffer): Prompt for `disposition'.
6001
6002         * message.el (message-bogus-address-regexp): Fix and improve custom
6003         type.
6004         (message-setup-hook): Add message-check-recipients as custom option.
6005
6006 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
6007
6008         * message.el (message-cite-function): Remove bogus autoload which crept
6009         in during merge from v5-10.
6010
6011 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
6012
6013         * nnimap.el (nnimap-open-connection): Fix login/password bug.
6014
6015         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
6016
6017         * auth-source.el: Preliminary Tramp docs.
6018         (auth-sources): Change the default auth-sources to use
6019         EPA .gpg files.
6020
6021 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * nntp.el: Autoload `auth-source-user-or-password'.
6024         (nntp-send-authinfo): Use it.
6025
6026         * nnimap.el: Autoload `auth-source-user-or-password'.
6027         (nnimap-open-connection): Use it.
6028
6029         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6030         for the gnus-message function.
6031         (auth-source-user-or-password): Use it.
6032
6033 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6034
6035         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6036         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6037         (rfc2104-hash): Use it.
6038
6039 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6040
6041         * gnus-art.el (gnus-article-toggle-truncate-lines):
6042         Don't use `iff' in docstring.
6043
6044 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6045
6046         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6047
6048         * gnus-util.el (gnus-extract-address-component-name)
6049         (gnus-extract-address-component-email): Convenience functions around
6050         `gnus-extract-address-components'.
6051
6052         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6053         Use `gnus-extract-address-component-email' to fix bug of comparing full
6054         sender name to `user-mail-address'.
6055
6056 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6057
6058         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6059         catch/throw to optimize.
6060         (gnus-registry-find-keywords): Just use member to find a keyword.
6061
6062 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6063
6064         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6065         is current before calling gnus-server-prepare.
6066         (gnus-server-setup-buffer, gnus-server-update-server)
6067         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6068
6069 2008-05-04  Juri Linkov  <juri@jurta.org>
6070
6071         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6072         (mailcap-file-default-commands): Use mailcap-replace-in-string
6073         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6074         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6075
6076 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6077
6078         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6079
6080 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6081
6082         * gnus.el: Bump version to 0.11.
6083
6084 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6085
6086         * gnus.el: No Gnus v0.10 is released.
6087
6088 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6089
6090         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6091         hooks.
6092         (gnus-update-read-articles): Speed up non-marks-using users.
6093         (gnus-use-marks): Define gnus-use-marks.
6094         (gnus-propagate-marks): Rename variable to something more sensible.
6095
6096 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6097
6098         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6099         (gmm-image-load-path-for-library): Fix typos in docstrings.
6100         (gmm-message): Reflow docstring.
6101
6102 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6103
6104         * mail-source.el (mail-source-set-1, mail-source-bind):
6105         Move auth-source code out of the macro to clean it up and fix bugs.
6106
6107 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6108
6109         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6110         by sender if it's equal to user-mail-address, it's likely to be
6111         useless.
6112
6113         * mail-source.el (mail-source-bind): Don't use user or password if they
6114         are not bound.  Unintern them if they are nil.  Don't use server unless
6115         it's bound, and default it to empty string otherwise.
6116
6117 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6118
6119         * mail-source.el: Load auth-source.el.
6120         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6121         get user name or password, if auth-sources is set up.
6122
6123         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6124         strategy of splitting with parent.
6125         (gnus-registry-split-fancy-with-parent)
6126         (gnus-registry-post-process-groups): Use it and fix prior
6127         bug (returning a list as the split result).
6128
6129         * auth-source.el (auth-sources): Remove server parameter.
6130         (auth-source-pick, auth-source-user-or-password)
6131         (auth-source-user-or-password-imap)
6132         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6133         (auth-source-user-or-password-sftp)
6134         (auth-source-user-or-password-smtp): Remove server parameter.
6135
6136 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6137
6138         * smime.el (smime-sign-region, smime-encrypt-region)
6139         (smime-decrypt-region):
6140         Remove redundant calls to `generate-new-buffer-name'.
6141
6142 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6143
6144         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6145         Don't use QP for message/rfc822.
6146         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6147
6148 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6149
6150         * sieve-manage.el (sieve-string-bytes): Remove.
6151         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6152         correct byte-length only if the process's coding-system is the same as
6153         the one used internally by Emacs to represent strings.
6154
6155 2008-04-22  Juri Linkov  <juri@jurta.org>
6156
6157         * mailcap.el (mailcap-file-default-commands): New function.
6158
6159 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * message.el (message-signature-separator, message-cite-function):
6162         Change custom version.
6163
6164 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6165
6166         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6167         commands.
6168         (tls-checktrust): Ditto.
6169
6170 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6171
6172         * mm-decode.el (mm-display-external): Make temp file read-only.
6173
6174 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6175
6176         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6177         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6178         `C-c C-f d'.
6179
6180 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6181
6182         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6183
6184 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6185
6186         * gnus.el: Bump version to 0.9.
6187
6188 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6189
6190         * gnus.el: No Gnus v0.8 is released.
6191
6192 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6193
6194         * mail-source.el (mail-source-value):
6195         Prefer fboundp to functionp so it works with macros as well.
6196
6197 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6198
6199         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6200         Fix last change in case the element is not even a symbol.
6201
6202 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6203
6204         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6205         Prefer fboundp to functionp so it works with macros as well.
6206
6207 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6208
6209         * auth-source.el: Add docs.
6210         (auth-sources): Modify format to support server.
6211         (auth-source-pick, auth-source-user-or-password)
6212         (auth-source-user-or-password-imap)
6213         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6214         (auth-source-user-or-password-sftp)
6215         (auth-source-user-or-password-smtp): Add server parameter.
6216
6217 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6218
6219         * gnus-registry.el: Initialize the registry when gnus-registry-install
6220         is t.
6221
6222 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6223
6224         * compface.el (uncompface): Make buffer unibyte.
6225
6226 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6227
6228         * mail-source.el (mail-source-value):
6229         Prefer fboundp to functionp so it works with macros as well.
6230
6231 2008-04-05  Glenn Morris  <rgm@gnu.org>
6232
6233         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6234
6235 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6236
6237         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6238         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6239
6240         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6241         multibyteness after rather than before erasing it.
6242
6243         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6244         mm-with-multibyte.
6245         (gnus-request-article-this-buffer): Make sure the proper decoding is
6246         used if gnus-original-article-buffer happens to be unibyte.
6247
6248         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6249         default-enable-multibyte-characters.
6250
6251         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6252         default-enable-multibyte-characters.
6253
6254         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6255
6256         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6257
6258 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6259
6260         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6261         Fix last change in case the element is not even a symbol.
6262
6263 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6264
6265         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6266         (imap-message-copyuid-1): Use it.
6267         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6268         J. Williams in
6269         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6270
6271         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6272         imap-enable-exchange-bug-workaround.
6273         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6274
6275 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6276
6277         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6278         a 100 byte status-checks into a 2-3MB transfer for each group.
6279         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6280         to enable bug workaround or not.
6281         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6282
6283 2008-03-31  Glenn Morris  <rgm@gnu.org>
6284
6285         * message.el (mml2015-use): Declare for compiler.
6286         (message-info): Require mml2015 when appropriate.
6287
6288 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6289
6290         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6291         whitespace.
6292
6293 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6294
6295         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6296         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6297         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6298         (nntp-service-to-port): New function.
6299         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6300         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6301         (nntp-open-netcat-stream): New function.
6302         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6303
6304 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6305
6306         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6307
6308 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6309
6310         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6311
6312 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6313
6314         * dns.el (dns-write): Use set-buffer-multibyte.
6315
6316 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6317
6318         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6319
6320 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6321
6322         * message.el (message-signature-separator): Change default.
6323         Improve custom type.
6324         (message-cite-function): Change default to
6325         message-cite-original-without-signature.
6326
6327         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6328         toggle.
6329
6330         * message.el (message-check-news-body-syntax): Fix signature check.
6331         (message-setup-1): Mark buffer as unmodified _after_ running
6332         message-setup-hook and handling message-alternative-emails.
6333         (message-shorten-references): Be more strict when building list of
6334         valid references to comply with GNKSA.
6335
6336         * gnus-group.el (gnus-read-ephemeral-bug-group)
6337         (gnus-read-ephemeral-debian-bug-group)
6338         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6339
6340         * message.el (message-info): Don't use booleanp which isn't supported
6341         in Emacs 21 and XEmacs.
6342
6343 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6344
6345         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6346         gnus-group-gmane-group-download-format.
6347         (gnus-group-read-ephemeral-gmane-group): Rename from
6348         gnus-group-read-ephemeral-gmane-group.
6349         (gnus-read-ephemeral-gmane-group-url): Rename from
6350         gnus-group-read-ephemeral-gmane-group-url.
6351         (gnus-bug-group-download-format-alist): New variable.
6352         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6353         (gnus-read-ephemeral-emacs-bug-group): New commands.
6354
6355 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6356
6357         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6358         (gnus-visible-headers): Improve custom type.
6359
6360 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6361
6362         * mml.el (mml-menu): Add workarounds for XEmacs.
6363
6364         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6365         X-Boundary header.
6366
6367         * message.el (message-simplify-recipients): Fix previous commit.
6368
6369 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6370
6371         * mm-util.el (mm-set-buffer-multibyte): New function.
6372         * mm-decode.el (mm-copy-to-buffer): Use it.
6373
6374         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6375         Prefer fboundp to functionp so it works with macros as well.
6376
6377 2008-03-19  Glenn Morris  <rgm@gnu.org>
6378
6379         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6380         Accidentally removed in the sync process with Emacs.
6381
6382 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6383
6384         * message.el (message-alter-recipients-discard-bogus-full-name):
6385         New function.
6386         (message-alter-recipients-function): New variable.
6387         (message-get-reply-headers): Use it.
6388         (message-replace-header): New helper function.
6389         (message-recipients-without-full-name): New variable.
6390         (message-simplify-recipients): New command.
6391
6392         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6393
6394         * message.el (message-info): Handle EasyPG manual.
6395
6396         * mml.el (mml-menu): Add entry for EasyPG.
6397
6398 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6399
6400         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6401         parameter.
6402
6403         * message.el (message-disassociate-draft): Specify drafts group name
6404         fully.
6405
6406 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6407
6408         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6409         Eliminate unnecessary duplicates from the match list.
6410
6411 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6412
6413         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6414
6415         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6416
6417         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6418         args of `how-many' of which the XEmacs version doesn't take; declare
6419         Info-index-next as function.
6420
6421 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6422
6423         * gnus-score.el (gnus-score-headers): Fix handling of
6424         gnus-inhibit-slow-scoring.
6425
6426         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6427         string.
6428         (gnus-button-url-regexp): Improve handling of parenthesis.
6429         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6430         (gnus-button-handle-info-keystrokes): Handle index entries.
6431
6432 2008-03-15  Glenn Morris  <rgm@gnu.org>
6433
6434         * parse-time.el (parse-time-string): Simplify.
6435
6436 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6437
6438         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6439         Incoming* files.
6440
6441 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6442
6443         * auth-source.el (auth-sources): Rename from auth-source-choices.
6444         (auth-source-pick): Use it.
6445
6446 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6447
6448         * binhex.el (binhex-decode-region-internal):
6449         * uudecode.el (uudecode-decode-region-internal):
6450         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6451         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6452         setting default-enable-multibyte-characters.
6453
6454 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6455
6456         * auth-source.el (auth-source-protocols)
6457         (auth-source-protocols-customize, auth-source-choices): Add and
6458         modified variable customizations and defaults.
6459         (auth-source-pick, auth-source-user-or-password)
6460         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6461         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6462         (auth-source-user-or-password-sftp)
6463         (auth-source-user-or-password-smtp): Use new variables and provide an
6464         interface to netrc.el.
6465
6466 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6467
6468         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6469         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6470         Make sure the nntp port to specify is a string.
6471
6472 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6473
6474         * nntp.el: Use with-current-buffer.
6475         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6476         dubious mm-with-unibyte-current-buffer.
6477         (nntp-with-open-group-function): New function extracted from
6478         nntp-with-open-group macro.
6479         (nntp-with-open-group): Use the function, so it's easier to debug.
6480         Add indentation and debugging info.
6481         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6482         Recommend the use of the netcat alternatives.
6483
6484         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6485         Avoid mm-string-as-multibyte as well.
6486
6487         * nnweb.el (nnweb-insert-html):
6488         Remove use of nnheader-string-as-multibyte.
6489
6490         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6491         (nnheader-string-as-multibyte): Remove.
6492
6493         * mm-view.el: Use inhibit-read-only.
6494         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6495         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6496         or unibyte-string.
6497
6498         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6499         (mm-uu-yenc-extract): Use with-current-buffer.
6500
6501         * gnus-soup.el (gnus-soup-send-packet): Don't use
6502         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6503
6504         * nnmh.el: Use with-current-buffer.
6505         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6506         mm-string-as-multibyte on the output of mm-encode-coding-string.
6507
6508         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6509         (nnimap-request-move-article): Use with-current-buffer.
6510
6511         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6512         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6513         conversion uses string-make-unibyte rather than string-as-unibyte.
6514
6515         * gnus-msg.el: Use with-current-buffer.
6516
6517         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6518
6519 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6520
6521         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6522         string for caching if it is 'PIN.
6523
6524 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6525
6526         * lpath.el: Consider the case without Emacs/W3.
6527
6528 2008-03-08  Glenn Morris  <rgm@gnu.org>
6529
6530         * time-date.el (date-to-time, time-subtract, time-add)
6531         (safe-date-to-time): Doc fixes.
6532
6533 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6534
6535         * mail-source.el (mail-source-delete-old-incoming-confirm):
6536         Change default to nil.
6537         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6538
6539 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6540
6541         * lpath.el: Rearrange.
6542
6543         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6544         (gnus-article-goto-prev-page): Work for articles having ^L's.
6545
6546         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6547
6548         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6549
6550 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6551
6552         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6553         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6554         (gnus-bookmark-jump): Adjust some variable names.
6555
6556 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6557
6558         * auth-source.el: New package.
6559         (auth-source-choices): Add customization entry point variable.
6560
6561         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6562         bug.
6563
6564 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6565
6566         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6567         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6568         (gnus-registry-install-shortcuts): Rename from
6569         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6570         the `gnus-registry-mark-map' keymap dynamically from
6571         `gnus-registry-marks'.  The generated functions update the summary line
6572         when a registry mark is added or deleted, and will call
6573         `gnus-registry-install-p' (see the comments in the code).
6574         (gnus-registry-user-format-function-M): Use concat intelligently.
6575
6576         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6577         the registry mark functions.
6578
6579 2008-03-05  Glenn Morris  <rgm@gnu.org>
6580
6581         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6582         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6583         gnus-art.
6584         (top-level): No need to load own source when compiling.
6585
6586 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6589         Suggested by <chris.anderton@zetnet.co.uk>.
6590
6591 2008-03-04  Glenn Morris  <rgm@gnu.org>
6592
6593         * gnus-sum.el (top-level): No need to require gnus when compiling,
6594         since unconditionally required near start of file.
6595         (gnus-summary-display-while-building): Move definition before use.
6596
6597 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6598
6599         * gnus-registry.el (gnus-registry-user-format-function-M):
6600         Add formatting function.
6601
6602 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6603
6604         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6605         with plists.
6606         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6607         Use new format.
6608
6609 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6610
6611         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6612         `where-is-internal' that returns a range of key sequences.
6613
6614 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6615
6616         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6617
6618         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6619         (gnus-summary-jump-to-group): Consider windows on other displayed
6620         frames as well.  Similar changes might be needed elsewhere, but that's
6621         the one I've bumped into during my use.
6622
6623         * nndoc.el (nndoc-oe-dbx-type-p):
6624         * gnus-msg.el (gnus-debug):
6625         * gnus-group.el (gnus-update-group-mark-positions):
6626         Use mm-string-to-multibyte.
6627
6628 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6629
6630         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6631         doesn't handle NotDashEscaped.
6632
6633         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6634         (mml-dnd-attach-options): Fix typo in custom choice.
6635
6636         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6637         Change nndoc-article-type to mbox.
6638         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6639
6640         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6641         to nil, instead of html2text.
6642
6643         * imap.el (imap-debug): Add `imap-ping-server'.
6644
6645         * gnus-bookmark.el: Add FIXMEs.
6646
6647         * message.el (message-form-letter-separator)
6648         (message-send-form-letter-delay): New variables.
6649         (message-send-form-letter): Use them.  New command to send form
6650         letters.  Requested by Uwe Siart.
6651         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6652
6653 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6654
6655         * Update copyright years.
6656
6657 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6658
6659         Sync from EMACS_22_BASE.
6660
6661         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6662
6663 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6664
6665         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6666         empty author.
6667
6668 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * gnus-registry.el (gnus-registry-marks): Add variable for
6671         customization of marks and their appearance.
6672         (gnus-registry-read-mark): Use it.
6673         (gnus-registry-do-marks): Add utility function to loop through
6674         `gnus-registry-marks'.
6675         (gnus-registry-install-shortcuts-and-menus): Add function to install
6676         shortcuts and menus.
6677         (gnus-registry-initialize): Use it.
6678         (gnus-registry-default-mark): Clarify documentation.
6679
6680 2008-02-29  Glenn Morris  <rgm@gnu.org>
6681
6682         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6683         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6684         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6685         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6686         Change defcustom :version from 23.0 to 23.1.
6687
6688 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6689
6690         * gnus-registry.el (gnus-registry-follow-group-p)
6691         (gnus-registry-post-process-groups): Add functions to aid registry
6692         splitting and improve logging.  Clarify behavior in function
6693         documentation.
6694         (gnus-registry-split-fancy-with-parent): Use them.
6695
6696 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6697
6698         * gnus-art.el: Use with-current-buffer.
6699
6700 2008-02-27  David Engster  <dengste@eml.cc>
6701
6702         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6703         Express real group name in the response.
6704
6705 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6706
6707         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6708         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6709         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6710         autoload gnus-registry-fetch-group when compiling.
6711         (nnmairix-request-group-with-article-number-correction):
6712         Remove unreferenced argument passed to nnmairix-call-backend.
6713
6714 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6715
6716         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6717         (mm-uu-extract): Improve face for low color ttys.
6718         Reported by Sascha Wilde.
6719
6720 2008-02-27  Glenn Morris  <rgm@gnu.org>
6721
6722         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6723         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6724         variables to defconsts.  Convert comments to doc-strings.
6725         (nnmairix-last-server, nnmairix-current-server): Convert from free
6726         variables to defvars.  Convert comments to doc-strings.
6727         (gnus-registry-fetch-group): Autoload.
6728         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6729         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6730         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6731         caddr.
6732         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6733         nnmairix-request-group-with-article-number-correction call.
6734         (nnmairix-fast, nnmairix-group): New, less general names, for free
6735         variables passed from nnmairix-request-group to
6736         nnmairix-request-group-with-article-number-correction.  Declare.
6737         (nnmairix-request-group-with-article-number-correction):
6738         Use nnmairix-fast, nnmairix-group rather than fast, group.
6739
6740 2008-02-26  David Engster  <dengste@eml.cc>
6741
6742         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6743         version 0.5.
6744
6745 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6746
6747         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6748         instead of making an extra function call.  Don't add the current group
6749         to articles only when they have the group.  Use
6750         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6751         Reported by David <de_bb@arcor.de>.
6752
6753 2008-02-24  Miles Bader  <miles@gnu.org>
6754
6755         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6756         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6757         (mm-find-mime-charset-region):
6758         * mm-bodies.el (mm-encode-body):
6759         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6760
6761 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6764         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6765
6766 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6767
6768         * mail-source.el (mail-source-delete-incoming): Change default.
6769         Supplement doc string.
6770
6771         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6772
6773 2008-02-14  Glenn Morris  <rgm@gnu.org>
6774
6775         * time-date.el (format-seconds): New function.
6776
6777 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6778
6779         * nnmail.el (nnmail-message-id-cache-file): Derive from
6780         `gnus-home-directory'.
6781
6782 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6783
6784         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6785         Document negative prefix.
6786
6787         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6788
6789 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6790
6791         * message.el (message-unsent-separator): Add the Exim bounce
6792         separator.
6793
6794 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6795
6796         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6797         list.
6798         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6799         recipient/signer list.
6800
6801 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * Makefile.in (datarootdir): Define.
6804         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6805         name that might contain whitespace.
6806
6807 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6808
6809         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6810         fbound (Emacs 23 unicode), signal an error.
6811
6812 2008-02-08  Glenn Morris  <rgm@gnu.org>
6813
6814         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6815
6816 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6817
6818         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6819         ports to the calls to `netrc-machine-user-or-password' in addition to
6820         "imap" and "imaps".
6821
6822 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6823
6824         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6825
6826         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6827
6828 2008-02-01  Kenichi Handa  <handa@m17n.org>
6829
6830         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6831         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6832         (rfc2104-hash): Convert the result of concat to unibyte string.
6833
6834 2008-02-01  Dave Love  <fx@gnu.org>
6835
6836         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6837         coding-system-for-read.
6838         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6839
6840 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6841
6842         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6843         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6844         <hanche@math.ntnu.no>.
6845
6846 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6849
6850         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6851
6852 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6853
6854         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6855         * message.el (message-beginning-of-line): Use featurep instead of bound
6856         tests in order to resolve conditionals at compile time.
6857
6858 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6859
6860         * mail-source.el (mail-sources): Add `group' choice.
6861
6862         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6863         parameter `in-group' to control into which group the articles go.
6864         Add treatment of `group' mail-source.
6865
6866 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6869
6870         * mm-decode.el (mm-dissect-buffer): Decode description.
6871
6872         * mml.el (mml-to-mime): Encode message header first.
6873
6874 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6877         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6878
6879         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6880         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6881
6882 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6883
6884         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6885
6886 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6887
6888         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6889         prefix keys.
6890         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6891         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6892         gnus-xmas.el.
6893
6894         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6895         (gnus-xmas-article-describe-bindings): New function.
6896         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6897         gnus-xmas-article-describe-bindings.
6898
6899         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6900
6901 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6902
6903         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6904         Add new variables for article mark management.
6905         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6906         list of extra data entries which, when present, will indicate that the
6907         article ID should not be trimmed from the registry.
6908         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6909         functions.
6910         (gnus-registry-read-mark): New function to read a mark name from the
6911         user.
6912         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6913         (gnus-registry-set-article-mark-internal): New functions to add and
6914         remove marks.
6915         (gnus-registry-get-article-marks): New function to show the marks for
6916         an article, or retrieve them for further use.
6917
6918 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6919
6920         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6921         keys when no argument is given.
6922
6923 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6924
6925         * imap.el (imap-ping-server): New variable.
6926         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6927         (imap-ping-server): Minor doc string fixes.
6928
6929 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6930
6931         * imap.el (imap-ping-server): New function.
6932         (imap-opened): Call imap-ping-server.
6933
6934 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6935
6936         * gnus-sum.el (gnus-article-sort-by-random)
6937         (gnus-thread-sort-by-random): Fix doc strings.
6938         Reported by jidanni@jidanni.org.
6939
6940 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6941
6942         * gnus-art.el (gnus-article-describe-bindings): New function.
6943         (gnus-article-read-summary-keys): Use it.
6944         (gnus-article-mode-map): Bind `C-h b' to it.
6945
6946 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6947
6948         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6949         XEmacs.
6950         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6951         Protect against non-character events.
6952
6953         * lpath.el: Fbind map-keymap for Emacs 21.
6954
6955 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6958         New command.
6959         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6960         instead of END.  Change name of the temp file.
6961         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6962         customizable.
6963
6964 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6965
6966         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6967         bind `S W' to gnus-article-wide-reply-with-original; set default
6968         binding to gnus-article-read-summary-send-keys.
6969         (gnus-article-read-summary-keys): Fix the order of keys; display
6970         continuation keys correctly in the echo area; describe bindings
6971         correctly when keys end with `C-h'.
6972         (gnus-article-read-summary-send-keys): New function.
6973         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6974         Work for gnus-article-read-summary-send-keys; display continuation keys
6975         correctly in the echo area.
6976         (gnus-article-reply-with-original): Ignore prefix argument.
6977         (gnus-article-wide-reply-with-original): New function.
6978
6979         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6980         Emacs 21.
6981
6982 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6983
6984         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6985         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6986
6987 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6988
6989         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6990         (gnus-group-read-ephemeral-gmane-group): New command.
6991
6992 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6993
6994         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6995
6996 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6997
6998         * message.el (message-send-mail-function): Increase custom version.
6999
7000         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7001         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7002
7003 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
7004
7005         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
7006         for the cases where imap-authenticate is called with a nil buffer
7007         parameter.
7008
7009 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7010
7011         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7012         html parts correctly; support forwarded messages.
7013         (gnus-article-browse-html-article): Remove work buffers.
7014
7015         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7016         compiling.
7017         (netrc-bound-and-true-p): New macro.
7018         (netrc-parse): Use it instead of bound-and-true-p that is not available
7019         in XEmacs 21.4.
7020
7021 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7022
7023         * gnus-registry.el (gnus-registry-mark-article)
7024         (gnus-registry-article-marks): Add functionality to mark articles
7025         through the Gnus registry.
7026
7027         * encrypt.el: Clarify documentation for the new pgg method.
7028         (encrypt-file-alist): Add PGG option.
7029         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7030         functionality.  Abstract password key and messaging to external
7031         functions.
7032         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7033         (encrypt-message-method-and-cipher): Add new convenience external
7034         functions.
7035         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7036         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7037
7038         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7039         (netrc-parse): Use encrypt-file-alist to determine if
7040         encrypt-find-model or encrypt-insert-file-contents should be used.
7041
7042         * encrypt.el: Clarify documentation.  Load password-cache or
7043         password, whichever one is found first, instead of autoloading.
7044
7045 2007-12-19  Glenn Morris  <rgm@gnu.org>
7046
7047         * mml.el (message-options-set, message-narrow-to-head)
7048         (message-in-body-p, message-mail-p, message-encode-message-body):
7049         Autoload.
7050         (message-remove-header, message-narrow-to-headers-or-head)
7051         (message-subscribed-p, message-make-mail-followup-to)
7052         (message-position-on-field, message-news-p)
7053         (message-options-set-recipient, message-generate-headers)
7054         (message-sort-headers): Declare as functions.
7055
7056 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7057
7058         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7059         convention in doc string.
7060
7061 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7062
7063         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7064         title to html parts.
7065         (gnus-article-browse-html-article): Pass message header to it.
7066
7067         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7068
7069 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7072         or password compatible with XEmacs.
7073
7074 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7077         format document.
7078         (gnus-mime-delete-part): Don't write description line if empty.
7079         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7080
7081 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7082
7083         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7084         (gnus-summary-mark-read-and-unread-as-read)
7085         (gnus-summary-mark-current-read-and-unread-as-read)
7086         (gnus-summary-mark-unread-as-ticked): Doc fix.
7087         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7088
7089 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7090
7091         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7092         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7093
7094 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7095
7096         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7097         yes-or-no-p.
7098
7099 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7100
7101         * mm-decode.el (mm-add-meta-html-tag): New function.
7102         (mm-save-part-to-file, mm-pipe-part): Use it.
7103
7104         * gnus-art.el (gnus-article-browse-delete-temp-files):
7105         Use gnus-y-or-n-p instead of y-or-n-p.
7106         (gnus-article-browse-html-parts): Work with message/external-body; use
7107         mm-add-meta-html-tag.
7108
7109 2007-12-11  Glenn Morris  <rgm@gnu.org>
7110
7111         * gnus-cache.el: Require gnus-sum not just when compiling.
7112
7113         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7114
7115         * gnus-int.el (gnus-server-opened, gnus-status-message):
7116         Move definitions before use.
7117
7118         * mm-decode.el: Require gnus-util.
7119         (mm-remove-part): Only call delete-annotation on XEmacs.
7120
7121         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7122
7123         * nnmail.el: Require gnus-int.
7124
7125         * spam.el: Move `require's before `eval-when-compile's.
7126
7127         * gnus-ems.el (gnus-alive-p):
7128         * gnus-fun.el (message-goto-eoh):
7129         * gnus-util.el (gnus-group-name-decode):
7130         * mail-source.el (gnus-compress-sequence):
7131         * message.el (Info-goto-node, format-spec):
7132         * mm-bodies.el (message-options-get):
7133         * mm-decode.el (mm-view-pkcs7):
7134         * mm-util.el (gmm-write-region):
7135         * mml-smime.el (mml-compute-boundary)
7136         (gnus-completing-read-with-default):
7137         * mml.el (widget-button-press, gnus-make-hashtable):
7138         * mml1991.el (mm-decode-content-transfer-encoding)
7139         (mm-encode-content-transfer-encoding)
7140         (message-options-get, message-options-set):
7141         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7142         * nnfolder.el (gnus-request-group):
7143         * nnheader.el (ietf-drums-unfold-fws):
7144         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7145         * smime.el (gnus-run-mode-hooks):
7146         * spam-stat.el (gnus-message): Autoload.
7147
7148         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7149         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7150         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7151         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7152         Add declare-function compatibility definition.
7153
7154         * gnus-cache.el (nnvirtual-find-group-art):
7155         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7156         (gnus-add-image, gnus-add-wash-type):
7157         * gnus-group.el (nnkiboze-score-file):
7158         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7159         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7160         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7161         (message-tokenize-header, gnus-get-buffer-create)
7162         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7163         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7164         * gnus.el (gnus-group-decoded-name):
7165         * mail-source.el (imap-capability):
7166         * mm-bodies.el (message-options-set):
7167         * mm-decode.el (gnus-configure-windows):
7168         * mm-extern.el (message-goto-body):
7169         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7170         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7171         (epg-sub-key-validity, message-options-set):
7172         * mml.el (widget-event-point, gnus-configure-windows):
7173         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7174         * mml2015.el (epg-check-configuration, epg-configuration)
7175         (message-options-set):
7176         * nndb.el (nndb-request-article):
7177         * nnfolder.el (gnus-request-create-group):
7178         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7179         * nnmaildir.el (gnus-group-mark-article-read):
7180         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7181         * rfc1843.el (message-fetch-field):
7182         * spam.el (gnus-extract-address-components):
7183         Declare as functions.
7184
7185 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7188
7189         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7190
7191         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7192         bind show-trailing-whitespace for XEmacs.
7193
7194 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7195
7196         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7197         new no-op macro for backward compatibility.
7198
7199         * imap.el (imap-string-to-integer): New function.
7200
7201 2007-12-09  Glenn Morris  <rgm@gnu.org>
7202
7203         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7204
7205         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7206         * message.el, mm-view.el, sieve-manage.el, smime.el:
7207         Add declare-function compatibility definition.
7208
7209         * gnus-art.el (w3-region, w3m-region, Info-menu):
7210         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7211         * gnus-sum.el (gnus-get-predicate):
7212         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7213         * message.el (mail-abbrev-in-expansion-header-p):
7214         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7215         (w3m-detect-meta-charset, w3m-region):
7216         * sieve-manage.el (password-read, password-cache-add)
7217         (password-cache-remove):
7218         * smime.el (password-read-and-add): Declare as functions.
7219
7220 2007-12-08  David Kastrup  <dak@gnu.org>
7221
7222         * gnus-sum.el (gnus-summary-simplify-subject-query):
7223         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7224         `message'.
7225
7226 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7229         it to bind idna-program, installation-directory, defined-colors, and
7230         face-attribute for XEmacs of the version that compiles defcustom forms.
7231
7232 2007-12-07  Glenn Morris  <rgm@gnu.org>
7233
7234         * gnus-art.el (article-make-date-line): Revert previous change.
7235
7236 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7237
7238         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7239
7240 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7241
7242         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7243         Call gnus-add-to-range ranges only once with a prepared article-list.
7244
7245 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7246
7247         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7248         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7249         group names with backslashes.
7250         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7251
7252 2007-12-06  Deepak Goel  <deego3@gmail.com>
7253
7254         * gnus-art.el (article-make-date-line):
7255         * gnus-start.el (gnus-load):
7256         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7257
7258 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7259
7260         * gnus-art.el (gnus-use-idna)
7261         * gnus-start.el (gnus-site-init-file)
7262         * message.el (message-use-idna)
7263         * mm-uu.el (mm-uu-hide-markers)
7264         * smiley.el (smiley-style): Revert changes that suppress warnings.
7265
7266 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7267
7268         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7269         specify charset to html source.
7270         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7271
7272 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7273
7274         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7275         idna-program in order to suppress byte compile warning issued by XEmacs
7276         that came to byte compile the default value section of defcustom forms
7277         recently.
7278
7279         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7280         value of installation-directory.
7281
7282         * message.el (message-use-idna): Don't directly refer to the value of
7283         idna-program.
7284
7285         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7286
7287         * smiley.el (smiley-style): Don't directly call face-attribute.
7288
7289 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7290
7291         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7292
7293         * gnus-dired.el: Reduce Gnus dependencies.
7294         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7295         Don't require.  Use autoloads instead.
7296         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7297         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7298         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7299         (gnus-dired-mode): Adjust doc string.
7300         (gnus-dired-mail-mode): New variable.
7301         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7302         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7303         (gnus-dired-mail-buffers): New function.  Return mail or message
7304         composition buffers.
7305         (gnus-dired-attach): Use it.
7306         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7307         NO-DECODE.
7308         (gnus-dired-print): Use `gnus-print-buffer' depending on
7309         `gnus-dired-mail-mode'.
7310
7311 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7312
7313         * rfc2047.el (rfc2047-encoded-word-regexp)
7314         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7315         explaining what regexp patterns are for.
7316
7317 2007-12-04  Glenn Morris  <rgm@gnu.org>
7318
7319         * password.el: Move to password-cache.el.
7320
7321         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7322         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7323         * mml-smime.el (password-read, password-cache-add)
7324         (password-cache-remove):
7325         No need to autoload, since mml-sec requires password.
7326
7327         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7328         * message.el (gnus-extract-address-components):
7329         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7330
7331         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7332         password.
7333
7334 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7335
7336         * mailcap.el: Reduce dependencies.
7337         (mail-header-parse-content-type): Autoload.
7338         (mailcap-delete-duplicates): New alias.
7339         (mailcap-mime-info): Add optional argument NO-DECODE.
7340         (mailcap-mime-types): Use mailcap-delete-duplicates.
7341
7342         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7343
7344 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7345
7346         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7347         (imap-parse-status): Upcase status-att for servers that sends them
7348         lower-case (e.g., MS Exchange 2007).
7349
7350 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7351
7352         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7353         function.
7354
7355         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7356         (gnus-uu-yenc-article): New function.
7357
7358         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7359
7360         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7361
7362 2007-12-02  Glenn Morris  <rgm@gnu.org>
7363
7364         * binhex.el (binhex): New custom group.
7365         (binhex-decoder-program, binhex-decoder-switches)
7366         (binhex-use-external): Move to the binhex custom group.
7367
7368         * uudecode.el (uudecode): New custom group.
7369         (uudecode-decoder-program, uudecode-decoder-switches)
7370         (uudecode-use-external): Move to the uudecode custom group.
7371
7372         * netrc.el (top-level): Don't load `encrypt' features.
7373         (netrc-parse): Don't use encrypt.
7374         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7375
7376         * encrypt.el: Remove file.
7377
7378 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7379
7380         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7381         matches on patches.
7382
7383         * gnus-art.el (gnus-article-browse-html-article):
7384         Mention `mm-text-html-renderer' in the doc string.
7385
7386         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7387         string.  Add comments.
7388
7389         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7390         if rhs is ASCII.
7391
7392 2007-12-01  Glenn Morris  <rgm@gnu.org>
7393
7394         * mail-source.el (top-level): Require format-spec before
7395         eval-when-compile.
7396
7397 2007-11-30  Glenn Morris  <rgm@gnu.org>
7398
7399         * encrypt.el: Require password, rather than autoloading password-read.
7400
7401 2007-11-29  Glenn Morris  <rgm@gnu.org>
7402
7403         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7404         (sasl-make-client, sasl-next-step, sasl-step-data)
7405         (sasl-step-set-data): Declare as functions.
7406
7407 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7408
7409         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7410
7411 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7412
7413         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7414         certs should be verified and what is to be done in the event of a
7415         verification failure.
7416
7417         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7418         caller can indicate whether the cache should be disregarded for this
7419         call.  This way the result of the call is reproducible at all times and
7420         can be considered a canonical server name for the supplied method.
7421         (gnus-agent-method-p): Canonicalize server names by pushing their
7422         method through `gnus-method-to-server' using the no-cache argument.
7423
7424         * gnus-srvr.el (gnus-server-insert-server-line):
7425         Call `gnus-method-to-server' with `no-cache' argument.
7426
7427         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7428         gnus-agent-possibly-synchronize-flags as this should be called when the
7429         server is actually being opened.
7430         (gnus-agent-possibly-synchronize-flags)
7431         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7432         flags file of an agentized server to the latter function.
7433
7434         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7435         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7436         after a connection has been established successfully.
7437
7438 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7439
7440         * gnus-art.el (article-display-face): Force to display face if called
7441         interactively; check if gnus-article-x-face-too-ugly matches author.
7442         (article-display-x-face): Display face even if From header is missing
7443         as article-display-face does.
7444
7445 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7446
7447         * hashcash.el (message-narrow-to-headers-or-head)
7448         (message-fetch-field, message-goto-eoh)
7449         (message-narrow-to-headers): Declare as functions.
7450
7451 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * mail-source.el (mail-sources): Default to fetch from file for
7454         compatibility with default of nnmail-spool-file.
7455
7456 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7457
7458         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7459         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7460         to look for encoded word that should be encoded again.
7461         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7462         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7463         encoding pattern.
7464         (rfc2047-decode-region): Switch strict regexp and loose one according
7465         to rfc2047-allow-irregular-q-encoded-words.
7466
7467 2007-11-25  Romain Francoise  <romain@orebokech.com>
7468
7469         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7470
7471 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7472
7473         * tls.el (tls-program): Provide more custom choices from
7474         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7475         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7476
7477 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7478
7479         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7480         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7481
7482         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7483         `nnmail-spool-file'.
7484
7485         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7486         `nnmail-spool-file'.
7487
7488         * gnus-move.el (gnus-change-server): Ditto.
7489
7490         * gnus-kill.el (gnus-batch-score): Ditto.
7491
7492         * gnus-cache.el (gnus-jog-cache): Ditto.
7493
7494         * gnus-msg.el (gnus-summary-reply):
7495         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7496
7497 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7498
7499         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7500         version.  Minor improvement to doc strings.
7501         (tls-program): Add comment.
7502
7503 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7504
7505         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7506         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7507         mismatch between the hostname provided in the certificate and the name
7508         of the host connnecting to.
7509         (open-tls-stream): Use them.  Check certificates against trusted root
7510         certificates.
7511
7512 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7513
7514         * gnus-cache.el (gnus-cache-generate-nov-databases):
7515         Use nnml-generate-nov-databases-directory instead of
7516         nnml-generate-nov-databases-1.
7517
7518 2007-11-24  Glenn Morris  <rgm@gnu.org>
7519
7520         * message.el (message-tool-bar-retro): Update for rename
7521         mail_send.xpm->mail-send.xpm.
7522
7523 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7526         `smime-ldap-search' for Emacs 22 and up.
7527
7528 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7529
7530         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7531
7532         * message.el (message-send-mail-function): Fix error convention.
7533         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7534         (message-widen-reply, message-send-mail, message-talkative-question)
7535         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7536         (message-clone-locals, message-send-news): Use with-current-buffer.
7537         (message-insert-or-toggle-importance): Remove unused var `valid'.
7538         (message-make-references): Remove unused var `new-references'.
7539         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7540
7541 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7542
7543         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7544         (spam-split-symbolic-return-positive): Reflow docstring.
7545         (spam-backends, spam-summary-exit-behavior)
7546         (spam-mark-ham-unread-before-move-from-spam-group)
7547         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7548         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7549         (spam-clear-cache, spam-backend-check, spam-install-backend)
7550         (spam-install-statistical-backend, spam-list-of-processors)
7551         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7552         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7553         (spam-check-crm114, spam-initialize, spam-unload-hook):
7554         Fix typos in docstrings.
7555
7556 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7557
7558         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7559         been checked if they have never been read and those group levels are
7560         higher than the one that a user specified.
7561
7562 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7563
7564         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7565         foreign groups unless a group level is specified by a user.
7566         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7567
7568 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7569
7570         * message.el (message-send-mail-function): Require sendmail.
7571
7572 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7573
7574         * message.el (message-send-mail-function): Check for smtpmail too.
7575
7576         * utf7.el (utf7-encode, utf7-decode): Use coding system
7577         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7578
7579         * message.el (message-send-mail-function): New function.
7580         (message-send-mail-function): Set default using
7581         message-send-mail-function.  Adjust doc string.
7582         (message-send-mail-with-mailclient): New function.
7583
7584 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7585
7586         * smime.el (from):
7587         * rfc2047.el (message-posting-charset):
7588         * qp.el (mm-use-ultra-safe-encoding):
7589         * pop3.el (parse-time-months):
7590         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7591         * nnml.el (files):
7592         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7593         (jka-compr-compression-info-list, ange-ftp-path-format)
7594         (efs-path-regexp):
7595         * nndiary.el (files):
7596         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7597         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7598         (epg-digest-algorithm-alist, inhibit-redisplay)
7599         (password-cache-expiry):
7600         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7601         (pgg-output-buffer, password-cache-expiry):
7602         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7603         (efs-path-regexp):
7604         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7605         (inhibit-redisplay):
7606         * mm-uu.el (file-name, start-point, end-point, entry)
7607         (gnus-newsgroup-name, gnus-newsgroup-charset):
7608         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7609         (latin-unity-ucs-list):
7610         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7611         (mm-uu-binhex-decode-function):
7612         * message.el (gnus-message-group-art, gnus-list-identifiers)
7613         (rmail-enable-mime-composing, gnus-local-organization)
7614         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7615         (gnus-read-active-file, facemenu-add-face-function)
7616         (facemenu-remove-face-function, gnus-article-decoded-p)
7617         (tool-bar-mode):
7618         * mail-source.el (display-time-mail-function):
7619         * gnus-util.el (nnmail-pathname-coding-system)
7620         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7621         (gnus-original-article-buffer, gnus-user-agent)
7622         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7623         (xemacs-codename, sxemacs-codename, emacs-program-version):
7624         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7625         * gnus-start.el (gnus-agent-covered-methods)
7626         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7627         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7628         (gnus-newsgroup-headers, gnus-group-list-mode)
7629         (gnus-group-mark-positions, gnus-newsgroup-data)
7630         (gnus-newsgroup-unreads, nnoo-state-alist)
7631         (gnus-current-select-method, mail-sources)
7632         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7633         (nnmail-spool-file, gnus-cache-active-hashtb):
7634         * gnus-mh.el (mh-lib-progs):
7635         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7636         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7637         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7638         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7639         (gnus-group-buffer):
7640         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7641         (font-lock-set-defaults):
7642         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7643         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7644         (gnus-summary-post-menu, total-parts, type, condition, length):
7645         * gnus-agent.el (gnus-agent-read-agentview):
7646         * flow-fill.el (show-trailing-whitespace):
7647         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7648         eval-and-compile wrappers for byte compiler pacifiers.
7649
7650         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7651         (mm-display-inline-fontify): Check for featurep 'xemacs not
7652         extent-list.
7653
7654         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7655         itimer-list.
7656         (mm-create-image-xemacs): Only do something for XEmacs.
7657         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7658
7659         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7660
7661         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7662         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7663
7664 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7665
7666         * nnimap.el (nnimap-split-download-body):
7667         * gnus-demon.el (gnus-demon):
7668         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7669
7670 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7671
7672         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7673         New macros.
7674         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7675         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7676         copy data from unibyte buffer to multibyte current buffer.
7677         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7678         to copy data from unibyte current buffer to multibyte buffer.
7679         (nntp-make-process-buffer): Make process buffer unibyte.
7680
7681         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7682
7683 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7684
7685         * pop3.el (pop3-open-server): Accept and process data more robustly at
7686         connexion start to avoid spurious "POP SSL connexion failed" errors.
7687
7688 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7689
7690         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7691         read group names.
7692
7693 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7694
7695         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7696
7697 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7698
7699         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7700         (nnmail-save-active): Use a unibyte buffer when saving active file,
7701         which may contain non-ASCII group names.
7702
7703         * nnml.el (nnml-request-group): Decode group names in messages.
7704
7705 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * message.el (message-citation-line-function)
7708         (message-insert-formatted-citation-line): Fix spelling of
7709         `message-insert-formated-citation-line'.
7710
7711 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7712
7713         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7714
7715 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7716
7717         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7718         nnmail-pathname-coding-system.
7719
7720         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7721         that a user enters; decode group names in messages.
7722
7723         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7724
7725 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7726
7727         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7728
7729         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7730
7731         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7732         risky local variable.
7733
7734         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7735
7736 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7737
7738         * encrypt.el: Improve documentation to fix function name typo.
7739         Reported by Daiki Ueno <ueno@unixuser.org>.
7740
7741 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7742
7743         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7744         even if the point is not in the last page of an article.
7745         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7746         back to the previous page.
7747
7748 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7749
7750         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7751
7752 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7755
7756 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7757
7758         * message.el (message-check-news-body-syntax):
7759         Avoid mm-string-as-multibyte.
7760         (message-hide-headers): Don't assume (point-min)==1.
7761
7762 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7763
7764         * message.el (message-remove-blank-cited-lines): Fix if remove is
7765         given.
7766         (message-bogus-address-regexp): New variable.
7767         (message-bogus-recipient-p): New function.
7768         (message-check-recipients): New command.
7769         (message-syntax-checks): Add `bogus-recipient'.
7770         (message-fix-before-sending): Add `bogus-recipient'.
7771
7772         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7773         (gnus-treat-body-boundary): Don't test window-system.
7774
7775 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7776
7777         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7778
7779 2007-10-28  Miles Bader  <miles@gnu.org>
7780
7781         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7782         at compile-time too.
7783
7784 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7785
7786         * gnus-msg.el (gnus-message-setup-hook):
7787         Add `message-remove-blank-cited-lines' to options.
7788
7789 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7790
7791         * message.el (message-remove-blank-cited-lines): New function.
7792         Suggested by Karl Plästerer.
7793
7794 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7795
7796         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7797         mapc.
7798
7799         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7800         (top-level): Use mapc to set functions to be traced for debugging.
7801
7802         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7803         called for effect with while loop.
7804
7805         * message.el (message-talkative-question): Replace mapcar called for
7806         effect with mapc.
7807
7808         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7809         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7810         called for effect with dolist.
7811
7812         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7813
7814         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7815         gnus-extra-headers and nnmail-extra-headers.
7816
7817         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7818         called for effect with dolist.
7819         (top-level): Use mapc to set functions to be traced for debugging.
7820
7821         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7822         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7823         dolist.
7824
7825         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7826         Replace mapcar called for effect with mapc.
7827         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7828         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7829         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7830         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7831
7832         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7833         remove-if that's a cl function.
7834
7835         * webmail.el (webmail-debug): Replace mapcar called for effect with
7836         dolist.
7837
7838         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7839         with mapc.
7840
7841 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7842
7843         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7844         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7845         with while loop.
7846
7847         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7848         functions from article-* functions.
7849         (gnus-multi-decode-header): Replace mapcar called for effect with
7850         dolist.
7851
7852         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7853         (gnus-bookmark-show-details): Replace mapcar called for effect with
7854         while loop.
7855
7856         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7857         called for effect with while loop.
7858
7859         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7860         with dolist.
7861
7862         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7863         Replace mapcar called for effect with dolist.
7864
7865         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7866
7867         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7868         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7869         Replace mapcar called for effect with dolist.
7870         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7871         mapc.
7872
7873         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7874         Replace mapcar called for effect with dolist.
7875         (gnus-topic-list): Replace mapcar called for effect with mapc.
7876
7877         * gnus.el: Use mapc instead of mapcar to add autoloads.
7878
7879 2007-10-23  Richard Stallman  <rms@gnu.org>
7880
7881         * gnus-group.el (gnus-group-highlight): Mark as risky.
7882
7883 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus.el (gnus-server-to-method): Return method found first in
7886         gnus-newsrc-alist.
7887
7888         * gnus-art.el (gnus-article-highlight-signature)
7889         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7890         button overlay without the front stickiness.
7891
7892 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7893
7894         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7895         overview buffer needed a catch to receive its throw.
7896         (gnus-agent-flush-cache): Declare as interactive to make this function
7897         easier to use.
7898
7899 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7900
7901         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7902         `next-line'.
7903
7904 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7905
7906         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7907         exclude address matching message-dont-reply-to-names.
7908
7909 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7910
7911         * gnus-util.el (gnus-string<): New function.
7912
7913         * gnus-sum.el (gnus-article-sort-by-author)
7914         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7915
7916 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7919         the frame-focus tag is set in gnus-buffer-configuration.
7920
7921 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7922
7923         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7924         the front stickiness.
7925
7926 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7927
7928         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7929         url pattern; remove duplicate one.
7930         (gnus-article-extend-url-button): New function.
7931         (gnus-article-add-buttons): Use it.
7932         (gnus-button-push): Use concatenated url that it makes.
7933
7934 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7935
7936         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7937
7938 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7939
7940         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7941         Don't hardcode point-min==1.
7942
7943 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7944
7945         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7946         Fix comment about "iso8859-1".
7947
7948 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7949
7950         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7951         ones returned from the verify-function.
7952
7953         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7954         Call mml2015-extract-cleartext-signature if extraction failed.
7955
7956 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7957
7958         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7959         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7960         failed.
7961
7962 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7963
7964         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7965
7966 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7967
7968         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7969         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7970         recommends to use EasyPG instead of PGG.
7971
7972         * pgg.el: Revert to revision 6.23.2.16.
7973
7974         * pgg-def.el: Revert to revision 6.6.2.14.
7975
7976         * pgg-gpg.el: Revert to revision 6.23.2.34.
7977
7978 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7979
7980         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7981         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7982         thread for both the null and zero (kill/expire thread) universal prefix
7983         cases.
7984         (gnus-summary-expire-thread): Add new function to expire a thread,
7985         using gnus-summary-kill-thread.
7986         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7987         shortcuts for gnus-summary-expire-thread.
7988         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7989         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7990
7991 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7992
7993         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7994         extras value, so an extras entry can be deleted.
7995         (gnus-registry-delete-extra-entry): Use it.
7996         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7997         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7998         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7999         storage through the gnus-registry, and provide an appropriate API for
8000         it.
8001
8002 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8003
8004         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8005         Suggested by Leo <sdl.web@gmail.com>.
8006
8007         * gnus.el: Do.
8008
8009 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8012         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8013
8014         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8015
8016         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8017         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8018
8019 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8020
8021         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8022         newline.
8023         (nnmbox-request-accept-article): Don't change article in source buffer;
8024         narrow to header to use message-fetch-field rather than
8025         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8026         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8027         as delimiters; make sure article ends with newline.
8028         (nnmbox-delete-mail): Correct last position of article to be deleted;
8029         ignore X-Gnus-Newsgroup header in article body.
8030         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8031         positions; make sure article ends with newline.
8032
8033         * message.el (message-display-abbrev): Don't infloop when a user
8034         inserts SPC in the beginning of header.
8035
8036         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8037         coding-system-for-read and coding-system-for-write for XEmacs having no
8038         file-coding feature.
8039
8040         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8041
8042 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8043
8044         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8045         list of groups not followed by default.  Fix type to be regexp.
8046         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8047
8048 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8049
8050         * hmac-def.el (define-hmac-function): Switch from old-style to
8051         new-style backquotes.
8052
8053         * md4.el (md4-make-step): Likewise.
8054
8055 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8056
8057         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8058         raw-text coding system when saving .newsrc file, which may contain
8059         non-ASCII group names.
8060
8061 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-cus.el (gnus-score-extra): New widget.
8064         (gnus-score-extra-convert): New function.
8065         (gnus-score-customize): Use it for Extra.
8066
8067 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8068
8069         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8070         (mml2015-mailcrypt-clear-verify): Use it.
8071         (mml2015-gpg-clear-verify): Use it.
8072         (mml2015-pgg-clear-verify): Use it.
8073         (mml2015-epg-clear-verify): Replace the current part with the output
8074         from GnuPG; don't extract the plaintext by itself.
8075
8076         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8077         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8078         mml2015-clear-verify-function; don't touch the armor headers or
8079         dash-escaped text here.
8080
8081 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8082
8083         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8084         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8085         parts, or application/octet-stream as a last resort.
8086         (gnus-mime-view-part-as-type): Don't toggle display.
8087         (gnus-mime-view-part-as-charset): Don't turn off display before
8088         querying charset.
8089
8090         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8091         stuff to undisplayer function in Emacs.
8092         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8093
8094         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8095         text/calendar parts.
8096
8097 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8098
8099         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8100         decoding text/calendar parts.
8101
8102         * message.el (message-forward-make-body-mime): Always mark body as
8103         having no illegible text; remove signed-or-encrypted argument.
8104         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8105
8106         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8107         (mml-generate-mime-1): Don't encode body if it is specified to be in
8108         raw form; don't make buffer be unibyte when inserting multibyte string.
8109
8110 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8111
8112         * sha1.el: Fix up comment style.
8113         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8114         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8115
8116         * hex-util.el: Fix up comment style.
8117         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8118
8119         * gnus-salt.el: Use with-current-buffer.
8120         (gnus-pick-setup-message): Fix long-standing typo.
8121
8122 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8123
8124         * imap.el (imap-logout-timeout): New variable.
8125         (imap-logout, imap-logout-wait): New functions.
8126         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8127
8128         * nnimap.el (nnimap-logout-timeout): New server variable.
8129         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8130         nnimap-logout-timeout.
8131
8132         * gnus-art.el (gnus-article-summary-command-nosave)
8133         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8134
8135 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * gnus.el (gnus-maximum-newsgroup): New variable.
8138
8139         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8140         according to gnus-maximum-newsgroup.
8141
8142         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8143         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8144         Limit the range of articles according to gnus-maximum-newsgroup.
8145
8146 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8147
8148         * gnus-art.el (gnus-sticky-article): Fix problems described in
8149         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8150         Don't perform gnus-configure-windows here; reuse existing sticky
8151         article buffer.
8152
8153         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8154         it doesn't exist in gnus-article-mode.
8155
8156 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8157
8158         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8159         (gnus-agent-decoded-group-name): New function.
8160         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8161         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8162
8163 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8164
8165         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8166         Add binding for gnus-sticky-article.
8167         (gnus-summary-exit): Don't kill sticky article buffers.
8168
8169         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8170         article buffer.
8171         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8172         (gnus-kill-sticky-article-buffers): New commands.
8173
8174 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8175
8176         * nntp.el (nntp-xref-number-is-evil): New server variable.
8177         (nntp-find-group-and-number): If it is non-nil, don't trust article
8178         numbers in the Xref header.
8179
8180 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-agent.el (gnus-agent-read-group): New function.
8183         (gnus-agent-flush-group, gnus-agent-expire-group)
8184         (gnus-agent-regenerate-group): Use it.
8185         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8186         nnmail-pathname-coding-system.
8187
8188 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8191
8192         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8193         that are unread as unread, and also as selected so that information of
8194         marks having been changed by a user may be updated when exiting group.
8195
8196 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8197
8198         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8199
8200 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8201
8202         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8203         calculated ignoring signature parts to gnus-treat-article.
8204
8205 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8206
8207         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8208         a point here in order to keep the window start.
8209         (gnus-insert-mime-security-button): Make a button overlay without the
8210         front stickiness.
8211         (gnus-mime-display-security): Goto the end of a button.
8212
8213         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8214
8215 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8218         group-name-at-point.
8219         (gnus-group-completing-read): New function that offers decoded
8220         non-ASCII group names for completion.
8221         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8222         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8223         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8224         (gnus-group-fetch-control): Use it.
8225         (gnus-fetch-group): Use group-name-at-point for the initial value
8226         rather than the default value; use gnus-alive-p.
8227
8228         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8229         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8230         (gnus-summary-post-news): Use gnus-group-completing-read.
8231
8232         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8233         (gnus-read-move-group-name): Decode group name for completion.
8234
8235 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8236
8237         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8238         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8239         Yamaoka slightly modified the code).
8240
8241 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8244         (nnmail-split-incoming): Bind it.
8245
8246         * nnml.el (nnml-group-name-charset): New function.
8247         (nnml-decoded-group-name): Use it; don't decode group name if
8248         nnmail-group-names-not-encoded-p is non-nil.
8249         (nnml-encoded-group-name): New function.
8250         (nnml-group-pathname): Inline nnml-decoded-group-name.
8251         (nnml-request-expire-articles): Decode group name in message.
8252         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8253         nnmail-pathname-coding-system.
8254         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8255         not decoded ones according to nnmail-group-names-not-encoded-p.
8256         (nnml-generate-active-info): Use nnml-encoded-group-name.
8257
8258 2007-08-08  Glenn Morris  <rgm@gnu.org>
8259
8260         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8261         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8262         doc-strings and comments.
8263
8264 2007-07-25  Glenn Morris  <rgm@gnu.org>
8265
8266         * Relicense all FSF files to GPLv3 or later.
8267
8268 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8269
8270         * gnus-sum.el (gnus-summary-move-article):
8271         Make gnus-summary-respool-article work.
8272
8273 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8274
8275         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8276         string.
8277
8278 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8279
8280         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8281         that should be ignored when comparing distant RSS articles with local
8282         ones.
8283         (nnrss-make-hash-index): New function.  Create a hash index according
8284         to the ignored fields.
8285         (nnrss-check-group): Use it.
8286
8287 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8288
8289         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8290
8291         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8292
8293         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8294         the new optional argument ENCODED is non-nil.
8295         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8296         coding system for encoding group name.
8297         (gnus-group-make-rss-group): Pass un-encoded group name to
8298         gnus-group-make-group.
8299         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8300         encoded.
8301
8302         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8303         Encode group name to which articles are moved or copied.
8304         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8305         coding system for encoding Newsgroup, Followup-To and Xref headers.
8306
8307         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8308         marks; use nnheader-file-coding-system to write a file.
8309         (nnagent-retrieve-headers): Bind file-name-coding-system to
8310         nnmail-pathname-coding-system.
8311
8312         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8313
8314         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8315         (nnml-request-article, nnml-request-create-group)
8316         (nnml-request-rename-group, nnml-find-id)
8317         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8318         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8319         (nnml-save-marks): Use nnml-group-pathname instead of
8320         nnmail-group-pathname.
8321
8322         (nnml-request-create-group, nnml-request-expire-articles)
8323         (nnml-request-move-article, nnml-request-delete-group)
8324         (nnml-deletable-article-p, nnml-possibly-create-directory)
8325         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8326         (nnml-open-marks): Bind file-name-coding-system to
8327         nnmail-pathname-coding-system.
8328
8329         (nnml-request-article): Pass server argument to nnml-find-group-number.
8330         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8331         Pass server argument to nnml-possibly-create-directory.
8332         (nnml-request-accept-article): Pass server argument to
8333         nnml-active-number and nnml-save-mail.
8334         (nnml-find-group-number): Pass server argument to nnml-find-id.
8335         (nnml-request-update-info): Pass server argument to
8336         nnml-marks-changed-p.
8337
8338         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8339         (nnml-save-mail, nnml-active-number): Add server argument.
8340
8341         (nnml-request-delete-group): Warn if group is missing.
8342         (nnml-get-nov-buffer): Decode group name.
8343         (nnml-generate-active-info): Encode group name.
8344         (nnml-open-marks): Decode group name in messages.
8345
8346 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8347
8348         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8349         if it is not specified.
8350         (gnus-article-pipe-part, gnus-article-save-part)
8351         (gnus-article-interactively-view-part, gnus-article-copy-part)
8352         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8353         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8354         (gnus-article-replace-part, gnus-article-delete-part)
8355         (gnus-article-view-part-as-type): Pass raw prefix argument to
8356         gnus-article-part-wrapper.
8357
8358 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8359
8360         * gnus-agent.el (gnus-agent-save-active):
8361         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8362
8363         * gnus-cache.el (gnus-cache-save-buffers)
8364         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8365         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8366         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8367         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8368         (gnus-cache-generate-active, gnus-cache-rename-group)
8369         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8370         (gnus-cache-update-overview-total-fetched-for):
8371         Bind file-name-coding-system to nnmail-pathname-coding-system.
8372         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8373         New variables.
8374         (gnus-cache-decoded-group-name): New function.
8375         (gnus-cache-file-name): Use it.
8376         (gnus-cache-generate-active): Use non-decoded group name for active.
8377
8378         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8379         right place.
8380         (gnus-write-active-file): Don't break non-ASCII group names.
8381
8382         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8383         nnmail-pathname-coding-system.
8384
8385         * lpath.el: Bind default-file-name-coding-system,
8386         file-name-coding-system and language-info-alist for XEmacs.
8387
8388         * gnus-uu.el (gnus-uu-decode-save): Typo.
8389
8390 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8393
8394 2007-07-14  David Kastrup  <dak@gnu.org>
8395
8396         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8397         finishing actions if we did not edit the article.
8398
8399 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8400
8401         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8402         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8403         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8404         (gnus-agent-flush-group, gnus-agent-flush-cache)
8405         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8406         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8407         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8408         (gnus-agent-regenerate-group)
8409         (gnus-agent-update-files-total-fetched-for)
8410         (gnus-agent-update-view-total-fetched-for):
8411         Bind file-name-coding-system to nnmail-pathname-coding-system.
8412         (gnus-agent-group-pathname): Don't encode file names by
8413         nnmail-pathname-coding-system.
8414         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8415         coding-system-for-write instead of buffer-file-coding-system to
8416         gnus-agent-file-coding-system.
8417
8418         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8419         Decode group name.
8420
8421         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8422
8423         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8424         (gnus-read-newsrc-el-file): Make group names unibyte.
8425
8426         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8427         nnmail-pathname-coding-system.
8428
8429         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8430         (nnrss-request-delete-group): Bind file-name-coding-system to
8431         nnmail-pathname-coding-system.
8432         (nnrss-read-server-data, nnrss-read-group-data):
8433         Bind file-name-coding-system correctly.
8434         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8435
8436         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8437         (nntp-server-to-method-cache): New variable.
8438         (nntp-group-pathname): New function that decodes non-ASCII group names.
8439         (nntp-possibly-create-directory, nntp-marks-changed-p)
8440         (nntp-save-marks, nntp-open-marks): Use it.
8441         (nntp-possibly-create-directory, nntp-open-marks):
8442         Bind file-name-coding-system to nnmail-pathname-coding-system.
8443         (nntp-open-marks): Decode group names when bootstrapping marks.
8444
8445         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8446         Newsgroups and Folowup-To headers.
8447
8448 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8451         (gnus-server-closed-face, gnus-server-denied-face)
8452         (gnus-server-offline-face): Remove variable.
8453         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8454
8455         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8456         of modifying message-stack directly for XEmacs.
8457
8458         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8459         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8460         if the coding-system argument is nil for XEmacs.
8461
8462         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8463         mm-charset-override-alist.
8464
8465         * rfc2047.el: Don't require base64; require rfc2045 for the function
8466         rfc2045-encode-string.
8467         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8468         to quote the parameter value.
8469
8470 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8471
8472         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8473         form in gnus-group-name-charset-method-alist.
8474
8475         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8476         overrides the default layout edit-form.
8477
8478         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8479
8480         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8481
8482 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8485         as unfetched articles.
8486
8487 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8488
8489         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8490
8491 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8494         original back end that keeps marks in the local system.
8495
8496 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8497
8498         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8499         arg of pop-to-buffer for XEmacs.
8500         (gnus-article-read-summary-keys): Ditto; don't restore window
8501         configuration if summary command ends up with neither article buffer
8502         nor summary buffer; describe bindings if summary keys end with C-h.
8503
8504 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8505
8506         * message.el (message-fix-before-sending): Skip raw message part to be
8507         forwarded while checking illegible text.
8508         (message-forward-make-body-mime, message-forward-make-body):
8509         Mark signed or encrypted raw message as having no illegible text.
8510
8511 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8512
8513         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8514         (gnus-message-with-timestamp-1): New macro.
8515         (gnus-message-with-timestamp): New function.
8516         (gnus-message): Use them.
8517
8518         * nnheader.el (nnheader-message): Use them.
8519
8520 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8521
8522         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8523         .newsrc.eld file.
8524
8525 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8526
8527         * gnus-agent.el (gnus-agent-fetch-headers)
8528         (gnus-agent-retrieve-headers):
8529         Bind gnus-decode-encoded-address-function to identity.
8530
8531         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8532         available also when the server returns simply a dot.
8533
8534         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8535
8536 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8539
8540 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8541
8542         * gnus-ems.el (gnus-x-splash): Make it work.
8543
8544         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8545         from being used.
8546
8547         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8548
8549 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8550
8551         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8552         4th and the 5th arguments.
8553
8554         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8555         the front stickiness.
8556         (gnus-article-summary-command-nosave): Correct the order of the
8557         arguments passed to pop-to-buffer.
8558         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8559         summary command ends up with the article buffer.
8560
8561         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8562         the same faces.
8563
8564 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8565
8566         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8567
8568 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8569
8570         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8571         * gnus-sum.el (gnus-summary-highlight):
8572         * pgg.el (pgg-sign-region, pgg-sign):
8573         * mail-source.el (mail-source-delete-old-incoming-confirm):
8574         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8575
8576 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8577
8578         * gnus-art.el (gnus-mime-view-part-externally)
8579         (gnus-mime-view-part-internally): Fix predicate function passed to
8580         completing-read.
8581
8582         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8583
8584         * gnus.el (gnus-update-message-archive-method): Add :version.
8585
8586 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8587
8588         * gnus.el (gnus-update-message-archive-method): New variable.
8589
8590         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8591         according to gnus-message-archive-method if
8592         gnus-update-message-archive-method is non-nil.
8593
8594 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8597         Suggested by Loic Dachary <loic@dachary.org>.
8598         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8599
8600 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8601
8602         * message.el (message-pop-to-buffer): Add switch-function argument.
8603         (message-mail): Pass switch-function argument to it.
8604
8605 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8606
8607         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8608         Improve doc string.
8609
8610 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8613         (gnus-header-content)
8614         * gnus-cite.el (gnus-cite-10)
8615         * gnus-srvr.el (gnus-server-closed)
8616         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8617         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8618         (gnus-group-mail-3-empty, gnus-group-mail-low)
8619         (gnus-group-mail-low-empty, gnus-splash)
8620         * message.el (message-header-to, message-header-cc)
8621         (message-header-subject, message-header-other, message-header-name)
8622         (message-header-xheader, message-separator, message-cited-text)
8623         (message-mml): Lighten colors of faces used for dark background.
8624
8625 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8626
8627         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8628         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8629
8630 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * message.el (message-narrow-to-headers-or-head):
8633         Ignore mail-header-separator in the body.
8634
8635 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8636
8637         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8638         same as window size.
8639
8640 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8641
8642         * message.el (message-font-lock-keywords): Use message-header-xheader
8643         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8644         ahead of the anything pattern, to get it recognised.
8645
8646 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8647
8648         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8649         spam.el loads uses it in the compiled defadvice form.
8650
8651 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8652
8653         * gnus-sum.el (gnus-articles-to-read)
8654         (gnus-summary-insert-old-articles): Don't truncate group name for
8655         `read-string'.
8656
8657         * gnus-util.el (gnus-limit-string): Delete this function.
8658
8659         * gnus-sum.el (gnus-simplify-subject-fully):
8660         Use `truncate-string-to-width' instead.
8661
8662 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8663
8664         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8665         Tell if, on summary exit, the next group has to be selected.
8666         (gnus-summary-exit): Use it.
8667
8668 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8669
8670         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8671         non-break space.
8672
8673 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8676         Check if group is not a directory.
8677         (nnfolder-request-expire-articles): Don't delete articles if the target
8678         group is not available.
8679
8680         * nnml.el (nnml-request-create-group): Properly check if group is not a
8681         file.
8682         (nnml-request-expire-articles): Don't delete articles if the target
8683         group is not available.
8684
8685         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8686         Don't quote characters that are within parentheses.
8687
8688 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8689
8690         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8691         (gnus-handle-ephemeral-exit): Select article according to it.
8692
8693 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * message.el (message-insert-formated-citation-line): Remove newline.
8696         (message-citation-line-format): Add final \n here so that the user can
8697         avoid a blank line.
8698
8699 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8700
8701         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8702         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8703         Update lanl/arXiv support.
8704
8705 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8706
8707         * gnus.el: Bump version number.
8708
8709 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8710
8711         * gnus.el (gnus-version-number): Bump version.
8712
8713 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8714
8715         * gnus.el: No Gnus v0.6 is released.
8716
8717 2007-04-27  Didier Verna  <didier@xemacs.org>
8718
8719         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8720         * gmm-utils.el (gmm-regexp-concat): ... here.
8721         * message.el: Don't require 'gnus-util.
8722         (message-dont-reply-to-names): Handle name change above.
8723         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8724
8725 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8728         since the initial value varies according to the system.
8729
8730 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8731
8732         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8733
8734 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8735
8736         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8737
8738 2007-04-24  Didier Verna  <didier@xemacs.org>
8739
8740         Improve the type of gnus-ignored-from-addresses.
8741         * gnus-util.el (gnus-orify-regexp): New function.
8742         * message.el (gnus-util): Require it.
8743         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8744         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8745         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8746
8747 2007-04-24  Didier Verna  <didier@xemacs.org>
8748
8749         * gnus-sum.el:
8750         * gnus-utils.el: Fix some trailing whitespaces.
8751
8752 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8753
8754         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8755         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8756         article's Message-ID; refer parent article in summary buffer.
8757
8758         * message.el (message-bounce): Call mime-to-mml.
8759
8760         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8761         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8762         optimize and/or forms properly.
8763
8764 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8765
8766         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8767         URL.
8768
8769 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8772
8773 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8774
8775         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8776         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8777         displayed of multipart/alternative part if it is invoked from summary
8778         buffer.
8779
8780         * mm-view.el (mm-inline-text-html-render-with-w3m)
8781         (mm-inline-text-html-render-with-w3m-standalone)
8782         (mm-inline-render-with-function): Use mail-parse-charset by default.
8783
8784 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8785
8786         * parse-time.el (parse-time-string-chars): Check if CHAR
8787         is less than the length of parse-time-syntax.
8788
8789 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8790
8791         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8792         from gnus-newsgroup-processable.
8793
8794 2007-04-16  Didier Verna  <didier@xemacs.org>
8795
8796         * gnus-msg.el (gnus-configure-posting-styles):
8797         Handle message-signature-directory properly with :file syntax.
8798         Reported by "Leo".
8799
8800 2007-04-11  Didier Verna  <didier@xemacs.org>
8801
8802         New user option: message-signature-directory.
8803         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8804         * message.el (message-insert-signature): Ditto.
8805         * message.el (message-signature-file): Doc update.
8806         * message.el (message-signature-directory): New.
8807
8808 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8809
8810         * gnus-msg.el (gnus-inews-yank-articles):
8811         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8812
8813 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8814
8815         * message.el (message-yank-original): Make sure cited text ends with
8816         newline; don't exchange point and mark.
8817
8818 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8819
8820         * tls.el (open-tls-stream): Properly handle case where there
8821         is no associated buffer.
8822
8823 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8824
8825         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8826         message-yank-original, make sure (< mark TEXT point).
8827
8828 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8829
8830         * message.el (message-fill-column): New variable.
8831         (message-mode): Use it.  Add comment on a possible new hook.
8832
8833         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8834         (nnmail-get-new-mail): Reformat.
8835
8836         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8837
8838         * gmm-utils.el: Fix Commentary.
8839         (gmm-tool-bar-from-list): Fix typo in doc string.
8840
8841 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8842
8843         * message.el (message-yank-original): Don't switch point and mark
8844         unnecessarily to put point and mark as documented.
8845
8846 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8847
8848         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8849         from the message heads.
8850
8851 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8852
8853         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8854         article buffer does not have a window.  This may not be the best
8855         solution but is certainly better than setting the start of the null,
8856         that is the current, window.
8857
8858 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8859
8860         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8861         (gnus-draft-setup): Run it.
8862
8863         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8864         gnus-score-fast-scoring.  Allow regexp.
8865         (gnus-score-headers): Use it.
8866
8867         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8868         XEmacs.
8869
8870         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8871         string.
8872         (gnus-button-alist): Also catch `<f1> k ...'.
8873         (gnus-treat-display-x-face): Fix doc string.
8874
8875 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8876
8877         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8878         evaluation of gnus-extended-version to ensure correct generation of the
8879         User-Agent header when message-generate-headers-first is used.
8880
8881 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8882
8883         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8884         hashcash-path is nil.  Don't call callback with incorrect number of
8885         parameters if val is 0.
8886
8887 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8888
8889         * message.el (message-required-news-headers):
8890         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8891
8892 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8893
8894         * tls.el (open-tls-stream): In handshake-waiting loop,
8895         don't wait more if there is output available to process.
8896
8897 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8898
8899         * tls.el (tls-program): Doc fix.
8900
8901 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8902
8903         * message.el (message-generate-new-buffers): Change the meaning of the
8904         nil value; add `standard' to the choices; treat t as `unique'; improve
8905         doc string.
8906         (gnus-select-frame-set-input-focus): Autoload.
8907         (message-buffer-name): Search for the existing message buffer if
8908         message-generate-new-buffers is nil or `standard'; treat the value t of
8909         message-generate-new-buffers as `unique'.
8910         (message-pop-to-buffer): Raise the frame already displaying the message
8911         buffer; clear the echo area after querying.
8912         (message-setup): Pass the `continue' argument to compose-mail.
8913         (message-mail): Prefer `switch-function' if it is given; search for the
8914         existing message buffer if the `continue' argument is non-nil; pass
8915         continue and switch-function arguments to compose-mail by way of
8916         message-setup.
8917         (message-mail-other-window): Adjust argument of message-setup.
8918         (message-mail-other-frame): Ditto.
8919
8920 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8921
8922         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8923         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8924         to turn font-lock on when turning gnus-message-citation-mode on.
8925
8926 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8927
8928         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8929         (mml-smime-function-alist): New variable; add epg as the backend.
8930         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8931         mml-smime- functions instead.
8932         * mm-view.el: Require smime.
8933
8934 2007-03-05  Didier Verna  <didier@xemacs.org>
8935
8936         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8937         instead of just inheritance for posting styles.
8938         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8939
8940 2007-02-24  Chris Moore  <dooglus@gmail.com>
8941
8942         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8943         * pgg-pgp.el (pgg-pgp-encrypt-region):
8944         * pgg-gpg.el (pgg-gpg-encrypt-region):
8945         Check pgg-encrypt-for-me if no other recipients.
8946
8947 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8948
8949         * tls.el (tls-certtool-program): Fix custom type.
8950
8951 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8952
8953         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8954         and point-at-eol instead of line-(beginning|end)-position.
8955
8956         * assistant.el (assistant-parse-buffer): Ditto.
8957
8958         * netrc.el (netrc-parse-services): Ditto.
8959
8960 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8961
8962         * mml2015.el (mml2015-epg-find-usable-key): New function.
8963         (mml2015-epg-sign): Use it.
8964         (mml2015-epg-encrypt): Use it.
8965
8966 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8967
8968         * message.el (message-make-in-reply-to): Quote name containing
8969         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8970         if there are special characters.  Reported by NAKAJI Hiroyuki
8971         <nakaji@jp.freebsd.org>.
8972
8973 2007-02-27  Didier Verna  <didier@xemacs.org>
8974
8975         Include the group parameters as well as the topic ones in the
8976         inheritance filter process.
8977         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8978         argument GROUP-PARAMS-LIST.
8979         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8980
8981 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8982
8983         * nntp.el (nntp-never-echoes-commands)
8984         (nntp-open-connection-functions-never-echo-commands): New variables.
8985         (nntp-send-command): Use them.
8986
8987 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8988
8989         * mml2015.el (mml2015-epg-verify): Simplify.
8990
8991 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * mml.el (mml-content-disposition-alist): New user option.
8994         (mml-content-disposition): New function.
8995         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8996         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8997
8998 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8999
9000         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9001         verification.
9002
9003 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9004
9005         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9006         articles posted in the last 24 hours.
9007
9008 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9009
9010         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9011
9012 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9013
9014         * nntp.el (nntp-send-command): Don't wait for echoes when
9015         nntp-open-ssl-stream is used.
9016
9017 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9018
9019         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9020         (gnus-message-add-citation-keywords)
9021         (gnus-message-remove-citation-keywords): Remove.
9022         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9023         directly, make the variables in font-lock-defaults buffer-local, add
9024         gnus-message-citation-keywords to them and then update the value of
9025         font-lock-keywords.
9026
9027 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9028
9029         * message.el (message-cite-original-1): Don't call
9030         gnus-article-highlight-citation.
9031
9032         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9033         citations; fix line count.
9034
9035 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9036
9037         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9038         (gnus-message-add-citation-keywords)
9039         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9040         versions of font-lock-add-keywords and font-lock-remove-keywords to
9041         work with XEmacs correctly.
9042
9043 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9044
9045         * gnus-cite.el (gnus-cite-face-list): Set the values of
9046         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9047         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9048         (gnus-message-cite-prefix-regexp): New variable.
9049         (gnus-message-search-citation-line): Use it; protect against long
9050         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9051         the 0th match data for Emacs.
9052         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9053         (gnus-message-add-citation-keywords): Append keywords rather than
9054         prepending; emulate font-lock-add-keywords if it is not available.
9055         (gnus-message-remove-citation-keywords):
9056         Emulate font-lock-remove-keywords if it is not available.
9057
9058         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9059
9060         * message.el (message-cite-prefix-regexp): Set the value of
9061         gnus-message-cite-prefix-regexp.
9062
9063 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9064
9065         * nnweb.el (nnweb-google-parse-1): Update parser.
9066
9067 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9068
9069         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9070
9071 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9072
9073         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9074         regexp.
9075
9076 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9077
9078         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9079         string-to-multibyte.
9080         (uudecode-decode-region-internal): Use it.
9081
9082         * lpath.el: Fbind string-as-multibyte for XEmacs.
9083
9084 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9085
9086         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9087         Fix custom choice.
9088
9089         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9090
9091 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9092
9093         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9094
9095         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9096         `write-region' to respect `mm-inhibit-file-name-handlers'.
9097
9098 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9099
9100         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9101         Use gnus-home-directory instead of "~/" or "$HOME".
9102
9103 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9104
9105         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9106         to mention filename.
9107         Add comments at beginning regarding usage.
9108         (encrypt-write-file-contents): Change interactive so a string is
9109         acceptable.  If the file has no associated model, show an error instead
9110         of a nonsense prompt.
9111
9112 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9113
9114         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9115         Thanks to Yoshihiko Yamada for kind notification of this typo.
9116
9117 2007-01-12  Kenichi Handa  <handa@m17n.org>
9118
9119         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9120         multibyte buffer.
9121
9122 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * gnus-score.el (gnus-score-fast-scoring): New variable.
9125         (gnus-score-headers): Use it.
9126
9127         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9128
9129         * message.el (message-cite-original-1):
9130         Call gnus-article-highlight-citation if requested.
9131         (message-make-from): Allow name and address as optional arguments.
9132
9133         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9134
9135         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9136         bugs to doc string.
9137         (gnus-button-alist): Add mid\\|message-id.
9138         (gnus-button-fetch-group): Extend for use in
9139         `browse-url-browser-function'.
9140         (gnus-button-url-regexp): Try to catch paired parentheses like in
9141         Wikipedia URLs.
9142
9143         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9144         Suggested by Simon Krahnke <overlord@gmx.li>.
9145
9146 2007-01-13  Romain Francoise  <romain@orebokech.com>
9147
9148         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9149         Update copyright.
9150
9151 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9152
9153         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9154
9155 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9156
9157         * gnus-registry.el (gnus-registry-unfollowed-groups)
9158         (gnus-registry-split-fancy-with-parent): Fix documentation.
9159
9160 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9161
9162         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9163         from nnweb groups.
9164
9165 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9166
9167         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9168         Xref urls.  Erase buffer before requesting head.
9169
9170         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9171
9172 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9173
9174         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9175         customizable.
9176
9177 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9178
9179         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9180         no signing key is found.
9181         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9182         no encrypting and/or signing key is found.
9183
9184 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9187
9188 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9189
9190         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9191         headers read from disk with the ones newly found in the current search.
9192         This should no longer cause problems, because the article numbers in
9193         Gmane's `nov.php' output are ignored since the previous change.
9194
9195 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9196
9197         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9198
9199 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9200
9201         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9202         replace-regexp-in-string; bind url-version; fbind display-images-p and
9203         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9204         find-face and set-itimer-function for Emacs; bind itimer-list for
9205         Emacs.
9206
9207         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9208
9209 2007-01-01  Romain Francoise  <romain@orebokech.com>
9210
9211         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9212
9213 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9214
9215         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9216         `define-minor-mode' macro definition expanded properly.
9217         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9218         exclude it there.
9219
9220         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9221         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9222         `fboundp' test.
9223         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9224         This is OK to autoload in (S)XEmacs now.
9225
9226 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9227
9228         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9229         keystroke.
9230         (gnus-summary-limit-to-singletons): Fix typo.
9231
9232         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9233         else fails.
9234
9235 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9236
9237         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9238         docstring.
9239
9240         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9241         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9242         (gnus-summary-insert-dormant-articles): Fix typo in message.
9243
9244 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9245
9246         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9247         nil for XEmacs.
9248         (gnus-message-citation-mode): Don't autoload in XEmacs.
9249
9250         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9251
9252 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9253
9254         * nnimap.el (nnimap-expunge-search-string):
9255         Mention nnimap-search-uids-not-since-is-evil in docstring.
9256
9257 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9258
9259         * spam.el: Revert to make-obsolete-variable because
9260         define-obsolete-variable-alias is not supported in Emacs 21.
9261
9262         * spam.el (spam-ifile-path, spam-ifile-database-path)
9263         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9264         make-obsolete-variable.
9265         (spam-bsfilter-path, spam-bsfilter-program)
9266         (spam-spamassassin-path, spam-spamassassin-program)
9267         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9268         Don't use "path" inappropriately.
9269         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9270         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9271         variable names.
9272
9273 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9274
9275         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9276         summary buffer.
9277
9278         * password.el (password-cache-remove): Use clear-string to burn
9279         password, if available.
9280
9281 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9282
9283         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9284
9285         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9286
9287         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9288         (gnus-message-highlight-citation): Move defcustom here from
9289         gnus-cite.el.
9290         (gnus-message-citation-mode): Autoload.
9291
9292         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9293         checks to make it compile with XEmacs.
9294         (gnus-message-citation-mode): New minor mode.
9295         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9296         (gnus-message-highlight-citation): New variables.
9297         (gnus-message-search-citation-line)
9298         (gnus-message-add-citation-keywords)
9299         (gnus-message-remove-citation-keywords)
9300         (turn-on-gnus-message-citation-mode)
9301         (turn-off-gnus-message-citation-mode): New functions.
9302
9303 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9304
9305         * gnus-cite.el: Enable highlighting of different citation levels in
9306         message-mode.
9307
9308 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9309
9310         * message.el (message-make-fqdn): Fix comment.
9311         (message-bogus-system-names): Add ".local".
9312
9313         * spam.el (spam-ifile-path, spam-ifile-program)
9314         (spam-ifile-database-path, spam-ifile-database)
9315         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9316         Don't use "path" inappropriately.
9317         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9318         strings.
9319         (spam-check-ifile, spam-ifile-register-with-ifile)
9320         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9321         Use new variable names.
9322
9323         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9324         (gnus-treat-display-smileys): Simplify using
9325         gnus-image-type-available-p.
9326
9327         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9328         available.
9329
9330         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9331         Use `display-images-p' if available.
9332
9333 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9334
9335         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9336         one after turning on the buffer's multibyteness instead of decoding
9337         them directly in the unibyte buffer that causes unexpected conversion
9338         in Emacs 23 (unicode).
9339
9340 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9341
9342         * message.el (message-generate-hashcash): Fix custom type.
9343
9344 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9345
9346         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9347
9348 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9349
9350         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9351         disconnect icons.  Add help text.
9352
9353 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9354
9355         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9356         negated to be consistent with the others we handle.
9357
9358 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9359
9360         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9361         version of gnus-summary-buffer to something, so that we can use two
9362         article buffers at the same time.
9363
9364 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9365
9366         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9367         trigger all the extra headers.
9368         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9369         sorting.
9370
9371 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9372
9373         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9374         solid groups.
9375
9376 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9377
9378         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9379
9380 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9381
9382         * legacy-gnus-agent.el: Add Copyright notice.
9383
9384 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9385
9386         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9387
9388 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9389
9390         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9391
9392         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9393         to make it work reliably in CVS Emacs.
9394         (gnus-summary-limit-strange-charsets-predicate)
9395         (gnus-summary-limit-to-predicate): New functions.
9396
9397 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9398
9399         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9400         specifying array size.
9401         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9402         array if it is too small.
9403         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9404         (gnus-sort-threads-loop): New function.
9405
9406 2006-12-06  Chris Moore  <dooglus@gmail.com>
9407
9408         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9409         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9410
9411 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9412
9413         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9414         options.
9415
9416 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9417
9418         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9419         DOS-ing the recipient.
9420
9421         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9422         the headers when creating the mapping to avoid mismappings.
9423         (nnweb-gmane-create-mapping): Always nix out old mapping.
9424
9425 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9428         and mm-verify-option to never.
9429
9430 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * message.el (message-signed-or-encrypted-p): New function.
9433         (message-forward-make-body): Use it.
9434
9435         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9436         Replace encode-coding-string with mm-encode-coding-string.
9437
9438 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9439
9440         * nneething.el (nneething-decode-file-name):
9441         Replace decode-coding-string with mm-decode-coding-string.
9442
9443         * gnus-int.el (gnus-open-server): Say failed server's name.
9444
9445 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9446
9447         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9448         strings to a single string.  Quote `errors-file-name'.
9449         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9450         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9451         Adjust calls.  Use `shell-quote-argument'.
9452
9453 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9454
9455         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9456         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9457
9458         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9459         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9460         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9461         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9462         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9463         (gnus-subscribe-newsgroup, gnus-1):
9464         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9465         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9466         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9467         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9468
9469 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9470
9471         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9472         keystroke.
9473         (gnus-summary-limit-to-bodies): Implement headersp.
9474
9475 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9476
9477         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9478
9479 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9480
9481         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9482
9483 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9484
9485         * message.el (message-generate-hashcash): Expand range of values to
9486         include `opportunistic'.
9487         (message-send-mail): Use it.
9488
9489 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9490
9491         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9492         and comment it.
9493
9494         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9495
9496 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9497
9498         * gnus-util.el (gnus-extract-address-components): Improve comment.
9499
9500 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * gnus-util.el (gnus-extract-address-components): Work with address in
9503         which the name portion contains @.
9504
9505         * lpath.el: Fbind custom-autoload.
9506
9507 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9508
9509         * gnus.el (gnus-start): Move custom group up.
9510         (gnus-select-method): Don't autoload, but make it available for
9511         `customize-variable'.
9512         (gnus-getenv-nntpserver): Don't autoload.
9513
9514 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9515
9516         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9517
9518 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9519
9520         * message.el (message-sendmail-extra-arguments): New variable.
9521         (message-send-mail-with-sendmail): Use it.
9522
9523 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9524
9525         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9526         mm-with-unibyte-current-buffer to make string unibyte.
9527
9528         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9529         mm-string-as-multibyte.
9530
9531 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9532
9533         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9534         Reported by Werner Koch <wk@gnupg.org>.
9535
9536 2006-11-14  Daiki Ueno  <ueno@p360>
9537
9538         * mml2015.el: Autoload epa-select-keys when compiling.
9539
9540 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9541
9542         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9543         message-options.
9544         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9545
9546 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9547
9548         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9549         EasyPG (< 0.0.6).
9550         (mml2015-always-trust): New user option.
9551         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9552         prompt.
9553
9554 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9555
9556         * nntp.el (nntp-authinfo-force): New variable.
9557         (nntp-send-authinfo): Use it.
9558
9559 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9560
9561         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9562         decode encoded words.  Improve prompt.  Add comment about forwarding.
9563         (message-replacement-char): Move up.
9564
9565 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9566
9567         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9568         instead of gnus-intersection because arguments of gnus-sorted-nunion
9569         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9570
9571 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9574         (message-simplify-subject-functions):
9575         Enable message-strip-subject-encoded-words by default.
9576
9577 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9578
9579         * message.el (message-strip-subject-encoded-words): New function.
9580         (message-simplify-subject-functions): New variable.
9581         (message-simplify-subject): Use it.  Fix typo in doc string.
9582         Support message-strip-subject-encoded-words.
9583
9584 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9585
9586         * gnus-diary.el (gnus-diary-delay-format-function):
9587         * nndiary.el (nndiary-reminders):
9588         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9589
9590 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9591
9592         * gnus-art.el (article-hide-boring-headers): Fetch date from
9593         gnus-original-article-buffer to avoid problems with localized date
9594         strings.
9595
9596 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9597
9598         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9599
9600 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9601
9602         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9603         New variables.
9604         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9605         (mm-charset-synonym-alist): Move some entries to
9606         mm-codepage-iso-8859-list.
9607         (mm-charset-synonym-alist, mm-charset-override-alist):
9608         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9609
9610 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9611
9612         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9613
9614 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9615
9616         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9617         with Emacs 21 and XEmacs.
9618
9619 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9620
9621         * spam.el (spam-parse-address): New function for better parsing,
9622         catching errors, etc.
9623         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9624
9625 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9626
9627         * mm-view.el: Add interactive arg to html2text autoload.
9628
9629 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9630
9631         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9632
9633 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9636         New variables.
9637         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9638         (mm-charset-synonym-alist): Move some entries to
9639         mm-codepage-iso-8859-list.
9640
9641         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9642
9643 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9644
9645         * message.el (message-citation-line-format)
9646         (message-insert-formated-citation-line): Fix implementation of %E, %N
9647         and %n according to the doc string.
9648
9649 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9650
9651         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9652         Use car-safe to avoid bad parses.
9653
9654 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9655
9656         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9657         names.
9658
9659         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9660
9661 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9662
9663         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9664         header.
9665
9666         * message.el (message-draft-headers): Add Date.
9667         (message-headers-to-generate): Fix typo in docstring.
9668
9669         * nndraft.el (nndraft-required-headers): New variable.
9670         (nndraft-generate-headers): Use it.
9671
9672         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9673
9674 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9675
9676         * gnus-registry.el (gnus-registry-wash-for-keywords)
9677         (gnus-registry-find-keywords): New functions to allow easy searching of
9678         articles that are in the registry.
9679
9680 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9681
9682         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9683         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9684         Reported by Damien Elmes <damien@repose.cx>.
9685
9686 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9687
9688         * gnus.el (gnus-mime): Remove unused custom group.
9689
9690 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9691
9692         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9693         "blank line" when searching for end of armor headers.
9694
9695 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9696
9697         * gmm-utils.el (gmm-write-region): Fix variable name.
9698
9699 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9700
9701         * gmm-utils.el (gmm-write-region): New function based on compatibility
9702         code from `mm-make-temp-file'.
9703
9704         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9705
9706         * nnmaildir.el (nnmaildir--update-nov)
9707         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9708         Use `gmm-write-region'.
9709
9710 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9711
9712         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9713         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9714
9715         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9716
9717         * message.el (message-replacement-char): New variable.
9718         (message-fix-before-sending): Use it.
9719         (message-simplify-subject): New function to remove duplicate code.
9720         (message-reply, message-followup): Use it.
9721
9722         * gnus-sum.el (gnus-summary-make-menu-bar):
9723         Clarify gnus-summary-limit-to-articles.
9724
9725 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9726
9727         * gnus-util.el (gnus-with-local-quit): New macro.
9728
9729         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9730
9731 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9732
9733         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9734         ignore non-string data.
9735
9736 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9737
9738         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9739         non-string data (needs to be done in the registry too).
9740
9741 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9742
9743         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9744         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9745         (gnus-registry-split-fancy-with-parent)
9746         (gnus-registry-fetch-simplified-message-subject-fast)
9747         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9748         Remove text properties on ingress into the registry and when it's saved.
9749         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9750         registry from entries with no groups.
9751
9752 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9753
9754         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9755         function to remove string properties.
9756
9757 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * gmm-utils.el (gmm): Adjust custom version.
9760
9761         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9762         Adjust custom version.
9763
9764         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9765
9766 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * gnus-art.el (gnus-insert-prev-page-button)
9769         (gnus-insert-next-page-button): Simplify.  Reformat.
9770
9771 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9772
9773         * gnus-art.el (gnus-insert-prev-page-button)
9774         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9775
9776 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9777
9778         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9779
9780 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9781
9782         * gnus-art.el (gnus-insert-mime-button)
9783         (gnus-insert-mime-security-button):
9784         Apply gnus-article-button-face to MIME and security buttons.
9785
9786 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9787
9788         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9789         readable.
9790
9791 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9794
9795 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9796
9797         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9798         `browse-url-of-file' instead of `browse-url'.
9799
9800 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9801
9802         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9803         regexp.  Articles containing quotation were cut prematurely.
9804
9805 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9806
9807         * message.el (message-cite-original-1): Use nobody by default for the
9808         value of From header.
9809         (message-reply): Ditto.
9810
9811 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9812
9813         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9814         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9815         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9816
9817 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9818
9819         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9820         mails in the doc string.  Add some URLs in comment.
9821         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9822
9823 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9826         backslashes handling and the way to find boundaries of quoted strings.
9827
9828 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9829
9830         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9831         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9832         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9833         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9834
9835 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9836
9837         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9838         doc string.
9839         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9840
9841 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9842
9843         * lpath.el: Fbind epg-check-configuration.
9844
9845 2006-09-06  Simon Josefsson  <jas@extundo.com>
9846
9847         * mml2015.el (mml2015-use): Doc fix, mention epg.
9848
9849 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9850
9851         * mml2015.el (mml2015-use): Default to epg, if available.
9852
9853 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9854
9855         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9856         message-sender.
9857         (mml1991-epg-encrypt): Ditto.
9858         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9859         message-sender.
9860         (mml2015-epg-encrypt): Ditto.
9861
9862 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9863
9864         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9865         several common directories.
9866
9867 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9868
9869         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9870         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9871
9872 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-art.el (article-decode-encoded-words): Make it fast.
9875
9876 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9877
9878         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9879
9880         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9881         in quoted string into `\'.
9882
9883 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9886         Use standard-syntax-table.
9887
9888 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-art.el (gnus-decode-address-function): New variable.
9891         (article-decode-encoded-words): Use it to decode headers which are
9892         assumed to contain addresses.
9893         (gnus-mime-delete-part): Remove useless `or'.
9894
9895         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9896         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9897         (gnus-nov-parse-line): Use it to decode From header.
9898         (gnus-get-newsgroup-headers): Ditto.
9899         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9900
9901         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9902         (mail-decode-encoded-address-string): New alias.
9903
9904         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9905         New function.
9906         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9907         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9908         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9909         (rfc2047-decode-string): Ditto.
9910         (rfc2047-decode-address-region): New function.
9911         (rfc2047-decode-address-string): New function.
9912
9913 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9914
9915         * message.el (message-caesar-buffer-body): Allow rotating headers.
9916
9917         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9918
9919         * message.el (message-insert-formated-citation-line): Fix %f.
9920         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9921
9922 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9925         (gnus-bookmark-mouse-available-p): New macro.
9926         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9927         (gnus-bookmark-bmenu-show-infos): Use it.
9928         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9929         (gnus-bookmark-bmenu-hide-infos): Ditto.
9930         (gnus-bookmark-remove-properties): New function.
9931         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9932         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9933         (gnus-bookmark-write-file): Bind coding-system-for-write.
9934         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9935         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9936         group before selecting it.
9937         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9938         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9939         quit-window if it is not available; use gnus-mouse-2 and bind it to
9940         gnus-bookmark-bmenu-select-by-mouse.
9941         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9942         (gnus-bookmark-bmenu-select-by-mouse): New function.
9943
9944 2006-08-13  Romain Francoise  <romain@orebokech.com>
9945
9946         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9947         space.
9948
9949 2006-08-10  Romain Francoise  <romain@orebokech.com>
9950
9951         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9952         (dns-mode-soa-auto-increment-serial): New user option.
9953         (dns-mode-soa-maybe-increment-serial): New function.
9954         (dns-mode): Add the latter to `write-contents-functions'.
9955
9956 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9957
9958         * compface.el (uncompface): Use binary rather than raw-text-unix.
9959
9960 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9961
9962         * compface.el (uncompface): Make sure the eol conversion doesn't take
9963         place when communicating with the external programs.
9964         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9965
9966 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9967
9968         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9969
9970 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9971
9972         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9973         Make it more robust by parsing author and date independently.
9974
9975 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9976
9977         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9978
9979 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9980
9981         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9982         first matching secret key.
9983         (mml2015-epg-encrypt): Ditto.
9984
9985         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9986         first matching secret key.
9987         (mml1991-epg-encrypt): Ditto.
9988
9989         * mml2015.el (mml2015-encrypt-to-self): New user option.
9990         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9991         mml2015-epg-encrypt-to-self is set.
9992
9993         * mml1991.el (mml1991-encrypt-to-self): New variable.
9994         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9995         mml1991-epg-encrypt-to-self is set.
9996
9997         * mml2015.el (mml2015-signers): New user option.
9998         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9999         (mml2015-epg-encrypt): Allow to select signing keys.
10000
10001         * mml1991.el (mml1991-signers): New variable.
10002         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10003         (mml1991-epg-encrypt): Allow to select signing keys.
10004
10005 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10006
10007         * nnheader.el (nnheader-insert-head): Make it work even if the file
10008         uses CRLF for the line-break code.
10009
10010 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10011
10012         * mml2015.el: Require mml-sec instead of password.
10013         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10014         (mml2015-cache-passphrase): Inherit the default value from
10015         mml-secure-cache-passphrase.
10016         (mml2015-passphrase-cache-expiry): Inherit the default value from
10017         mml-secure-passphrase-cache-expiry.
10018
10019         * mml1991.el: Require mml-sec instead of password.
10020         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10021         (mml1991-cache-passphrase): Inherit the default value from
10022         mml-secure-cache-passphrase.
10023         (mml1991-passphrase-cache-expiry): Inherit the default value from
10024         mml-secure-passphrase-cache-expiry.
10025
10026         * mml-sec.el: Require password.
10027         (mml-secure-verbose): New user option.
10028         (mml-secure-cache-passphrase): New user option.
10029         (mml-secure-passphrase-cache-expiry): New user option.
10030
10031 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10032
10033         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10034         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10035         andreas@altroot.de (Andreas Vögele).
10036
10037         FIXME: Use `tiny change'?
10038
10039 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10040
10041         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10042         workaround for the url package included with Emacs.
10043
10044         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10045
10046 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10047
10048         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10049         correctly.  This fixes a bug caused by the 2006-05-12 change.
10050
10051 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10052
10053         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10054         some information about the error when saying that the `bogus' mail
10055         group will be used.
10056
10057 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10058
10059         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10060         string.
10061
10062 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10063
10064         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10065
10066 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10067
10068         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10069
10070 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10071
10072         * mml1991.el (mml1991-function-alist): Add epg.
10073         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10074         (mml1991-epg-encrypt): New functions.
10075
10076 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10077
10078         * mml2015.el (mml2015-verbose): New variable.
10079         (mml2015-cache-passphrase): Ditto.
10080         (mml2015-passphrase-cache-expiry): Ditto.
10081         (mml2015-function-alist): Add epg.
10082         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10083         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10084         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10085         New functions.
10086
10087 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10088
10089         * message.el (message-cite-original-1): Preserve region when removing
10090         quoted text due to X-No-Archive in order to avoid bogus attribution
10091         when citing multiple messages.
10092
10093 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10094
10095         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10096         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10097
10098 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10099
10100         * gnus-diary.el (gnus-user-format-function-d)
10101         (gnus-user-format-function-D): Autoload.
10102
10103         * imap.el (Commentary): Fix typo.
10104
10105         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10106         2006-04-22 contribution.
10107
10108 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10109
10110         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10111         It didn't really fix the bogosity I'm seeing with solid web groups.
10112
10113 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10114
10115         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10116         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10117         created using server names.  If we use the feature without declaring
10118         it, Gnus does not properly manage server and group state.
10119
10120         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10121         bound.
10122
10123 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10124
10125         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10126         looking up the method using GROUP's prefix before inventing a new one.
10127         It is used on killed/unknown groups in various places where returning
10128         an all-new method isn't expected by the caller.
10129
10130         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10131         and match semantics of gnus-group-real-prefix.
10132
10133 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10134
10135         * nnmail.el (nnmail-broken-references-mailers): New variable.
10136         (nnmail-ignore-broken-references): New function generalizing
10137         nnmail-fix-eudora-headers.
10138         (nnmail-fix-eudora-headers): Now obsolete.
10139
10140         * gnus-art.el (gnus-button-handle-custom):
10141         Support `customize-apropos*'.
10142
10143 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10144
10145         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10146
10147         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10148         articles.
10149
10150 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10151
10152         * message.el (message-cite-reply-above): New variable.
10153         (message-yank-original): Use it.
10154
10155 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10156
10157         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10158
10159 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10160
10161         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10162         as read.
10163
10164         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10165
10166 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10167
10168         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10169         (gnus-bookmark-default-file): Use gnus-directory.
10170         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10171         Remove "*" in doc string.
10172         (gnus-bookmark-write-file): Simplify.
10173         (gnus-bookmark-maybe-sort-alist): Use `when'.
10174         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10175         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10176         Add FIXME about Emacs 21 and XEmacs compatibility.
10177         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10178         compatibility.
10179         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10180         compatibility.
10181         (gnus-bookmark-menu-heading): Fix version.
10182
10183 2006-06-19  Bastien Guerry  <bzg@altern.org>
10184
10185         * gnus-bookmark.el: New file.
10186
10187 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10188
10189         * message.el (message-syntax-checks): Doc fix.
10190
10191 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10192
10193         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10194         unsubscribed groups as if they were killed ones.  It causes duplicate
10195         entries in gnus-newsrc-alist.
10196
10197 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * message.el (message-syntax-checks): Doc fix.
10200         (message-send-mail): Add check for continuation headers.
10201         (message-check-news-header-syntax): Fix regexp used to check for
10202         continuation headers.
10203
10204 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10205
10206         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10207
10208 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10211
10212 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10213
10214         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10215         default-truncate-lines.
10216
10217 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10220         to fill the utf-8 entry.
10221
10222         * lpath.el: Fbind unicode-precedence-list.
10223
10224 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10225
10226         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10227
10228 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10229
10230         * gnus-agent.el (directory-files-and-attributes): Move all the way
10231         forward (the third and final move).
10232         (gnus-agent-read-agentview): Trap reconstruction errors due to
10233         nonexistent directory.  Handle by returning nil.
10234
10235 2006-05-30  Didier Verna  <didier@xemacs.org>
10236
10237         * message.el (message-dont-reply-to-names): Update the custom type.
10238         * message.el (message-dont-reply-to-names): New defsubst: potentially
10239         convert a list of regexps into a single one.
10240         * message.el (message-get-reply-headers): Use it.
10241         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10242
10243 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10244
10245         * gnus-agent.el (directory-files-and-attributes): Move forward.
10246
10247 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10248
10249         * gnus-ml.el (gnus-mailing-list-subscribe)
10250         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10251         (gnus-mailing-list-message): Fix doc strings.
10252
10253 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10254
10255         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10256         of doing it manually.
10257
10258 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10259
10260         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10261         comment.
10262
10263 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10264
10265         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10266         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10267         (gnus-agent-read-local): All symbols allocated in my-obarray.
10268         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10269         (gnus-agent-regenerate-group): Check numeric names to see if they are
10270         messages or groups.
10271         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10272         better way of do this...)
10273
10274         * gnus-cache.el (gnus-agent-total-fetched-for):
10275         Ignore 'dummy.group' (there should be a better way of do this...)
10276
10277 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10278
10279         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10280         (gnus-saved-headers): Ditto.
10281         (gnus-default-article-saver): Mention functions may have properties.
10282         (gnus-article-save): Override gnus-save-all-headers and
10283         gnus-saved-headers by :headers property which saver function may have.
10284         (gnus-summary-save-in-file): Add :headers property.
10285         (gnus-summary-write-to-file): Ditto.
10286
10287         * gnus-sum.el (gnus-summary-save-article): Bind
10288         gnus-prompt-before-saving to t when saving many articles in a file;
10289         always show all headers.
10290
10291         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10292
10293 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10294
10295         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10296         marks.
10297
10298         * message.el (message-indent-citation): Add optional arguments to allow
10299         using it outside of message buffers.
10300
10301         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10302         (gnus-article-treat-unfold-headers): Use it.
10303         (gnus-article-truncate-lines): New variable.
10304         (gnus-article-mode): Use it.
10305         (gnus-article-toggle-truncate-lines): New function.
10306
10307         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10308         Add gnus-article-toggle-truncate-lines.
10309
10310         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10311         coding system in XEmacs, use binary.
10312
10313 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10316         after-load-alist.
10317
10318         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10319         this function should save decoded articles.
10320         (gnus-summary-write-to-file): Use property to specify this function
10321         should save decoded articles and specify gnus-summary-save-in-file
10322         should be used to save articles other than the first one when saving
10323         many articles.
10324         (gnus-summary-save-body-in-file): Use property to specify this
10325         function should save decoded articles.
10326         (gnus-summary-write-body-to-file): Use property to specify this
10327         function should save decoded articles and specify
10328         gnus-summary-save-body-in-file should be used to save articles other
10329         than the first one when saving many articles.
10330
10331         * gnus-sum.el (gnus-summary-save-article): Simplify.
10332
10333 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10334
10335         * gnus-art.el (gnus-default-article-saver):
10336         Add gnus-summary-write-body-to-file.
10337         (gnus-article-save-coding-system): Don't use coding system object
10338         in XEmacs.
10339         (gnus-read-save-file-name): Add optional `dir-var' argument which
10340         specifies directory in which files are saved; work even if optional
10341         `variable' argument is not specified.
10342         (gnus-summary-write-to-file): Read file name.
10343         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10344         (gnus-summary-write-body-to-file): New function.
10345
10346         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10347         (gnus-summary-local-variables): Add it.
10348         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10349         (gnus-summary-save-article): Remove optional `decode' argument;
10350         determine whether to decode articles by the value of
10351         gnus-default-article-saver; when saving many files using
10352         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10353         it first and use gnus-summary-save-in-file or
10354         gnus-summary-save-body-in-file thereafter unless
10355         gnus-prompt-before-saving is always; move point to article which
10356         will be saved.
10357         (gnus-summary-save-article-file): Revert.
10358         (gnus-summary-write-article-file): Revert.
10359         (gnus-summary-save-article-body-file): Revert.
10360         (gnus-summary-write-article-body-file): New function.
10361
10362 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10363
10364         * gnus-art.el (gnus-default-article-saver): Doc fix.
10365         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10366         from gnus-summary-save-article-coding-system, and default to a
10367         certain coding system.
10368         (gnus-output-to-file): Add coding cookie and encode text according
10369         to gnus-article-save-coding-system; don't use mm-append-to-file.
10370
10371         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10372         gnus-art.el and rename to gnus-article-save-coding-system.
10373         (gnus-summary-save-article): Require gnus-art; don't show all
10374         headers if it decodes articles; don't add coding cookie here;
10375         don't bind mm-text-coding-system-for-write.
10376         (gnus-summary-save-article-file): Save decoded articles.
10377         (gnus-summary-write-article-file): When saving many files, use
10378         gnus-summary-write-to-file first and gnus-summary-save-in-file
10379         thereafter unless gnus-prompt-before-saving is always.
10380         (gnus-summary-save-article-body-file): Save decoded articles.
10381
10382         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10383
10384 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10385
10386         * nnrss.el (nnrss-check-group): Bind hash-index.
10387
10388 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10389
10390         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10391         its hash index.  Store this hash in `nnrss-group-data'.
10392         (nnrss-read-group-data): Update accordingly.
10393
10394 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10397         entry.
10398
10399         * gnus-sum.el (gnus-summary-make-menu-bar):
10400         Add gnus-article-browse-html-article.
10401
10402 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10403
10404         * gnus-sum.el (gnus-summary-mime-map):
10405         Add gnus-article-browse-html-article.
10406
10407         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10408
10409 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10410
10411         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10412         suitable coding systems in customize.
10413
10414 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10415
10416         * mail-source.el (mail-sources): Fix custom type.
10417
10418 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10419
10420         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10421         (gnus-summary-expire-articles-now): Shorten prompt.
10422
10423         * gmm-utils.el (wid-edit): Require.
10424         (defun-gmm): Rename from `gmm-defun-compat'.
10425         (gmm-image-search-load-path): Use it.
10426         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10427
10428 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10429
10430         * gnus-sum.el (gnus-summary-save-article-coding-system):
10431         New variable.
10432         (gnus-summary-save-article): Add optional `decode' argument.
10433         If it is set and gnus-summary-save-article-coding-system is non-nil,
10434         save decoded article.
10435         (gnus-summary-write-article-file): Save decoded article if
10436         gnus-summary-save-article-coding-system is non-nil.
10437
10438         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10439         type.
10440
10441 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10442
10443         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10444
10445 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10446
10447         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10448         first to test gnus-single-article-buffer which may be buffer-local.
10449
10450         * gnus-sum.el (gnus-summary-setup-buffer):
10451         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10452         group; make gnus-article-buffer, gnus-article-current, and
10453         gnus-original-article-buffer always buffer-local.
10454         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10455         group.
10456         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10457
10458 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10459
10460         * nnml.el (nnml-request-compact-group): Compressed files might not
10461         have .gz extension.
10462
10463 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10464
10465         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10466         (mm-copy-to-buffer): Use with-current-buffer.
10467         (mm-display-part): Simplify.
10468         (mm-inlinable-p): Add optional arg `type'.
10469
10470 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10471
10472         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10473         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10474         Try harder to show the attachment internally or externally using
10475         gnus-mime-view-part-as-type.
10476
10477 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10478
10479         * message.el (message-from-style, message-signature-separator)
10480         (message-user-organization-file, message-send-mail-function)
10481         (message-citation-line-function, message-yank-prefix)
10482         (message-indent-citation-function, message-signature)
10483         (message-signature-file, message-signature-insert-empty-line):
10484         Remove autoloads.
10485
10486         * gnus-art.el (gnus-buttonized-mime-types):
10487         Remove "multipart/signed".  Revert 2006-04-26 change.
10488
10489 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10490
10491         * gnus.el (gnus-version-number): Bump version.
10492
10493 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10494
10495         * gnus.el: No Gnus v0.5 is released.
10496
10497 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10498
10499         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10500         fetching articles by message-id.
10501
10502 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10503
10504         * message.el (hashcash): Require hashcash as normal.
10505
10506         * ecomplete.el (ecomplete-highlight-match-line):
10507         Use point-at-eol.
10508         (ecomplete-highlight-match-line): Use `highlight', because that
10509         face exists in both Emacs and XEmacs.
10510
10511         * message.el (message-display-abbrev): Use point-at-bol.
10512
10513         * mail-source.el: Don't require timer/timer-funcs.
10514
10515         * gnus-async.el: Ditto.
10516
10517         * password.el: Ditto.
10518
10519         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10520
10521         * mm-url.el: Ditto.
10522
10523         * gnus-xmas.el: Don't require timer-funcs.
10524
10525         * mm-util.el: Require timer/timer-funcs.
10526
10527 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10528
10529         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10530         Close.
10531
10532 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10533
10534         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10535         unibyte after clear-decrypt function runs.
10536
10537         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10538         returns as a unibyte string.
10539
10540 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10541
10542         * lpath.el: Revert.
10543
10544         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10545         (pgg-gpg-process-sentinel): Revert.
10546
10547         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10548         (pgg-pgp-lookup-key): Revert.
10549
10550         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10551         (pgg-pgp5-lookup-key): Revert.
10552
10553         * pgg.el (pgg-fetch-key): Revert.
10554
10555 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * lpath.el: Fbind string-as-multibyte for XEmacs.
10558
10559         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10560         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10561         (mml1991-pgg-encrypt): Ditto.
10562
10563         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10564         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10565         a multibyte buffer.
10566
10567         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10568         (pgg-pgp-lookup-key): Ditto.
10569
10570         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10571         (pgg-pgp5-lookup-key): Ditto.
10572
10573         * pgg.el (pgg-fetch-key): Ditto.
10574
10575 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10576
10577         * message.el (message-user-organization-file): Check several
10578         locations of the organization file.
10579
10580         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10581         Add gnus-article-view-part-as-type.
10582
10583         * gnus-art.el (gnus-article-view-part-as-type): New function.
10584
10585         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10586         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10587
10588         * mml.el: Simplify autoload.
10589         (mml-mode): defvar dnd-protocol-alist instead of using
10590         symbol-value.
10591         (mml-default-directory): New variable.
10592         (mml-minibuffer-read-file): Use it.
10593         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10594
10595         * message.el (message-citation-line-format): New variable.
10596         (message-insert-formated-citation-line): New function.
10597         (message-citation-line-function):
10598         Add `message-insert-formated-citation-line' to custom type.
10599
10600         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10601         to doc string.
10602
10603         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10604         depending on mm-verify-option.
10605
10606 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10607
10608         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10609         binding pgg-* variables; reimplement the section which prevents
10610         MIME header from being signed.
10611         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10612         pgg-text-mode; remove a blank line at the top of body.
10613
10614         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10615         lines at the top of body; use gnus-newsgroup-charset if there's no
10616         Charset header.
10617
10618 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10619
10620         * message.el (message-self-insert-commands): Doc fix.
10621
10622         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10623         (mm-uu-pgp-encrypted-test): Ditto.
10624         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10625         between header and body; return application/pgp-encrypted handle
10626         if decryption failed; decode decrypted body by charset.
10627
10628         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10629         element match to application/pgp-*.
10630
10631 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10632
10633         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10634         HTML.
10635
10636 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10637
10638         * mail-source.el (mail-source-call-script): Message the error
10639         string.
10640
10641 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10642
10643         * gnus-util.el (gnus-byte-compile): Use it.
10644
10645 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10646
10647         * gnus-util.el (kill-empty-logs): New function.
10648
10649 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10650
10651         * message.el (message-mail-alias-type): Doc fix.
10652         (message-mail-alias-type-p): New function.
10653         (message-send): Use it.
10654         (message-mode): Ditto.
10655         (message-strip-forbidden-properties): Ditto.
10656
10657         * ecomplete.el (ecomplete-database-file-coding-system):
10658         New variable.
10659         (ecomplete-save): Use it.
10660         (ecomplete-setup): Use it.
10661
10662 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10663
10664         * message.el (message-self-insert-commands): New variable.
10665         (message-strip-forbidden-properties): Use it.
10666
10667 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10668
10669         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10670         that doesn't make XEmacs choke.
10671
10672 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10673
10674         * gnus-util.el (gnus-replace-in-string):
10675         Prefer replace-regexp-in-string over of replace-in-string.
10676
10677 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10678
10679         * gnus-util.el (gnus-select-frame-set-input-focus):
10680         Use select-frame-set-input-focus if it is available in XEmacs; use
10681         definition defined in Emacs 22 for old Emacsen.
10682
10683         * dgnushack.el: Autoload unmorse-region for XEmacs.
10684
10685         * lpath.el: Bind cursor-in-non-selected-windows and
10686         select-frame-set-input-focus for XEmacs.
10687
10688 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10689
10690         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10691
10692 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10693
10694         * gnus-registry.el (gnus-registry-cache-save): Remove text
10695         properties when saving via the temp buffer.
10696
10697 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10698
10699         * message.el (message-generate-hashcash): Honor custom type.
10700
10701 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10702
10703         * message.el (message-generate-hashcash): Default to non-nil when
10704         hashcash is found.
10705
10706         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10707         (gnus-refer-thread-limit): Increase default to 500.
10708
10709         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10710
10711         * flow-fill.el (fill-flowed): Allow delete-space.
10712
10713 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10716         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10717         Remove autoloads.
10718
10719 2006-04-18  Simon Josefsson  <jas@extundo.com>
10720
10721         * message.el (message-generate-hashcash): Default to.
10722
10723 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10724
10725         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10726         concatenating segments rather than before concatenating them.
10727
10728 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10729
10730         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10731
10732 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10733
10734         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10735
10736         * message.el (message-forward-make-body-plain):
10737         Allow message-forward-ignored-headers to be a list.
10738         (message-remove-ignored-headers): Factor out into function.
10739         (message-forward-make-body-mml): Use it.
10740
10741         * imap.el (imap-quote-specials): New function.
10742         (imap-login-auth): Quote specials.
10743
10744         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10745         (rfc2231-parse-string): Allow concatanation of parameters that
10746         aren't contiguous.  The test case is
10747           (mail-header-parse-content-type "message/external-body;
10748             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10749             access-type=LOCAL-FILE;
10750             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10751
10752 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10753
10754         * nntp.el (nntp-accept-process-output): Return the value of
10755         `nnheader-accept-process-output'.
10756
10757 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10760         (gnus-button-alist): Recognize more diff formats.
10761         (gnus-button-patch): Strip directory.
10762
10763 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10764
10765         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10766         Emacs 22 when setting focus.
10767
10768 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10769
10770         * gnus-art.el (gnus-article-treat-types): Do treatment of
10771         text/x-verbatim parts.
10772         (gnus-button-patch): New command.
10773
10774         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10775         addresses that contain invalid characters.
10776
10777 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10778
10779         * message.el (message-put-addresses-in-ecomplete):
10780         Use gnus-replace-in-string.
10781         (message-is-yours-p): Use the more correct
10782         mail-header-parse-address instead of
10783         mail-extract-address-components.
10784         (message-put-addresses-in-ecomplete): Fix typo.
10785
10786         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10787         keystroke.
10788
10789         * gnus-art.el (gnus-treatment-function-alist): Change order of
10790         newsgroups/generic header folding to avoid double-folding.
10791
10792         * message.el (message-hidden-headers): Add X-Draft-From.
10793
10794         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10795         New command.
10796         (gnus-summary-repeat-search-article-backward): New command.
10797
10798         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10799         groups in the parent topic.
10800
10801 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10802
10803         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10804         (spam-extra-header-to-number): Return the CRM114 number as a
10805         number instead of a string.
10806
10807 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10808
10809         * gnus-art.el (gnus-face-properties-alist): Move here from
10810         gnus-fun.
10811
10812         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10813
10814 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10815
10816         * message.el (message-strip-forbidden-properties): Only display on
10817         self-insert-command.
10818
10819         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10820         reindent.
10821         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10822
10823 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10824
10825         * smiley.el (smiley-style): Fix typo.
10826
10827 2006-03-23  Kenichi Handa  <handa@m17n.org>
10828
10829         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10830         instead of set-buffer-multibyte.
10831
10832 2006-03-23  Kenichi Handa  <handa@m17n.org>
10833
10834         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10835         buffer and then decode the buffer text if necessary.
10836         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10837         first, and after mm-encode-body, change the buffer to unibyte.
10838
10839 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10840
10841         * hashcash.el (hashcash-insert-payment-async-2):
10842         Use message-goto-eoh instead of doing it manually.
10843         (mail-add-payment): Use message-narrow-to-header instead of trying
10844         to do the same itself.
10845
10846         * message.el (message-hidden-headers): Add Face.
10847
10848         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10849         reparenting code.
10850         (gnus-summary-reparent-children): Refactored out code.
10851         (gnus-summary-thread-map): New keystroke.
10852         (gnus-summary-reparent-children): Make into command.
10853
10854         * smiley.el (smiley-style): Default to `medium' if using a large
10855         font.
10856
10857         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10858         does it itself.
10859
10860         * message.el (message-point-in-header-p): Simplify definition.
10861
10862 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * nnagent.el (nnagent-request-set-mark): Silence log file
10865         writing.
10866         (nnagent-request-set-mark): Use write-region instead of
10867         append-to-file.
10868
10869         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10870         strange select method.
10871
10872         * ecomplete.el (ecomplete-display-matches): Get highlightling
10873         right.
10874         (ecomplete-display-matches): Use literals.
10875         (ecomplete-display-matches): Disable message logging.
10876
10877         * message.el (message-display-abbrev): Small optimization.
10878
10879         * ecomplete.el (ecomplete-display-matches): Allow automatic
10880         display.
10881
10882         * message.el (message-strip-forbidden-properties):
10883         Display abbrevs.
10884         (message-display-abbrev): Get automatic display right.
10885
10886         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10887         keystrokes.
10888
10889 2006-04-13  Romain Francoise  <romain@orebokech.com>
10890
10891         TODO: Backport to v5-10!
10892
10893         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10894         Move here (and rename) from gnus-registry.el.
10895
10896         * gnus-registry.el: Require gnus-util.
10897         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10898
10899 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10900
10901         * gnus-group.el (gnus-group-catchup-current):
10902         Change if-then-else-if-then-else into cond.
10903         (gnus-group-catchup): Indent.
10904         (group-name-at-point): New function.
10905         (gnus-fetch-group): Provide default from thing at point.
10906
10907 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10908
10909         * message.el (message-display-abbrev): Fix regexp.
10910
10911         * ecomplete.el (ecomplete-highlight-match-line):
10912         Reimplement choosing.
10913         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10914         dead variables.
10915
10916         * message.el (message-newline-and-indent): Remove debugging.
10917         (message-display-abbrev): Use new implementation.
10918
10919 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * gnus-art.el (gnus-article-mode):
10922         Set cursor-in-non-selected-windows to nil.
10923
10924         * smiley.el: Revert previous change.
10925         (smiley-data-directory): defvar it before using it in the
10926         defcustom of `smiley-style'.
10927
10928 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10929
10930         * message.el (message-newline-and-indent): New function.
10931
10932         * ecomplete.el: Implement more bits.
10933
10934         * message.el (message-put-addresses-in-ecomplete): Clean up the
10935         string.
10936
10937         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10938
10939         * gnus-sum.el (gnus-summary-save-parts):
10940         Bind gnus-summary-save-parts-counter and use it to make unique file
10941         names.
10942
10943         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10944
10945         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10946         parameter to say whether to actually parse the individual
10947         addresses.
10948
10949         * message.el (message-put-addresses-in-ecomplete): New function.
10950         (ecomplete): Require.
10951         (message-mail-alias-type): Add ecomplete as an option.
10952
10953 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10954
10955         * flow-fill.el (fill-flowed): Remove trailing space from blank
10956         quoted lines.
10957
10958 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10959
10960         * smiley.el (smiley-style): Move definition later to avoid a
10961         compilation warning.
10962
10963 2006-04-12  Kenichi Handa  <handa@m17n.org>
10964
10965         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10966         buffer and then decode the buffer text if necessary.
10967         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10968         first, and after mm-encode-body, change the buffer to unibyte.
10969         Use mm-disable-multibyte instead of set-buffer-multibyte.
10970
10971 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10974         Content-Type header instead of Content-Disposition header.
10975         (gnus-mime-inline-part): Ditto.
10976         (gnus-mime-view-part-as-charset): Ignore charset that the part
10977         specifies.
10978
10979         * mm-decode.el (mm-display-part): Work with external parts and
10980         usual parts similarly.
10981
10982         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10983         instead of gnus-display-mime.
10984
10985         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10986         instead of with-temp-buffer.
10987
10988         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10989         tag to summarized topics part in order to encode non-ASCII text.
10990
10991 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * smiley.el (smiley-style): New variable.
10994         (smiley-directory): New function.
10995         (smiley-data-directory): Derive from `smiley-style' using
10996         `smiley-directory'.
10997         (smiley-regexp-alist): Add new entries.
10998
10999         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11000         (gnus-article-browse-delete-temp): Add :version.
11001
11002 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11003
11004         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11005         the sieve region.
11006
11007 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11008
11009         * gnus.el (gnus-version-number): Bump version.
11010
11011 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11012
11013         * gnus.el: No Gnus v0.4 is released.
11014
11015 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11016
11017         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11018         layout.
11019
11020         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11021         unknown charset.
11022
11023         * message.el (message-header-synonyms): Add Original-To to the
11024         default.
11025
11026         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11027         optional parameter.
11028
11029 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * gnus-fun.el (gnus): Require it for gnus-directory.
11032
11033 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11034
11035         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11036
11037 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11038
11039         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11040
11041 2006-04-05  Simon Josefsson  <jas@extundo.com>
11042
11043         * password.el (password-reset): New function.
11044
11045 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11046
11047         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11048         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11049
11050 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11051
11052         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11053         Some whitespace was matched into the url, which broke browsing hits
11054         > 100 when mm-url-use-external was nil.
11055
11056 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11057
11058         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11059         Check gnus-extra-headers for 'Newsgroups.
11060
11061         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11062         bound.
11063
11064 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11065
11066         * pgg-gpg.el: Clean up process buffers every time gpg processes
11067         complete.
11068
11069 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11072         doc string.
11073
11074 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11075
11076         * pgg-gpg.el (pgg-gpg-process-filter)
11077         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11078
11079         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11080         lines, temporary fix.
11081
11082 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11085
11086 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11087
11088         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11089         default-enable-multibyte-characters.  This reverts the change from
11090         revision 6.17 which is no longer necessary because the passphrase
11091         is sent separately now.  GnuPG messages are unreadable under
11092         multibyte locales with default-enable-multibyte-characters set to
11093         nil.
11094
11095 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11096
11097         * message.el (message-tool-bar-gnome): Move "spell".
11098
11099 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11100
11101         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11102         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11103         instead.
11104
11105 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11106
11107         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11108         Improve newsgroups handling for NNTP overviews which don't include
11109         Newsgroups.
11110
11111 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11112
11113         * message.el (message-resend): Bind message-generate-hashcash to nil.
11114
11115 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11116
11117         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11118         when searching for already-paid recipients.
11119
11120 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11121
11122         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11123         passphrases when it is not needed.
11124         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11125         passphrase stuff from gpg, should only be necessary when you use
11126         gpg with a smartcard.
11127
11128 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * mml.el (mml-insert-mime): Ignore cached contents of
11131         message/external-body part.
11132
11133         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11134         (mm-insert-part): Ditto.
11135
11136 2006-03-23  Simon Josefsson  <jas@extundo.com>
11137
11138         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11139         Reiner.
11140         (pgg-gpg-use-agent-p): Use it again.
11141
11142 2006-03-23  Simon Josefsson  <jas@extundo.com>
11143
11144         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11145         older emacsen.
11146         (pgg-gpg-use-agent-p): Don't use it.
11147
11148 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11149
11150         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11151         if we can.
11152
11153 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11154
11155         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11156         (pgg-gpg-update-agent): New function.
11157         (pgg-gpg-use-agent-p): New function.
11158         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11159         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11160         (pgg-gpg-sign-region): Use it.
11161
11162 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11163
11164         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11165         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11166
11167 2006-03-21  Simon Josefsson  <jas@extundo.com>
11168
11169         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11170         <wilde@sha-bang.de>.
11171         (pgg-gpg-use-agent): New variable.
11172         (pgg-gpg-process-region): Use it.
11173         (pgg-gpg-encrypt-region): Likewise.
11174         (pgg-gpg-encrypt-symmetric-region): Likewise.
11175         (pgg-gpg-decrypt-region): Likewise.
11176         (pgg-gpg-sign-region): Likewise.
11177         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11178
11179 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11180
11181         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11182
11183         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11184         Add comment on version.
11185
11186 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11187
11188         * smiley.el: Add missing test smiley.
11189
11190 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11191
11192         * mm-decode.el (mm-with-part): New macro.
11193         (mm-get-part): Use it; work with message/external-body as well.
11194         (mm-save-part): Treat name and filename equally.
11195
11196         * mm-extern.el (mm-extern-cache-contents): New function.
11197         (mm-inline-external-body): Use it; force the part to be displayed;
11198         move undisplayer added to the cached handle to the parent.
11199
11200         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11201         (gnus-mime-view-part-as-type): Work with message/external-body.
11202
11203         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11204
11205 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11206
11207         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11208         images in image-load-path.  [Sync with image.el, revision 1.60, in
11209         Emacs.]
11210
11211 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11214         path rather than symbol.  Always return list of directories.
11215         Guarantee that image directory comes first.  [Sync with image.el,
11216         revision 1.59, in Emacs.]
11217
11218         * message.el (message-make-tool-bar): Adjust to new API of
11219         `gmm-image-load-path-for-library'.
11220
11221         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11222
11223         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11224
11225 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11226
11227         * gnus-art.el (gnus-article-only-boring-p):
11228         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11229         intangible text.
11230         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11231
11232 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11235         Use `defun' instead of `gmm-defun-compat'.
11236
11237 2006-03-14  Simon Josefsson  <jas@extundo.com>
11238
11239         * message.el (message-unique-id): Don't use message-number-base36
11240         if (user-uid) is a float.
11241         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11242
11243 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11244
11245         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11246
11247         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11248         empty line between a part and a message part.
11249
11250 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11251
11252         * smiley.el: Add more test smileys.
11253         (smiley-data-directory, smiley-regexp-alist)
11254         (gnus-smiley-file-types): Fix doc strings.
11255         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11256         adding new elements.
11257         (smiley-mouse-map): Unused code.  Make it a comment.
11258
11259 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11262         scan latest NoCeM messages instead of old ones.
11263         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11264         delimiters that are recently used.
11265         (gnus-nocem-load-cache): Add autoload cookie.
11266
11267         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11268
11269         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11270         level which is larger than gnus-use-nocem is specified.
11271
11272         * gnus-group.el (gnus-group-get-new-news): Ditto.
11273
11274 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11275
11276         * gnus-util.el (gnus-tool-bar-update): New function.
11277
11278         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11279         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11280
11281         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11282
11283         * gnus-group.el (gnus-group-redraw-when-idle)
11284         (gnus-group-redraw-check): Remove.
11285         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11286
11287 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11288
11289         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11290         if optional last element is specified in splits (FIELD VALUE...).
11291
11292 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11293
11294         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11295         to gmm-image-load-path-for-library.  Call with no-error argument.
11296         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11297
11298         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11299
11300         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11301
11302         * gmm-utils.el (gmm-image-load-path): Remove alias.
11303
11304 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11305
11306         * gmm-utils.el (gmm-image-load-path): Add alias.
11307
11308         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11309         nnml-generate-nov-databases-1.
11310         (nnml-generate-nov-databases): Use it.
11311         (nnml-generate-nov-databases-directory): Document no-active
11312         argument.
11313
11314         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11315         directory if path is t.  Add no-error.
11316
11317         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11318         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11319
11320         * gnus-art.el (gnus-article-browse-delete-temp-files):
11321         Simplify resetting gnus-article-browse-html-temp-list.
11322
11323         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11324         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11325         Add example to docstring.  Rename local variables.  Move error
11326         checks to default case in cond and simplify.
11327
11328 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11329
11330         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11331         handle is multipart when calling it recursively.
11332         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11333
11334 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11335
11336         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11337         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11338
11339 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11340
11341         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11342         is loaded.
11343
11344         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11345         loaded.
11346
11347 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11348
11349         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11350         to "Emacs 23 (unicode)" in doc string.
11351
11352         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11353         "Emacs 23 (unicode)" in comment.
11354
11355 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11356
11357         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11358
11359         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11360         characters 160 through 255 in Emacs 23.
11361
11362 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11363
11364         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11365         gnus-article-browse-html-temp.
11366         (gnus-article-browse-delete-temp): Make it customizable.
11367         Add `file'.  Adjust doc string.
11368         (gnus-article-browse-delete-temp-files): Add argument.
11369         Allow query for each file.  Adjust doc string.
11370         (gnus-article-browse-html-parts):
11371         Add `gnus-article-browse-delete-temp-files' to
11372         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11373
11374 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11375
11376         * gnus-art.el (gnus-article-browse-html-temp)
11377         (gnus-article-browse-delete-temp): New variables.
11378         (gnus-article-browse-delete-temp-files): New function.
11379         (gnus-article-browse-html-parts): Use it.
11380
11381 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11382
11383         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11384
11385         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11386         string.
11387
11388         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11389         gnus-summary-insert-new-articles when unplugged.
11390         Remove gnus-summary-search-article-forward.
11391
11392         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11393         display-visual-class instead of display-color-cells.
11394
11395 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11396
11397         * dgnushack.el: Autoload customize-group for XEmacs.
11398
11399         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11400         message/* containing non-ASCII text properly.
11401
11402 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11403
11404         * message.el: Require gmm-utils, remove autoloads.
11405         (message-tool-bar): Set default based on
11406         gmm-tool-bar-style.
11407         (message-tool-bar-gnome): Add gmm-customize-mode.
11408
11409         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11410         gmm-tool-bar-style.
11411         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11412
11413         * gnus-group.el (gnus-group-tool-bar): Set default based on
11414         gmm-tool-bar-style.
11415         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11416
11417         * gmm-utils.el (gmm-image-directory): Rename variable from
11418         gmm-image-load-path.
11419         (gmm-image-load-path): Use gmm-image-directory.
11420         (gmm-customize-mode): New function.
11421         (gmm-tool-bar-style): New variable.
11422
11423         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11424         gnus-group-redraw-line-number.
11425         (gnus-group-redraw-check): Simplify.
11426         (gnus-group-tool-bar-update): Remove redraw check.
11427         (gnus-group-make-tool-bar): Add redraw check.
11428
11429 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11430
11431         * gnus-art.el (gnus-button): Add missing parentheses.
11432
11433 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11434
11435         * lpath.el: Fbind line-number-at-pos.
11436
11437 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11438
11439         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11440
11441 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * gnus-art.el (gnus-button): New face.
11444         (gnus-article-button-face): Use it.
11445
11446         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11447         Add gnus-summary-next-page.  Re-order.
11448
11449         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11450         next-node are now included.
11451         (gnus-group-redraw-line-number): New internal variable.
11452         (gnus-group-redraw-check): Helper function for updating the tool
11453         bar.
11454         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11455
11456         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11457
11458         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11459         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11460         Use it to match format of Spamassassin 3.0 and later.
11461         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11462         (spam-check-bogofilter)
11463         (spam-bogofilter-register-with-bogofilter): Fix args of
11464         `gnus-error' calls.
11465
11466 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11467
11468         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11469         unnecessary interaction when sending queued mails.
11470         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11471
11472 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11473
11474         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11475         first or last are nil.
11476
11477 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11478
11479         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11480
11481 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11482
11483         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11484
11485 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11486
11487         * dns.el (query-dns): Protect more against buggy tcp output.
11488
11489 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11490
11491         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11492         nov.php.
11493
11494 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11495
11496         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11497         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11498         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11499         output on the server side.
11500         (nnweb-google-create-mapping): Update regexps and add some
11501         progress indication.
11502
11503 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11504
11505         * gnus-group.el (gnus-group-tool-bar-gnome):
11506         Fix gnus-agent-toggle-plugged.  Re-order icons.
11507         (gnus-group-tool-bar-gnome):
11508         Add gnus-group-{prev,next}-unread-group.
11509         (gnus-group-tool-bar-gnome): Re-order icons.
11510
11511         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11512         Move gnus-summary-insert-new-articles.
11513
11514         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11515         Fix comments.
11516
11517         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11518         also available in Emacs 21.3.
11519
11520         * message.el (message-fix-before-sending): Change "Emacs 22" to
11521         "Emacs 23 (unicode)" in comment.
11522
11523         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11524         "Emacs 23 (unicode)" in comment.
11525
11526         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11527         comment.
11528         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11529
11530         * mm-view.el (mm-fill-flowed): Add :version.
11531
11532 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11535         and load-path.
11536
11537 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11538
11539         * message.el: Autoload gmm-image-load-path.
11540         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11541         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11542         consitency.
11543
11544         * gmm-utils.el (gmm-image-load-path): Also search in
11545         "../etc/images".  Don't set gmm-image-load-path if we don't find
11546         the image.
11547
11548 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * gmm-utils.el (gmm-image-load-path): Don't make
11551         `gmm-image-load-path' include subdirectories which the second arg
11552         `image' might specify.
11553
11554         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11555         subdirectory to icon file names.
11556
11557         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11558
11559 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11560
11561         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11562         gmm-image-load-path calls.
11563
11564         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11565
11566         * message.el (message-make-tool-bar): Ditto.
11567
11568         * mml.el (mml-preview): Add comment concerning tool bar icons.
11569
11570         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11571         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11572
11573         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11574         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11575
11576         * message.el (message-tool-bar-gnome): Use new icon names.
11577         (message-make-tool-bar): Use `gmm-image-load-path'.
11578
11579         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11580         New functions from MH-E.
11581         (gmm-image-load-path): New variable from MH-E.
11582         (gmm-image-load-path): New function from MH-E.  Add arguments
11583         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11584         *-image-load-path-called-flag.
11585
11586 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11587
11588         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11589
11590 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11591
11592         * nnimap.el (nnimap-request-move-article): Change folder back to
11593         source group before deleting.
11594
11595 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11596
11597         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11598
11599         * gnus-art.el (mm-url-insert-file-contents-external):
11600         Autoload mm-url.
11601
11602         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11603
11604 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11607         coding system which mm-charset-to-coding-system returns for a
11608         given charset is valid.
11609
11610 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11611
11612         * html2text.el (html2text-remove-tag-list):
11613         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11614
11615 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11616
11617         * gnus-cus.el: Revert 2005-10-17 change.
11618
11619 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11620
11621         * gnus-art.el (article-strip-banner):
11622         Call article-really-strip-banner only when the regexp match is made.
11623
11624 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11625
11626         * gnus-art.el (article-strip-banner):
11627         Use gnus-extract-address-components instead of
11628         mail-header-parse-addresses to make it work with non-ASCII text;
11629         remove mail-encode-encoded-word-string.
11630
11631         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11632         values which are surrounded with \"...\"; make it never cause a
11633         Lisp error; give up parsing of parameters if it failed in
11634         extracting type.
11635
11636 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11637
11638         * smime.el (smime-cert-by-ldap-1): Fix bug where
11639         `smime-ldap-search' returns results without userCertificates.
11640
11641 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11642
11643         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11644
11645 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11646
11647         * spam.el (spam-check-spamassassin-headers): Adapt format for
11648         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11649         <ari@mbf.ocn.ne.jp>.
11650         (spam-list-of-processors): Add spam-use-gmane.
11651
11652 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11655         make-temp-file; make it work with XEmacs as well.
11656
11657         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11658         mm-make-temp-file.
11659
11660         * mm-decode.el (mm-display-external): Use the 3rd arg of
11661         mm-make-temp-file.
11662         (mm-create-image-xemacs): Ditto.
11663
11664 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11667         with message-narrow-to-headers.
11668         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11669         (gnus-draft-check-draft-articles): New function.
11670         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11671
11672 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11673
11674         * gnus-art.el (gnus-article-browse-html-parts):
11675         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11676         Don't use suffix argument for mm-make-temp-file for Emacs 21
11677         compatibility.  Remove useless `format'.
11678
11679 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11680
11681         * nnweb.el (nnweb-google-wash-article): Update regexps.
11682         (nnweb-group-alist): Use defvoo instead of defvar.
11683
11684 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11685
11686         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11687         re-loading nn* modules.
11688
11689 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11692         for `tool-bar-mode' and don't check it's default-value.
11693
11694         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11695
11696         * message.el (message-make-tool-bar): Ditto.
11697
11698         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11699         `substring'.  Shorten tmp-file name.
11700
11701         * gnus.el: Remove bogus comment.
11702
11703 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11704
11705         * gnus-art.el (gnus-article-browse-html-parts): New function.
11706         (gnus-article-browse-html-article): New function for viewing html
11707         articles with a browser.
11708
11709 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11710
11711         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11712         in elisp.
11713         (pgg-gpg-encrypt-symmetric-region): Ditto.
11714         (pgg-gpg-sign-region): Ditto.
11715
11716         * pgg-def.el (pgg-text-mode): New variable.
11717
11718         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11719         (mml2015-pgg-encrypt): Ditto.
11720
11721         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11722         (mml1991-pgg-encrypt): Ditto.
11723
11724 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11725
11726         * nnfolder.el (nnfolder-insert-newsgroup-line):
11727         Use message-make-date instead of current-time-string.
11728
11729         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11730         to gnus-decoded which mm-uu might set.
11731
11732 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11733
11734         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11735         don't decode quoted parameters; remove misimported Emacs code.
11736         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11737         (rfc2231-decode-encoded-string): Don't use split-string which
11738         behaves differently according to Emacs version; use
11739         mm-decode-coding-region to convert charset to coding-system.
11740         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11741         (rfc2231-encode-string): Remove misimported Emacs code.
11742
11743 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11744
11745         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11746         when calling mail-header-parse-content-type.
11747         (article-de-quoted-unreadable): Ditto.
11748         (article-de-base64-unreadable): Ditto.
11749         (article-wash-html): Ditto.
11750
11751         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11752         calling mail-header-parse-content-type and
11753         mail-header-parse-content-disposition.
11754         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11755         mail-header-parse-content-type.
11756
11757         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11758         insert charset and format parameters; encode description after
11759         inserting it to buffer.
11760         (mml-insert-parameter): Fold lines properly even if a parameter is
11761         segmented into two or more lines; change the max column to 76.
11762
11763         * rfc1843.el (rfc1843-decode-article-body): Don't use
11764         ignore-errors when calling mail-header-parse-content-type.
11765
11766         * rfc2231.el (rfc2231-parse-string): Return at least type if
11767         possible; don't cause an error even if it fails in parsing of
11768         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11769         (rfc2231-encode-string): Don't break lines at the beginning, leave
11770         it to mml-insert-parameter.
11771
11772         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11773         calling mail-header-parse-content-type.
11774
11775 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11776
11777         * spam-report.el (spam-report-gmane-use-article-number):
11778         Improve doc string.
11779         (spam-report-gmane-internal): Check if a suitable header was found
11780         in the article.
11781
11782 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11783
11784         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11785         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11786
11787 2006-02-05  Romain Francoise  <romain@orebokech.com>
11788
11789         Update copyright notices of all files in the gnus directory.
11790
11791 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11792
11793         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11794
11795 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11796
11797         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11798         segmented lines of parameter value to cope with Thunderbird 1.5
11799         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11800         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11801         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11802
11803 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11804
11805         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11806         parts.
11807
11808 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11809
11810         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11811         there's only one active file for all servers.
11812         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11813         solid groups.  Gnus might have used a FAST request to select the group.
11814         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11815         and nnweb-search redundantly in the active file.
11816         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11817         (nnweb-request-create-group): Don't use ARGS.
11818         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11819         initialisations.  Let nnoo do the work.
11820
11821 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11822
11823         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11824         Say the part has been decoded.
11825
11826         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11827
11828 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11829
11830         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11831         mailcap-viewer-test-cache when there's no 'test clause, since that
11832         will invert the meaning of a "nil" test previously determined by
11833         mailcap-mailcap-entry-passes-test.
11834
11835 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11836
11837         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11838         compiling.
11839
11840         * gnus-sum.el: Ditto.
11841
11842         * message.el: Don't bind tool-bar-map when compiling.
11843
11844 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11845
11846         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11847
11848 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11849
11850         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11851         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11852         current Google Groups.
11853
11854 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11855
11856         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11857         and tool-bar-mode.
11858
11859         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11860         and tool-bar-mode.
11861
11862         * message.el (message-tool-bar-update): Simplify.
11863         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11864
11865         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11866         gnus-summary-buffer.
11867         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11868         gnus-summary-reply.
11869
11870         * gmm-utils.el (gmm): Add :version.
11871
11872 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * Makefile.in (clean): New rule.
11875         (distclean): Use it.
11876
11877 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11878
11879         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11880         Don't autoload.
11881
11882 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * gmm-utils.el (gmm-verbose): Add :group.
11885
11886 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11887
11888         * message.el: Change some comments WRT tool-bars.
11889
11890         * gnus-sum.el (gnus-summary-tool-bar)
11891         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11892         (gnus-summary-tool-bar-zap-list): New variables.
11893         (gnus-summary-make-tool-bar): Complete rewrite using
11894         `gmm-tool-bar-from-list'.
11895
11896         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11897         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11898         New variables.
11899         (gnus-group-make-tool-bar): Complete rewrite using
11900         `gmm-tool-bar-from-list'.
11901         (gnus-group-tool-bar-update): New function.
11902
11903         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11904
11905 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11908         is dissected into a single part of which the type is the same as
11909         the given one; decode charset.
11910
11911 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11912
11913         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11914         into alists as symbol not string, since that's what
11915         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11916         look for.
11917
11918 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11919
11920         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11921         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11922
11923         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11924
11925 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11926
11927         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11928         (gnus-xmas-mime-security-button-menu): New function.
11929
11930         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11931         (gnus-mime-security-button-menu): New definition.
11932         (gnus-mime-security-button-map): Use them.
11933         (gnus-mime-security-button-menu): New function.
11934         (gnus-insert-mime-security-button): Addition to help echo.
11935         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11936         (gnus-mime-security-pipe-part): New functions.
11937
11938         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11939         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11940
11941         * mm-decode.el (mm-handle-set-disposition): Remove.
11942         (mm-handle-set-description): Remove.
11943
11944 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11945
11946         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11947         (mm-w3m-standalone-supports-m17n-p): New function.
11948         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11949         w3m usage.
11950
11951         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11952         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11953
11954 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11955
11956         * message.el (message-tool-bar-zap-list):
11957         Use gmm-tool-bar-zap-list as custom type.
11958         (message-tool-bar-update): New function.
11959         (message-tool-bar, message-tool-bar-gnome)
11960         (message-tool-bar-retro): Add message-tool-bar-update.
11961         (message-tool-bar-gnome): Add flyspell-buffer.
11962
11963         * gnus-util.el (gnus-error): Describe `args'.
11964
11965         * gmm-utils.el (gmm-error): Describe `args'.
11966         (gmm-tool-bar-zap-list): New widget.
11967         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11968
11969 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11970
11971         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11972         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11973         the number of recursive calls.
11974
11975         * mm-decode.el (mm-handle-set-disposition): New macro.
11976         (mm-handle-set-description): New macro.
11977
11978 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11979
11980         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11981         encoding.
11982
11983 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11984
11985         * message.el (message-tool-bar-zap-list, message-tool-bar)
11986         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11987         (message-tool-bar-local-item-from-menu): Remove.
11988         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11989         (message-make-tool-bar): New function.
11990         (message-mode): Use `message-make-tool-bar'.
11991
11992         * gmm-utils.el: New file.
11993         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11994         (gmm-lazy): New widget copied from `nnmail.el'.
11995         (gmm-tool-bar-from-list): New function for creating customizable
11996         tool bars.
11997         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11998         output.
11999         (gmm): Add :prefix to defgroup.
12000
12001 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12002
12003         * gmm-utils.el (gmm-widget-p): New function.
12004
12005 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12006
12007         * mml.el (mml-attach-file): Describe `description' in doc string.
12008         (mml-menu): Add Emacs MIME manual and PGG manual.
12009
12010 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12011
12012         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12013
12014 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12015
12016         * nntp.el (nntp-end-of-line): Doc fix.
12017
12018 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12019
12020         * imap.el (imap-open): Handle case where buffer is a buffer
12021         object.
12022
12023 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12024
12025         * gnus-delay.el (gnus-delay): Don't autoload.
12026         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12027         to be re-loaded when customizing the `gnus-delay' group.
12028
12029 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12030
12031         * message.el (message-insert-citation-line): Use newlines.
12032
12033 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12034
12035         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12036         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12037         these routines, so the passphrase can be managed externally and
12038         passed in to the system.
12039         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12040         pgg-add-passphrase-to-cache function.
12041
12042         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12043         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12044         these routines, so the passphrase can be managed externally and
12045         passed in to the system.
12046         (pgg-pgp5-sign-region): Use new name of
12047         pgg-add-passphrase-to-cache function.
12048
12049 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12050
12051         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12052         part of the decoded armor to find the key-identifier.
12053         (pgg-gpg-lookup-key-owner): New function to return the
12054         human-readable identifier of a key owner.
12055         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12056         itself.
12057         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12058         the key value) if we have a key and can match it against a secret
12059         key.  Also, added a note pointing out fact that the prompt only
12060         indicates the first matching key.
12061
12062         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12063         pgg-decrypt-region.
12064         (pgg-add-passphrase-to-cache): Rename from
12065         `pgg-add-passphrase-cache' to reduce confusion (all callers
12066         changed).
12067         (pgg-remove-passphrase-from-cache): Rename from
12068         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12069         changed).
12070         (pgg-read-passphrase, pgg-add-passphrase-cache)
12071         (pgg-remove-passphrase-cache): Add informative docstrings.
12072         (pgg-decrypt): Convey provided passphrase in subordinate call to
12073         pgg-decrypt-region.
12074
12075 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12076
12077         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12078         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12079         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12080         'passphrase' argument, so the passphrase can be managed externally
12081         and then passed in to the system.
12082
12083         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12084         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12085         so the passphrase cache can be used reliably with identifiers
12086         besides a pgp packet's key id.
12087
12088         * pgg-gpg.el (pgg-gpg-encrypt-region)
12089         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12090         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12091         these routines, so the passphrase can be managed externally and
12092         passed in to the system.
12093
12094         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12095         'notruncate' argument, so the passphrase cache can be used
12096         reliably with identifiers besides a pgp packet's key id.
12097
12098 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12099
12100         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12101         symmetric encryption.
12102         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12103         encrypted session key.
12104         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12105         message ask for the passphrase in a proper way.
12106
12107         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12108         New user commands for symmetric encryption.
12109
12110 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12111
12112         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12113
12114         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12115
12116 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12117
12118         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12119
12120 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * mm-decode.el (mm-inlined-types): Add application/pgp.
12123         (mm-automatic-display): Ditto.
12124
12125         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12126         part as text.
12127
12128 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * nnrss.el: Update copyright.
12131         (nnrss-opml-import): Query whether to subscribe to each entry.
12132
12133         * gnus-art.el:
12134         * gnus-sum.el:
12135         * gnus-xmas.el:
12136         * messagexmas.el:
12137         * mm-uu.el:
12138         * mm-view.el: Update copyright.
12139
12140 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12141
12142         * message.el (message-info): New function.
12143         (message-mode-menu): Add it.
12144         Update copyright.
12145
12146         * ChangeLog: Fix and update copyright.
12147
12148 2006-01-13  Romain Francoise  <romain@orebokech.com>
12149
12150         * message.el (message-forward-subject-name-subject): Prefer the
12151         address to 'nowhere' if the sender has no name.
12152         Fix typo.  Update copyright year.
12153
12154 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12155
12156         * gnus-art.el (article-wash-html):
12157         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12158         (gnus-article-wash-html-with-w3m-standalone): New function.
12159
12160         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12161         mm-inline-text-html-render-with-w3m-standalone.
12162         (mm-text-html-washer-alist): Map w3m-standalone to
12163         gnus-article-wash-html-with-w3m-standalone.
12164         (mm-inline-text-html-render-with-w3m-standalone): New function.
12165
12166 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12167
12168         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12169         Improve LaTeX.
12170
12171 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12172
12173         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12174         (nnrss-request-article): Render text/plain parts as HTML.
12175
12176         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12177         the buffer.
12178
12179 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12180
12181         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12182         custom definition of `gnus-posting-styles'.
12183
12184         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12185         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12186
12187 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12190         Use nntp for bug archive.
12191
12192 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12193
12194         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12195         parts.
12196         (nnrss-normalize-date): New function converts ISO 8601 date into
12197         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12198         (nnrss-check-group): Use it.
12199
12200 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12201
12202         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12203
12204         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12205         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12206         (nnrss-insert-w3): Ditto.
12207
12208 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12209
12210         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12211         the articles to be forwarded including the case where neither a
12212         number of articles nor a region is specified.
12213
12214 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * nnrss.el (nnrss-request-article): Fix last change; fill
12217         text/plain parts.
12218
12219 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12220
12221         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12222         in text/plain part.
12223         (nnrss-check-group): Don't add excessive newline to dc:subject.
12224
12225 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12226
12227         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12228         article.
12229
12230 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12231
12232         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12233         (nnml-use-compressed-files, nnml-save-mail): Support other
12234         comression programs such as bzip2.
12235
12236 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12237
12238         * dns.el (query-dns): Make sure we check the buffer size before
12239         removing tcp headers.
12240
12241 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12242
12243         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12244         remove MIME buttons associated with multipart/alternative parts.
12245         (gnus-mime-display-alternative): Tag buttons using `article-type'
12246         text property.
12247
12248         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12249         associated with multipart/alternative parts.
12250
12251         * gnus-art.el (gnus-signature-separator): Fix custom type.
12252
12253         * mm-decode.el (mm-inlined-types): Fix custom type.
12254         (mm-keep-viewer-alive-types): Ditto.
12255         (mm-automatic-display): Ditto.
12256         (mm-attachment-override-types): Ditto.
12257         (mm-inline-override-types): Ditto.
12258         (mm-automatic-external-display): Ditto.
12259
12260 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12261
12262         * spam-report.el (spam-report-user-mail-address)
12263         (spam-report-user-agent): New variables.
12264         (spam-report-url-ping-plain): Use spam-report-user-agent.
12265
12266 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12267
12268         * gnus-art.el (gnus-button-handle-custom): Do not just use
12269         `customize-apropos' for any "M-x customize-*" button but the
12270         function called for.  Accept both the function name and its
12271         argument in order to achieve this.
12272         (gnus-button-alist): Remove support for "custom:" URL's.
12273         Pass function name to `gnus-button-handle-custom' in case of "M-x
12274         customize-*" buttons.
12275
12276 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12279         multipart/alternative and add xref to mm-discouraged-alternatives
12280         in doc string.
12281
12282         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12283         gnus-buttonized-mime-types in doc string.
12284
12285 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12286
12287         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12288         Suggest image/.* in the doc string.
12289
12290 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12291
12292         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12293         message-marks (Debian bug #342521).
12294
12295 2005-12-12  Simon Josefsson  <jas@extundo.com>
12296
12297         * password.el (password-read-from-cache): Add.
12298         (password-read): Use it.
12299
12300 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * rfc2047.el (rfc2047-charset-to-coding-system):
12303         Recognize us-ascii as a MIME charset.
12304
12305         * mm-bodies.el (mm-decode-content-transfer-encoding):
12306         Protect against the case where the 2nd arg TYPE is nil.
12307
12308 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12309
12310         * pop3.el (pop3-stream-type): Fix custom version.
12311
12312         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12313
12314 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12315
12316         * mm-decode.el (mm-display-external): Add missing cdr.
12317
12318 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12321         RFC1524) if it is in mailcap or add a suffix according to
12322         mailcap-mime-extensions when generating a temp filename; postpone
12323         deleting a temp file for 2 seconds for some wrappers, shell
12324         scripts, and so on, which might exit right after having started a
12325         viewer command as a background job.
12326
12327 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12328
12329         * nntp.el (nntp-marks-directory): Fix custom group.
12330
12331         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12332         steps when < 10.
12333
12334         * gnus-start.el (gnus-no-server-1):
12335         Mention `gnus-level-default-subscribed' in doc string.
12336
12337 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12338
12339         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12340         parens.
12341
12342 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12343
12344         * gnus-xmas.el (gnus-use-toolbar): Revert.
12345         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12346         gnus-use-toolbar is default.
12347
12348         * messagexmas.el (message-use-toolbar): Revert.
12349         (message-setup-toolbar): Use global default-toolbar if
12350         message-use-toolbar is default.
12351
12352 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12355         according to default-toolbar-visible-p.
12356
12357         * messagexmas.el (message-use-toolbar): Ditto.
12358
12359 2005-11-26  Dave Love  <fx@gnu.org>
12360
12361         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12362         (tls-program, tls-success): Provide openssl alternative.
12363
12364         * starttls.el: Doc fixes.
12365         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12366         SERVICE to PORT.
12367
12368         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12369         port null or service name.
12370         (starttls-negotiate): Autoload.
12371
12372 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12373
12374         * message.el (message-kill-to-signature): Fix interactive spec.
12375
12376 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * pop3.el (pop3-open-server): Recognize a string as a service name.
12379
12380 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12381
12382         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12383
12384 2005-11-23  Dave Love  <fx@gnu.org>
12385
12386         Add pop3s, pop3/starttls.
12387
12388         * pop3.el (pop3-authentication-scheme): Clarify doc.
12389         (open-tls-stream, starttls-open-stream): Autoload.
12390         (pop3-stream-type): New.
12391         (pop3-open-server): Use it.
12392
12393         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12394         for POP.
12395         (mail-source-keyword-map): Add :stream for POP.
12396         (mail-source-fetch-pop): Use pop3-stream-type.
12397
12398 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12399
12400         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12401         of current-time-string.
12402
12403 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12404
12405         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12406         date header.
12407
12408 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12409
12410         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12411         it can seriously impact performance as it bypasses the agent's
12412         local caches.
12413
12414 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12415
12416         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12417         must be explicitly online rather than "not explicitly offline" for
12418         its flags to be synchronized.
12419
12420         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12421         that gnus-uu-unmark-thread will function correctly.
12422
12423         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12424         1024K is instead displayed as 1M.
12425
12426 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12427
12428         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12429
12430 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12431
12432         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12433
12434 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12435
12436         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12437         error message to display actual error condition.
12438         (gnus-agent-save-local): Avoid saving symbols that are bound to
12439         nil as they simply result in a warning message in
12440         gnus-agent-read-local.
12441
12442 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12443
12444         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12445         rather than make-variable-buffer-local for file-precious-flag.
12446
12447 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12448
12449         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12450         for duplicates which are removed.  The invalid sort check then
12451         triggers a rescan after the sort as sorting may have moved
12452         duplicate entries such that they can be cheaply detected.
12453
12454 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12455
12456         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12457
12458 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12459
12460         * gnus-agent.el (gnus-agent-article-alist-save-format):
12461         Change internal variable to a custom variable.  Change default value
12462         from compressed(2) to uncompressed(1).
12463         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12464         support for uncompressed agentview files.  Taken together, reading
12465         the agentview file should now be 6-7 times faster.
12466
12467 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12468
12469         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12470         as a buffer-local variable.  This avoids creating truncated
12471         dribble files as a result of a hang up, eg.
12472
12473 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12474
12475         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12476         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12477         XEmacs.
12478
12479 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12480
12481         * gnus-start.el (gnus-start-draft-setup):
12482         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12483
12484         * gnus.el (gnus-splash): Change custom group.
12485         (gnus-group-get-parameter, gnus-group-parameter-value):
12486         Describe allow-list argument.
12487
12488         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12489         string.
12490
12491 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12492
12493         * gnus-art.el (gnus-default-article-saver): Add user-defined
12494         `function' to custom type.
12495
12496 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12497
12498         * imap.el (imap-open): Handle case where buffer is a buffer
12499         object.
12500
12501 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12502
12503         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12504         long lines.
12505         (gnus-cache-delete-group): Wrap doc strings.
12506
12507         * gnus-agent.el (gnus-agent-rename-group)
12508         (gnus-agent-delete-group): Wrap doc strings.
12509
12510 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * messagexmas.el (message-use-toolbar): Change the valid values
12513         into default, top, bottom, left, and right.
12514         (message-toolbar-thickness): New variable.
12515         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12516         well.
12517         (message-setup-toolbar): Make it work.
12518
12519         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12520         (gnus-use-toolbar): Change the valid values into default, top,
12521         bottom, left, and right.
12522         (gnus-toolbar-thickness): New variable.
12523         (gnus-xmas-setup-toolbar): New function.
12524         (gnus-xmas-setup-group-toolbar): Use it.
12525         (gnus-xmas-setup-summary-toolbar): Use it.
12526
12527 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12528
12529         * gnus-start.el (gnus-1): Add "native" to
12530         gnus-predefined-server-alist.
12531
12532         * gnus.el (gnus-method-to-server): Don't add "native" to the
12533         lists here, because that leads to problems when
12534         gnus-select-method is bound.
12535
12536 2005-11-09  Simon Josefsson  <jas@extundo.com>
12537
12538         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12539         use (not sort-by-date) instead.
12540
12541 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12542
12543         * gnus-delay.el (gnus-delay-group): Don't autoload.
12544         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12545         to be re-loaded when customizing the `gnus-delay' group.
12546
12547 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12548
12549         * message.el: Revert last changes.
12550         (message-insert-citation-line): Use newlines.
12551
12552 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12553
12554         * message.el (message-courtesy-message)
12555         (message-mark-insert-begin, message-mark-insert-end)
12556         (message-elide-ellipsis, message-cancel-message)
12557         (message-add-header, message-change-subject)
12558         (message-cross-post-followup-to-header)
12559         (message-cross-post-insert-note, message-reduce-to-to-cc)
12560         (message-widen-reply, message-delete-not-region)
12561         (message-kill-to-signature, message-insert-signature)
12562         (message-insert-importance-high, message-insert-importance-low)
12563         (message-insert-or-toggle-importance)
12564         (message-insert-disposition-notification-to)
12565         (message-indent-citation, message-yank-original)
12566         (message-cite-original-without-signature, message-cite-original)
12567         (message-insert-citation-line, message-position-on-field)
12568         (message-fix-before-sending, message-send-mail-partially)
12569         (message-send-mail, message-send-mail-with-sendmail)
12570         (message-send-mail-with-qmail, message-send-news)
12571         (message-check-news-header-syntax, message-generate-headers)
12572         (message-insert-courtesy-copy, message-fill-address)
12573         (message-fill-header, message-shorten-references)
12574         (message-setup-1, message-cancel-news)
12575         (message-forward-make-body-plain, message-forward-make-body-mime)
12576         (message-forward-make-body-mml, message-encode-message-body)
12577         (message-forward-make-body-digest-plain)
12578         (message-forward-make-body-digest-mime)
12579         (message-use-alternative-email-as-from): Insert `hard-newline'
12580         instead of ordinary newlines.
12581
12582 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12583
12584         * message.el (message-generate-headers): Downcase the argument
12585         given to message-check-element.
12586
12587 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12588
12589         * nntp.el (nntp-authinfo-rejected): New error condition.
12590         (nntp-wait-for): Use new error condition to signal authentication
12591         error.
12592         (nntp-retrieve-data): Rethrow new error condition to break out of
12593         recursive call to nntp-send-authinfo.
12594
12595 2005-11-08  Romain Francoise  <romain@orebokech.com>
12596
12597         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12598         (gnus-summary-exit-map): Bind to `Z p'.
12599         (gnus-summary-make-menu-bar): Add menu item.
12600
12601 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12602
12603         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12604         (gnus-treat-*): Add `first' in all doc strings.
12605
12606         * gnus-group.el (gnus-group-compact-group): Fix typo.
12607
12608 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12609
12610         * gnus.el (gnus-parameters-case-fold-search): New variable.
12611         (gnus-parameters-get-parameter): Use it.
12612
12613         * gnus-score.el (gnus-home-score-file): Doc fix.
12614
12615 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12616
12617         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12618
12619 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12620
12621         * mm-util.el (mm-special-display-p): New function.
12622
12623         * mml.el (mml-preview): Use it; doc fix.
12624
12625 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12626
12627         * imap.el (imap-open): Handle case where buffer is a buffer object.
12628
12629 2005-10-29  Romain Francoise  <romain@orebokech.com>
12630
12631         * message.el (message-fix-before-sending): Fix comment.
12632
12633 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12634
12635         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12636
12637 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12638
12639         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12640         Used in gnus-score.el.
12641
12642 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12643
12644         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12645
12646 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12647
12648         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12649         whitespace removed in revision 7.8.  Use concatenated string to
12650         protect trailing whitespace.
12651
12652 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12653
12654         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12655         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12656         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12657         Courier IMAP ("some version from 2004").  Mostly based on similar
12658         code in the same function.
12659
12660 2005-10-26  Didier Verna  <didier@xemacs.org>
12661
12662         * gnus-group.el (gnus-group-compact-group): Invalidate original
12663         article buffer.
12664         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12665         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12666         NOV database and in article itself.
12667         Invalidate article backlog.
12668
12669 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12670
12671         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12672
12673 2005-10-26  Simon Josefsson  <jas@extundo.com>
12674
12675         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12676         part of 2004-07-25 change.
12677
12678 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12679
12680         * message.el (message-display-completion-list): New function.
12681         (message-expand-group): Use it; make sure the Completions buffer
12682         is modifiable.
12683 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12684
12685         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12686         user-mail-name is an empty string.
12687
12688 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12689
12690         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12691         depending on gnus-score-decay-constant.
12692
12693         * encrypt.el (encrypt-insert-file-contents)
12694         (encrypt-write-file-contents): Don't use `gnus-message'.
12695
12696         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12697         arguments.
12698         (mm-uu-type-alist): Add message-marks and insert-marks.
12699         Pass arguments to mm-uu-verbatim-marks-extract.
12700         (mm-uu-hide-markers): New variable.
12701         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12702
12703         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12704         (gnus-convert-image-to-face-command): Use "convert" by default to
12705         allow other input image formats.
12706         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12707         accordingly.
12708
12709 2005-10-23  Simon Josefsson  <jas@extundo.com>
12710
12711         * imap.el (imap-gssapi-program): Align command line parameters
12712         with latest GNU SASL.
12713         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12714
12715 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12716
12717         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12718         HTML.
12719         (nnslashdot-request-article): Ditto.
12720
12721         * lpath.el (featurep): Add nobreak-char-display.
12722
12723 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12724
12725         * mail-source.el (mail-source-fetch-pop): Require pop3.
12726         (mail-source-check-pop): Ditto.
12727
12728 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12729
12730         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12731         errors.
12732
12733 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12734
12735         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12736         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12737
12738         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12739
12740         * mm-bodies.el (mm-decode-string):
12741         Call `mm-charset-to-coding-system' with allow-override argument.
12742
12743 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12744
12745         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12746         (rfc2047-charset-to-coding-system): New function.
12747         (rfc2047-decode-encoded-words): New function.
12748         (rfc2047-decode-region): Use them.
12749         (rfc2047-decode-cte): Remove.
12750         (rfc2047-parse-and-decode): Remove.
12751         (rfc2047-decode): Remove.
12752
12753 2005-10-15  Kenichi Handa  <handa@m17n.org>
12754
12755         * rfc2047.el (rfc2047-decode-cte): New function.
12756         (rfc2047-decode-region): Change the way to decode successive
12757         encoded-words: decode B- or Q-encoding in each encoded-word,
12758         concatenate them, and decode it as charset.
12759
12760 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12761
12762         * lpath.el: Fbind codepage-setup for XEmacs.
12763
12764 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12765
12766         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12767         widget-move-and-invoke.
12768         (gnus-custom-mode): Use gnus-custom-map.
12769
12770 2005-10-15  Bill Wohler  <wohler@newt.com>
12771
12772         * message.el (message-tool-bar-map): Rename image file from
12773         mail_send to mail/send.
12774
12775 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12776
12777         * message.el (message-expand-group): Pass the common
12778         prefix substring of completion to `display-completion-list'.
12779
12780 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12781
12782         * mml-sec.el (mml-secure-method): New internal variable.
12783         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12784         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12785         New functions using mml-secure-method.
12786
12787         * mml.el (mml-mode-map): Add key bindings for those functions.
12788         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12789         Harder <harder@myrealbox.com>.
12790         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12791         Goto end of message if point is the headers of the message.
12792
12793         * message.el (message-in-body-p): New function.
12794
12795         * assistant.el: Autoload gnus-util and netrc.
12796
12797         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12798         Use `mm-charset-override-alist' only when decoding.
12799
12800         * mm-bodies.el (mm-decode-body):
12801         Call `mm-charset-to-coding-system' with allow-override argument.
12802
12803         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12804         `filename' from Content-Disposition if Content-Type doesn't
12805         provide `name'.
12806         (gnus-mime-view-part-as-type): Set default instead of
12807         initial-input.
12808
12809 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12810
12811         * format-spec.el (format-spec): Propagate text properties of % spec.
12812
12813 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12814
12815         * gnus-art.el (gnus-treat-predicate): Add `first'.
12816
12817 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12818
12819         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12820         (mm-charset-override-alist): New variable.
12821         (mm-charset-to-coding-system): Use it.
12822         (mm-codepage-setup): New helper function.
12823         (mm-charset-eval-alist): New variable.
12824         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12825         Warn about unknown charsets.
12826
12827         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12828
12829 2005-10-04  David Hansen  <david.hansen@gmx.net>
12830
12831         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12832         (nnrss-check-group): Ditto.
12833
12834 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12835
12836         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12837         Rename x-gnus-verbatim to x-verbatim.
12838         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12839
12840         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12841         x-verbatim.
12842
12843         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12844
12845         * gnus-util.el (gnus-remove-duplicates): Remove.
12846
12847         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12848         instead of gnus-remove-duplicates.
12849
12850         * message.el (message-remove-duplicates): Remove.
12851         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12852         message-remove-duplicates.
12853
12854         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12855         available, else use implementation from `delete-dups'.
12856
12857         * message.el (message-insert-expires): New function.
12858         (message-mode-map): Add key binding.
12859         (message-mode-field-menu): Add menu entry.
12860         (message-mode): Document it.
12861         (message-make-expires-date): Use `message-make-date'.
12862
12863 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12864
12865         * message.el (message-make-expires-date): New function.
12866
12867 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12868
12869         * Makefile.in (list-installed-shadows): New entry.
12870         (install): Use it.
12871         (remove-installed-shadows): New entry.
12872
12873         * dgnushack.el (dgnushack-default-load-path): New variable.
12874         (dgnushack-find-lisp-shadows): New function.
12875         (dgnushack-remove-lisp-shadows): New function.
12876
12877 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12878
12879         * Makefile.in (install-el-elc): New entry.
12880         (install): Use it so that .el files are necessarily installed.
12881
12882 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12883
12884         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12885
12886 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12887
12888         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12889         function rather than the diff-mode.el package.
12890         (mm-display-external): Use with-current-buffer.
12891         (mm-viewer-completion-map, mm-viewer-completion-map):
12892         Move initialization inside declaration.
12893
12894 2005-09-29  Simon Josefsson  <jas@extundo.com>
12895
12896         * spam.el: Load hashcash when compiling, to avoid warnings.
12897         Don't autoload mail-check-payment.
12898         (spam-check-hashcash): Define unconditionally, since hashcash.el
12899         is part of Gnus now.  Ignore errors from payment checking.
12900
12901 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12902
12903         * message.el (message-bold-region, message-unbold-region):
12904         Rename from `bold-region' and `unbold-region'.
12905
12906         * message.el: Remove useless autoloads.
12907
12908 2005-09-28  Simon Josefsson  <jas@extundo.com>
12909
12910         * message.el (message-use-idna): Default to t.
12911         (message-use-idna): Test whether encoding works too.  Doc fix.
12912
12913 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12914
12915         * nntp.el (nntp-warn-about-losing-connection): Remove.
12916
12917 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12918
12919         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12920         customizable.  Change default value.
12921         (mm-uu-diff-groups-regexp): Change default value.
12922         (mm-uu-type-alist): Add doc string.
12923         (mm-uu-configure): Add doc string.  Make it interactive.
12924         (mm-uu-tex-groups-regexp): New variable.
12925         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12926         (mm-uu-type-alist): Add LaTeX documents.
12927         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12928         of "text/verbatim".
12929         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12930
12931         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12932         instead of "text/verbatim".
12933
12934         * message.el (message-mark-inserted-region)
12935         (message-mark-insert-file): Use slrn style marks when called with
12936         prefix argument.
12937
12938 2005-09-27  Simon Josefsson  <jas@extundo.com>
12939
12940         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12941
12942 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12943
12944         * message.el (message-remove-duplicates): New function.
12945         Implementation borrowed from `gnus-remove-duplicates'.
12946         (message-idna-to-ascii-rhs): Also encode idna addresses in
12947         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12948         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12949         only ask about the same idna domain once per header and also tell
12950         in what header to replace the idna domain.
12951
12952         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12953         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12954         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12955         a header is decoded and not just the last one.
12956
12957 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12958
12959         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12960         has been decoded.
12961
12962         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12963         (mm-insert-part): Don't modify text if it has been decoded.
12964
12965         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12966         decoded.
12967
12968         * mm-view.el (mm-inline-text): Don't strip text props unless
12969         decoding enriched or richtext parts.
12970
12971 2005-09-25  Romain Francoise  <romain@orebokech.com>
12972
12973         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12974         * gnus-start.el (gnus-subscribe-interactively):
12975         * gnus-uu.el (gnus-uu-grab-articles):
12976         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12977         space.
12978
12979 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12980
12981         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12982         * mm-view.el (mm-view-pkcs7-decrypt):
12983         * gnus-sum.el (gnus-summary-limit-to-extra)
12984         (gnus-summary-respool-article, gnus-read-move-group-name):
12985         * gnus-score.el (gnus-summary-increase-score):
12986         * gnus-util.el (gnus-completing-read-with-default):
12987         * gnus-art.el (gnus-read-save-file-name)
12988         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12989         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12990         * message.el (message-check-news-header-syntax):
12991         Follow convention for reading with the minibuffer.
12992
12993 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12994
12995         * spam-report.el (spam-report-url-ping-plain):
12996         Use gnus-extended-version as User-Agent.
12997
12998         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12999         default value is nil.
13000
13001         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13002         (mm-uu-verbatim-marks-extract): New function.
13003         (mm-uu-extract): New face.
13004         (mm-uu-copy-to-buffer): Use it.
13005
13006         * spam-report.el (spam-report-gmane-ham): Rename from
13007         `spam-report-gmane-unspam'.
13008         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13009         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13010
13011         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13012         Autoload.
13013         (spam-report-gmane-unregister-routine):
13014         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13015
13016 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13017
13018         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13019         (spam-report-gmane-unregister-routine): Add support for gmane
13020         unregistration.
13021
13022         * spam-report.el (spam-report-gmane-unspam)
13023         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13024         (spam-report-gmane): Change to take a single article and do unspam
13025         registration.
13026
13027 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * mm-url.el (mm-url-decode-entities): Fix regexp.
13030
13031 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13032
13033         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13034         default to nil, to be able to use Gnus at all.  If the default
13035         switches to something else, then the function should be fixed not
13036         be exceedingly slow.
13037
13038 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13039
13040         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13041         fail hard.
13042
13043         * spam-report.el: Add better Keywords line.
13044
13045         * spam.el: Add Maintainer and better Keywords line.
13046
13047 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * gnus-art.el (gnus-article-replace-part)
13050         (gnus-mime-replace-part): New functions.
13051         (gnus-mime-action-alist, gnus-mime-button-commands)
13052         (gnus-mime-save-part-and-strip): Add file argument.
13053         (gnus-article-part-wrapper): Add interactive argument.
13054
13055         * gnus-sum.el (gnus-summary-mime-map):
13056         Add `gnus-article-replace-part'.
13057
13058 2005-09-19  Didier Verna  <didier@xemacs.org>
13059
13060         The nnml compaction feature:
13061         * nnml.el (nnml-request-compact-group): New function.
13062         * nnml.el (nnml-request-compact): New function.
13063         * gnus-int.el (gnus-request-compact-group): New function.
13064         * gnus-int.el (gnus-request-compact): New function.
13065         * gnus-group.el (gnus-group-compact-group): New function.
13066         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13067         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13068         * gnus-srvr.el (gnus-server-compact-server): New function.
13069         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13070         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13071
13072 2005-09-18  Deepak Goel  <deego@gnufans.org>
13073
13074         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13075         format spec.
13076
13077 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13078
13079         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13080
13081 2005-09-15  Romain Francoise  <romain@orebokech.com>
13082
13083         * message.el (message-fill-paragraph): Clarify docstring.
13084
13085 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13086
13087         * gnus-art.el (gnus-mime-display-part): Protect against broken
13088         MIME messages.
13089
13090 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13091
13092         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13093         before parsing header.
13094
13095 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13096
13097         * html2text.el (html2text-replace-list): Add new entities.
13098
13099 2005-09-11  Romain Francoise  <romain@orebokech.com>
13100
13101         * message.el (message-alternative-emails): Improve docstring.
13102         (message-setup-1): Call `message-use-alternative-email-as-from'
13103         after `message-setup-hook' to give it precedence over posting
13104         styles, etc.
13105         (message-use-alternative-email-as-from): Add docstring.
13106         Remove the original From header if present.
13107
13108         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13109         (nnml-save-mail): Use it.
13110
13111         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13112         articles.  Add new argument `silent'.
13113         (gnus-uu-mark-all): Report the total number of marked articles.
13114
13115 2005-09-10  Romain Francoise  <romain@orebokech.com>
13116
13117         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13118         (gnus-uu-mark-series): Likewise.
13119
13120 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13121
13122         * spam-report.el (spam-report-gmane): Fix generation of spam
13123         report URL.
13124
13125 2005-09-10  Simon Josefsson  <jas@extundo.com>
13126
13127         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13128         t, based on discussion on the ding list with Robert Epprecht
13129         <epprecht@solnet.ch>.
13130
13131 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13132
13133         * spam-report.el (spam-report-gmane): Make it work without
13134         X-Report-Spam header.  Gmane now only provides Archived-At.
13135         This is only used if `spam-report-gmane-use-article-number' is nil.
13136         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13137
13138         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13139         make `gnus-summary-sort-by-recipient' work with threading.
13140
13141         * nnweb.el (nnweb-google-wash-article): Print a message if article
13142         is not available.
13143
13144 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13145
13146         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13147         change.  Decode text/* parts content before displaying.
13148
13149 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13150
13151         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13152
13153 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13156
13157         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13158         url-package-name, url-package-version,
13159         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13160         w3m-display-inline-images, and w3m-minor-mode-map.
13161
13162 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13163
13164         * message.el (message-tab-body-function): Fix mismatched custom type.
13165
13166         * gnus.el (gnus-group-change-level-function): Ditto.
13167
13168         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13169
13170         * gnus-art.el (gnus-signature-limit)
13171         (gnus-article-mime-part-function): Ditto.
13172
13173 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13174
13175         * mml.el (mml-mode): Silence the byte compiler.
13176
13177         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13178         using `(sit-for 0)' before moving the point to the specified part;
13179         skip unbuttonized parts.
13180         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13181         return to the summary window if gnus-auto-select-part is non-nil.
13182
13183 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13184
13185         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13186         New variables.
13187         (mml-dnd-attach-file, mml-mode): Use them.
13188
13189         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13190         Make fetching article by MID work again for Google Groups.
13191         Add FIXME concerning gnus-group-make-web-group.
13192
13193         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13194         Don't depend on Gnus by using mail-extract-address-components if
13195         gnus-extract-address-components is not bound.
13196
13197 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13198
13199         * gnus-art.el (gnus-mime-display-security): Don't display the
13200         signature, but only the signed part.
13201
13202 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13203
13204         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13205
13206         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13207         list, not listp.
13208
13209 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13210
13211         * mm-encode.el (mm-encode-content-transfer-encoding):
13212         Likewise when encoding.
13213
13214         * mm-bodies.el (mm-decode-content-transfer-encoding):
13215         De-canonicalize CRLF for all text content types, not just
13216         text/plain.
13217
13218 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13219
13220         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13221         valid article; point arrow and cursor at the MIME button.
13222
13223 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13224
13225         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13226         Suggested by Dan Christensen <jdc@uwo.ca>.
13227
13228         * mm-decode.el (mm-save-part): Enable change of prompt.
13229
13230 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13231
13232         * gnus-msg.el (gnus-inews-add-send-actions):
13233         Make `message-post-method' lambda parameter ARG `&optional'.
13234
13235 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13236
13237         * gnus-sum.el (gnus-summary-mime-map):
13238         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13239         gnus-article-jump-to-part.
13240
13241         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13242         (gnus-article-edit-part): Use it.
13243         (gnus-article-part-wrapper): Add no-handle argument.
13244         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13245         New functions.
13246
13247 2005-08-29  Romain Francoise  <romain@orebokech.com>
13248
13249         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13250         docstring.
13251         (gnus-face-from-file): Likewise.
13252
13253 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13256         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13257         non-nil.
13258         (gnus-auto-select-part): New variable.
13259         (gnus-article-jump-to-part): New function.
13260         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13261         (gnus-mime-delete-part): Allow selecting specified part after
13262         deleting or stripping parts.
13263         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13264         part if argument is bogus.
13265
13266 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13267
13268         * gnus-art.el (w3m-minor-mode-map):
13269         * gnus-spec.el (gnus-newsrc-file-version):
13270         * gnus-util.el (nnmail-active-file-coding-system)
13271         (gnus-original-article-buffer, gnus-user-agent):
13272         * gnus.el (gnus-ham-process-destinations)
13273         (gnus-parameter-ham-marks-alist)
13274         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13275         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13276         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13277         * mm-decode.el (gnus-current-window-configuration):
13278         * mm-extern.el (gnus-article-mime-handles):
13279         * mm-url.el (url-current-object, url-package-name)
13280         (url-package-version):
13281         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13282         (smime-keys, w3m-cid-retrieve-function-alist)
13283         (w3m-current-buffer, w3m-display-inline-images)
13284         (w3m-minor-mode-map):
13285         * mml-smime.el (gnus-extract-address-components):
13286         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13287         (gnus-newsrc-hashtb, message-default-charset)
13288         (message-deletable-headers, message-options)
13289         (message-posting-charset, message-required-mail-headers)
13290         (message-required-news-headers):
13291         * mml1991.el (mc-pgp-always-sign):
13292         * mml2015.el (mc-pgp-always-sign):
13293         * nnheader.el (nnmail-extra-headers):
13294         * rfc1843.el (gnus-decode-encoded-word-function)
13295         (gnus-decode-header-function, gnus-newsgroup-name):
13296         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13297
13298 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13299
13300         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13301         the end of the date treatments.
13302
13303 2005-08-15  Simon Josefsson  <jas@extundo.com>
13304
13305         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13306         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13307         Capello and Romain Francoise.
13308         (pgg-fetch-key-function): Remove, not used?
13309         (pgg-insert-url-with-w3): Require url, to get
13310         url-insert-file-contents regardless of where it is defined.
13311
13312 2005-08-13  Romain Francoise  <romain@orebokech.com>
13313
13314         * message.el (message-cite-original-1): New function.
13315         (message-cite-original): Use it.
13316         (message-cite-original-without-signature): Ditto.
13317
13318 2005-08-08  Romain Francoise  <romain@orebokech.com>
13319
13320         * message.el (message-yank-empty-prefix): New variable.
13321         (message-indent-citation): Use it.
13322         (message-cite-original-without-signature): Respect X-No-Archive.
13323
13324 2005-08-08  Simon Josefsson  <jas@extundo.com>
13325
13326         * pgg.el: Autoload url-insert-file-contents instead of loading
13327         w3/url.
13328         (pgg-insert-url-with-w3): Don't load url here.
13329
13330 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13331
13332         * message.el (message-kill-to-signature): Don't insert newline at
13333         bol.
13334         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13335
13336 2005-08-06  Romain Francoise  <romain@orebokech.com>
13337
13338         * message.el (message-user-fqdn): Fix typo in docstring.
13339
13340 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13341
13342         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13343
13344         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13345
13346 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * mm-bodies.el (mm-encode-body): Use coding system rather than
13349         charset to encode text.
13350
13351         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13352         number of charsets if utf-8 is available (XEmacs).
13353
13354 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13355
13356         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13357         taken from `gnus-button-mid-or-mail-regexp'.
13358         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13359         (gnus-button-alist): Improve regexp for domain part of the MIDs
13360         for news:localpart@domain buttons.
13361         (gnus-button-ctan-directory-regexp): Update.
13362
13363 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13364
13365         * sieve-manage.el (sieve-manage-interactive-login):
13366         Use make-local-variable rather than make-variable-buffer-local.
13367         (sieve-manage-open): Ditto.
13368         (sieve-manage-authenticate): Ditto.
13369
13370         * mml.el (mml-generate-mime-1): Make the content type default to
13371         text/plain if the filename is not specified.
13372
13373 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13374
13375         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13376         instead of insert-buffer.
13377
13378         * message.el (message-yank-original): Ditto; set the mark at the
13379         end of the yanked message.
13380
13381 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13382
13383         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13384         lines to scroll rather than to stop it.
13385
13386         * mml.el (mml-generate-default-type): Add doc string.
13387         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13388         default to application/octet-stream when determining the content
13389         type if it is not specified for the part or the mml contents; add
13390         a comment about mml-generate-default-type.
13391
13392 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13393
13394         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13395         make it default to application/octet-stream when determining the
13396         content type if it is not specified for the external contents.
13397
13398 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13399
13400         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13401         segmented parameter but also other parameters might be there.
13402
13403 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13404
13405         * mm-decode.el (mm-display-external): Delete temp file, directory
13406         and buffer immediately if the external process is exited.
13407
13408 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13411         fewer lines than that of scroll-margin.
13412         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13413
13414 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-art.el (gnus-article-next-page): Revert.
13417         (gnus-article-beginning-of-window): New macro.
13418         (gnus-article-next-page-1): Use it.
13419         (gnus-article-prev-page): Ditto.
13420         (gnus-article-edit-part): Use insert-buffer-substring instead of
13421         insert-buffer.
13422         (gnus-article-edit-exit): Ditto.
13423
13424         * gnus-util.el (gnus-beginning-of-window): Remove.
13425         (gnus-end-of-window): Remove.
13426
13427         * lpath.el: Don't bind header-line-format and scroll-margin.
13428
13429 2005-07-25  Simon Josefsson  <jas@extundo.com>
13430
13431         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13432         to have the url package without w3.  Reported by Daiki Ueno
13433         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13434
13435 2005-07-20  Didier Verna  <didier@xemacs.org>
13436
13437         * gnus-diary.el: Remove the description comment (nndiary is now
13438         properly documented in the Gnus manual).
13439         Fix the spelling of "Back End".
13440         * nndiary.el: Ditto.
13441         Fix the copyright notice.
13442
13443 2005-07-18  Romain Francoise  <romain@orebokech.com>
13444
13445         * gnus-sum.el (gnus-summary-to-prefix)
13446         (gnus-summary-newsgroup-prefix): New variables.
13447         (gnus-summary-from-or-to-or-newsgroups): Use them.
13448
13449 2005-07-17  Romain Francoise  <romain@orebokech.com>
13450
13451         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13452         space as it's generally not especially interesting to the user.
13453
13454 2005-07-16  Romain Francoise  <romain@orebokech.com>
13455
13456         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13457         nil to avoid prompting and file modification if one of the
13458         messages at the top of the nnfolder file contains a copyright
13459         notice.
13460         Update copyright notice.
13461
13462         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13463         instead of `current-time-string' as the latter creates a time
13464         string that is not RFC 2822 compliant (it lacks the zone).
13465         Update copyright notice.
13466
13467 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13468
13469         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13470         for text/rtf.  Display default in prompt.  Pass default for M-n.
13471
13472         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13473
13474 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13475
13476         * gnus-msg.el (gnus-button-mailto):
13477         Remove save-selected-window-window hackery because it relies on
13478         save-selected-window internals.
13479
13480 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13481
13482         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13483         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13484         (gnus-article-prev-page): Ditto.
13485
13486         * gnus-util.el (gnus-beginning-of-window): New function.
13487         (gnus-end-of-window): New function.
13488
13489         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13490
13491 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13492
13493         * gnus-score.el (gnus-score-edit-all-score):
13494         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13495         gnus-message.
13496
13497 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13498
13499         * gnus-msg.el (gnus-button-mailto):
13500         Remove save-selected-window-window hackery because it relies on
13501         save-selected-window internals.
13502
13503 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13504
13505         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13506         add-minor-mode.
13507         (gnus-binary-mode): Ditto.
13508
13509         * gnus-topic.el (gnus-topic-mode): Ditto.
13510
13511 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13512
13513         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13514         (gnus-article-prev-page): Take scroll-margin into consideration.
13515
13516 2005-07-04  Lute Kamstra  <lute@gnu.org>
13517
13518         Update FSF's address in GPL notices.
13519
13520 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13521
13522         * gnus.el (gnus-exit):
13523         * gnus-group.el (gnus-group-icons):
13524         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13525
13526         * gnus-nocem.el (gnus-nocem):
13527         * message.el (message-various, message-buffers, message-sending)
13528         (message-interface, message-forwarding, message-insertion)
13529         (message-headers, message-news, message-mail):
13530         * pgg-gpg.el (pgg-gpg):
13531         * pgg-parse.el (pgg-parse):
13532         * pgg-pgp.el (pgg-pgp):
13533         * pgg-pgp5.el (pgg-pgp5):
13534         * pop3.el (pop3): Finish `defgroup' description with period.
13535
13536 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13537
13538         * gnus-art.el (article-display-face): Improve the efficiency.
13539         (article-display-x-face): Ditto; remove grey x-face stuff.
13540
13541 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13542
13543         * gnus-art.el (article-display-face): Correct the position in
13544         which Faces are inserted.
13545
13546 2005-06-29  Didier Verna  <didier@xemacs.org>
13547
13548         * gnus-art.el (article-display-face): Display faces in correct
13549         order.
13550
13551 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13552
13553         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13554         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13555         (gnus-nocem-check-article): Fetch the Type header.
13556         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13557         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13558         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13559         make sure gnus-nocem-hashtb is initialized.
13560         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13561         (gnus-nocem-unwanted-article-p): Ditto.
13562
13563         * pgg.el (pgg-verify): Return the verification result.
13564
13565 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13566
13567         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13568         is ascii.
13569
13570 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13571
13572         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13573         `show-nonbreak-escape'.
13574
13575 2005-06-23  Lute Kamstra  <lute@gnu.org>
13576
13577         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13578
13579         * dig.el (dig-mode):
13580         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13581
13582 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13583
13584         * nnimap.el (nnimap-split-download-body): Fix spellings.
13585
13586 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13587
13588         * gnus-art.el (gnus-article-encrypt-body):
13589         * gnus-cus.el (gnus-score-customize):
13590         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13591         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13592
13593 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13594
13595         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13596         header by looking for magic "MII" at the beginnig.
13597
13598 2005-06-16  Miles Bader  <miles@gnu.org>
13599
13600         * gnus-xmas.el (gnus-xmas-group-startup-message):
13601         Use renamed gnus-splash face.
13602
13603         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13604         (assistant-field-face): New backward-compatibility alias for renamed
13605         face.
13606         (assistant-render-text): Use renamed assistant-field face.
13607
13608         * spam.el (spam): Remove "-face" suffix from face name.
13609         (spam-face): New backward-compatibility alias for renamed face.
13610         (spam-face, spam-initialize): Use renamed spam face.
13611
13612         * message.el (message-header-to, message-header-cc)
13613         (message-header-subject, message-header-newsgroups)
13614         (message-header-other, message-header-name)
13615         (message-header-xheader, message-separator, message-cited-text)
13616         (message-mml): Remove "-face" suffix from face names.
13617         (message-header-to-face, message-header-cc-face)
13618         (message-header-subject-face, message-header-newsgroups-face)
13619         (message-header-other-face, message-header-name-face)
13620         (message-header-xheader-face, message-separator-face)
13621         (message-cited-text-face, message-mml-face):
13622         New backward-compatibility aliases for renamed faces.
13623         (message-font-lock-keywords): Use renamed message faces.
13624
13625         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13626         (sieve-test-commands, sieve-tagged-arguments):
13627         Remove "-face" suffix from face names.
13628         (sieve-control-commands-face, sieve-action-commands-face)
13629         (sieve-test-commands-face, sieve-tagged-arguments-face):
13630         New backward-compatibility aliases for renamed faces.
13631         (sieve-control-commands-face, sieve-action-commands-face)
13632         (sieve-test-commands-face, sieve-tagged-arguments-face):
13633         Use renamed sieve faces.
13634
13635         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13636         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13637         (gnus-group-news-3-empty, gnus-group-news-4)
13638         (gnus-group-news-4-empty, gnus-group-news-5)
13639         (gnus-group-news-5-empty, gnus-group-news-6)
13640         (gnus-group-news-6-empty, gnus-group-news-low)
13641         (gnus-group-news-low-empty, gnus-group-mail-1)
13642         (gnus-group-mail-1-empty, gnus-group-mail-2)
13643         (gnus-group-mail-2-empty, gnus-group-mail-3)
13644         (gnus-group-mail-3-empty, gnus-group-mail-low)
13645         (gnus-group-mail-low-empty, gnus-summary-selected)
13646         (gnus-summary-cancelled, gnus-summary-high-ticked)
13647         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13648         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13649         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13650         (gnus-summary-low-undownloaded)
13651         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13652         (gnus-summary-low-unread, gnus-summary-normal-unread)
13653         (gnus-summary-high-read, gnus-summary-low-read)
13654         (gnus-summary-normal-read, gnus-splash):
13655         Remove "-face" suffix from face names.
13656         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13657         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13658         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13659         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13660         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13661         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13662         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13663         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13664         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13665         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13666         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13667         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13668         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13669         (gnus-summary-normal-ticked-face)
13670         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13671         (gnus-summary-normal-ancient-face)
13672         (gnus-summary-high-undownloaded-face)
13673         (gnus-summary-low-undownloaded-face)
13674         (gnus-summary-normal-undownloaded-face)
13675         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13676         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13677         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13678         (gnus-splash-face):
13679         New backward-compatibility aliases for renamed faces.
13680         (gnus-group-startup-message): Use renamed gnus faces.
13681
13682         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13683         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13684         (gnus-server-agent): Remove "-face" suffix from face names.
13685         (gnus-server-agent-face, gnus-server-opened-face)
13686         (gnus-server-closed-face, gnus-server-denied-face)
13687         (gnus-server-offline-face):
13688         New backward-compatibility aliases for renamed faces.
13689         (gnus-server-agent-face, gnus-server-opened-face)
13690         (gnus-server-closed-face, gnus-server-denied-face)
13691         (gnus-server-offline-face): Use renamed gnus faces.
13692
13693         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13694         Remove "-face" suffix from face names.
13695         (gnus-picon-xbm-face, gnus-picon-face):
13696         New backward-compatibility aliases for renamed faces.
13697
13698         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13699         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13700         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13701         (gnus-cite-11): Remove "-face" suffix from face names.
13702         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13703         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13704         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13705         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13706         New backward-compatibility aliases for renamed faces.
13707         (gnus-cite-attribution-face, gnus-cite-face-list)
13708         (gnus-article-boring-faces): Use renamed gnus faces.
13709
13710         * gnus-art.el (gnus-signature, gnus-header-from)
13711         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13712         (gnus-header-content): Remove "-face" suffix from face names.
13713         (gnus-signature-face, gnus-header-from-face)
13714         (gnus-header-subject-face, gnus-header-newsgroups-face)
13715         (gnus-header-name-face, gnus-header-content-face):
13716         New backward-compatibility aliases for renamed faces.
13717         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13718
13719         * gnus-sum.el (gnus-summary-selected-face)
13720         (gnus-summary-highlight): Use renamed gnus faces.
13721         * gnus-group.el (gnus-group-highlight): Likewise.
13722
13723 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13724
13725         * gnus-sieve.el (gnus-sieve-article-add-rule):
13726         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13727         * spam-stat.el (spam-stat-buffer-change-to-spam)
13728         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13729
13730         * message.el (message-is-yours-p):
13731         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13732
13733 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13734
13735         * mm-view.el (mm-inline-text): Withdraw the last change.
13736
13737 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13738
13739         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13740         executing enriched-decode.
13741
13742 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13745         charset of tar files.
13746
13747 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13748
13749         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13750
13751 2005-06-04  Lute Kamstra  <lute@gnu.org>
13752
13753         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13754         information is never recorded.
13755
13756 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13757
13758         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13759
13760 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13761
13762         * pop3.el (pop3-apop): Run md5 in the binary mode.
13763
13764         * starttls.el (starttls-set-process-query-on-exit-flag):
13765         Use eval-and-compile.
13766
13767 2005-05-31  Simon Josefsson  <jas@extundo.com>
13768
13769         * smime.el (smime-replace-in-string): Define.
13770         (smime-cert-by-ldap-1): Use it.
13771
13772 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13773
13774         * gnus-art.el (article-display-x-face): Replace
13775         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13776
13777         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13778         set-process-query-on-exit-flag or process-kill-without-query.
13779
13780         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13781         loop instead of replace-regexp.
13782
13783         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13784         instead of process-kill-without-query if it is available.
13785
13786         * lpath.el: Fbind ldap-search-entries.
13787
13788         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13789         instead of find-file-hooks if it is available.
13790
13791         * mml1991.el: Bind pgg-default-user-id when compiling.
13792
13793         * mml2015.el: Bind pgg-default-user-id when compiling.
13794
13795         * nndraft.el (nndraft-request-associate-buffer):
13796         Use write-contents-functions instead of write-contents-hooks if it is
13797         available.
13798
13799         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13800         instead of find-file-hooks if it is available.
13801
13802         * nntp.el (nntp-open-connection): Replace
13803         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13804         (nntp-open-ssl-stream): Ditto.
13805         (nntp-open-tls-stream): Ditto.
13806
13807         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13808         set-process-query-on-exit-flag or process-kill-without-query.
13809         (starttls-open-stream-gnutls): Use it instead of
13810         process-kill-without-query.
13811         (starttls-open-stream): Ditto.
13812
13813 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13814
13815         * smime.el (smime-cert-by-ldap-1): Don't use
13816         replace-regexp-in-string.
13817
13818 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13819
13820         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13821
13822         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13823         in PEM format.  Adjust to the XEmacs compability.
13824
13825 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13826
13827         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13828         by `string-to-number'.
13829         * gnus-agent.el (gnus-agent-regenerate-group)
13830         (gnus-agent-fetch-articles): Ditto.
13831         * gnus-art.el (gnus-button-fetch-group): Ditto.
13832         * gnus-cache.el (gnus-cache-generate-active)
13833         (gnus-cache-articles-in-group): Ditto.
13834         * gnus-group.el (gnus-group-set-current-level)
13835         (gnus-group-insert-group-line): Ditto.
13836         * gnus-score.el (gnus-score-set-expunge-below)
13837         (gnus-score-set-mark-below, gnus-summary-score-effect)
13838         (gnus-summary-score-entry): Ditto.
13839         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13840         (gnus-soup-pack): Ditto.
13841         * gnus-spec.el (gnus-xmas-format): Ditto.
13842         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13843         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13844         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13845         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13846         * nndb.el (nndb-get-remote-expire-response): Ditto.
13847         * nndiary.el (nndiary-parse-schedule-value)
13848         (nndiary-string-to-number, nndiary-request-replace-article)
13849         (nndiary-request-article): Ditto.
13850         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13851         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13852         * nneething.el (nneething-make-head): Ditto.
13853         * nnfolder.el (nnfolder-request-article)
13854         (nnfolder-retrieve-headers): Ditto.
13855         * nnheader.el (nnheader-file-to-number): Ditto.
13856         * nnkiboze.el (nnkiboze-request-article): Ditto.
13857         * nnmail.el (nnmail-process-unix-mail-format)
13858         (nnmail-process-babyl-mail-format): Ditto.
13859         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13860         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13861         (nnmh-request-create-group, nnmh-request-list-1)
13862         (nnmh-request-group, nnmh-request-article): Ditto.
13863         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13864         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13865         * nnsoup.el (nnsoup-make-active): Ditto.
13866         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13867         * nntp.el (nntp-find-group-and-number)
13868         (nntp-retrieve-headers-with-xover): Ditto.
13869         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13870         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13871         (pgg-format-key-identifier): Ditto.
13872         * pop3.el (pop3-last, pop3-stat): Ditto.
13873         * qp.el (quoted-printable-decode-region): Ditto.
13874
13875         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13876         of concat.
13877
13878 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13879
13880         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13881
13882         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13883
13884         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13885
13886         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13887
13888         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13889
13890         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13891
13892         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13893         (gnus-carpal-mode): Ditto.
13894
13895         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13896         (gnus-browse-mode): Ditto.
13897
13898         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13899
13900         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13901
13902 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13903
13904         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13905
13906 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13907
13908         * gnus-util.el (gnus-run-mode-hooks): New function.
13909
13910         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13911
13912         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13913         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13914
13915 2005-05-27  Lute Kamstra  <lute@gnu.org>
13916
13917         * dns-mode.el (dns-mode): Specify customization group.
13918
13919 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13920
13921         * gnus-agent.el (gnus-agent-make-mode-line-string):
13922         Use mode-line-highlight as mouse-face.
13923
13924 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13925
13926         * canlock.el (canlock): Change the parent group to news.
13927
13928         * deuglify.el (gnus-outlook-deuglify): Add :group.
13929
13930         * dig.el (dig): Add :group.
13931
13932         * dns-mode.el (dns-mode): Add :group.
13933
13934         * encrypt.el (encrypt): Add :group.
13935
13936         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13937         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13938         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13939         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13940         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13941
13942         * gnus-diary.el (gnus-diary): Add :group.
13943
13944         * gnus.el (gnus-group-news-1-face): Add :group.
13945         (gnus-group-news-1-empty-face): Ditto.
13946         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13947         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13948         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13949         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13950         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13951         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13952         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13953         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13954         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13955         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13956         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13957         (gnus-summary-high-ticked-face): Ditto.
13958         (gnus-summary-low-ticked-face): Ditto.
13959         (gnus-summary-normal-ticked-face): Ditto.
13960         (gnus-summary-high-ancient-face): Ditto.
13961         (gnus-summary-low-ancient-face): Ditto.
13962         (gnus-summary-normal-ancient-face): Ditto.
13963         (gnus-summary-high-undownloaded-face): Ditto.
13964         (gnus-summary-low-undownloaded-face): Ditto.
13965         (gnus-summary-normal-undownloaded-face): Ditto.
13966         (gnus-summary-high-unread-face): Ditto.
13967         (gnus-summary-low-unread-face): Ditto.
13968         (gnus-summary-normal-unread-face): Ditto.
13969         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13970         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13971
13972         * hashcash.el (hashcash): New custom group.
13973         (hashcash-default-payment): Add :group.
13974         (hashcash-payment-alist): Ditto.
13975         (hashcash-default-accept-payment): Ditto.
13976         (hashcash-accept-resources): Ditto.
13977         (hashcash-path): Ditto.
13978         (hashcash-extra-generate-parameters): Ditto.
13979         (hashcash-double-spend-database): Ditto.
13980         (hashcash-in-news): Ditto.
13981
13982         * message.el (message-minibuffer-local-map): Add :group.
13983
13984         * netrc.el (netrc): Add :group.
13985
13986         * sieve-manage.el (sieve-manage-log): Add :group.
13987         (sieve-manage-default-user): Diito.
13988         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13989         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13990         (sieve-manage-authenticators): Ditto.
13991         (sieve-manage-authenticator-alist): Ditto.
13992         (sieve-manage-default-port): Ditto.
13993
13994         * sieve-mode.el (sieve-control-commands-face): Add :group.
13995         (sieve-action-commands-face): Ditto.
13996         (sieve-test-commands-face): Ditto.
13997         (sieve-tagged-arguments-face): Ditto.
13998
13999         * smime.el (smime): Add :group.
14000
14001         * spam-report.el (spam-report): Add :group.
14002
14003         * spam.el (spam, spam-face): Add :group.
14004
14005 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14006
14007         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14008         return \n.\n.\n at the end of articles.  Protect against that.
14009         (nntp-with-open-group): Allow debugging.
14010
14011         * nnheader.el (mail-header-set-extra): Make into a function
14012         because I just could't understand how to quote the list properly.
14013
14014         * dns.el (query-dns-cached): New function.
14015
14016 2005-05-26  Lute Kamstra  <lute@gnu.org>
14017
14018         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14019
14020 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14023
14024         * gnus-art.el: Don't autoload mail-extract-address-components.
14025
14026         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14027         eval-and-compile to evaluate it.
14028
14029         * hashcash.el: Don't autoload executable-find.
14030
14031         * nndb.el: Don't declare the nndb back end two or more times; don't
14032         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14033
14034         * nntp.el: Autoload format-spec instead of format; use
14035         eval-and-compile to evaluate autoload forms.
14036
14037 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14038
14039         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14040
14041 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14042
14043         * gnus.el (gnus-version-number): Bump version.
14044
14045 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14046
14047         * gnus.el: No Gnus v0.3 is released.
14048
14049 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14050
14051         * lpath.el (featurep): Bind show-nonbreak-escape.
14052
14053 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14054
14055         * gnus-art.el (gnus-article-edit-part): Disable undo.
14056
14057 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14058
14059         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14060         gnus-article-date-lapsed-new-header is t if date timer is active;
14061         skip headers in which the original date value is empty.
14062         (gnus-article-save-original-date): Redefine it as a macro.
14063         (gnus-display-mime): Use it.
14064
14065 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * gnus-art.el (article-date-ut): Support converting date in
14068         forwarded parts as well.
14069         (gnus-article-save-original-date): New function.
14070         (gnus-display-mime): Use it.
14071
14072 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14073
14074         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14075         enclosure element of <item>.
14076
14077 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14078
14079         * message.el (message-kill-buffer-query): Rename from
14080         `message-kill-buffer-query-if-modified'.  Add :version.
14081
14082 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14083
14084         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14085         window layout.
14086
14087 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14088
14089         * mml.el: Autoload dnd when compiling.
14090
14091 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14092
14093         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14094         x-dnd-*.
14095
14096 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14097
14098         * qp.el (quoted-printable-encode-region): Save excursion.
14099
14100 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14101
14102         * message.el (message-kill-buffer-query-if-modified): Add new variable
14103         so the user can kill a modified message buffer quickly.
14104         (message-kill-buffer): Use it.
14105
14106 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14107
14108         * lpath.el: Fbind display-time-event-handler; don't fbind
14109         string-to-multibyte.
14110
14111         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14112
14113 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14114
14115         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14116         contained in text because xml.el decodes entities) with LFs.
14117
14118 2005-04-11  Lute Kamstra  <lute@gnu.org>
14119
14120         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14121         differently.
14122
14123 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14124
14125         * mm-util.el (mm-detect-coding-region): Typo.
14126
14127 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14128
14129         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14130
14131 2005-04-06  Deepak Goel  <deego@gnufans.org>
14132
14133         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14134         user-function allow user modifications of the scores.
14135         (spam-stat-score-buffer-user): New function, to allow
14136         user-computed modifications to the score.
14137         (spam-stat-score-buffer-user-functions): List of additional
14138         scoring functions.
14139         (spam-stat-error-holder): Global temporary error holder.
14140         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14141         variable.
14142
14143 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14144
14145         * gnus-registry.el (gnus-registry-clean-empty-function)
14146         (gnus-registry-trim, gnus-registry-fetch-groups)
14147         (gnus-registry-delete-group): Groups that match
14148         `gnus-registry-ignored-groups' are removed from the registry
14149         entries, not just ignored for splitting.  This helps clean up the
14150         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14151         to get all the groups a message ID is in.
14152
14153         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14154         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14155         (spam-stat-score-buffer-user-functions): Add :number custom type.
14156
14157 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14158
14159         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14160         argument in XEmacs.
14161
14162         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14163         (nnrss-request-group): Decode group name first.
14164         (nnrss-request-article): Make a text/plain article if mml-to-mime
14165         failed.
14166         (nnrss-get-encoding): Return a compatible encoding according to
14167         nnrss-compatible-encoding-alist.
14168         (nnrss-find-el): Use consp instead of listp.
14169         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14170
14171 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14174         which Emacs 20 doesn't support.
14175         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14176
14177 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14178
14179         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14180         silence the byte compiler inside the defun.
14181
14182         * gnus-demon.el (parse-time-string): Add autoload.
14183
14184         * gnus-delay.el (parse-time-string): Add autoload.
14185
14186         * gnus-art.el (parse-time-string): Add autoload.
14187
14188         * nnultimate.el (parse-time): Require for `parse-time-string'.
14189
14190 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14191
14192         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14193
14194         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14195
14196         * smime.el (smime-ldap-host-list): Add :version.
14197
14198 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14199
14200         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14201         pass it to `gnus-browse-read-group'.
14202         (gnus-browse-read-group): Add NUMBER argument and pass it to
14203         `gnus-group-read-ephemeral-group'.
14204
14205         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14206         argument and pass it to `gnus-group-read-group'.
14207
14208 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14209
14210         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14211         mm-xemacs-find-mime-charset-1 if we have the mule feature
14212         available at runtime.
14213
14214 2005-03-25  Werner Lemberg  <wl@gnu.org>
14215
14216         * nnmaildir.el: Replace `illegal' with `invalid'.
14217
14218 2005-03-23  Lute Kamstra  <lute@gnu.org>
14219
14220         * time-date.el: Add comment on time value formats.
14221         Don't require parse-time.
14222         (with-decoded-time-value): New macro.
14223         (encode-time-value): New function.
14224         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14225         (days-to-time): Return a valid time value when arg is huge.
14226         (time-since): Use time-subtract.
14227         (time-to-number-of-days): Use time-to-seconds.
14228
14229 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14230
14231         * gnus-start.el (gnus-display-time-event-handler):
14232         Check display-time-timer at runtime rather than only at load time
14233         in case display-time-mode is turned off in the mean time.
14234
14235 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14236
14237         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14238         used.
14239
14240         * nneething.el (nneething-map-file-directory): Derive from
14241         `gnus-directory'.
14242
14243         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14244         the To/Cc button.
14245
14246 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * nnmaildir.el (nnmaildir-request-accept-article):
14249         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14250
14251 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14252
14253         * gnus-async.el: Require timer-funcs at compile time when in
14254         XEmacs for `run-with-idle-timer'.
14255
14256 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14257
14258         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14259         autoloaded function.
14260
14261 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14262
14263         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14264
14265 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14266
14267         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14268
14269 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14270
14271         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14272         Add gnus-expert-user to default.
14273
14274 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14275
14276         * nnimap.el (nnimap-open-server): Ditto.
14277
14278         * imap.el (imap-authenticate): Fix typo.
14279
14280 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14281
14282         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14283         buffer (since IMAP server might return FETCH response out of
14284         order, and the nntp buffer must be sorted).
14285
14286 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14287
14288         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14289         comparison on string.
14290
14291         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14292         (gnus-agent-score): Rename category keywords to match gnus-cus.
14293         (gnus-agent-summary-fetch-series): Modify to protect against
14294         gnus-agent-summary-fetch-group clearing processable flags.
14295         (gnus-agent-synchronize-group-flags): Update live group buffer as
14296         synchronization may occur due to the user toggle the plugged
14297         status.
14298         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14299         successfully downloaded.
14300         (gnus-agent-expire-group-1): Avoid using markers when the overview
14301         is in ascending order; greatly improves performance.
14302         (gnus-agent-regenerate-group):
14303         Use gnus-agent-synchronize-group-flags to reset read status in both
14304         gnus and server.
14305         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14306
14307 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14308
14309         * message.el: Don't autoload former message-utils variables.
14310         (message-strip-subject-trailing-was): Change doc string.
14311
14312         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14313         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14314         (nnweb-google-search): Add "hl=en" here.
14315         (nnweb-google-parse-1, nnweb-google-create-mapping):
14316         Don't hardcode URL.
14317
14318 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14319
14320         * message.el (message-get-reply-headers, message-followup):
14321         Mention related variables `message-use-followup-to' and
14322         `message-use-mail-followup-to', in the information buffer.
14323
14324         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14325         of broken groups(-beta).google.com.
14326
14327 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14328
14329         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14330         parameter to invoked gnus-request-move-article; remove the
14331         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14332         all at once instead of once per article.
14333         (gnus-summary-remove-process-mark): Accept a list of articles as
14334         well as a single article for processing.
14335
14336         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14337         parameter.
14338
14339         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14340
14341         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14342
14343         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14344         parameter.
14345
14346         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14347         parameter.
14348
14349         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14350         parameter and remove the gnus-sum-hint-move-is-internal variable.
14351
14352         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14353         parameter.
14354
14355         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14356         parameter.
14357
14358         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14359         parameter.
14360
14361         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14362
14363         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14364         parameter.
14365
14366         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14367         parameter.
14368
14369 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14370
14371         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14372         a more conservative way.
14373
14374 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14375
14376         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14377         buffer, so it moves the window's cursor.
14378
14379 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14380
14381         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14382         `mm-dissect-multipart' and receive the from field as an (optional)
14383         argument from `mm-dissect-multipart'.
14384         (mm-dissect-multipart): Receive the from field as an argument and
14385         pass it on when we call `mm-dissect-buffer' on MIME parts.
14386         Fixes verification/decryption of signed/encrypted MIME parts.
14387
14388 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14389
14390         * gnus-sum.el (gnus-summary-move-article):
14391         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14392         whatever it calls (right now, only nnimap-request-move article
14393         respects it).
14394
14395         * nnimap.el (nnimap-request-move-article):
14396         When gnus-sum-hint-move-is-internal is set, don't do the extra
14397         nnimap-request-article.
14398
14399 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14400
14401         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14402
14403         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14404         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14405
14406         * gnus-sum.el (gnus-summary-caesar-message):
14407         Apply `gnus-treat-article' after rotation.
14408
14409         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14410         doc string.
14411
14412 2005-02-22  Simon Josefsson  <jas@extundo.com>
14413
14414         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14415         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14416         <arne@arnested.dk>.
14417         (encrypt): Add password-cache and password-cache-expiry as group
14418         members.
14419
14420 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14421
14422         * smime.el (smime-ldap-host-list): Doc fix.
14423         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14424         cache) password.
14425         (smime-sign-region): Use it.
14426         (smime-decrypt-region): Use it.
14427         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14428         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14429         fails.
14430         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14431         certificate from DER to PEM format rather than calling openssl.
14432
14433         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14434
14435         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14436         for signing/encryption.
14437
14438         * mml.el (mml-parse-1): Use them.
14439
14440 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14441
14442         * nnrss.el (nnrss-verbose): Remove.
14443         (nnrss-request-group): Use `nnheader-message' instead.
14444
14445 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14446
14447         * nnrss.el (nnrss-verbose): New variable.
14448         (nnrss-request-group): Make it say nnrss is requesting a group.
14449
14450 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14451
14452         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14453         Handle news URL with given port correctly.
14454
14455 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14456
14457         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14458         containing special characters.
14459
14460         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14461
14462         * mml.el (mime-to-mml): Ditto.
14463
14464         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14465         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14466         (rfc2047-decode-region): Quote decoded words containing special
14467         characters when rfc2047-quote-decoded-words-containing-tspecials
14468         is non-nil.
14469
14470 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14471
14472         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14473
14474         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14475
14476 2005-02-15  Simon Josefsson  <jas@extundo.com>
14477
14478         * nnimap.el (nnimap-debug): Doc fix.
14479
14480         * imap.el (imap-debug): Doc fix.
14481
14482 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14483
14484         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14485
14486 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14487
14488         * gnus.el (spam-contents): Improve docs for spam-contents
14489         parameter in its variable incarnation.
14490
14491 2005-02-14  Simon Josefsson  <jas@extundo.com>
14492
14493         * smime-ldap.el: Use require instead of load-library for ldap.
14494         (smime-ldap-search): Indent.
14495         (smime-ldap-search-internal): Shorten line.
14496
14497         * smime.el (smime-cert-by-dns): Add doc-string.
14498         (smime-cert-by-ldap-1): Indent.
14499
14500         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14501         mml-smime-get-dns-ldap.
14502         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14503
14504 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14505
14506         * smime.el: Require smime-ldap.
14507         (smime-ldap-host-list): New variable.
14508         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14509
14510         * mml-smime.el (mml-smime-encrypt-query): New function.
14511         (mml-smime-encrypt-query): Use it.
14512
14513         * smime-ldap.el: New file.
14514
14515 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14518
14519 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14520
14521         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14522         argument in doc string.  Make query for type more clear.
14523
14524 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14525
14526         * gnus.el (gnus-group-startup-message): Search for gnus images in
14527         etc/images/gnus.
14528         * mm-util.el (mm-image-load-path): Likewise.
14529         * smiley.el (smiley-data-directory): Search for smilies in
14530         etc/images/smilies.
14531
14532 2005-02-09  Kim F. Storm  <storm@cua.dk>
14533
14534         Change Emacs release version from 21.4 to 22.1 throughout.
14535         Change Emacs development version from 21.3.50 to 22.0.50.
14536
14537 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14538
14539         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14540
14541         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14542         non-Mule XEmacs as well.
14543         (mm-decompress-buffer): Signal an error intentionally if it does
14544         not decompress compressed data because auto-compression-mode is
14545         disabled.
14546
14547 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14548
14549         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14550         an ID in the registry even if it has no groups.
14551
14552 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14553
14554         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14555         merge it into mm-decompress-buffer.
14556         (gnus-mime-copy-part): Use the MIME part charset, the value which
14557         a user specified or gnus-newsgroup-charset for decoding, like
14558         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14559         save-buffer what was used.  Suggested by Kevin Ryde
14560         <user42@zip.com.au>.
14561         (gnus-mime-inline-part): Allow the name parameter as well as the
14562         filename parameter; force decompressing of compressed data; always
14563         display contents being not decoded as unibyte.
14564
14565         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14566         as well as the filename parameter.
14567
14568         * mm-util.el (mm-decompress-buffer):
14569         Merge gnus-mime-jka-compr-maybe-uncompress.
14570         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14571         of compressed data.
14572
14573 2005-02-08  Simon Josefsson  <jas@extundo.com>
14574
14575         * imap.el (imap-log): Doc fix.
14576
14577 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14578
14579         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14580         the coding cookies; decompress compressed parts.
14581
14582         * mml.el (mml-generate-mime-1): Add the charset parameter according
14583         to the value which a user specified manually or the coding cookie.
14584
14585         * mm-util.el (mm-string-to-multibyte): New function.
14586         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14587         (mm-coding-system-to-mime-charset): New function.
14588         (mm-decompress-buffer): New function.
14589         (mm-find-buffer-file-coding-system): New function.
14590
14591         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14592         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14593         parts.
14594
14595 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14596
14597         * mm-view.el (mm-display-inline-fontify): Decode a part according
14598         to the charset parameter.
14599
14600 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14601
14602         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14603         prefix arg is neither nil nor a number, as info specifies.
14604
14605 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14606
14607         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14608         timestamps.
14609
14610 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14611
14612         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14613         groups error checking and notify user.
14614
14615 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14616
14617         * message.el (message-send-mail-function): Check existence of
14618         sendmail-program first before using default value
14619         `message-send-mail-with-sendmail'.  Otherwise use more generic
14620         `smtpmail-send-it'.
14621
14622 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14623
14624         * nntp.el (nntp-request-update-info): Always return nil.
14625
14626 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14627
14628         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14629
14630 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14631
14632         * message.el (message-beginning-of-line): Change the behavior when
14633         invoked between BOL and : so that it first moves backward.
14634
14635 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14636
14637         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14638         article buffer when editing of the article is discarded.
14639         (gnus-article-prepare): Revert.
14640
14641 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14642
14643         * gnus-art.el (gnus-article-prepare):
14644         Remove message-strip-forbidden-properties from the local hook.
14645
14646 2005-01-27  Simon Josefsson  <jas@extundo.com>
14647
14648         * password.el (password-cache-add): Only start one timer per key.
14649         Reported by Derek Atkins <warlord@MIT.EDU>.
14650
14651 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14652
14653         * run-at-time.el: Remove.  It is no longer needed as
14654         timer-funcs.el in the xemacs-base package has a working version of
14655         `run-at-time'.
14656
14657         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14658
14659         * password.el: Require timer-funcs instead of run-at-time in
14660         XEmacs.
14661         Remove `password-run-at-time' macro.
14662         (password-cache-add): Use `run-at-time' instead of
14663         `password-run-at-time'.
14664
14665         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14666         Remove `nnheader-cancel-function-timers' alias,
14667         `cancel-function-timers' exists in XEmacs in timer-funcs.
14668
14669         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14670         for `run-with-idle-timer'.
14671
14672         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14673         for `run-at-time'.
14674
14675         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14676         for `with-timeout'.
14677
14678         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14679         the same as for XEmacs 21.4.
14680         No need to ignore `run-with-idle-timer', this function exists in
14681         XEmacs now in timer-funcs.el in the xemacs-base package.
14682         (dgnushack-compile): No need to delete
14683         run-at-time.el from the list of files to compile because it
14684         doesn't exist anymore.
14685
14686 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14687
14688         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14689         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14690
14691 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14692
14693         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14694         sensitively.
14695
14696 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14697
14698         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14699
14700 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14701
14702         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14703         which will be inserted according to the multibyteness of a buffer
14704         rather than the type of contents.  Suggested by ARISAWA Akihiro
14705         <ari@mbf.ocn.ne.jp>.
14706
14707         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14708         of string which old xml.el may return rather than a string.
14709
14710 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14711
14712         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14713
14714 2005-01-16  Simon Josefsson  <jas@extundo.com>
14715
14716         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14717         idn/idna.el isn't available.
14718         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14719         <michael@waxrat.com>.
14720
14721         * hashcash.el: Remove non-FSF copyright header.
14722
14723         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14724         (hashcash-generate-payment): Use it.
14725         (hashcash-generate-payment-async): Use it.
14726
14727 2005-01-15  Simon Josefsson  <jas@extundo.com>
14728
14729         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14730         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14731
14732         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14733         gnus-summary-idna-message.
14734         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14735         (gnus-summary-idna-message): New function.
14736
14737 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14738
14739         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14740         gnus-novice-user.
14741
14742 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * nnrss.el (nnrss-request-delete-group): Delete entries in
14745         nnrss-group-alist as well.
14746         (nnrss-save-server-data): Insert newline.
14747
14748 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14749
14750         * gnus.el (gnus-user-agent): Use list of symbols instead of
14751         symbols.  Display full version number for (S)XEmacs.
14752         Optionally display (S)XEmacs codename.
14753
14754         * gnus-util.el (gnus-emacs-version): Update for new
14755         `gnus-user-agent'.
14756
14757         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14758         Gnus version.
14759
14760 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14761
14762         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14763         which is unreadable in some setups.
14764
14765 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14766
14767         * gnus-spec.el (gnus-update-format-specifications): Flush the
14768         group format spec cache if it doesn't support decoded group names.
14769
14770 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14771
14772         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14773         Allow to apply decay on score files matching a regexp.
14774
14775 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14778         compatibility in %g and %c.
14779
14780 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14781
14782         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14783         name for only %g and %c.
14784         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14785         of gnus-tmp-group to decoded group name.
14786         (gnus-group-make-rss-group): Exclude `/'s from group names.
14787
14788 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * nnrss.el (nnrss-get-encoding): Fix regexp.
14791
14792 2004-12-27  Simon Josefsson  <jas@extundo.com>
14793
14794         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14795         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14796         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14797
14798 2004-12-17  Kim F. Storm  <storm@cua.dk>
14799
14800         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14801
14802         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14803
14804 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14805
14806         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14807
14808 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14809
14810         * nnrss.el: Require rfc2047 and mml.
14811         (nnrss-file-coding-system): New variable.
14812         (nnrss-format-string): Redefine it as an inline function.
14813         (nnrss-decode-group-name): New function.
14814         (nnrss-string-as-multibyte): Remove.
14815         (nnrss-retrieve-headers): Decode group name; don't use
14816         nnrss-format-string.
14817         (nnrss-request-group): Decode group name.
14818         (nnrss-request-article): Decode group name; allow a Message-ID as
14819         well as an article number; don't use nnrss-format-string; encode a
14820         Message-ID string which may contain non-ASCII characters; use
14821         mml-to-mime to compose a MIME article.
14822         (nnrss-request-expire-articles): Decode group name.
14823         (nnrss-request-delete-group): Decode group name.
14824         (nnrss-fetch): Clarify error message.
14825         (nnrss-read-server-data): Use insert-file-contents instead of load;
14826         bind file-name-coding-system; use multibyte buffer.
14827         (nnrss-save-server-data): Bind coding-system-for-write to the
14828         value of nnrss-file-coding-system; bind file-name-coding-system;
14829         add coding cookie.
14830         (nnrss-read-group-data): Use insert-file-contents instead of load;
14831         bind file-name-coding-system; use multibyte buffer.
14832         (nnrss-save-group-data): Bind coding-system-for-write to the
14833         value of nnrss-file-coding-system; bind file-name-coding-system.
14834         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14835         make it work with non-ASCII text.
14836         (nnrss-find-el): Make it work with old xml.el as well.
14837
14838 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14839
14840         * nnrss.el (nnrss-get-encoding): New function.
14841         (nnrss-fetch): Use unibyte buffer initially; bind
14842         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14843         decode contents according to the encoding attribute.
14844         (nnrss-save-group-data): Add coding cookie.
14845         (nnrss-mime-encode-string): New function.
14846         (nnrss-check-group): Use it to encode subject and author.
14847
14848 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14849
14850         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14851         imaginary variable.
14852
14853 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14854
14855         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14856         correctly even if there are wide characters.
14857
14858 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14859
14860         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14861         downcased symbol names; make a new cache instead of reusing
14862         bbdb-hashtable.
14863
14864 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14865
14866         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14867         concatenating segments rather than before concatenating them.
14868         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14869
14870         * message.el (message-get-reply-headers): Bind `extra'.
14871
14872 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14873
14874         * message.el (message-extra-wide-headers): New variable.
14875         (message-get-reply-headers): Use it.
14876
14877 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14880         (gnus-agent-group-pathname): Ditto.
14881
14882         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14883
14884         * gnus-group.el (gnus-group-make-group): Decode group name.
14885         (gnus-group-make-rss-group): Register the group data after opening
14886         the nnrss group.
14887
14888 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14889
14890         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14891         by expiry now get marked as read.
14892
14893 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14894
14895         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14896
14897 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14898
14899         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14900         unify Latin characters in XEmacs.
14901         (mm-find-mime-charset-region): Use it.
14902
14903 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14904
14905         * gnus-util.el (gnus-delete-directory): New function.
14906
14907         * gnus-agent.el (gnus-agent-delete-group): Use it.
14908
14909         * gnus-cache.el (gnus-cache-delete-group): Use it.
14910
14911 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14912
14913         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14914         names.
14915
14916 2004-12-16  Simon Josefsson  <jas@extundo.com>
14917
14918         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14919
14920 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14921
14922         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14923
14924         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14925         (gnus-group-set-current-level): Decode group name.
14926
14927 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14928
14929         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14930         failed.
14931
14932 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14933
14934         * gnus-group.el (gnus-group-delete-group): Decode group name.
14935         (gnus-group-make-rss-group): Encode group name.
14936         (gnus-group-catchup-current): Decode group name.
14937         (gnus-group-kill-group): Decode group name.
14938
14939 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14940
14941         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14942
14943 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14944
14945         * gnus-group.el (gnus-group-make-rss-group):
14946         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14947
14948         * gnus-start.el (gnus-setup-news): Honor user's setting to
14949         gnus-message-archive-method.  Suggested by Lute Kamstra
14950         <lute@gnu.org>.
14951
14952 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14953
14954         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14955         global counterparts of the buffer-local variables.
14956
14957 2004-11-16  Romain Francoise  <romain@orebokech.com>
14958
14959         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14960         counterparts of the buffer-local variables.
14961
14962 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14963
14964         * message.el (message-forbidden-properties): Fix typo in doc
14965         string.
14966
14967 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14968
14969         * gnus-util.el (gnus-replace-in-string): Add doc string.
14970
14971         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14972         to avoid problems when splitting mails with many recipients.
14973
14974 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14975
14976         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14977         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14978
14979 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14980
14981         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14982         if there is no hashtable in memory or file modification time is
14983         newer than cached timestamp.
14984
14985 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14986
14987         * gnus-sum.el (gnus-summary-limit-to-recipient):
14988         Implement not-matching option.
14989
14990 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14991
14992         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14993         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14994         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14995         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14996         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14997         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14998
14999 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15000
15001         * message.el (message-forward-make-body-mml): Remove headers
15002         according to message-forward-ignored-headers if a message is decoded.
15003
15004 2004-12-02  Romain Francoise  <romain@orebokech.com>
15005
15006         * message.el (message-forward-make-body-plain): Always remove
15007         headers according to message-forward-ignored-headers.
15008
15009 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15010
15011         * spam.el (spam-summary-prepare-exit): Remove the
15012         gnus-summary-limit pop for now, it has problems with ham marks for
15013         me.
15014
15015 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15016
15017         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15018         correctly.
15019
15020 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15021
15022         * format-spec.el (format-spec): Message the char.
15023
15024 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15025
15026         * gnus-art.el (gnus-split-methods): Reformat comments.
15027
15028         * spam.el (spam-summary-prepare-exit): Remove article limits
15029         before exiting the summary buffer.
15030
15031 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15032
15033         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15034         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15035
15036         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15037         order to silence the byte compiler.
15038
15039         * spam.el: Fix the way to silence the byte compiler, which
15040         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15041         bbdb-search-simple, spam-BBDB-register-routine,
15042         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15043         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15044         spam-stat-buffer-is-spam, spam-stat-load,
15045         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15046         spam-stat-save and spam-stat-split-fancy.
15047
15048 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15049
15050         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15051         which may confuse users.
15052         (canlock-password-for-verify): Ditto.
15053
15054         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15055
15056         * gnus-art.el (gnus-emphasis-alist): Ditto.
15057
15058         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15059
15060         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15061
15062         * gnus-start.el (gnus-save-killed-list): Ditto.
15063
15064         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15065         (gnus-sum-thread-tree-root): Ditto.
15066         (gnus-sum-thread-tree-false-root): Ditto.
15067         (gnus-sum-thread-tree-single-indent): Ditto.
15068
15069         * message.el (message-courtesy-message): Ditto.
15070         (message-archive-note): Ditto.
15071         (message-subscribed-address-file): Ditto.
15072         (message-user-fqdn): Ditto.
15073
15074         * spam-report.el (spam-report-gmane-regex): Ditto.
15075
15076         * spam.el (spam-blackhole-good-server-regex): Ditto.
15077
15078 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15079
15080         * mml.el (mml-preview): Widen the message buffer before copying
15081         the contents to the preview buffer; sort headers before previewing.
15082
15083         * message.el (message-hidden-headers): Fix the way to avoid a bug
15084         in the `repeat' widget in Emacs 21.3 or earlier.
15085
15086 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15087
15088         * message.el (message-hidden-headers): Default to "^References:".
15089         Improve customization type.  Suggested by Reiner Steib
15090         <Reiner.Steib@gmx.de>.
15091
15092 2004-11-25  Romain Francoise  <romain@orebokech.com>
15093
15094         * message.el (message-strip-forbidden-properties): Remove check for
15095         obsolete `message-hidden' text property, hidden headers are not
15096         accessible in the buffer anymore.
15097
15098 2004-11-22  Romain Francoise  <romain@orebokech.com>
15099
15100         * message.el (message-header-format-alist): Add `From' in list
15101         so that it can be sorted.
15102         (message-fix-before-sending): Widen and sort headers before
15103         sending.
15104         (message-hide-headers): Use narrowing to hide headers by moving
15105         them to the top of the buffer and narrowing to the region
15106         underneath.
15107
15108 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15109
15110         * message.el (message-strip-forbidden-properties):
15111         Bind buffer-read-only (etc) to nil.
15112
15113 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15114
15115         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15116         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15117
15118 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15119
15120         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15121
15122 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15123
15124         * dns.el (query-dns): Use sit-for to time instead of
15125         accept-process-output, since that doesn't seem to work on udp
15126         sockets.
15127
15128 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15129
15130         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15131
15132 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15133
15134         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15135         doc string.  Improve doc string.
15136
15137 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15138
15139         * nntp.el (nntp-request-update-info): Return nil if
15140         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15141         may not call gnus-activate-group which uselessly issues the GROUP
15142         commands for all nntp groups and wastes time.  Reported by Romain
15143         Francoise <romain@orebokech.com>.
15144
15145         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15146
15147 2004-11-15  Simon Josefsson  <jas@extundo.com>
15148
15149         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15150         headers separately.
15151         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15152         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15153
15154 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15155
15156         * gnus-start.el (gnus-convert-old-newsrc):
15157         Assign legacy-gnus-agent to 5.10.7.
15158
15159 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15160
15161         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15162         start of the lines.
15163
15164 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15165
15166         * hashcash.el (hashcash-default-payment): Change default to 20.
15167         (hashcash-default-accept-payment): Change default to 20.
15168         (hashcash-process-alist): New variable.
15169         (hashcash-generate-payment-async): Add.
15170         (hashcash-already-paid-p): Add.
15171         (hashcash-insert-payment): Don't generate payments twice.
15172         (hashcash-insert-payment-async): Add.
15173         (hashcash-insert-payment-async-2): Add.
15174         (hashcash-cancel-async): Add.
15175         (hashcash-wait-async): Add.
15176         (hashcash-processes-running-p): Add.
15177         (hashcash-wait-or-cancel): Add.
15178         (mail-add-payment): New optional argument.  Conditionally start
15179         asynchronous calculation.
15180         (mail-add-payment-async): Add.
15181
15182         * message.el (message-send-mail): Wait for asynchronous hashcash
15183         results.  Don't clobber existing X-Hashcash headers.
15184         (message-setup-1): Call mail-add-payment-async when
15185         message-generate-hashcash is non-nil.
15186
15187 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15188
15189         * message.el (message-use-alternative-email-as-from): Examine the
15190         From header as well; use message-make-from in order to include a
15191         user's full name.
15192
15193 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15194
15195         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15196         default; improve customization type.
15197         (gnus-emphasis-custom-with-format): New macro.
15198         (gnus-emphasis-custom-value-to-external): New function.
15199         (gnus-emphasis-custom-value-to-internal): New function.
15200
15201 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15202
15203         * dns.el (query-dns): Resolve reverse addresses.
15204
15205 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15206
15207         * gnus-group.el (gnus-group-get-new-news): Use it.
15208
15209         * gnus-start.el (gnus-check-reasonable-setup): New function.
15210
15211 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15214         "Args out of range" error.  Reported by Arnaud Giersch
15215         <arnaud.giersch@free.fr>.
15216
15217 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15218
15219         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15220
15221 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15222
15223         * spam.el (spam group): Add :version.
15224
15225         * pgg-def.el (pgg group): Add :version.
15226
15227 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15228
15229         * gnus-art.el (gnus-article-edit-article): Don't associate the
15230         article buffer with a draft file.  This is a temporary measure
15231         against the 2004-08-22 change to gnus-article-edit-mode.
15232
15233 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15234
15235         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15236         (html2text-format-tags): Remove unused variable `attr'.
15237
15238 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15239
15240         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15241
15242         * tls.el (tls-process-connection-type, tls-success)
15243         (tls-certtool-program): Add :version.
15244
15245         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15246         (starttls-extra-arguments, starttls-process-connection-type)
15247         (starttls-connect, starttls-failure, starttls-success): Add :version.
15248
15249         * spam-stat.el (spam-stat): Add :version.
15250
15251         * sieve.el (sieve): Add :version.
15252
15253         * sha1.el (sha1): Add :version.
15254         (sha1-use-external): Remove redundant version.
15255
15256         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15257         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15258         (nnmail-split-fancy-match-partial-words)
15259         (nnmail-split-lowercase-expanded): Add :version.
15260
15261         * nndiary.el (nndiary): Add :version.
15262
15263         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15264
15265         * mml-sec.el (mml-default-sign-method)
15266         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15267         Add :version.
15268
15269         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15270
15271         * mm-url.el (mm-url-use-external, mm-url-program)
15272         (mm-url-arguments): Add :version.
15273
15274         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15275         (mm-attachment-file-modes, mm-decrypt-option)
15276         (mm-w3m-safe-url-regexp): Add :version.
15277
15278         * message.el (message-cite-prefix-regexp)
15279         (message-sendmail-envelope-from, message-minibuffer-local-map)
15280         (message-user-fqdn, message-completion-alist): Add :version.
15281
15282         * gnus-win.el (gnus-configure-windows-hook)
15283         (gnus-use-frames-on-any-display): Add :version.
15284
15285         * gnus-art.el (gnus-article-address-banner-alist)
15286         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15287         (gnus-treat-from-picon, gnus-treat-mail-picon)
15288         (gnus-treat-x-pgp-sig): Add :version.
15289
15290         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15291         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15292         (gnus-summary-article-delete-hook)
15293         (gnus-summary-display-while-building): Add :version.
15294
15295         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15296         (gnus-get-top-new-news-hook): Add :version.
15297
15298         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15299         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15300
15301         * gnus-registry.el (gnus-registry): Add :version.
15302
15303         * gnus-spec.el (gnus-use-correct-string-widths)
15304         (gnus-make-format-preserve-properties): Add :version.
15305
15306         * gnus.el (gnus-group-charter-alist)
15307         (gnus-group-fetch-control-use-browse-url)
15308         (gnus-install-group-spam-parameters): Add :version.
15309
15310         * gnus-diary.el (gnus-diary): Add :version.
15311
15312         * gnus-delay.el (gnus-delay): Add :version.
15313
15314         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15315         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15316         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15317         Add :version.
15318
15319         * gnus-agent.el (gnus-agent-max-fetch-size)
15320         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15321         (gnus-agent-prompt-send-queue): Add :version.
15322
15323         * deuglify.el (gnus-outlook-deuglify): Add :version.
15324
15325         * html2text.el: Beautify code.  Improve doc strings.
15326         Some checkdoc cleanup.
15327         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15328
15329 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15330
15331         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15332
15333 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15334
15335         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15336         when package is loaded.
15337
15338         * spam.el (spam-summary-score-preferred-header): Add global preference
15339         for people who want to override the default SpamAssassin over
15340         Bogofilter preference (when both are set).
15341         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15342         (spam-user-format-function-S):
15343         Check spam-summary-score-preferred-header.
15344         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15345         (spam-user-format-function-S): Format the score correctly.
15346
15347 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15350         signature file.  Suggested by Manoj Srivastava
15351         <srivasta@golden-gryphon.com>.
15352
15353         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15354         iso-2022-jp even in the Japanese language environment.
15355         Suggested by Jason Rumney <jasonr@gnu.org>.
15356
15357 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15360         use the same characters as the dummy marks; make it free from
15361         getting affected by the language environment.
15362         (gnus-summary-read-group-1): Update mark positions only when the
15363         format spec is updated.
15364
15365         * gnus-spec.el (gnus-update-format-specifications): Return a list
15366         of updated types.
15367
15368 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15369
15370         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15371         of boundp to check if display-warning is available.
15372
15373 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15374
15375         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15376
15377 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * nnspool.el (nnspool-spool-directory): Use news-path if the
15380         news-directory variable is not bound.
15381
15382         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15383         function instead of display-warning if it is not available.
15384
15385 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15386
15387         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15388         v5-10: Use `point-at-bol'.
15389
15390 2004-10-26  Simon Josefsson  <jas@extundo.com>
15391
15392         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15393         <chenggao@gmail.com>.
15394
15395 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15396
15397         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15398         instead.
15399
15400 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15401
15402         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15403         to remove a server from the nnimap-server-buffer-alist.
15404         (nnimap-open-connection, nnimap-close-server): Use it.
15405
15406         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15407
15408 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15409
15410         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15411         running the major-mode function.
15412
15413 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15414
15415         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15416         dummy marks in the right way.
15417
15418 2004-10-18  David Edmondson  <dme@dme.org>
15419
15420         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15421         excessively.
15422
15423 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15424
15425         * gnus-util.el (gnus-split-references): Accept a nil references
15426         string and go on blissfully.
15427
15428         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15429         cases where the references string is non-nil but has no references.
15430
15431         * encrypt.el: Add autoload tags.
15432
15433         * spam.el (spam-resolve-registrations-routine): Remove article
15434         from unregistration list too.  Reported by David Hanak
15435         <dhanak@isis.vanderbilt.edu>
15436
15437 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15438
15439         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15440         nil.  Change custom type.
15441
15442 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15445
15446         * gnus-sum.el (gnus-summary-move-article): Use it.
15447
15448 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15449
15450         * encrypt.el: Add autoload cookies.
15451
15452         * spam.el (spam-backend-article-list-property)
15453         (spam-backend-get-article-todo-list)
15454         (spam-backend-put-article-todo-list)
15455         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15456         Resolve registrations separately.
15457         (spam-register-routine): Format comments.
15458         (spam-unregister-routine, spam-register-routine): Always call with
15459         specific-articles, no default list.
15460         (spam-summary-prepare-exit): Use the spam-classifications function.
15461
15462         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15463         gnus-encrypt.el.
15464
15465         * encrypt.el: Copied from gnus-encrypt.el.
15466
15467         * gnus-encrypt.el: Commented that it's obsolete.
15468
15469 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15470
15471         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15472         (gnus-score-save): Use it.
15473
15474         * message.el (message-bury): Use `window-dedicated-p'.
15475
15476 2004-10-15  Simon Josefsson  <jas@extundo.com>
15477
15478         * pop3.el (top-level): Don't require nnheader.
15479         (pop3-read-timeout): Add.
15480         (pop3-accept-process-output): Add.
15481         (pop3-read-response, pop3-retr): Use it.
15482
15483 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15484
15485         * spam.el (spam-register-routine): Move comment.
15486         (spam-verify-bogofilter): Use 'unknown for the initial
15487         spam-bogofilter-valid state, not 'never.
15488
15489         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15490         for netrc-machine.
15491
15492         * nnimap.el (nnimap-open-connection):
15493         Use netrc-machine-user-or-password.
15494
15495 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15496
15497         * gnus-registry.el (gnus-registry-unload-hook):
15498         Set as a variable with add-hook.
15499
15500         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15501         of news-path.
15502
15503         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15504
15505         * spam.el: Delete duplicate `provide'.
15506         (spam-unload-hook): Set as a variable with add-hook.
15507
15508 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15509
15510         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15511         in the doc string.
15512
15513         * message.el (message-ignored-news-headers)
15514         (message-ignored-supersedes-headers)
15515         (message-ignored-resent-headers)
15516         (message-forward-ignored-headers): Improve custom type.
15517
15518 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15519
15520         * message.el (message-tokenize-header): Fix 2004-09-06 change
15521         which used point-min in the wrong place.
15522
15523 2004-10-12  Simon Josefsson  <jas@extundo.com>
15524
15525         * tls.el (tls-certtool-program): New variable.
15526         (tls-certificate-information): New function, based on
15527         ssl-certificate-information.
15528
15529 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15530
15531         * compface.el: Move the version of ELisp-based uncompface program
15532         to the contrib directory because of the copyright problem.
15533
15534 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15535
15536         * message.el (message-kill-buffer): Raise the current frame.
15537
15538 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15539
15540         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15541
15542         * gnus.el (message-y-or-n-p): Autoload.
15543
15544         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15545         (pop3-password-required, pop3-authentication-scheme)
15546         (pop3-leave-mail-on-server): Make customizable.
15547         (pop3): New custom group.
15548         (pop3-retr): Remove `sleep-for' statements.
15549         Suggested by Dave Love <fx@gnu.org>.
15550
15551         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15552         Windows/DOS.
15553
15554         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15555         (imap-parse-body): Fix incorrect use of `assert'.
15556         Suggested by Dave Love <fx@gnu.org>.
15557
15558         * mml.el (mml-minibuffer-read-disposition): Require match.
15559         Suggested by Dave Love <fx@gnu.org>.
15560
15561 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15562
15563         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15564         doc string.
15565
15566 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15569
15570 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15571
15572         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15573         instead of calling `mm-insert-inline', to decode text/* parts
15574         before displaying them.
15575
15576 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15577
15578         * mm-uu.el (mm-uu-text-plain-type): New variable.
15579         (mm-uu-pgp-signed-extract-1): Use it.
15580         (mm-uu-pgp-encrypted-extract-1): Use it.
15581         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15582         bind mm-uu-text-plain-type with that value.
15583         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15584         mm-uu-dissect.
15585
15586 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15587
15588         * gnus-group.el (gnus-update-group-mark-positions):
15589         * gnus-sum.el (gnus-update-summary-mark-positions):
15590         * message.el (message-check-news-body-syntax):
15591         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15592         of string-as-multibyte.
15593
15594 2004-10-05  Juri Linkov  <juri@jurta.org>
15595
15596         * gnus-group.el (gnus-update-group-mark-positions):
15597         * gnus-sum.el (gnus-update-summary-mark-positions):
15598         * message.el (message-check-news-body-syntax):
15599         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15600         8-bit unibyte values to a multibyte string for search functions.
15601
15602 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15603
15604         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15605         (mm-uu-dissect-text-parts): New function.
15606
15607         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15608         dissect text parts.
15609
15610         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15611         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15612
15613         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15614
15615         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15616         Use gnus-current-topics instead of gnus-current-topic.
15617
15618 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15619
15620         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15621
15622 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15623
15624         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15625         where approriate.
15626
15627         * nnml.el (nnml-generate-active-info): do.
15628
15629         * nndiary.el (nndiary-generate-active-info): do.
15630
15631         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15632         (gnus-topic-move): do.
15633
15634         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15635         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15636
15637         * gnus-srvr.el (gnus-server-prepare)
15638         (gnus-server-open-all-servers): do.
15639
15640         * gnus-msg.el (gnus-summary-cancel-article)
15641         (gnus-summary-resend-message)
15642         (gnus-summary-mail-crosspost-complaint): do.
15643
15644         * gnus-move.el (gnus-change-server): do.
15645
15646         * gnus-group.el (gnus-group-unmark-all-groups)
15647         (gnus-group-set-current-level): do.
15648
15649 2004-10-04  Simon Josefsson  <jas@extundo.com>
15650
15651         * message.el (message-generate-hashcash): Doc fix.
15652
15653 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15654
15655         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15656         avoid infinite recursion via gnus-get-function.
15657
15658 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15659
15660         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15661
15662         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15663
15664         * nnmail.el (nnmail-split-history): do.
15665
15666         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15667         (nnml-request-delete-group): do.
15668
15669         * nnslashdot.el (nnslashdot-read-groups): do.
15670
15671         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15672         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15673
15674         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15675         (nnspool-sift-nov-with-sed): Use last.
15676         (nnspool-retrieve-headers-with-nov): Use mapc.
15677         (nnspool-request-newgroups): Use dolist.
15678         (nnspool-request-group): Use last.
15679
15680         * nntp.el (nntp-read-server-type): Use dolist.
15681
15682         * nnvirtual.el (nnvirtual-create-mapping)
15683         (nnvirtual-update-read-and-marked): Use dolist.
15684         (nnvirtual-convert-headers): Simplify.
15685
15686 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15687
15688         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15689         Add support for sync'ing tick marks.
15690
15691 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15692
15693         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15694         there's no visible header.
15695
15696 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15697
15698         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15699         When necessary, pass full group name to gnus-request-set-marks.
15700
15701 2004-10-01  Simon Josefsson  <jas@extundo.com>
15702
15703         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15704         acroread.
15705
15706 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15707
15708         * spam-report.el (spam-report-gmane): Fix interactive.
15709
15710         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15711
15712         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15713         when writing file.
15714         (gnus-agent-synchronize-flags): Don't default to being
15715         interactive.
15716
15717 2004-09-30  Simon Josefsson  <jas@extundo.com>
15718
15719         * message.el (message-generate-hashcash): Add.
15720         (message-send-mail): Use it, call mail-add-payment.
15721
15722 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15723
15724         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15725
15726 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15727
15728         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15729         gnus-requst-update-info with explicit code to sync the in-memory
15730         info read flags with the marks being sync'd to the backend.
15731
15732         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15733
15734 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15735
15736         * spam.el (spam-verify-bogofilter): Add new function.
15737         (spam-check-bogofilter)
15738         (spam-bogofilter-register-with-bogofilter): Use it.
15739         (spam-verify-bogofilter): Add small fixes.
15740
15741 2004-09-28  Simon Josefsson  <jas@extundo.com>
15742
15743         * hashcash.el (hashcash-generate-payment): Revert.
15744
15745 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15746
15747         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15748         Use gnus-extract-references instead of gnus-split-references.
15749
15750         * gnus-util.el (gnus-extract-references): Add new function, analogous
15751         to gnus-split-references but extracts only the message-ID without
15752         anything extra.
15753
15754         * hashcash.el (hashcash-generate-payment)
15755         (hashcash-check-payment): Do the right thing if hashcash-path is
15756         nil (because the hashcash program could not be found).
15757
15758         * spam.el (spam-use-hashcash): Remove comment.
15759
15760 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15761
15762         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15763         (gnus-cache-enter-article, gnus-cache-remove-article)
15764         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15765
15766         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15767
15768         * gnus-art.el (article-hide-boring-headers)
15769         (article-translate-strings, article-display-face)
15770         (gnus-article-mime-match-handle-first)
15771         (gnus-article-highlight-headers)
15772         (gnus-article-add-buttons-to-head): do.
15773
15774 2004-09-27  Simon Josefsson  <jas@extundo.com>
15775
15776         * hashcash.el: New version, from
15777         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15778         ../contrib/.
15779
15780 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15781
15782         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15783
15784 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15785
15786         * gnus-dup.el (gnus-dup-open): Use mapc.
15787         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15788
15789         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15790         Reported by Stefan Wiens <s.wi@gmx.net>.
15791
15792         * gnus.el (gnus-shutdown): Use dolist.
15793
15794         * gnus-undo.el (gnus-undo): Use mapc.
15795
15796         * nnrss.el (nnrss-generate-active): do.
15797
15798         * message.el (message-cite-original-without-signature)
15799         (message-cite-original): Use mapc.
15800         (message-do-actions, message-make-forward-subject): Use dolist.
15801
15802 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15803
15804         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15805         deletion to remove entire duplicate line.  Fixes merged article
15806         number bug.
15807
15808 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15809
15810         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15811         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15812         first ask if you want to open a server and then, even when you
15813         responded with no, asking if you want to synchronize the server's
15814         flags.
15815         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15816         multi-line expressions.
15817         (gnus-agent-synchronize-group-flags): New internal function.
15818         Updates marks in memory (in the info structure) AND in the
15819         backend.
15820
15821         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15822
15823         * nnagent.el (nnagent-request-set-mark):
15824         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15825         method, to ensure that synchronization updates marks in the
15826         backend and in the info (in memory) structure.
15827
15828 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15829
15830         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15831         convention fully; don't miss the root article of a thread; make
15832         the X-Draft-From header with correct article numbers.
15833
15834 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15835
15836         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15837         unless plugged.  Disable the agent so that an open failure causes
15838         an error.
15839
15840         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15841         Revert 2004-09-21 change.  The backend must be opened while
15842         synchronizing flags even when the backend stores the flags
15843         locally.
15844
15845 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15846
15847         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15848         in `header' match.  Reported by Svend Tollak Munkejord.
15849
15850         * message.el (message-cite-original): Fix use of
15851         `message-cite-articles-with-x-no-archive'.
15852
15853 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15854
15855         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15856         (gnus-window-to-buffer): Ditto.
15857
15858         * mml.el (mml-preview-buffer): New variable.
15859         (mml-preview): Manage window layout with gnus-buffer-configuration.
15860
15861         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15862         X-Draft-From header even if those articles aren't quoted.
15863
15864 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15865
15866         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15867         (gnus-request-set-mark, gnus-request-update-mark): Use new
15868         g-s-t-u-l-m to decide to use backend even when unplugged.
15869
15870 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15871
15872         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15873         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15874
15875 2004-09-20  Simon Josefsson  <jas@extundo.com>
15876
15877         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15878         "utf-16-le".
15879
15880 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15881
15882         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15883
15884 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15885
15886         * uudecode.el (uudecode-use-external): Add :version.
15887
15888         * smime.el (smime-CA-file, smime-encrypt-cipher)
15889         (smime-dns-server): Add :version.
15890
15891         * smiley.el (gnus-smiley-file-types): Add :version.
15892
15893         * sha1.el (sha1-use-external): Add :version.
15894
15895         * pgg-def.el (pgg-query-keyserver): Add :version.
15896
15897         * nnmail.el (nnmail-fancy-expiry-targets)
15898         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15899         Add :version.
15900
15901         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15902         (nnimap-retrieve-groups-asynchronous): Add :version.
15903         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15904
15905         * mml.el (mml-content-disposition-parameters)
15906         (mml-insert-mime-headers-always): Add :version.
15907
15908         * mm-util.el (mm-coding-system-priorities): Add :version.
15909
15910         * mm-decode.el (mm-inline-text-html-with-images)
15911         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15912         (mm-verify-option): Add :version.
15913         (mm-text-html-renderer): Change :version.
15914
15915         * message.el (message-fcc-externalize-attachments)
15916         (message-required-headers, message-draft-headers)
15917         (message-subject-trailing-was-query)
15918         (message-subject-trailing-was-ask-regexp)
15919         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15920         (message-mark-insert-end, message-archive-header)
15921         (message-archive-note, message-cross-post-default)
15922         (message-cross-post-note, message-followup-to-note)
15923         (message-cross-post-note-function, message-use-mail-followup-to)
15924         (message-subscribed-address-functions)
15925         (message-subscribed-address-file, message-subscribed-addresses)
15926         (message-subscribed-regexps, message-allow-no-recipients)
15927         (message-yank-cited-prefix, message-signature-insert-empty-line)
15928         (message-hidden-headers, message-hierarchical-addresses)
15929         (message-mail-user-agent, message-use-idna)
15930         (message-valid-fqdn-regexp)
15931         (message-strip-special-text-properties, message-header-synonyms)
15932         (message-beginning-of-line, message-tab-body-function): Add :version.
15933         (message-insert-canlock, message-wide-reply-confirm-recipients):
15934         Change :version.
15935
15936         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15937         and :version.
15938         (mail-source-delete-old-incoming-confirm)
15939         (mail-source-movemail-program): Add :version.
15940
15941         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15942         (gnus-agent-cache, gnus-agent): Change :version.
15943
15944         * gnus-util.el (gnus-use-byte-compile): Change :version.
15945
15946         * gnus-sum.el (gnus-summary-make-false-root-always)
15947         (gnus-summary-default-high-score)
15948         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15949         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15950         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15951         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15952         (gnus-sum-thread-tree-single-indent)
15953         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15954         (gnus-sum-thread-tree-leaf-with-other)
15955         (gnus-sum-thread-tree-single-leaf): Add :version.
15956         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15957         (gnus-article-loose-mime): Change :version.
15958
15959         * gnus-start.el (gnus-backup-startup-file)
15960         (gnus-save-startup-file-via-temp-buffer): Add :version.
15961
15962         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15963         (gnus-server-offline-face): Add :version.
15964
15965         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15966
15967         * gnus-msg.el (gnus-gcc-externalize-attachments)
15968         (gnus-debug-files, gnus-debug-exclude-variables)
15969         (gnus-discouraged-post-methods): Change :version.
15970         (gnus-confirm-mail-reply-to-news)
15971         (gnus-confirm-treat-mail-like-news): Add :version.
15972
15973         * gnus-int.el (gnus-server-unopen-status): Add :version.
15974
15975         * gnus-group.el (gnus-group-jump-to-group-prompt)
15976         (gnus-large-ephemeral-newsgroup)
15977         (gnus-fetch-old-ephemeral-headers): Add :version.
15978
15979         * gnus-fun.el (gnus-x-face-directory)
15980         (gnus-convert-pbm-to-x-face-command)
15981         (gnus-convert-image-to-x-face-command)
15982         (gnus-convert-image-to-face-command): Add :version.
15983
15984         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15985
15986         * gnus-cite.el (gnus-cite-blank-line-after-header)
15987         (gnus-article-boring-faces): Add :version.
15988
15989         * gnus-art.el (gnus-buttonized-mime-types)
15990         (gnus-inhibit-mime-unbuttonizing)
15991         (gnus-treat-display-face)
15992         (gnus-treat-body-boundary): Change :version.
15993         (gnus-body-boundary-delimiter, gnus-picon-databases)
15994         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15995         (gnus-treat-date-english, gnus-treat-fold-headers)
15996         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15997         (gnus-treat-mail-picon, gnus-treat-wash-html)
15998         (gnus-article-encrypt-protocol)
15999         (gnus-use-idna, gnus-article-over-scroll)
16000         (gnus-mime-display-multipart-alternative-as-mixed)
16001         (gnus-mime-display-multipart-related-as-mixed)
16002         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16003         (gnus-ctan-url, gnus-button-ctan-handler)
16004         (gnus-button-handle-ctan-bogus-regexp)
16005         (gnus-button-ctan-directory-regexp)
16006         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16007         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16008         (gnus-button-man-level, gnus-button-emacs-level)
16009         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16010
16011         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16012         (gnus-agent-go-online): Change :version.
16013         (gnus-agent-expire-unagentized-dirs)
16014         (gnus-agent-auto-agentize-methods): Add :version.
16015
16016         * flow-fill.el (fill-flowed-display-column)
16017         (fill-flowed-encode-column): Add :version.
16018
16019         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16020         (gnus-outlook-deuglify-unwrap-max)
16021         (gnus-outlook-deuglify-cite-marks)
16022         (gnus-outlook-deuglify-unwrap-stop-chars)
16023         (gnus-outlook-deuglify-no-wrap-chars)
16024         (gnus-outlook-deuglify-attrib-cut-regexp)
16025         (gnus-outlook-deuglify-attrib-verb-regexp)
16026         (gnus-outlook-deuglify-attrib-end-regexp)
16027         (gnus-outlook-display-hook): Add :version.
16028
16029         * binhex.el (binhex-use-external): Add :version.
16030
16031 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16032
16033         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16034         and `invisible'.
16035
16036 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16037
16038         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16039         in gnus-registry-trim.
16040
16041 2004-09-13  Simon Josefsson  <jas@extundo.com>
16042
16043         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16044
16045         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16046
16047         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16048         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16049         <yamaoka@jpl.org>.
16050         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16051         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16052         <yamaoka@jpl.org>.
16053
16054         * sieve.el (sieve-manage-mode): Ditto.
16055
16056 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16057
16058         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16059
16060 2004-09-11  Simon Josefsson  <jas@extundo.com>
16061
16062         * dns-mode.el: Add.
16063
16064         * mm-view.el (mm-display-dns-inline): Add.
16065
16066         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16067         (mm-automatic-display): Ditto.
16068
16069         * mailcap.el (mailcap-mime-data): Add text/dns.
16070         (mailcap-mime-extensions): Map .soa to text/dns.
16071
16072 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16073
16074         * gnus-art.el (article-decode-mime-words, article-babel)
16075         (gnus-article-highlight-signature, gnus-article-add-buttons)
16076         (gnus-signature-toggle): Remove unnecessary bindings of
16077         `inhibit-read-only' inherited from v5.10 merge.
16078
16079 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16080
16081         * nntp.el (nntp): New customization group.
16082         (nntp-authinfo-file): Add customization group.
16083
16084         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16085
16086         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16087
16088         * gnus.el (to-address, to-list, subscribed)
16089         (large-newsgroup-initial): Ditto.
16090
16091         * flow-fill.el (fill-flowed-display-column)
16092         (fill-flowed-encode-column): Ditto.
16093
16094 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16095
16096         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16097         Use point-min rather than 1.
16098         (message-send-mail): Use buffer-size rather than point-max.
16099
16100         * gnus-sum.el (gnus-summary-search-article-forward):
16101         Signal a specific `search-failed' rather than a generic `error'.
16102
16103         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16104         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16105         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16106
16107 2004-09-10  Simon Josefsson  <jas@extundo.com>
16108
16109         * nndb.el (require): Remove tcp and duplicate cl.
16110
16111 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16112
16113         * gnus-agent.el (directory-files-and-attributes): Move forward.
16114
16115 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16116
16117         * gnus-agent.el (directory-files-and-attributes):
16118         Optionally defined to support XEmacs.
16119
16120 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16121
16122         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16123         to avoid run-time CL dependencies.
16124         (gnus-agent-unfetch-articles): New function.
16125         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16126         article numbers even when local .overview file is missing.
16127         (gnus-agent-read-article-number): New function.  Only accepts
16128         27-bit article numbers.
16129         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16130         Use gnus-agent-read-article-number.
16131         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16132         from backend while recognizing that article numbers in .overview
16133         must be valid.
16134         (gnus-agent-update-files-total-fetched-for):
16135         Use directory-files-and-attributes to improve performance.
16136         * gnus-int.el (gnus-request-move-article):
16137         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16138         improve performance.
16139
16140         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16141         some users confused by references to .newsrc when they only have a
16142         .newsrc.eld file.
16143         (gnus-convert-mark-converter-prompt)
16144         (gnus-convert-converter-needs-prompt): Fix use of property list.
16145         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16146         New function.  Used internally to only display 'gnus converting
16147         files' message when actually necessary.
16148
16149         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16150         methods now autoloaded.
16151
16152 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16153
16154         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16155         identifiers.
16156
16157 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16158
16159         * gnus-picon.el: Fix indentation and closing parenthesis.
16160
16161 2004-09-01  Simon Josefsson  <jas@extundo.com>
16162
16163         * message.el (message-canlock-generate): Require sha1, not
16164         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16165         to require within a function.  Sadly, if sha1.el isn't loaded, the
16166         let binding in m-c-g will hide the defcustom definition, which is
16167         bad.)
16168
16169         * canlock.el: Require sha1, not sha1-el.
16170
16171         * message.el: Don't autoload sha1 (there is a autoload cookie in
16172         sha1.el).
16173
16174         * sha1-el.el: Rename to sha1.el.
16175
16176 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16177
16178         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16179
16180 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16181
16182         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16183
16184 2004-08-30  Kim F. Storm  <storm@cua.dk>
16185
16186         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16187
16188         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16189         Add :group 'nnimap.
16190
16191 2004-08-30  Andreas Schwab  <schwab@suse.de>
16192
16193         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16194         ?* and ?\;.
16195
16196         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16197         and ?\' to symbol instead of whitespace.
16198
16199 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16200
16201         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16202
16203         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16204         instead of re-search-forward.
16205
16206         * gnus-uu.el (gnus-uu-save-article): Ditto.
16207         (gnus-uu-post-encode-uuencode): Ditto.
16208
16209         * html2text.el (html2text-clean-list-items): Ditto.
16210         (html2text-clean-dtdd): Ditto.
16211         (html2text-format-tags): Ditto.
16212
16213         * message.el (message-send-mail-with-sendmail): Fix regexp.
16214         (message-fill-field-general): Use search-forward instead of
16215         re-search-forward.
16216         (unbold-region): Ditto.
16217
16218         * nnrss.el (nnrss-request-article): Ditto.
16219
16220         * nnslashdot.el (nnslashdot-request-article): Ditto.
16221
16222         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16223
16224         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16225         "Unrecognized menu descriptor" error in XEmacs.
16226
16227 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16228
16229         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16230         parent article of a sparse article in the thread hashtb.
16231
16232 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16233
16234         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16235         (nnmail-expand-newtext): Lowercase expanded entries if
16236         nnmail-split-lowercase-expanded is non-nil.
16237
16238 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16239
16240         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16241
16242         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16243         of gnus-tmp-news-method into string under XEmacs.  It will be
16244         passed to gnus-correct-length which takes only a string argument.
16245
16246 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16247
16248         * gnus-util.el (gnus-bind-print-variables): New macro.
16249         (gnus-prin1): Use it.
16250         (gnus-prin1-to-string): Use it.
16251         (gnus-pp): New function.
16252         (gnus-pp-to-string): New function.
16253
16254         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16255         Replace pp-to-string with gnus-pp-to-string.
16256         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16257         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16258         * gnus-msg.el (gnus-debug): Ditto.
16259         * gnus-score.el (gnus-score-save): Ditto.
16260         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16261         gnus-pp-to-string.
16262         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16263         with gnus-pp.
16264         * score-mode.el (gnus-score-pretty-print): Ditto.
16265         * webmail.el (webmail-debug): Ditto.
16266
16267 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16268
16269         * gnus-art.el (article-display-face, article-display-x-face):
16270         Use buffer-read-only.
16271
16272 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16273
16274         * gnus-art.el (article-hide-list-identifiers):
16275         Bind inhibit-read-only as t.
16276
16277 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16280
16281 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16282
16283         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16284         (gnus-narrow-to-page): Don't assume point-min == 1.
16285         (gnus-article-edit-mode): Derive from message-mode.
16286
16287         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16288         point-min == 1.
16289
16290         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16291         Disable incorrect use of `assert'.
16292
16293         * message.el (message-mode): Set comment-start-skip.
16294
16295
16296 2004-08-22  Sam Steingold  <sds@gnu.org>
16297
16298         * pop3.el (pop3-leave-mail-on-server): New user variable.
16299         (pop3-movemail): Delete mail only when it is nil.
16300
16301 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16302
16303         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16304
16305         * mml.el (mml-preview): Use `pop-to-buffer'.
16306
16307         * message.el (message-goto-mail-followup-to): Insert after "To".
16308         (message-carefully-insert-headers): Add comment.
16309
16310         * gnus.el: Remove unused variable `gnus-article-check-size'.
16311
16312         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16313
16314         * gnus-art.el (gnus-button-alist):
16315         Improve `gnus-button-handle-library' entry.
16316
16317 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16318
16319         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16320         Use downcase, since XEmacs capitalizes error messages differently.
16321
16322 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16323
16324         * nntp.el: Add (require 'gnus) due to reference to
16325         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16326
16327 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16328
16329         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16330         Bind `mm-fill-flowed'.
16331
16332         * mm-decode.el (mm-dissect-singlepart): Check it.
16333
16334 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16335
16336         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16337         'imap' for netrc parsing.
16338
16339 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16340
16341         * mailcap.el (mailcap-mime-data): Mark as risky.
16342
16343 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16346         may be included in the encoded word.
16347         (rfc2047-encode): Don't append a space if the encoded word
16348         includes close parenthesis.
16349
16350 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16353         of text within parentheses.
16354
16355 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16356
16357         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16358         (gnus-encrypt-write-file-contents): Make the password key the file
16359         name PLUS the cipher, not just the cipher.  Also remove failed
16360         passwords from the cache.
16361
16362 2004-08-06  Simon Josefsson  <jas@extundo.com>
16363
16364         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16365         Doc fix.
16366
16367 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16368
16369         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16370         LWSP.
16371
16372 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16373
16374         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16375         Try to append in-reply-to: data to the references: header.
16376
16377         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16378         (netrc-parse): Use gnus-encrypt.el functions.
16379
16380         * gnus-encrypt.el: Add new file for encryption support; currently
16381         does only a few GPG ciphers and an internal XOR cipher.
16382
16383         * password.el: Add comments on using password-read-and-add.
16384         (password-read-and-add): Add function to read and add the
16385         password to the cache at once.
16386
16387 2004-07-28  Simon Josefsson  <jas@extundo.com>
16388
16389         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16390         parameter (but don't use it, for now).
16391
16392         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16393         instead of hard coding to nil.
16394
16395 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16396
16397         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16398         as mm-inline-image-xemacs does.
16399
16400 2004-07-26  Simon Josefsson  <jas@extundo.com>
16401
16402         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16403         Revert part of 2004-07-17 change below.
16404
16405 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16406
16407         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16408         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16409
16410 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16411
16412         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16413         quotes that actually start with ">" at the beginning of the
16414         lines.
16415
16416 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16417
16418         * rfc2047.el (rfc2047-encode-region): Fix last change.
16419         (rfc2047-encode-parameter): Remove useless concat.
16420
16421 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16424         encode special characters; fix some kind of misconfigured headers;
16425         signal a real error if debug-on-quit or debug-on-error is non-nil.
16426         (rfc2047-encode-max-chars): New variable.
16427         (rfc2047-encode-1): Use it.
16428         (rfc2047-encode-parameter): New function.
16429
16430         * mml.el (mml-insert-parameter): Remove an excessive space.
16431
16432 2004-07-17  Simon Josefsson  <jas@extundo.com>
16433
16434         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16435         Kai Grossjohann <kai@emptydomain.de>.
16436         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16437         (gnus-group-make-menu-bar): Ditto.
16438
16439         * gnus-util.el (gnus-group-server): Add.
16440
16441 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16442
16443         * message.el (message-clone-locals): Clone sendmail and smtp
16444         variables.
16445
16446 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16447
16448         * rfc2047.el (rfc2047-encode-region): Fix last change.
16449
16450 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16453         characters as non-special.
16454
16455 2004-07-09  Simon Josefsson  <jas@extundo.com>
16456
16457         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16458         Users will lose all flag changes made while unplugged with
16459         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16460         good default.  See numerous reports on ding mailing list.
16461
16462 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16463
16464         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16465         add generate-head-function and generate-article-function to the
16466         rfc822-forward entry.
16467         (nndoc-rfc822-forward-generate-article): New function.
16468         (nndoc-rfc822-forward-generate-head): New function.
16469
16470         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16471
16472 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16473
16474         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16475         respect display group parameter and gnus-summary-expunge-below.
16476         (gnus-articles-to-read): Remove unused reference to display group
16477         parameter.
16478
16479 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16480
16481         * nnheader.el (nnheader-uniquify-message-id): New experimental
16482         variable.
16483         (nnheader-nov-read-message-id): Use it.
16484
16485         * spam-report.el (spam-report-gmane): Add interactive.
16486
16487 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * mm-encode.el (mm-content-transfer-encoding-defaults):
16490         Use qp-or-base64 for the application/* types.
16491
16492 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16493
16494         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16495
16496 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16497
16498         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16499         trim value.
16500
16501 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16502
16503         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16504         New macro and function.
16505         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16506
16507 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16508
16509         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16510         after-load-alist.
16511
16512 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16513
16514         * gnus-group.el (gnus-group-get-new-news-this-group):
16515         Don't update info that isn't there.
16516
16517 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16518
16519         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16520         entry.
16521
16522 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16523
16524         * mm-view.el (mm-inline-render-with-function): Use multibyte
16525         buffer; decode html source by charset.
16526
16527         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16528
16529         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16530         Mule-UCS is loaded under XEmacs.
16531         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16532
16533 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16534
16535         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16536
16537 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16538
16539         * mm-util.el (mm-coding-system-p): Return a coding-system.
16540         (mm-mime-mule-charset-alist): Use shift_jis instead of
16541         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16542         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16543         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16544         instead of japanese-shift-jis and iso-latin-1 respectively in
16545         order to share the default value with both Emacs and XEmacs-mule.
16546         (mm-mule-charset-to-mime-charset):
16547         Make mm-coding-system-priorities effective.
16548         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16549         while predicating of candidates upon the priorities.
16550
16551 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16552
16553         * gnus-sum.el (gnus-summary-make-menu-bar):
16554         Add gnus-uu-invert-processable.
16555
16556         * gnus.el: Autoload gnus-uu-invert-processable.
16557
16558 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16559
16560         * mm-util.el (mm-with-multibyte-buffer): New macro.
16561
16562         * rfc2047.el (rfc2047-encode-string): Use it.
16563         (rfc2047-encode-region): Move point to the end of the region after
16564         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16565
16566 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16567
16568         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16569         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16570
16571 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16572
16573         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16574         (gnus-cite-parse): Ignore quoted envelope From_.
16575         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16576
16577 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16578
16579         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16580         invalid addresses.
16581
16582 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16583
16584         * spam.el: Change section markers, revise TODO list.
16585         (spam-backends): Make new master list of all installed backends.
16586         (spam-summary-exit-behavior): Add new variable to determine how
16587         messages moves are done at summary exit.
16588         (spam-move-spam-nonspam-groups-only)
16589         (spam-process-ham-in-nonham-groups)
16590         (spam-process-ham-in-spam-groups): Remove variables, the
16591         spam-summary-exit-behavior variable should be used to manage this
16592         behavior.
16593         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16594         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16595         and spam-old-spam-articles.
16596         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16597         Add empty variables, placeholders for the backends they represent.
16598         (spam-set-difference): Move, unchanged.
16599         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16600         unless the user has a processor variable.
16601         (spam-classifications, spam-classification-valid-p)
16602         (spam-backend-properties, spam-backend-property-valid-p)
16603         (spam-backend-function-type-valid-p)
16604         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16605         (spam-report-articles-gmane, spam-report-articles-resend):
16606         Remove functions, they are not needed.
16607         (spam-install-backend-super, spam-backend-list)
16608         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16609         (spam-backend-function, spam-backend-ham-registration-function)
16610         (spam-backend-spam-registration-function)
16611         (spam-backend-ham-unregistration-function)
16612         (spam-backend-spam-unregistration-function)
16613         (spam-backend-statistical-p, spam-backend-mover-p)
16614         (spam-install-backend-alias, spam-install-checkonly-backend)
16615         (spam-install-mover-backend, spam-install-nocheck-backend)
16616         (spam-install-backend, spam-install-statistical-backend)
16617         (spam-install-statistical-checkonly-backend): Add backend installation
16618         support.
16619         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16620         (spam-group-processor-p): Use the new backend code and respect the
16621         summary exit behavior.
16622         (spam-mark-spam-as-expired-and-move-routine): Remove.
16623         (spam-summary-prepare): Change to use the new spam-old-articles
16624         variable.
16625         (spam-copy-or-move-routine, spam-copy-spam-routine)
16626         (spam-move-spam-routine, spam-copy-ham-routine)
16627         (spam-move-ham-routine): Add code to copy/move ham or spam.
16628         (spam-fetch-field-fast): Improve doc and code, plus allow the
16629         'number request.
16630         (spam-list-of-checks, spam-list-of-statistical-checks):
16631         Remove variables.
16632         (spam-split, spam-find-spam): Use the new backend code.
16633         (spam-registration-functions): Remove variable.
16634         (spam-unregister-routine): Add convenience wrapper.
16635         (spam-log-undo-registration, spam-register-routine)
16636         (spam-log-processing-to-registry)
16637         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16638         where possible.
16639         (spam-check-gmane-xref, spam-check-regex-headers)
16640         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16641         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16642         (spam-check-bogofilter-headers, spam-check-spamoracle)
16643         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16644         (spam-check-crm114-headers): Use the spam-split-group that
16645         spam-split prepares, no need to determine it every time.
16646
16647         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16648         to the nnheader-parse-naked-head call.
16649
16650         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16651
16652         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16653         the nnheader-nov-read-message-id call.
16654
16655 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16658         gnus-activate-group twice.  Suggested by Markus Peter
16659         <warp@spin.de>.
16660
16661 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * gnus-art.el (gnus-article-time-format): Exchange the order of
16664         day and month in the default value; fix customization type.
16665         (article-date-ut): Use add-text-properties.
16666         (article-make-date-line): Use message-make-date instead of
16667         current-time-string.
16668
16669         * message.el (message-fetch-field): Don't use set-text-properties.
16670         (message-make-date): Simplify.
16671
16672         * messagexmas.el (message-xmas-make-date): New function.
16673         (message-xmas-redefine): Defalias message-make-date to it.
16674
16675 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16676
16677         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16678         (rfc2047-encode-region): Treat text within parentheses as special;
16679         show the original text when error has occurred.
16680
16681         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16682         already-computed method to gnus-activate-group.
16683
16684         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16685         same select-methods identical Lisp objects.
16686
16687         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16688         object when modifying the info.
16689
16690 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16693         gnus-opened-servers since it has never been opened with the new
16694         configuration yet.
16695
16696 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16697
16698         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16699         arg to nnheader-generate-fake-message-id.
16700
16701 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16702
16703         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16704         number and build a fake message ID localized to a group and
16705         article number (so it's repeatable from that point on).
16706         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16707         ID format.
16708
16709         * gnus-sum.el (gnus-get-newsgroup-headers):
16710         Call nnheader-generate-fake-message-id with the article number.
16711
16712 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16713
16714         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16715         end-of-buffer.
16716
16717 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16718
16719         * message.el (message-ignored-supersedes-headers): Add Approved.
16720
16721 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16724         goto-char.
16725         (rfc2047-encode): Fold the line before encoding.
16726
16727 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16728
16729         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16730         folding -- not all headers can be folded, and this should be done
16731         by the message composition mode.  Probably.  I think.
16732
16733 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16734
16735         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16736         fast.
16737
16738         * gnus-ems.el (gnus-remove-image): Don't use
16739         message-text-with-property; remove only the image found first.
16740
16741         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16742         found first.
16743
16744 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16745
16746         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16747
16748 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16749
16750         * message.el (message-text-with-property): Make it fast and accept
16751         optional arguments.
16752         (message-strip-forbidden-properties): Use it.
16753         (message-fix-before-sending): Follow the m-t-w-p change.
16754
16755         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16756
16757 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16758
16759         * gnus-art.el (article-hide-headers): Don't change the buffer
16760         mistakenly when performing mml-preview even if
16761         gnus-single-article-buffer is nil.
16762
16763 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16764
16765         * message.el (message-expand-name-databases): New user option.
16766         (message-expand-name): Use it.
16767
16768 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16769
16770         * spam.el (spam-report-articles-resend)
16771         (spam-report-resend-register-routine): Allow ham reporting.
16772         (spam-report-resend-register-ham-routine): Add wrapper.
16773         (spam-registration-functions): Add ham resending functions.
16774         (spam-list-of-processors): Add ham resend processor.
16775
16776         * gnus.el (ham-resend-to): Add new group parameter.
16777         (spam-process): Add ham resend option.
16778
16779         * spam-report.el (spam-report-resend): Allow reporting ham.
16780         (spam-report-resend-ham): Add wrapper.
16781
16782 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16783
16784         * message.el (message-cite-articles-with-x-no-archive):
16785         New variable.
16786         (message-cite-original): Use it.
16787
16788 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16789
16790         * message.el (message-cite-original): Respect X-No-Archive.
16791
16792 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16793
16794         * gnus-art.el (article-hide-headers): Refer to the values for
16795         gnus-ignored-headers and gnus-visible-headers in the summary
16796         buffer since a user may have set them as group parameters.
16797
16798 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16799
16800         * assistant.el (assistant-node-name): Add convenience function.
16801         (assistant-render-text, assistant-render-node): Add error handling,
16802         plus handle multiple next nodes.
16803         (assistant-find-next-node): Comment out for now.
16804         (assistant-find-next-nodes): Add function, returns list of next
16805         nodes.
16806
16807 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16808
16809         * mail-source.el (mail-source-directory): Fix doc-string.
16810
16811 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16812
16813         * assistant.el (assistant-render-text, assistant-eval): Add :set
16814         widget type, which is different because it takes and returns a
16815         list.  Much hilarity ensues.
16816
16817 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16818
16819         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16820
16821         * gnus-group.el (gnus-group-get-new-news-this-group):
16822         Add doc-string.
16823
16824         * gnus-start.el (gnus-activate-group): Add doc-string.
16825
16826 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16827
16828         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16829
16830 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16831
16832         * assistant.el (assistant-render-text): Try to add a :set
16833         widget, more to come.
16834
16835         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16836         strings.
16837         (spam-report-articles-resend)
16838         (spam-register-routine): Do registration iff any articles warrant
16839         it.
16840         (spam-summary-prepare-exit): Change log message for nil group
16841         destinations.
16842
16843 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16844
16845         * spam.el (spam-report-resend-register-routine):
16846         Allow spam-report-resend-to to be a group parameter or a global value.
16847
16848 2004-05-26  Simon Josefsson  <jas@extundo.com>
16849
16850         * starttls.el: Merge with my GNUTLS based starttls.el.
16851         (starttls-gnutls-program, starttls-use-gnutls)
16852         (starttls-extra-arguments, starttls-process-connection-type)
16853         (starttls-connect, starttls-failure, starttls-success):
16854         New variables.
16855         (starttls-program, starttls-extra-args): Doc fix.
16856         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16857         New functions.
16858         (starttls-negotiate, starttls-open-stream):
16859         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16860         function if it is set.
16861
16862 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16865         structured fields.
16866
16867 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16870
16871 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16872
16873         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16874         Add variable.
16875         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16876         assigning the spam-mark to new messages.
16877
16878 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16879
16880         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16881
16882 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16885
16886         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16887         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16888         default.
16889
16890 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16891
16892         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16893         correct data.
16894
16895 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16896
16897         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16898         (spam-group-processor-p): Fix function.
16899         (spam-group-processor-multiple-p)
16900         (spam-group-spam-processor-report-gmane-p)
16901         (spam-group-spam-processor-report-resend-p)
16902         (spam-group-spam-processor-bogofilter-p)
16903         (spam-group-spam-processor-blacklist-p)
16904         (spam-group-spam-processor-ifile-p)
16905         (spam-group-ham-processor-ifile-p)
16906         (spam-group-spam-processor-spamoracle-p)
16907         (spam-group-spam-processor-crm114-p)
16908         (spam-group-ham-processor-bogofilter-p)
16909         (spam-group-spam-processor-stat-p)
16910         (spam-group-ham-processor-stat-p)
16911         (spam-group-ham-processor-whitelist-p)
16912         (spam-group-ham-processor-BBDB-p)
16913         (spam-group-ham-processor-spamoracle-p)
16914         (spam-group-ham-processor-copy-p): Remove functions with some
16915         prejudice against unneeded code.
16916         (spam-report-articles-resend)
16917         (spam-report-resend-register-routine): Allow the group/topic
16918         spam-resend-to value to override spam-report-resend-to.
16919         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16920         properly now.
16921
16922         * gnus.el (spam-resend-to): Add group/topic parameter.
16923         (spam-process): Move the OBSOLETE processors to the end of the
16924         choices.
16925
16926 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16927
16928         * spam-report.el (spam-report-resend-to, spam-report-resend):
16929         Start with resend-to set to nil, and then ask the user if necessary.
16930         (spam-report-resend): spam-report-resend takes a list of articles, not
16931         separate article numbers.
16932
16933 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16934
16935         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16936         addition to emacs-w3m.
16937
16938 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16939
16940         * assistant.el (assistant-authinfo-data): New function.
16941         (assistant-eval): Eval for entire assistant.
16942
16943         * netrc.el (netrc-services-file): New variable.
16944         (netrc-parse-services): New function.
16945         (netrc-find-service-name): New function.
16946         (netrc-find-service-number): New function.
16947         (netrc-port-equal): New function.
16948         (netrc-machine): Use it.
16949
16950         * nnimap.el (nnimap-open-connection): Use netrc.
16951
16952         * gnus-util.el (gnus-netrc-get): Remove aliases.
16953
16954         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16955
16956         * assistant.el (wid-edit): Fix compilation.
16957
16958         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16959
16960 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16961
16962         * gnus-util.el (gnus-set-file-modes): New function.  (small
16963         patch).
16964
16965 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16966
16967         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16968
16969         * assistant.el (assistant-render-node): Fix up rendering and
16970         read-only text.
16971         (assistant-render-node): Reset.
16972         (assistant-make-read-only): Not sticky.
16973
16974 2004-05-20  Danny Siu  <dsiu@adobe.com>
16975
16976         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16977         centered even when gnus-auto-center-summary is t.
16978
16979 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16980
16981         * dns.el (dns-get-txt-answer): New function.
16982         (dns-read-txt): Ditto.
16983         (query-dns): Use it.
16984
16985 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16986
16987         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16988         active for foreign groups even if the group level is higher than
16989         the specified value.
16990
16991 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16992
16993         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16994         non-active groups.
16995
16996         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16997
16998 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16999
17000         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17001
17002 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17003
17004         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17005         (spam-crm114-header, spam-crm114-spam-switch)
17006         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17007         (spam-crm114-positive-spam-header)
17008         (spam-crm114-database-directory, spam-list-of-processors)
17009         (spam-group-spam-processor-crm114-p)
17010         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17011         (spam-generic-score, spam-list-of-checks)
17012         (spam-list-of-statistical-checks, spam-registration-functions)
17013         (spam-check-crm114-headers, spam-crm114-score)
17014         (spam-check-crm114, spam-crm114-register-with-crm114)
17015         (spam-crm114-register-spam-routine)
17016         (spam-crm114-unregister-spam-routine)
17017         (spam-crm114-register-ham-routine)
17018         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17019         From asjo@koldfront.dk (Adam Sjøgren).
17020
17021         * gnus.el: Add spam-use-crm114.
17022
17023         * spam.el (spam-list-of-processors, spam-registration-functions):
17024         Add spam-use-resend.
17025         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17026         (spam-report-articles-gmane): Add doc fix.
17027         (spam-report-articles-resend, spam-report-resend-register-routine):
17028         Add wrappers around spam-report-resend-to.
17029
17030         * spam-report.el (spam-report-resend-to, spam-report-resend):
17031         Add support for resending spam.
17032         (spam-report-gmane): Fix line length >80.
17033
17034         * gnus.el (spam-process): Add spam-use-resend.
17035
17036 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17037
17038         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17039         number of processed spam messages.
17040         (spam-ham-copy-or-move-routine): Return the number of processed
17041         ham messages.
17042         (spam-summary-prepare-exit): Use the above values to decide
17043         whether status messages shouled be displayed.
17044
17045 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17046
17047         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17048         `rfc2047-encoding-function-alist' in order to avoid conflicting
17049         with the old version.
17050         (rfc2047-encode-region): Concatenate words containing non-ASCII
17051         characters in structured fields; don't encode space-delimited
17052         ASCII words even in unstructured fields; don't break words at
17053         char-category boundaries.
17054         (rfc2047-encode-1): New function.
17055         (rfc2047-encode): Use it; encode text so that it occupies the
17056         maximum width within 76-column; work correctly on Q encoding for
17057         iso-2022-* charsets.
17058         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17059         sure not to break a line just after the header name.
17060         (rfc2047-b-encode-region): Remove.
17061         (rfc2047-b-encode-string): New function.
17062         (rfc2047-q-encode-region): Remove.
17063         (rfc2047-q-encode-string): New function.
17064
17065         * mm-util.el (mm-replace-in-string): New function.
17066
17067 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17068
17069         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17070         Really get it right.
17071         (gnus-inews-make-draft): Really.
17072
17073 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17074
17075         * nnmh.el (nnmh-request-list-1): Don't check the link count
17076         before descending.  (small patch)
17077
17078 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17079
17080         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17081         stuff.
17082
17083         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17084         Match on real group name.
17085
17086         * gnus-art.el (gnus-signature-limit): Doc fix.
17087
17088         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17089
17090         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17091
17092 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17093
17094         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17095         isn't a string.
17096
17097 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17098
17099         * gnus-draft.el (gnus-draft-send):
17100         Bind rfc2047-encode-encoded-words.
17101
17102         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17103         (rfc2047-encodable-p): Say that =? needs encoding.
17104         (rfc2047-encode-encoded-words): New variable.
17105
17106         * gnus-group.el (gnus-group-select-group): Doc fix.
17107
17108         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17109
17110         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17111         to nil.
17112
17113         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17114
17115         * nnheader.el (nnheader-get-lines-and-char): New function.
17116
17117 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17118
17119         * gnus-msg.el (gnus-summary-followup-with-original):
17120         Document yanking of region when active.
17121
17122 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17123
17124         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17125         groups if the group level is higher than the specified value.
17126
17127 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17128
17129         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17130         (gnus-group-jump-to-group): Add prefix argument using
17131         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17132         non-active group.
17133
17134         * compface.el (uncompface): Be verbose when changing
17135         `uncompface-use-external'.
17136
17137         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17138         handle manual section.
17139
17140 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17141
17142         * gnus-art.el (gnus-button-alist): Revert previous change.
17143
17144 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17145
17146         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17147
17148 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17149
17150         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17151         whether backend can accept message.
17152
17153         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17154
17155 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17156
17157         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17158         Avoid creating directory when nntp-marks-is-evil is true.
17159         Reported by Reiner Steib.
17160
17161 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17162
17163         * gnus-picon.el (gnus-picon-style): New variable.
17164         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17165         (gnus-picon-transform-address): Support `gnus-picon-style'.
17166         From Jesper Harder <harder@ifa.au.dk>.
17167
17168 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17169
17170         * message.el (message-fill-field): Return point.
17171         (message-generate-headers): Go to end of field.
17172
17173         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17174         stuff for non-living groups.
17175
17176 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17177
17178         * gnus-art.el (gnus-article-followup-with-original)
17179         (gnus-article-reply-with-original): gnus-mark-active-p ->
17180         gnus-region-active-p.
17181
17182 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17183
17184         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17185         only when there is spam or ham to be processed.
17186
17187 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17188
17189         * mail-source.el (mail-source-delete-crash-box): Refactor.
17190         (mail-source-fetch): Use it.
17191         (mail-source-fetch-file): Ditto.
17192         (mail-source-fetch-directory): Run postscript in loop.
17193         (mail-source-fetch-pop): Delete.
17194         (mail-source-fetch-maildir): Ditto.
17195         (mail-source-fetch-imap): Ditto.
17196
17197         * imap.el (imap-authenticators): Comment out sasl.
17198
17199         * message.el (message-skip-to-next-address): New function.
17200         (message-fill-header-address): Refactor.
17201         (message-fill-address): Use it.
17202         (message-delete-address): Use it.
17203         (message-fill-header-general): Refactor.
17204         (message-fill-field-address): Rename.
17205         (message-narrow-to-field): Find the start of the header.
17206         (message-header-format-alist): Don't pre-fill.
17207         (message-fill-header): Remove.
17208         (message-insert-header): New function.
17209         (message-shorten-references): Use it.
17210
17211         * rfc2047.el (rfc2047-field-value): Strip props.
17212
17213         * mail-parse.el (mail-header-make-address): New alias.
17214
17215         * ietf-drums.el (ietf-drums-make-address): New function.
17216
17217         * imap.el: Add compiler directives.
17218
17219         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17220
17221         * gnus-art.el (article-decode-idna-rhs): Don't use
17222         message-idna-inside-rhs-p.
17223
17224 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17225
17226         * message.el (message-idna-inside-rhs-p): Remove.
17227         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17228
17229         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17230         false positives.
17231
17232 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17233
17234         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17235
17236 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17237
17238         * nneething.el (nneething-file-name): Don't create spurious
17239         files.
17240
17241         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17242         (gnus-inews-do-gcc): Remove sleep.
17243
17244         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17245         part under point.
17246
17247         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17248         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17249
17250 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17251
17252         * spam.el (spam-summary-prepare-exit): Fix (length).
17253
17254 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17255
17256         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17257         as expired without moving it" message when there are spam
17258         messages left.
17259
17260 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17261
17262         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17263         header is not nil.
17264
17265 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17266
17267         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17268         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17269         (nntp-marks-changed-p): New arg SERVER.
17270         (nntp-request-update-info): Adjust caller.
17271
17272 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17273
17274         * nntp.el (nntp-save-marks): Pass missing arg.
17275
17276 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17277
17278         * nntp.el: Support marks.
17279         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17280         (nntp-marks-modtime, nntp-marks-directory): New variables.
17281         (nntp-request-set-mark, nntp-request-update-info)
17282         (nntp-possibly-create-directory, nntp-marks-changed-p)
17283         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17284         New functions.
17285
17286 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17287
17288         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17289         (gnus-xmas-redefine): Rename.
17290
17291         * gnus-score.el (gnus-score-insert-help):
17292         Use gnus-select-lowest-window.
17293
17294         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17295         appt-select-lowest-window and rename to gnus-select-lowest-window.
17296
17297         * gnus.el: do.
17298
17299 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17300
17301         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17302         encodings of MIME-encoded words, in order to improve
17303         interoperability with several broken MUAs.
17304
17305 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17306
17307         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17308         tags, only when charsets are not specified in headers.
17309         (mm-inline-text-html-render-with-w3m): Ditto.
17310
17311         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17312         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17313
17314 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17315
17316         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17317         instead of MIME-decoded from fields when checking
17318         `gnus-article-address-banner-alist'.
17319
17320 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17321
17322         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17323         description rather than subject.
17324
17325 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17326
17327         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17328
17329 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17330
17331         * gnus.el (gnus-version-number): Bump.
17332
17333 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17334
17335         * gnus.el: No Gnus v0.2 is released.
17336
17337 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17338
17339         * gnus-agent.el (gnus-agent-read-agentview):
17340         Inline gnus-uncompress-range.
17341
17342 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17343
17344         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17345         `exec-installed-p'.
17346
17347 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17348
17349         * gnus.el (spam-process, spam-autodetect-methods):
17350         Add bsfilter and bsfilter-headers.
17351
17352         * spam.el (spam-bsfilter): New customize group.
17353         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17354         (spam-bsfilter-header, spam-bsfilter-probability-header)
17355         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17356         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17357         (spam-bsfilter-database-directory): New options.
17358         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17359         (spam-list-of-statistical-checks, spam-registration-functions):
17360         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17361         (spam-bsfilter-score): New command.
17362         (spam-check-bsfilter-headers, spam-check-bsfilter)
17363         (spam-bsfilter-register-with-bsfilter)
17364         (spam-bsfilter-register-spam-routine)
17365         (spam-bsfilter-unregister-spam-routine)
17366         (spam-bsfilter-register-ham-routine)
17367         (spam-bsfilter-unregister-ham-routine): New functions.
17368         (spam-generic-score): Support bsfilter; Accept an optional argument
17369         to recalcurate spam score even if scoring header has already been
17370         added.
17371         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17372         optional argument to recalcurate spam score even if scoring header
17373         has already been added.
17374
17375 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17376
17377         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17378         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17379         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17380         link is missing.
17381
17382 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17383
17384         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17385         (html2text-get-attr): Rewrite.
17386
17387         * message.el (message-setup-1): Remove redundant put-text-property
17388         on mail-header-separator.
17389
17390 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17391
17392         * gnus-registry.el (gnus-registry-cache-whitespace)
17393         (gnus-registry-action, gnus-registry-spool-action)
17394         (gnus-registry-split-fancy-with-parent): Change message levels
17395         from 5 to 3 or 7, as needed.
17396
17397         * spam.el (spam-summary-prepare-exit)
17398         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17399         (spam-split, spam-find-spam, spam-log-undo-registration)
17400         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17401         level from 5 to 6.
17402
17403 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17404
17405         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17406         2004-03-04 change).
17407
17408 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17409
17410         * sieve-manage.el (sieve-manage-open):
17411         * nnweb.el (nnweb-insert-html):
17412         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17413         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17414         * nnspool.el (nnspool-request-group):
17415         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17416         * nnml.el (nnml-request-update-info):
17417         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17418         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17419         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17420         (nnimap-request-set-mark):
17421         * nnfolder.el (nnfolder-request-update-info):
17422         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17423         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17424         * gnus-uu.el (gnus-uu-find-articles-matching):
17425         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17426         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17427         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17428         * gnus-nocem.el (gnus-nocem-scan-groups):
17429         * gnus-int.el (gnus-start-news-server):
17430         * gnus-group.el (gnus-group-make-kiboze-group)
17431         (gnus-group-browse-foreign-server):
17432         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17433         Use mapc when appropriate.
17434
17435 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17436
17437         FIXME: Make separate entries for each person.
17438
17439         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17440         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17441         <shields@msrl.com>:
17442
17443         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17444         may need for spam sorting and scoring.
17445         (spam-user-format-function-S): Add user format function suitable for
17446         general use.
17447         (spam-article-sort-by-spam-status): Add sorting function for summary
17448         sorting.
17449         (spam-extra-header-to-number): Add function to get a score from a
17450         header.
17451         (spam-summary-score): Add function to get a numeric score from the
17452         headers.
17453         (spam-generic-score): Fix function doc, was in wrong place.
17454         (spam-initialize): Take symbols when it's run, and install the
17455         extra headers that spam-necessary-extra-headers thinks we need.
17456
17457 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17458
17459         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17460         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17461
17462 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17463
17464         * gnus-sum.el (gnus-set-global-variables)
17465         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17466         (gnus-article-get-xrefs, gnus-summary-best-group)
17467         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17468         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17469         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17470         Use with-current-buffer.
17471
17472 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17473
17474         * spam.el (spam-summary-prepare-exit): Simplify logic.
17475         (spam-fetch-article-header): Read the article header if it's not
17476         available.
17477         (spam-list-articles): Simplify logic.
17478         (spam-filelist-register-routine): Fix bug with unregister-list.
17479
17480         * gnus-registry.el: Fix comments at beginning.
17481
17482 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17483
17484         * message.el (message-cater-to-broken-inn): Remove.
17485         (message-shorten-references): Make sure the total folded length of
17486         References is shorter than 998 characters to cater to a bug in INN
17487         2.3.  Also, don't pretend that references aren't folded -- this
17488         hasn't worked for a while.
17489
17490 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17491
17492         * gnus-agent.el (gnus-agentize):
17493         gnus-agent-send-mail-real-function no longer set to current value
17494         of message-send-mail-function but rather a lambda that calls
17495         message-send-mail-function.  The change makes the agent real-time
17496         responsive to user changes to message-send-mail-function.
17497
17498 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17499
17500         * legacy-gnus-agent.el
17501         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17502         help from Florian Weimer <fw@deneb.enyo.de>
17503
17504 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17505
17506         * nnmail.el (nnmail-cache-insert): Revert last change.
17507
17508 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * nnmail.el (nnmail-cache-insert): Always check whether
17511         nnmail-cache-ignore-groups matches a group name.
17512
17513 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17514
17515         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17516         (spam-find-spam, spam-log-processing-to-registry)
17517         (spam-log-registered-p, spam-log-unregistration-needed-p)
17518         (spam-log-undo-registration): Use gnus-message instead of
17519         gnus-error, none of these errors are fatal.
17520
17521         * gnus-registry.el (gnus-registry-clean-empty-function)
17522         (gnus-registry-clean-empty): Remove only empty entries without
17523         extra data.
17524
17525 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17526
17527         * spam-stat.el (spam-stat-buffer-change-to-spam)
17528         (spam-stat-buffer-change-to-non-spam): Change (error) to
17529         (gnus-message 8) invocation.
17530
17531 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * nntp.el (nntp-via-netcat-command): New variable.
17534         (nntp-via-netcat-switches): New variable.
17535         (nntp-open-via-rlogin-and-netcat): New function.
17536         (nntp-open-connection-function): Doc fix.
17537         (nntp-telnet-command): Doc fix.
17538         (nntp-end-of-line): Doc fix.
17539         (nntp-via-rlogin-command): Doc fix.
17540         (nntp-via-user-name): Doc fix.
17541         (nntp-via-address): Doc fix.
17542
17543 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17546         error in Emacs 21.1.
17547
17548 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17549
17550         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17551
17552 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17553
17554         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17555         (gnus-agent-with-refreshed-group): New macro.
17556         (gnus-agent-rename-group): New function.
17557         (gnus-agent-delete-group): New function.
17558         (gnus-agent-save-group-info): Use gnus-command-method when
17559         `method' parameter is nil.  Don't write nil entries into the
17560         active file.
17561         (gnus-agent-get-group-info): New function.
17562         (gnus-agent-fetch-articles):
17563         Use gnus-agent-update-files-total-fetched-for to increment disk space
17564         used.
17565         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17566         Use gnus-agent-update-view-total-fetched-for to increment disk space
17567         used.
17568         (gnus-agent-get-local): Add optional parameters to avoid calling
17569         gnus-group-real-name and gnus-find-method-for-group.
17570         (gnus-agent-set-local): Delete stored entry if either min, or max,
17571         are nil.
17572         (gnus-agent-fetch-session): Reworded error/quit messages.
17573         On quit, use gnus-agent-regenerate-group to record existance of any
17574         articles fetched to disk before the quit occurred.
17575         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17576         gnus-agent-update-view-total-fetched-for, and
17577         gnus-agent-update-files-total-fetched-for to decrement disk space
17578         used.
17579         (gnus-agent-retrieve-headers):
17580         Use gnus-agent-update-view-total-fetched-for to increment disk space
17581         used.
17582         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17583         with gnus-agent-update-files-total-fetched-for to decrement disk
17584         space and fresh group buffer.
17585         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17586         (gnus-agent-need-update-total-fetched-for): New variable.
17587         (gnus-agent-update-files-total-fetched-for): New function.
17588         (gnus-agent-update-view-total-fetched-for): New function.
17589         (gnus-agent-total-fetched-for): New function.
17590
17591         * gnus-cache.el (gnus-cache-save-buffers):
17592         Use gnus-cache-update-overview-total-fetched-for to change disk space
17593         used by this group.
17594         (gnus-cache-possibly-enter-article):
17595         Use gnus-cache-update-file-total-fetched-for to increment disk space
17596         used by this group.
17597         (gnus-cache-possibly-remove-article):
17598         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17599         used by this group.
17600         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17601         (gnus-cache-rename-group): New function.
17602         (gnus-cache-delete-group): New function.
17603         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17604         (gnus-cache-need-update-total-fetched-for): New variable.
17605         (gnus-cache-with-refreshed-group): New macro.
17606         (gnus-cache-update-file-total-fetched-for): New function.
17607         (gnus-cache-update-overview-total-fetched-for): New function.
17608         (gnus-cache-rename-group-total-fetched-for): New function.
17609         (gnus-cache-delete-group-total-fetched-for): New function.
17610         (gnus-cache-total-fetched-for): New function.
17611
17612         * gnus-group.el: Require gnus-sum and autoload functions to
17613         resolve warnings when gnus-group.el compiled alone.
17614         (gnus-group-line-format): Documented new %F.
17615         (size of Fetched data) group line format; identifies disk space
17616         used by agent and cache.
17617         (gnus-group-line-format-alist): Defined new F format.
17618         (gnus-total-fetched-for): New function.
17619         (gnus-group-delete-group): No longer update
17620         gnus-cache-active-altered as gnus-request-delete-group now keeps
17621         the cache in sync.
17622         (gnus-group-list-active): Let the agent store a server's active
17623         list if currently plugged.
17624
17625         * gnus-int.el (gnus-request-delete-group):
17626         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17627         local disk in sync with the server.
17628         (gnus-request-rename-group):
17629         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17630         local disk in sync with the server.
17631
17632         * gnus-start.el (gnus-get-unread-articles):
17633         Cosmetic simplification to logic.
17634
17635         * gnus-util.el (gnus-rename-file): New function.
17636
17637 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17638
17639         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17640
17641 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17642
17643         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17644         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17645
17646 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17647
17648         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17649         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17650
17651 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17652
17653         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17654
17655 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17656
17657         * spam.el (spam-set-difference): Add function to replace
17658         gnus-set-difference in spam.el.
17659         (spam-summary-prepare-exit): Use spam-set-difference.
17660
17661 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17662
17663         * gnus-registry.el (gnus-registry-cache-file): Update to use
17664         gnus-dribble-directory OR gnus-home-directory OR ~.
17665         (gnus-registry-split-fancy-with-parent): Fix doc.
17666
17667 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17668
17669         * message.el (message-exchange-point-and-mark):
17670         Use message-mark-active-p.  Suggested by Jesper Harder
17671         <harder@ifa.au.dk>.
17672
17673 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17674
17675         * message.el (message-exchange-point-and-mark): Don't activate
17676         region if it was inactive.  Suggested by Hiroshi Fujishima
17677         <pooh@nature.tsukuba.ac.jp>.
17678
17679 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17680
17681         * gnus-art.el (article-display-face): Display Faces in the same
17682         order as X-Faces.
17683
17684 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17685
17686         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17687
17688 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17689
17690         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17691         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17692         (gnus-article-mime-hierarchy): Remove.
17693         (gnus-article-mime-hierarchy-next): Remove.
17694         (gnus-article-mode): Revert 2004-03-19 change.
17695         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17696         (gnus-insert-mime-button): Revert 2004-03-19 change.
17697         (gnus-mime-accumulate-hierarchy): Remove.
17698         (gnus-mime-enter-multipart): Remove.
17699         (gnus-mime-leave-multipart): Remove.
17700         (gnus-mime-display-part): Revert 2004-03-19 change.
17701         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17702
17703         * mml.el (mml-preview): Revert 2004-03-19 change.
17704
17705 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17706
17707         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17708
17709 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17710
17711         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17712         t while entering a file name using the mm-with-multibyte macro.
17713         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17714
17715         * mm-util.el (mm-with-multibyte): New macro.
17716
17717 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17718
17719         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17720         New user option.
17721         (gnus-mime-multipart-functions): Doc and customization fix.
17722         (gnus-article-mime-hierarchy): New variable.
17723         (gnus-article-mime-hierarchy-next): New variable.
17724         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17725         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17726         gnus-article-mime-hierarchy-next to nil.
17727         (gnus-insert-mime-button): Show hierarchy numbers.
17728         (gnus-mime-accumulate-hierarchy): New function.
17729         (gnus-mime-enter-multipart): New function.
17730         (gnus-mime-leave-multipart): New function.
17731         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17732         (gnus-mime-display-alternative): Show hierarchy numbers.
17733
17734         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17735         gnus-article-mime-hierarchy-next to nil.
17736
17737 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17738
17739         * dns.el: Don't require gnus-xmas.
17740
17741 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17742
17743         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17744         inline PGP.
17745         (mml-menu): Disable mml-quote-region if mark is inactive.
17746
17747 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17748
17749         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17750         when the group's active is not available.
17751
17752 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17753
17754         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17755         error.
17756
17757 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17758
17759         * imap.el (imap-store-password): New variable.
17760         (imap-interactive-login): Use it.
17761         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17762
17763 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17766         window-start and hscroll to summary window.
17767
17768 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17769
17770         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17771         conversion message to newsrc-dribble when an actual conversion is
17772         performed.
17773
17774 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17775
17776         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17777
17778 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17779
17780         * mm-decode.el (mm-complicated-handles): New function reviving
17781         former definition of mm-multiple-handles.
17782
17783         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17784         (gnus-mime-delete-part): Use it.
17785
17786 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17787
17788         * gnus-agent.el (gnus-agent-read-local):
17789         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17790         avoid the implicit assumption that they will always be equal.
17791         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17792         coding-system-for-write, as the with-temp-file macro first prints
17793         to a buffer then saves the buffer.
17794
17795 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17796
17797         * gnus-art.el (gnus-article-edit-part): New function.
17798         (gnus-mime-save-part-and-strip): Use it; do query instead of
17799         signaling an error; don't use mm-multiple-handles.
17800         (gnus-mime-delete-part): Ditto.
17801
17802 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17803
17804         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17805         old file versions.
17806         (gnus-group-prepare-hook): Remove function that converted list
17807         form of gnus-agent-expire-days to group properties.
17808
17809         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17810         (gnus-request-accept-article): Re-indented.
17811
17812         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17813         converters to handle old agent file formats.  Add logic for a
17814         "backup before upgrading warning".
17815         (gnus-convert-mark-converter-prompt): Developers can mark
17816         functions as needing (default), or not needing,
17817         gnus-convert-old-newsrc's "backup before upgrading warning".
17818         (gnus-convert-converter-needs-prompt): Tests whether the user
17819         should be protected from potentially irreversable changes by the
17820         function.
17821
17822         * legacy-gnus-agent.el: New.  Provides converters that are only
17823         loaded when gnus-convert-old-newsrc needs to call them.
17824
17825 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17826
17827         * mail-source.el (mail-source-touch-pop): Doc fix.
17828
17829         * message.el (message-smtpmail-send-it): Doc fix.
17830
17831 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17832
17833         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17834
17835         * nnmail.el (nnmail-split-fancy): do.
17836
17837         * gnus-kill.el (gnus-kill, gnus-execute): do.
17838
17839 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17840
17841         * gnus-sum.el (gnus-widget-reversible-match)
17842         (gnus-widget-reversible-to-internal)
17843         (gnus-widget-reversible-to-external): New functions.
17844         (gnus-widget-reversible): New widget.
17845         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17846
17847 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17848
17849         * gnus-sum.el (gnus-thread-sort-functions)
17850         (gnus-article-sort-functions): Document `(not F)' items.
17851
17852 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17853
17854         * spam.el (spam-use-gmane-xref): Add new backend.
17855         (spam-gmane-xref-spam-group): Add variable to control the name of the
17856         Gmane spam group.
17857         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17858         (spam-regex-headers-spam, spam-regex-headers-ham)
17859         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17860         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17861         backends and checks.
17862         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17863
17864         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17865         an autodetect method.
17866
17867 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17868
17869         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17870         articles are being added to a group.
17871         (gnus-request-replace-article): Inform the agent that articles
17872         need to be uncached as the cached contents are no longer valid.
17873
17874 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17875
17876         * binhex.el: Don't autoload executable-find.
17877
17878         * canlock.el: Don't autoload mail-fetch-field.
17879
17880         * dgnushack.el: Autoload c-mode for XEmacs.
17881
17882         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17883
17884         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17885         rmail-dont-reply-to and rmail-output.
17886
17887         * gnus-score.el: Don't autoload ffap-string-at-point.
17888
17889         * gnus-setup.el: Don't autoload sc-cite-original.
17890
17891         * imap.el: Don't autoload base64-decode-string,
17892         base64-encode-string and md5.
17893
17894         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17895         and rmail-msg-restore-non-pruned-header.
17896
17897         * mm-decode.el: Don't autoload executable-find.
17898
17899         * mm-url.el: Don't autoload executable-find.
17900
17901         * mm-view.el: Don't autoload diff-mode.
17902
17903         * nndb.el: Don't autoload news-reply-mode, news-setup,
17904         cancel-timer and telnet.
17905
17906         * password.el: Don't autoload run-at-time for Emacs.
17907
17908         * sha1-el.el: Don't autoload executable-find.
17909
17910         * sieve-mode.el: Don't autoload c-mode.
17911
17912         * uudecode.el: Don't autoload executable-find.
17913
17914 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17915
17916         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17917         (gnus-agent-possibly-alter-active): Avoid null in numeric
17918         comparison.
17919         (gnus-agent-set-local): Refuse to save null in local object table.
17920         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17921         list of articles that will be marked as unread.
17922
17923 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17924
17925         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17926
17927 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17928
17929         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17930         language tags.
17931
17932 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17933
17934         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17935         Don't bind "obarray".
17936
17937         * gnus-sum.el (gnus-thread-sort-functions):
17938         Add `gnus-thread-sort-by-most-recent-number' and
17939         `gnus-thread-sort-by-most-recent-date'.
17940         Reported by Kai Grossjohann <kai@emptydomain.de>.
17941
17942 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17943
17944         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17945
17946 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17947
17948         * gnus-cus.el (gnus-agent-customize-category):
17949         Remove ignore-errors macro reference that required cl to be loaded at
17950         run-time.
17951
17952         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17953         single-interval range of the form (min . max).  Previously the
17954         range had to look like ((min . max)).  Likewise, return
17955         (min . max) rather than ((min . max)).
17956         (gnus-range-map): Use gnus-range-normalize to accept
17957         single-interval range.
17958
17959         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17960         the cache, but not the agent, now appear with their usual face.
17961
17962         * dgnushack.el (loaddir): New variable that is bound to the
17963         directory containing the dgnushack.el file. Use loaddir, rather
17964         than srcdir, to update load-path. Change lets dgnushack compile
17965         code in directories other than GNUS/lisp.
17966
17967 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17968
17969         * lpath.el: Don't bind w3m-safe-url-regexp.
17970
17971         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17972         w3m-safe-url-regexp variable buffer-local.
17973
17974         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17975
17976 2004-02-27  Simon Josefsson  <jas@extundo.com>
17977
17978         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17979         gnus-group-real-prefix.
17980         (gnus-summary-move-article): Use it, instead of
17981         gnus-group-real-prefix.
17982
17983 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17984
17985         * lpath.el: Bind w3m-safe-url-regexp.
17986
17987         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17988         w3m-safe-url-regexp variable buffer-local and set it as the value
17989         of mm-w3m-safe-url-regexp.
17990
17991         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17992
17993         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17994         parsing gnus-posting-styles when the message is not for replying.
17995
17996         * dgnushack.el: Autoload sgml-mode for XEmacs.
17997
17998         * nnrss.el (nnrss-opml-export):
17999         Use mm-set-buffer-file-coding-system instead of
18000         set-buffer-file-coding-system.
18001
18002 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18003
18004         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18005         of checkdoc.el).
18006         * nnrss.el: do.
18007         * gnus-mlspl.el: do.
18008         * gnus-ml.el: do.
18009         * gnus-srvr.el: do.
18010
18011         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18012
18013 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18014
18015         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18016         Corrections to custom-manual links.
18017
18018         * gnus-art.el (gnus-article): Ditto.
18019
18020         * mm-decode.el (mime-display, mime-security): Ditto.
18021
18022 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18023
18024         * flow-fill.el: Typo.
18025
18026 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18027
18028         * spam-wash.el: New file.
18029
18030 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18031
18032         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18033
18034 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18035
18036         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18037         to be run with new-articles as LIST1, not LIST2.
18038         (spam-registration-functions): Add spam-use-ham-copy as a nil
18039         registration backend.
18040
18041 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18042
18043         * spam-stat.el (spam-stat-washing-hook): New option.
18044         (spam-stat-buffer-words): Use it.
18045         (spam-stat-process-directory, spam-stat-test-directory):
18046         Use insert-file-contents-literally.
18047         (spam-stat-coding-system): New variable.
18048         (spam-stat-load, spam-stat-save): Use it.
18049
18050 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * spam-report.el (spam-report-plug-agent):
18053         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18054
18055 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18056
18057         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18058         Allow / in mailto URLs.
18059
18060 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18061
18062         * spam-report.el (spam-report-process-queue): Fix interactive use.
18063         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18064         (spam-report-unplug-agent): Doc fixes.
18065         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18066         (spam-report-agentize, spam-report-deagentize): Autoload.
18067
18068 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18069
18070         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18071
18072         * message.el (message-setup-fill-variables): Add mml tags to
18073         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18074         <ajk@iu.edu>.
18075         (message-mode): Don't modify paragraph-separate there.
18076
18077 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18078
18079         * compface.el (uncompface-use-external): Default to undecided.
18080         (uncompface-use-external-threshold): New variable.
18081         (uncompface-float-time): New macro.
18082         (uncompface): Determine whether to use the external decoder if
18083         uncompface-use-external is undecided.
18084
18085 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18086
18087         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18088         after images.
18089
18090         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18091
18092 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18093
18094         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18095
18096         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18097
18098         * gnus-sum.el (gnus-summary-limit-to-age)
18099         (gnus-summary-limit-children): do.
18100
18101         * gnus-int.el (gnus-request-scan): do.
18102
18103         * gnus-group.el (gnus-group-suspend): do.
18104
18105         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18106
18107         * gnus-cite.el (gnus-cite-parse-attributions): do.
18108
18109         * gnus-agent.el (gnus-summary-set-agent-mark)
18110         (gnus-agent-regenerate-group): do.
18111
18112         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18113
18114         * binhex.el (binhex-decode-region-internal): do.
18115
18116 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18117
18118         * gnus-fun.el (gnus-face-properties-alist): New user option.
18119         (gnus-display-x-face-in-from): Use it.
18120
18121         * gnus-art.el (article-display-face): Ditto.
18122
18123         * compface.el (uncompface-use-external): Default to nil.
18124
18125 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * nntp.el (nntp-erase-buffer): New function.
18128         (nntp-retrieve-data, nntp-send-command)
18129         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18130         (nntp-possibly-change-group): Use it.
18131
18132         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18133         Use with-current-buffer.
18134
18135 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18136
18137         * compface.el: Merge the ELisp-based uncompface program.
18138         (compface): New customization group.
18139         (uncompface-use-external): New user option.
18140         (uncompface): Call uncompface-internal if uncompface-use-external
18141         is nil.
18142         (uncompface-internal): New function.  Note that there are also
18143         some other functions and variables added for this function.
18144
18145 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18148         if necessary.
18149
18150 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18151
18152         * spam-report.el (spam-report-unplug-agent)
18153         (spam-report-plug-agent, spam-report-deagentize)
18154         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18155         Add support for the Agent in spam-report: when unplugged, report to a
18156         file; when plugged, submit all the requests.
18157
18158         * spam.el (spam-register-routine): Fix message about
18159         registration.
18160
18161 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18162
18163         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18164         dependencies.
18165         (rfc2047-encode): Use it.
18166
18167         * gnus-art.el (gnus-button-marker-list): Move before first
18168         reference.
18169
18170         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18171         (imap-parse-body): Fix format string mismatch.
18172
18173         * gnus-score.el (gnus-summary-increase-score): do.
18174
18175         * nnrss.el (nnrss-close): New function.
18176
18177 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18178
18179         * nnrss.el (nnrss-make-filename): New function.
18180         (nnrss-request-delete-group, nnrss-read-server-data)
18181         (nnrss-save-server-data, nnrss-read-group-data)
18182         (nnrss-save-group-data): Use it.
18183         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18184         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18185         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18186
18187 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18188
18189         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18190
18191 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18192
18193         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18194         files.
18195
18196         * message.el (message-generate-headers-first): Don't quote nil
18197         and t in docstrings.
18198
18199         * imap.el (imap-id): do.
18200
18201         * gnus-agent.el (gnus-agent-consider-all-articles)
18202         (gnus-agent-queue-mail): do.
18203
18204 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18205
18206         * spam-report.el (spam-report-process-queue): New function.
18207         Process requests from `spam-report-requests-file'.
18208         (spam-report-process-queue): Doc fix.
18209
18210 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18211
18212         * spam.el (spam-register-routine)
18213         (spam-log-processing-to-registry, spam-log-registered-p)
18214         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18215         Change "check" to "spam-check" for semi-clarity.
18216
18217 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18218
18219         * pop3.el: Require nnheader.
18220
18221         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18222
18223         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18224
18225         * gnus-picon.el: Require cl.
18226
18227         * gnus-fun.el: Require gnus-ems and gnus-util.
18228
18229         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18230
18231         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18232
18233         * gnus-art.el (gnus-article-edit-mode): Define before first
18234         reference.
18235
18236 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18237
18238         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18239         (gnus-uu-post-encoded): Use point-at-bol.
18240
18241         * gnus-topic.el (gnus-group-active-topic-p): do.
18242
18243         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18244
18245         * gnus-group.el (gnus-group-kill-region): do.
18246
18247         * gnus-art.el (article-date-ut): do.
18248
18249         * message.el (message-fetch-field): Remove redundant
18250         case-fold-search binding.
18251         (message-narrow-to-field): Simplify.
18252
18253 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18254
18255         * spam.el (spam-directory): Derive from `gnus-directory'.
18256
18257         * spam-report.el (spam-report-url-to-file)
18258         (spam-report-requests-file): New function and variable for offline
18259         reporting.
18260         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18261         and user defined function.
18262         (spam-report-url-ping-mm-url): Remove doubled slash.
18263
18264 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18265
18266         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18267
18268 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18269
18270         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18271         Fix format string mismatch.
18272
18273         * sieve.el (sieve-deactivate-all): do.
18274
18275         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18276
18277         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18278
18279         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18280
18281         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18282
18283 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18284
18285         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18286         the list of checks.
18287
18288 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18289
18290         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18291         padding.
18292
18293 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18294
18295         * mm-view.el (mm-fill-flowed): New variable.
18296         (mm-inline-text): Use it.
18297
18298 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18299
18300         * spam.el (spam-spamassassin-register-ham-routine)
18301         (spam-spamassassin-register-spam-routine): Fix function names.
18302
18303 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18304
18305         * gnus.el (gnus-tmp-grouplens): Remove.
18306         (gnus-summary-line-format): Remove grouplens.
18307
18308         * gnus-group.el (gnus-group-line-format): Ditto.
18309
18310         * gnus-spec.el (gnus-format-specs): Ditto.
18311         (gnus-update-format-specifications): Flush the group format spec
18312         cache if there's the grouplens stuff.
18313         (gnus-parse-simple-format): Replace %l with the empty string.
18314
18315 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18316
18317         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18318         omission.
18319
18320 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18321
18322         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18323         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18324
18325 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18326
18327         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18328         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18329         New macros and functions.
18330         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18331         Handle > NLINK_MAX messages.
18332         * nnmaildir.el (nnmaildir-request-set-mark):
18333         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18334
18335 2004-01-25  Alex Schroeder  <alex@gnu.org>
18336
18337         * spam-stat.el (spam-stat-process-directory-age): New option.
18338         (spam-stat-process-directory): Use it.
18339
18340 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18341
18342         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18343         (spam-stat-save): Accept prefix argument.
18344
18345 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18346
18347         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18348         links" error.
18349
18350 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18351
18352         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18353         the rest of the and/or forms.
18354
18355 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18356
18357         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18358         compatibility with old .newsrc.eld files.
18359
18360         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18361
18362         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18363
18364         * gnus-start.el (gnus-1): do.
18365
18366         * gnus-group.el (gnus-group-line-format-alist): do.
18367
18368         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18369
18370         * gnus-gl.el: Remove.
18371
18372 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18373
18374         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18375         marks consisting of a single range {for example, (3 . 5)} rather
18376         than a list of a single range { ((3 . 5)) }.
18377
18378 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18379
18380         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18381         Use with-current-buffer.
18382         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18383         avoid consing a string.
18384
18385         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18386         Remove obsolete entries for big5 and gb2312.
18387
18388 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18389
18390         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18391         uncompressed list.
18392
18393 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18394
18395         * spam-stat.el (spam-stat-strip-xref): New function.
18396         (spam-stat-process-directory): Use it.
18397
18398         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18399         here -- it's done in message-fetch-field.
18400
18401 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18402
18403         * gnus-agent.el (gnus-agent-queue-mail)
18404         (gnus-agent-prompt-send-queue): New variables.
18405         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18406         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18407         "nndraft:queue" along to gnus-draft-send.
18408         Use gnus-agent-prompt-send-queue.
18409         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18410         is "nndraft:queue".  Suggested by Gaute Strokkenes
18411         <gs234@srcf.ucam.org>
18412
18413         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18414         (agent-enable-undownloaded-faces): Add.
18415         (gnus-agent-cat-groups): Use eval-and-compile, not
18416         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18417         method of gnus-agent-cat-groups even when the buffer has been
18418         evaled.
18419         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18420         delete gnus-agent-save-active-1.
18421         (gnus-agent-save-groups): Delete.  Identical to
18422         gnus-agent-save-active.
18423         (gnus-agent-write-active): No longer adjust agent's copy of active
18424         file as agent's adjustments are now stored in their own
18425         file.  Remove optional parameter.
18426         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18427         servers.  Add use of min/max range limits from server's local
18428         file.
18429         (gnus-agent-save-alist): Remove unused optional argument.
18430         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18431         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18432         (gnus-agent-set-local): A per-server file that keeps min/max range
18433         limits for articles known to the agent.  Provides a fast mechanism
18434         for altering many active ranges.
18435         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18436         active file (local makes it unnecessary).
18437         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18438
18439         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18440         (agent-enable-undownloaded-faces): Add.
18441
18442         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18443         disable it when sending to "nndraft:queue".
18444         (gnus-group-send-queue): Add safety check to avoid sending queue
18445         when unplugged.
18446
18447         * gnus-group.el (gnus-group-catchup): Use new
18448         gnus-sequence-of-unread-articles, not
18449         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18450         numbers of articles.  Use gnus-range-map to avoid having to
18451         uncompress the unread list.
18452         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18453         Fix invalid ange-ftp reference.
18454
18455         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18456         (gnus-sorted-range-intersection): Intersection of two ranges
18457         without requiring that they first be uncompressed.
18458
18459         * gnus-start.el (gnus-activate-group): Unless blocked by the
18460         caller, possibly expand the active range to include both cached
18461         and agentized articles.
18462         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18463         multiple version-dependent converters.
18464         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18465         gnus-agent-save-active.
18466         (gnus-save-newsrc-file): Save dirty agent range limits.
18467
18468         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18469         gnus-agent-possibly-alter-active.
18470         (gnus-adjust-marked-articles): Faster handling of simple lists.
18471
18472 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18473
18474         * spam-stat.el (spam-stat-test-directory): New optional argument
18475         displays a list of files detected.  Suggested by Andrew Cohen
18476         <cohen@andy.bu.edu>.
18477         (spam-stat-buffer-words-with-scores): Don't narrow and change
18478         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18479
18480 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18481
18482         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18483         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18484         (spam-spamassassin-arguments)
18485         (spam-spamassassin-spam-flag-header)
18486         (spam-spamassassin-positive-spam-flag-header)
18487         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18488         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18489         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18490         (spam-list-of-processors, spam-list-of-checks)
18491         (spam-list-of-statistical-checks, spam-registration-functions)
18492         (spam-check-spamassassin-headers, spam-check-spamassassin)
18493         (spam-spamassassin-score)
18494         (spam-spamassassin-register-with-sa-learn)
18495         (spam-spamassassin-register-spam-routine)
18496         (spam-spamassassin-register-ham-routine)
18497         (spam-assassin-register-spam-routine)
18498         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18499         (spam-bogofilter-score): Fix to show article before scoring.
18500
18501 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18502
18503         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18504         default scoring function.
18505         (spam-generic-score): Call spam-spamassassin-score if
18506         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18507         spam-bogofilter-score otherwise.
18508
18509         * gnus.el (spam-process, spam-autodetect-methods):
18510         Add spamassassin and spamassassin-headers.
18511
18512 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18513
18514         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18515         Suppress unnecessary messages.
18516
18517 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18518
18519         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18520         make-hash-table.
18521
18522 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18523
18524         * canlock.el (base64-encode-string): Don't autoload it.
18525
18526 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18527
18528         * run-at-time.el: Remove useless (require 'itimer),
18529         eval-and-compile and (featurep 'xemacs).
18530
18531 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18532
18533         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18534         GROUP is a virtual group.
18535
18536 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18537
18538         * gnus.el: Autoload `message-y-or-n-p'.
18539
18540 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18541
18542         * pgg-parse.el: Remove unnecessary (require 'custom).
18543
18544         * pgg-def.el: do.
18545
18546         * nnmail.el: do.
18547
18548         * gnus-undo.el: do.
18549
18550         * gnus-picon.el: do.
18551
18552         * gnus-util.el: do.
18553
18554 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18555
18556         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18557
18558 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18559
18560         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18561         handle, as well as a list.
18562
18563         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18564         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18565         (mm-w3m-cid-retrieve): Simplify.
18566
18567 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18568
18569         * message.el (message-kill-to-signature): Allow prefix arg to
18570         specify number of lines to keep before signature.
18571
18572 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18573
18574         * message.el (message-kill-to-signature): Change docstring.
18575
18576 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18577
18578         * canlock.el: Always require sha1-el.
18579         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18580
18581         * message.el: Autoload sha1 only when compiling.
18582
18583         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18584         eudc-expand-inline for XEmacs.
18585
18586 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18587
18588         * message.el (message-canlock-generate): Require sha1-el.
18589
18590 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18591
18592         * message.el (message-expand-name): Silence the byte compiler.
18593
18594         * lpath.el: Add detect-coding-system.
18595
18596         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18597         cus-edit.
18598
18599 2004-01-13  Simon Josefsson  <jas@extundo.com>
18600
18601         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18602         Invoke gnus-score-mode.
18603         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18604
18605         * gnus-range.el (gnus-compress-sequence): Doc fix.
18606         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18607
18608 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18609
18610         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18611
18612 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18613
18614         * spam.el (spam-get-article-as-string): Update to use
18615         gnus-request-article-this-buffer, much simpler.
18616         (spam-get-article-as-buffer): Remove.
18617
18618 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18619
18620         * message.el (message-expand-name): Use EUDC if the user uses that.
18621
18622 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18623
18624         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18625         character for the encoding to avoid consing a string.
18626
18627         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18628         unnecessarily.
18629
18630         * mm-util.el (mm-replace-chars-in-string): Remove.
18631
18632         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18633         of mm-replace-chars-in-string.
18634
18635 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18636
18637         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18638
18639         * mm-util.el (mm-subst-char-in-string): Support inplace.
18640
18641         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18642         a new string in every iteration.  Use shy groups.
18643
18644 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18645
18646         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18647         * gnus-soup.el (gnus-soup-group-brew):
18648         * gnus-msg.el (gnus-put-message):
18649         * gnus-move.el (gnus-group-move-group-to-server):
18650         * gnus-kill.el (gnus-batch-score):
18651         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18652         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18653         (gnus-group-update-group, gnus-group-read-group)
18654         (gnus-group-make-group, gnus-group-make-help-group)
18655         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18656         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18657         (gnus-group-sort-by-unread, gnus-group-catchup)
18658         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18659         (gnus-group-yank-group, gnus-group-set-info)
18660         (gnus-group-list-groups):
18661         * gnus.el (gnus-generate-new-group-name):
18662         * gnus-delay.el (gnus-delay-send-queue):
18663         * nnvirtual.el (nnvirtual-catchup-group):
18664         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18665         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18666         (gnus-group-prepare-topics, gnus-topic-check-topology):
18667         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18668         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18669         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18670         (gnus-group-make-articles-read):
18671         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18672         (gnus-group-change-level, gnus-kill-newsgroup)
18673         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18674         (gnus-get-unread-articles, gnus-make-articles-unread)
18675         (gnus-make-ascending-articles-unread): Use accessor
18676         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18677         to get group information for improved readability.
18678
18679
18680 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18681
18682         * gnus-art.el (article-decode-mime-words, article-babel)
18683         (gnus-article-highlight-signature, gnus-article-add-buttons)
18684         (gnus-signature-toggle): Use gnus-with-article-buffer.
18685
18686         * gnus-art.el (gnus-article-highlight-headers)
18687         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18688
18689         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18690         (gnus-article-set-globals, gnus-request-article-this-buffer)
18691         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18692         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18693         (gnus-mime-display-alternative): Use with-current-buffer.
18694
18695 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18696
18697         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18698         also under 80 char limit, and call gnus-error if needed.
18699         (spam-fetch-article-header): Fix - it was a
18700         buffer-local variable (gnus-newsgroup-data).
18701         (spam-find-spam): Use spam-generate-fake-headers, forget about
18702         spam-insert-fake-headers.
18703         (spam-insert-fake-headers): Remove.
18704
18705 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18706
18707         * deuglify.el (gnus-article-outlook-unwrap-lines)
18708         (gnus-outlook-rearrange-article)
18709         (gnus-outlook-repair-attribution-outlook)
18710         (gnus-outlook-repair-attribution-block)
18711         (gnus-outlook-repair-attribution-other): Remove redundant
18712         save-excursion.
18713
18714 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18715
18716         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18717         (spam-fetch-field-subject-fast)
18718         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18719         (spam-fetch-article-header): Add functions to deal with Gnus
18720         internals for fast retrieval of article header data.
18721         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18722
18723 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18724
18725         * pop3.el (pop3-md5): Remove.
18726         (pop3-apop): Replace pop3-md5 with md5.
18727
18728         * mm-bodies.el: base64 is always built-in.
18729
18730         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18731         Use with-current-buffer.
18732
18733 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18734
18735         * canlock.el (canlock-insert-header): Remove excessive grouping in
18736         regexp.
18737
18738         * gnus-sum.el (gnus-summary-read-document): Ditto.
18739
18740         * gnus-uu.el (gnus-uu-part-number): Ditto.
18741
18742         * html2text.el (html2text-remove-tags): Ditto.
18743         (html2text-format-tags): Ditto.
18744         (html2text-format-single-elements): Ditto.
18745
18746         * mml.el (mml-parse-1): Ditto.
18747
18748 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18749
18750         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18751
18752         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18753
18754         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18755
18756         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18757
18758 2003-11-15  Simon Josefsson  <jas@extundo.com>
18759
18760         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18761         (pgg-gpg-lookup-key): Use regexp match instead of
18762         split-string (split-string is different between emacs 21.2 and
18763         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18764
18765 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18766
18767         * gnus-art.el (gnus-mime-view-all-parts)
18768         (gnus-article-part-wrapper, gnus-article-view-part):
18769         Use with-current-buffer.
18770
18771 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18772
18773         * spam.el (spam-disable-spam-split-during-ham-respool)
18774         (spam-spamoracle-database, spam-cache-lookups)
18775         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18776         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18777         (spam-group-ham-marks, spam-group-spam-marks)
18778         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18779         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18780         also add spam-use-blackholes to the statistical checks.
18781         (spam-fetch-field-fast): Add interface to fetching fields, may
18782         become a macro.
18783         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18784         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18785         (spam-insert-fake-headers): Fake an article when needed.
18786         (spam-find-spam): Fake article when possible.
18787         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18788         (spam-check-bogofilter-headers): Use message-fetch-field instead
18789         of nnmail-fetch-field.
18790
18791 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18792
18793         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18794
18795 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18796
18797         * spam.el (spam-split): Do not require spam-use-CHECK to be
18798         enabled if that check is passed to spam-split explicitly; also
18799         fix so 'spam doesn't get converted to spam-split-group when
18800         spam-split-symbolic-return is t.
18801         (spam-find-spam): Find registrations of the article and use those
18802         instead of re-running spam-split to find the spam/ham
18803         classification of the article.
18804         (spam-log-processing-to-registry, spam-log-registered-p)
18805         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18806         Use gnus-error instead of gnus-message.
18807         (spam-log-registration-type): Add function to determine the
18808         classification of a message based on registry entries; will
18809         return nil if both 'spam and 'ham are found.
18810         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18811         a reasonably fast local cache without the loading errors.
18812         (spam-cache-lookups): Set to t by default.
18813         (spam-find-spam): Don't try to guess spam-cache-lookups.
18814         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18815         spam-caches entry.
18816         (spam-filelist-build-cache, spam-filelist-check-cache):
18817         Fix caching of whitelist/blacklist entries.
18818         (spam-check-whitelist, spam-check-blacklist):
18819         Invoke spam-from-listed-p with a type, not a cache variable.
18820         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18821
18822 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18823
18824         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18825
18826         * nnmail.el (nnmail-split-fancy): do.
18827
18828         * mml.el (mml-parse): do.
18829
18830         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18831         (gnus-score-adaptive): do.
18832
18833 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18834
18835         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18836         (gnus-mime-button-map): Don't set keymap parent.
18837         (gnus-button-ctan-directory-regexp): Use shy grouping.
18838         (gnus-prev-page-map): Don't set keymap parent.
18839         (gnus-prev-page-map): Remove duplicated one.
18840         (gnus-next-page-map): Don't set keymap parent.
18841         (gnus-mime-security-button-map): Ditto.
18842
18843         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18844         version number.
18845
18846         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18847
18848 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18849
18850         * canlock.el (canlock-sha1-function): Remove.
18851         (canlock-sha1-function-for-verify): Remove.
18852         (canlock-openssl-program): Remove.
18853         (canlock-openssl-args): Remove.
18854         (canlock-ignore-errors): Remove.
18855         (canlock-sha1-with-openssl): Remove.
18856         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18857         (canlock-verify): Don't use canlock-ignore-errors.
18858
18859         * sha1-el.el (sha1-string-external): Make it can return a string
18860         in binary form.
18861         (sha1-region-external): Ditto.
18862         (sha1-string-internal): Ditto.
18863         (sha1-region-internal): Ditto.
18864         (sha1-region): Ditto.
18865         (sha1-string): Ditto.
18866         (sha1): Ditto.
18867
18868 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18869
18870         * spam.el (spam-report-articles-gmane): New command.
18871
18872 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18873
18874         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18875
18876         * run-at-time.el (run-at-time-saved): Remove.
18877         (run-at-time): Doc fix.
18878
18879 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18880
18881         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18882         (gnus-summary-limit-map): Add it.
18883         (gnus-summary-make-menu-bar): do.
18884
18885 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18886
18887         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18888         Make attempt at some caching support (done for BBDB only now).
18889         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18890         addresses to be checked.
18891         (spam-clear-cache-BBDB): Add function, to be invoked by
18892         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18893         (spam-check-BBDB): Check and use the caches, if
18894         spam-cache-lookups is on, remove superfluous (provide).
18895
18896 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18897
18898         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18899
18900 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18901
18902         * run-at-time.el (run-at-time-saved): Move to after the definition
18903         of `run-at-time'.
18904
18905         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18906
18907 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18908
18909         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18910         mm-w3m-local-map-property.
18911
18912         * mm-view.el (mm-w3m-mode-map): Remove.
18913         (mm-w3m-local-map-property): Remove.
18914         (mm-inline-text-html-render-with-w3m): Don't use
18915         mm-w3m-local-map-property.
18916
18917 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18918
18919         * run-at-time.el: New file.
18920
18921         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18922         under Emacs.
18923
18924         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18925         of gnus-set-text-properties.
18926
18927         * gnus-uu.el (gnus-uu-save-article): Ditto.
18928
18929         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18930
18931         * gnus-cite.el (gnus-cite-parse): Ditto.
18932
18933         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18934         of gnus-.
18935
18936         * gnus-xmas.el (run-at-time): Require run-at-time.
18937
18938         * gnus.el: Change calls to nnheader-run-at-time and
18939         password-run-at-time throughout to use run-at-time directly.
18940
18941         * password.el: Remove definition of run-at-time.
18942
18943         * nnheaderxm.el: Remove definition of run-at-time.
18944
18945 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18946
18947         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18948         in prompt.
18949
18950 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18951
18952         * messagexmas.el (message-xmas-redefine): Alias
18953         `message-make-caesar-translation-table' to
18954         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18955         version.
18956
18957         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18958         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18959         `gnus-xmas-set-text-properties'.
18960         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18961         `gnus-xmas-completing-read'.
18962         (gnus-xmas-completing-read): Removed.
18963         (gnus-xmas-open-network-stream): Removed.
18964
18965         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18966         XEmacs version.
18967
18968         * dns.el (dns-make-network-process): Use `open-network-stream'
18969         instead of `gnus-xmas-open-network-stream'.
18970
18971         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18972
18973         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18974
18975 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18976
18977         * gnus-art.el (gnus-mime-display-alternative)
18978         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18979         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18980         Don't use gnus-local-map-property.
18981
18982         * gnus-util.el (gnus-local-map-property): Remove.
18983
18984         * mm-view.el (mm-view-pkcs7-decrypt):
18985         Replace gnus-completing-read-maybe-default with completing-read.
18986
18987         * gnus-util.el (gnus-completing-read): do.
18988         (gnus-completing-read-maybe-default): Remove.
18989
18990 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18991
18992         * password.el: Only autoload `run-at-time' if not XEmacs.
18993         Only autoload the itimer functions if XEmacs.
18994
18995 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18996
18997         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18998         XEmacsen.
18999
19000         * dgnushack.el: Autoload executable-find for XEmacs.
19001
19002 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19003
19004         * gnus-art.el (gnus-read-string): Remove.
19005         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19006         read-string.
19007
19008 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19009
19010         * netrc.el: Autoload password-read.
19011         (netrc): Add configuration group.
19012         (netrc-encoding-method, netrc-openssl-path):
19013         Add variables for encoding and decoding of files with symmetric
19014         ciphers.
19015         (netrc-encode): Add assistant function to encode a file with
19016         netrc-encoding-method.
19017         (netrc-parse): Add interactive parameter, added optional
19018         decoding if netrc-encoding-method is non-nil but otherwise
19019         behavior is standard.
19020         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19021         Do s/encode/encrypt/ everywhere.
19022
19023         * spam.el: Remove executable-find autoload.
19024
19025 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19026
19027         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19028
19029         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19030
19031 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19032
19033         * gnus-art.el (gnus-treat-ansi-sequences)
19034         (article-treat-ansi-sequences): New variable and function.
19035         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19036
19037         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19038         Use it.
19039
19040 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19041
19042         * mm-util.el (mm-quote-arg): Remove.
19043
19044         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19045         shell-quote-argument.
19046
19047         * gnus-uu.el (gnus-uu-command): do.
19048
19049         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19050
19051         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19052         with make-char.
19053
19054         * mm-util.el (mm-make-char): Remove.
19055
19056         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19057         add-minor-mode.
19058
19059         * gnus-undo.el (gnus-undo-mode): do.
19060
19061         * gnus-topic.el (gnus-topic-mode): do.
19062
19063         * gnus-sum.el (gnus-dead-summary-mode): do.
19064
19065         * gnus-start.el (gnus-slave-mode): do.
19066
19067         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19068
19069         * gnus-ml.el (gnus-mailing-list-mode): do.
19070
19071         * gnus-gl.el (gnus-grouplens-mode): do.
19072
19073         * gnus-draft.el (gnus-draft-mode): do.
19074
19075         * gnus-dired.el (gnus-dired-mode): do.
19076
19077         * gnus-ems.el (gnus-add-minor-mode): Remove.
19078
19079         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19080         Replace gnus-char-width with char-width.
19081
19082         * gnus-ems.el (gnus-char-width): Remove.
19083
19084         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19085         Replace gnus-char-width with char-width.
19086
19087         * gnus-ems.el (gnus-char-width): Remove.
19088
19089         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19090         definition.
19091         Remove Emacs 20 hash table compatibility code.
19092
19093         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19094         20 compatibility code.
19095
19096         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19097
19098         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19099
19100         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19101         Replace with point-at-{eol,bol}.
19102
19103         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19104
19105         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19106
19107         * flow-fill.el (fill-flowed-point-at-bol)
19108         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19109
19110         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19111         Replace with point-at-{eol,bol} throughout all files.
19112
19113 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19114
19115         * ntlm.el (ntlm-string-as-unibyte): New macro.
19116         (ntlm-build-auth-response): Use it.
19117
19118         Remove Emacs 20 stuff:
19119         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19120         (butlast, mapc, remove): Remove the compiler macros.
19121         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19122         of delq and copy-sequence.
19123         * gnus-art.el (popup-menu): Remove the compiler macro.
19124         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19125         Emacs 20.
19126
19127 2004-01-05  Simon Josefsson  <jas@extundo.com>
19128
19129         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19130         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19131         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19132         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19133         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19134         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19135         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19136         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19137         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19138         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19139         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19140         string-xor into ntlm-string-xor.
19141         Suggested by Jesper Harder <harder@myrealbox.com>.
19142
19143         * ntlm.el: Don't include poem.
19144
19145         * md4.el (print-int32, print-string-hexa): Remove.
19146         Suggested by Jesper Harder <harder@myrealbox.com>.
19147
19148         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19149
19150         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19151         probably breaks emacs with DL patch, but do we care? Is anyone
19152         still using the DL stuff?)
19153
19154         * sieve-manage.el: Use the password package.
19155         (sieve-manage-read-passwd): Remove.
19156         (sieve-manage-interactive-login): Use password.  Re-add
19157         condition-case around loop.
19158
19159         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19160         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19161         Use the password package.
19162
19163 2003-02-19  Simon Josefsson  <jas@extundo.com>
19164
19165         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19166         token.
19167
19168 2002-08-07  Simon Josefsson  <jas@extundo.com>
19169
19170         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19171         (sieve-manage-authenticators):
19172         (sieve-manage-authenticator-alist): Add some SASL mechs.
19173         (sieve-sasl-auth): New function.
19174         (sieve-manage-cram-md5-auth):
19175         (sieve-manage-plain-auth): Rewrite using SASL library.
19176         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19177         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19178         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19179         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19180
19181 2004-01-05  Simon Josefsson  <jas@extundo.com>
19182
19183         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19184         New files.
19185
19186 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19187
19188         * gnus-group.el (gnus-no-groups-message): Update.
19189
19190         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19191
19192 2003-11-09  Simon Josefsson  <jas@extundo.com>
19193
19194         * imap.el: Support for ID IMAP extension (RFC 2971).
19195         (imap-local-variables): Add imap-id.
19196         (imap-id): New variable.
19197         (imap-id): New function.
19198         (imap-parse-response): Parse untagged ID response.
19199         * nnimap.el (nnimap-id): New variable.
19200         (nnimap-open-connection): Use it.
19201
19202 2003-12-28  Simon Josefsson  <jas@extundo.com>
19203
19204         * gnus-score.el (gnus-score-edit-all-score): New.
19205         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19206
19207 2004-01-04  Simon Josefsson  <jas@extundo.com>
19208
19209         * password.el: Add.
19210
19211 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19212
19213         * dns.el (dns-query-types): Fix typo.
19214         (dns-query-types): New function.
19215         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19216         PTR and SOA replies, see RFC 1035.
19217
19218 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19219
19220         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19221
19222         * Move to Changelog.2.
19223
19224 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19225
19226         * gnus.el (gnus-version-number): Bump version.
19227
19228 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19229
19230         * gnus.el: No Gnus v0.1 is released.
19231
19232 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19233
19234         * gnus.el: No Gnus v0.0 is released.
19235
19236 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19237
19238         * gnus.el (gnus-version-number): Bump.
19239         (gnus-version): No.
19240
19241 See ChangeLog.2 for earlier changes.
19242
19243     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19244       Free Software Foundation, Inc.
19245
19246   This file is part of GNU Emacs.
19247
19248   GNU Emacs is free software: you can redistribute it and/or modify
19249   it under the terms of the GNU General Public License as published by
19250   the Free Software Foundation, either version 3 of the License, or
19251   (at your option) any later version.
19252
19253   GNU Emacs is distributed in the hope that it will be useful,
19254   but WITHOUT ANY WARRANTY; without even the implied warranty of
19255   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19256   GNU General Public License for more details.
19257
19258   You should have received a copy of the GNU General Public License
19259   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19260
19261 ;; Local Variables:
19262 ;; coding: utf-8
19263 ;; fill-column: 79
19264 ;; add-log-time-zone-rule: t
19265 ;; End: