gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
[gnus] / lisp / ChangeLog
1 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
4         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
5
6 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7
8         * gnus-art.el (gnus-mime-display-single)
9         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
10         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
11         parameter.
12
13 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14
15         * shr.el (shr-table-horizontal-line): Renamed from shr-table-line.
16         (shr-table-vertical-line): New variable.
17         (shr-insert-table): Use it.
18
19 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
20
21         * gnus-html.el (gnus-html-wash-images): Don't display images if
22         gnus-inhibit-images is non-nil; register displayer for cid images.
23         (gnus-html-display-image): Work for cid image.
24         (gnus-html-insert-image): Allow arguments.
25         (gnus-html-put-image): Inhibit read-only.
26         (gnus-html-prefetch-images): Don't prefetch images if
27         gnus-inhibit-images is non-nil.
28
29 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
30
31         * shr.el (shr-put-image): Break lines when inserting big pictures.
32
33 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
34
35         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
36         sender, thanks Katsumi Yamaoka.
37
38 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
39
40         * nnir.el (nnir-run-imap): Reverse the article list for each group
41         rather than the whole list.
42
43 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * shr.el (shr-image-displayer): Protect function against non-existent
46         image source.
47
48         * gnus-art.el (gnus-inhibit-images): New user option.
49         (gnus-mime-display-single): Don't display image if it is non-nil.
50
51         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
52         gnus-inhibit-images.
53
54         * shr.el (shr-image-displayer): New function.
55         (shr-tag-img): Use it.
56
57 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
58
59         * mml2015.el (mml2015-epg-sign): Use From header.
60
61 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
62
63         * gnus-html.el (gnus-html-wash-images): Register a displayer.
64
65         * gnus-util.el (gnus-find-text-property-region): Return markers.
66
67         * shr.el (shr-tag-img): Put a displayer in the text property.
68
69         * gnus-util.el (gnus-find-text-property-region): New utility function.
70
71         * gnus-html.el (gnus-html-display-image): Make the alt optional.
72         (gnus-html-show-images): Remove.
73
74         * gnus-art.el (gnus-article-show-images): New, more general function.
75
76         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
77         image url text properties.
78
79         * shr.el: Ditto.
80
81         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
82         gnus-agent-auto-agentize-methods is set.  Which it isn't.
83
84 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
85
86         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
87         work for two or more articles.
88
89 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
90
91         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
92         divide an image that's in an html article to two or more when washing
93         non-ASCII characters in alt text of it.
94
95 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
98         smime-decrypt-region using function argument.
99         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
100
101         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
102
103         * smime.el (smime-decrypt-region): Catch it.
104
105 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
106
107         * smime.el (smime-mode-map): Move initialization into declaration.
108         (gnus-run-mode-hooks): Don't autoload.
109         (smime-mode): Use define-derived-mode.
110
111 2010-11-11  Glenn Morris  <rgm@gnu.org>
112
113         * smime.el (from): Restrict declaration to XEmacs.
114
115         * nnir.el (gnus-group-topic-name): Autoload.
116
117 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
118
119         * shr.el (shr-insert): Don't break long line if it is because of
120         kinsoku-bol characters in the line end.
121
122 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
123
124         * nnir.el (nnir-request-move-article): Fix to provide original group
125         and subject.
126         (nnir-warp-to-article): Don't fail on articles whose headers haven't
127         been retrieved.
128
129         * gnus-sum.el (gnus-summary-move-article): Use original group and
130         subject for virtual articles such as those in an nnir summary buffer.
131
132 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
133
134         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
135         least 21.5).
136
137         * smime.el (from): Declare it again for XEmacs.
138
139 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
140
141         * message.el (message-resend): Don't disable encoding unless it's
142         already encoded.
143
144         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
145         low-numbered articles.
146
147 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
148
149         * rfc2047.el (rfc2047-syntax-table): Simplify.
150
151         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
152
153         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
154         set-char-table-range for XEmacs.
155
156 2010-11-10  Glenn Morris  <rgm@gnu.org>
157
158         * time-date.el (time-to-seconds): Always an alias on Emacs,
159         never a real function.
160         (with-no-warnings): Remove compat stub, now unused.
161         (time-less-p): Doc fix.
162         (time-to-number-of-days): Simplify.
163
164         * smime.el (from): Remove unused declaration.
165
166         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
167         (gnus-float-time): On Emacs, always an alias.
168
169         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
170         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
171
172 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
173
174         * dgnushack.el: Don't use ignore-errors in the top level form since it
175         is unavailable in XEmacs even if cl is loaded.
176
177         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
178
179 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
180
181         * shr.el (browse-url-mailto): Autoload.
182
183         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
184
185         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
186         regexp doesn't need quoting.
187
188 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
189
190         * message.el (message-subject-trailing-was-ask-regexp)
191         (message-subject-trailing-was-regexp): Match was: in addition to was.
192
193 2010-11-09  Glenn Morris  <rgm@gnu.org>
194
195         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
196         (nnbabyl-check-mbox): Use point-at-bol.
197
198 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
199
200         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
201
202         * message.el (message-mailto): New function.
203         (message-mailto): Should accept other parameters.
204         (message-mailto): Remove since it duplicates browse-url-mailto
205         functionality.
206
207 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
210         methods.
211         (gnus-read-active-file): Ditto.
212
213         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
214         ": " from the prompt.
215         (gnus-group-make-group): Ditto.
216
217 2010-11-07  Glenn Morris  <rgm@gnu.org>
218
219         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
220         (gnus-bookmark-kill-line): Use point-at-eol.
221
222 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
223
224         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
225         asterisks in From header.
226
227 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
228
229         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
230         string to avoid making the From headers syntactically invalid.
231
232         * message.el (message-send-mail): Don't insert courtesy messages if the
233         message already has List-Post and List-ID messages.
234
235 2010-11-06  Glenn Morris  <rgm@gnu.org>
236
237         * gnus-art.el (gnus-treat-article): Give dynamic local variables
238         `condition', `type', `length' a prefix.
239         (gnus-treat-predicate): Update for above name changes.
240
241 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
242
243         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
244         binding.  Handled by `gnus-summary-refer-thread' instead.
245         (nnir-warp-to-article): New backend function.
246
247         * nnimap.el (nnimap-request-thread): Force dependency updating.
248
249         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
250         (gnus-summary-refer-thread): Rework to improve thread-referral.
251
252         * gnus-int.el (gnus-warp-to-article): New function.
253
254         * gnus-sum.el (gnus-summary-article-map): Bind it.
255
256 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
257
258         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
259         gnus-summary-refer-thread.
260
261         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
262         headers.
263         (gnus-summary-limit-include-thread): Prevent articles in thread from
264         being cut in gnus-cut-threads.
265         (gnus-summary-refer-thread): Limit retrieved headers to those in
266         thread.
267
268 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
269
270         * message.el (message-send-mail): Use the value of
271         message-courtesy-message from the message buffer.
272
273         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
274
275         * shr.el (shr-browse-url): Implement mailto: URLs.
276
277         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
278         "raw".
279
280         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
281         if it's already selected.
282
283         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
284
285 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
286
287         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
288         to measure the length and truncate alt text.
289
290 2010-11-03  Glenn Morris  <rgm@gnu.org>
291
292         * nndiary.el (nndiary-generate-nov-databases-1)
293         (nndiary-generate-active-info): Rename dynamic variable `files' to
294         something less generic.
295
296 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
297
298         * nnir.el (nnir-request-move-article): Call the underlying backend to
299         move articles from nnir.
300
301 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
302
303         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
304
305 2010-11-02  Julien Danjou  <julien@danjou.info>
306
307         * nnir.el: Remove wais support.
308
309 2010-11-02  Glenn Morris  <rgm@gnu.org>
310
311         * gnus-html.el: Reorder requirements to quieten compiler.
312
313 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
314
315         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
316         properly for XEmacs as well.
317         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
318         (gnus-article-natural-long-line-p): Use window-width rather than
319         frame-width.
320
321 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
322
323         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
324         (nnir-read-parms): Don't modify query.
325         (nnir-run-query): Add ability to search topic on current line.
326         (nnir-get-active): Clean up.
327
328 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
329
330         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
331         degenerate articles.
332
333         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
334         (gnus-print-buffer): Just print the buffer as is, without any copying
335         to a buffer and then re-highlighting.
336
337         * nnimap.el (nnimap-request-group): Store the new updated info.
338         (nnimap-request-group): Select the group when we don't know whether it
339         exists or not.
340
341         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
342         groups.
343
344         * gnus-group.el (gnus-group-find-new-groups): Display all the new
345         groups.
346
347         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
348         groups.
349
350         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
351         long-lines case by only filling the long lines.
352
353         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
354         (bug #7311).
355
356 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
357
358         * shr.el: No need to declare `declare-function' since shr.el is for
359         only Emacsen that provide `libxml-parse-html-region'.
360
361         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
362         effective only in a file it is referred to.
363
364 2010-11-01  Glenn Morris  <rgm@gnu.org>
365
366         * mm-util.el (gnus-completing-read): Autoload.
367         (mm-read-coding-system): Simplify Emacs definition.
368
369         * nnmail.el (gnus-activate-group):
370         * nnimap.el (gnutls-negotiate):
371         * nntp.el (netrc-parse): Fix declarations.
372
373 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
374
375         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
376         string-match-p in Emacs >=23.
377
378         * gnus-msg.el (gnus-configure-posting-styles)
379         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
380
381 2010-11-01  Glenn Morris  <rgm@gnu.org>
382
383         * nnir.el (declare-function): Add compat stub.
384         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
385         (nnir-run-gmane): Require 'mm-url.
386
387         * mm-util.el (mm-string-to-multibyte): Simplify.
388
389         * shr.el (declare-function): Add compat stub.
390         (url-cache-create-filename): Declare.
391         (mm-disable-multibyte, widget-convert-button): Autoload.
392
393         * smime.el (ldap-search): Declare.
394         (smime-cert-by-ldap-1): Require ldap on Emacs.
395
396         * nnimap.el: Require nnmail, and gnus-sum when compiling.
397         (nnimap-keepalive): Use gnus-float-time.
398
399         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
400         (mail-source-delete-crash-box): Use gnus-float-time.
401
402         * gnus-dired.el (gnus-completing-read): Autoload.
403
404         * mm-view.el (gnus-rescale-image): Autoload.
405
406         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
407
408         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
409
410         * sieve-manage.el: Require 'cl when compiling.
411
412         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
413         (gnus-iswitchb-completing-read): Require iswitchb.
414         (gnus-select-frame-set-input-focus): Silence compiler.
415
416 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
417
418         * message.el (message-subject-trailing-was-query): Change default to t,
419         since I think that's what most people want.
420
421         * nnimap.el (nnimap-request-accept-article): Erase buffer before
422         appending for easier debugging.
423         (nnimap-wait-for-connection): Take a regexp.
424         (nnimap-request-accept-article): Wait for the continuation line before
425         sending anything unless we're streaming.
426
427         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
428         leave the header washing to take place.
429
430 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
431
432         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
433         regular expression match and replace in posting styles.
434
435 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
436
437         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
438         an entire server.
439         (nnir-get-active): New function.
440         (nnir-run-imap): Use it.
441         (nnir-run-gmane): Who knew, gmane search returns an article score!
442
443         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
444         server on the current line with nnir.
445
446 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
447
448         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
449         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
450         left edge.
451         (gnus-article-foldable-buffer): Skip past the prefix when determining
452         raggedness.
453
454         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
455         the raw article, and change `C-u g' to show the article without doing
456         treatments.
457
458         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
459         on to `gnus-treat-article'.
460         (gnus-inhibit-article-treatments): New variable.
461
462         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
463
464         * gnus-art.el (gnus-treatment-function-alist): Have
465         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
466         (gnus-treat-fill-long-lines): Change default to fill all text/plain
467         sections.
468
469         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
470         parameter.
471         (gnus-article-fill-cited-long-lines): New function.
472         (gnus-article-fill-cited-article): Allow filling only long sections.
473
474         * shr.el (shr-find-fill-point): Don't break lines between punctuation
475         and non-punctuation (like after the apostrophe in "'We").
476
477         * gnus-sum.el (gnus-summary-select-article): Make sure
478         gnus-original-article-buffer is alive.
479
480         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
481         reflect the order they're in in the digest.
482
483         * gnus.el (gnus-group-startup-message): Move point to the start of the
484         buffer.
485
486         * nnimap.el (nnimap-capability): New function.
487         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
488         is set.
489
490 2010-10-31  David Engster  <dengste@eml.cc>
491
492         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
493         conform with changes to gnus-completing-read.
494
495 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
496
497         * shr.el (shr-tag-img): Output "*" instead of "[img]".
498
499 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
500
501         * nnir.el move defvar, defcustom around to keep file organized and keep
502         byte-compiler quiet.
503         (nnir-read-parms): accept search-engine as arg.
504         (nnir-run-query): pass search-engine as arg.
505         (nnir-search-engine): remove.
506
507 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
508
509         * shr.el (shr-generic): The text nodes should be text, not :text.
510
511         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
512         later in the file.
513
514 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
515
516         * nnir.el: general clean up. allow searching with multiple
517         engines. allow separate extra-parameters for each engine. batch queries
518         when possible.
519         (nnir-imap-default-search-key,nnir-method-default-engines): add
520         customize interface.
521         (nnir-run-gmane): new engine.
522         (nnir-engines): use it. qualify all prompts with engine name.
523         (nnir-search-engine): remove global variable.
524         (nnir-run-hyrex): restore for now.
525         (nnir-extra-parms,nnir-search-history): new variables.
526         (gnus-group-make-nnir-group): use them.
527         (nnir-group-server): remove in favor of gnus-group-server.
528         (nnir-request-group): avoid searching twice.
529         (nnir-sort-groups-by-server): new function.
530
531 2010-10-30  Julien Danjou  <julien@danjou.info>
532
533         * gnus-group.el: Remove gnus-group-fetch-control.
534
535         * gnus-start.el (gnus-find-new-newsgroups): Remove
536         gnus-check-first-time-used.
537
538         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
539
540 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
541
542         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
543         set on groups that don't have \* permanentflags.
544
545 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
546
547         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
548         control the background color.
549         (shr-tag-img): Ignore very small web bug type images.
550         (shr-put-image): Add help-echo alt texts to the images.
551         (shr-tag-video): Show the video poster image.
552
553 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
554
555         * shr.el (shr-table-depth): New variable.
556         (shr-tag-table-1): Only insert the images after the top-level table.
557
558         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
559
560         * gnus-util.el (gnus-list-memq-of-list): New function.
561
562         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
563         selected.
564         (nnimap-unsplittable-articles): New slot.
565         (nnimap-new-articles): Use it.
566
567 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
568
569         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
570         move to the previous line on `M-g'.
571
572 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
573
574         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
575         *-request-group, which seems unnecessary.
576
577         * nnimap.el (nnimap-quote-specials): Function copied over from
578         imap.el.
579         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
580         they support that.  Suggested by Tom Regner.
581
582 2010-10-29  Julien Danjou  <julien@danjou.info>
583
584         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
585         defalias.
586         (gnus-summary-delete-marked-with): Remove obsolete defalias.
587
588         * gnus.el: Remove `gnus-nntp-service' variable.
589         (gnus-secondary-servers): Make obsolete.
590         (gnus-nntp-server): Make obsolete.
591
592         * gnus-start.el (gnus-1): Remove x-splash calls.
593
594         * gnus-ems.el (gnus-x-splash): Remove.
595
596         * gnus.el (gnus-group-startup-message): Simplify/update code.
597
598         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
599         definition.
600
601         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
602         capability before doing anything.
603         (gnus-group-insert-group-line): Remove useless
604         gnus-group-remove-excess-properties.
605
606 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
607
608         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
609
610 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
611
612         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
613         config after reselecting.
614
615 2010-10-28  Julien Danjou  <julien@danjou.info>
616
617         * shr.el (shr-put-image): Use point even if only inserting text.
618         (shr-put-image): Save excursion when inserting alt text on non-graphic
619         display, so the behaviour is the same when we are on a graphic display.
620
621         * nnir.el (nnir-run-swish-e): Remove hyrex support.
622
623 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
624
625         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
626         (gnus-mime-copy-part): Check coding system, not charset.
627         (gnus-mime-view-part-externally): Never remove part.
628         (gnus-mime-view-part-internally): Don't remove part here.
629         (gnus-article-part-wrapper): Make sure MIME tag is visible.
630         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
631         multipart/alternative.
632
633         * mm-decode.el (mm-display-part): Take optional arg `force'.
634
635 2010-10-26  Julien Danjou  <julien@danjou.info>
636
637         * gnus-group.el (gnus-group-default-list-level): Add this function to
638         compute the default list level.
639         (gnus-group-default-list-level): Add possibility to use a function.
640
641 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
642
643         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
644
645         * gnus-group.el (gnus-group-completing-read)
646         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
647         gnus-replace-in-string.
648
649 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
650
651         * shr.el (shr-tag-div): Added.
652
653         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
654
655 2010-10-25  Julien Danjou  <julien@danjou.info>
656
657         * gnus-util.el: Remove `gnus-with-local-quit'.
658
659         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
660
661 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
664         the original article buffer.
665
666 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
667
668         * nnimap.el (nnimap-request-head): New function.
669         (nnimap-request-move-article): Try to be slighly faster by not
670         requesting the entire message when moving.
671         (nnimap-transform-headers): Don't bug out on bodiless articles.
672         (nnimap-send-command): Have no outstanding messages if the IMAP server
673         doesn't support streaming.
674         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
675
676 2010-10-24  Julien Danjou  <julien@danjou.info>
677
678         * message.el (message-default-headers): Fix type.
679
680 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
683         prefetching images.
684
685         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
686         backend for unknown groups.  This is mainly useful for nnimap groups.
687
688         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
689         group isn't covered by the agent.
690
691 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
692
693         * nnir.el (nnir-method-default-engines): new variable.
694         (nnir-run-query): use it.
695         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
696         (gnus-summary-nnir-goto-thread): change group if needed.
697
698         * gnus-group.el (gnus-group-group-map): add key binding for
699         gnus-group-make-nnir-group.
700
701 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
702
703         * shr.el (shr-tag-object): Added.
704
705         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
706         original article buffer live.
707         (gnus-summary-select-article-buffer): Mention
708         gnus-widen-article-buffer.
709
710 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
711
712         * shr.el (shr-tag-strong): Added.
713
714 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
715
716         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
717         group names.  They mess up the group buffer badly.
718
719         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
720
721         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
722         instead of the summary one.
723
724 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
725
726         * mml.el (mml-preview): Work properly when editing article.
727
728         * gnus-start.el (gnus-read-active-file-1): Don't add method to
729         gnus-have-read-active-file if it's already been in.
730
731 2010-10-22  Tom Tromey  <tromey@redhat.com>
732
733         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
734         gnus-group-completing-read.
735
736 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
737
738         * message.el (message-mode-map): Don't bind M-; to comment region, to
739         allow the global comment-dwim to work.
740
741 2010-10-21  Julien Danjou  <julien@danjou.info>
742
743         * message.el (message-setup-1): Allow message-default-headers to be a
744         function.
745
746 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
747
748         * shr.el (shr-tag-table): Simplify.
749
750 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
751
752         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
753         to avoid trying to snarf invalid stuff.
754
755         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
756
757         * gnus.el (gnus-message-archive-group): Quote value.
758         (gnus-message-archive-group): Mark as changed.
759
760         * shr.el (shr-add-font): Don't put the font properties on the newline
761         or the indentation.
762
763         * message.el (message-fix-before-sending): Change options when sending
764         non-printable characters.
765
766         * gnus.el (gnus-message-archive-method): Change the default to
767         monthly outgoing groups.
768
769         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
770         that have gotten new numbers.
771
772         * nnimap.el (nnimap-request-replace-article): New function.
773
774 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
775
776         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
777         (nnrss-request-article): Don't use special html washing code.
778
779 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
780
781         * shr.el (shr-tag-table): Remove useless nconc.
782
783 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus-art.el (article-wash-html): Simplify and remove the charset
786         stuff.  Use the normal html rendering code instead of the special html
787         washing code.
788
789         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
790         `gnus-w3m' symbols.
791         (mm-text-html-washer-alist): Removed.
792
793         * mm-decode.el (mm-inline-text-html-renderer): Removed.
794         (mm-inline-media-tests): Removed use.
795         (mm-text-html-renderer): Change default to the `shr' symbol.
796
797         * mm-view.el (mm-inline-text-html): Removed use.
798
799         * gnus-art.el (gnus-blocked-images): New function.  Allow the
800         `gnus-blocked-images' to be a function.
801         (gnus-article-wash-function): Removed.
802
803 2010-10-20  Julien Danjou  <julien@danjou.info>
804
805         * spam.el (spam-list-of-processors): Mark as obsolete.
806
807         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
808         (nnimap-insert-partial-structure): Fix boundary detection.
809
810 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
811
812         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
813         run file-truename on remote files.  This can be expensive and even
814         prevent one from editing drafts if some unrelated buffer has a stale
815         connection.
816
817 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
818
819         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
820         kinsoku-eol regardless of shr-kinsoku-shorten.
821         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
822         (shr-tag-table): Support caption, thead, and tfoot.
823
824 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825
826         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
827         lines.
828         (shr-save-contents): New command and keystroke.
829
830         * nndoc.el (nndoc-type-alist): Add git support.
831         (nndoc-git-type-p): New function.
832         (nndoc-transform-git-article): Ditto.
833         (nndoc-transform-git-headers): Ditto.
834         (nndoc-transform-git-headers): Generate Subject headers.
835
836         * shr.el (shr-parse-style): New function.
837         (shr-tag-span): Ditto.
838
839         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
840         to `G G' to avoid collisions.
841
842 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
843
844         * shr.el: Load kinsoku if necessary.
845         (shr-kinsoku-shorten): New internal variable.
846         (shr-find-fill-point): Make kinsoku shorten text line if
847         shr-kinsoku-shorten is bound to non-nil.
848         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
849         shr-indentation too when testing if table is wider than frame width.
850         (shr-insert-table): Use `string-width' instead of `length' to measure
851         text width.
852         (shr-insert-table-ruler): Make sure indentation is done at bol.
853
854 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
855
856         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
857         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
858         undecoded network data.
859
860 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
861
862         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
863         name in the mode line spec so that the mode line menu works
864         (bug #2431).
865
866         * message.el (message-get-reply-headers): If we're fed `to-address',
867         then always use that.
868
869         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
870         aren't so wide as to need to switch off the edit menu.
871
872         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
873         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
874
875         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
876         `M-g'.
877         (nnimap-update-info): Update flags/read marks even if \* isn't part of
878         the permanent marks.
879
880 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
881
882         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
883         Splitting according to references/in-reply-to obeys the ignore-groups
884         variable, while splitting by sender and subject do not.
885
886 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
887
888         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
889         alist, so that we can look for non-Unicode chars.
890         (article-translate-strings): Allow both character and string maps.
891
892 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * shr.el (shr-insert): Don't insert space behind a wide character
895         categorized as kinsoku-bol, or between characters both categorized as
896         nospace.
897
898 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
899
900         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
901         headers to gnus-newsgroup-headers.
902
903 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
904
905         * shr.el (shr-tag-img): Don't align images -- since we're not
906         rescaling, this often leads to ugly displays.
907
908 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
909
910         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
911         duplicates.
912
913 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
914
915         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
916         call.
917
918 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
919
920         * gnus.el: Autoload gnus-html-show-images.
921
922         * nnimap.el: Use nnheader-message throughout.
923
924         * shr.el (shr-tag-img): Ignore images with no data.
925
926 2010-10-15  Julien Danjou  <julien@danjou.info>
927
928         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
929         a possibility to disable format=flow encoding when using hard newlines.
930
931 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
932
933         * shr.el (shr-insert): Remove space inserted before or after a
934         breakable character or at the beginning or the end of a line.
935         (shr-find-fill-point): Do kinsoku; find the second best point or give
936         it up if there's no breakable point.
937
938 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
939
940         * nnimap.el (nnimap-open-connection): Message when opening connection
941         for debugging purposes.
942
943         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
944         on every setup buffer call to allow this to change from article to
945         article.
946
947         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
948         buffers where we have a wide table.
949
950 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
951
952         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
953         uses *-request-thread.
954
955 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * nnimap.el (nnimap-open-connection): Remove %s from openssl
958         incantation, which is no longer valid.
959
960 2010-10-14  Julien Danjou  <julien@danjou.info>
961
962         * shr.el: Fix defcustom type (char -> character).
963
964 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * nnimap.el (nnimap-open-connection): tls-program should be a list of
967         programs.
968
969 2010-10-14  Julien Danjou  <julien@danjou.info>
970
971         * shr.el (shr-tag-a): Use url-link as widget type.
972
973         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
974         `gnus-group-get-icon'.
975
976 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977
978         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
979         This should make server editing work better.
980
981         * shr.el (shr-find-fill-point): Don't inloop on indented text.
982
983         * tls.el (tls-program): Remove spurious %s from openssl.
984
985         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
986         (nnimap-parse-flags): Fix regexp.
987
988         * shr.el (shr-find-fill-point): Use a filling algorithm that should
989         probably work for CJVK text, too.
990
991         * nnimap.el (nnimap-extend-tls-programs): Removed.
992         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
993
994         * tls.el (tls-starttls-switches): Remove starttls hack.
995         (open-tls-stream): Ditto.
996         (tls-find-starttls-argument): Ditto.
997
998 2010-10-13  Julien Danjou  <julien@danjou.info>
999
1000         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1001         responses.
1002
1003 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004
1005         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1006
1007         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1008         anything in Emacs.
1009
1010         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1011
1012 2010-10-13  Julien Danjou  <julien@danjou.info>
1013
1014         * shr.el (shr-width): Make shr-width a defcustom with default to
1015         fill-column.
1016         (shr-tag-img): Use shr-width rather than fill-column.
1017
1018 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1019
1020         * dgnushack.el (byte-optimize-apply)
1021         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1022
1023         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1024         position when (X-)Faces exist.
1025         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1026         avatars when called interactively.
1027
1028 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1031         gnus-article-x-face-too-ugly is bound.
1032
1033 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1034
1035         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1036
1037         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1038         mailbox that doesn't exist.
1039
1040 2010-10-12  Julien Danjou  <julien@danjou.info>
1041
1042         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1043         (shr-get-image-data): Encode URL properly when fetching from cache.
1044         (shr-tag-img): Use aligned-to spaces to align correctly images.
1045
1046         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1047         before inserting the Gravatar.
1048
1049         * shr.el (shr-tag-img): Add align attribute support for <img>.
1050
1051 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1052
1053         * gnus-gravatar.el (gnus-art): Required.
1054
1055         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1056         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1057         Remove long obsoleted functions.
1058
1059 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1060
1061         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1062
1063         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1064
1065         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1066         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1067         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1068         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1069         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1070         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1071         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1072
1073 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1074
1075         * nnimap.el (nnimap-request-rename-group): Select group read-only
1076         before renaming it.
1077
1078         * shr.el (shr-insert): Fix up the white space only regexp.
1079
1080         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1081         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1082
1083         * shr.el (shr-current-column): New function.
1084         (shr-find-fill-point): New function.
1085
1086 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1087
1088         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1089         numbers.
1090
1091 2010-10-11  Julien Danjou  <julien@danjou.info>
1092
1093         * shr.el (shr-hr-line): Add.
1094         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1095         display hr lines.
1096         (shr-max-columns): Do not change state to nil if we just inserting
1097         spaces.
1098
1099 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1100
1101         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1102         select the last group.
1103
1104 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1105
1106         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1107
1108 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1109
1110         * dig.el (dig-mode-map): Declare and define in one step.
1111
1112 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1113
1114         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1115         for Gnus.
1116         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1117         (nnimap-update-qresync-info): Mark \Seen articles as read.
1118
1119         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1120         non-variable, too.
1121
1122         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1123         available.
1124         (nnimap-update-info): Rely more on the current active than the param
1125         active to avoid marking articles as read too much.
1126
1127         * auth-source.el (auth-source-create): Use (user-login-name) for the
1128         user name default.
1129
1130         * nnimap.el (nnimap-update-info): If the server doesn't return any
1131         useful info, just use the previous info.
1132         (nnimap-update-info): Prefer old info over start-article.
1133         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1134
1135 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1136
1137         * nnir.el (autoload): Clean up autoloads.
1138         (nnir-imap-default-search-key): Renamed from
1139         nnir-imap-search-field. Use key rather than value.
1140         (nnir-imap-search-other): New variable.
1141         (nnir-read-parm): Use it.
1142         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1143         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1144
1145 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1146
1147         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1148         the process, too.
1149
1150 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1153         Allbery.
1154
1155         * shr.el: Rework the way things are indented by <li> slightly.
1156
1157         * gnus.el (gnus-group-set-parameter): Fix typo.
1158
1159         * nnimap.el: Start implementing QRESYNC support.
1160
1161 2010-10-09  Julien Danjou  <julien@danjou.info>
1162
1163         * nnir.el (nnir-engines): Fix too many arguments.
1164
1165 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1166
1167         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1168         group is the "last", so that the backends like nnfolder actually save
1169         their folders.
1170
1171         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1172         try to use that for the tls stream.
1173         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1174         UIDVALIDITY and find out which groups are read-only and not.
1175         (nnimap-get-flags): Use the same marks parsing code as the rest of
1176         nnimap.
1177
1178 2010-10-09  Julien Danjou  <julien@danjou.info>
1179
1180         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1181
1182         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1183         retrieving gravatars.
1184
1185         * shr.el (shr-table-corner): Add.
1186         (shr-table-line): Add.
1187         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1188
1189 2010-10-08  Julien Danjou  <julien@danjou.info>
1190
1191         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1192
1193 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1194
1195         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1196
1197         * gnus-sum.el (gnus-mark-article-as-unread)
1198         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1199         (gnus-summary-set-bookmark): Use it.
1200
1201         * gnus-msg.el (gnus-setup-message): Use it.
1202
1203         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1204
1205         * gnus.el (gnus-group-remove-parameter): Use it.
1206
1207         * gnus-group.el (gnus-group-make-web-group): Use it.
1208
1209         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1210
1211         * nnregistry.el: Update docs to mention manual.
1212
1213         * gnus-registry.el: Update docs to mention nnregistry.el.
1214         (gnus-registry-initialize): Don't install nnregistry refer method
1215         automatically.
1216         (gnus-registry-install-nnregistry): Remove it.
1217
1218 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1219
1220         * shr.el (shr-insert): Don't insert double spaces.
1221
1222 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1223
1224         * gnus-gravatar.el (gnus-treat-from-gravatar)
1225         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1226         called interactively.
1227
1228         * gnus-art.el (gnus-mime-view-part-externally)
1229         (gnus-mime-view-part-internally): Make predicate function passed to
1230         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1231         of a mime type.
1232
1233         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1234
1235 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236
1237         * shr.el (require): Require cl when compiling.
1238         (shr-tag-hr): New function.
1239
1240         * nnimap.el (nnimap-update-info): Remove double setting of high.
1241         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1242         makes nnimap work properly on Courier again.
1243
1244         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1245         the variable for backwards compatability.
1246
1247         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1248         the file name before using to avoid setting mm-default-directory to
1249         nil.
1250
1251         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1252         bidning gnus-agent variables.
1253
1254         * shr.el (shr-render-td): Use a cache for the table rendering function
1255         to avoid getting an exponential rendering behaviour in nested tables.
1256         (shr-insert): Rework the line-breaking algorithm.
1257         (shr-insert): Don't leave trailing spaces.
1258         (shr-insert-table): Also insert empty TDs.
1259         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1260
1261 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1262
1263         * gnus-sum.el (gnus-number): Rename from `number'.
1264         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1265         (gnus-summary-limit-children): Update uses correspondingly.
1266
1267 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1268
1269         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1270         (gnus-gravatar-transform-address): Don't show avatars of people of
1271         which mail addresses match gnus-gravatar-too-ugly.
1272
1273 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1274
1275         * shr.el (shr-table-widths): Expand TD elements to fill available
1276         space.
1277
1278 2010-10-07  Julien Danjou  <julien@danjou.info>
1279
1280         * nnimap.el (nnimap-request-rename-group): Add this method.
1281
1282 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1285         name from XEmacs' function-arglist.
1286
1287         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1288         gravatar under XEmacs.
1289
1290 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1291
1292         * auth-source.el: Update docs with TODO items.
1293
1294         * gnus-sync.el: Update docs to explain state and plans.
1295
1296         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1297         Hooks for mark updates.
1298         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1299
1300         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1301         hooks with arguments, which is needed for mark update hooks.
1302
1303 2010-10-06  Julien Danjou  <julien@danjou.info>
1304
1305         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1306         was matched.
1307
1308         * sieve-manage.el: Update example in `Commentary'.
1309
1310         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1311
1312         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1313         not 2000.
1314         (sieve-manage-authenticate): Re-add function.
1315
1316 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1317
1318         * shr.el (shr-insert): Get 'space transition right.
1319         (shr-render-td): Only delete space at the end of the TD.
1320
1321         * nnimap.el (nnimap-open-connection): Prepare to support
1322         open-gnutls-stream.
1323
1324         * shr.el: Rearrange function order to be more logical.
1325
1326 2010-10-06  Julien Danjou  <julien@danjou.info>
1327
1328         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1329         (nnrss-discover-feed): Remove 404 URL in docstring.
1330
1331         * nnir.el: Fix Swish-E URL.
1332         Fix Namazu URL.
1333
1334         * message.el (message-change-subject): Remove 404 URL in a comment.
1335
1336 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1337
1338         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1339         called interactively.
1340
1341         * gnus-util.el (gnus-remove-if): Allow hash table.
1342         (gnus-remove-if-not): New function.
1343
1344         * gnus-art.el (gnus-mime-view-part-as-type)
1345         * gnus-score.el (gnus-summary-score-effect)
1346         * gnus-sum.el (gnus-read-move-group-name):
1347         Replace remove-if-not with gnus-remove-if-not.
1348
1349         * gnus-group.el (gnus-group-completing-read):
1350         Regard collection as a hash table if it is not a list.
1351
1352 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1353
1354         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1355
1356         * shr.el: Document the table-rendering algorithm.
1357
1358 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1359
1360         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1361         for Emacsen having no `libxml-parse-html-region' support.
1362
1363 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364
1365         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1366         invalid URLs.
1367
1368         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1369         line-broken.
1370         (shr-tag-img): Ignore image fetching errors.
1371         (shr-overlays-in-region): Compute overlay positions correctly.
1372
1373         * mm-decode.el (mm-shr): Require shr.
1374
1375         * gnus-art.el (gnus-blocked-images): Move variable here.
1376
1377         * shr.el (shr-insert-table): Bind free variable.
1378
1379         * mm-decode.el (mm-shr): Bind shr-content-function.
1380
1381         * shr.el (shr-content-function): New variable.
1382
1383         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1384         added for symmetry.
1385
1386         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1387
1388         * gnus-group.el (gnus-group-make-group): Doc fix.
1389
1390         * nnimap.el (nnimap-request-newgroups): Return success.
1391
1392         * shr.el (shr-find-elements): New function.
1393         (shr-tag-table): Put all the images after the table.
1394         (shr-tag-table): Really inhibit images inside the table.
1395         (shr-collect-overlays): Copy over overlays from the TD elements to the
1396         main document.
1397
1398         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1399         gnus-blocked-images.
1400
1401 2010-10-05  Julien Danjou  <julien@danjou.info>
1402
1403         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1404
1405         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1406         (gnus-html-maximum-image-size): Add this function.
1407         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1408
1409         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1410         server-value of the capability is nil.
1411
1412 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1413
1414         * shr.el (shr-tag-em): Add <EM> tag.
1415
1416 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1417
1418         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1419         customizable.
1420
1421         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1422         handing broken links to browse-url.
1423
1424 2010-10-05  Julien Danjou  <julien@danjou.info>
1425
1426         * gnus-util.el (gnus-emacs-completing-read)
1427         (gnus-iswitchb-completing-read): Use autoload rather than require.
1428
1429 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1432         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1433         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1434         iswitchb-temp-buflist for XEmacs.
1435
1436         * gnus-util.el (gnus-completing-read-function): Exclude
1437         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1438         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1439         XEmacs.
1440
1441         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1442         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1443
1444         * gnus-html.el: Don't require help-fns under XEmacs.
1445         (gnus-html-schedule-image-fetching): Work for XEmacs.
1446
1447         * mm-decode.el (mm-shr): Decode contents by charset.
1448
1449 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1450
1451         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1452         unknown.
1453
1454         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1455         (shr-get-image-data): Ensure against the cache file missing.
1456
1457         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1458         for data.
1459
1460         * spam-report.el (spam-report-url-ping-plain): Don't query about
1461         killing the process.
1462
1463         * shr.el (shr-render-td): Protect against too-wide text.
1464
1465 2010-10-04  Julien Danjou  <julien@danjou.info>
1466
1467         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1468         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1469
1470         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1471         retrieved.
1472
1473 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * shr.el (browse-url): Required.
1476         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1477         lines.
1478         (shr-show-alt-text, shr-browse-image): New commands.
1479         (shr-browse-url, shr-copy-url): New commands.
1480
1481         * gnus-sum.el (gnus-widen-article-window): New variable.
1482         (gnus-summary-select-article-buffer): Use it.
1483
1484         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1485         without @ signs.
1486
1487 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1488
1489         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1490
1491 2010-10-04  Julien Danjou  <julien@danjou.info>
1492
1493         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1494         for XEmacs.
1495
1496 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497
1498         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1499
1500         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1501         (nnimap-close-server): Implement.
1502
1503         * dgnushack.el (iswitchb): Require to shut up the compiler.
1504
1505         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1506         (shr-insert): Tweak line breaking.
1507         (shr-insert): Handle <pre> better.
1508         (shr-tag-li): Get <li> indentation right.
1509         (shr-tag-li): Get <li> indentation even righter.
1510         (shr-tag-blockquote): Ensure paragraph start.
1511         (shr-make-table): Tweak table generation.
1512         (shr-make-table): Fix typo.
1513
1514         * shr.el: Implement table rendering.
1515
1516 2010-10-04  Julien Danjou  <julien@danjou.info>
1517
1518         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1519
1520 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521
1522         * shr.el (shr-insert): Use string anchors instead of line anchors.
1523
1524 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * shr.el: Add headings.
1527         (shr-ensure-paragraph): Actually work.
1528         (shr-tag-li): Make <ul> prettier.
1529         (shr-insert): Get white space at the beginning/end of elements right.
1530         (shr-tag-p): Collapse subsequent <p>s.
1531         (shr-ensure-paragraph): Don't insert double line feeds after blank
1532         lines.
1533         (shr-insert): \t is also space.
1534         (shr-tag-s): Fix "s" tag name function.
1535         (shr-tag-s): Fix face prop name.
1536
1537 2010-10-03  Julien Danjou  <julien@danjou.info>
1538
1539         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1540
1541         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1542         gnus-window-inside-pixel-edges.
1543
1544         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1545         gnus-ems.
1546
1547         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1548
1549         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1550         function.
1551
1552         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1553         resize choice.
1554
1555 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556
1557         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1558         beginning of the buffer.
1559
1560         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1561         article buffer again.
1562
1563         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1564         buffer.
1565
1566         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1567         when it's at the start of the buffer.
1568
1569         * shr.el (shr-tag-blockquote): Convert name.
1570         (shr-rescale-image): Use the right image-size variant.
1571
1572         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1573         buffer isn't shown, then select the current article first instead of
1574         bugging out.
1575         (gnus-summary-select-article-buffer): Show both the article and summary
1576         buffers again.
1577
1578         * shr.el (shr-fontize-cont): Protect against regions with no text.
1579         Rename tag functions to shr-tag-* for enhanced security.
1580         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1581
1582 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1583
1584         * shr.el (shr-insert):
1585         * pop3.el (pop3-movemail):
1586         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1587         loaded.
1588
1589 2010-10-03  Glenn Morris  <rgm@gnu.org>
1590
1591         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1592
1593         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1594
1595         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1596
1597         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1598
1599         * gnus-util.el (gnus-make-local-hook): Simplify.
1600
1601 2010-10-02  Julien Danjou  <julien@danjou.info>
1602
1603         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1604         (gnus-ido-completing-read): New function.
1605         (gnus-emacs-completing-read): New function.
1606         (gnus-completing-read): Use gnus-completing-read-function.
1607         Add gnus-completing-read-function.
1608
1609 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1610
1611         * shr.el (shr-insert-document): Autoload.
1612         (shr-img): Be silent.
1613         (shr-insert): Add a newline after every picture before text.
1614         (shr-add-font): Use overlays for combining faces.
1615         (shr-insert): Pass upwards the text start point.
1616
1617         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1618         possible.
1619         (mm-shr): New function.
1620
1621 2010-10-02  Julien Danjou  <julien@danjou.info>
1622
1623         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1624         should go backward.
1625
1626 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1627
1628         * shr.el (shr): Fix typo in provide call.
1629
1630 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1631
1632         * shr.el: New file.
1633
1634         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1635
1636         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1637         completing read.
1638
1639 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640
1641         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1642         we're being queried about.  Suggested by Dan Jacobson.
1643
1644         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1645         by Jason Eisner.
1646
1647         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1648         table, too.  Suggested by Stefan Wiens.
1649         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1650         the table unnecessary.  Suggested by Stefan Wiens.
1651
1652         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1653         longer needed, and probably doesn't work either, as pointed out by
1654         Stefan Wiens.
1655         (gnus-summary-exit): Remove call to the clearing function.
1656         (gnus-summary-exit-no-update): Ditto.
1657
1658         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1659         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1660         Reported by Stefan Monnier.
1661         (gnus-summary-save-in-rmail): Ditto.
1662
1663         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1664         article buffer, instead of both the article buffer and the summary
1665         buffer.  Sort of suggested by Dan Jacobson.
1666
1667         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1668
1669         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1670         Suggested by Dan Jacobson.
1671
1672         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1673         documentation clearer.
1674
1675         * message.el (message-shorten-references): Comment on the number "21".
1676         Suggested by Stefan Monnier.
1677
1678         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1679         Suggested by Dan Jacobson.
1680
1681         * gnus.el (gnus-large-newsgroup): Mention
1682         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1683
1684         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1685         externalize attachments.  Bug reported by Steve Wen.
1686
1687         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1688         really message anything to the user.
1689
1690         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1691         directly.
1692
1693         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1694         messages in empty groups.
1695
1696 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1697
1698         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1699         non-UIDNEXT group.
1700
1701 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1702
1703         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1704         not the value from the collection.
1705
1706         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1707         values.  This sometimes happens on some groups that have no info.
1708         (nnimap-request-newgroups): New function.
1709
1710 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1711
1712         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1713         check into `gnus-registry-initialize'.
1714         (gnus-registry-initialize): Ditto.
1715         Fix and extend header docs.
1716
1717 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1718
1719         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1720         regexp backtrace overflows.
1721
1722         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1723         for starttls that tls.el implements; i.e. openssl.
1724
1725         * tls.el (tls-starttls-switches): Give up on using starttls with
1726         gnutls-cli.
1727         (tls-program): Add --insecure to be consistent with the defaults from
1728         openssl s_client.  Now all three commands are insecure.
1729
1730 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1731
1732         * lpath.el: Bind completion-styles-alist for XEmacs.
1733
1734         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1735         (gravatar-create-image): New function that's an alias to
1736         gnus-xmas-create-image, gnus-create-image, or create-image.
1737         (gravatar-data->image): Use it.
1738
1739 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1740
1741         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1742         install the nnregistry refer method.
1743         (gnus-registry-install-hooks): Use it.
1744         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1745         unfollowed groups.
1746
1747 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1748
1749         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1750         expanding threads.
1751
1752 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1753
1754         * nnir.el: Use the server names without suffixes (bug #7009).
1755
1756         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1757         unencrypted to STARTTLS, if possible.
1758
1759 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1760
1761         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1762         headers before superseding.
1763
1764 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1765
1766         * nnrss.el (nnrss-use-local): Add documentation.
1767
1768         * nnimap.el (nnimap-extend-tls-programs): New function.
1769         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1770         (nnimap-wait-for-connection): Accept the greeting from the stupid
1771         output from openssl s_client -starttls, too.
1772
1773         * tls.el (tls-starttls-switches): New variable.
1774         (tls-find-starttls-argument): Use it.
1775         (open-tls-stream): Ditto.
1776
1777         * netrc.el (netrc-credentials): Return the value of the "default"
1778         entry.
1779         (netrc-machine): Ditto.
1780
1781         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1782         article number.
1783         (nnimap-split-fancy): New variable.
1784         (nnimap-split-incoming-mail): Use it.
1785
1786         * nntp.el (nntp-server-list-active-group): Document.
1787
1788         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1789         SELECT to get the message-id.
1790
1791         * mail-source.el (mail-sources): Removed webmail support.
1792         (defvar): Ditto.
1793         (mail-source-fetcher-alist): Ditto.
1794         (mail-source-fetch-webmail): Removed.
1795
1796         * webmail.el: Removed -- doesn't seem relevant any more.
1797
1798         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1799
1800         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1801         the \r.
1802
1803 2010-09-30  Julien Danjou  <julien@danjou.info>
1804
1805         * gnus-agent.el (gnus-agent-add-group): Fix call to
1806         gnus-completing-read.
1807
1808 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1809
1810         * nndoc.el (nndoc-retrieve-groups): New function.
1811
1812         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1813         `default', use nnmail-split-methods.
1814         (nnimap-request-article): Downcase the NILs so that they are nil.
1815
1816         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1817         symbol.
1818
1819         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1820         code, since if the user has requested network, that's what they ought
1821         to get.
1822         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1823         (nnimap-split-rule): Mark as obsolete.
1824
1825         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1826         variable.
1827
1828         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1829         correct slot, too.
1830
1831 2010-09-29  Julien Danjou  <julien@danjou.info>
1832
1833         * gnus.el (gnus-local-domain): Declare variable obsolete.
1834
1835         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1836         computing.
1837         (gnus-ido-completing-read): Require ido.
1838
1839 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840
1841         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1842         build Gnus.
1843
1844         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1845         when interpreting the structures.
1846         (nnimap-request-accept-article): Add \r\n to the lines to make this
1847         work with Cyrus.
1848
1849         * nndraft.el (nndraft-request-expire-articles): Use the group name
1850         instead if "nndraft".  Fix found by Nils Ackermann.
1851
1852 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1853
1854         * nnregistry.el: Added.
1855
1856 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1857
1858         * nnmail.el (group, group-art-list, group-art):
1859         Remove unneeded directives.
1860
1861 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1862
1863         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1864         (mm-mime-charset)
1865         * rfc2047.el (rfc2047-syntax-table)
1866         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1867
1868         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1869         rather than `insert-file-contents' and `eval-region'.
1870
1871         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1872         construction.
1873
1874         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1875
1876         * time-date.el: No need to require cl for Emacs 21.
1877
1878 2010-09-29  Julien Danjou  <julien@danjou.info>
1879
1880         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1881         replacement of `gnus-gravatar-relief' to mimic
1882         `gnus-faces-properties-alist'.
1883         Add :version property.
1884
1885 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1886
1887         * mail-source.el (mail-source-report-new-mail)
1888         * message.el (message-default-mail-headers)
1889         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1890
1891         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1892
1893 2010-09-28  Julien Danjou  <julien@danjou.info>
1894
1895         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1896         mail-address contains the same string as real-name.
1897
1898         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1899         non-blank in header, otherwise it'll get stripped.
1900
1901         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1902         real-name, and then for mail address rather than doing : or , search.
1903
1904 2010-09-27  Julien Danjou  <julien@danjou.info>
1905
1906         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1907         (gnus-server-goto-server): Use gnus-completing-read.
1908
1909         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1910
1911         * mm-util.el (defalias): Use gnus-completing-read.
1912         (mm-codepage-setup): Use gnus-completing-read.
1913
1914         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1915         (smime-decrypt-buffer): Use gnus-completing-read.
1916
1917         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1918
1919         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1920         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1921         (mml-insert-multipart): Use gnus-completing-read.
1922
1923         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1924
1925         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1926
1927         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1928
1929         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1930
1931         * gnus.el (gnus-read-method): Use gnus-completing-read.
1932
1933         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1934
1935         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1936         (gnus-mime-action-on-part): Use gnus-completing-read.
1937         (gnus-article-encrypt-body): Use gnus-completing-read.
1938
1939         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1940         (gnus-topic-move-matching): Use gnus-completing-read.
1941         (gnus-topic-copy-matching): Use gnus-completing-read.
1942         (gnus-topic-sort-topics): Use gnus-completing-read.
1943         (gnus-topic-move): Use gnus-completing-read.
1944
1945         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1946         (gnus-agent-add-group): Use gnus-completing-read.
1947
1948         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1949         gnus-completing-read.
1950         (nnmairix-update-groups): Use gnus-completing-read.
1951         (nnmairix-get-server): Use gnus-completing-read.
1952         (nnmairix-backend-to-server): Use gnus-completing-read.
1953         (nnmairix-goto-original-article): Use gnus-completing-read.
1954         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1955
1956         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1957
1958         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1959         (gnus-group-make-useful-group): Use gnus-completing-read.
1960         (gnus-group-make-web-group): Use gnus-completing-read.
1961         (gnus-group-add-to-virtual): Use gnus-completing-read.
1962         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1963
1964         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1965         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1966         (gnus-summary-execute-command): Use gnus-completing-read.
1967         (gnus-summary-respool-article): Use gnus-completing-read.
1968         (gnus-read-move-group-name): Use gnus-completing-read.
1969
1970         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1971         (gnus-summary-score-effect): Use gnus-completing-read.
1972
1973         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
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
1980 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1981
1982         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1983         x-focus-frame.
1984
1985         * nnimap.el (auth-source-forget-user-or-password)
1986         (auth-source-user-or-password): Autoload.
1987
1988         * message.el (message-from-style, message-interactive)
1989         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1990         (message-yank-prefix, message-indentation-spaces, message-signature)
1991         (message-signature-file): Add comment.
1992
1993 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1994
1995         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1996         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1997         new articles.
1998
1999         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2000         parts.
2001         (nnimap-request-article): Work with the t setting, too.
2002
2003         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2004         that you don't get flashes of other buffers.
2005         (gnus-summary-show-complete-article): Intern before setting.
2006
2007 2010-09-27  David Engster  <dengste@eml.cc>
2008
2009         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2010         well as HEADERS.
2011         (nnmairix-retrieve-headers): Provide new argument for the above.
2012
2013 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2014
2015         * gnus-sum.el (gnus-summary-move-article): Don't alter
2016         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2017         group.
2018
2019         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2020
2021         * message.el (message-cite-prefix-regexp): Revert my last edit.
2022
2023         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2024         variable instead of the Gnus variable.
2025
2026         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2027
2028         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
2029         again.
2030
2031         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2032         since some servers don't like it.
2033         (nnimap-open-connection): Forget credentials if the server says the
2034         password was wrong.
2035         (nnimap-parse-line): Protect against invalid data.
2036
2037         * gnus-sum.el (gnus-summary-move-article): Add comment.
2038         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2039         nothing alters it while scanning for new messages.
2040
2041         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2042         which may or may not help.
2043         (nnimap-open-connection): If we're doing a stream connection, and then
2044         discover we're on a STARTTLS-capable server, then open a STARTTLS
2045         connection instead.
2046
2047 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2048
2049         * nnimap.el (utf7): Required.
2050
2051         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2052         prefix.
2053
2054 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2055
2056         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2057
2058 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2059
2060         * nnimap.el (nnimap-request-accept-article): Message the error on
2061         error.
2062
2063 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2064
2065         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2066
2067 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068
2069         * nndoc.el (nndoc-request-list): Return success always.
2070
2071         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2072         `fetch-old' -- we only want to fetch the articles we've requested.  The
2073         rest are in the agent, probably.
2074         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2075         disappeared server" to something low.  It's not important.
2076
2077         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2078         arrived before the FETCH data.
2079
2080         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2081         target here, because we don't know the Gnus name of the group.
2082
2083         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2084         for the correct group.
2085
2086         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2087
2088         * gnus.el (gnus): Give a final warning after startup.
2089
2090         * gnus-util.el (gnus-action-message-log): New variable.
2091         (gnus-message): Use it.
2092         (gnus-final-warning): New function.
2093
2094         * nnimap.el (nnimap-open-connection): Record the greeting.
2095         (nnimap): Add greeting.
2096
2097 2010-09-26  Julien Danjou  <julien@danjou.info>
2098
2099         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2100         arguments.
2101         (gnus-html-wash-images): Fix spec computing to include start/end.
2102
2103         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2104
2105 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2108         deletion.
2109         (nnimap-retrieve-headers): Don't select the group, because that's
2110         already done by nnimap-possibly-change-group.
2111
2112         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2113         (gnus-picon-transform-address): Use it.
2114
2115         * mail-source.el (mail-source-value): Revert previous patch.
2116
2117         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2118         on failure.
2119         (nnimap-open-connection): Look up both virtual and physical server name
2120         credentials.
2121
2122         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2123
2124 2009-02-07  Dave Love  <fx@gnu.org>
2125
2126         * tls.el (open-tls-stream): Don't query killing process.
2127
2128 2009-02-08  Dave Love  <fx@gnu.org>
2129
2130         * gnus-win.el (gnus-window-to-buffer-helper,
2131         gnus-all-windows-visible-p): Function needn't be a symbol.
2132
2133         * mail-source.el (mail-source-value): Function needn't be a symbol.
2134
2135 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136
2137         * message.el (message-cite-prefix-regexp): Remove } from the cite
2138         prefix.
2139
2140         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2141         highlight again, so that the highlight is correct.
2142
2143         * gnus-picon.el (gnus-picon): Remove again.
2144         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2145
2146         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2147         doing the header highlightling, so that the background colour of the
2148         picon is correct.
2149
2150         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2151         (gnus-picon): Ditto.
2152         (gnus-picon): Reinstate.  The background colour for picons is white.
2153         (gnus-picon-insert-glyph): Make the background white.
2154
2155         * nnml.el (nnml-open-nov): Don't return dead buffers.
2156
2157         * auth-source.el (auth-source-create): Query the user for whether to
2158         store the credentials.
2159
2160         * netrc.el (netrc-store-data): New function.
2161
2162         * auth-source.el (auth-source-user-or-password): Use the existing auth
2163         sources, if any, for creation.
2164
2165         * gnus.el (gnus-group-fast-parameter): Return the last matching
2166         parameter instead of the first matching parameter.
2167
2168 2010-09-26  Julien Danjou  <julien@danjou.info>
2169
2170         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2171
2172 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2173
2174         * mml2015.el (mml2015-use): Remove gpg support.
2175
2176         * mml1991.el (mml1991-function-alist): Remove gpg function.
2177         (mml1991-gpg-sign): Removed.
2178
2179 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2180
2181         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2182         (gnus-browse-unsubscribe-current-group): Document it.
2183         (gnus-browse-unsubscribe-group): Use it.
2184
2185 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2186
2187         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2188         address to the To list for easier response.
2189
2190         * gnus.el (gnus-play-startup-jingle): Removed.
2191         (gnus-splash): Don't play jingle.
2192         (gnus): Silence gnus-load message.
2193
2194         * gnus-art.el (gnus-treat-play-sounds): Removed.
2195
2196         * gnus.el (gnus-play-jingle): Remove audio support.
2197
2198         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2199
2200         * earcon.el: Removed -- no users.
2201
2202         * gnus-audio.el: Removed -- no users of this package.
2203
2204         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2205
2206         * gnus-start.el (gnus-setup-news): Remove nocem support.
2207
2208         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2209
2210         * gnus.el (gnus-use-nocem): Removed.
2211
2212         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2213         Removed.
2214
2215         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2216         uses NoCeM any more.
2217
2218         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2219         (gnus-button-ctan-handler): Ditto.
2220         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2221         (gnus-button-ctan-directory-regexp): Ditto.
2222         (gnus-button-handle-ctan): Ditto.
2223         (gnus-button-tex-level): Ditto.
2224         (gnus-button-alist): Removed CTAN stuff.
2225
2226 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2227
2228         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2229         nnimap-streaming test.
2230
2231         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2232         servers twice.
2233
2234         * nnimap.el (nnimap-open-connection): Add more error reporting when
2235         nnimap fails early.
2236
2237         * nnheader.el (nnheader-get-report-string): New function.
2238         (nnheader-get-report): Use it.
2239
2240         * gnus-int.el (gnus-check-server): Say what the error was when opening
2241         failed.
2242
2243         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2244         using streaming.
2245
2246 2010-09-25  Julien Danjou  <julien@danjou.info>
2247
2248         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2249         gnus-window-inside-pixel-edges.
2250
2251 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252
2253         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2254
2255         * mm-decode.el (mm-save-part): Allow saving to other directories the
2256         normal Emacs way.
2257
2258         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2259         by Jay Berkenbilt.
2260
2261         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2262         there isn't a single byte.
2263
2264         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2265         just do it.  It doesn't really seem to matter what the user responds
2266         here, I think, so it's just a confusing question.
2267
2268         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2269         non-streaming case.
2270
2271         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2272         (gnus-article-encrypt-body): Use it.
2273
2274         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2275         keystroke.
2276
2277         * nnimap.el (nnimap-find-wanted-parts-1): Use
2278         gnus-fetch-partial-articles.
2279
2280         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2281
2282         * nnimap.el (nnimap-insert-partial-structure): New function.
2283         (nnimap-get-partial-article): New function.
2284         (nnimap-request-article): Use it.
2285         (nnimap-wait-for-response): Return whether the wait was successful.
2286         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2287         retrieval wasn't successful.
2288         (nnimap-retrieve-group-data-early): Allow throttling servers.
2289         (nnimap-streaming): New variable.
2290         (nnimap-fetch-partial-articles): Removed.
2291
2292         * mm-decode.el (mm-with-part): Protect against killed buffers.
2293
2294         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2295         for prettier summary display.
2296
2297 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2298
2299         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2300         directly.
2301
2302 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2305         apparently third-party libraries depend on it.
2306
2307         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2308         before starting negotiation.
2309
2310         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2311         privacy reasons.
2312         (gnus-treat-mail-gravatar): Ditto.
2313
2314         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2315         buffer when inserting images.  Inserting text into the headers, for
2316         instance, can make them invalid.
2317
2318 2010-09-25  Julien Danjou  <julien@danjou.info>
2319
2320         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2321         variables.
2322
2323         * nnheader.el: Remove useless variables news-reply-yank-from and
2324         news-reply-yank-message-id.
2325
2326         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2327         variables.
2328
2329         * mml1991.el: Remove useless mml1991-verbose.
2330
2331         * gnus.el: Remove useless variable gnus-use-generic-from.
2332         Remove obsolete variable gnus-topic-indentation.
2333
2334         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2335
2336         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2337
2338         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2339
2340         * gnus-group.el: Remove useless gnus-group-icon-cache.
2341         Remove useless gnus-ephemeral-group-server.
2342
2343         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2344
2345         * mml2015.el: Remove useless mml2015-verbose.
2346
2347         * mml-smime.el: Remove useless mml-smime-verbose.
2348
2349         * gnus.el: Remove useless gnus-local-domain.
2350
2351         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2352         gnus-gravatar-size.
2353
2354         * gnus-art.el: Remove useless gnus-treat-translate.
2355
2356 2010-09-24  Julien Danjou  <julien@danjou.info>
2357
2358         * gnus-sum.el: Add support for Gravatars.
2359
2360         * gnus-art.el: Add support for Gravatars.
2361
2362         * gnus-gravatar.el: Add this file.
2363
2364         * gravatar.el: Add this file.
2365
2366 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2367
2368         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2369
2370         * gnus-group.el (gnus-group-fetch-faq): Removed.
2371
2372         * gnus.el (gnus-group-faq-directory): Removed.
2373
2374         * gnus-group.el (gnus-group-fetch-charter): Removed.
2375
2376         * gnus.el (gnus-group-charter-alist): Removed.
2377
2378         * gnus-group.el (gnus-group-archive-directory): Removed.
2379         (gnus-group-recent-archive-directory): Ditto.
2380         (gnus-group-make-archive-group): Removed.
2381
2382         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2383
2384         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2385         use the same article number for all the cached articles.
2386
2387         * nnimap.el (nnimap-command): Register the last command time so
2388         that we can use it for idling NOOPs.
2389         (nnimap-open-connection): Start the keeplive timer.
2390         (nnimap-make-process-buffer): Store all the process buffers.
2391         (nnimap-keepalive): New function.
2392
2393         * starttls.el (starttls-open-stream): Add autoload cookie.
2394
2395 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2396
2397         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2398         handling.
2399
2400 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401
2402         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2403         its data structures.
2404
2405         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2406         instead of the cl.el copy-list.
2407         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2408         equalp.
2409
2410 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2411
2412         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2413         and tool-bar-local-item-from-menu.
2414
2415         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2416         mode-line-highlight face for Emacs.
2417
2418         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2419         loading gnus-sum.elc; fix comment for canlock-verify.
2420         (gnus-article-jump-to-part): Use read-number.
2421         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2422         Emacs pre-21 compatible code for help-echo.
2423         (gnus-article-next-page-1): No need to adjust the number of lines.
2424         (gnus-article-describe-bindings): Always use help-buffer.
2425
2426         * gnus-audio.el (gnus-audio-inline-sound)
2427         * gnus-cus.el (gnus-custom-mode)
2428         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2429
2430         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2431
2432         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2433         compatible code.
2434
2435 2010-09-24  Glenn Morris  <rgm@gnu.org>
2436
2437         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2438         visiting the fcc file in rmail-mode.
2439
2440         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2441
2442 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2443
2444         * nnir.el: Silence the byte compiler.
2445
2446         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2447         alias to browse-url-url-encode-chars if any.
2448         (gnus-html-encode-url): Use it.
2449
2450 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2451
2452         * gnus-start.el (gnus-use-backend-marks): New variable.
2453         (gnus-get-unread-articles-in-group): Use it.
2454
2455         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2456         makeover.
2457
2458 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2459
2460         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2461
2462 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2463
2464         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2465         Removed.
2466         (gnus-setup-news-hook): Removed
2467         gnus-fixup-nnimap-unread-after-getting-new-news.
2468
2469         * gnus-int.el (gnus-request-update-info): Protect against backends not
2470         having the function.
2471
2472         * nnimap.el (nnimap-stream): Mention starttls.
2473         (nnimap-open-connection): Add starttls support.
2474
2475 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2476
2477         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2478
2479 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2480
2481         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2482         BODYSTRUCTUREs.
2483         (nnimap-transform-headers): Unfold quoted {42} headers.
2484
2485         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2486         the info.
2487         (gnus-get-unread-articles): Only call updatep on backends that support
2488         it.
2489
2490         * nnweb.el (nnweb-request-update-info): NOOP.
2491
2492         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2493
2494         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2495         since it only deals with marks.
2496
2497         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2498         gnus-request-marks, and make a new gnus-request-update-info.
2499
2500         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2501         the active instead of the high number, which is usually too low.
2502
2503 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2504
2505         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2506         * encrypt.el: Removed.
2507
2508 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2509
2510         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2511         server in symbolic form.
2512
2513         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2514         0.9.
2515
2516 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517
2518         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2519         (nnimap-update-info): Fix up code slightly.
2520
2521         * gnus-int.el (gnus-open-server): Add tracing for performance
2522         debugging.
2523
2524         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2525         (gnus-group-insert-group-line): Pass the real group name so that it
2526         gets the right data.
2527
2528         * gnus-start.el (gnus-get-unread-articles): Don't have
2529         `gnus-get-unread-articles-in-group' update info, since that can be
2530         really slow and doesn't seem to be needed?
2531
2532 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2533
2534         * time-date.el (date-to-time): Try using parse-time-string first before
2535         using the slower timezone-make-date-arpa-standard.
2536
2537 2010-09-22  Julien Danjou  <julien@danjou.info>
2538
2539         * gnus-group.el (gnus-group-insert-group-line): Call
2540         gnus-group-highlight-line.
2541         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2542         default hook list.
2543         (gnus-group-update-eval-form): Add new function.
2544         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2545         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2546
2547 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548
2549         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2550         immediate, then expire all articles.
2551         (nnimap-update-info): Fix off-by-one errors.
2552         (nnimap-flags-to-marks): Would return no marks lists for group with no
2553         flags.  Instead return the other data.
2554
2555 2010-09-22  Julien Danjou  <julien@danjou.info>
2556
2557         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2558         Only return an icon.
2559         (gnus-group-insert-group-line): Compute icon to return.
2560
2561         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2562         variable.
2563         (gnus-html-image-fetched): Only cache if
2564         gnus-html-image-automatic-caching is set.
2565         (gnus-html-image-fetched): Check for errors.
2566
2567 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2568
2569         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2570         once per method on `g'.  This ensures that backends like nnfolder don't
2571         open all their folders.
2572
2573         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2574         (nnimap-request-list): Nix out group in the correct buffer.
2575         (nnimap-parse-flags): Implement by using `read' instead of
2576         hand-parsing.
2577         (nnimap-flags-to-marks): Pass on permanent-flags.
2578         (nnimap-make-process-buffer): Record the server name.
2579         (nnimap-parse-flags): Fix typo.
2580         (nnimap-request-scan): Run split on the server in general, not just a
2581         single group.
2582
2583         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2584         parameter, and propagate this downwards.
2585
2586         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2587         since EXAMINE changes it on the server.
2588
2589         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2590         this command might take a while.
2591
2592 2010-09-22  Julien Danjou  <julien@danjou.info>
2593
2594         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2595         harmful if you have 2 images side-by-side, they can't be properly
2596         update on text deletion.  Using text-property is safer here.
2597         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2598         data.
2599
2600 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2601
2602         * nnimap.el (nnimap-expunge-inbox): Removed.
2603         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2604         (nnimap-expunge): Flip default to t.
2605
2606         * gnus.el (gnus-method-to-server): Don't push things to the cache
2607         unless it's unique.
2608         (gnus-server-to-method): Ditto.
2609
2610 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2611
2612         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2613
2614 2010-09-22  Julien Danjou  <julien@danjou.info>
2615
2616         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2617         get the start of data.
2618         (gnus-html-encode-url): Add this function to encode special chars in
2619         URL.
2620         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2621         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2622
2623         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2624         default.
2625         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2626
2627         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2628         images alt-text.
2629         (gnus-html-put-image): Put alt-text as help-echo.
2630
2631 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2632
2633         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2634         * mm-util.el (mm-decompress-buffer)
2635         * nnir.el (nnir-run-find-grep)
2636         * pop3.el (pop3-list): Use 3rd arg of split-string.
2637
2638         * time-date.el (format-seconds): Comment fix.
2639
2640         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2641         and byte-optimize-form-code-walker.
2642         (dgnushack-make-auto-load): Don't advise make-autoload.
2643
2644         * lpath.el: Remove Emacs 21 stuff.
2645
2646 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2647
2648         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2649         outside the active range.  Suggested by Dan Christensen.
2650
2651         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2652         slightly later to avoid double-getting it.
2653
2654         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2655         previous patch.
2656
2657         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2658
2659 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2660
2661         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2662
2663 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664
2665         * gnus-int.el (gnus-open-server): Give a better error message in the
2666         "go offline" case.
2667
2668         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2669         marks for nnimap, which is seldom the right thing to do.
2670
2671         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2672         (gnus-same-method-different-name): New function.
2673
2674         * nnimap.el (parse-time): Require.
2675
2676         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2677         method in the presence of many similar methods.
2678
2679         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2680
2681         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2682         nnml-inhibit-expiry.
2683
2684         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2685         find out whether methods are equal.
2686
2687         * nnimap.el (nnimap-find-expired-articles): New function.
2688         (nnimap-process-expiry-targets): New function.
2689         (nnimap-request-move-article): Request the article before looking at
2690         what the Message-ID is.  Fix found by Andrew Cohen.
2691         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2692
2693         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2694         for oldness in addition to being a predicate.
2695
2696         * nnimap.el (nnimap-request-group): When we have zero articles, return
2697         the right data to Gnus.
2698         (nnimap-request-expire-articles): Only delete articles immediately if
2699         the target is 'delete.
2700
2701         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2702         method, this would bug out.
2703
2704         * gnus-group.el (gnus-group-expunge-group): Renamed from
2705         gnus-group-nnimap-expunge, and implemented as a normal interface
2706         function.
2707
2708         * gnus-int.el (gnus-request-expunge-group): New function.
2709
2710         * nnimap.el (nnimap-request-create-group): Implement.
2711         (nnimap-request-expunge-group): New function.
2712
2713 2010-09-21  Julien Danjou  <julien@danjou.info>
2714
2715         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2716         (gnus-html-cache-expired): Add new function.
2717         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2718         wethever we should display image for fetch it.
2719         Compute alt-text earlier to pass it to the fetching function too.
2720         (gnus-html-schedule-image-fetching): Change function argument to only
2721         get one image at a time, not a list.
2722         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2723         cache.
2724         (gnus-html-get-image-data): New function to retrieve image data from
2725         cache.
2726         (gnus-html-put-image): Change buffer argument to use image data rather
2727         than file, and place image above region rather than inserting a new
2728         one. Do not take alt-text as argument, since it's useless now: we place
2729         the image above alt-text.
2730         (gnus-html-prune-cache): Remove.
2731         (gnus-html-show-images): Start to fetch image when we find one, do not
2732         push into a temporary list.
2733         (gnus-html-prefetch-images): Only fetch image if they have expired.
2734         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2735         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2736
2737 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2738
2739         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2740
2741 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2742
2743         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2744         spec inser "*" if the group isn't active instead of 0.
2745
2746         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2747         opening the server.
2748         (nnimap-request-delete-group): Implement group deletion.
2749         (nnimap-transform-headers): Return the size of the entire message in
2750         the Bytes header, not just the size of the first part.
2751         (nnimap-request-move-article): When moving an article from nnimap,
2752         request the article first so the accepting form has an article to
2753         accept.  Reported by Dan Christensen.
2754         (nnimap-command): Make sure that the error message doesn't error out.
2755
2756 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2757
2758         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2759         we haven't requested anything.
2760
2761 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762
2763         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2764         "".  Fix found by Andrew Cohen.
2765
2766         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2767         instead of -encode-string.
2768
2769 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2770
2771         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2772
2773         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2774         by mm-subst-char-in-string.
2775
2776 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777
2778         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2779         waiting for the connection string.
2780
2781         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2782         arriving.
2783
2784         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2785         bogus characters.  This allows selecting certain Gmail groups.
2786
2787         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2788         (nnimap-fetch-partial-articles): New variable.
2789         (nnimap-open-connection): When looking for credentials, also use the
2790         nnimap-server-port.
2791         (nnimap-request-article): Return the group/article number, so that Gnus
2792         `^' works as expected.
2793         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2794         them.
2795
2796         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2797         comments.
2798         (gnus-methods-sloppily-equal): New function.
2799         (gnus): When using the development version of Gnus, load the gnus-load
2800         file.
2801
2802         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2803         `gnus-open-server' on each method before trying to scan them etc.  This
2804         ensures that all the backend parameters are set correctly.
2805
2806         * nnimap.el (nnimap-authenticator): New variable.
2807         (nnimap-open-connection): Allow anonymous login.
2808         (nnimap-transform-headers): The chars header is called Chars not
2809         Bytes.
2810         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2811         drops.
2812
2813         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2814         patch, found by Knut Anders Hatlen.
2815
2816 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2817
2818         * gnus-agent.el (gnus-agent-batch-confirmation)
2819         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2820         to gnus-message.
2821         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2822         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2823         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2824         * gnus-int.el (gnus-open-server): Likewise.
2825         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2826         (gnus-score-check-syntax): Likewise.
2827         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2828         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2829         Likewise.
2830         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2831
2832 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2835         calling conventions so that prefetch doesn't bug out.
2836
2837 2010-09-19  Julien Danjou  <julien@danjou.info>
2838
2839         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2840         rather than `subst-char-in-region' in order to be able to replace ASCII
2841         char by UTF-8 ones.
2842
2843         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2844         than curl.
2845         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2846         the right URL and ALT text on images.
2847         (gnus-html-wash-tags): Fix tag case.
2848         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2849         (gnus-article-html): Add -o display_ins_del=2 option.
2850         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2851
2852 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2853
2854         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2855         the extra mail headers, which sometimes seem to happen for unknown
2856         reasons.
2857
2858         * mail-parse.el (mail-header-encode-parameter): Define as
2859         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2860         (or most, perhaps?) mail readers don't understand the latter, but do
2861         understand the former.
2862
2863         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2864         to nil, so that no methods are automatically agentized.  I think this
2865         is probably what most users want.
2866
2867         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2868         from url-retrieve, for instance about invalid URLs.
2869
2870         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2871         groups that have no articles.
2872         (nnimap-request-article): Check that we really got an article when we
2873         requested one.
2874
2875         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2876         doesn't exist.
2877
2878         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2879         nntp buffer so the agent can save it.
2880         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2881         that CRLF doesn't get translated to \n.
2882         (nnimap-open-connection): Don't make 'shell commands only send \n.
2883
2884 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2885
2886         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2887         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2888         Update var name.
2889         (nnml-generate-nov-file): Use dolist.
2890         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2891         Use with-current-buffer.
2892
2893 2010-09-18  Julien Danjou  <julien@danjou.info>
2894
2895         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2896         parallel.
2897
2898 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2899
2900         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2901         the range update right.
2902         (nnimap-request-group): Don't make `M-g' bug out on group with no
2903         marks.
2904         (nnoo): Required, so that other packages can require nnimap.
2905         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2906         command we're looking for.  This helps when the server sends more
2907         responses after we've gotten everything we expected.
2908         (nnimap): Add a `newlinep' field to keep track of end-of-line
2909         conventions.
2910         Don't send CRLF to things that don't want it.
2911         (nnimap-request-accept-article): Ditto.
2912
2913 2010-09-18  Julien Danjou  <julien@danjou.info>
2914
2915         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2916         than curl to retrieve images.
2917
2918 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2919
2920         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2921         the marks.
2922         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2923         (nnimap-wait-for-connection): New function.
2924         (nnimap-open-connection): If we have PREAUTH, don't query for login
2925         credentials.
2926         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2927         when doing a partial update.
2928
2929 2010-09-18  Julien Danjou  <julien@danjou.info>
2930
2931         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2932         tags.
2933
2934 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2935
2936         * nnimap.el (nnimap-credentials): New function.
2937         (nnimap-open-connection): Use the new function to look for credentials
2938         also on the numeric equivalents of "imap" and "imaps".
2939
2940         * gnus-start.el (gnus-activate-group): Send the info to
2941         gnus-request-group.
2942
2943         * nnimap.el (nnimap-request-group): Have the "check" version of the
2944         function parse flags and update the info, so that a `M-g' get a total
2945         resync of all flags from the group.
2946
2947         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2948         to allow backends to alter the info on group selection.  Also alter all
2949         the backend -request-group functions to take the parameter.
2950
2951         * nnimap.el (nnimap-store-info): New function.
2952         (nnimap-update-info): Store the info for later usage.
2953         (nnimap-request-group): Use the stored info for the dont-check case, so
2954         that we don't retrieve all marks when we enter a group.
2955
2956         * nnimap.el: Use deffoo instead of defun for interface functions.
2957
2958         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2959         update the group info.  This makes the nndraft groups, for instance, go
2960         back to their old behaviour.
2961
2962         * gnus-sum.el (gnus-select-newsgroup): Indent.
2963
2964         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2965         in.
2966         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2967         nothing.
2968
2969         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2970         from methods that are denied.
2971
2972         * gnus-int.el (gnus-method-denied-p): New function.
2973
2974         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2975         store the password instead of netrc.
2976         (nnimap-open-connection): Don't error out when we can't make a
2977         connections.
2978
2979         * auth-source.el (auth-source-create): In the password prompt, say what
2980         we're querying for.  Also prompt for user name if that hasn't been
2981         given.
2982
2983         * nnimap.el (nnimap-with-process-buffer): Removed.
2984
2985 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2986
2987         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2988         method when we're reading from the agent.
2989
2990         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2991
2992         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2993         that's probably most useful for users.
2994
2995         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2996         "failed" all the time.
2997
2998         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2999         ...)) with (with-current-buffer ... ).
3000
3001         * nntp.el (nntp-open-server): Return whether the open was successful or
3002         not.
3003
3004         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3005         select an unread unseen article first.
3006
3007         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3008         /etc/services, supply some sensible port defaults.
3009
3010         * dgnushack.el: Define netrc-credentials.
3011
3012 2010-09-17  Julien Danjou  <julien@danjou.info>
3013
3014         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3015
3016 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3017
3018         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3019         doesn't have any parameters.
3020
3021 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3022
3023         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3024         only upcased checks.
3025
3026         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3027
3028         * nnimap.el (nnimap-open-shell-stream): New function.
3029         (nnimap-open-connection): Use it.
3030         (nnimap-transform-headers): Get the number of lines in each message.
3031         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3032         number of lines.
3033         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3034         problem.
3035
3036         * utf7.el (utf7-encode): Autoload.
3037
3038         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3039         to allow the mail splitting to not return a default group.  This is
3040         useful for nnimap, which will leave unmatched mail in the inbox.
3041
3042         * nnimap.el: Rewritten.
3043
3044         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3045         nnimap usage.
3046
3047         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3048         if the move is internal, so that nnimap can do fast internal moves.
3049
3050         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3051         data.
3052         (gnus-read-active-for-groups): Support finishing the early retrieval of
3053         data.
3054
3055         * gnus-range.el (gnus-range-nconcat): New function.
3056
3057         * gnus-int.el (gnus-finish-retrieve-group-infos)
3058         (gnus-retrieve-group-data-early): New functions.
3059
3060 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3061
3062         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3063         (nnrss-retrieve-groups):
3064         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3065         (pop3-quit): Use with-current-buffer.
3066
3067 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3070         instead of nnheader-accept-process-output.
3071
3072         * dgnushack.el (dgnushack-compile): Add comment.
3073
3074         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3075
3076         * gnus-html.el (gnus-html-schedule-image-fetching)
3077         (gnus-html-prefetch-images): Replace process-kill-without-query by
3078         gnus-set-process-query-on-exit-flag.
3079
3080 2010-09-16  Romain Francoise  <romain@orebokech.com>
3081
3082         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3083
3084 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3087         parameter to unintern is mandatory-ish in Emacs 24.
3088
3089         * gnus-html.el (gnus-html-schedule-image-fetching)
3090         (gnus-html-prefetch-images): Check for curl before using it.
3091
3092         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3093         depend on curl, which isn't essential.
3094
3095         * imap.el: Revert back to version
3096         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3097         seem problematic.
3098
3099 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3100
3101         * gnus-registry.el (gnus-registry-install-shortcuts):
3102         Explicitly pass `obarray' to `unintern' to avoid a warning.
3103
3104 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3105
3106         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3107         change.
3108
3109         * nnrss.el (nnrss-request-list): Removed this function and related
3110         functions, including the moreover stuff.
3111
3112 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3113
3114         * nnrss.el (nnrss-retrieve-groups): New function.
3115
3116 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3117
3118         * .dir-locals.el: Add no-byte-compile cookie.
3119
3120 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3121
3122         * time-date.el (format-seconds): Comment fix.
3123
3124         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3125         for back end that doesn't support request-scan.
3126
3127 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3128
3129         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3130         then do request scans from the backends.
3131
3132         * netrc.el (netrc-credentials): New conveniency function.
3133
3134         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3135         avoid running a hook per line, since this takes a lot of time,
3136         profiling shows.
3137         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3138         directly if gnus-visual-p is true.
3139
3140 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3141
3142         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3143         groups; replace mapcar with dolist which is a bit faster; pass groups
3144         info to gnus-read-active-file-1.
3145         (gnus-read-active-file-1): Scan only specified groups if the new
3146         optional arg `infos' is given.
3147
3148 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3149
3150         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3151
3152         * pop3.el (pop3-movemail): Removed.
3153         (pop3-streaming-movemail): Renamed to pop3-movemail.
3154
3155         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3156         don't restrict end-tag searches to the end of the line.
3157
3158 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3159
3160         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3161         articles of every unchecked group to t, which means unknown since the
3162         server has never been opened.
3163
3164 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3165
3166         * gnus-html.el (gnus-html-show-alt-text): New command.
3167         (gnus-html-browse-image): Ditto.
3168         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3169         to browse the image directly.
3170         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3171         better.
3172
3173         * gnus-async.el (gnus-async-article-callback): Call
3174         `gnus-html-prefetch-images' unconditionally.
3175
3176         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3177         before feeding URLs to curl.
3178
3179 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3180
3181         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3182         internal images as deletable by `W D D'.
3183
3184         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3185         (gnus-async-article-callback): Fix typo.
3186
3187 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3188
3189         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3190         current line to work around bugs in the output from w3m.
3191
3192         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3193         for groups that want that.
3194
3195         * nntp.el (nntp-wait-for-string): Supply a timeout for
3196         accept-process-output to ensure progress.
3197
3198         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3199         level to get unread articles from, then use that for foreign groups,
3200         too.
3201
3202         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3203         confuses the rest of the function.
3204
3205         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3206         for the methods that support -retrieve-groups, too.
3207
3208         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3209
3210 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3211
3212         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3213         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3214
3215         * pop3.el: Require cl when compiling.
3216         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3217
3218 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219
3220         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3221         that aren't going to be activated.
3222         (gnus-get-unread-articles): Fix up the last commit.
3223
3224         * gnus-html.el (gnus-article-html): Allow calling without specifying
3225         the handle.  In that case, dissect the buffer first.
3226
3227         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3228
3229         * nnimap.el (nnimap-open-connection): Revert the change that would look
3230         into authinfo for imaps instead of imap.
3231
3232         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3233         say that you don't want to call gnus-request-group with don-check, but
3234         do check the reponse.  This is for virtual groups only.
3235         (gnus-get-unread-articles): Count the archive groups as secondary, so
3236         that they're activated the same way as before.
3237
3238         * imap.el (imap-message-map): Removed optional buffer parameter, since
3239         no callers use it.
3240         (imap-message-get): Ditto.
3241         (imap-message-put): Ditto.
3242         (imap-mailbox-map): Ditto.
3243         (imap-mailbox-put): Ditto.
3244         (imap-mailbox-get): Ditto.
3245         (imap-mailbox-get): Revert last change for this function.
3246
3247         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3248         case-insensitively.
3249         (nnimap-debug): Removed.
3250
3251         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3252         to use `imap-fetch' instead.  According to the comments, this should be
3253         safe, since all other IMAP clients use the 1:* syntax.
3254         (imap-enable-exchange-bug-workaround): Removed.
3255         (imap-debug): Removed -- doesn't seem very useful.
3256
3257         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3258         mail from a file, and the file doesn't exist.
3259
3260         * imap.el (imap-log): New convenience function used throughout instead
3261         of repeating the same code all over the place.
3262
3263         * pop3.el (pop3-streaming-movemail): Return t for success.
3264
3265         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3266         .authinfo if we're using ssl connection.
3267
3268         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3269         already have if we're in a main Gnus `g' run.
3270
3271         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3272
3273 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3274
3275         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3276
3277         * nnmh.el (nnmh-request-list-1): Bind `file'.
3278
3279         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3280         alias to set-process-query-on-exit-flag or process-kill-without-query.
3281         (pop3-open-server): Use it.
3282
3283 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3284
3285         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3286         box to the Incoming file.  Fixes mistake in previous checkin.
3287
3288         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3289         request loop (for debugging purposes) removed.
3290
3291         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3292         culprit is more visible.
3293         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3294         (nnml-add-incremental-nov): New functions to do "incremental" nov
3295         updates, where we just append to the end of the existing nov files
3296         without reading/writing them in full.
3297
3298         * mail-source.el (mail-source-delete-crash-box): Really only check the
3299         incoming files once in a while.
3300
3301         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3302
3303         * mail-source.el (mail-source-delete-crash-box): Only check the
3304         incoming files for deletion once per day to save a lot of file
3305         accesses.
3306
3307         * pop3.el (pop3-logon): Fix up unbound variable typo.
3308
3309         * mail-source.el (pop3-streaming-movemail): Autoload.
3310
3311         * pop3.el (pop3-streaming-movemail): Respect
3312         pop3-leave-mail-on-server.
3313
3314         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3315         retrieval.
3316
3317         * pop3.el (pop3-process-filter): Removed unused function.
3318         (pop3-streaming-movemail, pop3-send-streaming-command)
3319         (pop3-wait-for-messages, pop3-write-to-file)
3320         (pop3-number-of-responses): New functions for streaming pop3
3321         retrieval.
3322
3323         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3324         come from no known methods.
3325         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3326         list.
3327
3328         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3329         message sizes.
3330         (pop3-movemail): Use erase-buffer instead of looping and deleting
3331         regions, which seems rather odd.
3332
3333         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3334         file once per `g' run.
3335
3336         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3337         directories.  This makes the draft queue directory work.
3338
3339         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3340         data from the backends, so that we only request the list of groups from
3341         each method once.  This should speed things up considerably.
3342
3343         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3344         detect that it's not implemented.
3345
3346         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3347         we actually do recurse down into the tree, but don't stat all leaf
3348         nodes.
3349
3350         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3351         then say so instead of bugging out.
3352
3353         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3354         files exist before trying to read them.
3355
3356         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3357         around <pre_int>.
3358
3359         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3360
3361         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3362
3363 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3364
3365         * mm-util.el (mm-image-load-path): Just return the image directories,
3366         not all directories in the path in addition to the image directories.
3367         (mm-image-load-path): Maintain a cache of the image directories so that
3368         the `g' command in Gnus doesn't have to stat dozens of directories each
3369         time.
3370
3371         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3372         (gnus-html-wash-tags): Add a new `i' command to insert images.
3373         (gnus-html-insert-image): New command and keystroke.
3374         (gnus-html-redisplay-with-images): New command and keystroke.
3375         (gnus-html-show-images): Renamed command.
3376         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3377         spacers.
3378         (gnus-html-wash-tags): Decode entities at the end, so that entities
3379         inside the tags don't mess up the rest of the "parsing".
3380
3381         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3382         so that nnimap methods aren't agentized by default.  There's apparently
3383         many problems related to agent/imap behaviour.
3384
3385         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3386
3387         * gnus-html.el: Doc fix.
3388
3389 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3390
3391         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3392         specifier-spec-list for Emacs 21.
3393
3394         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3395         glyph-width and glyph-height instead of display-graphic-p and
3396         image-size; make avoidance of displaying small images work for XEmacs.
3397
3398         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3399         for XEmacs.
3400
3401         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3402         of symbol that holds plist data.
3403         (gnus-process-plist): Remove plist of process after getting it.
3404
3405 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3406
3407         * message.el (message-generate-hashcash): Change default to
3408         'opportunistic if hashcash is installed.
3409
3410         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3411         (gnus-html-put-image): Only call image-size once, since it's somewhat
3412         time-consuming on remote X servers.
3413
3414 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3415
3416         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3417         type on data, not a file name.
3418
3419         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3420         window-pixel-edges for Emacs 21.
3421
3422         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3423         decoded contents.
3424         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3425
3426 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3427
3428         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3429         group line format, since it isn't very interesting.
3430
3431         * gnus-agent.el (gnus-agent-short-article),
3432         (gnus-agent-long-article): Increase values for these two variables,
3433         since most people are likely to have more network connection and
3434         storage than before.
3435
3436         * gnus.el (gnus-refer-article-method): Change default to 'current.
3437         When referring an article, the common behaviour is to refer it from the
3438         current select method, not the native select method.  The chances of
3439         the native select method having the message in question is rather slim
3440         these days.
3441
3442         * gnus-sum.el (gnus-auto-select-subject): Change default to
3443         `unseen-or-unread'.  I think it's likely that most people want to
3444         select an unseen article over a previously seen, but unread one.
3445
3446         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3447         means that in the article buffer none of the minor mode elements will
3448         be shown, usually, and this is not desirable in most cases.
3449
3450         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3451         that commands like `d' (and the like) go to the next line in the
3452         buffer, instead of the next unread article.  I think this is the
3453         behaviour that is most natural for most users.
3454         (gnus-single-article-buffer): Change default to nil, so that people can
3455         have as many article buffers open as they have summary buffer.  I think
3456         this is the most natural way for the groups to behave.
3457
3458         * message.el (message-generate-new-buffers): Change default to
3459         `unsent', so that all new message buffers start their names with the
3460         string "*unsent", and it's easier to find the buffers if you move from
3461         them.
3462
3463 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3466         small.  They're probably tracking images.
3467         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3468         (gnus-html-rescale-image): Yet another try at getting the image sizing
3469         right.
3470
3471         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3472         nntp-marks-file-name is nil.
3473
3474 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3475
3476         * gnus-html.el (gnus-html-wash-tags)
3477         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3478         Better logging.
3479
3480 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481
3482         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3483
3484         * gnus-html.el (gnus-html-wash-tags): Check the value of
3485         gnus-blocked-images in the summary buffer.
3486
3487 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3488
3489         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3490
3491 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3492
3493         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3494         like "a", it seems like.
3495         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3496         since it needs to be picked from the correct buffer.
3497
3498         * nnwfm.el: Removed.
3499
3500         * nnlistserv.el: Removed.
3501
3502 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3503
3504         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3505         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3506
3507 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3508
3509         * nnkiboze.el: Removed.
3510
3511         * nndb.el: Removed.
3512
3513         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3514         alt text.
3515         (gnus-html-rescale-image): Try to get the rescaling logic right for
3516         images that are just wide and not tall.
3517
3518         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3519         overshadow variable bindings.
3520
3521 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3522
3523         * gnus-html.el (gnus-html-wash-tags)
3524         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3525         extra logging.
3526
3527 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3528
3529         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3530         (gnus-max-image-proportion): New variable.
3531         (gnus-html-rescale-image): New function.
3532         (gnus-html-put-image): Rescale images.
3533
3534 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3535
3536         Fix up some byte-compiler warnings.
3537         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3538         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3539         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3540         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3541         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3542         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3543         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3544
3545 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3546
3547         * gnus-html.el (gnus-article-html): Decode contents by charset.
3548
3549 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3550
3551         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3552         (gnus-html-frame-width, gnus-blocked-images)
3553         * message.el (message-prune-recipient-rules): Add custom version.
3554         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3555
3556         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3557         functions.
3558
3559         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3560         gnus-process-get.
3561
3562 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3563
3564         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3565         instead of lsub directly.
3566
3567 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568
3569         * nnwarchive.el: Removed.
3570
3571         * gnus-soup.el: Removed.
3572
3573         * nnsoup.el: Removed.
3574
3575         * nnultimate.el: Removed.
3576
3577         * gnus-html.el (gnus-blocked-images): New variable.
3578
3579         * message.el (message-prune-recipients): New function.
3580         (message-prune-recipient-rules): New variable.
3581
3582         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3583         guess whether a long line is natural text or not.
3584
3585         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3586         gnus-process-plist and friends for compatibility.
3587
3588 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3589
3590         * gnus-html.el: Require packages that define macros used in this file.
3591         (gnus-article-mouse-face): Declare to silence byte-compiler.
3592         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3593         process-get.
3594         (gnus-html-put-image): Use plist-get to avoid getf.
3595         (gnus-html-prefetch-images): Use with-current-buffer.
3596
3597 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3598
3599         * gnus-ems.el: Provide compatibility functions for
3600         gnus-set-process-plist.
3601
3602         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3603         header-line-format for XEmacs 21.4.
3604
3605         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3606         * gnus.el (gnus-valid-select-methods)
3607         * message.el (message-send-mail-partially-limit)
3608         * mm-decode.el (mm-text-html-renderer)
3609         * mml.el (mml-insert-mime-headers-always)
3610         * smiley.el (smiley-regexp-alist): Bump custom version.
3611
3612 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613
3614         * gnus-html.el: require mm-url.
3615         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3616         with the url to `url'.
3617         (gnus-html-wash-tags): Support cid: URLs/images.
3618
3619 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3620
3621         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3622         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3623         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3624
3625         * gnus-move.el: Removed file, since it doesn't really work.
3626
3627         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3628         UTF-8.  This seems to fix problems with some German web feeds.
3629
3630         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3631         at the top so that the proper colours are applied.
3632
3633         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3634         don't have dots in their names.
3635
3636         * gnus-art.el (gnus-article-view-part): Doc fix.
3637
3638         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3639         XEmacs-compatible.
3640         (gnus-html-put-image): Don't do images on non-graphic displays.
3641
3642         * nnslashdot.el: Removed this unused backend.
3643
3644         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3645         actions.
3646         (gnus-undo-register-1): Revert last change.
3647
3648         * gnus-group.el (gnus-group-completing-read): Protect against not
3649         having completion-styles bound.
3650
3651         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3652         make broken recipients happier.
3653
3654         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3655
3656         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3657         point parameter.
3658
3659         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3660
3661         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3662         completion-styles for group selection.
3663
3664 2009-02-04  Andreas Schwab  <schwab@suse.de>
3665
3666         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3667         headers and regexp-quote the match if necessary.
3668
3669 2009-03-24  Miles Bader  <miles@gnu.org>
3670
3671         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3672         the blinking smiley.
3673
3674 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3675
3676         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3677         blink smiley.
3678
3679 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3682         where the dribbel file lives exists.
3683
3684         * message.el (message-send-mail-partially-limit): Change the default to
3685         nil, since most people don't want this.
3686
3687         * mm-url.el (mm-url-decode-entities): Also decode entities like
3688         &#x3212.
3689
3690 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3691
3692         * gnus-sum.el (gnus-summary-idna-message):
3693         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3694         Hyperlink urls in docstrings with URL `...'.
3695
3696 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3697
3698         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3699         functions.
3700
3701 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702
3703         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3704         say what the mouseover text should be.
3705
3706         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3707         version of the mm-w3m-safe-url-regexp variable to only download images
3708         in the groups where we want that to happen.
3709
3710         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3711
3712         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3713         easier debugging.
3714         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3715         big pictures in the article buffer.
3716
3717         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3718         gnus-article-html.
3719         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3720         w3m.
3721
3722         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3723
3724 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3725
3726         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3727         which doesn't exist.
3728
3729         * message.el (message-inhibit-ecomplete): New variable to allow some
3730         function to inhibit ecomplete address storage.
3731         (message-resend): Disable ecomplete message storage when resending
3732         messages.
3733
3734         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3735
3736 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3737
3738         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3739         Save excursion while copying, moving, and deleting articles in order to
3740         prevent the cursor from jumping to unforeseen place.
3741
3742 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * lpath.el: No need to bind bookmark-current-buffer,
3745         bookmark-yank-point and bookmark-make-record-function.
3746
3747 2010-08-17  Glenn Morris  <rgm@gnu.org>
3748
3749         * gnus-sync.el: Require gnus components whose functions are used.
3750
3751         * gnus-art.el (bookmark-make-record-function):
3752         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3753         Declare for compiler.
3754
3755         * mm-url.el (mml-compute-boundary): Autoload.
3756
3757 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3758
3759         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3760
3761 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3762
3763         Typo fix "hoo4a" -> "hook".
3764
3765         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3766
3767 2010-08-14  Glenn Morris  <rgm@gnu.org>
3768
3769         * gnus-sync.el (gnus-sync): Fix defgroup version.
3770
3771 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3774
3775         * gnus-sync.el: Fix docs.
3776         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3777         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3778
3779 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3780
3781         Optimizations for gnus-sync.el.
3782
3783         * gnus-sync.el: Add docs about gnus-sync-backend
3784         possibilities.
3785         (gnus-sync-save): Remove unnecessary message.
3786         (gnus-sync-read): Optimize and show what groups were skipped.
3787
3788 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3789
3790         Minor bug fixes for gnus-sync.el.
3791
3792         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3793         read the sync on get-new-news.
3794
3795         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3796         quiet.
3797
3798         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3799
3800 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3801
3802         Make saving and restoring of hidden threads work with overlays.
3803         Patch applied by Ted Zlatanov.
3804
3805         * gnus-sum.el (gnus-hidden-threads-configuration)
3806         (gnus-restore-hidden-threads-configuration): Update to deal with text
3807         properties, rather than searching for a magic character.
3808
3809 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3810
3811         New gnus-sync.el library for synchronization of marks.
3812
3813         * gnus-sync.el: New library for synchronization of marks.
3814
3815         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3816         renamed from `gnus-registry-grep-in-list'.
3817
3818         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3819
3820         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3821
3822 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3823
3824         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3825         determining charset of text fails.
3826
3827 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3828
3829         * nnmail.el (nnmail-get-new-mail-1): Revert.
3830
3831         * nnml.el (nnml-active-number): Make sure names of newly created groups
3832         in nnml-group-alist are encoded.
3833
3834 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3835
3836         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3837         containing non-ASCII characters in active file for nnml back end.
3838
3839 2010-07-24  David Engster  <dengste@eml.cc>
3840
3841         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3842         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3843
3844 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3845
3846         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3847         tag (Bug#6654).
3848
3849 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3850
3851         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3852         the article buffer, not the summary buffer.
3853
3854 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3855
3856         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3857         Emacs 23 as well.
3858
3859 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3862         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3863
3864 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3865
3866         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3867         Patch applied by Karl Fogel.
3868
3869         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3870         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3871
3872 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3873
3874         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3875         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3876         C-w still not working correctly from Article buffers; Thierry's
3877         patch to fix that will be applied after this.
3878
3879         * gnus-art.el (bookmark-make-record-function): New local variable.
3880
3881         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3882         article buffer.
3883         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3884
3885 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3886
3887         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3888         on changes in bookmark.el.
3889
3890 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3891
3892         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3893         `no-log' instead of message not to log prompt string.
3894
3895 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3896
3897         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3898         the *other* type of HTML form submission.
3899
3900 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3901
3902         * auth-source.el (auth-source-pick): If choice does not contain a
3903         questioned keyword, set the check to t.
3904
3905 2010-06-12  Romain Francoise  <romain@orebokech.com>
3906
3907         * gnus-util.el (gnus-date-get-time): Move up before first use.
3908
3909 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3912         (gnus-article-edit-part): Bind it to make last part that is substituted
3913         or deleted visible.
3914         (gnus-mime-display-single): Buttonize part of which id equals to
3915         gnus-mime-buttonized-part-id.
3916
3917 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3918
3919         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3920         (gnus-dd-mmm): Use gnus-date-get-time.
3921         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3922         simplify logic.
3923         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3924         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3925
3926 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3927
3928         * auth-source.el (top): Autoload `secrets-list-collections',
3929         `secrets-create-item', `secrets-delete-item'.
3930         (auth-sources): Fix tag string.
3931         (auth-get-source, auth-source-retrieve, auth-source-create)
3932         (auth-source-delete): New defuns.
3933         (auth-source-pick): Rewrite in order to avoid 2 passes.
3934         (auth-source-forget-user-or-password): New parameter USERNAME.
3935         (auth-source-user-or-password): New parameters CREATE-MISSING and
3936         DELETE-EXISTING.  Retrieve password interactively, if needed.
3937
3938 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3939
3940         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3941         deleting unused directories when gnus-expert-user is t.
3942
3943 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3944
3945         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3946         for each temp file when gnus-article-browse-delete-temp is ask.
3947
3948 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3949
3950         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3951         Lisp calls to delete-backward-char by calls to delete-char.
3952
3953 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3954
3955         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3956
3957 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3958
3959         * password-cache.el (password-cache-remove): Fix docstring.
3960
3961 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3962
3963         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3964         article unless decoding article to be saved.
3965
3966 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3967
3968         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3969         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3970         generated within the mm-with-unibyte-current-buffer macro.
3971
3972 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3975         to nil when we're in a mml-preview buffer and no group is selected.
3976
3977 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3978
3979         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3980         when catching the `C-g'.  Reported by "Leo".
3981
3982 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * message.el (message-forward-make-body-plain)
3985         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3986         multibyte-string-p.
3987
3988         * lpath.el: Revert.
3989
3990 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * message.el (message-forward-make-body-mml): Assume original message
3993         is multibyte string; error on unibyte.
3994         (message-forward-make-body-plain): Ditto; don't add excessive newline
3995         in body end.
3996
3997         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3998
3999 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4000
4001         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4002         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4003
4004 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4005
4006         * mm-extern.el (mm-extern-url): Don't use
4007         mm-with-unibyte-current-buffer.
4008         (mm-extern-cache-contents): Use with-current-buffer instead of
4009         save-excursion + set-buffer.
4010
4011 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4012
4013         * mm-util.el (mm-emacs-mule): Remove.
4014
4015 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4016
4017         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4018         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4019         change.
4020
4021 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4024         bind the default value of enable-multibyte-characters to nil.
4025
4026 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4027
4028         * message.el (message-forward-make-body-plain)
4029         (message-forward-make-body-mml):
4030         Don't use mm-with-unibyte-current-buffer.
4031
4032 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4033
4034         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4035
4036 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4037
4038         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4039         (Bug#5592).
4040
4041 2010-05-07  Julien Danjou  <julien@danjou.info>
4042
4043         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4044         it to mm-pipe-part.
4045
4046         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4047         it is given.
4048
4049 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4050
4051         * binhex.el (binhex-decode-region-internal)
4052         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4053         (dns-query)
4054         * nnweb.el (nnweb-gmane-search)
4055         * pgg-parse.el (pgg-parse-armor)
4056         * pgg.el (pgg-verify-region)
4057         * sha1.el (sha1-string-external)
4058         * uudecode.el (uudecode-decode-region-internal)
4059         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4060         XEmacs.
4061
4062         * gnus-art.el (gnus-article-browse-html-parts)
4063         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4064         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4065         make-temp-file.
4066
4067         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4068         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4069         compiling.
4070
4071         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4072         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4073         XEmacs when compiling.
4074
4075         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4076         gnus-pick-mode-off-hook for XEmacs when compiling.
4077         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4078         gnus-binary-mode-off-hook for XEmacs when compiling.
4079
4080         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4081         nil if char-charset is not available.
4082
4083         * imap.el (imap-disable-multibyte)
4084         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4085         macros.
4086
4087         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4088         instead of encode-coding-string.
4089
4090         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4091         'xemacs) instead of mm-emacs-mule to switch function definitions.
4092         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4093
4094         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4095         bind temporary-file-directory for XEmacs;
4096         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4097         timer-set-function for XEmacs 21.4 and SXEmacs;
4098         bind timer-list for XEmacs 21.4 and SXEmacs;
4099         fbind char-charset and find-charset-region for non-Mule XEmacs;
4100         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4101         encode-coding-region and encode-coding-string for XEmacs having no
4102         file-coding feature.
4103
4104 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4105
4106         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4107
4108 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4109
4110         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4111         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4112
4113 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4114
4115         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4116         alias `jka-compr-delete-temp-file' no longer exists.
4117
4118 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4119
4120         Use define-minor-mode in Gnus where applicable.
4121         * mml.el (mml-mode): Use define-minor-mode.
4122         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4123         (gnus-undo-mode): Use define-minor-mode.
4124         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4125         (gnus-dead-summary-mode): Use define-minor-mode.
4126         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4127         Initialize in declaration.
4128         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4129         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4130         (gnus-mailing-list-mode): Use define-minor-mode.
4131         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4132         (gnus-draft-mode): Use define-minor-mode.
4133         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4134         (gnus-dired-mode): Use define-minor-mode.
4135
4136 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4137
4138         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4139         handles on recursive mml-to-mime translation and check them for
4140         boundary delimiter collisions.  Reported by Greg Troxel.
4141
4142 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4143
4144         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4145
4146 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4147
4148         * mm-util.el (mm-find-buffer-file-coding-system):
4149         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4150
4151 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4152
4153         * message.el (message-generate-headers): Record insertion of optional
4154         headers as well.  Otherwise the check to prevent repeated insertion of
4155         optional headers is a no-op.
4156
4157 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4158
4159         * smime.el: Don't mention CVS.
4160
4161         * nnrss.el (nnrss-fetch): Don't mention CVS.
4162
4163         * nnir.el: Don't mention CVS.
4164
4165 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4166
4167         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4168
4169 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4170
4171         * lpath.el: Fbind bookmark-default-handler,
4172         bookmark-get-bookmark-record, bookmark-make-record-default,
4173         bookmark-prop-get for Emacs <23 and XEmacs.
4174
4175 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4176
4177         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4178         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4179         Use with-current-buffer to silence the byte-compiler.
4180         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4181         bother to require `gnus'.
4182         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4183
4184 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4185
4186         * gnus-sum.el (gnus-summary-bookmark-make-record)
4187         (gnus-summary-bookmark-jump): New functions.
4188         (gnus-summary-mode): Setup bookmark support.
4189
4190 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4191
4192         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4193         if set.
4194
4195 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4196
4197         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4198         gnus-article-browse-html-save-cid-image; make it work recursively for
4199         forwarded messages as well.
4200         (gnus-article-browse-html-parts): Work when prefix arg is given.
4201         (gnus-article-browse-html-article): Doc fix.
4202
4203 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4204
4205         * message.el (message-default-mail-headers):
4206         (message-default-headers): Carry the value mail-default-headers over
4207         into message-default-mail-headers, rather than message-default-headers.
4208
4209 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4210
4211         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4212         charset.
4213
4214         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4215         charset into the <meta> tag when the article is encoded to utf-8.
4216
4217 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4218
4219         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4220         directories as well.
4221         (gnus-article-browse-html-parts): Work for images that do not specify
4222         file names; delete temp directory when quitting; insert header at the
4223         right place; use file: scheme for image files.
4224
4225 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4226
4227         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4228         (gnus-article-browse-html-parts): Use it to make temporary cid image
4229         files in addition to html file so that browser may display them.
4230
4231 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4232
4233         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4234
4235 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4236
4237         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4238
4239 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4240
4241         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4242         about Secret Service API sources.  Improve Customize options.
4243         (auth-source-pick): Change to accept any number of search parameters.
4244         Implement fallbacks iteratively, not recursively.  Add scoring on the
4245         second pass and sort by score.  Call Secret Service API when needed.
4246         (auth-source-user-or-password): Use it.  Call Secret Service API
4247         directly when needed to get the user name and the password.
4248
4249 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4250
4251         * message.el (message-interactive): Doc fix.
4252         (message-qmail-inject-args): Reflow.
4253         (message-kill-to-signature): Fix typo in docstring.
4254
4255         * smiley.el (smiley-buffer): Fix typo in docstring.
4256
4257 2010-03-24  Glenn Morris  <rgm@gnu.org>
4258
4259         * mail-source.el (gnus-message): Declare.
4260         (mail-source-delete-old-incoming): Require gnus-util.
4261
4262 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4263
4264         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4265
4266         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4267
4268         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4269         password-cache's default if it is not bound.
4270         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4271         password-cache-expiry's default if it is not bound.
4272
4273         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4274         available in Emacs 21.
4275
4276         * lpath.el: Suppress compiler warnings for:
4277         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4278         XEmacs;
4279         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4280         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4281         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4282
4283 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4284
4285         * auth-source.el (auth-sources): Fix up definition so extra parameters
4286         are always inline.
4287
4288 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4289
4290         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4291         wasn't updated after mismatch.  Clear cached mailbox info correctly
4292         when uidvalidity changes.
4293         (nnimap-group-prefixed-name): New function to avoid some code
4294         duplication.
4295         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4296         (nnimap-request-group): Use it.
4297         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4298         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4299         with many imap folders.  This is done by caching the group status from
4300         the imap server persistently in a group parameter `imap-status'.  (This
4301         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4302         but not persistently, so every Gnus startup was still very slow.)
4303
4304 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4305
4306         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4307         delete the extra newline.  Otherwise editing of :string and :number
4308         types don't work.
4309
4310 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4311
4312         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4313         secrets.el dependency.
4314         (auth-sources): Add optional user name.  Add secrets.el configuration
4315         choice (unused right now).
4316
4317 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4318
4319         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4320         `gnus-registry-install-shortcuts' fill in the functions.
4321
4322         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4323         warnings.
4324         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4325         (gnus-registry-install-shortcuts): Populate and use it in a
4326         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4327
4328 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4329
4330         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4331         In-place substitutions for the group name encoding/decoding.
4332         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4333         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4334         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4335         (nnimap-update-unseen, nnimap-request-list)
4336         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4337         (nnimap-request-set-mark, nnimap-split-to-groups)
4338         (nnimap-split-articles, nnimap-request-newgroups)
4339         (nnimap-request-create-group, nnimap-request-accept-article)
4340         (nnimap-request-delete-group, nnimap-request-rename-group)
4341         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4342         `encoded-mbx' for consistency.
4343         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4344         variable `imap-current-mailbox'.
4345
4346         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4347         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4348
4349 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4350
4351         * pop3.el (pop3-display-message-size-flag): Display message size byte
4352         counts during POP3 download.
4353         (pop3-movemail): Use it.
4354         (pop3-list): Implement listing of available messages.
4355
4356 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4357
4358         * nnir.el (nnir-get-article-nov-override-function): New function to
4359         override the normal NOV retrieval.
4360         (nnir-retrieve-headers): Use it.
4361
4362 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4363
4364         * auth-source.el (netrc-machine-user-or-password): Autoload.
4365
4366 2010-03-19  Glenn Morris  <rgm@gnu.org>
4367
4368         Stop message.el from loading about 40 libraries it doesn't always need.
4369         The general approach is to autoload rather than require, and to
4370         require in the specific functions rather than the file.  (Bug#5642)
4371
4372         * gmm-utils.el: Don't require wid-edit.
4373         (widget-create-child-value, widget-convert, widget-default-get):
4374         Autoload.
4375
4376         * gnus-util.el: Don't require time-date, netrc.
4377         (message-fetch-field, gnus-group-name-decode): Declare rather than
4378         autoloading.
4379         (gnus-fetch-field): Require message.
4380         (gnus-decode-newsgroups): Require gnus-group.
4381
4382         * ietf-drums.el: Don't require time-date.
4383
4384         * message.el: Don't require hashcash, canlock, ecomplete.
4385         Do require mail-utils.  Require nnheader only when compiling.
4386         (smtpmail-default-smtp-server): Remove declaration.
4387         (message-send-mail-function): Check smtpmail-default-smtp-server
4388         is bound rather than requiring smtpmail.
4389         (message-auto-save-directory, message-insert-signature): Use
4390         expand-file-name rather than nnheader-concat.
4391         (nnheader-insert-file-contents): Autoload.
4392         (hashcash-wait-async): Declare.
4393         (message-send-mail): Only call gnus-setup-posting-charset if
4394         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4395         (message-send-mail-with-sendmail): Require sendmail.
4396         (canlock-password, canlock-password-for-verify): Declare.
4397         (message-canlock-password): Require canlock.
4398         (nnheader-get-report): Autoload.
4399         (gnus-setup-posting-charset): Declare.
4400         (message-send-news): Require gnus-msg.
4401         (message-make-references, message-make-in-reply-to): Use mail-header-id
4402         rather than the alias mail-header-message-id.
4403         (ecomplete-add-item, ecomplete-save): Declare.
4404         (message-put-addresses-in-ecomplete): Require ecomplete.
4405         (ecomplete-display-matches): Autoload.
4406
4407         * mm-decode.el: Don't require mailcap, gnus-util.
4408         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4409         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4410         Autoload.
4411         (mailcap-mime-extensions): Declare.
4412
4413         * mm-encode.el: Don't require mailcap.
4414         (mailcap-extension-to-mime): Autoload.
4415
4416         * mml-sec.el: Don't require password-cache.
4417
4418         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4419         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4420         (mml-minibuffer-read-type): Require mailcap.
4421         (mml-preview): Require gnus-msg.
4422
4423         * mml1991.el: Require password-cache.
4424         (password-cache-expiry): Remove declaration.
4425
4426         * mml2015.el: Require password-cache.
4427         (password-cache-expiry): Remove declaration.
4428
4429         * nneething.el (mailcap): Require mailcap.
4430
4431         * nnheader.el (declare-function): Add compatibility stub.
4432         (message-remove-header): Declare rather than autoload.
4433         (nnheader-replace-header): Require message.
4434
4435         * nnimap.el (declare-function): Add compatibility stub.
4436         (netrc-parse, netrc-machine-user-or-password): Declare.
4437         (nnimap-open-connection): Require netrc.
4438
4439         * nntp.el (declare-function): Add compatibility stub.
4440         (netrc-parse, netrc-machine, netrc-get): Declare.
4441         (nntp-send-authinfo): Require netrc.
4442
4443         * rfc2047.el: Don't require qp.
4444         (quoted-printable-encode-region, quoted-printable-decode-string):
4445         Autoload.
4446
4447         * sieve-mode.el: Don't require easymenu.
4448         (easy-menu-add-item): Autoload it.
4449
4450         * spam-stat.el (time-to-number-of-days): Autoload it.
4451
4452 2010-03-19  Glenn Morris  <rgm@gnu.org>
4453
4454         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4455
4456 2010-03-18  Glenn Morris  <rgm@gnu.org>
4457
4458         * hashcash.el (declare-function): Remove duplicate definition.
4459
4460 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4461
4462         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4463         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4464         value if any backslash escapes).
4465
4466 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4467
4468         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4469         if it is available.  (bug#5647)
4470
4471         * lpath.el: Suppress compiler warning for coding-system-from-name for
4472         Emacs 21 and XEmacs.
4473
4474 2010-03-14  Juri Linkov  <juri@jurta.org>
4475
4476         * hmac-def.el:
4477         * hmac-md5.el:
4478         * netrc.el: Fix keywords.
4479
4480 2010-02-26  Glenn Morris  <rgm@gnu.org>
4481
4482         * message.el (message-send-mail-function): Change the default, so that
4483         it inherits from a customized send-mail-function.  (Bug#5643)
4484
4485 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4486
4487         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4488         shell-command-to-string signals an error (bug#5299).
4489
4490 2010-02-24  Glenn Morris  <rgm@gnu.org>
4491
4492         * message.el (message-smtpmail-send-it)
4493         (message-send-mail-with-mailclient): Doc fixes.
4494
4495 2010-02-16  Glenn Morris  <rgm@gnu.org>
4496
4497         * message.el (message-default-mail-headers): Change the default value
4498         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4499
4500 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4501
4502         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4503         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4504
4505 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4506
4507         * time-date.el (date-to-time): Doc fix (Bug#5408).
4508
4509 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4510
4511         * message.el (message-mail): Just pass yank-action on to message-setup.
4512         (message-setup): Handle (FUN . ARGS) form of yank-action.
4513         (message-with-reply-buffer, message-widen-reply)
4514         (message-yank-original): Handle non-buffer values of
4515         message-reply-buffer (Bug#4080).
4516         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4517
4518 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4519
4520         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4521         Fix typo in docstring.
4522
4523 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4524
4525         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4526         response.
4527
4528 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4529
4530         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4531
4532         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4533
4534         * message.el (message-check-news-header-syntax): Protect against a
4535         string that `rfc822-addresses' returns when parsing fails.
4536
4537 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4540         (gnus-previous-char-property-change): New functions.
4541
4542         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4543
4544 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4545
4546         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4547         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4548
4549 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4550
4551         * message.el (message-exchange-point-and-mark): Rework last change to
4552         avoid using optional arg of exchange-point-and-mark, for backward
4553         compatibility.
4554
4555 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4556
4557         * message.el (message-exchange-point-and-mark): Call
4558         exchange-point-and-mark with an argument rather than setting
4559         mark-active by hand (Bug#5175).
4560
4561 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4562
4563         * nntp.el (nntp-service-to-port): Work for service expressed with
4564         numeric string; replace [:digit:] with [0-9] for XEmacs.
4565
4566 2009-12-17  Glenn Morris  <rgm@gnu.org>
4567
4568         * gnus-group.el (gnus-bug-group-download-format-alist):
4569         Change emacs entry to debbugs.gnu.org.  Bump :version.
4570
4571 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4572
4573         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4574
4575 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4576
4577         * message.el (message-info): Explain why we use `Info-goto-node'.
4578
4579 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4580
4581         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4582
4583 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4584
4585         * message.el (message-completion-in-region): New compatibility function.
4586         (message-expand-group): Use it.
4587
4588 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4591         with no unread article should be listed if the 2nd arg `predicate' is
4592         given.
4593
4594 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4597
4598 2009-11-29  Juri Linkov  <juri@jurta.org>
4599
4600         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4601         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4602         on `gnus-recenter'. (Bug#4698, Bug#4981)
4603
4604 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4605
4606         * sha1.el (sha1-string-external): default-directory "/" in case
4607         otherwise non-existent.  process-connection-type pipe for touch of
4608         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4609
4610 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4611
4612         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4613         it's comms related and sgml-mode.el has "comm" on that basis too.
4614
4615 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4616
4617         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4618         containing tspecial characters if they have been already quoted.
4619
4620 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4621
4622         * dns-mode.el (auto-mode-alist): Purecopy string.
4623
4624 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4625
4626         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4627
4628 2009-10-24  Glenn Morris  <rgm@gnu.org>
4629
4630         * gnus-art.el (help-xref-stack-item): Define for compiler.
4631
4632 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4633
4634         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4635
4636 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4637
4638         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4639
4640 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4641
4642         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4643         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4644
4645 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4648         (gnus-overlays-in): New alias to overlays-in.
4649
4650         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4651         gnus-overlay-get, and gnus-delete-overlay.
4652         (gnus-summary-show-thread): Make it work as well for systems in which
4653         next-single-char-property-change is not available.
4654         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4655
4656         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4657         (gnus-overlay-get): New alias to extent-property.
4658         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4659
4660         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4661         SXEmacs.
4662
4663         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4664         SXEmacs.
4665
4666 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4667
4668         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4669
4670 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4671
4672         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4673         and XEmacs that don't have `remove-overlays'.
4674
4675 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4676
4677         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4678         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4679         selective display.  Use overlays instead.
4680
4681 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4682
4683         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4684
4685 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4686
4687         * spam-stat.el (spam-stat-load): Fix typo in message.
4688
4689 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4690
4691         * dig.el (dig-invoke): Fix typo in docstring.
4692         (query-dig): Reflow docstring.
4693
4694 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4695
4696         * gnus-art.el (gnus-article-encrypt-body):
4697         * message.el (message-check-recipients):
4698         * mm-util.el (mm-codepage-setup):
4699         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4700         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4701
4702 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4703
4704         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4705         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4706         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4707         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4708         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4709
4710 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4711
4712         * dig.el: Add "Keywords: comm", as per net-utils.el.
4713
4714 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4715
4716         * dig.el (dig-mode): Use define-derived-mode.
4717
4718 2009-09-19  Glenn Morris  <rgm@gnu.org>
4719
4720         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4721
4722 2009-09-18  Glenn Morris  <rgm@gnu.org>
4723
4724         * gnus-diary.el (gnus-diary-check-message):
4725         * message.el (message-insert-formatted-citation-line):
4726         * nnbabyl.el (top-level):
4727         * nndiary.el (nndiary-schedule):
4728         Fix typos in condition-case handlers.
4729
4730 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4731
4732         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4733         configuration that provides the sole article window in a frame;
4734         position point correctly after deleting a part.
4735
4736 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4737
4738         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4739         (spam-resolve-registrations-routine): Use it to unregister articles
4740         that change status.
4741
4742 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4743
4744         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4745         with XEmacs.
4746         (parse-time-string-chars): Use it.
4747
4748 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4749
4750         * imap.el (imap-interactive-login): Better messages.
4751         (imap-open): Fix bug with renamed buffer on reconnect.
4752         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4753         for easier debugging and cleaner code.  On successful (guessed based on
4754         server capabilities) secondary authentication, set imap-state
4755         correctly.
4756         (imap-last-authenticator): Define imap-last-authenticator as a variable
4757         to avoid warnings.
4758
4759 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4760
4761         * nnrss.el (nnrss-request-article): Remove binding of
4762         default-enable-multibyte-characters that has gotten needless by
4763         the 2007-07-13 change in rfc2047-encode-message-header.
4764
4765         * mml.el (mml-insert-multipart): Error on the message header.
4766         (mml-insert-part): Error on the message header; position point at
4767         the end of a MIME tag.
4768
4769 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * time-date.el (autoload): Expand define-obsolete-function-alias into
4772         defalias and make-obsolete for old Emacsen that Gnus supports.
4773         (with-no-warnings): Define it for old Emacsen.
4774         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4775         is available.
4776         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4777         float-time is available; suppress compile warning for time-to-seconds.
4778
4779         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4780         (gnus-float-time): Alias to float-time if it exists.
4781
4782         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4783         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4784         float-time is available; suppress compile warning for time-to-seconds.
4785
4786         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4787         XEmacs.
4788
4789 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4790
4791         * imap.el (imap-message-map): Docstring fix.
4792
4793 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4794
4795         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4796         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4797         Add the optional argument `encoding' that overrides the default.
4798
4799         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4800         mm-encode-buffer.
4801
4802 2009-09-04  Glenn Morris  <rgm@gnu.org>
4803
4804         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4805         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4806         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4807         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4808         * mm-util.el (mm-with-unibyte-current-buffer)
4809         (mm-find-buffer-file-coding-system):
4810         * yenc.el (yenc-decode-region): Use default-value rather than
4811         default-enable-multibyte-characters.
4812
4813 2009-09-03  Glenn Morris  <rgm@gnu.org>
4814
4815         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4816         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4817         than default-enable-multibyte-characters.
4818
4819 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4820
4821         * gnus-art.el (gnus-article-read-summary-keys):
4822         Fix gnus-buffer-configuration's value temporarily used.
4823
4824 2009-09-02  Glenn Morris  <rgm@gnu.org>
4825
4826         * gnus-util.el (gnus-float-time): New function.
4827         * gnus-delay.el (gnus-delay-article):
4828         * gnus-sum.el (gnus-thread-latest-date):
4829         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4830         * nnspool.el (nnspool-request-newgroups):
4831         Use gnus-float-time rather than time-to-seconds.
4832         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4833
4834         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4835         (gnus-header-subject-face, gnus-header-newsgroups-face)
4836         (gnus-header-name-face, gnus-header-content-face):
4837         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4838         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4839         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4840         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4841         (gnus-cite-face-11):
4842         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4843         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4844         (gnus-server-closed-face, gnus-server-denied-face)
4845         (gnus-server-offline-face):
4846         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4847         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4848         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4849         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4850         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4851         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4852         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4853         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4854         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4855         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4856         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4857         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4858         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4859         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4860         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4861         (gnus-summary-high-undownloaded-face)
4862         (gnus-summary-low-undownloaded-face)
4863         (gnus-summary-normal-undownloaded-face)
4864         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4865         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4866         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4867         (gnus-splash-face):
4868         * message.el (message-header-to-face, message-header-cc-face)
4869         (message-header-subject-face, message-header-newsgroups-face)
4870         (message-header-other-face, message-header-name-face)
4871         (message-header-xheader-face, message-separator-face)
4872         (message-cited-text-face, message-mml-face):
4873         * sieve-mode.el (sieve-control-commands-face)
4874         (sieve-action-commands-face, sieve-test-commands-face)
4875         (sieve-tagged-arguments-face):
4876         * spam.el (spam-face):
4877         Mark face aliases with "-face" in the name as obsolete.
4878
4879 2009-09-01  Glenn Morris  <rgm@gnu.org>
4880
4881         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4882         than goto-line.
4883
4884 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4885
4886         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4887         Don't move point if the command is invoked inside the message header.
4888
4889 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4890
4891         * imap.el (imap-send-command): Simplify.
4892         (imap-wait-for-tag): point-max -> buffer-size.
4893
4894 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4895
4896         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4897         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4898         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4899         * nnir.el (nnir-swish-e-index-file):
4900         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4901         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4902         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4903         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4904         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4905         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4906
4907 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4908
4909         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4910         Don't save excursion.
4911
4912 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4913
4914         * nnheader.el (nnheader-find-file-noselect):
4915         * mm-util.el (mm-insert-file-contents):
4916         Use (default-value 'major-mode) instead of default-major-mode.
4917
4918 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4919
4920         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4921
4922 2009-08-26  Glenn Morris  <rgm@gnu.org>
4923
4924         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4925         than placing in files.el.
4926
4927 2009-08-25  Glenn Morris  <rgm@gnu.org>
4928
4929         * nnir.el (top-level): Don't require cl at run-time.
4930         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4931         Replace cl-function substitute with gnus-replace-in-string.
4932         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4933         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4934         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4935         simplified expansions.
4936
4937 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4938
4939         * dig.el (dig): Add autoload cookie.
4940
4941 2009-08-22  Glenn Morris  <rgm@gnu.org>
4942
4943         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4944         goto-line.
4945
4946 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4947
4948         * parse-time.el (parse-time-string-chars): Save match data.
4949
4950 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4951
4952         * parse-time.el (parse-time-string-chars): Compute using character
4953         classes, to handle non-ascii characters (Bug#3190).
4954
4955 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4956
4957         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4958
4959         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4960         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4961         (gnus-mm-display-part, gnus-mime-display-single)
4962         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4963         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4964
4965         * gnus-sum.el
4966         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4967         (gnus-summary-move-article): Add expirable mark to articles copied or
4968         moved to group that has auto-expire turned on if the option is non-nil.
4969
4970 2009-07-24  Glenn Morris  <rgm@gnu.org>
4971
4972         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4973         Fix typo.  (Bug#3903)
4974
4975 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4976
4977         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4978         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4979         that should not be used for draft articles.
4980         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4981         that has no concern in minor mode keys.
4982         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4983         Abolish.
4984
4985 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4988         article without making inquiry to a user for unknown encoding.
4989
4990         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4991         (nnmaildir--scan): Assume i-node and device number that file-attributes
4992         returns might be cons-cell.
4993
4994         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4995
4996         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4997
4998 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4999
5000         * auth-source.el: Remove docs now in auth.texi.  Don't use
5001         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5002         `auth-source-hide-passwords' and use them.
5003
5004 2009-07-15  Glenn Morris  <rgm@gnu.org>
5005
5006         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5007
5008 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5011         excessive whitespace from the default values of title and description.
5012
5013 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5014
5015         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5016         mail-fetch-field to fetch Content-Description header in order to
5017         exclude newlines.
5018
5019 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5020
5021         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5022         format used by GnuPG 2.0.11.
5023
5024 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5025
5026         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5027         to deleted part.
5028
5029 2009-05-30  David Engster  <dengste@eml.cc>
5030
5031         * nnmairix.el: Remove old documentation in the commentary block.
5032         (nnmairix-request-group): Do not update active file for nnml back ends.
5033         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5034         end so that overview files are ignored.
5035         (nnmairix-update-groups): Make updating the groups more robust by using
5036         marks.
5037         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5038         with dollar characters in message-id.
5039
5040 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5041
5042         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5043         2008-12-25 in dns.el.
5044
5045 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5046
5047         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5048         could happen if the text is only composed of spaces and/or tabs.
5049
5050 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5051
5052         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5053         when sending a queued message to avoid extra mml tags.
5054
5055 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5056
5057         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5058
5059 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5060
5061         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5062         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5063         rmail-toggle-header for XEmacs;
5064         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5065
5066 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5067
5068         * gnus-dired.el: Remove autoload for gnus-setup-message.
5069         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5070         displaying Gnus logo; always use compose-mail.
5071
5072 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5075
5076 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5079         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5080         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5081         available.
5082         (gnus-nocem-epg-verify): New function.
5083
5084 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5085
5086         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5087
5088 2009-02-15  Glenn Morris  <rgm@gnu.org>
5089
5090         * gnus-util.el (rmail-insert-rmail-file-header)
5091         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5092         autoloads.
5093         (rmail-default-rmail-file): Remove unnecessary declaration.
5094         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5095
5096 2009-02-14  Glenn Morris  <rgm@gnu.org>
5097
5098         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5099         variable (only used in gnus-util, which declares it anyway).
5100         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5101         which was only needed by gnus-art (changed to not use it any more).
5102         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5103         only used in gnus-util, which autoloads it itself.
5104         (rmail-update-summary): Fix autoload.
5105
5106         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5107         rather than rmail-output-to-rmail-file.
5108
5109 2009-02-07  Glenn Morris  <rgm@gnu.org>
5110
5111         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5112         autoload of function that no longer exists.
5113         (rmail-toggle-header): Declare.
5114         (message-forward-rmail-make-body): Handle mbox Rmail.
5115
5116 2009-01-31  Glenn Morris  <rgm@gnu.org>
5117
5118         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5119         2009-01-09 change.
5120
5121 2009-01-31  Dave Love  <fx@gnu.org>
5122
5123         * imap.el (imap-fetch-safe): Bind debug-on-error.
5124         (imap-debug): Add imap-fetch-safe.
5125
5126 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5127
5128         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5129         (auth-source-forget-all-cached): New convenience function.
5130         (auth-source-user-or-password): Accept list of modes or a single mode.
5131
5132         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5133         auth-source modes.
5134
5135         * netrc.el (netrc-machine-user-or-password): Use list of
5136         auth-source modes.
5137
5138         * nnimap.el (nnimap-open-connection): Use list of
5139         auth-source modes.
5140
5141         * nntp.el (nntp-send-authinfo): Use list of
5142         auth-source modes.
5143
5144 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5145
5146         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5147         now.
5148
5149 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5150
5151         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5152         coding system in XEmacs; add a workaround for XEmacs.
5153
5154         * lpath.el: Fbind coding-system-aliasee.
5155
5156 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5157
5158         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5159         of current-language-environment.
5160
5161 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5162
5163         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5164         available at runtime.
5165
5166 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5169
5170 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5171
5172         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5173         the greatest positive fixnum value doesn't work under an XEmacs with
5174         bignum support; use the most-positive-fixnum constant instead,
5175         available since Emacs 21.1 with cl and XEmacs 21.1.
5176
5177 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5178
5179         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5180         XEmacs gets not to work.
5181
5182 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5183
5184         * mm-util.el (mm-coding-system-priorities): Allow the value like
5185         "Japanese (UTF-8)" of current-language-environment.
5186
5187 2009-01-09  Glenn Morris  <rgm@gnu.org>
5188
5189         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5190         with last-command-event.
5191
5192 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5193
5194         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5195         in the doc string.
5196
5197         * message.el (message-fix-before-sending): Amend comment.
5198
5199 2009-01-08  Dave Love  <fx@gnu.org>
5200
5201         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5202
5203 2009-01-07  David Engster  <dengste@eml.cc>
5204
5205         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5206         simplified server definitions by converting it via
5207         gnus-server-to-method.
5208
5209 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5210
5211         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5212         parameter's operands.
5213
5214 2009-01-06  David Engster  <dengste@eml.cc>
5215
5216         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5217         primary select method (for gnus-group-mark-article-as-read).
5218
5219 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5220
5221         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5222         `(gnus)Face', not `(gnus)X-Face'.
5223
5224 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5225
5226         * mm-util.el (mm-ucs-to-char): New function.
5227
5228         * mm-url.el (mm-url-decode-entities): Use it.
5229
5230         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5231         unicode-to-char.
5232
5233 2009-01-05  Dave Love  <fx@gnu.org>
5234
5235         * time-date.el: Require cl for `declare'.
5236
5237 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5238
5239         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5240         Dave Love.
5241
5242 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5243
5244         * message.el (message-fix-before-sending): Add `eight-bit' to
5245         illegible-text check.
5246
5247 2009-01-03  Michael Olson  <mwolson@gnu.org>
5248
5249         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5250         `headers' is nil.  This can occur if the IMAP server does not have
5251         permissions to read messages from a folder, but can write new messages
5252         to the folder.
5253         (nnimap-request-article-part): Do not insert `data' if it is nil.
5254
5255         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5256         characters which will confuse `read', so skip past them.
5257
5258 2009-01-01  Dave Love  <fx@gnu.org>
5259
5260         * imap.el (imap-string-to-integer): Fix typo.
5261         (imap-fetch-safe): New function.
5262         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5263
5264         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5265
5266         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5267         (imap-parse-greeting): Fix doc strings.
5268         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5269         (imap-parse-flag-list): Make messages unique.
5270         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5271
5272         * nnimap.el: Fix author email.
5273         (nnimap-split-rule): Add FIXME comment.
5274         (nnimap-debug): Fix doc string.
5275
5276 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5277
5278         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5279
5280 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5281
5282         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5283         nslookup if resolv.conf isn't available.
5284         (dns-query): Rename from query-dns.
5285         (dns-query-cached): Rename from query-dns-cached.
5286
5287 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5288
5289         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5290         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5291         to check if those variables exist (first appeared in Emacs 18.50).
5292
5293 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * mm-util.el (mm-line-number-at-pos): New function.
5296
5297         * spam-report.el (spam-report-process-queue): Use it.
5298
5299 2008-12-24  David Engster  <dengste@eml.cc>
5300
5301         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5302         parameters that haven't existed as variables as buffer-local variables.
5303
5304 2008-12-23  Dave Love  <fx@gnu.org>
5305
5306         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5307         cadar.
5308
5309         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5310         imap-starttls-p.
5311         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5312
5313 2008-12-22  Dave Love  <fx@gnu.org>
5314
5315         * imap.el: Fix author email.  Doc fixes.
5316         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5317         reply.
5318
5319 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5320
5321         * spam-report.el (spam-report-gmane-max-requests): New constant.
5322         (spam-report-gmane-wait): New variable.
5323         (spam-report-gmane-ham, spam-report-gmane-spam)
5324         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5325         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5326         the server.
5327
5328         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5329         Add explanations.
5330
5331         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5332         nnheader-accept-process-output and nnheader-read-timeout if available.
5333         (pop3-movemail): Use it.
5334
5335         * message.el (message-check-news-body-syntax): Fix signature check if
5336         there's an attachment.
5337
5338 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5339
5340         * mm-util.el: Add comments to the mm- emulating functions.
5341
5342 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5343
5344         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5345         by Stephen Berman <stephen.berman@gmx.net>.
5346
5347 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * mm-util.el (mm-substring-no-properties): New function.
5350         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5351         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5352         (mm-string-to-multibyte): Doc fix.
5353
5354         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5355
5356 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5357
5358         * mml.el (mml-attach-file): Strip text properties from file name.
5359         (Bug#1574)
5360
5361 2008-12-16  Glenn Morris  <rgm@gnu.org>
5362
5363         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5364
5365 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5366
5367         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5368         knows since the charset specified might be a bogus alias that
5369         mm-charset-synonym-alist provides.
5370
5371 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5372
5373         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5374         "ISO_8859-1".
5375
5376         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5377
5378 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5379
5380         * mm-util.el (mm-charset-eval-alist):
5381         Define it before mm-charset-to-coding-system.
5382         (mm-charset-to-coding-system): Add optional argument `silent';
5383         define it before mm-charset-override-alist.
5384         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5385         default value if it can be used in Emacs currently running;
5386         silence mm-charset-to-coding-system.
5387
5388 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5391         `allow-override' which says whether to use `mm-charset-override-alist'.
5392         (rfc2047-decode-encoded-words): Use it.
5393
5394         * mm-util.el (mm-charset-override-alist): Fix custom type;
5395         add `(gb2312 . gbk)' to choices.
5396
5397 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5400         fast.
5401
5402         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5403
5404         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5405
5406 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5407
5408         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5409         on links.
5410
5411         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5412
5413 2008-12-03  Lute Kamstra  <lute@gnu.org>
5414
5415         * sha1.el: Remove leading * from docstrings of defcustoms,
5416         deffaces, defconsts and defuns.
5417
5418 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5419
5420         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5421         users' addresses that don't have domain parts.
5422         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5423         rather than message-narrow-to-head since there will be the message
5424         header separator.
5425
5426 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5427
5428         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5429         since the result is inserted in a unibyte buffer anyway.
5430         (nnimap-demule-use-string-to-multibyte): Remove.
5431         (nnimap-demule): Alias it to mm-string-to-multibyte.
5432
5433 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5434
5435         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5436         variable for debugging bug#464 and bug#1174.
5437         (nnimap-demule): Use it.
5438
5439 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5442         score calculation correctly.
5443
5444 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5445
5446         * message.el (message-send-mail): Just set the buffer to unibyte
5447         rather than use mm-with-unibyte-current-buffer which does a lot more.
5448         (message-send-mail-partially): Don't bother with
5449         mm-with-unibyte-current-buffer since it's already been made unibyte by
5450         message-send-mail.
5451
5452 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5453
5454         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5455
5456 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5457
5458         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5459
5460 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5461
5462         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5463         require itself and to remove `with-no-warnings'.
5464
5465 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5466
5467         * starttls.el (starttls-any-program-available): Get the name of the
5468         available TLS layer program.
5469         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5470         well as the host name in the "opening" message.
5471
5472         * auth-source.el (auth-source-cache, auth-source-do-cache)
5473         (auth-source-user-or-password): Cache passwords and logins by default,
5474         allow override with `auth-source-do-cache'.
5475         (auth-source-forget-user-or-password): Allow users to remove cache
5476         entries if needed.
5477
5478 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5479
5480         * md4.el (md4-buffer): Fix typo in docstring.
5481         (md4, md4-64): Doc fixes.
5482         (md4-pack-int32): Reflow docstring.
5483
5484 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5485
5486         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5487         condition-case to only the forward-sexp call.
5488
5489 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5490
5491         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5492         quotes contained.  Make it more robust regardless by an extra
5493         condition-case wrapper.
5494
5495 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5496
5497         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5498
5499 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5500
5501         * nnml.el (nnml-request-expire-articles): Check if the function set to
5502         `nnmail-expiry-target' returns the symbol `delete'.
5503
5504         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5505
5506         * nnmail.el (nnmail-expiry-target): Fix custom type.
5507
5508 2008-10-02  Glenn Morris  <rgm@gnu.org>
5509
5510         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5511         Silence compiler warning.
5512
5513 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5514
5515         * tls.el (open-tls-stream): Show the actual command being
5516         executed, instead of the format string.
5517
5518 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5519
5520         * lpath.el: Fbind codepage-setup for Emacs 23.
5521
5522 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5523
5524         * mml.el (mml-menu): Don't assume mml2015 is bound.
5525
5526 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5527
5528         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5529         exists.
5530
5531 2008-09-27  Glenn Morris  <rgm@gnu.org>
5532
5533         * gnus-util.el (mail-header-remove-comments): Autoload it.
5534
5535 2008-09-27  Andreas Schwab  <schwab@suse.de>
5536
5537         * gnus-util.el (gnus-split-references): Strip comments.
5538         (gnus-parent-id): Likewise.
5539
5540 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5541
5542         * message.el (message-confirm-send): Fix version.
5543
5544 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5545
5546         * message.el (message-idna-to-ascii-rhs-1): Use
5547         mail-extract-address-components rather than mail-header-parse-addresses
5548         that is an alias by default to ietf-drums-parse-addresses that does not
5549         support non-ASCII names in headers' contents.
5550
5551 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5552
5553         * message.el (message-confirm-send): Fixed variable documentation to
5554         avoid the "y/n" wording.
5555
5556 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5557
5558         * message.el (message-set-auto-save-file-name): Save to a different
5559         filename so multiple messages (especially drafts) can be recovered.
5560
5561 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5562
5563         * message.el (message-confirm-send): Add appropriate version.
5564
5565 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5566
5567         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5568         defvar.
5569
5570 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5571
5572         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5573         (mm-pkcs7-enveloped-magic): Ditto.
5574
5575 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5576
5577         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5578         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5579
5580 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5581
5582         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5583         default, it's better.
5584
5585 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5586
5587         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5588         summary line gnus-number property and ignore them (with a warning
5589         message).
5590
5591 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5592
5593         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5594         macro caddr in the interactive form since it won't be expanded.
5595
5596 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5597
5598         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5599         `charset'; fix name of function called recursively.
5600         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5601
5602 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5605         (gnus-mime-set-charset-parameters): New function.
5606         (gnus-mime-view-part-as-charset): Use it to correctly display part
5607         specifying wrong charset.
5608
5609 2008-09-08  David Engster  <dengste@eml.cc>
5610
5611         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5612         in completing-read for back end server.
5613
5614 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5615
5616         * message.el (message-confirm-send): New variable to confirm sending a
5617         message.
5618         (message-send): Use it.
5619
5620 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5623
5624 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5627
5628 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5629
5630         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5631         prevent tracking too many groups.
5632         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5633         Use it.
5634
5635 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5636
5637         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5638         moving point to the bottom of the window in order to avoid recentering.
5639
5640 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5641
5642         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5643
5644         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5645         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5646         (gnus-article-beginning-of-window): Fix calculation.
5647
5648 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5649
5650         * gnus-msg.el (gnus-summary-supersede-article)
5651         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5652         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5653         message header.
5654
5655 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5656
5657         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5658         pending output coming after the status change.
5659
5660 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5661
5662         * message.el:
5663         * gnus-start.el:
5664         * gnus-registry.el: Remove VMS support.
5665
5666 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5667
5668         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5669         macro.
5670         (rfc2104-hash): Use it.
5671
5672 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5673
5674         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5675         (gnus-summary-sort-by-most-recent-date): New commands.
5676         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5677         and menu entries.
5678
5679 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5680
5681         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5682         don't redisplay article for raw contents; remove plural articles stuff.
5683
5684         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5685         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5686         on gnus-summary-save-article; display results properly.
5687
5688 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * lpath.el: No need to fbind ns-focus-frame.
5691
5692 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5693
5694         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5695
5696 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5697
5698         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5699         gnus-save-all-headers.
5700
5701 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5702
5703         * gnus-util.el (ns-focus-frame): Remove declaration.
5704         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5705         like x.
5706
5707 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5708
5709         * rfc2104.el (rfc2104-zero): Delete defconst.
5710         (rfc2104-hex-alist): Likewise.
5711         (rfc2104-hex-to-int): Delete func.
5712         (rfc2104-hexstring-to-bitstring): Likewise.
5713         (rfc2104-nybbles): New defconst.
5714         (rfc2104-hash): Rewrite for speed.
5715
5716 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5717
5718         * tls.el (open-tls-stream): Make it work with the 2nd argument
5719         BUFFER that is a string but does not exist as a buffer object, as
5720         mentioned in the doc-string.
5721
5722 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5725         SXEmacs.
5726
5727 2008-07-16  Glenn Morris  <rgm@gnu.org>
5728
5729         * gnus-util.el (ns-focus-frame): Declare for compiler.
5730
5731 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5734         set as a group parameter.
5735         (gnus-summary-save-in-pipe): Work when it is called independently.
5736         (gnus-summary-pipe-to-muttprint): Don't modify
5737         gnus-summary-pipe-output-default-command.
5738
5739 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5740
5741         * message.el (message-send-mail-with-sendmail):
5742         Display the error message.
5743
5744 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5745
5746         * gnus-art.el (gnus-default-article-saver):
5747         Add gnus-summary-save-in-pipe to choices.
5748         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5749         gnus-summary-pipe-output-default-command as the default command.
5750         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5751         instead of gnus-last-shell-command.
5752
5753         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5754         New user option.
5755         (gnus-summary-muttprint-program): Mention the value will be changed.
5756         (gnus-summary-save-article): Force showing of all headers.
5757         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5758
5759 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5760
5761         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5762
5763 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5764
5765         * nnimap.el (nnimap-id):
5766         * sieve-manage.el (sieve-manage-open): Doc fixes.
5767
5768 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5769
5770         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5771         if available.
5772
5773 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5774
5775         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5776
5777         * nnkiboze.el (nnkiboze-generate-group):
5778         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5779
5780         * nnmairix.el: Require CL.
5781
5782 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5783
5784         * dgnushack.el: Autoload get-display-table and put-display-table for
5785         XEmacs 21.5.
5786
5787         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5788         21.4 and SXEmacs.
5789
5790 2008-06-15  David Engster  <dengste@eml.cc>
5791
5792         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5793
5794 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5795
5796         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5797         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5798         runtime choice under XEmacs.
5799
5800         * gnus-sum.el (gnus-summary-set-display-table):
5801         Use `gnus-put-display-table', `gnus-get-display-table',
5802         `gnus-set-display-table' for the display table, instead of `aset'.
5803
5804         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5805         Use `gnus-put-display-table', `gnus-get-display-table',
5806         `gnus-set-display-table' for the display table.
5807
5808 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5809
5810         * nnmairix.el: Add autoloads.
5811
5812 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5813
5814         * nnmairix.el (nnmairix-delete-recreate-group)
5815         (nnmairix-update-and-clear-marks): Fix error messages.
5816
5817 2008-06-14  David Engster  <dengste@eml.cc>
5818
5819         * nnmairix.el: Upgrade to version 0.6.
5820         (nnmairix-group-toggle-propmarks-this-group)
5821         (nnmairix-group-toggle-readmarks-this-group)
5822         (nnmairix-group-delete-recreate-this-group)
5823         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5824         (nnmairix-remove-tick-mark-original-article): New commands.
5825         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5826         (nnmairix-propagate-marks-to-nnmairix-groups)
5827         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5828         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5829         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5830         functions needed for marks propagation and manipulation of read marks.
5831         (nnmairix-update-groups): New function.
5832         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5833         (nnmairix-determine-original-group-from-registry)
5834         (nnmairix-determine-original-group-from-path)
5835         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5836         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5837         New helper functions.
5838         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5839         keystrokes for new commands.
5840         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5841         (nnmairix-request-group): Check allow-fast group parameter.
5842         (nnmairix-request-create-group): Set allow-fast group parameter if
5843         nnmairix-allowfast-default is set.
5844         (nnmairix-close-group): Propagate marks upon closing if needed.
5845         (nnmairix-group-toggle-threads-this-group): Use new.
5846         nnmairix-group-toggle-parameter helper function.
5847         (nnmairix-search): Better check for empty search result.
5848         (nnmairix-goto-original-article): Use new helper functions for
5849         determining original article.
5850         (nnmairix-show-original-article): Make sure message-id is in brackets.
5851         (nnmairix-call-mairix-binary): Change variable name.
5852         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5853         helper function.
5854         (nnmairix-widget-toggle-activate): Fix doc string.
5855
5856 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * nnir.el: Require edmacro when compiling with XEmacs.
5859         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5860         available in Emacs 21.
5861
5862 2008-06-11  Glenn Morris  <rgm@gnu.org>
5863
5864         * gnus-util.el (x-focus-frame):
5865         * gnus.el (image-size):
5866         * mm-decode.el (image-size): Declare.
5867
5868         * gnus-picon.el (declare-function): Add compat definition.
5869         (image-size): Declare.
5870
5871         * gnus-group.el (tool-bar-map):
5872         * gnus-sum.el (tool-bar-map): Define for compiler.
5873
5874         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5875
5876         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5877
5878         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5879         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5880         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5881         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5882         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5883         * sieve-manage.el, spam-report.el, spam.el:
5884         Remove unnecessary eval-and-compile of autoloads.
5885
5886 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5887
5888         * auth-source.el: Precise Tramp doc.
5889
5890 2008-06-07  Glenn Morris  <rgm@gnu.org>
5891
5892         * nnmairix.el: Remove unnecessary eval-when-compile.
5893
5894 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5895
5896         * lpath.el: Fbind propertize for XEmacs 21.4.
5897
5898 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5899
5900         * nnir.el: Move here from ../contrib.
5901
5902 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5903
5904         * gnus-util.el (gnus-read-shell-command): New function.
5905         * mm-decode.el (mm-pipe-part):
5906         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5907
5908 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5909
5910         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5911
5912 2008-06-03  Glenn Morris  <rgm@gnu.org>
5913
5914         * pop3.el (nnheader-accept-process-output): Autoload it.
5915
5916 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5919         are not 2-digit hexadecimal characters that follow `%'s.
5920
5921 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5922
5923         * message.el (message-bogus-recipient-p): Fix type in doc string.
5924         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5925         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5926         Improve custom options.
5927         (message-bogus-recipient-p): Adjust accordingly.
5928
5929 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5930
5931         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5932         long-form month and day names.
5933
5934 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5935
5936         * dgnushack.el: Autoload debug, eudc-expand-inline and
5937         pgg-snarf-keys-region for XEmacs.
5938
5939         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5940
5941         * nnmairix.el: Require edmacro when compiling with XEmacs.
5942
5943 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5944
5945         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5946         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5947
5948 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5949
5950         * auth-source.el: Add more docs.
5951
5952         * netrc.el (netrc-machine): Always match if the port is not given.
5953
5954 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5955
5956         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5957         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5958         retrieval faster in some cases, but might make CPU usage larger.  If
5959         this has any bad side effects, we might revert this change.
5960
5961         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5962         seems to make mail retrieval much, much faster.
5963         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5964         unconditionally.
5965
5966         * gnus-draft.el (gnus-group-send-queue): Bind
5967         message-send-mail-partially-limit to nil to avoid being prompted.
5968
5969 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5970
5971         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5972
5973         * message.el (message-bogus-address-regexp): Fix and improve custom
5974         type.
5975         (message-setup-hook): Add message-check-recipients as custom option.
5976
5977 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5978
5979         * message.el (message-cite-function): Remove bogus autoload which crept
5980         in during merge from v5-10.
5981
5982 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5983
5984         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5985
5986         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5987
5988         * auth-source.el: Preliminary Tramp docs.
5989         (auth-sources): Change the default auth-sources to use
5990         EPA .gpg files.
5991
5992 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5993
5994         * nntp.el: Autoload `auth-source-user-or-password'.
5995         (nntp-send-authinfo): Use it.
5996
5997         * nnimap.el: Autoload `auth-source-user-or-password'.
5998         (nnimap-open-connection): Use it.
5999
6000         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
6001         for the gnus-message function.
6002         (auth-source-user-or-password): Use it.
6003
6004 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6005
6006         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6007         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6008         (rfc2104-hash): Use it.
6009
6010 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6011
6012         * gnus-art.el (gnus-article-toggle-truncate-lines):
6013         Don't use `iff' in docstring.
6014
6015 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6016
6017         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6018
6019         * gnus-util.el (gnus-extract-address-component-name)
6020         (gnus-extract-address-component-email): Convenience functions around
6021         `gnus-extract-address-components'.
6022
6023         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6024         Use `gnus-extract-address-component-email' to fix bug of comparing full
6025         sender name to `user-mail-address'.
6026
6027 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6028
6029         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6030         catch/throw to optimize.
6031         (gnus-registry-find-keywords): Just use member to find a keyword.
6032
6033 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6034
6035         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6036         is current before calling gnus-server-prepare.
6037         (gnus-server-setup-buffer, gnus-server-update-server)
6038         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6039
6040 2008-05-04  Juri Linkov  <juri@jurta.org>
6041
6042         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6043         (mailcap-file-default-commands): Use mailcap-replace-in-string
6044         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6045         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6046
6047 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6048
6049         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6050
6051 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6052
6053         * gnus.el: Bump version to 0.11.
6054
6055 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6056
6057         * gnus.el: No Gnus v0.10 is released.
6058
6059 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6060
6061         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6062         hooks.
6063         (gnus-update-read-articles): Speed up non-marks-using users.
6064         (gnus-use-marks): Define gnus-use-marks.
6065         (gnus-propagate-marks): Rename variable to something more sensible.
6066
6067 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6068
6069         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6070         (gmm-image-load-path-for-library): Fix typos in docstrings.
6071         (gmm-message): Reflow docstring.
6072
6073 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6074
6075         * mail-source.el (mail-source-set-1, mail-source-bind):
6076         Move auth-source code out of the macro to clean it up and fix bugs.
6077
6078 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6079
6080         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6081         by sender if it's equal to user-mail-address, it's likely to be
6082         useless.
6083
6084         * mail-source.el (mail-source-bind): Don't use user or password if they
6085         are not bound.  Unintern them if they are nil.  Don't use server unless
6086         it's bound, and default it to empty string otherwise.
6087
6088 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6089
6090         * mail-source.el: Load auth-source.el.
6091         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6092         get user name or password, if auth-sources is set up.
6093
6094         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6095         strategy of splitting with parent.
6096         (gnus-registry-split-fancy-with-parent)
6097         (gnus-registry-post-process-groups): Use it and fix prior
6098         bug (returning a list as the split result).
6099
6100         * auth-source.el (auth-sources): Remove server parameter.
6101         (auth-source-pick, auth-source-user-or-password)
6102         (auth-source-user-or-password-imap)
6103         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6104         (auth-source-user-or-password-sftp)
6105         (auth-source-user-or-password-smtp): Remove server parameter.
6106
6107 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6108
6109         * smime.el (smime-sign-region, smime-encrypt-region)
6110         (smime-decrypt-region):
6111         Remove redundant calls to `generate-new-buffer-name'.
6112
6113 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6114
6115         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6116         Don't use QP for message/rfc822.
6117         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6118
6119 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6120
6121         * sieve-manage.el (sieve-string-bytes): Remove.
6122         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6123         correct byte-length only if the process's coding-system is the same as
6124         the one used internally by Emacs to represent strings.
6125
6126 2008-04-22  Juri Linkov  <juri@jurta.org>
6127
6128         * mailcap.el (mailcap-file-default-commands): New function.
6129
6130 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6131
6132         * message.el (message-signature-separator, message-cite-function):
6133         Change custom version.
6134
6135 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6136
6137         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6138         commands.
6139         (tls-checktrust): Ditto.
6140
6141 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6142
6143         * mm-decode.el (mm-display-external): Make temp file read-only.
6144
6145 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6146
6147         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6148         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6149         `C-c C-f d'.
6150
6151 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6152
6153         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6154
6155 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * gnus.el: Bump version to 0.9.
6158
6159 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6160
6161         * gnus.el: No Gnus v0.8 is released.
6162
6163 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6164
6165         * mail-source.el (mail-source-value):
6166         Prefer fboundp to functionp so it works with macros as well.
6167
6168 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6169
6170         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6171         Fix last change in case the element is not even a symbol.
6172
6173 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6174
6175         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6176         Prefer fboundp to functionp so it works with macros as well.
6177
6178 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6179
6180         * auth-source.el: Added docs.
6181         (auth-sources): Modify format to support server.
6182         (auth-source-pick, auth-source-user-or-password)
6183         (auth-source-user-or-password-imap)
6184         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6185         (auth-source-user-or-password-sftp)
6186         (auth-source-user-or-password-smtp): Add server parameter.
6187
6188 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6189
6190         * gnus-registry.el: Initialize the registry when gnus-registry-install
6191         is t.
6192
6193 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6194
6195         * compface.el (uncompface): Make buffer unibyte.
6196
6197 2008-04-05  Glenn Morris  <rgm@gnu.org>
6198
6199         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6200
6201 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6202
6203         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6204         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6205
6206         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6207         multibyteness after rather than before erasing it.
6208
6209         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6210         mm-with-multibyte.
6211         (gnus-request-article-this-buffer): Make sure the proper decoding is
6212         used if gnus-original-article-buffer happens to be unibyte.
6213
6214         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6215         default-enable-multibyte-characters.
6216
6217         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6218         default-enable-multibyte-characters.
6219
6220         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6221
6222         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6223
6224 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6225
6226         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6227         (imap-message-copyuid-1): Use it.
6228         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6229         J. Williams in
6230         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6231
6232         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6233         imap-enable-exchange-bug-workaround.
6234         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6235
6236 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6237
6238         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6239         a 100 byte status-checks into a 2-3MB transfer for each group.
6240         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6241         to enable bug workaround or not.
6242         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6243
6244 2008-03-31  Glenn Morris  <rgm@gnu.org>
6245
6246         * message.el (mml2015-use): Declare for compiler.
6247         (message-info): Require mml2015 when appropriate.
6248
6249 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6250
6251         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6252         whitespace.
6253
6254 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6255
6256         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6257         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6258         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6259         (nntp-service-to-port): New function.
6260         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6261         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6262         (nntp-open-netcat-stream): New function.
6263         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6264
6265 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6266
6267         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6268
6269 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6270
6271         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6272
6273 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6274
6275         * dns.el (dns-write): Use set-buffer-multibyte.
6276
6277 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6278
6279         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6280
6281 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6282
6283         * message.el (message-signature-separator): Change default.
6284         Improve custom type.
6285         (message-cite-function): Change default to
6286         message-cite-original-without-signature.
6287
6288         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6289         toggle.
6290
6291         * message.el (message-check-news-body-syntax): Fix signature check.
6292         (message-setup-1): Mark buffer as unmodified _after_ running
6293         message-setup-hook and handling message-alternative-emails.
6294         (message-shorten-references): Be more strict when building list of
6295         valid references to comply with GNKSA.
6296
6297         * gnus-group.el (gnus-read-ephemeral-bug-group)
6298         (gnus-read-ephemeral-debian-bug-group)
6299         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6300
6301         * message.el (message-info): Don't use booleanp which isn't supported
6302         in Emacs 21 and XEmacs.
6303
6304 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6305
6306         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6307         gnus-group-gmane-group-download-format.
6308         (gnus-group-read-ephemeral-gmane-group): Rename from
6309         gnus-group-read-ephemeral-gmane-group.
6310         (gnus-read-ephemeral-gmane-group-url): Rename from
6311         gnus-group-read-ephemeral-gmane-group-url.
6312         (gnus-bug-group-download-format-alist): New variable.
6313         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6314         (gnus-read-ephemeral-emacs-bug-group): New commands.
6315
6316 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6317
6318         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6319         (gnus-visible-headers): Improve custom type.
6320
6321 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6322
6323         * mml.el (mml-menu): Add workarounds for XEmacs.
6324
6325         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6326         X-Boundary header.
6327
6328         * message.el (message-simplify-recipients): Fix previous commit.
6329
6330 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6331
6332         * mm-util.el (mm-set-buffer-multibyte): New function.
6333         * mm-decode.el (mm-copy-to-buffer): Use it.
6334
6335 2008-03-19  Glenn Morris  <rgm@gnu.org>
6336
6337         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6338         Accidentally removed in the sync process with Emacs.
6339
6340 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * message.el (message-alter-recipients-discard-bogus-full-name):
6343         New function.
6344         (message-alter-recipients-function): New variable.
6345         (message-get-reply-headers): Use it.
6346         (message-replace-header): New helper function.
6347         (message-recipients-without-full-name): New variable.
6348         (message-simplify-recipients): New command.
6349
6350         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6351
6352         * message.el (message-info): Handle EasyPG manual.
6353
6354         * mml.el (mml-menu): Add entry for EasyPG.
6355
6356 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6357
6358         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6359         parameter.
6360
6361         * message.el (message-disassociate-draft): Specify drafts group name
6362         fully.
6363
6364 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6365
6366         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6367         unnecessary duplicates from the match list.
6368
6369 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6370
6371         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6372
6373         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6374
6375         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6376         args of `how-many' of which the XEmacs version doesn't take; declare
6377         Info-index-next as function.
6378
6379 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6380
6381         * gnus-score.el (gnus-score-headers): Fix handling of
6382         gnus-inhibit-slow-scoring.
6383
6384         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6385         string.
6386         (gnus-button-url-regexp): Improve handling of parenthesis.
6387         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6388         (gnus-button-handle-info-keystrokes): Handle index entries.
6389
6390 2008-03-15  Glenn Morris  <rgm@gnu.org>
6391
6392         * parse-time.el (parse-time-string): Simplify.
6393
6394 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6395
6396         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6397         Incoming* files.
6398
6399 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6400
6401         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6402         (auth-source-pick): Use it.
6403
6404 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6405
6406         * binhex.el (binhex-decode-region-internal):
6407         * uudecode.el (uudecode-decode-region-internal):
6408         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6409         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6410         setting default-enable-multibyte-characters.
6411
6412 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6413
6414         * auth-source.el (auth-source-protocols)
6415         (auth-source-protocols-customize, auth-source-choices): Added and
6416         modified variable customizations and defaults.
6417         (auth-source-pick, auth-source-user-or-password)
6418         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6419         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6420         (auth-source-user-or-password-sftp)
6421         (auth-source-user-or-password-smtp): Use new variables and provide an
6422         interface to netrc.el.
6423
6424 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6425
6426         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6427         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6428         Make sure the nntp port to specify is a string.
6429
6430 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6431
6432         * nntp.el: Use with-current-buffer.
6433         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6434         dubious mm-with-unibyte-current-buffer.
6435         (nntp-with-open-group-function): New function extracted from
6436         nntp-with-open-group macro.
6437         (nntp-with-open-group): Use the function, so it's easier to debug.
6438         Add indentation and debugging info.
6439         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6440         the use of the netcat alternatives.
6441
6442         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6443         Avoid mm-string-as-multibyte as well.
6444
6445         * nnweb.el (nnweb-insert-html):
6446         Remove use of nnheader-string-as-multibyte.
6447
6448         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6449         (nnheader-string-as-multibyte): Remove.
6450
6451         * mm-view.el: Use inhibit-read-only.
6452         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6453         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6454         or unibyte-string.
6455
6456         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6457         (mm-uu-yenc-extract): Use with-current-buffer.
6458
6459         * gnus-soup.el (gnus-soup-send-packet): Don't use
6460         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6461
6462         * nnmh.el: Use with-current-buffer.
6463         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6464         mm-string-as-multibyte on the output of mm-encode-coding-string.
6465
6466         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6467         (nnimap-request-move-article): Use with-current-buffer.
6468
6469         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6470         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6471         conversion uses string-make-unibyte rather than string-as-unibyte.
6472
6473         * gnus-msg.el: Use with-current-buffer.
6474
6475         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6476
6477 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6478
6479         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6480         string for caching if it is 'PIN.
6481
6482 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6483
6484         * lpath.el: Consider the case without Emacs/W3.
6485
6486 2008-03-08  Glenn Morris  <rgm@gnu.org>
6487
6488         * time-date.el (date-to-time, time-subtract, time-add)
6489         (safe-date-to-time): Doc fixes.
6490
6491 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6492
6493         * mail-source.el (mail-source-delete-old-incoming-confirm):
6494         Change default to nil.
6495         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6496
6497 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6498
6499         * lpath.el: Rearrange.
6500
6501         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6502         (gnus-article-goto-prev-page): Work for articles having ^L's.
6503
6504         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6505
6506         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6507
6508 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6509
6510         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6511         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6512         (gnus-bookmark-jump): Adjust some variable names.
6513
6514 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6515
6516         * auth-source.el: New package.
6517         (auth-source-choices): Add customization entry point variable.
6518
6519         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6520         bug.
6521
6522 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6523
6524         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6525         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6526         (gnus-registry-install-shortcuts): Rename from
6527         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6528         the `gnus-registry-mark-map' keymap dynamically from
6529         `gnus-registry-marks'.  The generated functions update the summary line
6530         when a registry mark is added or deleted, and will call
6531         `gnus-registry-install-p' (see the comments in the code).
6532         (gnus-registry-user-format-function-M): Use concat intelligently.
6533
6534         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6535         the registry mark functions.
6536
6537 2008-03-05  Glenn Morris  <rgm@gnu.org>
6538
6539         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6540         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6541         gnus-art.
6542         (top-level): No need to load own source when compiling.
6543
6544 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6545
6546         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6547         Suggested by <chris.anderton@zetnet.co.uk>.
6548
6549 2008-03-04  Glenn Morris  <rgm@gnu.org>
6550
6551         * gnus-sum.el (top-level): No need to require gnus when compiling,
6552         since unconditionally required near start of file.
6553         (gnus-summary-display-while-building): Move definition before use.
6554
6555 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6556
6557         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6558         formatting function.
6559
6560 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6561
6562         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6563         with plists.
6564         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6565         Use new format.
6566
6567 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6568
6569         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6570         `where-is-internal' that returns a range of key sequences.
6571
6572 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6573
6574         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6575
6576         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6577         (gnus-summary-jump-to-group): Consider windows on other displayed
6578         frames as well.  Similar changes might be needed elsewhere, but that's
6579         the one I've bumped into during my use.
6580
6581         * nndoc.el (nndoc-oe-dbx-type-p):
6582         * gnus-msg.el (gnus-debug):
6583         * gnus-group.el (gnus-update-group-mark-positions):
6584         Use mm-string-to-multibyte.
6585
6586 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6587
6588         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6589         doesn't handle NotDashEscaped.
6590
6591         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6592         (mml-dnd-attach-options): Fix typo in custom choice.
6593
6594         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6595         nndoc-article-type to mbox.
6596         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6597
6598         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6599         to nil, instead of html2text.
6600
6601         * imap.el (imap-debug): Add `imap-ping-server'.
6602
6603         * gnus-bookmark.el: Add FIXMEs.
6604
6605         * message.el (message-form-letter-separator)
6606         (message-send-form-letter-delay): New variables.
6607         (message-send-form-letter): Use them.  New command to send form
6608         letters.  Requested by Uwe Siart.
6609         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6610
6611 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6612
6613         * Update copyright years.
6614
6615 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6616
6617         Sync from EMACS_22_BASE.
6618
6619         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6620
6621 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6622
6623         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6624         empty author.
6625
6626 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6627
6628         * gnus-registry.el (gnus-registry-marks): Add variable for
6629         customization of marks and their appearance.
6630         (gnus-registry-read-mark): Use it.
6631         (gnus-registry-do-marks): Add utility function to loop through
6632         `gnus-registry-marks'.
6633         (gnus-registry-install-shortcuts-and-menus): Add function to install
6634         shortcuts and menus.
6635         (gnus-registry-initialize): Use it.
6636         (gnus-registry-default-mark): Clarify documentation.
6637
6638 2008-02-29  Glenn Morris  <rgm@gnu.org>
6639
6640         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6641         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6642         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6643         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6644         Change defcustom :version from 23.0 to 23.1.
6645
6646 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6647
6648         * gnus-registry.el (gnus-registry-follow-group-p)
6649         (gnus-registry-post-process-groups): Add functions to aid registry
6650         splitting and improve logging.  Clarify behavior in function
6651         documentation.
6652         (gnus-registry-split-fancy-with-parent): Use them.
6653
6654 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6655
6656         * gnus-art.el: Use with-current-buffer.
6657
6658 2008-02-27  David Engster  <dengste@eml.cc>
6659
6660         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6661         Express real group name in the response.
6662
6663 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6664
6665         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6666         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6667         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6668         autoload gnus-registry-fetch-group when compiling.
6669         (nnmairix-request-group-with-article-number-correction): Remove
6670         unreferenced argument passed to nnmairix-call-backend.
6671
6672 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6673
6674         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6675         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6676         Wilde.
6677
6678 2008-02-27  Glenn Morris  <rgm@gnu.org>
6679
6680         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6681         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6682         variables to defconsts.  Convert comments to doc-strings.
6683         (nnmairix-last-server, nnmairix-current-server): Convert from free
6684         variables to defvars.  Convert comments to doc-strings.
6685         (gnus-registry-fetch-group): Autoload.
6686         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6687         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6688         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6689         caddr.
6690         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6691         nnmairix-request-group-with-article-number-correction call.
6692         (nnmairix-fast, nnmairix-group): New, less general names, for free
6693         variables passed from nnmairix-request-group to
6694         nnmairix-request-group-with-article-number-correction.  Declare.
6695         (nnmairix-request-group-with-article-number-correction):
6696         Use nnmairix-fast, nnmairix-group rather than fast, group.
6697
6698 2008-02-26  David Engster  <dengste@eml.cc>
6699
6700         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6701         version 0.5.
6702
6703 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6704
6705         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6706         instead of making an extra function call.  Don't add the current group
6707         to articles only when they have the group.  Use
6708         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6709         Reported by David <de_bb@arcor.de>.
6710
6711 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6712
6713         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6714         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6715
6716 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6717
6718         * mail-source.el (mail-source-delete-incoming): Change default.
6719         Supplement doc string.
6720
6721         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6722
6723 2008-02-14  Glenn Morris  <rgm@gnu.org>
6724
6725         * time-date.el (format-seconds): New function.
6726
6727 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6728
6729         * nnmail.el (nnmail-message-id-cache-file): Derive from
6730         `gnus-home-directory'.
6731
6732 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6733
6734         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6735         Document negative prefix.
6736
6737         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6738
6739 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6740
6741         * message.el (message-unsent-separator): Add the Exim bounce
6742         separator.
6743
6744 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6745
6746         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6747         list.
6748         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6749         recipient/signer list.
6750
6751 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6752
6753         * Makefile.in (datarootdir): Define.
6754         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6755         name that might contain whitespace.
6756
6757 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6760         fbound (Emacs 23 unicode), signal an error.
6761
6762 2008-02-08  Glenn Morris  <rgm@gnu.org>
6763
6764         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6765
6766 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6767
6768         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6769         ports to the calls to `netrc-machine-user-or-password' in addition to
6770         "imap" and "imaps".
6771
6772 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6773
6774         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6775
6776         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6777
6778 2008-02-01  Kenichi Handa  <handa@m17n.org>
6779
6780         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6781         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6782         (rfc2104-hash): Convert the result of concat to unibyte string.
6783
6784 2008-02-01  Dave Love  <fx@gnu.org>
6785
6786         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6787         coding-system-for-read.
6788         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6789
6790 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6791
6792         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6793         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6794         <hanche@math.ntnu.no>.
6795
6796 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6797
6798         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6799
6800         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6801
6802 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6803
6804         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6805         * message.el (message-beginning-of-line): Use featurep instead of bound
6806         tests in order to resolve conditionals at compile time.
6807
6808 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6809
6810         * mail-source.el (mail-sources): Add `group' choice.
6811
6812         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6813         parameter `in-group' to control into which group the articles go.
6814         Add treatment of `group' mail-source.
6815
6816 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6817
6818         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6819
6820         * mm-decode.el (mm-dissect-buffer): Decode description.
6821
6822         * mml.el (mml-to-mime): Encode message header first.
6823
6824 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6825
6826         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6827         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6828
6829         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6830         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6831
6832 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6833
6834         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6835
6836 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6837
6838         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6839         prefix keys.
6840         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6841         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6842         gnus-xmas.el.
6843
6844         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6845         (gnus-xmas-article-describe-bindings): New function.
6846         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6847         gnus-xmas-article-describe-bindings.
6848
6849         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6850
6851 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6852
6853         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6854         Add new variables for article mark management.
6855         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6856         list of extra data entries which, when present, will indicate that the
6857         article ID should not be trimmed from the registry.
6858         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6859         functions.
6860         (gnus-registry-read-mark): New function to read a mark name from the
6861         user.
6862         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6863         (gnus-registry-set-article-mark-internal): New functions to add and
6864         remove marks.
6865         (gnus-registry-get-article-marks): New function to show the marks for
6866         an article, or retrieve them for further use.
6867
6868 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6871         keys when no argument is given.
6872
6873 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * imap.el (imap-ping-server): New variable.
6876         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6877         (imap-ping-server): Minor doc string fixes.
6878
6879 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6880
6881         * imap.el (imap-ping-server): New function.
6882         (imap-opened): Call imap-ping-server.
6883
6884 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6885
6886         * gnus-sum.el (gnus-article-sort-by-random)
6887         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6888         jidanni@jidanni.org.
6889
6890 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6891
6892         * gnus-art.el (gnus-article-describe-bindings): New function.
6893         (gnus-article-read-summary-keys): Use it.
6894         (gnus-article-mode-map): Bind `C-h b' to it.
6895
6896 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6899         XEmacs.
6900         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6901         against non-character events.
6902
6903         * lpath.el: Fbind map-keymap for Emacs 21.
6904
6905 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6906
6907         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6908         command.
6909         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6910         instead of END.  Change name of the temp file.
6911         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6912         customizable.
6913
6914 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6915
6916         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6917         bind `S W' to gnus-article-wide-reply-with-original; set default
6918         binding to gnus-article-read-summary-send-keys.
6919         (gnus-article-read-summary-keys): Fix the order of keys; display
6920         continuation keys correctly in the echo area; describe bindings
6921         correctly when keys end with `C-h'.
6922         (gnus-article-read-summary-send-keys): New function.
6923         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6924         for gnus-article-read-summary-send-keys; display continuation keys
6925         correctly in the echo area.
6926         (gnus-article-reply-with-original): Ignore prefix argument.
6927         (gnus-article-wide-reply-with-original): New function.
6928
6929         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6930         Emacs 21.
6931
6932 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6933
6934         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6935         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6936
6937 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6938
6939         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6940         (gnus-group-read-ephemeral-gmane-group): New command.
6941
6942 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6943
6944         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6945
6946 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6947
6948         * message.el (message-send-mail-function): Increase custom version.
6949
6950         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6951         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6952
6953 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6954
6955         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6956         for the cases where imap-authenticate is called with a nil buffer
6957         parameter.
6958
6959 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6960
6961         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6962         html parts correctly; support forwarded messages.
6963         (gnus-article-browse-html-article): Remove work buffers.
6964
6965         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6966         compiling.
6967         (netrc-bound-and-true-p): New macro.
6968         (netrc-parse): Use it instead of bound-and-true-p that is not available
6969         in XEmacs 21.4.
6970
6971 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6972
6973         * gnus-registry.el (gnus-registry-mark-article)
6974         (gnus-registry-article-marks): Add functionality to mark articles
6975         through the Gnus registry.
6976
6977         * encrypt.el: Clarify documentation for the new pgg method.
6978         (encrypt-file-alist): Add PGG option.
6979         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6980         functionality.  Abstract password key and messaging to external
6981         functions.
6982         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6983         (encrypt-message-method-and-cipher): Add new convenience external
6984         functions.
6985         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6986         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6987
6988         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6989         (netrc-parse): Use encrypt-file-alist to determine if
6990         encrypt-find-model or encrypt-insert-file-contents should be used.
6991
6992         * encrypt.el: Clarify documentation.  Load password-cache or
6993         password, whichever one is found first, instead of autoloading.
6994
6995 2007-12-19  Glenn Morris  <rgm@gnu.org>
6996
6997         * mml.el (message-options-set, message-narrow-to-head)
6998         (message-in-body-p, message-mail-p, message-encode-message-body):
6999         Autoload.
7000         (message-remove-header, message-narrow-to-headers-or-head)
7001         (message-subscribed-p, message-make-mail-followup-to)
7002         (message-position-on-field, message-news-p)
7003         (message-options-set-recipient, message-generate-headers)
7004         (message-sort-headers): Declare as functions.
7005
7006 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7007
7008         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7009         convention in doc string.
7010
7011 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7012
7013         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7014         title to html parts.
7015         (gnus-article-browse-html-article): Pass message header to it.
7016
7017         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7018
7019 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7020
7021         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7022         or password compatible with XEmacs.
7023
7024 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7025
7026         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7027         format document.
7028         (gnus-mime-delete-part): Don't write description line if empty.
7029         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7030
7031 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7032
7033         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7034         (gnus-summary-mark-read-and-unread-as-read)
7035         (gnus-summary-mark-current-read-and-unread-as-read)
7036         (gnus-summary-mark-unread-as-ticked): Doc fix.
7037         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7038
7039 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7040
7041         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
7042         Christoph Conrad <christoph.conrad@gmx.de>.
7043
7044 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7045
7046         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7047         yes-or-no-p.
7048
7049 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7050
7051         * mm-decode.el (mm-add-meta-html-tag): New function.
7052         (mm-save-part-to-file, mm-pipe-part): Use it.
7053
7054         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7055         gnus-y-or-n-p instead of y-or-n-p.
7056         (gnus-article-browse-html-parts): Work with message/external-body; use
7057         mm-add-meta-html-tag.
7058
7059 2007-12-11  Glenn Morris  <rgm@gnu.org>
7060
7061         * gnus-cache.el: Require gnus-sum not just when compiling.
7062
7063         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7064
7065         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7066         definitions before use.
7067
7068         * mm-decode.el: Require gnus-util.
7069         (mm-remove-part): Only call delete-annotation on XEmacs.
7070
7071         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7072
7073         * nnmail.el: Require gnus-int.
7074
7075         * spam.el: Move `require's before `eval-when-compile's.
7076
7077         * gnus-ems.el (gnus-alive-p):
7078         * gnus-fun.el (message-goto-eoh):
7079         * gnus-util.el (gnus-group-name-decode):
7080         * mail-source.el (gnus-compress-sequence):
7081         * message.el (Info-goto-node, format-spec):
7082         * mm-bodies.el (message-options-get):
7083         * mm-decode.el (mm-view-pkcs7):
7084         * mm-util.el (gmm-write-region):
7085         * mml-smime.el (mml-compute-boundary)
7086         (gnus-completing-read-with-default):
7087         * mml.el (widget-button-press, gnus-make-hashtable):
7088         * mml1991.el (mm-decode-content-transfer-encoding)
7089         (mm-encode-content-transfer-encoding)
7090         (message-options-get, message-options-set):
7091         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7092         * nnfolder.el (gnus-request-group):
7093         * nnheader.el (ietf-drums-unfold-fws):
7094         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7095         * smime.el (gnus-run-mode-hooks):
7096         * spam-stat.el (gnus-message): Autoload.
7097
7098         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7099         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7100         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7101         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7102         Add declare-function compatibility definition.
7103
7104         * gnus-cache.el (nnvirtual-find-group-art):
7105         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7106         (gnus-add-image, gnus-add-wash-type):
7107         * gnus-group.el (nnkiboze-score-file):
7108         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7109         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7110         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7111         (message-tokenize-header, gnus-get-buffer-create)
7112         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7113         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7114         * gnus.el (gnus-group-decoded-name):
7115         * mail-source.el (imap-capability):
7116         * mm-bodies.el (message-options-set):
7117         * mm-decode.el (gnus-configure-windows):
7118         * mm-extern.el (message-goto-body):
7119         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7120         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7121         (epg-sub-key-validity, message-options-set):
7122         * mml.el (widget-event-point, gnus-configure-windows):
7123         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7124         * mml2015.el (epg-check-configuration, epg-configuration)
7125         (message-options-set):
7126         * nndb.el (nndb-request-article):
7127         * nnfolder.el (gnus-request-create-group):
7128         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7129         * nnmaildir.el (gnus-group-mark-article-read):
7130         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7131         * rfc1843.el (message-fetch-field):
7132         * spam.el (gnus-extract-address-components):
7133         Declare as functions.
7134
7135 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7136
7137         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7138
7139         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7140
7141         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7142         bind show-trailing-whitespace for XEmacs.
7143
7144 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7145
7146         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7147         new no-op macro for backward compatibility.
7148
7149         * imap.el (imap-string-to-integer): New function.
7150
7151 2007-12-09  Glenn Morris  <rgm@gnu.org>
7152
7153         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7154
7155         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7156         * message.el, mm-view.el, sieve-manage.el, smime.el:
7157         Add declare-function compatibility definition.
7158
7159         * gnus-art.el (w3-region, w3m-region, Info-menu):
7160         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7161         * gnus-sum.el (gnus-get-predicate):
7162         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7163         * message.el (mail-abbrev-in-expansion-header-p):
7164         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7165         (w3m-detect-meta-charset, w3m-region):
7166         * sieve-manage.el (password-read, password-cache-add)
7167         (password-cache-remove):
7168         * smime.el (password-read-and-add): Declare as functions.
7169
7170 2007-12-08  David Kastrup  <dak@gnu.org>
7171
7172         * gnus-sum.el (gnus-summary-simplify-subject-query):
7173         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7174         `message'.
7175
7176 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7177
7178         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7179         it to bind idna-program, installation-directory, defined-colors, and
7180         face-attribute for XEmacs of the version that compiles defcustom forms.
7181
7182 2007-12-07  Glenn Morris  <rgm@gnu.org>
7183
7184         * gnus-art.el (article-make-date-line): Revert previous change.
7185
7186 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7187
7188         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7189
7190 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7191
7192         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7193         Call gnus-add-to-range ranges only once with a prepared article-list.
7194
7195 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7196
7197         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7198         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7199         group names with backslashes.  Reported by Tassilo Horn
7200         <tassilo@member.fsf.org>.
7201
7202 2007-12-06  Deepak Goel  <deego3@gmail.com>
7203
7204         * gnus-art.el (article-make-date-line):
7205         * gnus-start.el (gnus-load):
7206         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7207
7208 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7209
7210         * gnus-art.el (gnus-use-idna)
7211         * gnus-start.el (gnus-site-init-file)
7212         * message.el (message-use-idna)
7213         * mm-uu.el (mm-uu-hide-markers)
7214         * smiley.el (smiley-style): Revert changes that suppress warnings.
7215
7216 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7217
7218         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7219         specify charset to html source.  Reported by Christoph Conrad
7220         <christoph.conrad@gmx.de>.
7221
7222 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7225         idna-program in order to suppress byte compile warning issued by XEmacs
7226         that came to byte compile the default value section of defcustom forms
7227         recently.
7228
7229         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7230         value of installation-directory.
7231
7232         * message.el (message-use-idna): Don't directly refer to the value of
7233         idna-program.
7234
7235         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7236
7237         * smiley.el (smiley-style): Don't directly call face-attribute.
7238
7239 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7240
7241         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7242
7243         * gnus-dired.el: Reduce Gnus dependencies.
7244         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7245         require.  Use autoloads instead.
7246         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7247         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7248         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7249         (gnus-dired-mode): Adjust doc string.
7250         (gnus-dired-mail-mode): New variable.
7251         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7252         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7253         (gnus-dired-mail-buffers): New function.  Return mail or message
7254         composition buffers.
7255         (gnus-dired-attach): Use it.
7256         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7257         NO-DECODE.
7258         (gnus-dired-print): Use `gnus-print-buffer' depending on
7259         `gnus-dired-mail-mode'.
7260
7261 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7262
7263         * rfc2047.el (rfc2047-encoded-word-regexp)
7264         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7265         explaining what regexp patterns are for.
7266
7267 2007-12-04  Glenn Morris  <rgm@gnu.org>
7268
7269         * password.el: Move to password-cache.el.
7270
7271         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7272         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7273         * mml-smime.el (password-read, password-cache-add)
7274         (password-cache-remove):
7275         No need to autoload, since mml-sec requires password.
7276
7277         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7278         * message.el (gnus-extract-address-components):
7279         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7280
7281         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7282         password.
7283
7284 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * mailcap.el: Reduce dependencies.
7287         (mail-header-parse-content-type): Autoload.
7288         (mailcap-delete-duplicates): New alias.
7289         (mailcap-mime-info): Add optional argument NO-DECODE.
7290         (mailcap-mime-types): Use mailcap-delete-duplicates.
7291
7292         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7293
7294 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7295
7296         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7297         (imap-parse-status): Upcase status-att for servers that sends them
7298         lower-case (e.g., MS Exchange 2007).
7299
7300 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7301
7302         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7303         function.
7304
7305         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7306         (gnus-uu-yenc-article): New function.
7307
7308         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7309
7310         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7311         buffer.
7312
7313 2007-12-02  Glenn Morris  <rgm@gnu.org>
7314
7315         * binhex.el (binhex): New custom group.
7316         (binhex-decoder-program, binhex-decoder-switches)
7317         (binhex-use-external): Move to the binhex custom group.
7318
7319         * uudecode.el (uudecode): New custom group.
7320         (uudecode-decoder-program, uudecode-decoder-switches)
7321         (uudecode-use-external): Move to the uudecode custom group.
7322
7323         * netrc.el (top-level): Don't load `encrypt' features.
7324         (netrc-parse): Don't use encrypt.
7325         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7326
7327         * encrypt.el: Remove file.
7328
7329 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7330
7331         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7332         matches on patches.
7333
7334         * gnus-art.el (gnus-article-browse-html-article): Mention
7335         `mm-text-html-renderer' in the doc string.
7336
7337         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7338         string.  Add comments.
7339
7340         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7341         if rhs is ASCII.
7342
7343 2007-12-01  Glenn Morris  <rgm@gnu.org>
7344
7345         * mail-source.el (top-level): Require format-spec before
7346         eval-when-compile.
7347
7348 2007-11-30  Glenn Morris  <rgm@gnu.org>
7349
7350         * encrypt.el: Require password, rather than autoloading password-read.
7351
7352 2007-11-29  Glenn Morris  <rgm@gnu.org>
7353
7354         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7355         (sasl-make-client, sasl-next-step, sasl-step-data)
7356         (sasl-step-set-data): Declare as functions.
7357
7358 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7361
7362 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7363
7364         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7365         certs should be verified and what is to be done in the event of a
7366         verification failure.
7367
7368         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7369         caller can indicate whether the cache should be disregarded for this
7370         call.  This way the result of the call is reproducible at all times and
7371         can be considered a canonical server name for the supplied method.
7372         (gnus-agent-method-p): Canonicalize server names by pushing their
7373         method through `gnus-method-to-server' using the no-cache argument.
7374
7375         * gnus-srvr.el (gnus-server-insert-server-line): Call
7376         `gnus-method-to-server' with `no-cache' argument.
7377
7378         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7379         gnus-agent-possibly-synchronize-flags as this should be called when the
7380         server is actually being opened.
7381         (gnus-agent-possibly-synchronize-flags)
7382         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7383         flags file of an agentized server to the latter function.
7384
7385         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7386         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7387         after a connection has been established successfully.
7388
7389 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7390
7391         * gnus-art.el (article-display-face): Force to display face if called
7392         interactively; check if gnus-article-x-face-too-ugly matches author.
7393         (article-display-x-face): Display face even if From header is missing
7394         as article-display-face does.
7395
7396 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7397
7398         * hashcash.el (message-narrow-to-headers-or-head)
7399         (message-fetch-field, message-goto-eoh)
7400         (message-narrow-to-headers): Declare as functions.
7401
7402 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7403
7404         * mail-source.el (mail-sources): Default to fetch from file for
7405         compatibility with default of nnmail-spool-file.
7406
7407 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7408
7409         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7410         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7411         to look for encoded word that should be encoded again.
7412         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7413         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7414         encoding pattern.
7415         (rfc2047-decode-region): Switch strict regexp and loose one according
7416         to rfc2047-allow-irregular-q-encoded-words.
7417
7418 2007-11-25  Romain Francoise  <romain@orebokech.com>
7419
7420         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7421
7422 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7423
7424         * tls.el (tls-program): Provide more custom choices from
7425         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7426         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7427
7428 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7431         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7432
7433         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7434         `nnmail-spool-file'.
7435
7436         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7437         `nnmail-spool-file'.
7438
7439         * gnus-move.el (gnus-change-server): Ditto.
7440
7441         * gnus-kill.el (gnus-batch-score): Ditto.
7442
7443         * gnus-cache.el (gnus-jog-cache): Ditto.
7444
7445         * gnus-msg.el (gnus-summary-reply):
7446         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7447
7448 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7449
7450         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7451         version.  Minor improvement to doc strings.
7452         (tls-program): Add comment.
7453
7454 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7455
7456         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7457         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7458         mismatch between the hostname provided in the certificate and the name
7459         of the host connnecting to.
7460         (open-tls-stream): Use them.  Check certificates against trusted root
7461         certificates.
7462
7463 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7464
7465         * gnus-cache.el (gnus-cache-generate-nov-databases):
7466         Use nnml-generate-nov-databases-directory instead of
7467         nnml-generate-nov-databases-1.
7468
7469 2007-11-24  Glenn Morris  <rgm@gnu.org>
7470
7471         * message.el (message-tool-bar-retro): Update for rename
7472         mail_send.xpm->mail-send.xpm.
7473
7474 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7475
7476         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7477         `smime-ldap-search' for Emacs 22 and up.
7478
7479 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7480
7481         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7482
7483         * message.el (message-send-mail-function): Fix error convention.
7484         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7485         (message-widen-reply, message-send-mail, message-talkative-question)
7486         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7487         (message-clone-locals, message-send-news): Use with-current-buffer.
7488         (message-insert-or-toggle-importance): Remove unused var `valid'.
7489         (message-make-references): Remove unused var `new-references'.
7490         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7491
7492 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7493
7494         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7495         (spam-split-symbolic-return-positive): Reflow docstring.
7496         (spam-backends, spam-summary-exit-behavior)
7497         (spam-mark-ham-unread-before-move-from-spam-group)
7498         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7499         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7500         (spam-clear-cache, spam-backend-check, spam-install-backend)
7501         (spam-install-statistical-backend, spam-list-of-processors)
7502         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7503         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7504         (spam-check-crm114, spam-initialize, spam-unload-hook):
7505         Fix typos in docstrings.
7506
7507 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7510         been checked if they have never been read and those group levels are
7511         higher than the one that a user specified.
7512
7513 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7516         foreign groups unless a group level is specified by a user.
7517         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7518
7519 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7520
7521         * message.el (message-send-mail-function): Require sendmail.
7522
7523 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7524
7525         * message.el (message-send-mail-function): Check for smtpmail too.
7526
7527         * utf7.el (utf7-encode, utf7-decode): Use coding system
7528         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7529
7530         * message.el (message-send-mail-function): New function.
7531         (message-send-mail-function): Set default using
7532         message-send-mail-function.  Adjust doc string.
7533         (message-send-mail-with-mailclient): New function.
7534
7535 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7536
7537         * smime.el (from):
7538         * rfc2047.el (message-posting-charset):
7539         * qp.el (mm-use-ultra-safe-encoding):
7540         * pop3.el (parse-time-months):
7541         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7542         * nnml.el (files):
7543         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7544         (jka-compr-compression-info-list, ange-ftp-path-format)
7545         (efs-path-regexp):
7546         * nndiary.el (files):
7547         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7548         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7549         (epg-digest-algorithm-alist, inhibit-redisplay)
7550         (password-cache-expiry):
7551         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7552         (pgg-output-buffer, password-cache-expiry):
7553         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7554         (efs-path-regexp):
7555         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7556         (inhibit-redisplay):
7557         * mm-uu.el (file-name, start-point, end-point, entry)
7558         (gnus-newsgroup-name, gnus-newsgroup-charset):
7559         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7560         (latin-unity-ucs-list):
7561         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7562         (mm-uu-binhex-decode-function):
7563         * message.el (gnus-message-group-art, gnus-list-identifiers)
7564         (rmail-enable-mime-composing, gnus-local-organization)
7565         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7566         (gnus-read-active-file, facemenu-add-face-function)
7567         (facemenu-remove-face-function, gnus-article-decoded-p)
7568         (tool-bar-mode):
7569         * mail-source.el (display-time-mail-function):
7570         * gnus-util.el (nnmail-pathname-coding-system)
7571         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7572         (gnus-original-article-buffer, gnus-user-agent)
7573         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7574         (xemacs-codename, sxemacs-codename, emacs-program-version):
7575         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7576         * gnus-start.el (gnus-agent-covered-methods)
7577         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7578         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7579         (gnus-newsgroup-headers, gnus-group-list-mode)
7580         (gnus-group-mark-positions, gnus-newsgroup-data)
7581         (gnus-newsgroup-unreads, nnoo-state-alist)
7582         (gnus-current-select-method, mail-sources)
7583         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7584         (nnmail-spool-file, gnus-cache-active-hashtb):
7585         * gnus-mh.el (mh-lib-progs):
7586         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7587         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7588         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7589         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7590         (gnus-group-buffer):
7591         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7592         (font-lock-set-defaults):
7593         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7594         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7595         (gnus-summary-post-menu, total-parts, type, condition, length):
7596         * gnus-agent.el (gnus-agent-read-agentview):
7597         * flow-fill.el (show-trailing-whitespace):
7598         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7599         eval-and-compile wrappers for byte compiler pacifiers.
7600
7601         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7602         (mm-display-inline-fontify): Check for featurep 'xemacs not
7603         extent-list.
7604
7605         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7606         itimer-list.
7607         (mm-create-image-xemacs): Only do something for XEmacs.
7608         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7609
7610         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7611
7612         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7613         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7614
7615 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7616
7617         * nnimap.el (nnimap-split-download-body):
7618         * gnus-demon.el (gnus-demon):
7619         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7620
7621 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7622
7623         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7624         macros.
7625         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7626         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7627         copy data from unibyte buffer to multibyte current buffer.
7628         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7629         to copy data from unibyte current buffer to multibyte buffer.
7630         (nntp-make-process-buffer): Make process buffer unibyte.
7631
7632         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7633
7634 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7635
7636         * pop3.el (pop3-open-server): Accept and process data more robustly at
7637         connexion start to avoid spurious "POP SSL connexion failed" errors.
7638
7639 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7642         read group names.
7643
7644 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7645
7646         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7647
7648 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7651         (nnmail-save-active): Use a unibyte buffer when saving active file,
7652         which may contain non-ASCII group names.
7653
7654         * nnml.el (nnml-request-group): Decode group names in messages.
7655
7656 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7657
7658         * message.el (message-citation-line-function)
7659         (message-insert-formatted-citation-line): Fix spelling of
7660         `message-insert-formated-citation-line'.
7661
7662 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7665
7666 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7667
7668         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7669         nnmail-pathname-coding-system.
7670
7671         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7672         that a user enters; decode group names in messages.
7673
7674         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7675
7676 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7679
7680         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7681
7682         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7683         risky local variable.
7684
7685         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7686
7687 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7688
7689         * encrypt.el: Improve documentation to fix function name typo.
7690         Reported by Daiki Ueno <ueno@unixuser.org>.
7691
7692 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7693
7694         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7695         even if the point is not in the last page of an article.
7696         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7697         back to the previous page.
7698
7699 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7700
7701         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7702
7703 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7704
7705         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7706
7707 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7708
7709         * message.el (message-check-news-body-syntax): Avoid
7710         mm-string-as-multibyte.
7711         (message-hide-headers): Don't assume (point-min)==1.
7712
7713 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7714
7715         * message.el (message-remove-blank-cited-lines): Fix if remove is
7716         given.
7717         (message-bogus-address-regexp): New variable.
7718         (message-bogus-recipient-p): New function.
7719         (message-check-recipients): New command.
7720         (message-syntax-checks): Add `bogus-recipient'.
7721         (message-fix-before-sending): Add `bogus-recipient'.
7722
7723         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7724         (gnus-treat-body-boundary): Don't test window-system.
7725
7726 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7727
7728         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7729
7730 2007-10-28  Miles Bader  <miles@gnu.org>
7731
7732         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7733         at compile-time too.
7734
7735 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7736
7737         * gnus-msg.el (gnus-message-setup-hook): Add
7738         `message-remove-blank-cited-lines' to options.
7739
7740 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7741
7742         * message.el (message-remove-blank-cited-lines): New function.
7743         Suggested by Karl Plästerer.
7744
7745 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7746
7747         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7748         mapc.
7749
7750         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7751         (top-level): Use mapc to set functions to be traced for debugging.
7752
7753         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7754         called for effect with while loop.
7755
7756         * message.el (message-talkative-question): Replace mapcar called for
7757         effect with mapc.
7758
7759         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7760         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7761         called for effect with dolist.
7762
7763         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7764
7765         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7766         gnus-extra-headers and nnmail-extra-headers.
7767
7768         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7769         called for effect with dolist.
7770         (top-level): Use mapc to set functions to be traced for debugging.
7771
7772         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7773         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7774         dolist.
7775
7776         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7777         Replace mapcar called for effect with mapc.
7778         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7779         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7780         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7781         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7782
7783         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7784         remove-if that's a cl function.
7785
7786         * webmail.el (webmail-debug): Replace mapcar called for effect with
7787         dolist.
7788
7789         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7790         with mapc.
7791
7792 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7793
7794         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7795         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7796         with while loop.
7797
7798         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7799         functions from article-* functions.
7800         (gnus-multi-decode-header): Replace mapcar called for effect with
7801         dolist.
7802
7803         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7804         (gnus-bookmark-show-details): Replace mapcar called for effect with
7805         while loop.
7806
7807         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7808         called for effect with while loop.
7809
7810         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7811         with dolist.
7812
7813         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7814         mapcar called for effect with dolist.
7815
7816         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7817
7818         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7819         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7820         Replace mapcar called for effect with dolist.
7821         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7822         mapc.
7823
7824         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7825         Replace mapcar called for effect with dolist.
7826         (gnus-topic-list): Replace mapcar called for effect with mapc.
7827
7828         * gnus.el: Use mapc instead of mapcar to add autoloads.
7829
7830 2007-10-23  Richard Stallman  <rms@gnu.org>
7831
7832         * gnus-group.el (gnus-group-highlight): Mark as risky.
7833
7834 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7835
7836         * gnus.el (gnus-server-to-method): Return method found first in
7837         gnus-newsrc-alist.
7838
7839         * gnus-art.el (gnus-article-highlight-signature)
7840         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7841         button overlay without the front stickiness.
7842
7843 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7844
7845         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7846         overview buffer needed a catch to receive its throw.
7847         (gnus-agent-flush-cache): Declared as interactive to make this function
7848         easier to use.
7849
7850 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7851
7852         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7853         `next-line'.
7854
7855 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7856
7857         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7858         exclude address matching message-dont-reply-to-names.
7859
7860 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7861
7862         * gnus-util.el (gnus-string<): New function.
7863
7864         * gnus-sum.el (gnus-article-sort-by-author)
7865         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7866
7867 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7868
7869         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7870         the frame-focus tag is set in gnus-buffer-configuration.
7871
7872 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7873
7874         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7875         the front stickiness.
7876
7877 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7880         url pattern; remove duplicate one.
7881         (gnus-article-extend-url-button): New function.
7882         (gnus-article-add-buttons): Use it.
7883         (gnus-button-push): Use concatenated url that it makes.
7884
7885 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7886
7887         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7888
7889 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7890
7891         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7892         Don't hardcode point-min==1.
7893
7894 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7895
7896         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7897         Fix comment about "iso8859-1".
7898
7899 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7900
7901         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7902         ones returned from the verify-function.
7903
7904         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7905         mml2015-extract-cleartext-signature if extraction failed.
7906
7907 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7908
7909         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7910         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7911         failed.
7912
7913 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7914
7915         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7916
7917 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7918
7919         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7920         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7921         recommends to use EasyPG instead of PGG.
7922
7923         * pgg.el: Revert to revision 6.23.2.16.
7924
7925         * pgg-def.el: Revert to revision 6.6.2.14.
7926
7927         * pgg-gpg.el: Revert to revision 6.23.2.34.
7928
7929 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7932         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7933         thread for both the null and zero (kill/expire thread) universal prefix
7934         cases.
7935         (gnus-summary-expire-thread): Add new function to expire a thread,
7936         using gnus-summary-kill-thread.
7937         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7938         shortcuts for gnus-summary-expire-thread.
7939         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7940         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7941
7942 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7943
7944         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7945         extras value, so an extras entry can be deleted.
7946         (gnus-registry-delete-extra-entry): Use it.
7947         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7948         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7949         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7950         storage through the gnus-registry, and provide an appropriate API for
7951         it.
7952
7953 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7954
7955         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7956         Suggested by Leo <sdl.web@gmail.com>.
7957
7958         * gnus.el: Do.
7959
7960 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7961
7962         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7963         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7964
7965         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7966
7967         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7968         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7969
7970 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7973         newline.
7974         (nnmbox-request-accept-article): Don't change article in source buffer;
7975         narrow to header to use message-fetch-field rather than
7976         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7977         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7978         as delimiters; make sure article ends with newline.
7979         (nnmbox-delete-mail): Correct last position of article to be deleted;
7980         ignore X-Gnus-Newsgroup header in article body.
7981         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7982         positions; make sure article ends with newline.
7983
7984         * message.el (message-display-abbrev): Don't infloop when a user
7985         inserts SPC in the beginning of header.
7986
7987         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7988         coding-system-for-read and coding-system-for-write for XEmacs having no
7989         file-coding feature.
7990
7991         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7992
7993 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7994
7995         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7996         list of groups not followed by default.  Fix type to be regexp.
7997         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7998
7999 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8000
8001         * hmac-def.el (define-hmac-function): Switch from old-style to
8002         new-style backquotes.
8003
8004         * md4.el (md4-make-step): Likewise.
8005
8006 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8007
8008         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8009         raw-text coding system when saving .newsrc file, which may contain
8010         non-ASCII group names.
8011
8012 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-cus.el (gnus-score-extra): New widget.
8015         (gnus-score-extra-convert): New function.
8016         (gnus-score-customize): Use it for Extra.
8017
8018 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8019
8020         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8021         (mml2015-mailcrypt-clear-verify): Use it.
8022         (mml2015-gpg-clear-verify): Use it.
8023         (mml2015-pgg-clear-verify): Use it.
8024         (mml2015-epg-clear-verify): Replace the current part with the output
8025         from GnuPG; don't extract the plaintext by itself.
8026
8027         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8028         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8029         mml2015-clear-verify-function; don't touch the armor headers or
8030         dash-escaped text here.
8031
8032 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8033
8034         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8035         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8036         parts, or application/octet-stream as a last resort.
8037         (gnus-mime-view-part-as-type): Don't toggle display.
8038         (gnus-mime-view-part-as-charset): Don't turn off display before
8039         querying charset.
8040
8041         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8042         stuff to undisplayer function in Emacs.
8043         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8044
8045         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8046         text/calendar parts.
8047
8048 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8049
8050         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8051         decoding text/calendar parts.
8052
8053         * message.el (message-forward-make-body-mime): Always mark body as
8054         having no illegible text; remove signed-or-encrypted argument.
8055         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8056
8057         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8058         (mml-generate-mime-1): Don't encode body if it is specified to be in
8059         raw form; don't make buffer be unibyte when inserting multibyte string.
8060
8061 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8062
8063         * sha1.el: Fix up comment style.
8064         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8065         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8066
8067         * hex-util.el: Fix up comment style.
8068         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8069
8070         * gnus-salt.el: Use with-current-buffer.
8071         (gnus-pick-setup-message): Fix long-standing typo.
8072
8073 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8074
8075         * imap.el (imap-logout-timeout): New variable.
8076         (imap-logout, imap-logout-wait): New functions.
8077         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8078
8079         * nnimap.el (nnimap-logout-timeout): New server variable.
8080         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8081         nnimap-logout-timeout.
8082
8083         * gnus-art.el (gnus-article-summary-command-nosave)
8084         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8085
8086 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8087
8088         * gnus.el (gnus-maximum-newsgroup): New variable.
8089
8090         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8091         according to gnus-maximum-newsgroup.
8092
8093         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8094         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8095         Limit the range of articles according to gnus-maximum-newsgroup.
8096
8097 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8098
8099         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8100         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8101         Don't perform gnus-configure-windows here; reuse existing sticky
8102         article buffer.
8103
8104         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8105         it doesn't exist in gnus-article-mode.
8106
8107 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8108
8109         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8110         (gnus-agent-decoded-group-name): New function.
8111         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8112         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8113
8114 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8115
8116         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8117         Add binding for gnus-sticky-article.
8118         (gnus-summary-exit): Don't kill sticky article buffers.
8119
8120         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8121         article buffer.
8122         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8123         (gnus-kill-sticky-article-buffers): New commands.
8124
8125 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8126
8127         * nntp.el (nntp-xref-number-is-evil): New server variable.
8128         (nntp-find-group-and-number): If it is non-nil, don't trust article
8129         numbers in the Xref header.
8130
8131 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * gnus-agent.el (gnus-agent-read-group): New function.
8134         (gnus-agent-flush-group, gnus-agent-expire-group)
8135         (gnus-agent-regenerate-group): Use it.
8136         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8137         nnmail-pathname-coding-system.
8138
8139 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8140
8141         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8142
8143         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8144         that are unread as unread, and also as selected so that information of
8145         marks having been changed by a user may be updated when exiting group.
8146
8147 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8148
8149         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8150         calculated ignoring signature parts to gnus-treat-article.
8151
8152 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8153
8154         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8155         a point here in order to keep the window start.
8156         (gnus-insert-mime-security-button): Make a button overlay without the
8157         front stickiness.
8158         (gnus-mime-display-security): Goto the end of a button.
8159
8160         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8161
8162 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8165         group-name-at-point.
8166         (gnus-group-completing-read): New function that offers decoded
8167         non-ASCII group names for completion.
8168         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8169         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8170         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8171         (gnus-group-fetch-control): Use it.
8172         (gnus-fetch-group): Use group-name-at-point for the initial value
8173         rather than the default value; use gnus-alive-p.
8174
8175         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8176         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8177         (gnus-summary-post-news): Use gnus-group-completing-read.
8178
8179         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8180         (gnus-read-move-group-name): Decode group name for completion.
8181
8182 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8183
8184         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8185         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8186         Yamaoka slightly modified the code).
8187
8188 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8189
8190         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8191         (nnmail-split-incoming): Bind it.
8192
8193         * nnml.el (nnml-group-name-charset): New function.
8194         (nnml-decoded-group-name): Use it; don't decode group name if
8195         nnmail-group-names-not-encoded-p is non-nil.
8196         (nnml-encoded-group-name): New function.
8197         (nnml-group-pathname): Inline nnml-decoded-group-name.
8198         (nnml-request-expire-articles): Decode group name in message.
8199         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8200         nnmail-pathname-coding-system.
8201         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8202         not decoded ones according to nnmail-group-names-not-encoded-p.
8203         (nnml-generate-active-info): Use nnml-encoded-group-name.
8204
8205 2007-08-08  Glenn Morris  <rgm@gnu.org>
8206
8207         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8208         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8209         doc-strings and comments.
8210
8211 2007-07-25  Glenn Morris  <rgm@gnu.org>
8212
8213         * Relicense all FSF files to GPLv3 or later.
8214
8215 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8216
8217         * gnus-sum.el (gnus-summary-move-article): Make
8218         gnus-summary-respool-article work.
8219
8220 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8221
8222         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8223         string.
8224
8225 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8226
8227         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8228         that should be ignored when comparing distant RSS articles with local
8229         ones.
8230         (nnrss-make-hash-index): New function.  Create a hash index according
8231         to the ignored fields.
8232         (nnrss-check-group): Use it.
8233
8234 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8235
8236         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8237
8238         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8239
8240         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8241         the new optional argument ENCODED is non-nil.
8242         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8243         coding system for encoding group name.
8244         (gnus-group-make-rss-group): Pass un-encoded group name to
8245         gnus-group-make-group.
8246         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8247         encoded.
8248
8249         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8250         Encode group name to which articles are moved or copied.
8251         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8252         coding system for encoding Newsgroup, Followup-To and Xref headers.
8253
8254         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8255         marks; use nnheader-file-coding-system to write a file.
8256         (nnagent-retrieve-headers): Bind file-name-coding-system to
8257         nnmail-pathname-coding-system.
8258
8259         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8260
8261         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8262         (nnml-request-article, nnml-request-create-group)
8263         (nnml-request-rename-group, nnml-find-id)
8264         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8265         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8266         (nnml-save-marks): Use nnml-group-pathname instead of
8267         nnmail-group-pathname.
8268
8269         (nnml-request-create-group, nnml-request-expire-articles)
8270         (nnml-request-move-article, nnml-request-delete-group)
8271         (nnml-deletable-article-p, nnml-possibly-create-directory)
8272         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8273         (nnml-open-marks): Bind file-name-coding-system to
8274         nnmail-pathname-coding-system.
8275
8276         (nnml-request-article): Pass server argument to nnml-find-group-number.
8277         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8278         server argument to nnml-possibly-create-directory.
8279         (nnml-request-accept-article): Pass server argument to
8280         nnml-active-number and nnml-save-mail.
8281         (nnml-find-group-number): Pass server argument to nnml-find-id.
8282         (nnml-request-update-info): Pass server argument to
8283         nnml-marks-changed-p.
8284
8285         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8286         (nnml-save-mail, nnml-active-number): Add server argument.
8287
8288         (nnml-request-delete-group): Warn if group is missing.
8289         (nnml-get-nov-buffer): Decode group name.
8290         (nnml-generate-active-info): Encode group name.
8291         (nnml-open-marks): Decode group name in messages.
8292
8293 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8294
8295         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8296         if it is not specified.
8297         (gnus-article-pipe-part, gnus-article-save-part)
8298         (gnus-article-interactively-view-part, gnus-article-copy-part)
8299         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8300         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8301         (gnus-article-replace-part, gnus-article-delete-part)
8302         (gnus-article-view-part-as-type): Pass raw prefix argument to
8303         gnus-article-part-wrapper.
8304
8305 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8306
8307         * gnus-agent.el (gnus-agent-save-active): Bind
8308         nnheader-file-coding-system to gnus-agent-file-coding-system.
8309
8310         * gnus-cache.el (gnus-cache-save-buffers)
8311         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8312         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8313         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8314         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8315         (gnus-cache-generate-active, gnus-cache-rename-group)
8316         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8317         (gnus-cache-update-overview-total-fetched-for): Bind
8318         file-name-coding-system to nnmail-pathname-coding-system.
8319         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8320         variables.
8321         (gnus-cache-decoded-group-name): New function.
8322         (gnus-cache-file-name): Use it.
8323         (gnus-cache-generate-active): Use non-decoded group name for active.
8324
8325         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8326         right place.
8327         (gnus-write-active-file): Don't break non-ASCII group names.
8328
8329         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8330         nnmail-pathname-coding-system.
8331
8332         * lpath.el: Bind default-file-name-coding-system,
8333         file-name-coding-system and language-info-alist for XEmacs.
8334
8335         * gnus-uu.el (gnus-uu-decode-save): Typo.
8336
8337 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8338
8339         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8340
8341 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8342
8343         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8344         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8345         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8346         (gnus-agent-flush-group, gnus-agent-flush-cache)
8347         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8348         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8349         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8350         (gnus-agent-regenerate-group)
8351         (gnus-agent-update-files-total-fetched-for)
8352         (gnus-agent-update-view-total-fetched-for): Bind
8353         file-name-coding-system to nnmail-pathname-coding-system.
8354         (gnus-agent-group-pathname): Don't encode file names by
8355         nnmail-pathname-coding-system.
8356         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8357         coding-system-for-write instead of buffer-file-coding-system to
8358         gnus-agent-file-coding-system.
8359
8360         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8361         Decode group name.
8362
8363         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8364
8365         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8366         (gnus-read-newsrc-el-file): Make group names unibyte.
8367
8368         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8369         nnmail-pathname-coding-system.
8370
8371         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8372         (nnrss-request-delete-group): Bind file-name-coding-system to
8373         nnmail-pathname-coding-system.
8374         (nnrss-read-server-data, nnrss-read-group-data): Bind
8375         file-name-coding-system correctly.
8376         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8377
8378         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8379         (nntp-server-to-method-cache): New variable.
8380         (nntp-group-pathname): New function that decodes non-ASCII group names.
8381         (nntp-possibly-create-directory, nntp-marks-changed-p)
8382         (nntp-save-marks, nntp-open-marks): Use it.
8383         (nntp-possibly-create-directory, nntp-open-marks):
8384         Bind file-name-coding-system to nnmail-pathname-coding-system.
8385         (nntp-open-marks): Decode group names when bootstrapping marks.
8386
8387         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8388         Newsgroups and Folowup-To headers.
8389
8390 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8393         (gnus-server-closed-face, gnus-server-denied-face)
8394         (gnus-server-offline-face): Remove variable.
8395         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8396
8397         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8398         of modifying message-stack directly for XEmacs.
8399
8400         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8401         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8402         if the coding-system argument is nil for XEmacs.
8403
8404         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8405         mm-charset-override-alist.
8406
8407         * rfc2047.el: Don't require base64; require rfc2045 for the function
8408         rfc2045-encode-string.
8409         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8410         to quote the parameter value.
8411
8412 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8413
8414         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8415         form in gnus-group-name-charset-method-alist.
8416
8417         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8418         overrides the default layout edit-form.
8419
8420         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8421
8422         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8423
8424 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8425
8426         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8427         as unfetched articles.
8428
8429 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8430
8431         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8432
8433 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8434
8435         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8436         original back end that keeps marks in the local system.
8437
8438 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8439
8440         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8441         arg of pop-to-buffer for XEmacs.
8442         (gnus-article-read-summary-keys): Ditto; don't restore window
8443         configuration if summary command ends up with neither article buffer
8444         nor summary buffer; describe bindings if summary keys end with C-h.
8445
8446 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8447
8448         * message.el (message-fix-before-sending): Skip raw message part to be
8449         forwarded while checking illegible text.
8450         (message-forward-make-body-mime, message-forward-make-body): Mark
8451         signed or encrypted raw message as having no illegible text.
8452
8453 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8454
8455         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8456         (gnus-message-with-timestamp-1): New macro.
8457         (gnus-message-with-timestamp): New function.
8458         (gnus-message): Use them.
8459
8460         * nnheader.el (nnheader-message): Use them.
8461
8462 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8463
8464         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8465         .newsrc.eld file.
8466
8467 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8468
8469         * gnus-agent.el (gnus-agent-fetch-headers)
8470         (gnus-agent-retrieve-headers): Bind
8471         gnus-decode-encoded-address-function to identity.
8472
8473         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8474         available also when the server returns simply a dot.
8475
8476         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8477
8478 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8481
8482 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8483
8484         * gnus-ems.el (gnus-x-splash): Make it work.
8485
8486         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8487         from being used.
8488
8489         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8490
8491 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8494         4th and the 5th arguments.
8495
8496         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8497         the front stickiness.
8498         (gnus-article-summary-command-nosave): Correct the order of the
8499         arguments passed to pop-to-buffer.
8500         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8501         summary command ends up with the article buffer.
8502
8503         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8504         the same faces.
8505
8506 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8507
8508         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8509
8510 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8511
8512         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8513         * gnus-sum.el (gnus-summary-highlight):
8514         * pgg.el (pgg-sign-region, pgg-sign):
8515         * mail-source.el (mail-source-delete-old-incoming-confirm):
8516         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8517
8518 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * gnus-art.el (gnus-mime-view-part-externally)
8521         (gnus-mime-view-part-internally): Fix predicate function passed to
8522         completing-read.
8523
8524         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8525
8526         * gnus.el (gnus-update-message-archive-method): Add :version.
8527
8528 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus.el (gnus-update-message-archive-method): New variable.
8531
8532         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8533         according to gnus-message-archive-method if
8534         gnus-update-message-archive-method is non-nil.
8535
8536 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8537
8538         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8539         by Loic Dachary <loic@dachary.org>.
8540         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8541
8542 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * message.el (message-pop-to-buffer): Add switch-function argument.
8545         (message-mail): Pass switch-function argument to it.
8546
8547 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8548
8549         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8550         Improve doc string.
8551
8552 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8555         (gnus-header-content)
8556         * gnus-cite.el (gnus-cite-10)
8557         * gnus-srvr.el (gnus-server-closed)
8558         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8559         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8560         (gnus-group-mail-3-empty, gnus-group-mail-low)
8561         (gnus-group-mail-low-empty, gnus-splash)
8562         * message.el (message-header-to, message-header-cc)
8563         (message-header-subject, message-header-other, message-header-name)
8564         (message-header-xheader, message-separator, message-cited-text)
8565         (message-mml): Lighten colors of faces used for dark background.
8566
8567 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8568
8569         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8570         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8571
8572 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8573
8574         * message.el (message-narrow-to-headers-or-head):
8575         Ignore mail-header-separator in the body.
8576
8577 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8578
8579         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8580         same as window size.
8581
8582 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8583
8584         * message.el (message-font-lock-keywords): Use message-header-xheader
8585         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8586         ahead of the anything pattern, to get it recognised.
8587
8588 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8591         spam.el loads uses it in the compiled defadvice form.
8592
8593 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8594
8595         * gnus-sum.el (gnus-articles-to-read)
8596         (gnus-summary-insert-old-articles): Don't truncate group name for
8597         `read-string'.
8598
8599         * gnus-util.el (gnus-limit-string): Delete this function.
8600
8601         * gnus-sum.el (gnus-simplify-subject-fully): Use
8602         `truncate-string-to-width' instead.
8603
8604 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8605
8606         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8607         if, on summary exit, the next group has to be selected.
8608         (gnus-summary-exit): Use it.
8609
8610 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8611
8612         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8613         non-break space.
8614
8615 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8618         Check if group is not a directory.
8619         (nnfolder-request-expire-articles): Don't delete articles if the target
8620         group is not available.
8621
8622         * nnml.el (nnml-request-create-group): Properly check if group is not a
8623         file.
8624         (nnml-request-expire-articles): Don't delete articles if the target
8625         group is not available.
8626
8627         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8628         Don't quote characters that are within parentheses.
8629
8630 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8633         (gnus-handle-ephemeral-exit): Select article according to it.
8634
8635 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8636
8637         * message.el (message-insert-formated-citation-line): Remove newline.
8638         (message-citation-line-format): Add final \n here so that the user can
8639         avoid a blank line.
8640
8641 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8642
8643         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8644         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8645         Update lanl/arXiv support.
8646
8647 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8648
8649         * gnus.el: Bump version number.
8650
8651 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8652
8653         * gnus.el (gnus-version-number): Bump version.
8654
8655 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8656
8657         * gnus.el: No Gnus v0.6 is released.
8658
8659 2007-04-27  Didier Verna  <didier@xemacs.org>
8660
8661         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8662         * gmm-utils.el (gmm-regexp-concat): here.
8663         * message.el: Don't require 'gnus-util.
8664         (message-dont-reply-to-names): Handle name change above.
8665         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8666
8667 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8670         since the initial value varies according to the system.
8671
8672 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8673
8674         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8675
8676 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8677
8678         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8679
8680 2007-04-24  Didier Verna  <didier@xemacs.org>
8681
8682         Improve the type of gnus-ignored-from-addresses.
8683         * gnus-util.el (gnus-orify-regexp): New function.
8684         * message.el (gnus-util): Require it.
8685         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8686         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8687         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8688
8689 2007-04-24  Didier Verna  <didier@xemacs.org>
8690
8691         * gnus-sum.el:
8692         * gnus-utils.el: Fix some trailing whitespaces.
8693
8694 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8695
8696         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8697         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8698         article's Message-ID; refer parent article in summary buffer.
8699
8700         * message.el (message-bounce): Call mime-to-mml.
8701
8702         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8703         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8704         optimize and/or forms properly.
8705
8706 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8709         URL.
8710
8711 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8712
8713         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8714
8715 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8716
8717         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8718         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8719         displayed of multipart/alternative part if it is invoked from summary
8720         buffer.
8721
8722         * mm-view.el (mm-inline-text-html-render-with-w3m)
8723         (mm-inline-text-html-render-with-w3m-standalone)
8724         (mm-inline-render-with-function): Use mail-parse-charset by default.
8725
8726 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8727
8728         * parse-time.el (parse-time-string-chars): Check if CHAR
8729         is less than the length of parse-time-syntax.
8730
8731 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8732
8733         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8734         from gnus-newsgroup-processable.
8735
8736 2007-04-16  Didier Verna  <didier@xemacs.org>
8737
8738         * gnus-msg.el (gnus-configure-posting-styles): Handle
8739         message-signature-directory properly with :file syntax.  Reported by
8740         "Leo".
8741
8742 2007-04-11  Didier Verna  <didier@xemacs.org>
8743
8744         New user option: message-signature-directory.
8745         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8746         * message.el (message-insert-signature): Ditto.
8747         * message.el (message-signature-file): Doc update.
8748         * message.el (message-signature-directory): New.
8749
8750 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8751
8752         * gnus-msg.el (gnus-inews-yank-articles): Use
8753         message-exchange-point-and-mark instead of exchange-point-and-mark.
8754
8755 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8756
8757         * message.el (message-yank-original): Make sure cited text ends with
8758         newline; don't exchange point and mark.
8759
8760 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8761
8762         * tls.el (open-tls-stream): Properly handle case where there
8763         is no associated buffer.
8764
8765 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8766
8767         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8768         message-yank-original, make sure (< mark TEXT point).
8769
8770 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8771
8772         * message.el (message-fill-column): New variable.
8773         (message-mode): Use it.  Add comment on a possible new hook.
8774
8775         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8776         (nnmail-get-new-mail): Reformat.
8777
8778         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8779
8780         * gmm-utils.el: Fix Commentary.
8781         (gmm-tool-bar-from-list): Fix typo in doc string.
8782
8783 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8784
8785         * message.el (message-yank-original): Don't switch point and mark
8786         unnecessarily to put point and mark as documented.
8787
8788 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8789
8790         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8791         from the message heads.
8792
8793 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8794
8795         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8796         article buffer does not have a window.  This may not be the best
8797         solution but is certainly better than setting the start of the null,
8798         that is the current, window.
8799
8800 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8801
8802         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8803         (gnus-draft-setup): Run it.
8804
8805         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8806         gnus-score-fast-scoring.  Allow regexp.
8807         (gnus-score-headers): Use it.
8808
8809         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8810         XEmacs.
8811
8812         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8813         string.
8814         (gnus-button-alist): Also catch `<f1> k ...'.
8815         (gnus-treat-display-x-face): Fix doc string.
8816
8817 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8818
8819         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8820         evaluation of gnus-extended-version to ensure correct generation of the
8821         User-Agent header when message-generate-headers-first is used.
8822
8823 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8824
8825         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8826         hashcash-path is nil.  Don't call callback with incorrect number of
8827         parameters if val is 0.
8828
8829 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8830
8831         * message.el (message-required-news-headers):
8832         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8833
8834 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8835
8836         * tls.el (open-tls-stream): In handshake-waiting loop,
8837         don't wait more if there is output available to process.
8838
8839 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8840
8841         * tls.el (tls-program): Doc fix.
8842
8843 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8844
8845         * message.el (message-generate-new-buffers): Change the meaning of the
8846         nil value; add `standard' to the choices; treat t as `unique'; improve
8847         doc string.
8848         (gnus-select-frame-set-input-focus): Autoload.
8849         (message-buffer-name): Search for the existing message buffer if
8850         message-generate-new-buffers is nil or `standard'; treat the value t of
8851         message-generate-new-buffers as `unique'.
8852         (message-pop-to-buffer): Raise the frame already displaying the message
8853         buffer; clear the echo area after querying.
8854         (message-setup): Pass the `continue' argument to compose-mail.
8855         (message-mail): Prefer `switch-function' if it is given; search for the
8856         existing message buffer if the `continue' argument is non-nil; pass
8857         continue and switch-function arguments to compose-mail by way of
8858         message-setup.
8859         (message-mail-other-window): Adjust argument of message-setup.
8860         (message-mail-other-frame): Ditto.
8861
8862 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8863
8864         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8865         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8866         to turn font-lock on when turning gnus-message-citation-mode on.
8867
8868 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8869
8870         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8871         (mml-smime-function-alist): New variable; add epg as the backend.
8872         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8873         mml-smime- functions instead.
8874         * mm-view.el: Require smime.
8875
8876 2007-03-05  Didier Verna  <didier@xemacs.org>
8877
8878         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8879         instead of just inheritance for posting styles.
8880         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8881
8882 2007-02-24  Chris Moore  <dooglus@gmail.com>
8883
8884         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8885         * pgg-pgp.el (pgg-pgp-encrypt-region):
8886         * pgg-gpg.el (pgg-gpg-encrypt-region):
8887         Check pgg-encrypt-for-me if no other recipients.
8888
8889 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8890
8891         * tls.el (tls-certtool-program): Fix custom type.
8892
8893 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8894
8895         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8896         and point-at-eol instead of line-(beginning|end)-position.
8897
8898         * assistant.el (assistant-parse-buffer): Ditto.
8899
8900         * netrc.el (netrc-parse-services): Ditto.
8901
8902 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8903
8904         * mml2015.el (mml2015-epg-find-usable-key): New function.
8905         (mml2015-epg-sign): Use it.
8906         (mml2015-epg-encrypt): Use it.
8907
8908 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8909
8910         * message.el (message-make-in-reply-to): Quote name containing
8911         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8912         if there are special characters.  Reported by NAKAJI Hiroyuki
8913         <nakaji@jp.freebsd.org>.
8914
8915 2007-02-27  Didier Verna  <didier@xemacs.org>
8916
8917         Include the group parameters as well as the topic ones in the
8918         inheritance filter process.
8919         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8920         argument GROUP-PARAMS-LIST.
8921         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8922
8923 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8924
8925         * nntp.el (nntp-never-echoes-commands)
8926         (nntp-open-connection-functions-never-echo-commands): New variables.
8927         (nntp-send-command): Use them.
8928
8929 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8930
8931         * mml2015.el (mml2015-epg-verify): Simplified.
8932
8933 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * mml.el (mml-content-disposition-alist): New user option.
8936         (mml-content-disposition): New function.
8937         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8938         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8939
8940 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8941
8942         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8943         verification.
8944
8945 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8946
8947         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8948         articles posted in the last 24 hours.
8949
8950 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8951
8952         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8953
8954 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8955
8956         * nntp.el (nntp-send-command): Don't wait for echoes when
8957         nntp-open-ssl-stream is used.
8958
8959 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8960
8961         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8962         (gnus-message-add-citation-keywords)
8963         (gnus-message-remove-citation-keywords): Remove.
8964         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8965         directly, make the variables in font-lock-defaults buffer-local, add
8966         gnus-message-citation-keywords to them and then update the value of
8967         font-lock-keywords.
8968
8969 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * message.el (message-cite-original-1): Don't call
8972         gnus-article-highlight-citation.
8973
8974         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8975         citations; fix line count.
8976
8977 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8978
8979         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8980         (gnus-message-add-citation-keywords)
8981         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8982         versions of font-lock-add-keywords and font-lock-remove-keywords to
8983         work with XEmacs correctly.
8984
8985 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8986
8987         * gnus-cite.el (gnus-cite-face-list): Set the values of
8988         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8989         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8990         (gnus-message-cite-prefix-regexp): New variable.
8991         (gnus-message-search-citation-line): Use it; protect against long
8992         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8993         the 0th match data for Emacs.
8994         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8995         (gnus-message-add-citation-keywords): Append keywords rather than
8996         prepending; emulate font-lock-add-keywords if it is not available.
8997         (gnus-message-remove-citation-keywords): Emulate
8998         font-lock-remove-keywords if it is not available.
8999
9000         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9001
9002         * message.el (message-cite-prefix-regexp): Set the value of
9003         gnus-message-cite-prefix-regexp.
9004
9005 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9006
9007         * nnweb.el (nnweb-google-parse-1): Update parser.
9008
9009 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9010
9011         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9012
9013 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9014
9015         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9016         regexp.
9017
9018 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9019
9020         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9021         string-to-multibyte.
9022         (uudecode-decode-region-internal): Use it.
9023
9024         * lpath.el: Fbind string-as-multibyte for XEmacs.
9025
9026 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9027
9028         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
9029         custom choice.
9030
9031         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9032
9033 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9034
9035         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9036
9037         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9038         `write-region' to respect `mm-inhibit-file-name-handlers'.
9039
9040 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9041
9042         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9043         Use gnus-home-directory instead of "~/" or "$HOME".
9044
9045 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9046
9047         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9048         to mention filename.
9049         Add comments at beginning regarding usage.
9050         (encrypt-write-file-contents): Change interactive so a string is
9051         acceptable.  If the file has no associated model, show an error instead
9052         of a nonsense prompt.
9053
9054 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9055
9056         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9057         Thanks to Yoshihiko Yamada for kind notification of this typo.
9058
9059 2007-01-12  Kenichi Handa  <handa@m17n.org>
9060
9061         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9062         multibyte buffer.
9063
9064 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-score.el (gnus-score-fast-scoring): New variable.
9067         (gnus-score-headers): Use it.
9068
9069         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9070
9071         * message.el (message-cite-original-1): Call
9072         gnus-article-highlight-citation if requested.
9073         (message-make-from): Allow name and address as optional arguments.
9074
9075         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9076
9077         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9078         bugs to doc string.
9079         (gnus-button-alist): Add mid\\|message-id.
9080         (gnus-button-fetch-group): Extend for use in
9081         `browse-url-browser-function'.
9082         (gnus-button-url-regexp): Try to catch paired parentheses like in
9083         Wikipedia URLs.
9084
9085         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9086         Suggested by Simon Krahnke <overlord@gmx.li>.
9087
9088 2007-01-13  Romain Francoise  <romain@orebokech.com>
9089
9090         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9091         Update copyright.
9092
9093 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9094
9095         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9096
9097 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9098
9099         * gnus-registry.el (gnus-registry-unfollowed-groups)
9100         (gnus-registry-split-fancy-with-parent): Fix documentation.
9101
9102 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9105         from nnweb groups.
9106
9107 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9108
9109         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9110         Xref urls.  Erase buffer before requesting head.
9111
9112 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9113
9114         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9115         customizable.
9116
9117 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9118
9119         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9120         no signing key is found.
9121         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9122         no encrypting and/or signing key is found.
9123
9124 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9125
9126         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9127
9128 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9129
9130         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9131         headers read from disk with the ones newly found in the current search.
9132         This should no longer cause problems, because the article numbers in
9133         Gmane's `nov.php' output are ignored since the previous change.
9134
9135 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9136
9137         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9138
9139 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9140
9141         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9142         replace-regexp-in-string; bind url-version; fbind display-images-p and
9143         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9144         find-face and set-itimer-function for Emacs; bind itimer-list for
9145         Emacs.
9146
9147         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9148
9149 2007-01-01  Romain Francoise  <romain@orebokech.com>
9150
9151         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9152
9153 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9154
9155         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9156         `define-minor-mode' macro definition expanded properly.
9157         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9158         exclude it there.
9159
9160         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9161         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9162         `fboundp' test.
9163         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9164         This is OK to autoload in (S)XEmacs now.
9165
9166 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9167
9168         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9169         keystroke.
9170         (gnus-summary-limit-to-singletons): Fix typo.
9171
9172         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9173         else fails.
9174
9175 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9176
9177         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9178         docstring.
9179
9180         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9181         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9182         (gnus-summary-insert-dormant-articles): Fix typo in message.
9183
9184 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9187         nil for XEmacs.
9188         (gnus-message-citation-mode): Don't autoload in XEmacs.
9189
9190         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9191
9192 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9193
9194         * nnimap.el (nnimap-expunge-search-string): Mention
9195         nnimap-search-uids-not-since-is-evil in docstring.
9196
9197 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9198
9199         * spam.el: Revert to make-obsolete-variable because
9200         define-obsolete-variable-alias is not supported in Emacs 21.
9201
9202         * spam.el (spam-ifile-path, spam-ifile-database-path)
9203         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9204         make-obsolete-variable.
9205         (spam-bsfilter-path, spam-bsfilter-program)
9206         (spam-spamassassin-path, spam-spamassassin-program)
9207         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9208         use "path" inappropriately.
9209         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9210         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9211         variable names.
9212
9213 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9214
9215         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9216         summary buffer.
9217
9218         * password.el (password-cache-remove): Use clear-string to burn
9219         password, if available.
9220
9221 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9222
9223         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9224
9225         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9226
9227         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9228         (gnus-message-highlight-citation): Move defcustom here from
9229         gnus-cite.el.
9230         (gnus-message-citation-mode): Autoload.
9231
9232         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9233         checks to make it compile with XEmacs.
9234         (gnus-message-citation-mode): New minor mode.
9235         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9236         (gnus-message-highlight-citation): New variables.
9237         (gnus-message-search-citation-line)
9238         (gnus-message-add-citation-keywords)
9239         (gnus-message-remove-citation-keywords)
9240         (turn-on-gnus-message-citation-mode)
9241         (turn-off-gnus-message-citation-mode): New functions.
9242
9243 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9244
9245         * gnus-cite.el: Enable highlighting of different citation levels in
9246         message-mode.
9247
9248 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9249
9250         * message.el (message-make-fqdn): Fix comment.
9251         (message-bogus-system-names): Add ".local".
9252
9253         * spam.el (spam-ifile-path, spam-ifile-program)
9254         (spam-ifile-database-path, spam-ifile-database)
9255         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9256         Don't use "path" inappropriately.
9257         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9258         strings.
9259         (spam-check-ifile, spam-ifile-register-with-ifile)
9260         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9261         new variable names.
9262
9263         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9264         (gnus-treat-display-smileys): Simplify using
9265         gnus-image-type-available-p.
9266
9267         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9268         available.
9269
9270         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9271         `display-images-p' if available.
9272
9273 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9274
9275         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9276         one after turning on the buffer's multibyteness instead of decoding
9277         them directly in the unibyte buffer that causes unexpected conversion
9278         in Emacs 23 (unicode).
9279
9280 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9281
9282         * message.el (message-generate-hashcash): Fix custom type.
9283
9284 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9285
9286         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9287
9288 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9291         disconnect icons.  Add help text.
9292
9293 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9294
9295         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9296         negated to be consistent with the others we handle.
9297
9298 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9299
9300         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9301         version of gnus-summary-buffer to something, so that we can use two
9302         article buffers at the same time.
9303
9304 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9305
9306         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9307         trigger all the extra headers.
9308         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9309         sorting.
9310
9311 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9312
9313         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9314         solid groups.
9315
9316 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9317
9318         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9319
9320 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9321
9322         * legacy-gnus-agent.el: Add Copyright notice.
9323
9324 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9325
9326         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9327
9328 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9329
9330         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9331
9332         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9333         to make it work reliably in CVS Emacs.
9334         (gnus-summary-limit-strange-charsets-predicate)
9335         (gnus-summary-limit-to-predicate): New functions.
9336
9337 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9338
9339         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9340         specifying array size.
9341         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9342         array if it is too small.
9343         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9344         (gnus-sort-threads-loop): New function.
9345
9346 2006-12-06  Chris Moore  <dooglus@gmail.com>
9347
9348         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9349         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9350
9351 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9352
9353         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9354         options.
9355
9356 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9357
9358         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9359         DOS-ing the recipient.
9360
9361         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9362         the headers when creating the mapping to avoid mismappings.
9363         (nnweb-gmane-create-mapping): Always nix out old mapping.
9364
9365 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9366
9367         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9368         and mm-verify-option to never.
9369
9370 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9371
9372         * message.el (message-signed-or-encrypted-p): New function.
9373         (message-forward-make-body): Use it.
9374
9375         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9376         Replace encode-coding-string with mm-encode-coding-string.
9377
9378 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9379
9380         * nneething.el (nneething-decode-file-name): Replace
9381         decode-coding-string with mm-decode-coding-string.
9382
9383         * gnus-int.el (gnus-open-server): Say failed server's name.
9384
9385 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9386
9387         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9388         strings to a single string.  Quote `errors-file-name'.
9389         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9390         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9391         Adjust calls.  Use `shell-quote-argument'.
9392
9393 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9394
9395         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9396         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9397
9398         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9399         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9400         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9401         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9402         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9403         (gnus-subscribe-newsgroup, gnus-1):
9404         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9405         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9406         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9407         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9408
9409 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9410
9411         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9412         keystroke.
9413         (gnus-summary-limit-to-bodies): Implement headersp.
9414
9415 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416
9417         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9418
9419 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9420
9421         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9422
9423 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9424
9425         * message.el (message-generate-hashcash): Expand range of values to
9426         include `opportunistic'.
9427         (message-send-mail): Use it.
9428
9429 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9430
9431         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9432         and comment it.
9433
9434         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9435
9436 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9437
9438         * gnus-util.el (gnus-extract-address-components): Improve comment.
9439
9440 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9441
9442         * gnus-util.el (gnus-extract-address-components): Work with address in
9443         which the name portion contains @.
9444
9445         * lpath.el: Fbind custom-autoload.
9446
9447 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * gnus.el (gnus-start): Move custom group up.
9450         (gnus-select-method): Don't autoload, but make it available for
9451         `customize-variable'.
9452         (gnus-getenv-nntpserver): Don't autoload.
9453
9454 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9455
9456         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9457
9458 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9459
9460         * message.el (message-sendmail-extra-arguments): New variable.
9461         (message-send-mail-with-sendmail): Use it.
9462
9463 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9464
9465         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9466         mm-with-unibyte-current-buffer to make string unibyte.
9467
9468         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9469         mm-string-as-multibyte.
9470
9471 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9472
9473         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9474         Reported by Werner Koch <wk@gnupg.org>.
9475
9476 2006-11-14  Daiki Ueno  <ueno@p360>
9477
9478         * mml2015.el: Autoload epa-select-keys when compiling.
9479
9480 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9481
9482         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9483         message-options.
9484         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9485
9486 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9487
9488         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9489         EasyPG (< 0.0.6).
9490         (mml2015-always-trust): New user option.
9491         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9492         prompt.
9493
9494 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9495
9496         * nntp.el (nntp-authinfo-force): New variable.
9497         (nntp-send-authinfo): Use it.
9498
9499 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9500
9501         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9502         decode encoded words.  Improve prompt.  Add comment about forwarding.
9503         (message-replacement-char): Move up.
9504
9505 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9506
9507         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9508         instead of gnus-intersection because arguments of gnus-sorted-nunion
9509         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9510
9511 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9512
9513         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9514         (message-simplify-subject-functions): Enable
9515         message-strip-subject-encoded-words by default.
9516
9517 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * message.el (message-strip-subject-encoded-words): New function.
9520         (message-simplify-subject-functions): New variable.
9521         (message-simplify-subject): Use it.  Fix typo in doc string.
9522         Support message-strip-subject-encoded-words.
9523
9524 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9525
9526         * gnus-diary.el (gnus-diary-delay-format-function):
9527         * nndiary.el (nndiary-reminders):
9528         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9529
9530 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9531
9532         * gnus-art.el (article-hide-boring-headers): Fetch date from
9533         gnus-original-article-buffer to avoid problems with localized date
9534         strings.
9535
9536 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9537
9538         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9539
9540 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9543         New variables.
9544         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9545         (mm-charset-synonym-alist): Move some entries to
9546         mm-codepage-iso-8859-list.
9547         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9548         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9549
9550 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9551
9552         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9553
9554 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9555
9556         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9557         with Emacs 21 and XEmacs.
9558
9559 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9560
9561         * spam.el (spam-parse-address): New function for better parsing,
9562         catching errors, etc.
9563         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9564
9565 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9566
9567         * mm-view.el: Add interactive arg to html2text autoload.
9568
9569 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9570
9571         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9572
9573 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9574
9575         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9576         variables.
9577         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9578         (mm-charset-synonym-alist): Move some entries to
9579         mm-codepage-iso-8859-list.
9580
9581         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9582
9583 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * message.el (message-citation-line-format)
9586         (message-insert-formated-citation-line): Fix implementation of %E, %N
9587         and %n according to the doc string.
9588
9589 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9590
9591         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9592         car-safe to avoid bad parses.
9593
9594 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9595
9596         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9597         names.
9598
9599         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9600
9601 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9604         header.
9605
9606         * message.el (message-draft-headers): Add Date.
9607         (message-headers-to-generate): Fix typo in docstring.
9608
9609         * nndraft.el (nndraft-required-headers): New variable.
9610         (nndraft-generate-headers): Use it.
9611
9612         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9613
9614 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9615
9616         * gnus-registry.el (gnus-registry-wash-for-keywords)
9617         (gnus-registry-find-keywords): New functions to allow easy searching of
9618         articles that are in the registry.
9619
9620 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9621
9622         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9623         ietf-drums-parse-address instead of gnus-extract-address-components.
9624         Reported by Damien Elmes <damien@repose.cx>.
9625
9626 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9627
9628         * gnus.el (gnus-mime): Remove unused custom group.
9629
9630 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9631
9632         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9633         "blank line" when searching for end of armor headers.
9634
9635 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9636
9637         * gmm-utils.el (gmm-write-region): Fix variable name.
9638
9639 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9640
9641         * gmm-utils.el (gmm-write-region): New function based on compatibility
9642         code from `mm-make-temp-file'.
9643
9644         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9645
9646         * nnmaildir.el (nnmaildir--update-nov)
9647         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9648         Use `gmm-write-region'.
9649
9650 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9651
9652         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9653         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9654
9655         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9656
9657         * message.el (message-replacement-char): New variable.
9658         (message-fix-before-sending): Use it.
9659         (message-simplify-subject): New function to remove duplicate code.
9660         (message-reply, message-followup): Use it.
9661
9662         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9663         gnus-summary-limit-to-articles.
9664
9665 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9666
9667         * gnus-util.el (gnus-with-local-quit): New macro.
9668
9669         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9670
9671 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9672
9673         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9674         ignore non-string data.
9675
9676 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9677
9678         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9679         non-string data (needs to be done in the registry too).
9680
9681 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9682
9683         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9684         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9685         (gnus-registry-split-fancy-with-parent)
9686         (gnus-registry-fetch-simplified-message-subject-fast)
9687         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9688         Remove text properties on ingress into the registry and when it's saved.
9689         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9690         registry from entries with no groups.
9691
9692 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9693
9694         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9695         function to remove string properties.
9696
9697 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9698
9699         * gmm-utils.el (gmm): Adjust custom version.
9700
9701         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9702         custom version.
9703
9704         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9705
9706 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9707
9708         * gnus-art.el (gnus-insert-prev-page-button)
9709         (gnus-insert-next-page-button): Simplify.  Reformat.
9710
9711 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9712
9713         * gnus-art.el (gnus-insert-prev-page-button)
9714         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9715
9716 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9717
9718         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9719
9720 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9721
9722         * gnus-art.el (gnus-insert-mime-button)
9723         (gnus-insert-mime-security-button):
9724         Apply gnus-article-button-face to MIME and security buttons.
9725
9726 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9727
9728         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9729         readable.
9730
9731 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9734
9735 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9736
9737         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9738         `browse-url-of-file' instead of `browse-url'.
9739
9740 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9741
9742         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9743         regexp.  Articles containing quotation were cut prematurely.
9744
9745 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9746
9747         * message.el (message-cite-original-1): Use nobody by default for the
9748         value of From header.
9749         (message-reply): Ditto.
9750
9751 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9752
9753         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9754         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9755         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9756
9757 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9758
9759         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9760         mails in the doc string.  Add some URLs in comment.
9761         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9762
9763 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9764
9765         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9766         backslashes handling and the way to find boundaries of quoted strings.
9767
9768 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9769
9770         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9771         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9772         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9773         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9774
9775 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9776
9777         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9778         doc string.
9779         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9780
9781 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9782
9783         * lpath.el: Fbind epg-check-configuration.
9784
9785 2006-09-06  Simon Josefsson  <jas@extundo.com>
9786
9787         * mml2015.el (mml2015-use): Doc fix, mention epg.
9788
9789 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9790
9791         * mml2015.el (mml2015-use): Default to epg, if available.
9792
9793 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9794
9795         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9796         message-sender.
9797         (mml1991-epg-encrypt): Ditto.
9798         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9799         message-sender.
9800         (mml2015-epg-encrypt): Ditto.
9801
9802 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9803
9804         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9805         several common directories.
9806
9807 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9808
9809         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9810         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9811
9812 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9813
9814         * gnus-art.el (article-decode-encoded-words): Make it fast.
9815
9816 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9817
9818         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9819
9820         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9821         in quoted string into `\'.
9822
9823 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9824
9825         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9826         Use standard-syntax-table.
9827
9828 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9829
9830         * gnus-art.el (gnus-decode-address-function): New variable.
9831         (article-decode-encoded-words): Use it to decode headers which are
9832         assumed to contain addresses.
9833         (gnus-mime-delete-part): Remove useless `or'.
9834
9835         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9836         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9837         (gnus-nov-parse-line): Use it to decode From header.
9838         (gnus-get-newsgroup-headers): Ditto.
9839         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9840
9841         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9842         (mail-decode-encoded-address-string): New alias.
9843
9844         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9845         New function.
9846         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9847         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9848         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9849         (rfc2047-decode-string): Ditto.
9850         (rfc2047-decode-address-region): New function.
9851         (rfc2047-decode-address-string): New function.
9852
9853 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9854
9855         * message.el (message-caesar-buffer-body): Allow rotating headers.
9856
9857         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9858
9859         * message.el (message-insert-formated-citation-line): Fix %f.
9860         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9861
9862 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9865         (gnus-bookmark-mouse-available-p): New macro.
9866         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9867         (gnus-bookmark-bmenu-show-infos): Use it.
9868         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9869         (gnus-bookmark-bmenu-hide-infos): Ditto.
9870         (gnus-bookmark-remove-properties): New function.
9871         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9872         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9873         (gnus-bookmark-write-file): Bind coding-system-for-write.
9874         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9875         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9876         group before selecting it.
9877         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9878         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9879         quit-window if it is not available; use gnus-mouse-2 and bind it to
9880         gnus-bookmark-bmenu-select-by-mouse.
9881         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9882         (gnus-bookmark-bmenu-select-by-mouse): New function.
9883
9884 2006-08-13  Romain Francoise  <romain@orebokech.com>
9885
9886         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9887         space.
9888
9889 2006-08-10  Romain Francoise  <romain@orebokech.com>
9890
9891         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9892         (dns-mode-soa-auto-increment-serial): New user option.
9893         (dns-mode-soa-maybe-increment-serial): New function.
9894         (dns-mode): Add the latter to `write-contents-functions'.
9895
9896 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9897
9898         * compface.el (uncompface): Use binary rather than raw-text-unix.
9899
9900 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * compface.el (uncompface): Make sure the eol conversion doesn't take
9903         place when communicating with the external programs.  Reported by
9904         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9905
9906 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9909
9910 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9911
9912         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9913         Make it more robust by parsing author and date independently.
9914
9915 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9916
9917         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9918
9919 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9920
9921         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9922         first matching secret key.
9923         (mml2015-epg-encrypt): Ditto.
9924
9925         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9926         first matching secret key.
9927         (mml1991-epg-encrypt): Ditto.
9928
9929         * mml2015.el (mml2015-encrypt-to-self): New user option.
9930         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9931         mml2015-epg-encrypt-to-self is set.
9932
9933         * mml1991.el (mml1991-encrypt-to-self): New variable.
9934         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9935         mml1991-epg-encrypt-to-self is set.
9936
9937         * mml2015.el (mml2015-signers): New user option.
9938         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9939         (mml2015-epg-encrypt): Allow to select signing keys.
9940
9941         * mml1991.el (mml1991-signers): New variable.
9942         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9943         (mml1991-epg-encrypt): Allow to select signing keys.
9944
9945 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9946
9947         * nnheader.el (nnheader-insert-head): Make it work even if the file
9948         uses CRLF for the line-break code.
9949
9950 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9951
9952         * mml2015.el: Require mml-sec instead of password.
9953         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9954         (mml2015-cache-passphrase): Inherit the default value from
9955         mml-secure-cache-passphrase.
9956         (mml2015-passphrase-cache-expiry): Inherit the default value from
9957         mml-secure-passphrase-cache-expiry.
9958
9959         * mml1991.el: Require mml-sec instead of password.
9960         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9961         (mml1991-cache-passphrase): Inherit the default value from
9962         mml-secure-cache-passphrase.
9963         (mml1991-passphrase-cache-expiry): Inherit the default value from
9964         mml-secure-passphrase-cache-expiry.
9965
9966         * mml-sec.el: Require password.
9967         (mml-secure-verbose): New user option.
9968         (mml-secure-cache-passphrase): New user option.
9969         (mml-secure-passphrase-cache-expiry): New user option.
9970
9971 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9972
9973         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9974         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9975         andreas@altroot.de (Andreas Vögele).
9976
9977         FIXME: Use `tiny change'?
9978
9979 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9980
9981         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9982         workaround for the url package included with Emacs.
9983
9984         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9985
9986 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9987
9988         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9989         correctly.  This fixes a bug caused by the 2006-05-12 change.
9990
9991 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9992
9993         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9994         some information about the error when saying that the `bogus' mail
9995         group will be used.
9996
9997 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9998
9999         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10000         string.
10001
10002 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10003
10004         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10005
10006 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10007
10008         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10009
10010 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10011
10012         * mml1991.el (mml1991-function-alist): Add epg.
10013         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10014         (mml1991-epg-encrypt): New functions.
10015
10016 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10017
10018         * mml2015.el (mml2015-verbose): New variable.
10019         (mml2015-cache-passphrase): Ditto.
10020         (mml2015-passphrase-cache-expiry): Ditto.
10021         (mml2015-function-alist): Add epg.
10022         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10023         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10024         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
10025         functions.
10026
10027 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10028
10029         * message.el (message-cite-original-1): Preserve region when removing
10030         quoted text due to X-No-Archive in order to avoid bogus attribution
10031         when citing multiple messages.
10032
10033 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10034
10035         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
10036         Kenneth Jacker <khj@be.cs.appstate.edu>.
10037
10038 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10039
10040         * gnus-diary.el (gnus-user-format-function-d)
10041         (gnus-user-format-function-D): Autoload.
10042
10043         * imap.el (Commentary): Fix typo.
10044
10045         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10046         2006-04-22 contribution.
10047
10048 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10049
10050         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10051         It didn't really fix the bogosity I'm seeing with solid web groups.
10052
10053 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10054
10055         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10056         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10057         created using server names.  If we use the feature without declaring
10058         it, Gnus does not properly manage server and group state.
10059
10060         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10061         bound.
10062
10063 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10064
10065         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10066         looking up the method using GROUP's prefix before inventing a new one.
10067         It is used on killed/unknown groups in various places where returning
10068         an all-new method isn't expected by the caller.
10069
10070         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10071         and match semantics of gnus-group-real-prefix.
10072
10073 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10074
10075         * nnmail.el (nnmail-broken-references-mailers): New variable.
10076         (nnmail-ignore-broken-references): New function generalizing
10077         nnmail-fix-eudora-headers.
10078         (nnmail-fix-eudora-headers): Now obsolete.
10079
10080         * gnus-art.el (gnus-button-handle-custom): Support
10081         `customize-apropos*'.
10082
10083 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10084
10085         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10086
10087         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10088         articles.
10089
10090 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10091
10092         * message.el (message-cite-reply-above): New variable.
10093         (message-yank-original): Use it.
10094
10095 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10096
10097         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10098
10099 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10100
10101         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10102         as read.
10103
10104         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10105
10106 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10107
10108         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10109         (gnus-bookmark-default-file): Use gnus-directory.
10110         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10111         Remove "*" in doc string.
10112         (gnus-bookmark-write-file): Simplify.
10113         (gnus-bookmark-maybe-sort-alist): Use `when'.
10114         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10115         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10116         FIXME about Emacs 21 and XEmacs compatibility.
10117         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10118         compatibility.
10119         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10120         compatibility.
10121         (gnus-bookmark-menu-heading): Fix version.
10122
10123 2006-06-19  Bastien Guerry  <bzg@altern.org>
10124
10125         * gnus-bookmark.el: New file.
10126
10127 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10128
10129         * message.el (message-syntax-checks): Doc fix.
10130
10131 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10132
10133         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10134         unsubscribed groups as if they were killed ones.  It causes duplicate
10135         entries in gnus-newsrc-alist.
10136
10137 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * message.el (message-syntax-checks): Doc fix.
10140         (message-send-mail): Add check for continuation headers.
10141         (message-check-news-header-syntax): Fix regexp used to check for
10142         continuation headers.
10143
10144 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10145
10146         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10147
10148 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10149
10150         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10151
10152 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10153
10154         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10155         default-truncate-lines.
10156
10157 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10158
10159         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10160         to fill the utf-8 entry.
10161
10162         * lpath.el: Fbind unicode-precedence-list.
10163
10164 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10165
10166         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10167
10168 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10169
10170         * gnus-agent.el (directory-files-and-attributes): Move all the way
10171         forward (the third and final move).
10172         (gnus-agent-read-agentview): Trap reconstruction errors due to
10173         nonexistant directory.  Handle by returning nil.
10174
10175 2006-05-30  Didier Verna  <didier@xemacs.org>
10176
10177         * message.el (message-dont-reply-to-names): Update the custom type.
10178         * message.el (message-dont-reply-to-names): New defsubst: potentially
10179         convert a list of regexps into a single one.
10180         * message.el (message-get-reply-headers): Use it.
10181         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10182
10183 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10184
10185         * gnus-agent.el (directory-files-and-attributes): Move forward.
10186
10187 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10188
10189         * gnus-ml.el (gnus-mailing-list-subscribe)
10190         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10191         (gnus-mailing-list-message): Fix doc strings.
10192
10193 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10194
10195         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10196         of doing it manually.
10197
10198 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10199
10200         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10201         comment.
10202
10203 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10204
10205         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10206         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10207         (gnus-agent-read-local): All symbols allocated in my-obarray.
10208         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10209         (gnus-agent-regenerate-group): Check numeric names to see if they are
10210         messages or groups.
10211         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10212         better way of do this...)
10213
10214         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10215         'dummy.group' (there should be a better way of do this...)
10216
10217 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10218
10219         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10220         (gnus-saved-headers): Ditto.
10221         (gnus-default-article-saver): Mention functions may have properties.
10222         (gnus-article-save): Override gnus-save-all-headers and
10223         gnus-saved-headers by :headers property which saver function may have.
10224         (gnus-summary-save-in-file): Add :headers property.
10225         (gnus-summary-write-to-file): Ditto.
10226
10227         * gnus-sum.el (gnus-summary-save-article): Bind
10228         gnus-prompt-before-saving to t when saving many articles in a file;
10229         always show all headers.
10230
10231         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10232
10233 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10234
10235         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10236         marks.
10237
10238         * message.el (message-indent-citation): Add optional arguments to allow
10239         using it outside of message buffers.
10240
10241         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10242         (gnus-article-treat-unfold-headers): Use it.
10243         (gnus-article-truncate-lines): New variable.
10244         (gnus-article-mode): Use it.
10245         (gnus-article-toggle-truncate-lines): New function.
10246
10247         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10248         gnus-article-toggle-truncate-lines.
10249
10250         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10251         coding system in XEmacs, use binary.
10252
10253 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10254
10255         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10256         after-load-alist.
10257
10258         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10259         this function should save decoded articles.
10260         (gnus-summary-write-to-file): Use property to specify this function
10261         should save decoded articles and specify gnus-summary-save-in-file
10262         should be used to save articles other than the first one when saving
10263         many articles.
10264         (gnus-summary-save-body-in-file): Use property to specify this
10265         function should save decoded articles.
10266         (gnus-summary-write-body-to-file): Use property to specify this
10267         function should save decoded articles and specify
10268         gnus-summary-save-body-in-file should be used to save articles other
10269         than the first one when saving many articles.
10270
10271         * gnus-sum.el (gnus-summary-save-article): Simplify.
10272
10273 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10274
10275         * gnus-art.el (gnus-default-article-saver): Add
10276         gnus-summary-write-body-to-file.
10277         (gnus-article-save-coding-system): Don't use coding system object
10278         in XEmacs.
10279         (gnus-read-save-file-name): Add optional `dir-var' argument which
10280         specifies directory in which files are saved; work even if optional
10281         `variable' argument is not specified.
10282         (gnus-summary-write-to-file): Read file name.
10283         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10284         (gnus-summary-write-body-to-file): New function.
10285
10286         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10287         (gnus-summary-local-variables): Add it.
10288         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10289         (gnus-summary-save-article): Remove optional `decode' argument;
10290         determine whether to decode articles by the value of
10291         gnus-default-article-saver; when saving many files using
10292         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10293         it first and use gnus-summary-save-in-file or
10294         gnus-summary-save-body-in-file thereafter unless
10295         gnus-prompt-before-saving is always; move point to article which
10296         will be saved.
10297         (gnus-summary-save-article-file): Revert.
10298         (gnus-summary-write-article-file): Revert.
10299         (gnus-summary-save-article-body-file): Revert.
10300         (gnus-summary-write-article-body-file): New function.
10301
10302 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10303
10304         * gnus-art.el (gnus-default-article-saver): Doc fix.
10305         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10306         from gnus-summary-save-article-coding-system, and default to a
10307         certain coding system.
10308         (gnus-output-to-file): Add coding cookie and encode text according
10309         to gnus-article-save-coding-system; don't use mm-append-to-file.
10310
10311         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10312         gnus-art.el and rename to gnus-article-save-coding-system.
10313         (gnus-summary-save-article): Require gnus-art; don't show all
10314         headers if it decodes articles; don't add coding cookie here;
10315         don't bind mm-text-coding-system-for-write.
10316         (gnus-summary-save-article-file): Save decoded articles.
10317         (gnus-summary-write-article-file): When saving many files, use
10318         gnus-summary-write-to-file first and gnus-summary-save-in-file
10319         thereafter unless gnus-prompt-before-saving is always.
10320         (gnus-summary-save-article-body-file): Save decoded articles.
10321
10322         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10323
10324 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10325
10326         * nnrss.el (nnrss-check-group): Bind hash-index.
10327
10328 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10329
10330         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10331         its hash index.  Store this hash in `nnrss-group-data'.
10332         (nnrss-read-group-data): Update accordingly.
10333
10334 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10337         entry.
10338
10339         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10340         gnus-article-browse-html-article.
10341
10342 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10343
10344         * gnus-sum.el (gnus-summary-mime-map): Add
10345         gnus-article-browse-html-article.
10346
10347         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10348
10349 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10350
10351         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10352         suitable coding systems in customize.
10353
10354 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10355
10356         * mail-source.el (mail-sources): Fix custom type.
10357
10358 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10359
10360         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10361         (gnus-summary-expire-articles-now): Shorten prompt.
10362
10363         * gmm-utils.el (wid-edit): Require.
10364         (defun-gmm): Renamed from `gmm-defun-compat'.
10365         (gmm-image-search-load-path): Use it.
10366         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10367
10368 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10369
10370         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10371         variable.
10372         (gnus-summary-save-article): Add optional `decode' argument.  If
10373         it is set and gnus-summary-save-article-coding-system is non-nil,
10374         save decoded article.
10375         (gnus-summary-write-article-file): Save decoded article if
10376         gnus-summary-save-article-coding-system is non-nil.
10377
10378         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10379         type.
10380
10381 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10382
10383         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10384
10385 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10386
10387         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10388         first to test gnus-single-article-buffer which may be buffer-local.
10389
10390         * gnus-sum.el (gnus-summary-setup-buffer): Make
10391         gnus-single-article-buffer buffer-local and nil in ephemeral
10392         group; make gnus-article-buffer, gnus-article-current, and
10393         gnus-original-article-buffer always buffer-local.
10394         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10395         group.
10396         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10397
10398 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * nnml.el (nnml-request-compact-group): Compressed files might not
10401         have .gz extension.
10402
10403 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10404
10405         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10406         (mm-copy-to-buffer): Use with-current-buffer.
10407         (mm-display-part): Simplify.
10408         (mm-inlinable-p): Add optional arg `type'.
10409
10410 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10411
10412         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10413         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10414         Try harder to show the attachment internally or externally using
10415         gnus-mime-view-part-as-type.
10416
10417 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10418
10419         * message.el (message-from-style, message-signature-separator)
10420         (message-user-organization-file, message-send-mail-function)
10421         (message-citation-line-function, message-yank-prefix)
10422         (message-indent-citation-function, message-signature)
10423         (message-signature-file, message-signature-insert-empty-line):
10424         Remove autoloads.
10425
10426         * gnus-art.el (gnus-buttonized-mime-types): Remove
10427         "multipart/signed".  Revert 2006-04-26 change.
10428
10429 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10430
10431         * gnus.el (gnus-version-number): Bump version.
10432
10433 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10434
10435         * gnus.el: No Gnus v0.5 is released.
10436
10437 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10438
10439         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10440         fetching articles by message-id.
10441
10442 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10443
10444         * message.el (hashcash): Require hashcash as normal.
10445
10446         * ecomplete.el (ecomplete-highlight-match-line): Use
10447         point-at-eol.
10448         (ecomplete-highlight-match-line): Use `highlight', because that
10449         face exists in both Emacs and XEmacs.
10450
10451         * message.el (message-display-abbrev): Use point-at-bol.
10452
10453         * mail-source.el: Don't require timer/timer-funcs.
10454
10455         * gnus-async.el: Ditto.
10456
10457         * password.el: Ditto.
10458
10459         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10460
10461         * mm-url.el: Ditto.
10462
10463         * gnus-xmas.el: Don't require timer-funcs.
10464
10465         * mm-util.el: Require timer/timer-funcs.
10466
10467 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10468
10469         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10470         Close.
10471
10472 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10473
10474         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10475         unibyte after clear-decrypt function runs.
10476
10477         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10478         returns as a unibyte string.
10479
10480 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10481
10482         * lpath.el: Revert.
10483
10484         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10485         (pgg-gpg-process-sentinel): Revert.
10486
10487         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10488         (pgg-pgp-lookup-key): Revert.
10489
10490         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10491         (pgg-pgp5-lookup-key): Revert.
10492
10493         * pgg.el (pgg-fetch-key): Revert.
10494
10495 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10496
10497         * lpath.el: Fbind string-as-multibyte for XEmacs.
10498
10499         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10500         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10501         (mml1991-pgg-encrypt): Ditto.
10502
10503         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10504         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10505         a multibyte buffer.
10506
10507         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10508         (pgg-pgp-lookup-key): Ditto.
10509
10510         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10511         (pgg-pgp5-lookup-key): Ditto.
10512
10513         * pgg.el (pgg-fetch-key): Ditto.
10514
10515 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10516
10517         * message.el (message-user-organization-file): Check several
10518         locations of the organization file.
10519
10520         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10521         Add gnus-article-view-part-as-type.
10522
10523         * gnus-art.el (gnus-article-view-part-as-type): New function.
10524
10525         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10526         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10527
10528         * mml.el: Simplify autoload.
10529         (mml-mode): defvar dnd-protocol-alist instead of using
10530         symbol-value.
10531         (mml-default-directory): New variable.
10532         (mml-minibuffer-read-file): Use it.
10533         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10534
10535         * message.el (message-citation-line-format): New variable.
10536         (message-insert-formated-citation-line): New function.
10537         (message-citation-line-function): Add
10538         `message-insert-formated-citation-line' to custom type.
10539
10540         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10541         to doc string.
10542
10543         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10544         depending on mm-verify-option.
10545
10546 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10547
10548         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10549         binding pgg-* variables; reimplement the section which prevents
10550         MIME header from being signed.
10551         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10552         pgg-text-mode; remove a blank line at the top of body.
10553
10554         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10555         lines at the top of body; use gnus-newsgroup-charset if there's no
10556         Charset header.
10557
10558 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10559
10560         * message.el (message-self-insert-commands): Doc fix.
10561
10562         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10563         (mm-uu-pgp-encrypted-test): Ditto.
10564         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10565         between header and body; return application/pgp-encrypted handle
10566         if decryption failed; decode decrypted body by charset.
10567
10568         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10569         element match to application/pgp-*.
10570
10571 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10572
10573         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10574         HTML.
10575
10576 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10577
10578         * mail-source.el (mail-source-call-script): Message the error
10579         string.
10580
10581 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10582
10583         * gnus-util.el (gnus-byte-compile): Use it.
10584
10585 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10586
10587         * gnus-util.el (kill-empty-logs): New function.
10588
10589 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10590
10591         * message.el (message-mail-alias-type): Doc fix.
10592         (message-mail-alias-type-p): New function.
10593         (message-send): Use it.
10594         (message-mode): Ditto.
10595         (message-strip-forbidden-properties): Ditto.
10596
10597         * ecomplete.el (ecomplete-database-file-coding-system): New
10598         variable.
10599         (ecomplete-save): Use it.
10600         (ecomplete-setup): Use it.
10601
10602 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10603
10604         * message.el (message-self-insert-commands): New variable.
10605         (message-strip-forbidden-properties): Use it.
10606
10607 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10608
10609         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10610         that doesn't make XEmacs choke.
10611
10612 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10613
10614         * gnus-util.el (gnus-replace-in-string):
10615         Prefer replace-regexp-in-string over of replace-in-string.
10616
10617 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10618
10619         * gnus-util.el (gnus-select-frame-set-input-focus):
10620         Use select-frame-set-input-focus if it is available in XEmacs; use
10621         definition defined in Emacs 22 for old Emacsen.
10622
10623         * dgnushack.el: Autoload unmorse-region for XEmacs.
10624
10625         * lpath.el: Bind cursor-in-non-selected-windows and
10626         select-frame-set-input-focus for XEmacs.
10627
10628 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10629
10630         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10631
10632 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10633
10634         * gnus-registry.el (gnus-registry-cache-save): Remove text
10635         properties when saving via the temp buffer.
10636
10637 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10638
10639         * message.el (message-generate-hashcash): Honor custom type.
10640
10641 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10642
10643         * message.el (message-generate-hashcash): Default to non-nil when
10644         hashcash is found.
10645
10646         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10647         (gnus-refer-thread-limit): Increase default to 500.
10648
10649         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10650
10651         * flow-fill.el (fill-flowed): Allow delete-space.
10652
10653 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10654
10655         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10656         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10657         Remove autoloads.
10658
10659 2006-04-18  Simon Josefsson  <jas@extundo.com>
10660
10661         * message.el (message-generate-hashcash): Default to.
10662
10663 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10664
10665         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10666         concatenating segments rather than before concatenating them.
10667
10668 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10669
10670         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10671
10672 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10673
10674         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10675
10676         * message.el (message-forward-make-body-plain): Allow
10677         message-forward-ignored-headers to be a list.
10678         (message-remove-ignored-headers): Factor out into function.
10679         (message-forward-make-body-mml): Use it.
10680
10681         * imap.el (imap-quote-specials): New function.
10682         (imap-login-auth): Quote specials.
10683
10684         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10685         (rfc2231-parse-string): Allow concatanation of parameters that
10686         aren't contiguous.  The test case is
10687           (mail-header-parse-content-type "message/external-body;
10688             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10689             access-type=LOCAL-FILE;
10690             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10691
10692 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10693
10694         * nntp.el (nntp-accept-process-output): Return the value of
10695         `nnheader-accept-process-output'.
10696
10697 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10698
10699         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10700         (gnus-button-alist): Recognize more diff formats.
10701         (gnus-button-patch): Strip directory.
10702
10703 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10704
10705         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10706         Emacs 22 when setting focus.
10707
10708 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10709
10710         * gnus-art.el (gnus-article-treat-types): Do treatment of
10711         text/x-verbatim parts.
10712         (gnus-button-patch): New command.
10713
10714         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10715         addresses that contain invalid characters.
10716
10717 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10718
10719         * message.el (message-put-addresses-in-ecomplete): Use
10720         gnus-replace-in-string.
10721         (message-is-yours-p): Use the more correct
10722         mail-header-parse-address instead of
10723         mail-extract-address-components.
10724         (message-put-addresses-in-ecomplete): Fix typo.
10725
10726         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10727         keystroke.
10728
10729         * gnus-art.el (gnus-treatment-function-alist): Change order of
10730         newsgroups/generic header folding to avoid double-folding.
10731
10732         * message.el (message-hidden-headers): Add X-Draft-From.
10733
10734         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10735         command.
10736         (gnus-summary-repeat-search-article-backward): New command.
10737
10738         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10739         groups in the parent topic.
10740
10741 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10742
10743         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10744         (spam-extra-header-to-number): Return the CRM114 number as a
10745         number instead of a string.
10746
10747 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10748
10749         * gnus-art.el (gnus-face-properties-alist): Moved here from
10750         gnus-fun.
10751
10752         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10753
10754 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10755
10756         * message.el (message-strip-forbidden-properties): Only display on
10757         self-insert-command.
10758
10759         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10760         reindent.
10761         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10762
10763 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10764
10765         * smiley.el (smiley-style): Fix typo.
10766
10767 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10768
10769         * hashcash.el (hashcash-insert-payment-async-2): Use
10770         message-goto-eoh instead of doing it manually.
10771         (mail-add-payment): Use message-narrow-to-header instead of trying
10772         to do the same itself.
10773
10774         * message.el (message-hidden-headers): Add Face.
10775
10776         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10777         reparenting code.
10778         (gnus-summary-reparent-children): Refactored out code.
10779         (gnus-summary-thread-map): New keystroke.
10780         (gnus-summary-reparent-children): Make into command.
10781
10782         * smiley.el (smiley-style): Default to `medium' if using a large
10783         font.
10784
10785         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10786         does it itself.
10787
10788         * message.el (message-point-in-header-p): Simplify definition.
10789
10790 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10791
10792         * nnagent.el (nnagent-request-set-mark): Silence log file
10793         writing.
10794         (nnagent-request-set-mark): Use write-region instead of
10795         append-to-file.
10796
10797         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10798         strange select method.
10799
10800         * ecomplete.el (ecomplete-display-matches): Get highlightling
10801         right.
10802         (ecomplete-display-matches): Use literals.
10803         (ecomplete-display-matches): Disable message logging.
10804
10805         * message.el (message-display-abbrev): Small optimization.
10806
10807         * ecomplete.el (ecomplete-display-matches): Allow automatic
10808         display.
10809
10810         * message.el (message-strip-forbidden-properties): Display
10811         abbrevs.
10812         (message-display-abbrev): Get automatic display right.
10813
10814         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10815         keystrokes.
10816
10817 2006-04-13  Romain Francoise  <romain@orebokech.com>
10818
10819         TODO: Backport to v5-10!
10820
10821         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10822         Moved here (and renamed) from gnus-registry.el.
10823
10824         * gnus-registry.el: Require gnus-util.
10825         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10826
10827 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10828
10829         * gnus-group.el (gnus-group-catchup-current): Change
10830         if-then-else-if-then-else into cond.
10831         (gnus-group-catchup): Indent.
10832         (group-name-at-point): New function.
10833         (gnus-fetch-group): Provide default from thing at point.
10834
10835 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10836
10837         * message.el (message-display-abbrev): Fix regexp.
10838
10839         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10840         choosing.
10841         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10842         dead variables.
10843
10844         * message.el (message-newline-and-indent): Remove debugging.
10845         (message-display-abbrev): Use new implementation.
10846
10847 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10848
10849         * gnus-art.el (gnus-article-mode): Set
10850         cursor-in-non-selected-windows to nil.
10851
10852         * smiley.el: Revert previous change.
10853         (smiley-data-directory): defvar it before using it in the
10854         defcustom of `smiley-style'.
10855
10856 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10857
10858         * message.el (message-newline-and-indent): New function.
10859
10860         * ecomplete.el: Implement more bits.
10861
10862         * message.el (message-put-addresses-in-ecomplete): Clean up the
10863         string.
10864
10865         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10866
10867         * gnus-sum.el (gnus-summary-save-parts): Bind
10868         gnus-summary-save-parts-counter and use it to make unique file
10869         names.
10870
10871         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10872
10873         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10874         parameter to say whether to actually parse the individual
10875         addresses.
10876
10877         * message.el (message-put-addresses-in-ecomplete): New function.
10878         (ecomplete): Require.
10879         (message-mail-alias-type): Add ecomplete as an option.
10880
10881 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10882
10883         * flow-fill.el (fill-flowed): Remove trailing space from blank
10884         quoted lines.
10885
10886 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10887
10888         * smiley.el (smiley-style): Move definition later to avoid a
10889         compilation warning.
10890
10891 2006-04-12  Kenichi Handa  <handa@m17n.org>
10892
10893         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10894         buffer and then decode the buffer text if necessary.
10895         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10896         first, and after mm-encode-body, change the buffer to unibyte.
10897         Use mm-disable-multibyte instead of set-buffer-multibyte.
10898
10899 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10902         Content-Type header instead of Content-Disposition header.
10903         (gnus-mime-inline-part): Ditto.
10904         (gnus-mime-view-part-as-charset): Ignore charset that the part
10905         specifies.
10906
10907         * mm-decode.el (mm-display-part): Work with external parts and
10908         usual parts similarly.
10909
10910         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10911         instead of gnus-display-mime.
10912
10913         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10914         instead of with-temp-buffer.
10915
10916         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10917         tag to summarized topics part in order to encode non-ASCII text.
10918
10919 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10920
10921         * smiley.el (smiley-style): New variable.
10922         (smiley-directory): New function.
10923         (smiley-data-directory): Derive from `smiley-style' using
10924         `smiley-directory'.
10925         (smiley-regexp-alist): Add new entries.
10926
10927         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10928         (gnus-article-browse-delete-temp): Add :version.
10929
10930 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10931
10932         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10933         the sieve region.
10934
10935 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10936
10937         * gnus.el (gnus-version-number): Bump version.
10938
10939 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10940
10941         * gnus.el: No Gnus v0.4 is released.
10942
10943 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10944
10945         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10946         layout.
10947
10948         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10949         unknown charset.
10950
10951         * message.el (message-header-synonyms): Add Original-To to the
10952         default.
10953
10954         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10955         optional parameter.
10956
10957 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10958
10959         * gnus-fun.el (gnus): Require it for gnus-directory.
10960
10961 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10962
10963         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10964
10965 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10966
10967         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10968
10969 2006-04-05  Simon Josefsson  <jas@extundo.com>
10970
10971         * password.el (password-reset): New function.
10972
10973 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10974
10975         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10976         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10977
10978 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10979
10980         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10981         Some whitespace was matched into the url, which broke browsing hits
10982         > 100 when mm-url-use-external was nil.
10983
10984 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10985
10986         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10987         gnus-extra-headers for 'Newsgroups.
10988
10989         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10990         bound.
10991
10992 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10993
10994         * pgg-gpg.el: Clean up process buffers every time gpg processes
10995         complete.
10996
10997 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10998
10999         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11000         doc string.
11001
11002 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11003
11004         * pgg-gpg.el (pgg-gpg-process-filter)
11005         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11006
11007         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11008         lines, temporary fix.
11009
11010 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11011
11012         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11013
11014 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11015
11016         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11017         default-enable-multibyte-characters.  This reverts the change from
11018         revision 6.17 which is no longer necessary because the passphrase
11019         is sent separately now.  GnuPG messages are unreadable under
11020         multibyte locales with default-enable-multibyte-characters set to
11021         nil.
11022
11023 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11024
11025         * message.el (message-tool-bar-gnome): Move "spell".
11026
11027 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11028
11029         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11030         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11031         instead.
11032
11033 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11034
11035         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
11036         newsgroups handling for NNTP overviews which don't include
11037         Newsgroups.
11038
11039 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11040
11041         * message.el (message-resend): Bind message-generate-hashcash to nil.
11042
11043 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11044
11045         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11046         when searching for already-paid recipients.
11047
11048 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11049
11050         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11051         passphrases when it is not needed.
11052         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11053         passphrase stuff from gpg, should only be necessary when you use
11054         gpg with a smartcard.
11055
11056 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11057
11058         * mml.el (mml-insert-mime): Ignore cached contents of
11059         message/external-body part.
11060
11061         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11062         (mm-insert-part): Ditto.
11063
11064 2006-03-23  Simon Josefsson  <jas@extundo.com>
11065
11066         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11067         Reiner.
11068         (pgg-gpg-use-agent-p): Use it again.
11069
11070 2006-03-23  Simon Josefsson  <jas@extundo.com>
11071
11072         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11073         older emacsen.
11074         (pgg-gpg-use-agent-p): Don't use it.
11075
11076 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11077
11078         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11079         if we can.
11080
11081 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11082
11083         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11084         (pgg-gpg-update-agent): New function.
11085         (pgg-gpg-use-agent-p): New function.
11086         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11087         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11088         (pgg-gpg-sign-region): Use it.
11089
11090 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11091
11092         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11093         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11094
11095 2006-03-21  Simon Josefsson  <jas@extundo.com>
11096
11097         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11098         <wilde@sha-bang.de>.
11099         (pgg-gpg-use-agent): New variable.
11100         (pgg-gpg-process-region): Use it.
11101         (pgg-gpg-encrypt-region): Likewise.
11102         (pgg-gpg-encrypt-symmetric-region): Likewise.
11103         (pgg-gpg-decrypt-region): Likewise.
11104         (pgg-gpg-sign-region): Likewise.
11105         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11106
11107 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11108
11109         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11110
11111         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11112         Add comment on version.
11113
11114 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * smiley.el: Add missing test smiley.
11117
11118 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11119
11120         * mm-decode.el (mm-with-part): New macro.
11121         (mm-get-part): Use it; work with message/external-body as well.
11122         (mm-save-part): Treat name and filename equally.
11123
11124         * mm-extern.el (mm-extern-cache-contents): New function.
11125         (mm-inline-external-body): Use it; force the part to be displayed;
11126         move undisplayer added to the cached handle to the parent.
11127
11128         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11129         (gnus-mime-view-part-as-type): Work with message/external-body.
11130
11131         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11132
11133 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11134
11135         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11136         images in image-load-path.  [Sync with image.el, revision 1.60, in
11137         Emacs.]
11138
11139 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11142         path rather than symbol.  Always return list of directories.
11143         Guarantee that image directory comes first.  [Sync with image.el,
11144         revision 1.59, in Emacs.]
11145
11146         * message.el (message-make-tool-bar): Adjust to new API of
11147         `gmm-image-load-path-for-library'.
11148
11149         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11150
11151         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11152
11153 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11154
11155         * gnus-art.el (gnus-article-only-boring-p):
11156         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11157         intangible text.
11158         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11159
11160 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11161
11162         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11163         `defun' instead of `gmm-defun-compat'.
11164
11165 2006-03-14  Simon Josefsson  <jas@extundo.com>
11166
11167         * message.el (message-unique-id): Don't use message-number-base36
11168         if (user-uid) is a float.
11169         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11170
11171 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11172
11173         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11174
11175         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11176         empty line between a part and a message part.
11177
11178 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11179
11180         * smiley.el: Add more test smileys.
11181         (smiley-data-directory, smiley-regexp-alist)
11182         (gnus-smiley-file-types): Fix doc strings.
11183         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11184         adding new elements.
11185         (smiley-mouse-map): Unused code.  Make it a comment.
11186
11187 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11188
11189         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11190         scan latest NoCeM messages instead of old ones.
11191         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11192         delimiters that are recently used.
11193         (gnus-nocem-load-cache): Add autoload cookie.
11194
11195         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11196
11197         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11198         level which is larger than gnus-use-nocem is specified.
11199
11200         * gnus-group.el (gnus-group-get-new-news): Ditto.
11201
11202 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11203
11204         * gnus-util.el (gnus-tool-bar-update): New function.
11205
11206         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11207         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11208
11209         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11210
11211         * gnus-group.el (gnus-group-redraw-when-idle)
11212         (gnus-group-redraw-check): Remove.
11213         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11214
11215 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11216
11217         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11218         if optional last element is specified in splits (FIELD VALUE...).
11219
11220 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11221
11222         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11223         to gmm-image-load-path-for-library.  Call with no-error argument.
11224         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11225
11226         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11227
11228         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11229
11230         * gmm-utils.el (gmm-image-load-path): Remove alias.
11231
11232 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11233
11234         * gmm-utils.el (gmm-image-load-path): Add alias.
11235
11236         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11237         nnml-generate-nov-databases-1.
11238         (nnml-generate-nov-databases): Use it.
11239         (nnml-generate-nov-databases-directory): Document no-active
11240         argument.
11241
11242         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11243         directory if path is t.  Add no-error.
11244
11245         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11246         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11247
11248         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11249         resetting gnus-article-browse-html-temp-list.
11250
11251         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11252         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11253         Add example to docstring.  Rename local variables.  Move error
11254         checks to default case in cond and simplify.
11255
11256 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11257
11258         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11259         handle is multipart when calling it recursively.
11260         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11261
11262 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11263
11264         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11265         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11266
11267 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11270         is loaded.
11271
11272         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11273         loaded.
11274
11275 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11276
11277         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11278         to "Emacs 23 (unicode)" in doc string.
11279
11280         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11281         "Emacs 23 (unicode)" in comment.
11282
11283 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11284
11285         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11286
11287         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11288         characters 160 through 255 in Emacs 23.
11289
11290 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11291
11292         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11293         gnus-article-browse-html-temp.
11294         (gnus-article-browse-delete-temp): Make it customizable.  Add
11295         `file'.  Adjust doc string.
11296         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11297         query for each file.  Adjust doc string.
11298         (gnus-article-browse-html-parts): Add
11299         `gnus-article-browse-delete-temp-files' to
11300         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11301
11302 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11303
11304         * gnus-art.el (gnus-article-browse-html-temp)
11305         (gnus-article-browse-delete-temp): New variables.
11306         (gnus-article-browse-delete-temp-files): New function.
11307         (gnus-article-browse-html-parts): Use it.
11308
11309 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11310
11311         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11312
11313         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11314         string.
11315
11316         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11317         gnus-summary-insert-new-articles when unplugged.  Remove
11318         gnus-summary-search-article-forward.
11319
11320         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11321         display-visual-class instead of display-color-cells.
11322
11323 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11324
11325         * dgnushack.el: Autoload customize-group for XEmacs.
11326
11327         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11328         message/* containing non-ASCII text properly.
11329
11330 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * message.el: Require gmm-utils, remove autoloads.
11333         (message-tool-bar): Set default based on
11334         gmm-tool-bar-style.
11335         (message-tool-bar-gnome): Add gmm-customize-mode.
11336
11337         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11338         gmm-tool-bar-style.
11339         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11340
11341         * gnus-group.el (gnus-group-tool-bar): Set default based on
11342         gmm-tool-bar-style.
11343         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11344
11345         * gmm-utils.el (gmm-image-directory): Rename variable from
11346         gmm-image-load-path.
11347         (gmm-image-load-path): Use gmm-image-directory.
11348         (gmm-customize-mode): New function.
11349         (gmm-tool-bar-style): New variable.
11350
11351         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11352         gnus-group-redraw-line-number.
11353         (gnus-group-redraw-check): Simplify.
11354         (gnus-group-tool-bar-update): Remove redraw check.
11355         (gnus-group-make-tool-bar): Add redraw check.
11356
11357 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11358
11359         * gnus-art.el (gnus-button): Add missing parentheses.
11360
11361 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11362
11363         * lpath.el: Fbind line-number-at-pos.
11364
11365 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11366
11367         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11368
11369 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11370
11371         * gnus-art.el (gnus-button): New face.
11372         (gnus-article-button-face): Use it.
11373
11374         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11375         gnus-summary-next-page.  Re-order.
11376
11377         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11378         next-node are now included.
11379         (gnus-group-redraw-line-number): New internal variable.
11380         (gnus-group-redraw-check): Helper function for updating the tool
11381         bar.
11382         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11383
11384         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11385
11386         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11387         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11388         Use it to match format of Spamassassin 3.0 and later.  Reported by
11389         IRIE Tetsuya <irie@t.email.ne.jp>.
11390         (spam-check-bogofilter)
11391         (spam-bogofilter-register-with-bogofilter): Fix args of
11392         `gnus-error' calls.
11393
11394 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11395
11396         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11397         unnecessary interaction when sending queued mails.  Reported by
11398         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11399
11400 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11403         first or last are nil.
11404
11405 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11406
11407         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11408
11409 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11410
11411         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11412
11413 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11414
11415         * dns.el (query-dns): Protect more against buggy tcp output.
11416
11417 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11418
11419         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11420         nov.php.
11421
11422 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11423
11424         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11425         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11426         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11427         output on the server side.
11428         (nnweb-google-create-mapping): Update regexps and add some
11429         progress indication.
11430
11431 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11432
11433         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11434         gnus-agent-toggle-plugged.  Re-order icons.
11435         (gnus-group-tool-bar-gnome): Add
11436         gnus-group-{prev,next}-unread-group.
11437         (gnus-group-tool-bar-gnome): Re-order icons.
11438
11439         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11440         gnus-summary-insert-new-articles.
11441
11442         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11443         comments.
11444
11445         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11446         also available in Emacs 21.3.
11447
11448         * message.el (message-fix-before-sending): Change "Emacs 22" to
11449         "Emacs 23 (unicode)" in comment.
11450
11451         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11452         "Emacs 23 (unicode)" in comment.
11453
11454         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11455         comment.
11456         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11457
11458         * mm-view.el (mm-fill-flowed): Add :version.
11459
11460 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11461
11462         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11463         and load-path.
11464
11465 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11466
11467         * message.el: Autoload gmm-image-load-path.
11468         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11469         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11470         consitency.
11471
11472         * gmm-utils.el (gmm-image-load-path): Also search in
11473         "../etc/images".  Don't set gmm-image-load-path if we don't find
11474         the image.
11475
11476 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11477
11478         * gmm-utils.el (gmm-image-load-path): Don't make
11479         `gmm-image-load-path' include subdirectories which the second arg
11480         `image' might specify.
11481
11482         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11483         subdirectory to icon file names.
11484
11485         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11486
11487 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11488
11489         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11490         gmm-image-load-path calls.
11491
11492         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11493
11494         * message.el (message-make-tool-bar): Ditto.
11495
11496         * mml.el (mml-preview): Added comment concerning tool bar icons.
11497
11498         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11499         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11500
11501         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11502         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11503
11504         * message.el (message-tool-bar-gnome): Use new icon names.
11505         (message-make-tool-bar): Use `gmm-image-load-path'.
11506
11507         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11508         functions from MH-E.
11509         (gmm-image-load-path): New variable from MH-E.
11510         (gmm-image-load-path): New function from MH-E.  Added arguments
11511         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11512         *-image-load-path-called-flag.
11513
11514 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11515
11516         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11517
11518 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11519
11520         * nnimap.el (nnimap-request-move-article): Change folder back to
11521         source group before deleting.
11522
11523 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11524
11525         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11526
11527         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11528         mm-url.
11529
11530         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11531
11532 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11533
11534         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11535         coding system which mm-charset-to-coding-system returns for a
11536         given charset is valid.
11537
11538 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11539
11540         * html2text.el (html2text-remove-tag-list):
11541         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11542
11543 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11544
11545         * gnus-cus.el: Revert 2005-10-17 change.
11546
11547 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11548
11549         * gnus-art.el (article-strip-banner): Call
11550         article-really-strip-banner only when the regexp match is made.
11551
11552 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11553
11554         * gnus-art.el (article-strip-banner): Use
11555         gnus-extract-address-components instead of
11556         mail-header-parse-addresses to make it work with non-ASCII text;
11557         remove mail-encode-encoded-word-string.
11558
11559         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11560         values which are surrounded with \"...\"; make it never cause a
11561         Lisp error; give up parsing of parameters if it failed in
11562         extracting type.
11563
11564 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11565
11566         * smime.el (smime-cert-by-ldap-1): Fix bug where
11567         `smime-ldap-search' returns results without userCertificates.
11568
11569 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11570
11571         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11572
11573 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11574
11575         * spam.el (spam-check-spamassassin-headers): Adapt format for
11576         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11577         <ari@mbf.ocn.ne.jp>.
11578         (spam-list-of-processors): Add spam-use-gmane.
11579
11580 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11581
11582         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11583         make-temp-file; make it work with XEmacs as well.
11584
11585         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11586         mm-make-temp-file.
11587
11588         * mm-decode.el (mm-display-external): Use the 3rd arg of
11589         mm-make-temp-file.
11590         (mm-create-image-xemacs): Ditto.
11591
11592 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11593
11594         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11595         with message-narrow-to-headers.
11596         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11597         (gnus-draft-check-draft-articles): New function.
11598         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11599
11600 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11601
11602         * gnus-art.el (gnus-article-browse-html-parts):
11603         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11604         Don't use suffix argument for mm-make-temp-file for Emacs 21
11605         compatibility.  Remove useless `format'.
11606
11607 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11608
11609         * nnweb.el (nnweb-google-wash-article): Update regexps.
11610         (nnweb-group-alist): Use defvoo instead of defvar.
11611
11612 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11613
11614         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11615         re-loading nn* modules.
11616
11617 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11618
11619         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11620         for `tool-bar-mode' and don't check it's default-value.
11621
11622         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11623
11624         * message.el (message-make-tool-bar): Ditto.
11625
11626         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11627         `substring'.  Shorten tmp-file name.
11628
11629         * gnus.el: Remove bogus comment.
11630
11631 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11632
11633         * gnus-art.el (gnus-article-browse-html-parts): New function.
11634         (gnus-article-browse-html-article): New function for viewing html
11635         articles with a browser.
11636
11637 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11638
11639         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11640         in elisp.
11641         (pgg-gpg-encrypt-symmetric-region): Ditto.
11642         (pgg-gpg-sign-region): Ditto.
11643
11644         * pgg-def.el (pgg-text-mode): New variable.
11645
11646         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11647         (mml2015-pgg-encrypt): Ditto.
11648
11649         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11650         (mml1991-pgg-encrypt): Ditto.
11651
11652 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11653
11654         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11655         message-make-date instead of current-time-string.
11656
11657         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11658         to gnus-decoded which mm-uu might set.
11659
11660 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11661
11662         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11663         don't decode quoted parameters; remove misimported Emacs code.
11664         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11665         (rfc2231-decode-encoded-string): Don't use split-string which
11666         behaves differently according to Emacs version; use
11667         mm-decode-coding-region to convert charset to coding-system.
11668         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11669         (rfc2231-encode-string): Remove misimported Emacs code.
11670
11671 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11672
11673         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11674         when calling mail-header-parse-content-type.
11675         (article-de-quoted-unreadable): Ditto.
11676         (article-de-base64-unreadable): Ditto.
11677         (article-wash-html): Ditto.
11678
11679         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11680         calling mail-header-parse-content-type and
11681         mail-header-parse-content-disposition.
11682         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11683         mail-header-parse-content-type.
11684
11685         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11686         insert charset and format parameters; encode description after
11687         inserting it to buffer.
11688         (mml-insert-parameter): Fold lines properly even if a parameter is
11689         segmented into two or more lines; change the max column to 76.
11690
11691         * rfc1843.el (rfc1843-decode-article-body): Don't use
11692         ignore-errors when calling mail-header-parse-content-type.
11693
11694         * rfc2231.el (rfc2231-parse-string): Return at least type if
11695         possible; don't cause an error even if it fails in parsing of
11696         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11697         (rfc2231-encode-string): Don't break lines at the beginning, leave
11698         it to mml-insert-parameter.
11699
11700         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11701         calling mail-header-parse-content-type.
11702
11703 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11704
11705         * spam-report.el (spam-report-gmane-use-article-number):
11706         Improve doc string.
11707         (spam-report-gmane-internal): Check if a suitable header was found
11708         in the article.
11709
11710 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11711
11712         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11713         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11714
11715 2006-02-05  Romain Francoise  <romain@orebokech.com>
11716
11717         Update copyright notices of all files in the gnus directory.
11718
11719 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11720
11721         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11722
11723 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11726         segmented lines of parameter value to cope with Thunderbird 1.5
11727         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11728         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11729         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11730
11731 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11732
11733         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11734         parts.
11735
11736 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11737
11738         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11739         there's only one active file for all servers.
11740         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11741         solid groups.  Gnus might have used a FAST request to select the group.
11742         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11743         and nnweb-search redundantly in the active file.
11744         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11745         (nnweb-request-create-group): Don't use ARGS.
11746         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11747         initialisations.  Let nnoo do the work.
11748
11749 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11750
11751         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11752         Say the part has been decoded.
11753
11754         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11755
11756 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11757
11758         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11759         mailcap-viewer-test-cache when there's no 'test clause, since that
11760         will invert the meaning of a "nil" test previously determined by
11761         mailcap-mailcap-entry-passes-test.
11762
11763 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11764
11765         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11766         compiling.
11767
11768         * gnus-sum.el: Ditto.
11769
11770         * message.el: Don't bind tool-bar-map when compiling.
11771
11772 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11773
11774         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11775
11776 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11777
11778         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11779         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11780         current Google Groups.
11781
11782 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11785         and tool-bar-mode.
11786
11787         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11788         and tool-bar-mode.
11789
11790         * message.el (message-tool-bar-update): Simplify.
11791         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11792
11793         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11794         gnus-summary-buffer.
11795         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11796         gnus-summary-reply.
11797
11798         * gmm-utils.el (gmm): Add :version.
11799
11800 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11801
11802         * Makefile.in (clean): New rule.
11803         (distclean): Use it.
11804
11805 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11806
11807         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11808         autoload.
11809
11810 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * gmm-utils.el (gmm-verbose): Add :group.
11813
11814 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * message.el: Change some comments WRT tool-bars.
11817
11818         * gnus-sum.el (gnus-summary-tool-bar)
11819         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11820         (gnus-summary-tool-bar-zap-list): New variables.
11821         (gnus-summary-make-tool-bar): Complete rewrite using
11822         `gmm-tool-bar-from-list'.
11823
11824         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11825         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11826         variables.
11827         (gnus-group-make-tool-bar): Complete rewrite using
11828         `gmm-tool-bar-from-list'.
11829         (gnus-group-tool-bar-update): New function.
11830
11831         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11832
11833 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11836         is dissected into a single part of which the type is the same as
11837         the given one; decode charset.
11838
11839 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11840
11841         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11842         into alists as symbol not string, since that's what
11843         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11844         look for.
11845
11846 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11847
11848         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11849         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11850
11851         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11852
11853 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11854
11855         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11856         (gnus-xmas-mime-security-button-menu): New function.
11857
11858         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11859         (gnus-mime-security-button-menu): New definition.
11860         (gnus-mime-security-button-map): Use them.
11861         (gnus-mime-security-button-menu): New function.
11862         (gnus-insert-mime-security-button): Addition to help echo.
11863         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11864         (gnus-mime-security-pipe-part): New functions.
11865
11866         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11867         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11868
11869         * mm-decode.el (mm-handle-set-disposition): Remove.
11870         (mm-handle-set-description): Remove.
11871
11872 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11873
11874         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11875         (mm-w3m-standalone-supports-m17n-p): New function.
11876         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11877         w3m usage.
11878
11879         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11880         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11881
11882 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11883
11884         * message.el (message-tool-bar-zap-list): Use
11885         gmm-tool-bar-zap-list as custom type.
11886         (message-tool-bar-update): New function.
11887         (message-tool-bar, message-tool-bar-gnome)
11888         (message-tool-bar-retro): Add message-tool-bar-update.
11889         (message-tool-bar-gnome): Add flyspell-buffer.
11890
11891         * gnus-util.el (gnus-error): Describe `args'.
11892
11893         * gmm-utils.el (gmm-error): Describe `args'.
11894         (gmm-tool-bar-zap-list): New widget.
11895         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11896
11897 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11898
11899         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11900         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11901         the number of recursive calls.
11902
11903         * mm-decode.el (mm-handle-set-disposition): New macro.
11904         (mm-handle-set-description): New macro.
11905
11906 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11907
11908         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11909         encoding.
11910
11911 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11912
11913         * message.el (message-tool-bar-zap-list, message-tool-bar)
11914         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11915         (message-tool-bar-local-item-from-menu): Remove.
11916         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11917         (message-make-tool-bar): New function.
11918         (message-mode): Use `message-make-tool-bar'.
11919
11920         * gmm-utils.el: New file.
11921         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11922         (gmm-lazy): New widget copied from `nnmail.el'.
11923         (gmm-tool-bar-from-list): New function for creating customizable
11924         tool bars.
11925         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11926         output.
11927         (gmm): Add :prefix to defgroup.
11928
11929 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11930
11931         * gmm-utils.el (gmm-widget-p): New function.
11932
11933 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11934
11935         * mml.el (mml-attach-file): Describe `description' in doc string.
11936         (mml-menu): Add Emacs MIME manual and PGG manual.
11937
11938 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11939
11940         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11941
11942 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11943
11944         * nntp.el (nntp-end-of-line): Doc fix.
11945
11946 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11947
11948         * imap.el (imap-open): Handle case where buffer is a buffer
11949         object.
11950
11951 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11952
11953         * gnus-delay.el (gnus-delay): Don't autoload.
11954         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11955         to be re-loaded when customizing the `gnus-delay' group.
11956
11957 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11958
11959         * message.el (message-insert-citation-line): Use newlines.
11960
11961 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11962
11963         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11964         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11965         these routines, so the passphrase can be managed externally and
11966         passed in to the system.
11967         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11968         pgg-add-passphrase-to-cache function.
11969
11970         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11971         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11972         these routines, so the passphrase can be managed externally and
11973         passed in to the system.
11974         (pgg-pgp5-sign-region): Use new name of
11975         pgg-add-passphrase-to-cache function.
11976
11977 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11978
11979         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11980         part of the decoded armor to find the key-identifier.
11981         (pgg-gpg-lookup-key-owner): New function to return the
11982         human-readable identifier of a key owner.
11983         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11984         itself.
11985         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11986         the key value) if we have a key and can match it against a secret
11987         key.  Also, added a note pointing out fact that the prompt only
11988         indicates the first matching key.
11989
11990         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11991         pgg-decrypt-region.
11992         (pgg-add-passphrase-to-cache): Rename from
11993         `pgg-add-passphrase-cache' to reduce confusion (all callers
11994         changed).
11995         (pgg-remove-passphrase-from-cache): Rename from
11996         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11997         changed).
11998         (pgg-read-passphrase, pgg-add-passphrase-cache)
11999         (pgg-remove-passphrase-cache): Add informative docstrings.
12000         (pgg-decrypt): Convey provided passphrase in subordinate call to
12001         pgg-decrypt-region.
12002
12003 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12004
12005         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12006         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12007         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12008         'passphrase' argument, so the passphrase can be managed externally
12009         and then passed in to the system.
12010
12011         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12012         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12013         so the passphrase cache can be used reliably with identifiers
12014         besides a pgp packet's key id.
12015
12016         * pgg-gpg.el (pgg-gpg-encrypt-region)
12017         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12018         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12019         these routines, so the passphrase can be managed externally and
12020         passed in to the system.
12021
12022         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12023         'notruncate' argument, so the passphrase cache can be used
12024         reliably with identifiers besides a pgp packet's key id.
12025
12026 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12027
12028         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12029         symmetric encryption.
12030         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12031         encrypted session key.
12032         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12033         message ask for the passphrase in a proper way.
12034
12035         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12036         New user commands for symmetric encryption.
12037
12038 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12039
12040         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12041
12042         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12043
12044 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12045
12046         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12047
12048 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * mm-decode.el (mm-inlined-types): Add application/pgp.
12051         (mm-automatic-display): Ditto.
12052
12053         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12054         part as text.
12055
12056 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * nnrss.el: Update copyright.
12059         (nnrss-opml-import): Query whether to subscribe to each entry.
12060
12061         * gnus-art.el:
12062         * gnus-sum.el:
12063         * gnus-xmas.el:
12064         * messagexmas.el:
12065         * mm-uu.el:
12066         * mm-view.el: Update copyright.
12067
12068 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12069
12070         * message.el (message-info): New function.
12071         (message-mode-menu): Add it.
12072         Update copyright.
12073
12074         * ChangeLog: Fix and update copyright.
12075
12076 2006-01-13  Romain Francoise  <romain@orebokech.com>
12077
12078         * message.el (message-forward-subject-name-subject): Prefer the
12079         address to 'nowhere' if the sender has no name.
12080         Fix typo.  Update copyright year.
12081
12082 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12083
12084         * gnus-art.el (article-wash-html): Use
12085         gnus-summary-show-article-charset-alist if a numeric arg is given.
12086         (gnus-article-wash-html-with-w3m-standalone): New function.
12087
12088         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12089         mm-inline-text-html-render-with-w3m-standalone.
12090         (mm-text-html-washer-alist): Map w3m-standalone to
12091         gnus-article-wash-html-with-w3m-standalone.
12092         (mm-inline-text-html-render-with-w3m-standalone): New function.
12093
12094 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12097         Improve LaTeX.
12098
12099 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12100
12101         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12102         (nnrss-request-article): Render text/plain parts as HTML.
12103
12104         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12105         the buffer.
12106
12107 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12108
12109         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12110         custom definition of `gnus-posting-styles'.
12111
12112         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12113         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12114
12115 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12116
12117         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12118         Use nntp for bug archive.
12119
12120 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12121
12122         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12123         parts.
12124         (nnrss-normalize-date): New function converts ISO 8601 date into
12125         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12126         (nnrss-check-group): Use it.
12127
12128 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12129
12130         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12131
12132         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12133         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12134         (nnrss-insert-w3): Ditto.
12135
12136 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12137
12138         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12139         the articles to be forwarded including the case where neither a
12140         number of articles nor a region is specified.
12141
12142 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * nnrss.el (nnrss-request-article): Fix last change; fill
12145         text/plain parts.
12146
12147 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12148
12149         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12150         in text/plain part.
12151         (nnrss-check-group): Don't add excessive newline to dc:subject.
12152
12153 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12154
12155         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12156         article.
12157
12158 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12159
12160         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12161         (nnml-use-compressed-files, nnml-save-mail): Support other
12162         comression programs such as bzip2.
12163
12164 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12165
12166         * dns.el (query-dns): Make sure we check the buffer size before
12167         removing tcp headers.
12168
12169 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12170
12171         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12172         remove MIME buttons associated with multipart/alternative parts.
12173         (gnus-mime-display-alternative): Tag buttons using `article-type'
12174         text property.
12175
12176         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12177         associated with multipart/alternative parts.
12178
12179         * gnus-art.el (gnus-signature-separator): Fix custom type.
12180
12181         * mm-decode.el (mm-inlined-types): Fix custom type.
12182         (mm-keep-viewer-alive-types): Ditto.
12183         (mm-automatic-display): Ditto.
12184         (mm-attachment-override-types): Ditto.
12185         (mm-inline-override-types): Ditto.
12186         (mm-automatic-external-display): Ditto.
12187
12188 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12189
12190         * spam-report.el (spam-report-user-mail-address)
12191         (spam-report-user-agent): New variables.
12192         (spam-report-url-ping-plain): Use spam-report-user-agent.
12193
12194 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12195
12196         * gnus-art.el (gnus-button-handle-custom): Do not just use
12197         `customize-apropos' for any "M-x customize-*" button but the
12198         function called for.  Accept both the function name and its
12199         argument in order to achieve this.
12200         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12201         function name to `gnus-button-handle-custom' in case of "M-x
12202         customize-*" buttons.
12203
12204 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12205
12206         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12207         multipart/alternative and add xref to mm-discouraged-alternatives
12208         in doc string.
12209
12210         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12211         gnus-buttonized-mime-types in doc string.
12212
12213 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12214
12215         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12216         Suggest image/.* in the doc string.
12217
12218 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12219
12220         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12221         message-marks (Debian bug #342521).
12222
12223 2005-12-12  Simon Josefsson  <jas@extundo.com>
12224
12225         * password.el (password-read-from-cache): Add.
12226         (password-read): Use it.
12227
12228 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12229
12230         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12231         us-ascii as a MIME charset.
12232
12233         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12234         against the case where the 2nd arg TYPE is nil.
12235
12236 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12237
12238         * pop3.el (pop3-stream-type): Fix custom version.
12239
12240         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12241
12242 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12243
12244         * mm-decode.el (mm-display-external): Add missing cdr.
12245
12246 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12247
12248         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12249         RFC1524) if it is in mailcap or add a suffix according to
12250         mailcap-mime-extensions when generating a temp filename; postpone
12251         deleting a temp file for 2 seconds for some wrappers, shell
12252         scripts, and so on, which might exit right after having started a
12253         viewer command as a background job.
12254
12255 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12256
12257         * nntp.el (nntp-marks-directory): Fix custom group.
12258
12259         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12260         steps when < 10.
12261
12262         * gnus-start.el (gnus-no-server-1): Mention
12263         `gnus-level-default-subscribed' in doc string.
12264
12265 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12266
12267         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12268         parens.
12269
12270 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12271
12272         * gnus-xmas.el (gnus-use-toolbar): Revert.
12273         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12274         gnus-use-toolbar is default.
12275
12276         * messagexmas.el (message-use-toolbar): Revert.
12277         (message-setup-toolbar): Use global default-toolbar if
12278         message-use-toolbar is default.
12279
12280 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12283         according to default-toolbar-visible-p.
12284
12285         * messagexmas.el (message-use-toolbar): Ditto.
12286
12287 2005-11-26  Dave Love  <fx@gnu.org>
12288
12289         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12290         (tls-program, tls-success): Provide openssl alternative.
12291
12292         * starttls.el: Doc fixes.
12293         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12294         SERVICE to PORT.
12295
12296         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12297         port null or service name.
12298         (starttls-negotiate): Autoload.
12299
12300 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12301
12302         * message.el (message-kill-to-signature): Fix interactive spec.
12303
12304 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12305
12306         * pop3.el (pop3-open-server): Recognize a string as a service name.
12307
12308 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12309
12310         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12311
12312 2005-11-23  Dave Love  <fx@gnu.org>
12313
12314         Add pop3s, pop3/starttls.
12315
12316         * pop3.el (pop3-authentication-scheme): Clarify doc.
12317         (open-tls-stream, starttls-open-stream): Autoload.
12318         (pop3-stream-type): New.
12319         (pop3-open-server): Use it.
12320
12321         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12322         for POP.
12323         (mail-source-keyword-map): Add :stream for POP.
12324         (mail-source-fetch-pop): Use pop3-stream-type.
12325
12326 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12327
12328         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12329         of current-time-string.
12330
12331 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12332
12333         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12334         date header.
12335
12336 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12337
12338         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12339         it can seriously impact performance as it bypasses the agent's
12340         local caches.
12341
12342 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12343
12344         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12345         must be explicitly online rather than "not explicitly offline" for
12346         its flags to be synchronized.
12347
12348         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12349         that gnus-uu-unmark-thread will function correctly.
12350
12351         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12352         1024K is instead displayed as 1M.
12353
12354 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12355
12356         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12357
12358 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12359
12360         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12361
12362 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12363
12364         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12365         error message to display actual error condition.
12366         (gnus-agent-save-local): Avoid saving symbols that are bound to
12367         nil as they simply result in a warning message in
12368         gnus-agent-read-local.
12369
12370 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12371
12372         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12373         rather than make-variable-buffer-local for file-precious-flag.
12374
12375 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12376
12377         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12378         for duplicates which are removed.  The invalid sort check then
12379         triggers a rescan after the sort as sorting may have moved
12380         duplicate entries such that they can be cheaply detected.
12381
12382 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12383
12384         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12385
12386 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12387
12388         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12389         internal variable to a custom variable.  Changed default value
12390         from compressed(2) to uncompressed(1).
12391         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12392         support for uncompressed agentview files.  Taken together, reading
12393         the agentview file should now be 6-7 times faster.
12394
12395 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12396
12397         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12398         as a buffer-local variable.  This avoids creating truncated
12399         dribble files as a result of a hang up, eg.
12400
12401 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12402
12403         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12404         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12405         XEmacs.
12406
12407 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12408
12409         * gnus-start.el (gnus-start-draft-setup): Enforce
12410         `gnus-draft-mode' for nndraft:drafts at startup.
12411
12412         * gnus.el (gnus-splash): Change custom group.
12413         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12414         allow-list argument.
12415
12416         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12417         string.
12418
12419 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12420
12421         * gnus-art.el (gnus-default-article-saver): Add user-defined
12422         `function' to custom type.
12423
12424 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12425
12426         * imap.el (imap-open): Handle case where buffer is a buffer
12427         object.
12428
12429 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12432         long lines.
12433         (gnus-cache-delete-group): Wrap doc strings.
12434
12435         * gnus-agent.el (gnus-agent-rename-group)
12436         (gnus-agent-delete-group): Wrap doc strings.
12437
12438 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12439
12440         * messagexmas.el (message-use-toolbar): Change the valid values
12441         into default, top, bottom, left, and right.
12442         (message-toolbar-thickness): New variable.
12443         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12444         well.
12445         (message-setup-toolbar): Make it work.
12446
12447         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12448         (gnus-use-toolbar): Change the valid values into default, top,
12449         bottom, left, and right.
12450         (gnus-toolbar-thickness): New variable.
12451         (gnus-xmas-setup-toolbar): New function.
12452         (gnus-xmas-setup-group-toolbar): Use it.
12453         (gnus-xmas-setup-summary-toolbar): Use it.
12454
12455 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12456
12457         * gnus-start.el (gnus-1): Add "native" to
12458         gnus-predefined-server-alist.
12459
12460         * gnus.el (gnus-method-to-server): Don't add "native" to the
12461         lists here, because that leads to problems when
12462         gnus-select-method is bound.
12463
12464 2005-11-09  Simon Josefsson  <jas@extundo.com>
12465
12466         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12467         use (not sort-by-date) instead.
12468
12469 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12470
12471         * gnus-delay.el (gnus-delay-group): Don't autoload.
12472         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12473         to be re-loaded when customizing the `gnus-delay' group.
12474
12475 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12476
12477         * message.el: Revert last changes.
12478         (message-insert-citation-line): Use newlines.
12479
12480 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12481
12482         * message.el (message-courtesy-message)
12483         (message-mark-insert-begin, message-mark-insert-end)
12484         (message-elide-ellipsis, message-cancel-message)
12485         (message-add-header, message-change-subject)
12486         (message-cross-post-followup-to-header)
12487         (message-cross-post-insert-note, message-reduce-to-to-cc)
12488         (message-widen-reply, message-delete-not-region)
12489         (message-kill-to-signature, message-insert-signature)
12490         (message-insert-importance-high, message-insert-importance-low)
12491         (message-insert-or-toggle-importance)
12492         (message-insert-disposition-notification-to)
12493         (message-indent-citation, message-yank-original)
12494         (message-cite-original-without-signature, message-cite-original)
12495         (message-insert-citation-line, message-position-on-field)
12496         (message-fix-before-sending, message-send-mail-partially)
12497         (message-send-mail, message-send-mail-with-sendmail)
12498         (message-send-mail-with-qmail, message-send-news)
12499         (message-check-news-header-syntax, message-generate-headers)
12500         (message-insert-courtesy-copy, message-fill-address)
12501         (message-fill-header, message-shorten-references)
12502         (message-setup-1, message-cancel-news)
12503         (message-forward-make-body-plain, message-forward-make-body-mime)
12504         (message-forward-make-body-mml, message-encode-message-body)
12505         (message-forward-make-body-digest-plain)
12506         (message-forward-make-body-digest-mime)
12507         (message-use-alternative-email-as-from): Insert `hard-newline'
12508         instead of ordinary newlines.
12509
12510 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12511
12512         * message.el (message-generate-headers): Downcase the argument
12513         given to message-check-element.
12514
12515 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12516
12517         * nntp.el (nntp-authinfo-rejected): New error condition.
12518         (nntp-wait-for): Use new error condition to signal authentication
12519         error.
12520         (nntp-retrieve-data): Rethrow new error condition to break out of
12521         recursive call to nntp-send-authinfo.
12522
12523 2005-11-08  Romain Francoise  <romain@orebokech.com>
12524
12525         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12526         (gnus-summary-exit-map): Bind to `Z p'.
12527         (gnus-summary-make-menu-bar): Add menu item.
12528
12529 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12530
12531         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12532         (gnus-treat-*): Add `first' in all doc strings.
12533
12534         * gnus-group.el (gnus-group-compact-group): Fix typo.
12535
12536 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12537
12538         * gnus.el (gnus-parameters-case-fold-search): New variable.
12539         (gnus-parameters-get-parameter): Use it.
12540
12541         * gnus-score.el (gnus-home-score-file): Doc fix.
12542
12543 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12544
12545         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12546
12547 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12548
12549         * mm-util.el (mm-special-display-p): New function.
12550
12551         * mml.el (mml-preview): Use it; doc fix.
12552
12553 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12554
12555         * imap.el (imap-open): Handle case where buffer is a buffer object.
12556
12557 2005-10-29  Romain Francoise  <romain@orebokech.com>
12558
12559         * message.el (message-fix-before-sending): Fix comment.
12560
12561 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12562
12563         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12564
12565 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12566
12567         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12568         Used in gnus-score.el.
12569
12570 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12571
12572         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12573
12574 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12575
12576         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12577         whitespace removed in revision 7.8.  Use concatenated string to
12578         protect trailing whitespace.
12579
12580 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12581
12582         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12583         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12584         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12585         Courier IMAP ("some version from 2004").  Mostly based on similar
12586         code in the same function.
12587
12588 2005-10-26  Didier Verna  <didier@xemacs.org>
12589
12590         * gnus-group.el (gnus-group-compact-group): Invalidate original
12591         article buffer.
12592         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12593         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12594         NOV database and in article itself.
12595         Invalidate article backlog.
12596
12597 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12600
12601 2005-10-26  Simon Josefsson  <jas@extundo.com>
12602
12603         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12604         part of 2004-07-25 change.
12605
12606 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12607
12608         * message.el (message-display-completion-list): New function.
12609         (message-expand-group): Use it; make sure the Completions buffer
12610         is modifiable.
12611 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12612
12613         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12614         user-mail-name is an empty string.
12615
12616 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12617
12618         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12619         depending on gnus-score-decay-constant.
12620
12621         * encrypt.el (encrypt-insert-file-contents)
12622         (encrypt-write-file-contents): Don't use `gnus-message'.
12623
12624         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12625         arguments.
12626         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12627         arguments to mm-uu-verbatim-marks-extract.
12628         (mm-uu-hide-markers): New variable.
12629         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12630
12631         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12632         (gnus-convert-image-to-face-command): Use "convert" by default to
12633         allow other input image formats.
12634         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12635         accordingly.
12636
12637 2005-10-23  Simon Josefsson  <jas@extundo.com>
12638
12639         * imap.el (imap-gssapi-program): Align command line parameters
12640         with latest GNU SASL.
12641         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12642
12643 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12644
12645         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12646         HTML.
12647         (nnslashdot-request-article): Ditto.
12648
12649         * lpath.el (featurep): Add nobreak-char-display.
12650
12651 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12652
12653         * mail-source.el (mail-source-fetch-pop): Require pop3.
12654         (mail-source-check-pop): Ditto.
12655
12656 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12659         errors.
12660
12661 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12662
12663         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12664         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12665
12666         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12667
12668         * mm-bodies.el (mm-decode-string): Call
12669         `mm-charset-to-coding-system' with allow-override argument.
12670
12671 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12672
12673         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12674         (rfc2047-charset-to-coding-system): New function.
12675         (rfc2047-decode-encoded-words): New function.
12676         (rfc2047-decode-region): Use them.
12677         (rfc2047-decode-cte): Remove.
12678         (rfc2047-parse-and-decode): Remove.
12679         (rfc2047-decode): Remove.
12680
12681 2005-10-15  Kenichi Handa  <handa@m17n.org>
12682
12683         * rfc2047.el (rfc2047-decode-cte): New function.
12684         (rfc2047-decode-region): Change the way to decode successive
12685         encoded-words: decode B- or Q-encoding in each encoded-word,
12686         concatenate them, and decode it as charset.
12687
12688 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12689
12690         * lpath.el: Fbind codepage-setup for XEmacs.
12691
12692 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12693
12694         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12695         widget-move-and-invoke.
12696         (gnus-custom-mode): Use gnus-custom-map.
12697
12698 2005-10-15  Bill Wohler  <wohler@newt.com>
12699
12700         * message.el (message-tool-bar-map): Renamed image file from
12701         mail_send to mail/send.
12702
12703 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12704
12705         * message.el (message-expand-group): Pass the common
12706         prefix substring of completion to `display-completion-list'.
12707
12708 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12709
12710         * mml-sec.el (mml-secure-method): New internal variable.
12711         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12712         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12713         functions using mml-secure-method.
12714
12715         * mml.el (mml-mode-map): Add key bindings for those functions.
12716         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12717         Harder <harder@myrealbox.com>.
12718         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12719         end of message if point is the headers of the message.
12720
12721         * message.el (message-in-body-p): New function.
12722
12723         * assistant.el: Autoload gnus-util and netrc.
12724
12725         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12726         Use `mm-charset-override-alist' only when decoding.
12727
12728         * mm-bodies.el (mm-decode-body): Call
12729         `mm-charset-to-coding-system' with allow-override argument.
12730
12731         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12732         `filename' from Content-Disposition if Content-Type doesn't
12733         provide `name'.
12734         (gnus-mime-view-part-as-type): Set default instead of
12735         initial-input.
12736
12737 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12738
12739         * format-spec.el (format-spec): Propagate text properties of % spec.
12740
12741 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12742
12743         * gnus-art.el (gnus-treat-predicate): Add `first'.
12744
12745 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12746
12747         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12748         (mm-charset-override-alist): New variable.
12749         (mm-charset-to-coding-system): Use it.
12750         (mm-codepage-setup): New helper function.
12751         (mm-charset-eval-alist): New variable.
12752         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12753         about unknown charsets.
12754
12755         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12756
12757 2005-10-04  David Hansen  <david.hansen@gmx.net>
12758
12759         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12760         (nnrss-check-group): Ditto.
12761
12762 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12763
12764         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12765         Rename x-gnus-verbatim to x-verbatim.
12766         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12767
12768         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12769         x-verbatim.
12770
12771         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12772
12773         * gnus-util.el (gnus-remove-duplicates): Remove.
12774
12775         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12776         instead of gnus-remove-duplicates.
12777
12778         * message.el (message-remove-duplicates): Remove.
12779         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12780         message-remove-duplicates.
12781
12782         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12783         available, else use implementation from `delete-dups'.
12784
12785         * message.el (message-insert-expires): New function.
12786         (message-mode-map): Add key binding.
12787         (message-mode-field-menu): Add menu entry.
12788         (message-mode): Document it.
12789         (message-make-expires-date): Use `message-make-date'.
12790
12791 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12792
12793         * message.el (message-make-expires-date): New function.
12794
12795 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12796
12797         * Makefile.in (list-installed-shadows): New entry.
12798         (install): Use it.
12799         (remove-installed-shadows): New entry.
12800
12801         * dgnushack.el (dgnushack-default-load-path): New variable.
12802         (dgnushack-find-lisp-shadows): New function.
12803         (dgnushack-remove-lisp-shadows): New function.
12804
12805 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * Makefile.in (install-el-elc): New entry.
12808         (install): Use it so that .el files are necessarily installed.
12809
12810 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12811
12812         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12813
12814 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12815
12816         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12817         function rather than the diff-mode.el package.
12818         (mm-display-external): Use with-current-buffer.
12819         (mm-viewer-completion-map, mm-viewer-completion-map):
12820         Move initialization inside declaration.
12821
12822 2005-09-29  Simon Josefsson  <jas@extundo.com>
12823
12824         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12825         autoload mail-check-payment.
12826         (spam-check-hashcash): Define unconditionally, since hashcash.el
12827         is part of Gnus now.  Ignore errors from payment checking.
12828
12829 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12830
12831         * message.el (message-bold-region, message-unbold-region): Rename
12832         from `bold-region' and `unbold-region'.
12833
12834         * message.el: Remove useless autoloads.
12835
12836 2005-09-28  Simon Josefsson  <jas@extundo.com>
12837
12838         * message.el (message-use-idna): Default to t.
12839         (message-use-idna): Test whether encoding works too.  Doc fix.
12840
12841 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12842
12843         * nntp.el (nntp-warn-about-losing-connection): Remove.
12844
12845 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12846
12847         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12848         customizable.  Change default value.
12849         (mm-uu-diff-groups-regexp): Change default value.
12850         (mm-uu-type-alist): Add doc string.
12851         (mm-uu-configure): Add doc string.  Make it interactive.
12852         (mm-uu-tex-groups-regexp): New variable.
12853         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12854         (mm-uu-type-alist): Add LaTeX documents.
12855         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12856         of "text/verbatim".
12857         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12858
12859         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12860         instead of "text/verbatim".
12861
12862         * message.el (message-mark-inserted-region)
12863         (message-mark-insert-file): Use slrn style marks when called with
12864         prefix argument.
12865
12866 2005-09-27  Simon Josefsson  <jas@extundo.com>
12867
12868         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12869
12870 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12871
12872         * message.el (message-remove-duplicates): New function.
12873         Implementation borrowed from `gnus-remove-duplicates'.
12874         (message-idna-to-ascii-rhs): Also encode idna addresses in
12875         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12876         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12877         only ask about the same idna domain once per header and also tell
12878         in what header to replace the idna domain.
12879
12880         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12881         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12882         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12883         a header is decoded and not just the last one.
12884
12885 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12886
12887         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12888         has been decoded.
12889
12890         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12891         (mm-insert-part): Don't modify text if it has been decoded.
12892
12893         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12894         decoded.
12895
12896         * mm-view.el (mm-inline-text): Don't strip text props unless
12897         decoding enriched or richtext parts.
12898
12899 2005-09-25  Romain Francoise  <romain@orebokech.com>
12900
12901         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12902         * gnus-start.el (gnus-subscribe-interactively):
12903         * gnus-uu.el (gnus-uu-grab-articles):
12904         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12905         space.
12906
12907 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12908
12909         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12910         * mm-view.el (mm-view-pkcs7-decrypt):
12911         * gnus-sum.el (gnus-summary-limit-to-extra)
12912         (gnus-summary-respool-article, gnus-read-move-group-name):
12913         * gnus-score.el (gnus-summary-increase-score):
12914         * gnus-util.el (gnus-completing-read-with-default):
12915         * gnus-art.el (gnus-read-save-file-name)
12916         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12917         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12918         * message.el (message-check-news-header-syntax):
12919         Follow convention for reading with the minibuffer.
12920
12921 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12922
12923         * spam-report.el (spam-report-url-ping-plain):
12924         Use gnus-extended-version as User-Agent.
12925
12926         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12927         default value is nil.
12928
12929         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12930         (mm-uu-verbatim-marks-extract): New function.
12931         (mm-uu-extract): New face.
12932         (mm-uu-copy-to-buffer): Use it.
12933
12934         * spam-report.el (spam-report-gmane-ham): Renamed from
12935         `spam-report-gmane-unspam'.
12936         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12937         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12938
12939         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12940         Autoload.
12941         (spam-report-gmane-unregister-routine): Renamed
12942         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12943
12944 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12945
12946         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12947         (spam-report-gmane-unregister-routine): Add support for gmane
12948         unregistration.
12949
12950         * spam-report.el (spam-report-gmane-unspam)
12951         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12952         (spam-report-gmane): Change to take a single article and do unspam
12953         registration.
12954
12955 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12956
12957         * mm-url.el (mm-url-decode-entities): Fix regexp.
12958
12959 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12960
12961         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12962         default to nil, to be able to use Gnus at all.  If the default
12963         switches to something else, then the function should be fixed not
12964         be exceedingly slow.
12965
12966 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12967
12968         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12969         fail hard.
12970
12971         * spam-report.el: Add better Keywords line.
12972
12973         * spam.el: Add Maintainer and better Keywords line.
12974
12975 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12976
12977         * gnus-art.el (gnus-article-replace-part)
12978         (gnus-mime-replace-part): New functions.
12979         (gnus-mime-action-alist, gnus-mime-button-commands)
12980         (gnus-mime-save-part-and-strip): Added file argument.
12981         (gnus-article-part-wrapper): Added interactive argument.
12982
12983         * gnus-sum.el (gnus-summary-mime-map): Add
12984         `gnus-article-replace-part'.
12985
12986 2005-09-19  Didier Verna  <didier@xemacs.org>
12987
12988         The nnml compaction feature:
12989         * nnml.el (nnml-request-compact-group): New function.
12990         * nnml.el (nnml-request-compact): New function.
12991         * gnus-int.el (gnus-request-compact-group): New function.
12992         * gnus-int.el (gnus-request-compact): New function.
12993         * gnus-group.el (gnus-group-compact-group): New function.
12994         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12995         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12996         * gnus-srvr.el (gnus-server-compact-server): New function.
12997         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12998         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12999
13000 2005-09-18  Deepak Goel  <deego@gnufans.org>
13001
13002         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13003         format spec.
13004
13005 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13006
13007         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13008
13009 2005-09-15  Romain Francoise  <romain@orebokech.com>
13010
13011         * message.el (message-fill-paragraph): Clarify docstring.
13012
13013 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13014
13015         * gnus-art.el (gnus-mime-display-part): Protect against broken
13016         MIME messages.
13017
13018 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13019
13020         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13021         before parsing header.
13022
13023 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13024
13025         * html2text.el (html2text-replace-list): Add new entities.
13026
13027 2005-09-11  Romain Francoise  <romain@orebokech.com>
13028
13029         * message.el (message-alternative-emails): Improve docstring.
13030         (message-setup-1): Call `message-use-alternative-email-as-from'
13031         after `message-setup-hook' to give it precedence over posting
13032         styles, etc.
13033         (message-use-alternative-email-as-from): Add docstring.  Remove
13034         the original From header if present.
13035
13036         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13037         (nnml-save-mail): Use it.
13038
13039         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13040         articles.  Add new argument `silent'.
13041         (gnus-uu-mark-all): Report the total number of marked articles.
13042
13043 2005-09-10  Romain Francoise  <romain@orebokech.com>
13044
13045         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13046         (gnus-uu-mark-series): Likewise.
13047
13048 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * spam-report.el (spam-report-gmane): Fix generation of spam
13051         report URL.
13052
13053 2005-09-10  Simon Josefsson  <jas@extundo.com>
13054
13055         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13056         t, based on discussion on the ding list with Robert Epprecht
13057         <epprecht@solnet.ch>.
13058
13059 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13060
13061         * spam-report.el (spam-report-gmane): Make it work without
13062         X-Report-Spam header.  Gmane now only provides Archived-At.
13063         This is only used if `spam-report-gmane-use-article-number' is nil.
13064         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13065
13066         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13067         make `gnus-summary-sort-by-recipient' work with threading.
13068
13069         * nnweb.el (nnweb-google-wash-article): Print a message if article
13070         is not available.
13071
13072 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13073
13074         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13075         change.  Decode text/* parts content before displaying.
13076
13077 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13078
13079         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13080
13081 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13082
13083         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13084
13085         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13086         url-package-name, url-package-version,
13087         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13088         w3m-display-inline-images, and w3m-minor-mode-map.
13089
13090 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13091
13092         * message.el (message-tab-body-function): Fix mismatched custom type.
13093
13094         * gnus.el (gnus-group-change-level-function): Ditto.
13095
13096         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13097
13098         * gnus-art.el (gnus-signature-limit)
13099         (gnus-article-mime-part-function): Ditto.
13100
13101 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13102
13103         * mml.el (mml-mode): Silence the byte compiler.
13104
13105         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13106         using `(sit-for 0)' before moving the point to the specified part;
13107         skip unbuttonized parts.
13108         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13109         return to the summary window if gnus-auto-select-part is non-nil.
13110
13111 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13114         variables.
13115         (mml-dnd-attach-file, mml-mode): Use them.
13116
13117         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13118         Make fetching article by MID work again for Google Groups.  Added
13119         FIXME concerning gnus-group-make-web-group.
13120
13121         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13122         Don't depend on Gnus by using mail-extract-address-components if
13123         gnus-extract-address-components is not bound.
13124
13125 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13126
13127         * gnus-art.el (gnus-mime-display-security): Don't display the
13128         signature, but only the signed part.
13129
13130 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13131
13132         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13133
13134         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13135         list, not listp.
13136
13137 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13138
13139         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13140         when encoding.
13141
13142         * mm-bodies.el (mm-decode-content-transfer-encoding):
13143         De-canonicalize CRLF for all text content types, not just
13144         text/plain.
13145
13146 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13147
13148         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13149         valid article; point arrow and cursor at the MIME button.
13150
13151 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13152
13153         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13154         Suggested by Dan Christensen <jdc@uwo.ca>.
13155
13156         * mm-decode.el (mm-save-part): Enable change of prompt.
13157
13158 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13159
13160         * gnus-msg.el (gnus-inews-add-send-actions): Made
13161         `message-post-method' lambda parameter ARG `&optional'.
13162
13163 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * gnus-sum.el (gnus-summary-mime-map): Added
13166         gnus-article-save-part-and-strip, gnus-article-delete-part and
13167         gnus-article-jump-to-part.
13168
13169         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13170         (gnus-article-edit-part): Use it.
13171         (gnus-article-part-wrapper): Added no-handle argument.
13172         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13173         functions.
13174
13175 2005-08-29  Romain Francoise  <romain@orebokech.com>
13176
13177         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13178         docstring.
13179         (gnus-face-from-file): Likewise.
13180
13181 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13182
13183         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13184         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13185         non-nil.
13186         (gnus-auto-select-part): New variable.
13187         (gnus-article-jump-to-part): New function.
13188         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13189         (gnus-mime-delete-part): Allow selecting specified part after
13190         deleting or stripping parts.
13191         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13192         part if argument is bogus.
13193
13194 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13195
13196         * gnus-art.el (w3m-minor-mode-map):
13197         * gnus-spec.el (gnus-newsrc-file-version):
13198         * gnus-util.el (nnmail-active-file-coding-system)
13199         (gnus-original-article-buffer, gnus-user-agent):
13200         * gnus.el (gnus-ham-process-destinations)
13201         (gnus-parameter-ham-marks-alist)
13202         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13203         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13204         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13205         * mm-decode.el (gnus-current-window-configuration):
13206         * mm-extern.el (gnus-article-mime-handles):
13207         * mm-url.el (url-current-object, url-package-name)
13208         (url-package-version):
13209         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13210         (smime-keys, w3m-cid-retrieve-function-alist)
13211         (w3m-current-buffer, w3m-display-inline-images)
13212         (w3m-minor-mode-map):
13213         * mml-smime.el (gnus-extract-address-components):
13214         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13215         (gnus-newsrc-hashtb, message-default-charset)
13216         (message-deletable-headers, message-options)
13217         (message-posting-charset, message-required-mail-headers)
13218         (message-required-news-headers):
13219         * mml1991.el (mc-pgp-always-sign):
13220         * mml2015.el (mc-pgp-always-sign):
13221         * nnheader.el (nnmail-extra-headers):
13222         * rfc1843.el (gnus-decode-encoded-word-function)
13223         (gnus-decode-header-function, gnus-newsgroup-name):
13224         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13225
13226 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13227
13228         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13229         the end of the date treatments.
13230
13231 2005-08-15  Simon Josefsson  <jas@extundo.com>
13232
13233         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13234         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13235         Capello and Romain Francoise.
13236         (pgg-fetch-key-function): Removed, not used?
13237         (pgg-insert-url-with-w3): Require url, to get
13238         url-insert-file-contents regardless of where it is defined.
13239
13240 2005-08-13  Romain Francoise  <romain@orebokech.com>
13241
13242         * message.el (message-cite-original-1): New function.
13243         (message-cite-original): Use it.
13244         (message-cite-original-without-signature): Ditto.
13245
13246 2005-08-08  Romain Francoise  <romain@orebokech.com>
13247
13248         * message.el (message-yank-empty-prefix): New variable.
13249         (message-indent-citation): Use it.
13250         (message-cite-original-without-signature): Respect X-No-Archive.
13251
13252 2005-08-08  Simon Josefsson  <jas@extundo.com>
13253
13254         * pgg.el: Autoload url-insert-file-contents instead of loading
13255         w3/url.
13256         (pgg-insert-url-with-w3): Don't load url here.
13257
13258 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13259
13260         * message.el (message-kill-to-signature): Don't insert newline at
13261         bol.
13262         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13263
13264 2005-08-06  Romain Francoise  <romain@orebokech.com>
13265
13266         * message.el (message-user-fqdn): Fix typo in docstring.
13267
13268 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13269
13270         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13271
13272         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13273
13274 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13275
13276         * mm-bodies.el (mm-encode-body): Use coding system rather than
13277         charset to encode text.
13278
13279         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13280         number of charsets if utf-8 is available (XEmacs).
13281
13282 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13283
13284         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13285         taken from `gnus-button-mid-or-mail-regexp'.
13286         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13287         (gnus-button-alist): Improve regexp for domain part of the MIDs
13288         for news:localpart@domain buttons.
13289         (gnus-button-ctan-directory-regexp): Update.
13290
13291 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13292
13293         * sieve-manage.el (sieve-manage-interactive-login): Use
13294         make-local-variable rather than make-variable-buffer-local.
13295         (sieve-manage-open): Ditto.
13296         (sieve-manage-authenticate): Ditto.
13297
13298         * mml.el (mml-generate-mime-1): Make the content type default to
13299         text/plain if the filename is not specified.
13300
13301 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13304         instead of insert-buffer.
13305
13306         * message.el (message-yank-original): Ditto; set the mark at the
13307         end of the yanked message.
13308
13309 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13310
13311         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13312         lines to scroll rather than to stop it.
13313
13314         * mml.el (mml-generate-default-type): Add doc string.
13315         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13316         default to application/octet-stream when determining the content
13317         type if it is not specified for the part or the mml contents; add
13318         a comment about mml-generate-default-type.
13319
13320 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13321
13322         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13323         make it default to application/octet-stream when determining the
13324         content type if it is not specified for the external contents.
13325
13326 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13329         segmented parameter but also other parameters might be there.
13330
13331 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13332
13333         * mm-decode.el (mm-display-external): Delete temp file, directory
13334         and buffer immediately if the external process is exited.
13335
13336 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13339         fewer lines than that of scroll-margin.
13340         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13341
13342 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-art.el (gnus-article-next-page): Revert.
13345         (gnus-article-beginning-of-window): New macro.
13346         (gnus-article-next-page-1): Use it.
13347         (gnus-article-prev-page): Ditto.
13348         (gnus-article-edit-part): Use insert-buffer-substring instead of
13349         insert-buffer.
13350         (gnus-article-edit-exit): Ditto.
13351
13352         * gnus-util.el (gnus-beginning-of-window): Remove.
13353         (gnus-end-of-window): Remove.
13354
13355         * lpath.el: Don't bind header-line-format and scroll-margin.
13356
13357 2005-07-25  Simon Josefsson  <jas@extundo.com>
13358
13359         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13360         to have the url package without w3.  Reported by Daiki Ueno
13361         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13362
13363 2005-07-20  Didier Verna  <didier@xemacs.org>
13364
13365         * gnus-diary.el: Remove the description comment (nndiary is now
13366         properly documented in the Gnus manual).
13367         Fix the spelling of "Back End".
13368         * nndiary.el: Ditto.
13369         Fix the copyright notice.
13370
13371 2005-07-18  Romain Francoise  <romain@orebokech.com>
13372
13373         * gnus-sum.el (gnus-summary-to-prefix)
13374         (gnus-summary-newsgroup-prefix): New variables.
13375         (gnus-summary-from-or-to-or-newsgroups): Use them.
13376
13377 2005-07-17  Romain Francoise  <romain@orebokech.com>
13378
13379         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13380         space as it's generally not especially interesting to the user.
13381
13382 2005-07-16  Romain Francoise  <romain@orebokech.com>
13383
13384         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13385         nil to avoid prompting and file modification if one of the
13386         messages at the top of the nnfolder file contains a copyright
13387         notice.
13388         Update copyright notice.
13389
13390         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13391         instead of `current-time-string' as the latter creates a time
13392         string that is not RFC 2822 compliant (it lacks the zone).
13393         Update copyright notice.
13394
13395 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13396
13397         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13398         for text/rtf.  Display default in prompt.  Pass default for M-n.
13399
13400         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13401
13402 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13403
13404         * gnus-msg.el (gnus-button-mailto): Remove
13405         save-selected-window-window hackery because it relies on
13406         save-selected-window internals.
13407
13408 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13409
13410         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13411         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13412         (gnus-article-prev-page): Ditto.
13413
13414         * gnus-util.el (gnus-beginning-of-window): New function.
13415         (gnus-end-of-window): New function.
13416
13417         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13418
13419 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13420
13421         * gnus-score.el (gnus-score-edit-all-score): Set
13422         gnus-score-edit-exit-function to gnus-score-edit-done and call
13423         gnus-message.
13424
13425 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13426
13427         * gnus-msg.el (gnus-button-mailto): Remove
13428         save-selected-window-window hackery because it relies on
13429         save-selected-window internals.
13430
13431 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13432
13433         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13434         add-minor-mode.
13435         (gnus-binary-mode): Ditto.
13436
13437         * gnus-topic.el (gnus-topic-mode): Ditto.
13438
13439 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13440
13441         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13442         (gnus-article-prev-page): Take scroll-margin into consideration.
13443
13444 2005-07-04  Lute Kamstra  <lute@gnu.org>
13445
13446         Update FSF's address in GPL notices.
13447
13448 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13449
13450         * gnus.el (gnus-exit):
13451         * gnus-group.el (gnus-group-icons):
13452         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13453
13454         * gnus-nocem.el (gnus-nocem):
13455         * message.el (message-various, message-buffers, message-sending)
13456         (message-interface, message-forwarding, message-insertion)
13457         (message-headers, message-news, message-mail):
13458         * pgg-gpg.el (pgg-gpg):
13459         * pgg-parse.el (pgg-parse):
13460         * pgg-pgp.el (pgg-pgp):
13461         * pgg-pgp5.el (pgg-pgp5):
13462         * pop3.el (pop3): Finish `defgroup' description with period.
13463
13464 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13465
13466         * gnus-art.el (article-display-face): Improve the efficiency.
13467         (article-display-x-face): Ditto; remove grey x-face stuff.
13468
13469 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13470
13471         * gnus-art.el (article-display-face): Correct the position in
13472         which Faces are inserted.
13473
13474 2005-06-29  Didier Verna  <didier@xemacs.org>
13475
13476         * gnus-art.el (article-display-face): Display faces in correct
13477         order.
13478
13479 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13482         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13483         (gnus-nocem-check-article): Fetch the Type header.
13484         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13485         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13486         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13487         make sure gnus-nocem-hashtb is initialized.
13488         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13489         (gnus-nocem-unwanted-article-p): Ditto.
13490
13491         * pgg.el (pgg-verify): Return the verification result.
13492
13493 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13494
13495         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13496         is ascii.
13497
13498 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13499
13500         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13501         `show-nonbreak-escape'.
13502
13503 2005-06-23  Lute Kamstra  <lute@gnu.org>
13504
13505         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13506
13507         * dig.el (dig-mode):
13508         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13509
13510 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13511
13512         * nnimap.el (nnimap-split-download-body): Fix spellings.
13513
13514 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13515
13516         * gnus-art.el (gnus-article-encrypt-body):
13517         * gnus-cus.el (gnus-score-customize):
13518         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13519         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13520
13521 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13522
13523         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13524         header by looking for magic "MII" at the beginnig.
13525
13526 2005-06-16  Miles Bader  <miles@gnu.org>
13527
13528         * gnus-xmas.el (gnus-xmas-group-startup-message):
13529         Use renamed gnus-splash face.
13530
13531         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13532         (assistant-field-face): New backward-compatibility alias for renamed
13533         face.
13534         (assistant-render-text): Use renamed assistant-field face.
13535
13536         * spam.el (spam): Remove "-face" suffix from face name.
13537         (spam-face): New backward-compatibility alias for renamed face.
13538         (spam-face, spam-initialize): Use renamed spam face.
13539
13540         * message.el (message-header-to, message-header-cc)
13541         (message-header-subject, message-header-newsgroups)
13542         (message-header-other, message-header-name)
13543         (message-header-xheader, message-separator, message-cited-text)
13544         (message-mml): Remove "-face" suffix from face names.
13545         (message-header-to-face, message-header-cc-face)
13546         (message-header-subject-face, message-header-newsgroups-face)
13547         (message-header-other-face, message-header-name-face)
13548         (message-header-xheader-face, message-separator-face)
13549         (message-cited-text-face, message-mml-face):
13550         New backward-compatibility aliases for renamed faces.
13551         (message-font-lock-keywords): Use renamed message faces.
13552
13553         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13554         (sieve-test-commands, sieve-tagged-arguments):
13555         Remove "-face" suffix from face names.
13556         (sieve-control-commands-face, sieve-action-commands-face)
13557         (sieve-test-commands-face, sieve-tagged-arguments-face):
13558         New backward-compatibility aliases for renamed faces.
13559         (sieve-control-commands-face, sieve-action-commands-face)
13560         (sieve-test-commands-face, sieve-tagged-arguments-face):
13561         Use renamed sieve faces.
13562
13563         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13564         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13565         (gnus-group-news-3-empty, gnus-group-news-4)
13566         (gnus-group-news-4-empty, gnus-group-news-5)
13567         (gnus-group-news-5-empty, gnus-group-news-6)
13568         (gnus-group-news-6-empty, gnus-group-news-low)
13569         (gnus-group-news-low-empty, gnus-group-mail-1)
13570         (gnus-group-mail-1-empty, gnus-group-mail-2)
13571         (gnus-group-mail-2-empty, gnus-group-mail-3)
13572         (gnus-group-mail-3-empty, gnus-group-mail-low)
13573         (gnus-group-mail-low-empty, gnus-summary-selected)
13574         (gnus-summary-cancelled, gnus-summary-high-ticked)
13575         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13576         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13577         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13578         (gnus-summary-low-undownloaded)
13579         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13580         (gnus-summary-low-unread, gnus-summary-normal-unread)
13581         (gnus-summary-high-read, gnus-summary-low-read)
13582         (gnus-summary-normal-read, gnus-splash):
13583         Remove "-face" suffix from face names.
13584         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13585         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13586         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13587         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13588         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13589         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13590         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13591         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13592         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13593         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13594         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13595         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13596         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13597         (gnus-summary-normal-ticked-face)
13598         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13599         (gnus-summary-normal-ancient-face)
13600         (gnus-summary-high-undownloaded-face)
13601         (gnus-summary-low-undownloaded-face)
13602         (gnus-summary-normal-undownloaded-face)
13603         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13604         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13605         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13606         (gnus-splash-face):
13607         New backward-compatibility aliases for renamed faces.
13608         (gnus-group-startup-message): Use renamed gnus faces.
13609
13610         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13611         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13612         (gnus-server-agent): Remove "-face" suffix from face names.
13613         (gnus-server-agent-face, gnus-server-opened-face)
13614         (gnus-server-closed-face, gnus-server-denied-face)
13615         (gnus-server-offline-face):
13616         New backward-compatibility aliases for renamed faces.
13617         (gnus-server-agent-face, gnus-server-opened-face)
13618         (gnus-server-closed-face, gnus-server-denied-face)
13619         (gnus-server-offline-face): Use renamed gnus faces.
13620
13621         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13622         Remove "-face" suffix from face names.
13623         (gnus-picon-xbm-face, gnus-picon-face):
13624         New backward-compatibility aliases for renamed faces.
13625
13626         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13627         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13628         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13629         (gnus-cite-11): Remove "-face" suffix from face names.
13630         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13631         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13632         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13633         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13634         New backward-compatibility aliases for renamed faces.
13635         (gnus-cite-attribution-face, gnus-cite-face-list)
13636         (gnus-article-boring-faces): Use renamed gnus faces.
13637
13638         * gnus-art.el (gnus-signature, gnus-header-from)
13639         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13640         (gnus-header-content): Remove "-face" suffix from face names.
13641         (gnus-signature-face, gnus-header-from-face)
13642         (gnus-header-subject-face, gnus-header-newsgroups-face)
13643         (gnus-header-name-face, gnus-header-content-face):
13644         New backward-compatibility aliases for renamed faces.
13645         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13646
13647         * gnus-sum.el (gnus-summary-selected-face)
13648         (gnus-summary-highlight): Use renamed gnus faces.
13649         * gnus-group.el (gnus-group-highlight): Likewise.
13650
13651 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13652
13653         * gnus-sieve.el (gnus-sieve-article-add-rule):
13654         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13655         * spam-stat.el (spam-stat-buffer-change-to-spam)
13656         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13657
13658         * message.el (message-is-yours-p):
13659         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13660
13661 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13662
13663         * mm-view.el (mm-inline-text): Withdraw the last change.
13664
13665 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13666
13667         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13668         executing enriched-decode.
13669
13670 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13671
13672         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13673         charset of tar files.
13674
13675 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13676
13677         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13678
13679 2005-06-04  Lute Kamstra  <lute@gnu.org>
13680
13681         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13682         information is never recorded.
13683
13684 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13685
13686         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13687
13688 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13689
13690         * pop3.el (pop3-apop): Run md5 in the binary mode.
13691
13692         * starttls.el (starttls-set-process-query-on-exit-flag):
13693         Use eval-and-compile.
13694
13695 2005-05-31  Simon Josefsson  <jas@extundo.com>
13696
13697         * smime.el (smime-replace-in-string): Define.
13698         (smime-cert-by-ldap-1): Use it.
13699
13700 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13701
13702         * gnus-art.el (article-display-x-face): Replace
13703         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13704
13705         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13706         set-process-query-on-exit-flag or process-kill-without-query.
13707
13708         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13709         loop instead of replace-regexp.
13710
13711         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13712         instead of process-kill-without-query if it is available.
13713
13714         * lpath.el: Fbind ldap-search-entries.
13715
13716         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13717         instead of find-file-hooks if it is available.
13718
13719         * mml1991.el: Bind pgg-default-user-id when compiling.
13720
13721         * mml2015.el: Bind pgg-default-user-id when compiling.
13722
13723         * nndraft.el (nndraft-request-associate-buffer):
13724         Use write-contents-functions instead of write-contents-hooks if it is
13725         available.
13726
13727         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13728         instead of find-file-hooks if it is available.
13729
13730         * nntp.el (nntp-open-connection): Replace
13731         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13732         (nntp-open-ssl-stream): Ditto.
13733         (nntp-open-tls-stream): Ditto.
13734
13735         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13736         set-process-query-on-exit-flag or process-kill-without-query.
13737         (starttls-open-stream-gnutls): Use it instead of
13738         process-kill-without-query.
13739         (starttls-open-stream): Ditto.
13740
13741 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13742
13743         * smime.el (smime-cert-by-ldap-1): Don't use
13744         replace-regexp-in-string.
13745
13746 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13747
13748         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13749
13750         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13751         in PEM format.  Adjust to the XEmacs compability.
13752
13753 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13754
13755         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13756         by `string-to-number'.
13757         * gnus-agent.el (gnus-agent-regenerate-group)
13758         (gnus-agent-fetch-articles): Ditto.
13759         * gnus-art.el (gnus-button-fetch-group): Ditto.
13760         * gnus-cache.el (gnus-cache-generate-active)
13761         (gnus-cache-articles-in-group): Ditto.
13762         * gnus-group.el (gnus-group-set-current-level)
13763         (gnus-group-insert-group-line): Ditto.
13764         * gnus-score.el (gnus-score-set-expunge-below)
13765         (gnus-score-set-mark-below, gnus-summary-score-effect)
13766         (gnus-summary-score-entry): Ditto.
13767         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13768         (gnus-soup-pack): Ditto.
13769         * gnus-spec.el (gnus-xmas-format): Ditto.
13770         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13771         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13772         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13773         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13774         * nndb.el (nndb-get-remote-expire-response): Ditto.
13775         * nndiary.el (nndiary-parse-schedule-value)
13776         (nndiary-string-to-number, nndiary-request-replace-article)
13777         (nndiary-request-article): Ditto.
13778         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13779         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13780         * nneething.el (nneething-make-head): Ditto.
13781         * nnfolder.el (nnfolder-request-article)
13782         (nnfolder-retrieve-headers): Ditto.
13783         * nnheader.el (nnheader-file-to-number): Ditto.
13784         * nnkiboze.el (nnkiboze-request-article): Ditto.
13785         * nnmail.el (nnmail-process-unix-mail-format)
13786         (nnmail-process-babyl-mail-format): Ditto.
13787         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13788         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13789         (nnmh-request-create-group, nnmh-request-list-1)
13790         (nnmh-request-group, nnmh-request-article): Ditto.
13791         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13792         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13793         * nnsoup.el (nnsoup-make-active): Ditto.
13794         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13795         * nntp.el (nntp-find-group-and-number)
13796         (nntp-retrieve-headers-with-xover): Ditto.
13797         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13798         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13799         (pgg-format-key-identifier): Ditto.
13800         * pop3.el (pop3-last, pop3-stat): Ditto.
13801         * qp.el (quoted-printable-decode-region): Ditto.
13802
13803         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13804         of concat.
13805
13806 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13807
13808         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13809
13810         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13811
13812         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13813
13814         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13815
13816         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13817
13818         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13819
13820         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13821         (gnus-carpal-mode): Ditto.
13822
13823         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13824         (gnus-browse-mode): Ditto.
13825
13826         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13827
13828         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13829
13830 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13831
13832         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13833
13834 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13835
13836         * gnus-util.el (gnus-run-mode-hooks): New function.
13837
13838         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13839
13840         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13841         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13842
13843 2005-05-27  Lute Kamstra  <lute@gnu.org>
13844
13845         * dns-mode.el (dns-mode): Specify customization group.
13846
13847 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13848
13849         * gnus-agent.el (gnus-agent-make-mode-line-string):
13850         Use mode-line-highlight as mouse-face.
13851
13852 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13853
13854         * canlock.el (canlock): Change the parent group to news.
13855
13856         * deuglify.el (gnus-outlook-deuglify): Add :group.
13857
13858         * dig.el (dig): Add :group.
13859
13860         * dns-mode.el (dns-mode): Add :group.
13861
13862         * encrypt.el (encrypt): Add :group.
13863
13864         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13865         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13866         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13867         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13868         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13869
13870         * gnus-diary.el (gnus-diary): Add :group.
13871
13872         * gnus.el (gnus-group-news-1-face): Add :group.
13873         (gnus-group-news-1-empty-face): Ditto.
13874         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13875         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13876         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13877         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13878         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13879         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13880         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13881         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13882         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13883         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13884         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13885         (gnus-summary-high-ticked-face): Ditto.
13886         (gnus-summary-low-ticked-face): Ditto.
13887         (gnus-summary-normal-ticked-face): Ditto.
13888         (gnus-summary-high-ancient-face): Ditto.
13889         (gnus-summary-low-ancient-face): Ditto.
13890         (gnus-summary-normal-ancient-face): Ditto.
13891         (gnus-summary-high-undownloaded-face): Ditto.
13892         (gnus-summary-low-undownloaded-face): Ditto.
13893         (gnus-summary-normal-undownloaded-face): Ditto.
13894         (gnus-summary-high-unread-face): Ditto.
13895         (gnus-summary-low-unread-face): Ditto.
13896         (gnus-summary-normal-unread-face): Ditto.
13897         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13898         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13899
13900         * hashcash.el (hashcash): New custom group.
13901         (hashcash-default-payment): Add :group.
13902         (hashcash-payment-alist): Ditto.
13903         (hashcash-default-accept-payment): Ditto.
13904         (hashcash-accept-resources): Ditto.
13905         (hashcash-path): Ditto.
13906         (hashcash-extra-generate-parameters): Ditto.
13907         (hashcash-double-spend-database): Ditto.
13908         (hashcash-in-news): Ditto.
13909
13910         * message.el (message-minibuffer-local-map): Add :group.
13911
13912         * netrc.el (netrc): Add :group.
13913
13914         * sieve-manage.el (sieve-manage-log): Add :group.
13915         (sieve-manage-default-user): Diito.
13916         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13917         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13918         (sieve-manage-authenticators): Ditto.
13919         (sieve-manage-authenticator-alist): Ditto.
13920         (sieve-manage-default-port): Ditto.
13921
13922         * sieve-mode.el (sieve-control-commands-face): Add :group.
13923         (sieve-action-commands-face): Ditto.
13924         (sieve-test-commands-face): Ditto.
13925         (sieve-tagged-arguments-face): Ditto.
13926
13927         * smime.el (smime): Add :group.
13928
13929         * spam-report.el (spam-report): Add :group.
13930
13931         * spam.el (spam, spam-face): Add :group.
13932
13933 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13934
13935         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13936         return \n.\n.\n at the end of articles.  Protect against that.
13937         (nntp-with-open-group): Allow debugging.
13938
13939         * nnheader.el (mail-header-set-extra): Make into a function
13940         because I just could't understand how to quote the list properly.
13941
13942         * dns.el (query-dns-cached): New function.
13943
13944 2005-05-26  Lute Kamstra  <lute@gnu.org>
13945
13946         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13947
13948 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13951
13952         * gnus-art.el: Don't autoload mail-extract-address-components.
13953
13954         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13955         eval-and-compile to evaluate it.
13956
13957         * hashcash.el: Don't autoload executable-find.
13958
13959         * nndb.el: Don't declare the nndb back end two or more times; don't
13960         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13961
13962         * nntp.el: Autoload format-spec instead of format; use
13963         eval-and-compile to evaluate autoload forms.
13964
13965 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13966
13967         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13968
13969 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13970
13971         * gnus.el (gnus-version-number): Bump version.
13972
13973 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13974
13975         * gnus.el: No Gnus v0.3 is released.
13976
13977 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13978
13979         * lpath.el (featurep): Bind show-nonbreak-escape.
13980
13981 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13982
13983         * gnus-art.el (gnus-article-edit-part): Disable undo.
13984
13985 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13986
13987         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13988         gnus-article-date-lapsed-new-header is t if date timer is active;
13989         skip headers in which the original date value is empty.
13990         (gnus-article-save-original-date): Redefine it as a macro.
13991         (gnus-display-mime): Use it.
13992
13993 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13994
13995         * gnus-art.el (article-date-ut): Support converting date in
13996         forwarded parts as well.
13997         (gnus-article-save-original-date): New function.
13998         (gnus-display-mime): Use it.
13999
14000 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14001
14002         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14003         enclosure element of <item>.
14004
14005 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14006
14007         * message.el (message-kill-buffer-query): Renamed from
14008         `message-kill-buffer-query-if-modified'.  Added :version.
14009
14010 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14011
14012         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14013         window layout.
14014
14015 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14016
14017         * mml.el: Autoload dnd when compiling.
14018
14019 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14020
14021         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14022         x-dnd-*.
14023
14024 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14025
14026         * qp.el (quoted-printable-encode-region): Save excursion.
14027
14028 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14029
14030         * message.el (message-kill-buffer-query-if-modified): Add new variable
14031         so the user can kill a modified message buffer quickly.
14032         (message-kill-buffer): Use it.
14033
14034 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * lpath.el: Fbind display-time-event-handler; don't fbind
14037         string-to-multibyte.
14038
14039         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14040
14041 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14042
14043         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14044         contained in text because xml.el decodes entities) with LFs.
14045
14046 2005-04-11  Lute Kamstra  <lute@gnu.org>
14047
14048         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14049         differently.
14050
14051 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14052
14053         * mm-util.el (mm-detect-coding-region): Typo.
14054
14055 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14056
14057         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14058
14059 2005-04-06  Deepak Goel  <deego@gnufans.org>
14060
14061         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14062         user-function allow user modifications of the scores.
14063         (spam-stat-score-buffer-user): New function, to allow
14064         user-computed modifications to the score.
14065         (spam-stat-score-buffer-user-functions): List of additional
14066         scoring functions.
14067         (spam-stat-error-holder): Global temporary error holder.
14068         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14069         variable.
14070
14071 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14072
14073         * gnus-registry.el (gnus-registry-clean-empty-function)
14074         (gnus-registry-trim, gnus-registry-fetch-groups)
14075         (gnus-registry-delete-group): Groups that match
14076         `gnus-registry-ignored-groups' are removed from the registry
14077         entries, not just ignored for splitting.  This helps clean up the
14078         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14079         to get all the groups a message ID is in.
14080
14081         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14082         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14083         (spam-stat-score-buffer-user-functions): Add :number custom type.
14084
14085 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14086
14087         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14088         argument in XEmacs.
14089
14090         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14091         (nnrss-request-group): Decode group name first.
14092         (nnrss-request-article): Make a text/plain article if mml-to-mime
14093         failed.
14094         (nnrss-get-encoding): Return a compatible encoding according to
14095         nnrss-compatible-encoding-alist.
14096         (nnrss-find-el): Use consp instead of listp.
14097         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14098
14099 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14102         which Emacs 20 doesn't support.
14103         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14104
14105 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14106
14107         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14108         silence the byte compiler inside the defun.
14109
14110         * gnus-demon.el (parse-time-string): Add autoload.
14111
14112         * gnus-delay.el (parse-time-string): Add autoload.
14113
14114         * gnus-art.el (parse-time-string): Add autoload.
14115
14116         * nnultimate.el (parse-time): Require for `parse-time-string'.
14117
14118 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14119
14120         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14121
14122         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14123
14124         * smime.el (smime-ldap-host-list): Add :version.
14125
14126 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14127
14128         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14129         pass it to `gnus-browse-read-group'.
14130         (gnus-browse-read-group): Add NUMBER argument and pass it to
14131         `gnus-group-read-ephemeral-group'.
14132
14133         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14134         argument and pass it to `gnus-group-read-group'.
14135
14136 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14137
14138         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14139         mm-xemacs-find-mime-charset-1 if we have the mule feature
14140         available at runtime.
14141
14142 2005-03-25  Werner Lemberg  <wl@gnu.org>
14143
14144         * nnmaildir.el: Replace `illegal' with `invalid'.
14145
14146 2005-03-23  Lute Kamstra  <lute@gnu.org>
14147
14148         * time-date.el: Add comment on time value formats.
14149         Don't require parse-time.
14150         (with-decoded-time-value): New macro.
14151         (encode-time-value): New function.
14152         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14153         (days-to-time): Return a valid time value when arg is huge.
14154         (time-since): Use time-subtract.
14155         (time-to-number-of-days): Use time-to-seconds.
14156
14157 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14158
14159         * gnus-start.el (gnus-display-time-event-handler):
14160         Check display-time-timer at runtime rather than only at load time
14161         in case display-time-mode is turned off in the mean time.
14162
14163 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14164
14165         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14166         used.
14167
14168         * nneething.el (nneething-map-file-directory): Derive from
14169         `gnus-directory'.
14170
14171         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14172         the To/Cc button.
14173
14174 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14175
14176         * nnmaildir.el (nnmaildir-request-accept-article):
14177         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14178
14179 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14180
14181         * gnus-async.el: Require timer-funcs at compile time when in
14182         XEmacs for `run-with-idle-timer'.
14183
14184 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14185
14186         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14187         autoloaded function.
14188
14189 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14190
14191         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14192
14193 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14194
14195         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14196
14197 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14198
14199         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14200         gnus-expert-user to default.
14201
14202 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14203
14204         * nnimap.el (nnimap-open-server): Ditto.
14205
14206         * imap.el (imap-authenticate): Fix typo.
14207
14208 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14209
14210         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14211         buffer (since IMAP server might return FETCH response out of
14212         order, and the nntp buffer must be sorted).
14213
14214 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14215
14216         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14217         comparison on string.
14218
14219         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14220         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14221         (gnus-agent-summary-fetch-series): Modified to protect against
14222         gnus-agent-summary-fetch-group clearing processable flags.
14223         (gnus-agent-synchronize-group-flags): Update live group buffer as
14224         synchronization may occur due to the user toggle the plugged
14225         status.
14226         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14227         successfully downloaded.
14228         (gnus-agent-expire-group-1): Avoid using markers when the overview
14229         is in ascending order; greatly improves performance.
14230         (gnus-agent-regenerate-group): Use
14231         gnus-agent-synchronize-group-flags to reset read status in both
14232         gnus and server.
14233         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14234
14235 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14236
14237         * message.el: Don't autoload former message-utils variables.
14238         (message-strip-subject-trailing-was): Change doc string.
14239
14240         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14241         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14242         (nnweb-google-search): Add "hl=en" here.
14243         (nnweb-google-parse-1, nnweb-google-create-mapping):
14244         Don't hardcode URL.
14245
14246 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14247
14248         * message.el (message-get-reply-headers, message-followup):
14249         Mention related variables `message-use-followup-to' and
14250         `message-use-mail-followup-to', in the information buffer.
14251
14252         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14253         of broken groups(-beta).google.com.
14254
14255 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14256
14257         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14258         parameter to invoked gnus-request-move-article; remove the
14259         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14260         all at once instead of once per article.
14261         (gnus-summary-remove-process-mark): Accept a list of articles as
14262         well as a single article for processing.
14263
14264         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14265         parameter.
14266
14267         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14268
14269         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14270
14271         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14272         parameter.
14273
14274         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14275         parameter.
14276
14277         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14278         parameter and remove the gnus-sum-hint-move-is-internal variable.
14279
14280         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14281         parameter.
14282
14283         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14284         parameter.
14285
14286         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14287         parameter.
14288
14289         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14290
14291         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14292         parameter.
14293
14294         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14295         parameter.
14296
14297 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14298
14299         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14300         a more conservative way.
14301
14302 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14303
14304         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14305         buffer, so it moves the window's cursor.
14306
14307 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14308
14309         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14310         `mm-dissect-multipart' and receive the from field as an (optional)
14311         argument from `mm-dissect-multipart'.
14312         (mm-dissect-multipart): Receive the from field as an argument and
14313         pass it on when we call `mm-dissect-buffer' on MIME parts.
14314         Fixes verification/decryption of signed/encrypted MIME parts.
14315
14316 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14317
14318         * gnus-sum.el (gnus-summary-move-article): Set
14319         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14320         whatever it calls (right now, only nnimap-request-move article
14321         respects it).
14322
14323         * nnimap.el (nnimap-request-move-article): When
14324         gnus-sum-hint-move-is-internal is set, don't do the extra
14325         nnimap-request-article.
14326
14327 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14328
14329         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14330
14331         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14332         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14333
14334         * gnus-sum.el (gnus-summary-caesar-message):
14335         Apply `gnus-treat-article' after rotation.
14336
14337         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14338         doc string.
14339
14340 2005-02-22  Simon Josefsson  <jas@extundo.com>
14341
14342         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14343         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14344         <arne@arnested.dk>.
14345         (encrypt): Add password-cache and password-cache-expiry as group
14346         members.
14347
14348 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14349
14350         * smime.el (smime-ldap-host-list): Doc fix.
14351         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14352         cache) password.
14353         (smime-sign-region): Use it.
14354         (smime-decrypt-region): Use it.
14355         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14356         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14357         fails.
14358         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14359         certificate from DER to PEM format rather than calling openssl.
14360
14361         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14362
14363         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14364         for signing/encryption.
14365
14366         * mml.el (mml-parse-1): Use them.
14367
14368 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14369
14370         * nnrss.el (nnrss-verbose): Removed.
14371         (nnrss-request-group): Use `nnheader-message' instead.
14372
14373 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14374
14375         * nnrss.el (nnrss-verbose): New variable.
14376         (nnrss-request-group): Make it say nnrss is requesting a group.
14377
14378 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14379
14380         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14381         Handle news URL with given port correctly.
14382
14383 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14384
14385         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14386         containing special characters.
14387
14388         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14389
14390         * mml.el (mime-to-mml): Ditto.
14391
14392         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14393         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14394         (rfc2047-decode-region): Quote decoded words containing special
14395         characters when rfc2047-quote-decoded-words-containing-tspecials
14396         is non-nil.
14397
14398 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14399
14400         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14401
14402         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14403
14404 2005-02-15  Simon Josefsson  <jas@extundo.com>
14405
14406         * nnimap.el (nnimap-debug): Doc fix.
14407
14408         * imap.el (imap-debug): Doc fix.
14409
14410 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14411
14412         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14413
14414 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14415
14416         * gnus.el (spam-contents): Improve docs for spam-contents
14417         parameter in its variable incarnation.
14418
14419 2005-02-14  Simon Josefsson  <jas@extundo.com>
14420
14421         * smime-ldap.el: Use require instead of load-library for ldap.
14422         (smime-ldap-search): Indent.
14423         (smime-ldap-search-internal): Shorten line.
14424
14425         * smime.el (smime-cert-by-dns): Add doc-string.
14426         (smime-cert-by-ldap-1): Indent.
14427
14428         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14429         mml-smime-get-dns-ldap.
14430         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14431
14432 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14433
14434         * smime.el: Require smime-ldap.
14435         (smime-ldap-host-list): New variable.
14436         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14437
14438         * mml-smime.el (mml-smime-encrypt-query): New function.
14439         (mml-smime-encrypt-query): Use it.
14440
14441         * smime-ldap.el: New file.
14442
14443 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14444
14445         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14446
14447 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14448
14449         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14450         argument in doc string.  Make query for type more clear.
14451
14452 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14453
14454         * gnus.el (gnus-group-startup-message): Search for gnus images in
14455         etc/images/gnus.
14456         * mm-util.el (mm-image-load-path): Likewise.
14457         * smiley.el (smiley-data-directory): Search for smilies in
14458         etc/images/smilies.
14459
14460 2005-02-09  Kim F. Storm  <storm@cua.dk>
14461
14462         Change Emacs release version from 21.4 to 22.1 throughout.
14463         Change Emacs development version from 21.3.50 to 22.0.50.
14464
14465 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14466
14467         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14468
14469         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14470         non-Mule XEmacs as well.
14471         (mm-decompress-buffer): Signal an error intentionally if it does
14472         not decompress compressed data because auto-compression-mode is
14473         disabled.
14474
14475 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14476
14477         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14478         an ID in the registry even if it has no groups.
14479
14480 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14481
14482         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14483         merge it into mm-decompress-buffer.
14484         (gnus-mime-copy-part): Use the MIME part charset, the value which
14485         a user specified or gnus-newsgroup-charset for decoding, like
14486         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14487         save-buffer what was used.  Suggested by Kevin Ryde
14488         <user42@zip.com.au>.
14489         (gnus-mime-inline-part): Allow the name parameter as well as the
14490         filename parameter; force decompressing of compressed data; always
14491         display contents being not decoded as unibyte.
14492
14493         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14494         as well as the filename parameter.
14495
14496         * mm-util.el (mm-decompress-buffer): Merge
14497         gnus-mime-jka-compr-maybe-uncompress.
14498         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14499         of compressed data.
14500
14501 2005-02-08  Simon Josefsson  <jas@extundo.com>
14502
14503         * imap.el (imap-log): Doc fix.
14504
14505 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14508         the coding cookies; decompress compressed parts.
14509
14510         * mml.el (mml-generate-mime-1): Add the charset parameter according
14511         to the value which a user specified manually or the coding cookie.
14512
14513         * mm-util.el (mm-string-to-multibyte): New function.
14514         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14515         (mm-coding-system-to-mime-charset): New function.
14516         (mm-decompress-buffer): New function.
14517         (mm-find-buffer-file-coding-system): New function.
14518
14519         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14520         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14521         parts.
14522
14523 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14524
14525         * mm-view.el (mm-display-inline-fontify): Decode a part according
14526         to the charset parameter.
14527
14528 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14529
14530         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14531         prefix arg is neither nil nor a number, as info specifies.
14532
14533 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14534
14535         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14536         timestamps.
14537
14538 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14539
14540         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14541         groups error checking and notify user.
14542
14543 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14544
14545         * message.el (message-send-mail-function): Check existence of
14546         sendmail-program first before using default value
14547         `message-send-mail-with-sendmail'.  Otherwise use more generic
14548         `smtpmail-send-it'.
14549
14550 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * nntp.el (nntp-request-update-info): Always return nil.
14553
14554 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14555
14556         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14557
14558 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14559
14560         * message.el (message-beginning-of-line): Change the behavior when
14561         invoked between BOL and : so that it first moves backward.
14562
14563 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14564
14565         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14566         article buffer when editing of the article is discarded.
14567         (gnus-article-prepare): Revert.
14568
14569 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * gnus-art.el (gnus-article-prepare):
14572         Remove message-strip-forbidden-properties from the local hook.
14573
14574 2005-01-27  Simon Josefsson  <jas@extundo.com>
14575
14576         * password.el (password-cache-add): Only start one timer per key.
14577         Reported by Derek Atkins <warlord@MIT.EDU>.
14578
14579 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14580
14581         * run-at-time.el: Removed.  It is no longer needed as
14582         timer-funcs.el in the xemacs-base package has a working version of
14583         `run-at-time'.
14584
14585         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14586
14587         * password.el: Require timer-funcs instead of run-at-time in
14588         XEmacs.
14589         Remove `password-run-at-time' macro.
14590         (password-cache-add): Use `run-at-time' instead of
14591         `password-run-at-time'.
14592
14593         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14594         Remove `nnheader-cancel-function-timers' alias,
14595         `cancel-function-timers' exists in XEmacs in timer-funcs.
14596
14597         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14598         for `run-with-idle-timer'.
14599
14600         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14601         for `run-at-time'.
14602
14603         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14604         for `with-timeout'.
14605
14606         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14607         the same as for XEmacs 21.4.
14608         No need to ignore `run-with-idle-timer', this function exists in
14609         XEmacs now in timer-funcs.el in the xemacs-base package.
14610         (dgnushack-compile): No need to delete
14611         run-at-time.el from the list of files to compile because it
14612         doesn't exist anymore.
14613
14614 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14615
14616         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14617         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14618
14619 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14620
14621         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14622         sensitively.
14623
14624 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14625
14626         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14627
14628 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14629
14630         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14631         which will be inserted according to the multibyteness of a buffer
14632         rather than the type of contents.  Suggested by ARISAWA Akihiro
14633         <ari@mbf.ocn.ne.jp>.
14634
14635         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14636         of string which old xml.el may return rather than a string.
14637
14638 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14641
14642 2005-01-16  Simon Josefsson  <jas@extundo.com>
14643
14644         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14645         idn/idna.el isn't available.
14646         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14647         <michael@waxrat.com>.
14648
14649         * hashcash.el: Remove non-FSF copyright header.
14650
14651         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14652         (hashcash-generate-payment): Use it.
14653         (hashcash-generate-payment-async): Use it.
14654
14655 2005-01-15  Simon Josefsson  <jas@extundo.com>
14656
14657         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14658         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14659
14660         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14661         gnus-summary-idna-message.
14662         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14663         (gnus-summary-idna-message): New function.
14664
14665 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14666
14667         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14668         gnus-novice-user.
14669
14670 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14671
14672         * nnrss.el (nnrss-request-delete-group): Delete entries in
14673         nnrss-group-alist as well.
14674         (nnrss-save-server-data): Insert newline.
14675
14676 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14677
14678         * gnus.el (gnus-user-agent): Use list of symbols instead of
14679         symbols.  Display full version number for (S)XEmacs.  Optionally
14680         display (S)XEmacs codename.
14681
14682         * gnus-util.el (gnus-emacs-version): Update for new
14683         `gnus-user-agent'.
14684
14685         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14686         Gnus version.
14687
14688 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14689
14690         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14691         which is unreadable in some setups.
14692
14693 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14694
14695         * gnus-spec.el (gnus-update-format-specifications): Flush the
14696         group format spec cache if it doesn't support decoded group names.
14697
14698 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14701         Allow to apply decay on score files matching a regexp.
14702
14703 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14706         compatibility in %g and %c.
14707
14708 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14709
14710         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14711         name for only %g and %c.
14712         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14713         of gnus-tmp-group to decoded group name.
14714         (gnus-group-make-rss-group): Exclude `/'s from group names.
14715
14716 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14717
14718         * nnrss.el (nnrss-get-encoding): Fix regexp.
14719
14720 2004-12-27  Simon Josefsson  <jas@extundo.com>
14721
14722         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14723         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14724         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14725
14726 2004-12-17  Kim F. Storm  <storm@cua.dk>
14727
14728         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14729
14730         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14731
14732 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14733
14734         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14735
14736 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14737
14738         * nnrss.el: Require rfc2047 and mml.
14739         (nnrss-file-coding-system): New variable.
14740         (nnrss-format-string): Redefine it as an inline function.
14741         (nnrss-decode-group-name): New function.
14742         (nnrss-string-as-multibyte): Remove.
14743         (nnrss-retrieve-headers): Decode group name; don't use
14744         nnrss-format-string.
14745         (nnrss-request-group): Decode group name.
14746         (nnrss-request-article): Decode group name; allow a Message-ID as
14747         well as an article number; don't use nnrss-format-string; encode a
14748         Message-ID string which may contain non-ASCII characters; use
14749         mml-to-mime to compose a MIME article.
14750         (nnrss-request-expire-articles): Decode group name.
14751         (nnrss-request-delete-group): Decode group name.
14752         (nnrss-fetch): Clarify error message.
14753         (nnrss-read-server-data): Use insert-file-contents instead of load;
14754         bind file-name-coding-system; use multibyte buffer.
14755         (nnrss-save-server-data): Bind coding-system-for-write to the
14756         value of nnrss-file-coding-system; bind file-name-coding-system;
14757         add coding cookie.
14758         (nnrss-read-group-data): Use insert-file-contents instead of load;
14759         bind file-name-coding-system; use multibyte buffer.
14760         (nnrss-save-group-data): Bind coding-system-for-write to the
14761         value of nnrss-file-coding-system; bind file-name-coding-system.
14762         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14763         make it work with non-ASCII text.
14764         (nnrss-find-el): Make it work with old xml.el as well.
14765
14766 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14767
14768         * nnrss.el (nnrss-get-encoding): New function.
14769         (nnrss-fetch): Use unibyte buffer initially; bind
14770         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14771         decode contents according to the encoding attribute.
14772         (nnrss-save-group-data): Add coding cookie.
14773         (nnrss-mime-encode-string): New function.
14774         (nnrss-check-group): Use it to encode subject and author.
14775
14776 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14777
14778         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14779         imaginary variable.
14780
14781 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14782
14783         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14784         correctly even if there are wide characters.
14785
14786 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14787
14788         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14789         downcased symbol names; make a new cache instead of reusing
14790         bbdb-hashtable.
14791
14792 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14793
14794         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14795         concatenating segments rather than before concatenating them.
14796         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14797
14798         * message.el (message-get-reply-headers): Bind `extra'.
14799
14800 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14801
14802         * message.el (message-extra-wide-headers): New variable.
14803         (message-get-reply-headers): Use it.
14804
14805 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14806
14807         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14808         (gnus-agent-group-pathname): Ditto.
14809
14810         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14811
14812         * gnus-group.el (gnus-group-make-group): Decode group name.
14813         (gnus-group-make-rss-group): Register the group data after opening
14814         the nnrss group.
14815
14816 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14817
14818         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14819         by expiry now get marked as read.
14820
14821 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14822
14823         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14824
14825 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14826
14827         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14828         unify Latin characters in XEmacs.
14829         (mm-find-mime-charset-region): Use it.
14830
14831 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * gnus-util.el (gnus-delete-directory): New function.
14834
14835         * gnus-agent.el (gnus-agent-delete-group): Use it.
14836
14837         * gnus-cache.el (gnus-cache-delete-group): Use it.
14838
14839 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14840
14841         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14842         names.
14843
14844 2004-12-16  Simon Josefsson  <jas@extundo.com>
14845
14846         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14847
14848 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14849
14850         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14851
14852         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14853         (gnus-group-set-current-level): Decode group name.
14854
14855 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14856
14857         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14858         failed.
14859
14860 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14861
14862         * gnus-group.el (gnus-group-delete-group): Decode group name.
14863         (gnus-group-make-rss-group): Encode group name.
14864         (gnus-group-catchup-current): Decode group name.
14865         (gnus-group-kill-group): Decode group name.
14866
14867 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14868
14869         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14870
14871 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14872
14873         * gnus-group.el (gnus-group-make-rss-group):
14874         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14875
14876         * gnus-start.el (gnus-setup-news): Honor user's setting to
14877         gnus-message-archive-method.  Suggested by Lute Kamstra
14878         <lute@gnu.org>.
14879
14880 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14881
14882         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14883         global counterparts of the buffer-local variables.
14884
14885 2004-11-16  Romain Francoise  <romain@orebokech.com>
14886
14887         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14888         counterparts of the buffer-local variables.
14889
14890 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14891
14892         * message.el (message-forbidden-properties): Fixed typo in doc
14893         string.
14894
14895 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14896
14897         * gnus-util.el (gnus-replace-in-string): Added doc string.
14898
14899         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14900         to avoid problems when splitting mails with many recipients.
14901
14902 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14903
14904         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14905         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14906
14907 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14908
14909         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14910         if there is no hashtable in memory or file modification time is
14911         newer than cached timestamp.
14912
14913 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14914
14915         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14916         not-matching option.
14917
14918 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14919
14920         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14921         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14922         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14923         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14924         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14925         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14926
14927 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14928
14929         * message.el (message-forward-make-body-mml): Remove headers
14930         according to message-forward-ignored-headers if a message is decoded.
14931
14932 2004-12-02  Romain Francoise  <romain@orebokech.com>
14933
14934         * message.el (message-forward-make-body-plain): Always remove
14935         headers according to message-forward-ignored-headers.
14936
14937 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14938
14939         * spam.el (spam-summary-prepare-exit): Remove the
14940         gnus-summary-limit pop for now, it has problems with ham marks for
14941         me.
14942
14943 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14944
14945         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14946         correctly.
14947
14948 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14949
14950         * format-spec.el (format-spec): Message the char.
14951
14952 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14953
14954         * gnus-art.el (gnus-split-methods): Reformat comments.
14955
14956         * spam.el (spam-summary-prepare-exit): Remove article limits
14957         before exiting the summary buffer.
14958
14959 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14960
14961         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14962         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14963
14964         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14965         order to silence the byte compiler.
14966
14967         * spam.el: Fix the way to silence the byte compiler, which
14968         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14969         bbdb-search-simple, spam-BBDB-register-routine,
14970         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14971         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14972         spam-stat-buffer-is-spam, spam-stat-load,
14973         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14974         spam-stat-save and spam-stat-split-fancy.
14975
14976 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14977
14978         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14979         which may confuse users.
14980         (canlock-password-for-verify): Ditto.
14981
14982         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14983
14984         * gnus-art.el (gnus-emphasis-alist): Ditto.
14985
14986         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14987
14988         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14989
14990         * gnus-start.el (gnus-save-killed-list): Ditto.
14991
14992         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14993         (gnus-sum-thread-tree-root): Ditto.
14994         (gnus-sum-thread-tree-false-root): Ditto.
14995         (gnus-sum-thread-tree-single-indent): Ditto.
14996
14997         * message.el (message-courtesy-message): Ditto.
14998         (message-archive-note): Ditto.
14999         (message-subscribed-address-file): Ditto.
15000         (message-user-fqdn): Ditto.
15001
15002         * spam-report.el (spam-report-gmane-regex): Ditto.
15003
15004         * spam.el (spam-blackhole-good-server-regex): Ditto.
15005
15006 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15007
15008         * mml.el (mml-preview): Widen the message buffer before copying
15009         the contents to the preview buffer; sort headers before previewing.
15010
15011         * message.el (message-hidden-headers): Fix the way to avoid a bug
15012         in the `repeat' widget in Emacs 21.3 or earlier.
15013
15014 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15015
15016         * message.el (message-hidden-headers): Default to "^References:".
15017         Improve customization type.  Suggested by Reiner Steib
15018         <Reiner.Steib@gmx.de>.
15019
15020 2004-11-25  Romain Francoise  <romain@orebokech.com>
15021
15022         * message.el (message-strip-forbidden-properties): Remove check for
15023         obsolete `message-hidden' text property, hidden headers are not
15024         accessible in the buffer anymore.
15025
15026 2004-11-22  Romain Francoise  <romain@orebokech.com>
15027
15028         * message.el (message-header-format-alist): Add `From' in list
15029         so that it can be sorted.
15030         (message-fix-before-sending): Widen and sort headers before
15031         sending.
15032         (message-hide-headers): Use narrowing to hide headers by moving
15033         them to the top of the buffer and narrowing to the region
15034         underneath.
15035
15036 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15037
15038         * message.el (message-strip-forbidden-properties): Bind
15039         buffer-read-only (etc) to nil.
15040
15041 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15042
15043         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15044         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15045
15046 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15047
15048         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15049
15050 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15051
15052         * dns.el (query-dns): Use sit-for to time instead of
15053         accept-process-output, since that doesn't seem to work on udp
15054         sockets.
15055
15056 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15059
15060 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15061
15062         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15063         doc string.  Improve doc string.
15064
15065 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15066
15067         * nntp.el (nntp-request-update-info): Return nil if
15068         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15069         may not call gnus-activate-group which uselessly issues the GROUP
15070         commands for all nntp groups and wastes time.  Reported by Romain
15071         Francoise <romain@orebokech.com>.
15072
15073         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15074
15075 2004-11-15  Simon Josefsson  <jas@extundo.com>
15076
15077         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15078         headers separately.
15079         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15080         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15081
15082 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15083
15084         * gnus-start.el (gnus-convert-old-newsrc):
15085         Assign legacy-gnus-agent to 5.10.7.
15086
15087 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15088
15089         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15090         start of the lines.
15091
15092 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15093
15094         * hashcash.el (hashcash-default-payment): Change default to 20.
15095         (hashcash-default-accept-payment): Change default to 20.
15096         (hashcash-process-alist): New variable.
15097         (hashcash-generate-payment-async): Add.
15098         (hashcash-already-paid-p): Add.
15099         (hashcash-insert-payment): Don't generate payments twice.
15100         (hashcash-insert-payment-async): Add.
15101         (hashcash-insert-payment-async-2): Add.
15102         (hashcash-cancel-async): Add.
15103         (hashcash-wait-async): Add.
15104         (hashcash-processes-running-p): Add.
15105         (hashcash-wait-or-cancel): Add.
15106         (mail-add-payment): New optional argument.  Conditionally start
15107         asynchronous calculation.
15108         (mail-add-payment-async): Add.
15109
15110         * message.el (message-send-mail): Wait for asynchronous hashcash
15111         results.  Don't clobber existing X-Hashcash headers.
15112         (message-setup-1): Call mail-add-payment-async when
15113         message-generate-hashcash is non-nil.
15114
15115 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15116
15117         * message.el (message-use-alternative-email-as-from): Examine the
15118         From header as well; use message-make-from in order to include a
15119         user's full name.
15120
15121 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15122
15123         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15124         default; improve customization type.
15125         (gnus-emphasis-custom-with-format): New macro.
15126         (gnus-emphasis-custom-value-to-external): New function.
15127         (gnus-emphasis-custom-value-to-internal): New function.
15128
15129 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15130
15131         * dns.el (query-dns): Resolve reverse addresses.
15132
15133 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15134
15135         * gnus-group.el (gnus-group-get-new-news): Use it.
15136
15137         * gnus-start.el (gnus-check-reasonable-setup): New function.
15138
15139 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15140
15141         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15142         "Args out of range" error.  Reported by Arnaud Giersch
15143         <arnaud.giersch@free.fr>.
15144
15145 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15146
15147         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15148
15149 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15150
15151         * spam.el (spam group): Add :version.
15152
15153         * pgg-def.el (pgg group): Add :version.
15154
15155 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15156
15157         * gnus-art.el (gnus-article-edit-article): Don't associate the
15158         article buffer with a draft file.  This is a temporary measure
15159         against the 2004-08-22 change to gnus-article-edit-mode.
15160
15161 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15164         (html2text-format-tags): Remove unused variable `attr'.
15165
15166 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15167
15168         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15169
15170         * tls.el (tls-process-connection-type, tls-success)
15171         (tls-certtool-program): Add :version.
15172
15173         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15174         (starttls-extra-arguments, starttls-process-connection-type)
15175         (starttls-connect, starttls-failure, starttls-success): Add :version.
15176
15177         * spam-stat.el (spam-stat): Add :version.
15178
15179         * sieve.el (sieve): Add :version.
15180
15181         * sha1.el (sha1): Add :version.
15182         (sha1-use-external): Remove redundant version.
15183
15184         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15185         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15186         (nnmail-split-fancy-match-partial-words)
15187         (nnmail-split-lowercase-expanded): Add :version.
15188
15189         * nndiary.el (nndiary): Add :version.
15190
15191         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15192
15193         * mml-sec.el (mml-default-sign-method)
15194         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15195         Add :version.
15196
15197         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15198
15199         * mm-url.el (mm-url-use-external, mm-url-program)
15200         (mm-url-arguments): Add :version.
15201
15202         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15203         (mm-attachment-file-modes, mm-decrypt-option)
15204         (mm-w3m-safe-url-regexp): Add :version.
15205
15206         * message.el (message-cite-prefix-regexp)
15207         (message-sendmail-envelope-from, message-minibuffer-local-map)
15208         (message-user-fqdn, message-completion-alist): Add :version.
15209
15210         * gnus-win.el (gnus-configure-windows-hook)
15211         (gnus-use-frames-on-any-display): Add :version.
15212
15213         * gnus-art.el (gnus-article-address-banner-alist)
15214         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15215         (gnus-treat-from-picon, gnus-treat-mail-picon)
15216         (gnus-treat-x-pgp-sig): Add :version.
15217
15218         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15219         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15220         (gnus-summary-article-delete-hook)
15221         (gnus-summary-display-while-building): Add :version.
15222
15223         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15224         (gnus-get-top-new-news-hook): Add :version.
15225
15226         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15227         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15228
15229         * gnus-registry.el (gnus-registry): Add :version.
15230
15231         * gnus-spec.el (gnus-use-correct-string-widths)
15232         (gnus-make-format-preserve-properties): Add :version.
15233
15234         * gnus.el (gnus-group-charter-alist)
15235         (gnus-group-fetch-control-use-browse-url)
15236         (gnus-install-group-spam-parameters): Add :version.
15237
15238         * gnus-diary.el (gnus-diary): Add :version.
15239
15240         * gnus-delay.el (gnus-delay): Add :version.
15241
15242         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15243         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15244         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15245         Add :version.
15246
15247         * gnus-agent.el (gnus-agent-max-fetch-size)
15248         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15249         (gnus-agent-prompt-send-queue): Add :version.
15250
15251         * deuglify.el (gnus-outlook-deuglify): Add :version.
15252
15253         * html2text.el: Beautify code.  Improve doc strings.  Some
15254         checkdoc cleanup.
15255         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15256
15257 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15258
15259         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15260
15261 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15262
15263         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15264         when package is loaded.
15265
15266         * spam.el (spam-summary-score-preferred-header): Add global preference
15267         for people who want to override the default SpamAssassin over
15268         Bogofilter preference (when both are set).
15269         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15270         (spam-user-format-function-S): Check
15271         spam-summary-score-preferred-header.
15272         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15273         (spam-user-format-function-S): Format the score correctly.
15274
15275 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15276
15277         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15278         signature file.  Suggested by Manoj Srivastava
15279         <srivasta@golden-gryphon.com>.
15280
15281         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15282         iso-2022-jp even in the Japanese language environment.
15283         Suggested by Jason Rumney <jasonr@gnu.org>.
15284
15285 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15288         use the same characters as the dummy marks; make it free from
15289         getting affected by the language environment.
15290         (gnus-summary-read-group-1): Update mark positions only when the
15291         format spec is updated.
15292
15293         * gnus-spec.el (gnus-update-format-specifications): Return a list
15294         of updated types.
15295
15296 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15297
15298         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15299         of boundp to check if display-warning is available.
15300
15301 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15302
15303         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15304
15305 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15306
15307         * nnspool.el (nnspool-spool-directory): Use news-path if the
15308         news-directory variable is not bound.
15309
15310         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15311         function instead of display-warning if it is not available.
15312
15313 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15314
15315         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15316         v5-10: Use `point-at-bol'.
15317
15318 2004-10-26  Simon Josefsson  <jas@extundo.com>
15319
15320         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15321         <chenggao@gmail.com>.
15322
15323 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15324
15325         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15326         instead.
15327
15328 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15329
15330         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15331         to remove a server from the nnimap-server-buffer-alist.
15332         (nnimap-open-connection, nnimap-close-server): Use it.
15333
15334         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15335
15336 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15337
15338         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15339         running the major-mode function.
15340
15341 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15342
15343         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15344         dummy marks in the right way.
15345
15346 2004-10-18  David Edmondson  <dme@dme.org>
15347
15348         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15349         excessively.
15350
15351 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15352
15353         * gnus-util.el (gnus-split-references): Accept a nil references
15354         string and go on blissfully.
15355
15356         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15357         cases where the references string is non-nil but has no references.
15358
15359         * encrypt.el: Add autoload tags.
15360
15361         * spam.el (spam-resolve-registrations-routine): Remove article
15362         from unregistration list too.  Reported by David Hanak
15363         <dhanak@isis.vanderbilt.edu>
15364
15365 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15368         nil.  Changed custom type.
15369
15370 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15371
15372         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15373
15374         * gnus-sum.el (gnus-summary-move-article): Use it.
15375
15376 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15377
15378         * encrypt.el: Add autoload cookies.
15379
15380         * spam.el (spam-backend-article-list-property)
15381         (spam-backend-get-article-todo-list)
15382         (spam-backend-put-article-todo-list)
15383         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15384         Resolve registrations separately.
15385         (spam-register-routine): Format comments.
15386         (spam-unregister-routine, spam-register-routine): Always call with
15387         specific-articles, no default list.
15388         (spam-summary-prepare-exit): Use the spam-classifications function.
15389
15390         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15391         gnus-encrypt.el.
15392
15393         * encrypt.el: Copied from gnus-encrypt.el.
15394
15395         * gnus-encrypt.el: Commented that it's obsolete.
15396
15397 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15398
15399         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15400         (gnus-score-save): Use it.
15401
15402         * message.el (message-bury): Use `window-dedicated-p'.
15403
15404 2004-10-15  Simon Josefsson  <jas@extundo.com>
15405
15406         * pop3.el (top-level): Don't require nnheader.
15407         (pop3-read-timeout): Add.
15408         (pop3-accept-process-output): Add.
15409         (pop3-read-response, pop3-retr): Use it.
15410
15411 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15412
15413         * spam.el (spam-register-routine): Move comment.
15414         (spam-verify-bogofilter): Use 'unknown for the initial
15415         spam-bogofilter-valid state, not 'never.
15416
15417         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15418         for netrc-machine.
15419
15420         * nnimap.el (nnimap-open-connection): Use
15421         netrc-machine-user-or-password.
15422
15423 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15424
15425         * gnus-registry.el (gnus-registry-unload-hook):
15426         Set as a variable with add-hook.
15427
15428         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15429         of news-path.
15430
15431         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15432
15433         * spam.el: Delete duplicate `provide'.
15434         (spam-unload-hook): Set as a variable with add-hook.
15435
15436 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15437
15438         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15439         in the doc string.
15440
15441         * message.el (message-ignored-news-headers)
15442         (message-ignored-supersedes-headers)
15443         (message-ignored-resent-headers)
15444         (message-forward-ignored-headers): Improve custom type.
15445
15446 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15447
15448         * message.el (message-tokenize-header): Fix 2004-09-06 change
15449         which used point-min in the wrong place.
15450
15451 2004-10-12  Simon Josefsson  <jas@extundo.com>
15452
15453         * tls.el (tls-certtool-program): New variable.
15454         (tls-certificate-information): New function, based on
15455         ssl-certificate-information.
15456
15457 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15458
15459         * compface.el: Move the version of ELisp-based uncompface program
15460         to the contrib directory because of the copyright problem.
15461
15462 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15463
15464         * message.el (message-kill-buffer): Raise the current frame.
15465
15466 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15467
15468         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15469
15470         * gnus.el (message-y-or-n-p): Autoload.
15471
15472         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15473         (pop3-password-required, pop3-authentication-scheme)
15474         (pop3-leave-mail-on-server): Made customizable.
15475         (pop3): New custom group.
15476         (pop3-retr): Remove `sleep-for' statements.
15477         Suggested by Dave Love <fx@gnu.org>.
15478
15479         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15480         Windows/DOS.
15481
15482         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15483         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15484         Dave Love <fx@gnu.org>.
15485
15486         * mml.el (mml-minibuffer-read-disposition): Require match.
15487         Suggested by Dave Love <fx@gnu.org>.
15488
15489 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15490
15491         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15492         doc string.
15493
15494 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15495
15496         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15497
15498 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15499
15500         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15501         instead of calling `mm-insert-inline', to decode text/* parts
15502         before displaying them.
15503
15504 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * mm-uu.el (mm-uu-text-plain-type): New variable.
15507         (mm-uu-pgp-signed-extract-1): Use it.
15508         (mm-uu-pgp-encrypted-extract-1): Use it.
15509         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15510         bind mm-uu-text-plain-type with that value.
15511         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15512         mm-uu-dissect.
15513
15514 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * gnus-group.el (gnus-update-group-mark-positions):
15517         * gnus-sum.el (gnus-update-summary-mark-positions):
15518         * message.el (message-check-news-body-syntax):
15519         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15520         of string-as-multibyte.
15521
15522 2004-10-05  Juri Linkov  <juri@jurta.org>
15523
15524         * gnus-group.el (gnus-update-group-mark-positions):
15525         * gnus-sum.el (gnus-update-summary-mark-positions):
15526         * message.el (message-check-news-body-syntax):
15527         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15528         8-bit unibyte values to a multibyte string for search functions.
15529
15530 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15533         (mm-uu-dissect-text-parts): New function.
15534
15535         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15536         dissect text parts.
15537
15538         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15539         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15540
15541         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15542
15543         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15544         gnus-current-topics instead of gnus-current-topic.
15545
15546 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15547
15548         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15549
15550 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15551
15552         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15553         where approriate.
15554
15555         * nnml.el (nnml-generate-active-info): do.
15556
15557         * nndiary.el (nndiary-generate-active-info): do.
15558
15559         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15560         (gnus-topic-move): do.
15561
15562         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15563         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15564
15565         * gnus-srvr.el (gnus-server-prepare)
15566         (gnus-server-open-all-servers): do.
15567
15568         * gnus-msg.el (gnus-summary-cancel-article)
15569         (gnus-summary-resend-message)
15570         (gnus-summary-mail-crosspost-complaint): do.
15571
15572         * gnus-move.el (gnus-change-server): do.
15573
15574         * gnus-group.el (gnus-group-unmark-all-groups)
15575         (gnus-group-set-current-level): do.
15576
15577 2004-10-04  Simon Josefsson  <jas@extundo.com>
15578
15579         * message.el (message-generate-hashcash): Doc fix.
15580
15581 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15582
15583         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15584         avoid infinite recursion via gnus-get-function.
15585
15586 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15587
15588         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15589
15590         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15591
15592         * nnmail.el (nnmail-split-history): do.
15593
15594         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15595         (nnml-request-delete-group): do.
15596
15597         * nnslashdot.el (nnslashdot-read-groups): do.
15598
15599         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15600         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15601
15602         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15603         (nnspool-sift-nov-with-sed): Use last.
15604         (nnspool-retrieve-headers-with-nov): Use mapc.
15605         (nnspool-request-newgroups): Use dolist.
15606         (nnspool-request-group): Use last.
15607
15608         * nntp.el (nntp-read-server-type): Use dolist.
15609
15610         * nnvirtual.el (nnvirtual-create-mapping)
15611         (nnvirtual-update-read-and-marked): Use dolist.
15612         (nnvirtual-convert-headers): Simplify.
15613
15614 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15615
15616         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15617         support for sync'ing tick marks.
15618
15619 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15620
15621         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15622         there's no visible header.
15623
15624 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15625
15626         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15627         necessary, pass full group name to gnus-request-set-marks.
15628
15629 2004-10-01  Simon Josefsson  <jas@extundo.com>
15630
15631         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15632         acroread.
15633
15634 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15635
15636         * spam-report.el (spam-report-gmane): Fix interactive.
15637
15638         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15639
15640         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15641         when writing file.
15642         (gnus-agent-synchronize-flags): Don't default to being
15643         interactive.
15644
15645 2004-09-30  Simon Josefsson  <jas@extundo.com>
15646
15647         * message.el (message-generate-hashcash): Add.
15648         (message-send-mail): Use it, call mail-add-payment.
15649
15650 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15651
15652         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15653
15654 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15655
15656         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15657         gnus-requst-update-info with explicit code to sync the in-memory
15658         info read flags with the marks being sync'd to the backend.
15659
15660         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15661
15662 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15663
15664         * spam.el (spam-verify-bogofilter): Add new function.
15665         (spam-check-bogofilter)
15666         (spam-bogofilter-register-with-bogofilter): Use it.
15667         (spam-verify-bogofilter): Add small fixes.
15668
15669 2004-09-28  Simon Josefsson  <jas@extundo.com>
15670
15671         * hashcash.el (hashcash-generate-payment): Revert.
15672
15673 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15674
15675         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15676         gnus-extract-references instead of gnus-split-references.
15677
15678         * gnus-util.el (gnus-extract-references): Add new function, analogous
15679         to gnus-split-references but extracts only the message-ID without
15680         anything extra.
15681
15682         * hashcash.el (hashcash-generate-payment)
15683         (hashcash-check-payment): Do the right thing if hashcash-path is
15684         nil (because the hashcash program could not be found).
15685
15686         * spam.el (spam-use-hashcash): Remove comment.
15687
15688 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15689
15690         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15691         (gnus-cache-enter-article, gnus-cache-remove-article)
15692         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15693
15694         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15695
15696         * gnus-art.el (article-hide-boring-headers)
15697         (article-translate-strings, article-display-face)
15698         (gnus-article-mime-match-handle-first)
15699         (gnus-article-highlight-headers)
15700         (gnus-article-add-buttons-to-head): do.
15701
15702 2004-09-27  Simon Josefsson  <jas@extundo.com>
15703
15704         * hashcash.el: New version, from
15705         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15706         ../contrib/.
15707
15708 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15709
15710         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15711
15712 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15713
15714         * gnus-dup.el (gnus-dup-open): Use mapc.
15715         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15716
15717         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15718         Reported by Stefan Wiens <s.wi@gmx.net>.
15719
15720         * gnus.el (gnus-shutdown): Use dolist.
15721
15722         * gnus-undo.el (gnus-undo): Use mapc.
15723
15724         * nnrss.el (nnrss-generate-active): do.
15725
15726         * message.el (message-cite-original-without-signature)
15727         (message-cite-original): Use mapc.
15728         (message-do-actions, message-make-forward-subject): Use dolist.
15729
15730 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15731
15732         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15733         deletion to remove entire duplicate line.  Fixes merged article
15734         number bug.
15735
15736 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15737
15738         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15739         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15740         first ask if you want to open a server and then, even when you
15741         responded with no, asking if you want to synchronize the server's
15742         flags.
15743         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15744         multi-line expressions.
15745         (gnus-agent-synchronize-group-flags): New internal function.
15746         Updates marks in memory (in the info structure) AND in the
15747         backend.
15748
15749         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15750
15751         * nnagent.el (nnagent-request-set-mark): Use
15752         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15753         method, to ensure that synchronization updates marks in the
15754         backend and in the info (in memory) structure.
15755
15756 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15757
15758         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15759         convention fully; don't miss the root article of a thread; make
15760         the X-Draft-From header with correct article numbers.
15761
15762 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15763
15764         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15765         unless plugged.  Disable the agent so that an open failure causes
15766         an error.
15767
15768         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15769         Reverted 2004-09-21 change.  The backend must be opened while
15770         synchronizing flags even when the backend stores the flags
15771         locally.
15772
15773 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15774
15775         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15776         in `header' match.  Reported by Svend Tollak Munkejord.
15777
15778         * message.el (message-cite-original): Fix use of
15779         `message-cite-articles-with-x-no-archive'.
15780
15781 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15782
15783         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15784         (gnus-window-to-buffer): Ditto.
15785
15786         * mml.el (mml-preview-buffer): New variable.
15787         (mml-preview): Manage window layout with gnus-buffer-configuration.
15788
15789         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15790         X-Draft-From header even if those articles aren't quoted.
15791
15792 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15793
15794         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15795         (gnus-request-set-mark, gnus-request-update-mark): Use new
15796         g-s-t-u-l-m to decide to use backend even when unplugged.
15797
15798 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15799
15800         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15801         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15802
15803 2004-09-20  Simon Josefsson  <jas@extundo.com>
15804
15805         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15806         "utf-16-le".
15807
15808 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15809
15810         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15811
15812 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15813
15814         * uudecode.el (uudecode-use-external): Add :version.
15815
15816         * smime.el (smime-CA-file, smime-encrypt-cipher)
15817         (smime-dns-server): Add :version.
15818
15819         * smiley.el (gnus-smiley-file-types): Add :version.
15820
15821         * sha1.el (sha1-use-external): Add :version.
15822
15823         * pgg-def.el (pgg-query-keyserver): Add :version.
15824
15825         * nnmail.el (nnmail-fancy-expiry-targets)
15826         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15827         Add :version.
15828
15829         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15830         (nnimap-retrieve-groups-asynchronous): Add :version.
15831         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15832
15833         * mml.el (mml-content-disposition-parameters)
15834         (mml-insert-mime-headers-always): Add :version.
15835
15836         * mm-util.el (mm-coding-system-priorities): Add :version.
15837
15838         * mm-decode.el (mm-inline-text-html-with-images)
15839         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15840         (mm-verify-option): Add :version.
15841         (mm-text-html-renderer): Change :version.
15842
15843         * message.el (message-fcc-externalize-attachments)
15844         (message-required-headers, message-draft-headers)
15845         (message-subject-trailing-was-query)
15846         (message-subject-trailing-was-ask-regexp)
15847         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15848         (message-mark-insert-end, message-archive-header)
15849         (message-archive-note, message-cross-post-default)
15850         (message-cross-post-note, message-followup-to-note)
15851         (message-cross-post-note-function, message-use-mail-followup-to)
15852         (message-subscribed-address-functions)
15853         (message-subscribed-address-file, message-subscribed-addresses)
15854         (message-subscribed-regexps, message-allow-no-recipients)
15855         (message-yank-cited-prefix, message-signature-insert-empty-line)
15856         (message-hidden-headers, message-hierarchical-addresses)
15857         (message-mail-user-agent, message-use-idna)
15858         (message-valid-fqdn-regexp)
15859         (message-strip-special-text-properties, message-header-synonyms)
15860         (message-beginning-of-line, message-tab-body-function): Add :version.
15861         (message-insert-canlock, message-wide-reply-confirm-recipients):
15862         Change :version.
15863
15864         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15865         and :version.
15866         (mail-source-delete-old-incoming-confirm)
15867         (mail-source-movemail-program): Add :version.
15868
15869         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15870         (gnus-agent-cache, gnus-agent): Change :version.
15871
15872         * gnus-util.el (gnus-use-byte-compile): Change :version.
15873
15874         * gnus-sum.el (gnus-summary-make-false-root-always)
15875         (gnus-summary-default-high-score)
15876         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15877         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15878         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15879         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15880         (gnus-sum-thread-tree-single-indent)
15881         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15882         (gnus-sum-thread-tree-leaf-with-other)
15883         (gnus-sum-thread-tree-single-leaf): Add :version.
15884         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15885         (gnus-article-loose-mime): Change :version.
15886
15887         * gnus-start.el (gnus-backup-startup-file)
15888         (gnus-save-startup-file-via-temp-buffer): Add :version.
15889
15890         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15891         (gnus-server-offline-face): Add :version.
15892
15893         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15894
15895         * gnus-msg.el (gnus-gcc-externalize-attachments)
15896         (gnus-debug-files, gnus-debug-exclude-variables)
15897         (gnus-discouraged-post-methods): Change :version.
15898         (gnus-confirm-mail-reply-to-news)
15899         (gnus-confirm-treat-mail-like-news): Add :version.
15900
15901         * gnus-int.el (gnus-server-unopen-status): Add :version.
15902
15903         * gnus-group.el (gnus-group-jump-to-group-prompt)
15904         (gnus-large-ephemeral-newsgroup)
15905         (gnus-fetch-old-ephemeral-headers): Add :version.
15906
15907         * gnus-fun.el (gnus-x-face-directory)
15908         (gnus-convert-pbm-to-x-face-command)
15909         (gnus-convert-image-to-x-face-command)
15910         (gnus-convert-image-to-face-command): Add :version.
15911
15912         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15913
15914         * gnus-cite.el (gnus-cite-blank-line-after-header)
15915         (gnus-article-boring-faces): Add :version.
15916
15917         * gnus-art.el (gnus-buttonized-mime-types)
15918         (gnus-inhibit-mime-unbuttonizing)
15919         (gnus-treat-display-face)
15920         (gnus-treat-body-boundary): Change :version.
15921         (gnus-body-boundary-delimiter, gnus-picon-databases)
15922         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15923         (gnus-treat-date-english, gnus-treat-fold-headers)
15924         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15925         (gnus-treat-mail-picon, gnus-treat-wash-html)
15926         (gnus-article-encrypt-protocol)
15927         (gnus-use-idna, gnus-article-over-scroll)
15928         (gnus-mime-display-multipart-alternative-as-mixed)
15929         (gnus-mime-display-multipart-related-as-mixed)
15930         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15931         (gnus-ctan-url, gnus-button-ctan-handler)
15932         (gnus-button-handle-ctan-bogus-regexp)
15933         (gnus-button-ctan-directory-regexp)
15934         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15935         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15936         (gnus-button-man-level, gnus-button-emacs-level)
15937         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15938
15939         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15940         (gnus-agent-go-online): Change :version.
15941         (gnus-agent-expire-unagentized-dirs)
15942         (gnus-agent-auto-agentize-methods): Add :version.
15943
15944         * flow-fill.el (fill-flowed-display-column)
15945         (fill-flowed-encode-column): Add :version.
15946
15947         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15948         (gnus-outlook-deuglify-unwrap-max)
15949         (gnus-outlook-deuglify-cite-marks)
15950         (gnus-outlook-deuglify-unwrap-stop-chars)
15951         (gnus-outlook-deuglify-no-wrap-chars)
15952         (gnus-outlook-deuglify-attrib-cut-regexp)
15953         (gnus-outlook-deuglify-attrib-verb-regexp)
15954         (gnus-outlook-deuglify-attrib-end-regexp)
15955         (gnus-outlook-display-hook): Add :version.
15956
15957         * binhex.el (binhex-use-external): Add :version.
15958
15959 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15960
15961         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15962         and `invisible'.
15963
15964 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15965
15966         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15967         in gnus-registry-trim.
15968
15969 2004-09-13  Simon Josefsson  <jas@extundo.com>
15970
15971         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15972
15973         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15974
15975         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15976         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15977         <yamaoka@jpl.org>.
15978         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15979         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15980         <yamaoka@jpl.org>.
15981
15982         * sieve.el (sieve-manage-mode): Ditto.
15983
15984 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15985
15986         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15987
15988 2004-09-11  Simon Josefsson  <jas@extundo.com>
15989
15990         * dns-mode.el: Add.
15991
15992         * mm-view.el (mm-display-dns-inline): Add.
15993
15994         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15995         (mm-automatic-display): Ditto.
15996
15997         * mailcap.el (mailcap-mime-data): Add text/dns.
15998         (mailcap-mime-extensions): Map .soa to text/dns.
15999
16000 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16001
16002         * gnus-art.el (article-decode-mime-words, article-babel)
16003         (gnus-article-highlight-signature, gnus-article-add-buttons)
16004         (gnus-signature-toggle): Remove unnecessary bindings of
16005         `inhibit-read-only' inherited from v5.10 merge.
16006
16007 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16008
16009         * nntp.el (nntp): New customization group.
16010         (nntp-authinfo-file): Add customization group.
16011
16012         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16013
16014         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16015
16016         * gnus.el (to-address, to-list, subscribed)
16017         (large-newsgroup-initial): Ditto.
16018
16019         * flow-fill.el (fill-flowed-display-column)
16020         (fill-flowed-encode-column): Ditto.
16021
16022 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16023
16024         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16025         Use point-min rather than 1.
16026         (message-send-mail): Use buffer-size rather than point-max.
16027
16028         * gnus-sum.el (gnus-summary-search-article-forward):
16029         Signal a specific `search-failed' rather than a generic `error'.
16030
16031         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16032         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16033         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16034
16035 2004-09-10  Simon Josefsson  <jas@extundo.com>
16036
16037         * nndb.el (require): Remove tcp and duplicate cl.
16038
16039 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16040
16041         * gnus-agent.el (directory-files-and-attributes): Move forward.
16042
16043 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16044
16045         * gnus-agent.el (directory-files-and-attributes): Optionally
16046         defined to support XEmacs.
16047
16048 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16049
16050         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16051         to avoid run-time CL dependencies.
16052         (gnus-agent-unfetch-articles): New function.
16053         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16054         article numbers even when local .overview file is missing.
16055         (gnus-agent-read-article-number): New function.  Only accepts
16056         27-bit article numbers.
16057         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16058         gnus-agent-read-article-number.
16059         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16060         from backend while recognizing that article numbers in .overview
16061         must be valid.
16062         (gnus-agent-update-files-total-fetched-for): Use
16063         directory-files-and-attributes to improve performance.
16064         * gnus-int.el (gnus-request-move-article): Use
16065         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16066         improve performance.
16067
16068         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16069         some users confused by references to .newsrc when they only have a
16070         .newsrc.eld file.
16071         (gnus-convert-mark-converter-prompt)
16072         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16073         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16074         New function.  Used internally to only display 'gnus converting
16075         files' message when actually necessary.
16076
16077         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16078         methods now autoloaded.
16079
16080 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16081
16082         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16083         identifiers.
16084
16085 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16086
16087         * gnus-picon.el: Fix indentation and closing parenthesis.
16088
16089 2004-09-01  Simon Josefsson  <jas@extundo.com>
16090
16091         * message.el (message-canlock-generate): Require sha1, not
16092         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16093         to require within a function.  Sadly, if sha1.el isn't loaded, the
16094         let binding in m-c-g will hide the defcustom definition, which is
16095         bad.)
16096
16097         * canlock.el: Require sha1, not sha1-el.
16098
16099         * message.el: Don't autoload sha1 (there is a autoload cookie in
16100         sha1.el).
16101
16102         * sha1-el.el: Renamed to sha1.el.
16103
16104 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16105
16106         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16107
16108 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16109
16110         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16111
16112 2004-08-30  Kim F. Storm  <storm@cua.dk>
16113
16114         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16115
16116         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16117         Add :group 'nnimap.
16118
16119 2004-08-30  Andreas Schwab  <schwab@suse.de>
16120
16121         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16122         ?* and ?\;.
16123
16124         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16125         and ?\' to symbol instead of whitespace.
16126
16127 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16128
16129         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16130
16131         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16132         instead of re-search-forward.
16133
16134         * gnus-uu.el (gnus-uu-save-article): Ditto.
16135         (gnus-uu-post-encode-uuencode): Ditto.
16136
16137         * html2text.el (html2text-clean-list-items): Ditto.
16138         (html2text-clean-dtdd): Ditto.
16139         (html2text-format-tags): Ditto.
16140
16141         * message.el (message-send-mail-with-sendmail): Fix regexp.
16142         (message-fill-field-general): Use search-forward instead of
16143         re-search-forward.
16144         (unbold-region): Ditto.
16145
16146         * nnrss.el (nnrss-request-article): Ditto.
16147
16148         * nnslashdot.el (nnslashdot-request-article): Ditto.
16149
16150         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16151
16152         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16153         "Unrecognized menu descriptor" error in XEmacs.
16154
16155 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16156
16157         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16158         parent article of a sparse article in the thread hashtb.
16159
16160 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16161
16162         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16163         (nnmail-expand-newtext): Lowercase expanded entries if
16164         nnmail-split-lowercase-expanded is non-nil.
16165
16166 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16167
16168         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16169
16170         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16171         of gnus-tmp-news-method into string under XEmacs.  It will be
16172         passed to gnus-correct-length which takes only a string argument.
16173
16174 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16175
16176         * gnus-util.el (gnus-bind-print-variables): New macro.
16177         (gnus-prin1): Use it.
16178         (gnus-prin1-to-string): Use it.
16179         (gnus-pp): New function.
16180         (gnus-pp-to-string): New function.
16181
16182         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16183         Replace pp-to-string with gnus-pp-to-string.
16184         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16185         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16186         * gnus-msg.el (gnus-debug): Ditto.
16187         * gnus-score.el (gnus-score-save): Ditto.
16188         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16189         gnus-pp-to-string.
16190         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16191         with gnus-pp.
16192         * score-mode.el (gnus-score-pretty-print): Ditto.
16193         * webmail.el (webmail-debug): Ditto.
16194
16195 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16196
16197         * gnus-art.el (article-display-face, article-display-x-face):
16198         Use buffer-read-only.
16199
16200 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16201
16202         * gnus-art.el (article-hide-list-identifiers):
16203         Bind inhibit-read-only as t.
16204
16205 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16206
16207         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16208
16209 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16210
16211         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16212         (gnus-narrow-to-page): Don't assume point-min == 1.
16213         (gnus-article-edit-mode): Derive from message-mode.
16214
16215         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16216         point-min == 1.
16217
16218         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16219         Disable incorrect use of `assert'.
16220
16221         * message.el (message-mode): Set comment-start-skip.
16222
16223
16224 2004-08-22  Sam Steingold  <sds@gnu.org>
16225
16226         * pop3.el (pop3-leave-mail-on-server): New user variable.
16227         (pop3-movemail): Delete mail only when it is nil.
16228
16229 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16230
16231         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16232
16233         * mml.el (mml-preview): Use `pop-to-buffer'.
16234
16235         * message.el (message-goto-mail-followup-to): Insert after "To".
16236         (message-carefully-insert-headers): Add comment.
16237
16238         * gnus.el: Remove unused variable `gnus-article-check-size'.
16239
16240         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16241
16242         * gnus-art.el (gnus-button-alist): Improve
16243         `gnus-button-handle-library' entry.
16244
16245 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16246
16247         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16248         downcase, since XEmacs capitalizes error messages differently.
16249
16250 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16251
16252         * nntp.el: Add (require 'gnus) due to reference to
16253         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16254
16255 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16256
16257         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16258         `mm-fill-flowed'.
16259
16260         * mm-decode.el (mm-dissect-singlepart): Check it.
16261
16262 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16263
16264         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16265         'imap' for netrc parsing.
16266
16267 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16268
16269         * mailcap.el (mailcap-mime-data): Mark as risky.
16270
16271 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16272
16273         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16274         may be included in the encoded word.
16275         (rfc2047-encode): Don't append a space if the encoded word
16276         includes close parenthesis.
16277
16278 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16279
16280         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16281         of text within parentheses.
16282
16283 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16284
16285         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16286         (gnus-encrypt-write-file-contents): Make the password key the file
16287         name PLUS the cipher, not just the cipher.  Also remove failed
16288         passwords from the cache.
16289
16290 2004-08-06  Simon Josefsson  <jas@extundo.com>
16291
16292         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16293         fix.
16294
16295 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16296
16297         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16298         LWSP.
16299
16300 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16301
16302         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16303         to append in-reply-to: data to the references: header.
16304
16305         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16306         (netrc-parse): Use gnus-encrypt.el functions.
16307
16308         * gnus-encrypt.el: Add new file for encryption support; currently
16309         does only a few GPG ciphers and an internal XOR cipher.
16310
16311         * password.el: Add comments on using password-read-and-add.
16312         (password-read-and-add): Add function to read and add the
16313         password to the cache at once.
16314
16315 2004-07-28  Simon Josefsson  <jas@extundo.com>
16316
16317         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16318         parameter (but don't use it, for now).
16319
16320         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16321         instead of hard coding to nil.
16322
16323 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16326         as mm-inline-image-xemacs does.
16327
16328 2004-07-26  Simon Josefsson  <jas@extundo.com>
16329
16330         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16331         Revert part of 2004-07-17 change below.
16332
16333 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16336         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16337
16338 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16339
16340         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16341         quotes that actually start with ">" at the beginning of the
16342         lines.
16343
16344 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16345
16346         * rfc2047.el (rfc2047-encode-region): Fix last change.
16347         (rfc2047-encode-parameter): Remove useless concat.
16348
16349 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16350
16351         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16352         encode special characters; fix some kind of misconfigured headers;
16353         signal a real error if debug-on-quit or debug-on-error is non-nil.
16354         (rfc2047-encode-max-chars): New variable.
16355         (rfc2047-encode-1): Use it.
16356         (rfc2047-encode-parameter): New function.
16357
16358         * mml.el (mml-insert-parameter): Remove an excessive space.
16359
16360 2004-07-17  Simon Josefsson  <jas@extundo.com>
16361
16362         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16363         Kai Grossjohann <kai@emptydomain.de>.
16364         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16365         (gnus-group-make-menu-bar): Ditto.
16366
16367         * gnus-util.el (gnus-group-server): Add.
16368
16369 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16370
16371         * message.el (message-clone-locals): Clone sendmail and smtp
16372         variables.
16373
16374 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16375
16376         * rfc2047.el (rfc2047-encode-region): Fix last change.
16377
16378 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16379
16380         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16381         characters as non-special.
16382
16383 2004-07-09  Simon Josefsson  <jas@extundo.com>
16384
16385         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16386         Users will lose all flag changes made while unplugged with
16387         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16388         good default.  See numerous reports on ding mailing list.
16389
16390 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16391
16392         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16393         add generate-head-function and generate-article-function to the
16394         rfc822-forward entry.
16395         (nndoc-rfc822-forward-generate-article): New function.
16396         (nndoc-rfc822-forward-generate-head): New function.
16397
16398         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16399
16400 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16401
16402         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16403         respect display group parameter and gnus-summary-expunge-below.
16404         (gnus-articles-to-read): Remove unused reference to display group
16405         parameter.
16406
16407 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16408
16409         * nnheader.el (nnheader-uniquify-message-id): New experimental
16410         variable.
16411         (nnheader-nov-read-message-id): Use it.
16412
16413         * spam-report.el (spam-report-gmane): Add interactive.
16414
16415 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16416
16417         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16418         qp-or-base64 for the application/* types.
16419
16420 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16421
16422         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16423
16424 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16425
16426         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16427         trim value.
16428
16429 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16430
16431         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16432         New macro and function.
16433         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16434
16435 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16438         after-load-alist.
16439
16440 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16441
16442         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16443         update info that isn't there.
16444
16445 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16446
16447         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16448         entry.
16449
16450 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16451
16452         * mm-view.el (mm-inline-render-with-function): Use multibyte
16453         buffer; decode html source by charset.
16454
16455         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16456
16457         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16458         Mule-UCS is loaded under XEmacs.
16459         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16460
16461 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16462
16463         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16464
16465 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16466
16467         * mm-util.el (mm-coding-system-p): Return a coding-system.
16468         (mm-mime-mule-charset-alist): Use shift_jis instead of
16469         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16470         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16471         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16472         instead of japanese-shift-jis and iso-latin-1 respectively in
16473         order to share the default value with both Emacs and XEmacs-mule.
16474         (mm-mule-charset-to-mime-charset): Make
16475         mm-coding-system-priorities effective.
16476         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16477         while predicating of candidates upon the priorities.
16478
16479 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16480
16481         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16482         gnus-uu-invert-processable.
16483
16484         * gnus.el: Autoload gnus-uu-invert-processable.
16485
16486 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16487
16488         * mm-util.el (mm-with-multibyte-buffer): New macro.
16489
16490         * rfc2047.el (rfc2047-encode-string): Use it.
16491         (rfc2047-encode-region): Move point to the end of the region after
16492         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16493
16494 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16497         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16498
16499 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16500
16501         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16502         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16503         Karl Chen <quarl@nospam.quarl.org>.
16504
16505 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16506
16507         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16508         invalid addresses.
16509
16510 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16511
16512         * spam.el: Change section markers, revise TODO list.
16513         (spam-backends): Make new master list of all installed backends.
16514         (spam-summary-exit-behavior): Add new variable to determine how
16515         messages moves are done at summary exit.
16516         (spam-move-spam-nonspam-groups-only)
16517         (spam-process-ham-in-nonham-groups)
16518         (spam-process-ham-in-spam-groups): Remove variables, the
16519         spam-summary-exit-behavior variable should be used to manage this
16520         behavior.
16521         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16522         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16523         and spam-old-spam-articles.
16524         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16525         Add empty variables, placeholders for the backends they represent.
16526         (spam-set-difference): Move, unchanged.
16527         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16528         unless the user has a processor variable.
16529         (spam-classifications, spam-classification-valid-p)
16530         (spam-backend-properties, spam-backend-property-valid-p)
16531         (spam-backend-function-type-valid-p)
16532         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16533         (spam-report-articles-gmane, spam-report-articles-resend):
16534         Remove functions, they are not needed.
16535         (spam-install-backend-super, spam-backend-list)
16536         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16537         (spam-backend-function, spam-backend-ham-registration-function)
16538         (spam-backend-spam-registration-function)
16539         (spam-backend-ham-unregistration-function)
16540         (spam-backend-spam-unregistration-function)
16541         (spam-backend-statistical-p, spam-backend-mover-p)
16542         (spam-install-backend-alias, spam-install-checkonly-backend)
16543         (spam-install-mover-backend, spam-install-nocheck-backend)
16544         (spam-install-backend, spam-install-statistical-backend)
16545         (spam-install-statistical-checkonly-backend): Add backend installation
16546         support.
16547         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16548         (spam-group-processor-p): Use the new backend code and respect the
16549         summary exit behavior.
16550         (spam-mark-spam-as-expired-and-move-routine): Remove.
16551         (spam-summary-prepare): Change to use the new spam-old-articles
16552         variable.
16553         (spam-copy-or-move-routine, spam-copy-spam-routine)
16554         (spam-move-spam-routine, spam-copy-ham-routine)
16555         (spam-move-ham-routine): Add code to copy/move ham or spam.
16556         (spam-fetch-field-fast): Improve doc and code, plus allow the
16557         'number request.
16558         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16559         variables.
16560         (spam-split, spam-find-spam): Use the new backend code.
16561         (spam-registration-functions): Remove variable.
16562         (spam-unregister-routine): Add convenience wrapper.
16563         (spam-log-undo-registration, spam-register-routine)
16564         (spam-log-processing-to-registry)
16565         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16566         where possible.
16567         (spam-check-gmane-xref, spam-check-regex-headers)
16568         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16569         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16570         (spam-check-bogofilter-headers, spam-check-spamoracle)
16571         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16572         (spam-check-crm114-headers): Use the spam-split-group that
16573         spam-split prepares, no need to determine it every time.
16574
16575         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16576         to the nnheader-parse-naked-head call.
16577
16578         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16579
16580         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16581         the nnheader-nov-read-message-id call.
16582
16583 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16584
16585         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16586         gnus-activate-group twice.  Suggested by Markus Peter
16587         <warp@spin.de>.
16588
16589 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * gnus-art.el (gnus-article-time-format): Exchange the order of
16592         day and month in the default value; fix customization type.
16593         (article-date-ut): Use add-text-properties.
16594         (article-make-date-line): Use message-make-date instead of
16595         current-time-string.
16596
16597         * message.el (message-fetch-field): Don't use set-text-properties.
16598         (message-make-date): Simplify.
16599
16600         * messagexmas.el (message-xmas-make-date): New function.
16601         (message-xmas-redefine): Defalias message-make-date to it.
16602
16603 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16604
16605         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16606         (rfc2047-encode-region): Treat text within parentheses as special;
16607         show the original text when error has occurred.
16608
16609         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16610         already-computed method to gnus-activate-group.
16611
16612         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16613         same select-methods identical Lisp objects.
16614
16615         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16616         object when modifying the info.
16617
16618 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16619
16620         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16621         gnus-opened-servers since it has never been opened with the new
16622         configuration yet.
16623
16624 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16627         arg to nnheader-generate-fake-message-id.
16628
16629 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16630
16631         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16632         number and build a fake message ID localized to a group and
16633         article number (so it's repeatable from that point on).
16634         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16635         ID format.
16636
16637         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16638         nnheader-generate-fake-message-id with the article number.
16639
16640 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16641
16642         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16643         end-of-buffer.
16644
16645 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16646
16647         * message.el (message-ignored-supersedes-headers): Add Approved.
16648
16649 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16650
16651         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16652         goto-char.
16653         (rfc2047-encode): Fold the line before encoding.
16654
16655 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16656
16657         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16658         folding -- not all headers can be folded, and this should be done
16659         by the message composition mode.  Probably.  I think.
16660
16661 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16662
16663         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16664         fast.
16665
16666         * gnus-ems.el (gnus-remove-image): Don't use
16667         message-text-with-property; remove only the image found first.
16668
16669         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16670         found first.
16671
16672 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16673
16674         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16675
16676 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * message.el (message-text-with-property): Make it fast and accept
16679         optional arguments.
16680         (message-strip-forbidden-properties): Use it.
16681         (message-fix-before-sending): Follow the m-t-w-p change.
16682
16683         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16684
16685 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16686
16687         * gnus-art.el (article-hide-headers): Don't change the buffer
16688         mistakenly when performing mml-preview even if
16689         gnus-single-article-buffer is nil.
16690
16691 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16692
16693         * message.el (message-expand-name-databases): New user option.
16694         (message-expand-name): Use it.
16695
16696 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16697
16698         * spam.el (spam-report-articles-resend)
16699         (spam-report-resend-register-routine): Allow ham reporting.
16700         (spam-report-resend-register-ham-routine): Add wrapper.
16701         (spam-registration-functions): Add ham resending functions.
16702         (spam-list-of-processors): Add ham resend processor.
16703
16704         * gnus.el (ham-resend-to): Add new group parameter.
16705         (spam-process): Add ham resend option.
16706
16707         * spam-report.el (spam-report-resend): Allow reporting ham.
16708         (spam-report-resend-ham): Add wrapper.
16709
16710 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16711
16712         * message.el (message-cite-articles-with-x-no-archive): New
16713         variable.
16714         (message-cite-original): Use it.
16715
16716 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16717
16718         * message.el (message-cite-original): Respect X-No-Archive.
16719
16720 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16721
16722         * gnus-art.el (article-hide-headers): Refer to the values for
16723         gnus-ignored-headers and gnus-visible-headers in the summary
16724         buffer since a user may have set them as group parameters.
16725
16726 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16727
16728         * assistant.el (assistant-node-name): Add convenience function.
16729         (assistant-render-text, assistant-render-node): Add error handling,
16730         plus handle multiple next nodes.
16731         (assistant-find-next-node): Comment out for now.
16732         (assistant-find-next-nodes): Add function, returns list of next
16733         nodes.
16734
16735 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16736
16737         * mail-source.el (mail-source-directory): Fix doc-string.
16738
16739 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16740
16741         * assistant.el (assistant-render-text, assistant-eval): Add :set
16742         widget type, which is different because it takes and returns a
16743         list.  Much hilarity ensues.
16744
16745 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16748
16749         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16750         doc-string.
16751
16752         * gnus-start.el (gnus-activate-group): Added doc-string.
16753
16754 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16757
16758 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16759
16760         * assistant.el (assistant-render-text): Try to add a :set
16761         widget, more to come.
16762
16763         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16764         strings.
16765         (spam-report-articles-resend)
16766         (spam-register-routine): Do registration iff any articles warrant
16767         it.
16768         (spam-summary-prepare-exit): Change log message for nil group
16769         destinations.
16770
16771 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16772
16773         * spam.el (spam-report-resend-register-routine): Allow
16774         spam-report-resend-to to be a group parameter or a global value.
16775
16776 2004-05-26  Simon Josefsson  <jas@extundo.com>
16777
16778         * starttls.el: Merge with my GNUTLS based starttls.el.
16779         (starttls-gnutls-program, starttls-use-gnutls)
16780         (starttls-extra-arguments, starttls-process-connection-type)
16781         (starttls-connect, starttls-failure, starttls-success): New
16782         variables.
16783         (starttls-program, starttls-extra-args): Doc fix.
16784         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16785         functions.
16786         (starttls-negotiate, starttls-open-stream): Check
16787         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16788         function if it is set.
16789
16790 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16791
16792         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16793         structured fields.
16794
16795 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16796
16797         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16798
16799 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16800
16801         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16802         variable.
16803         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16804         assigning the spam-mark to new messages.
16805
16806 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16807
16808         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16809
16810 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16811
16812         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16813
16814         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16815         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16816         default.
16817
16818 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16819
16820         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16821         correct data.
16822
16823 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16824
16825         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16826         (spam-group-processor-p): Fix function.
16827         (spam-group-processor-multiple-p)
16828         (spam-group-spam-processor-report-gmane-p)
16829         (spam-group-spam-processor-report-resend-p)
16830         (spam-group-spam-processor-bogofilter-p)
16831         (spam-group-spam-processor-blacklist-p)
16832         (spam-group-spam-processor-ifile-p)
16833         (spam-group-ham-processor-ifile-p)
16834         (spam-group-spam-processor-spamoracle-p)
16835         (spam-group-spam-processor-crm114-p)
16836         (spam-group-ham-processor-bogofilter-p)
16837         (spam-group-spam-processor-stat-p)
16838         (spam-group-ham-processor-stat-p)
16839         (spam-group-ham-processor-whitelist-p)
16840         (spam-group-ham-processor-BBDB-p)
16841         (spam-group-ham-processor-spamoracle-p)
16842         (spam-group-ham-processor-copy-p): Remove functions with some
16843         prejudice against unneeded code.
16844         (spam-report-articles-resend)
16845         (spam-report-resend-register-routine): Allow the group/topic
16846         spam-resend-to value to override spam-report-resend-to.
16847         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16848         properly now.
16849
16850         * gnus.el (spam-resend-to): Add group/topic parameter.
16851         (spam-process): Move the OBSOLETE processors to the end of the
16852         choices.
16853
16854 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16855
16856         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16857         with resend-to set to nil, and then ask the user if necessary.
16858         (spam-report-resend): spam-report-resend takes a list of articles, not
16859         separate article numbers.
16860
16861 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16862
16863         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16864         addition to emacs-w3m.
16865
16866 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16867
16868         * assistant.el (assistant-authinfo-data): New function.
16869         (assistant-eval): Eval for entire assistant.
16870
16871         * netrc.el (netrc-services-file): New variable.
16872         (netrc-parse-services): New function.
16873         (netrc-find-service-name): New function.
16874         (netrc-find-service-number): New function.
16875         (netrc-port-equal): New function.
16876         (netrc-machine): Use it.
16877
16878         * nnimap.el (nnimap-open-connection): Use netrc.
16879
16880         * gnus-util.el (gnus-netrc-get): Remove aliases.
16881
16882         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16883
16884         * assistant.el (wid-edit): Fix compilation.
16885
16886         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16887
16888 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16889
16890         * gnus-util.el (gnus-set-file-modes): New function.  (small
16891         patch).
16892
16893 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16894
16895         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16896
16897         * assistant.el (assistant-render-node): Fix up rendering and
16898         read-only text.
16899         (assistant-render-node): Reset.
16900         (assistant-make-read-only): Not sticky.
16901
16902 2004-05-20  Danny Siu  <dsiu@adobe.com>
16903
16904         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16905         centered even when gnus-auto-center-summary is t.
16906
16907 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16908
16909         * dns.el (dns-get-txt-answer): New function.
16910         (dns-read-txt): Ditto.
16911         (query-dns): Use it.
16912
16913 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16916         active for foreign groups even if the group level is higher than
16917         the specified value.
16918
16919 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16920
16921         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16922         non-active groups.
16923
16924         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16925
16926 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16927
16928         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16929
16930 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16931
16932         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16933         (spam-crm114-header, spam-crm114-spam-switch)
16934         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16935         (spam-crm114-positive-spam-header)
16936         (spam-crm114-database-directory, spam-list-of-processors)
16937         (spam-group-spam-processor-crm114-p)
16938         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16939         (spam-generic-score, spam-list-of-checks)
16940         (spam-list-of-statistical-checks, spam-registration-functions)
16941         (spam-check-crm114-headers, spam-crm114-score)
16942         (spam-check-crm114, spam-crm114-register-with-crm114)
16943         (spam-crm114-register-spam-routine)
16944         (spam-crm114-unregister-spam-routine)
16945         (spam-crm114-register-ham-routine)
16946         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16947         asjo@koldfront.dk (Adam Sjøgren).
16948
16949         * gnus.el: Add spam-use-crm114.
16950
16951         * spam.el (spam-list-of-processors, spam-registration-functions):
16952         Add spam-use-resend.
16953         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16954         (spam-report-articles-gmane): Add doc fix.
16955         (spam-report-articles-resend, spam-report-resend-register-routine):
16956         Add wrappers around spam-report-resend-to.
16957
16958         * spam-report.el (spam-report-resend-to, spam-report-resend):
16959         Add support for resending spam.
16960         (spam-report-gmane): Fix line length >80.
16961
16962         * gnus.el (spam-process): Add spam-use-resend.
16963
16964 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16965
16966         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16967         number of processed spam messages.
16968         (spam-ham-copy-or-move-routine): Return the number of processed
16969         ham messages.
16970         (spam-summary-prepare-exit): Use the above values to decide
16971         whether status messages shouled be displayed.
16972
16973 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16974
16975         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16976         `rfc2047-encoding-function-alist' in order to avoid conflicting
16977         with the old version.
16978         (rfc2047-encode-region): Concatenate words containing non-ASCII
16979         characters in structured fields; don't encode space-delimited
16980         ASCII words even in unstructured fields; don't break words at
16981         char-category boundaries.
16982         (rfc2047-encode-1): New function.
16983         (rfc2047-encode): Use it; encode text so that it occupies the
16984         maximum width within 76-column; work correctly on Q encoding for
16985         iso-2022-* charsets.
16986         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16987         sure not to break a line just after the header name.
16988         (rfc2047-b-encode-region): Removed.
16989         (rfc2047-b-encode-string): New function.
16990         (rfc2047-q-encode-region): Removed.
16991         (rfc2047-q-encode-string): New function.
16992
16993         * mm-util.el (mm-replace-in-string): New function.
16994
16995 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16996
16997         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16998         get it right.
16999         (gnus-inews-make-draft): Really.
17000
17001 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17002
17003         * nnmh.el (nnmh-request-list-1): Don't check the link count
17004         before descending.  (small patch)
17005
17006 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17007
17008         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17009         stuff.
17010
17011         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
17012         on real group name.
17013
17014         * gnus-art.el (gnus-signature-limit): Doc fix.
17015
17016         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17017
17018         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17019
17020 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17021
17022         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17023         isn't a string.
17024
17025 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17026
17027         * gnus-draft.el (gnus-draft-send): Bind
17028         rfc2047-encode-encoded-words.
17029
17030         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17031         (rfc2047-encodable-p): Say that =? needs encoding.
17032         (rfc2047-encode-encoded-words): New variable.
17033
17034         * gnus-group.el (gnus-group-select-group): Doc fix.
17035
17036         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17037
17038         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17039         to nil.
17040
17041         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17042
17043         * nnheader.el (nnheader-get-lines-and-char): New function.
17044
17045 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17046
17047         * gnus-msg.el (gnus-summary-followup-with-original): Document
17048         yanking of region when active.
17049
17050 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17051
17052         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17053         groups if the group level is higher than the specified value.
17054
17055 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17056
17057         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17058         (gnus-group-jump-to-group): Added prefix argument using
17059         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17060         non-active group.
17061
17062         * compface.el (uncompface): Be verbose when changing
17063         `uncompface-use-external'.
17064
17065         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17066         handle manual section.
17067
17068 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17069
17070         * gnus-art.el (gnus-button-alist): Revert previous change.
17071
17072 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17073
17074         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17075
17076 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17077
17078         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17079         whether backend can accept message.
17080
17081         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17082
17083 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17084
17085         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17086         Avoid creating directory when nntp-marks-is-evil is true.
17087         Reported by Reiner Steib.
17088
17089 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17090
17091         * gnus-picon.el (gnus-picon-style): New variable.
17092         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17093         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17094         Jesper Harder <harder@ifa.au.dk>.
17095
17096 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17097
17098         * message.el (message-fill-field): Return point.
17099         (message-generate-headers): Go to end of field.
17100
17101         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17102         stuff for non-living groups.
17103
17104 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17105
17106         * gnus-art.el (gnus-article-followup-with-original)
17107         (gnus-article-reply-with-original): gnus-mark-active-p ->
17108         gnus-region-active-p.
17109
17110 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17111
17112         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17113         only when there is spam or ham to be processed.
17114
17115 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17116
17117         * mail-source.el (mail-source-delete-crash-box): Refactor.
17118         (mail-source-fetch): Use it.
17119         (mail-source-fetch-file): Ditto.
17120         (mail-source-fetch-directory): Run postscript in loop.
17121         (mail-source-fetch-pop): Delete.
17122         (mail-source-fetch-maildir): Ditto.
17123         (mail-source-fetch-imap): Ditto.
17124
17125         * imap.el (imap-authenticators): Comment out sasl.
17126
17127         * message.el (message-skip-to-next-address): New function.
17128         (message-fill-header-address): Refactor.
17129         (message-fill-address): Use it.
17130         (message-delete-address): Use it.
17131         (message-fill-header-general): Refactor.
17132         (message-fill-field-address): Rename.
17133         (message-narrow-to-field): Find the start of the header.
17134         (message-header-format-alist): Don't pre-fill.
17135         (message-fill-header): Removed.
17136         (message-insert-header): New function.
17137         (message-shorten-references): Use it.
17138
17139         * rfc2047.el (rfc2047-field-value): Strip props.
17140
17141         * mail-parse.el (mail-header-make-address): New alias.
17142
17143         * ietf-drums.el (ietf-drums-make-address): New function.
17144
17145         * imap.el: Add compiler directives.
17146
17147         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17148
17149         * gnus-art.el (article-decode-idna-rhs): Don't use
17150         message-idna-inside-rhs-p.
17151
17152 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17153
17154         * message.el (message-idna-inside-rhs-p): Removed.
17155         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17156
17157         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17158         false positives.
17159
17160 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17161
17162         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17163
17164 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17165
17166         * nneething.el (nneething-file-name): Don't create spurious
17167         files.
17168
17169         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17170         (gnus-inews-do-gcc): Remove sleep.
17171
17172         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17173         part under point.
17174
17175         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17176         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17177
17178 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17179
17180         * spam.el (spam-summary-prepare-exit): Fixed (length).
17181
17182 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17183
17184         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17185         as expired without moving it" message when there are spam
17186         messages left.
17187
17188 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17189
17190         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17191         header is not nil.
17192
17193 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17194
17195         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17196         nntp-possibly-create-directory, not nntp-possibly-change-group.
17197         (nntp-marks-changed-p): New arg SERVER.
17198         (nntp-request-update-info): Adjust caller.
17199
17200 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17201
17202         * nntp.el (nntp-save-marks): Pass missing arg.
17203
17204 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17205
17206         * nntp.el: Support marks.
17207         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17208         (nntp-marks-modtime, nntp-marks-directory): New variables.
17209         (nntp-request-set-mark, nntp-request-update-info)
17210         (nntp-possibly-create-directory, nntp-marks-changed-p)
17211         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17212         functions.
17213
17214 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17215
17216         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17217         (gnus-xmas-redefine): Rename.
17218
17219         * gnus-score.el (gnus-score-insert-help): Use
17220         gnus-select-lowest-window.
17221
17222         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17223         appt-select-lowest-window and rename to gnus-select-lowest-window.
17224
17225         * gnus.el: do.
17226
17227 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17228
17229         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17230         encodings of MIME-encoded words, in order to improve
17231         interoperability with several broken MUAs.
17232
17233 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17234
17235         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17236         tags, only when charsets are not specified in headers.
17237         (mm-inline-text-html-render-with-w3m): Ditto.
17238
17239         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17240         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17241
17242 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17243
17244         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17245         instead of MIME-decoded from fields when checking
17246         `gnus-article-address-banner-alist'.
17247
17248 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17249
17250         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17251         description rather than subject.
17252
17253 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17254
17255         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17256
17257 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17258
17259         * gnus.el (gnus-version-number): Bump.
17260
17261 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17262
17263         * gnus.el: No Gnus v0.2 is released.
17264
17265 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17266
17267         * gnus-agent.el (gnus-agent-read-agentview): Inline
17268         gnus-uncompress-range.
17269
17270 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17271
17272         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17273         `exec-installed-p'.
17274
17275 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17276
17277         * gnus.el (spam-process, spam-autodetect-methods): Add
17278         bsfilter and bsfilter-headers.
17279
17280         * spam.el (spam-bsfilter): New customize group.
17281         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17282         (spam-bsfilter-header, spam-bsfilter-probability-header)
17283         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17284         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17285         (spam-bsfilter-database-directory): New options.
17286         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17287         (spam-list-of-statistical-checks, spam-registration-functions):
17288         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17289         (spam-bsfilter-score): New command.
17290         (spam-check-bsfilter-headers, spam-check-bsfilter)
17291         (spam-bsfilter-register-with-bsfilter)
17292         (spam-bsfilter-register-spam-routine)
17293         (spam-bsfilter-unregister-spam-routine)
17294         (spam-bsfilter-register-ham-routine)
17295         (spam-bsfilter-unregister-ham-routine): New functions.
17296         (spam-generic-score): Support bsfilter; Accept an optional argument
17297         to recalcurate spam score even if scoring header has already been
17298         added.
17299         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17300         optional argument to recalcurate spam score even if scoring header
17301         has already been added.
17302
17303 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17304
17305         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17306         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17307         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17308         link is missing.
17309
17310 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17311
17312         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17313         (html2text-get-attr): Rewrite.
17314
17315         * message.el (message-setup-1): Remove redundant put-text-property
17316         on mail-header-separator.
17317
17318 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17319
17320         * gnus-registry.el (gnus-registry-cache-whitespace)
17321         (gnus-registry-action, gnus-registry-spool-action)
17322         (gnus-registry-split-fancy-with-parent): Change message levels
17323         from 5 to 3 or 7, as needed.
17324
17325         * spam.el (spam-summary-prepare-exit)
17326         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17327         (spam-split, spam-find-spam, spam-log-undo-registration)
17328         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17329         level from 5 to 6.
17330
17331 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17332
17333         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17334         2004-03-04 change).
17335
17336 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17337
17338         * sieve-manage.el (sieve-manage-open):
17339         * nnweb.el (nnweb-insert-html):
17340         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17341         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17342         * nnspool.el (nnspool-request-group):
17343         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17344         * nnml.el (nnml-request-update-info):
17345         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17346         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17347         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17348         (nnimap-request-set-mark):
17349         * nnfolder.el (nnfolder-request-update-info):
17350         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17351         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17352         * gnus-uu.el (gnus-uu-find-articles-matching):
17353         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17354         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17355         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17356         * gnus-nocem.el (gnus-nocem-scan-groups):
17357         * gnus-int.el (gnus-start-news-server):
17358         * gnus-group.el (gnus-group-make-kiboze-group)
17359         (gnus-group-browse-foreign-server):
17360         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17361         Use mapc when appropriate.
17362
17363 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17364
17365         FIXME: Make separate entries for each person.
17366
17367         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17368         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17369         <shields@msrl.com>:
17370
17371         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17372         may need for spam sorting and scoring.
17373         (spam-user-format-function-S): Add user format function suitable for
17374         general use.
17375         (spam-article-sort-by-spam-status): Add sorting function for summary
17376         sorting.
17377         (spam-extra-header-to-number): Add function to get a score from a
17378         header.
17379         (spam-summary-score): Add function to get a numeric score from the
17380         headers.
17381         (spam-generic-score): Fix function doc, was in wrong place.
17382         (spam-initialize): Take symbols when it's run, and install the
17383         extra headers that spam-necessary-extra-headers thinks we need.
17384
17385 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17386
17387         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17388         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17389
17390 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17391
17392         * gnus-sum.el (gnus-set-global-variables)
17393         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17394         (gnus-article-get-xrefs, gnus-summary-best-group)
17395         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17396         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17397         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17398         Use with-current-buffer.
17399
17400 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17401
17402         * spam.el (spam-summary-prepare-exit): Simplify logic.
17403         (spam-fetch-article-header): Read the article header if it's not
17404         available.
17405         (spam-list-articles): Simplify logic.
17406         (spam-filelist-register-routine): Fix bug with unregister-list.
17407
17408         * gnus-registry.el: Fix comments at beginning.
17409
17410 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17411
17412         * message.el (message-cater-to-broken-inn): Remove.
17413         (message-shorten-references): Make sure the total folded length of
17414         References is shorter than 998 characters to cater to a bug in INN
17415         2.3.  Also, don't pretend that references aren't folded -- this
17416         hasn't worked for a while.
17417
17418 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17419
17420         * gnus-agent.el (gnus-agentize):
17421         gnus-agent-send-mail-real-function no longer set to current value
17422         of message-send-mail-function but rather a lambda that calls
17423         message-send-mail-function.  The change makes the agent real-time
17424         responsive to user changes to message-send-mail-function.
17425
17426 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17427
17428         * legacy-gnus-agent.el
17429         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17430         help from Florian Weimer <fw@deneb.enyo.de>
17431
17432 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17433
17434         * nnmail.el (nnmail-cache-insert): Revert last change.
17435
17436 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17437
17438         * nnmail.el (nnmail-cache-insert): Always check whether
17439         nnmail-cache-ignore-groups matches a group name.
17440
17441 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17442
17443         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17444         (spam-find-spam, spam-log-processing-to-registry)
17445         (spam-log-registered-p, spam-log-unregistration-needed-p)
17446         (spam-log-undo-registration): Use gnus-message instead of
17447         gnus-error, none of these errors are fatal.
17448
17449         * gnus-registry.el (gnus-registry-clean-empty-function)
17450         (gnus-registry-clean-empty): Remove only empty entries without
17451         extra data.
17452
17453 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17454
17455         * spam-stat.el (spam-stat-buffer-change-to-spam)
17456         (spam-stat-buffer-change-to-non-spam): Change (error) to
17457         (gnus-message 8) invocation.
17458
17459 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17460
17461         * nntp.el (nntp-via-netcat-command): New variable.
17462         (nntp-via-netcat-switches): New variable.
17463         (nntp-open-via-rlogin-and-netcat): New function.
17464         (nntp-open-connection-function): Doc fix.
17465         (nntp-telnet-command): Doc fix.
17466         (nntp-end-of-line): Doc fix.
17467         (nntp-via-rlogin-command): Doc fix.
17468         (nntp-via-user-name): Doc fix.
17469         (nntp-via-address): Doc fix.
17470
17471 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17472
17473         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17474         error in Emacs 21.1.
17475
17476 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17477
17478         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17479
17480 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17481
17482         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17483         (gnus-agent-with-refreshed-group): New macro.
17484         (gnus-agent-rename-group): New function.
17485         (gnus-agent-delete-group): New function.
17486         (gnus-agent-save-group-info): Use gnus-command-method when
17487         `method' parameter is nil.  Don't write nil entries into the
17488         active file.
17489         (gnus-agent-get-group-info): New function.
17490         (gnus-agent-fetch-articles): Use
17491         gnus-agent-update-files-total-fetched-for to increment disk space
17492         used.
17493         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17494         gnus-agent-update-view-total-fetched-for to increment disk space
17495         used.
17496         (gnus-agent-get-local): Added optional parameters to avoid calling
17497         gnus-group-real-name and gnus-find-method-for-group.
17498         (gnus-agent-set-local): Delete stored entry if either min, or max,
17499         are nil.
17500         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17501         quit, use gnus-agent-regenerate-group to record existance of any
17502         articles fetched to disk before the quit occurred.
17503         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17504         gnus-agent-update-view-total-fetched-for, and
17505         gnus-agent-update-files-total-fetched-for to decrement disk space
17506         used.
17507         (gnus-agent-retrieve-headers): Use
17508         gnus-agent-update-view-total-fetched-for to increment disk space
17509         used.
17510         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17511         with gnus-agent-update-files-total-fetched-for to decrement disk
17512         space and fresh group buffer.
17513         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17514         (gnus-agent-need-update-total-fetched-for): New variable.
17515         (gnus-agent-update-files-total-fetched-for): New function.
17516         (gnus-agent-update-view-total-fetched-for): New function.
17517         (gnus-agent-total-fetched-for): New function.
17518
17519         * gnus-cache.el (gnus-cache-save-buffers): Use
17520         gnus-cache-update-overview-total-fetched-for to change disk space
17521         used by this group.
17522         (gnus-cache-possibly-enter-article): Use
17523         gnus-cache-update-file-total-fetched-for to increment disk space
17524         used by this group.
17525         (gnus-cache-possibly-remove-article): Use
17526         gnus-cache-update-file-total-fetched-for to decrement disk space
17527         used by this group.
17528         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17529         (gnus-cache-rename-group): New function.
17530         (gnus-cache-delete-group): New function.
17531         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17532         (gnus-cache-need-update-total-fetched-for): New variable.
17533         (gnus-cache-with-refreshed-group): New macro.
17534         (gnus-cache-update-file-total-fetched-for): New function.
17535         (gnus-cache-update-overview-total-fetched-for): New function.
17536         (gnus-cache-rename-group-total-fetched-for): New function.
17537         (gnus-cache-delete-group-total-fetched-for): New function.
17538         (gnus-cache-total-fetched-for): New function.
17539
17540         * gnus-group.el: Require gnus-sum and autoload functions to
17541         resolve warnings when gnus-group.el compiled alone.
17542         (gnus-group-line-format): Documented new %F.
17543         (size of Fetched data) group line format; identifies disk space
17544         used by agent and cache.
17545         (gnus-group-line-format-alist): Defined new F format.
17546         (gnus-total-fetched-for): New function.
17547         (gnus-group-delete-group): No longer update
17548         gnus-cache-active-altered as gnus-request-delete-group now keeps
17549         the cache in sync.
17550         (gnus-group-list-active): Let the agent store a server's active
17551         list if currently plugged.
17552
17553         * gnus-int.el (gnus-request-delete-group):
17554         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17555         local disk in sync with the server.
17556         (gnus-request-rename-group):
17557         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17558         local disk in sync with the server.
17559
17560         * gnus-start.el (gnus-get-unread-articles):
17561         Cosmetic simplification to logic.
17562
17563         * gnus-util.el (gnus-rename-file): New function.
17564
17565 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17566
17567         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17568
17569 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17570
17571         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17572         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17573
17574 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17575
17576         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17577         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17578
17579 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17582
17583 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17584
17585         * spam.el (spam-set-difference): Add function to replace
17586         gnus-set-difference in spam.el.
17587         (spam-summary-prepare-exit): Use spam-set-difference.
17588
17589 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17590
17591         * gnus-registry.el (gnus-registry-cache-file): Update to use
17592         gnus-dribble-directory OR gnus-home-directory OR ~.
17593         (gnus-registry-split-fancy-with-parent): Fix doc.
17594
17595 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17596
17597         * message.el (message-exchange-point-and-mark): Use
17598         message-mark-active-p.  Suggested by Jesper Harder
17599         <harder@ifa.au.dk>.
17600
17601 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * message.el (message-exchange-point-and-mark): Don't activate
17604         region if it was inactive.  Suggested by Hiroshi Fujishima
17605         <pooh@nature.tsukuba.ac.jp>.
17606
17607 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * gnus-art.el (article-display-face): Display Faces in the same
17610         order as X-Faces.
17611
17612 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17613
17614         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17615
17616 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17619         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17620         (gnus-article-mime-hierarchy): Remove.
17621         (gnus-article-mime-hierarchy-next): Remove.
17622         (gnus-article-mode): Revert 2004-03-19 change.
17623         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17624         (gnus-insert-mime-button): Revert 2004-03-19 change.
17625         (gnus-mime-accumulate-hierarchy): Remove.
17626         (gnus-mime-enter-multipart): Remove.
17627         (gnus-mime-leave-multipart): Remove.
17628         (gnus-mime-display-part): Revert 2004-03-19 change.
17629         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17630
17631         * mml.el (mml-preview): Revert 2004-03-19 change.
17632
17633 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17634
17635         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17636
17637 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17638
17639         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17640         t while entering a file name using the mm-with-multibyte macro.
17641         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17642
17643         * mm-util.el (mm-with-multibyte): New macro.
17644
17645 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17646
17647         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17648         user option.
17649         (gnus-mime-multipart-functions): Doc and customization fix.
17650         (gnus-article-mime-hierarchy): New variable.
17651         (gnus-article-mime-hierarchy-next): New variable.
17652         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17653         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17654         gnus-article-mime-hierarchy-next to nil.
17655         (gnus-insert-mime-button): Show hierarchy numbers.
17656         (gnus-mime-accumulate-hierarchy): New function.
17657         (gnus-mime-enter-multipart): New function.
17658         (gnus-mime-leave-multipart): New function.
17659         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17660         (gnus-mime-display-alternative): Show hierarchy numbers.
17661
17662         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17663         gnus-article-mime-hierarchy-next to nil.
17664
17665 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17666
17667         * dns.el: Don't require gnus-xmas.
17668
17669 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17670
17671         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17672         inline PGP.
17673         (mml-menu): Disable mml-quote-region if mark is inactive.
17674
17675 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17676
17677         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17678         when the group's active is not available.
17679
17680 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17681
17682         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17683         error.
17684
17685 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17686
17687         * imap.el (imap-store-password): New variable.
17688         (imap-interactive-login): Use it.
17689         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17690
17691 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17692
17693         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17694         window-start and hscroll to summary window.
17695
17696 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17697
17698         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17699         conversion message to newsrc-dribble when an actual conversion is
17700         performed.
17701
17702 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17703
17704         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17705
17706 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17707
17708         * mm-decode.el (mm-complicated-handles): New function reviving
17709         former definition of mm-multiple-handles.
17710
17711         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17712         (gnus-mime-delete-part): Use it.
17713
17714 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17715
17716         * gnus-agent.el (gnus-agent-read-local): Bind
17717         nnheader-file-coding-system to gnus-agent-file-coding-system to
17718         avoid the implicit assumption that they will always be equal.
17719         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17720         coding-system-for-write, as the with-temp-file macro first prints
17721         to a buffer then saves the buffer.
17722
17723 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17724
17725         * gnus-art.el (gnus-article-edit-part): New function.
17726         (gnus-mime-save-part-and-strip): Use it; do query instead of
17727         signaling an error; don't use mm-multiple-handles.
17728         (gnus-mime-delete-part): Ditto.
17729
17730 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17731
17732         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17733         old file versions.
17734         (gnus-group-prepare-hook): Removed function that converted list
17735         form of gnus-agent-expire-days to group properties.
17736
17737         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17738         (gnus-request-accept-article): Re-indented.
17739
17740         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17741         converters to handle old agent file formats.  Added logic for a
17742         "backup before upgrading warning".
17743         (gnus-convert-mark-converter-prompt): Developers can mark
17744         functions as needing (default), or not needing,
17745         gnus-convert-old-newsrc's "backup before upgrading warning".
17746         (gnus-convert-converter-needs-prompt): Tests whether the user
17747         should be protected from potentially irreversable changes by the
17748         function.
17749
17750         * legacy-gnus-agent.el: New.  Provides converters that are only
17751         loaded when gnus-convert-old-newsrc needs to call them.
17752
17753 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17754
17755         * mail-source.el (mail-source-touch-pop): Doc fix.
17756
17757         * message.el (message-smtpmail-send-it): Doc fix.
17758
17759 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17760
17761         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17762
17763         * nnmail.el (nnmail-split-fancy): do.
17764
17765         * gnus-kill.el (gnus-kill, gnus-execute): do.
17766
17767 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17768
17769         * gnus-sum.el (gnus-widget-reversible-match)
17770         (gnus-widget-reversible-to-internal)
17771         (gnus-widget-reversible-to-external): New functions.
17772         (gnus-widget-reversible): New widget.
17773         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17774
17775 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17776
17777         * gnus-sum.el (gnus-thread-sort-functions)
17778         (gnus-article-sort-functions): Document `(not F)' items.
17779
17780 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17781
17782         * spam.el (spam-use-gmane-xref): Add new backend.
17783         (spam-gmane-xref-spam-group): Add variable to control the name of the
17784         Gmane spam group.
17785         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17786         (spam-regex-headers-spam, spam-regex-headers-ham)
17787         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17788         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17789         backends and checks.
17790         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17791
17792         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17793         an autodetect method.
17794
17795 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17796
17797         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17798         articles are being added to a group.
17799         (gnus-request-replace-article): Inform the agent that articles
17800         need to be uncached as the cached contents are no longer valid.
17801
17802 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17803
17804         * binhex.el: Don't autoload executable-find.
17805
17806         * canlock.el: Don't autoload mail-fetch-field.
17807
17808         * dgnushack.el: Autoload c-mode for XEmacs.
17809
17810         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17811
17812         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17813         rmail-dont-reply-to and rmail-output.
17814
17815         * gnus-score.el: Don't autoload ffap-string-at-point.
17816
17817         * gnus-setup.el: Don't autoload sc-cite-original.
17818
17819         * imap.el: Don't autoload base64-decode-string,
17820         base64-encode-string and md5.
17821
17822         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17823         and rmail-msg-restore-non-pruned-header.
17824
17825         * mm-decode.el: Don't autoload executable-find.
17826
17827         * mm-url.el: Don't autoload executable-find.
17828
17829         * mm-view.el: Don't autoload diff-mode.
17830
17831         * nndb.el: Don't autoload news-reply-mode, news-setup,
17832         cancel-timer and telnet.
17833
17834         * password.el: Don't autoload run-at-time for Emacs.
17835
17836         * sha1-el.el: Don't autoload executable-find.
17837
17838         * sieve-mode.el: Don't autoload c-mode.
17839
17840         * uudecode.el: Don't autoload executable-find.
17841
17842 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17843
17844         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17845         (gnus-agent-possibly-alter-active): Avoid null in numeric
17846         comparison.
17847         (gnus-agent-set-local): Refuse to save null in local object table.
17848         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17849         list of articles that will be marked as unread.
17850
17851 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17852
17853         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17854
17855 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17856
17857         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17858         language tags.
17859
17860 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17861
17862         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17863         Don't bind "obarray".
17864
17865         * gnus-sum.el (gnus-thread-sort-functions): Added
17866         `gnus-thread-sort-by-most-recent-number' and
17867         `gnus-thread-sort-by-most-recent-date'.
17868         Reported by Kai Grossjohann <kai@emptydomain.de>.
17869
17870 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17871
17872         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17873
17874 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17875
17876         * gnus-cus.el (gnus-agent-customize-category): Removed
17877         ignore-errors macro reference that required cl to be loaded at
17878         run-time.
17879
17880         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17881         single-interval range of the form (min . max).  Previously the
17882         range had to look like ((min . max)).  Likewise, return
17883         (min . max) rather than ((min . max)).
17884         (gnus-range-map): Use gnus-range-normalize to accept
17885         single-interval range.
17886
17887         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17888         the cache, but not the agent, now appear with their usual face.
17889
17890         * dgnushack.el (loaddir): New variable that is bound to the
17891         directory containing the dgnushack.el file. Use loaddir, rather
17892         than srcdir, to update load-path. Change lets dgnushack compile
17893         code in directories other than GNUS/lisp.
17894
17895 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17896
17897         * lpath.el: Don't bind w3m-safe-url-regexp.
17898
17899         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17900         w3m-safe-url-regexp variable buffer-local.
17901
17902         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17903
17904 2004-02-27  Simon Josefsson  <jas@extundo.com>
17905
17906         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17907         gnus-group-real-prefix.
17908         (gnus-summary-move-article): Use it, instead of
17909         gnus-group-real-prefix.
17910
17911 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17912
17913         * lpath.el: Bind w3m-safe-url-regexp.
17914
17915         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17916         w3m-safe-url-regexp variable buffer-local and set it as the value
17917         of mm-w3m-safe-url-regexp.
17918
17919         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17920
17921         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17922         parsing gnus-posting-styles when the message is not for replying.
17923
17924         * dgnushack.el: Autoload sgml-mode for XEmacs.
17925
17926         * nnrss.el (nnrss-opml-export): Use
17927         mm-set-buffer-file-coding-system instead of
17928         set-buffer-file-coding-system.
17929
17930 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17931
17932         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17933         of checkdoc.el).
17934         * nnrss.el: do.
17935         * gnus-mlspl.el: do.
17936         * gnus-ml.el: do.
17937         * gnus-srvr.el: do.
17938
17939         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17940
17941 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17942
17943         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17944         Corrections to custom-manual links.
17945
17946         * gnus-art.el (gnus-article): Ditto.
17947
17948         * mm-decode.el (mime-display, mime-security): Ditto.
17949
17950 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17951
17952         * flow-fill.el: Typo.
17953
17954 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17955
17956         * spam-wash.el: New file.
17957
17958 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17959
17960         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17961
17962 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17963
17964         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17965         to be run with new-articles as LIST1, not LIST2.
17966         (spam-registration-functions): Add spam-use-ham-copy as a nil
17967         registration backend.
17968
17969 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17970
17971         * spam-stat.el (spam-stat-washing-hook): New option.
17972         (spam-stat-buffer-words): Use it.
17973         (spam-stat-process-directory, spam-stat-test-directory): Use
17974         insert-file-contents-literally.
17975         (spam-stat-coding-system): New variable.
17976         (spam-stat-load, spam-stat-save): Use it.
17977
17978 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17979
17980         * spam-report.el (spam-report-plug-agent): Quote
17981         spam-report-url-to-file and spam-report-url-ping-plain.
17982
17983 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17984
17985         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17986         / in mailto URLs.
17987
17988 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17989
17990         * spam-report.el (spam-report-process-queue): Fix interactive use.
17991         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17992         (spam-report-unplug-agent): Doc fixes.
17993         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17994         (spam-report-agentize, spam-report-deagentize): Autoload.
17995
17996 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17997
17998         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17999
18000         * message.el (message-setup-fill-variables): Add mml tags to
18001         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18002         <ajk@iu.edu>.
18003         (message-mode): Don't modify paragraph-separate there.
18004
18005 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18006
18007         * compface.el (uncompface-use-external): Default to undecided.
18008         (uncompface-use-external-threshold): New variable.
18009         (uncompface-float-time): New macro.
18010         (uncompface): Determine whether to use the external decoder if
18011         uncompface-use-external is undecided.
18012
18013 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18014
18015         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18016         after images.
18017
18018         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18019
18020 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18021
18022         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18023
18024         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18025
18026         * gnus-sum.el (gnus-summary-limit-to-age)
18027         (gnus-summary-limit-children): do.
18028
18029         * gnus-int.el (gnus-request-scan): do.
18030
18031         * gnus-group.el (gnus-group-suspend): do.
18032
18033         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18034
18035         * gnus-cite.el (gnus-cite-parse-attributions): do.
18036
18037         * gnus-agent.el (gnus-summary-set-agent-mark)
18038         (gnus-agent-regenerate-group): do.
18039
18040         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18041
18042         * binhex.el (binhex-decode-region-internal): do.
18043
18044 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18045
18046         * gnus-fun.el (gnus-face-properties-alist): New user option.
18047         (gnus-display-x-face-in-from): Use it.
18048
18049         * gnus-art.el (article-display-face): Ditto.
18050
18051         * compface.el (uncompface-use-external): Default to nil.
18052
18053 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18054
18055         * nntp.el (nntp-erase-buffer): New function.
18056         (nntp-retrieve-data, nntp-send-command)
18057         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18058         (nntp-possibly-change-group): Use it.
18059
18060         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18061         with-current-buffer.
18062
18063 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18064
18065         * compface.el: Merge the ELisp-based uncompface program.
18066         (compface): New customization group.
18067         (uncompface-use-external): New user option.
18068         (uncompface): Call uncompface-internal if uncompface-use-external
18069         is nil.
18070         (uncompface-internal): New function.  Note that there are also
18071         some other functions and variables added for this function.
18072
18073 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18074
18075         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18076         if necessary.
18077
18078 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18079
18080         * spam-report.el (spam-report-unplug-agent)
18081         (spam-report-plug-agent, spam-report-deagentize)
18082         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18083         Add support for the Agent in spam-report: when unplugged, report to a
18084         file; when plugged, submit all the requests.
18085
18086         * spam.el (spam-register-routine): Fix message about
18087         registration.
18088
18089 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18090
18091         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18092         dependencies.
18093         (rfc2047-encode): Use it.
18094
18095         * gnus-art.el (gnus-button-marker-list): Move before first
18096         reference.
18097
18098         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18099         (imap-parse-body): Fix format string mismatch.
18100
18101         * gnus-score.el (gnus-summary-increase-score): do.
18102
18103         * nnrss.el (nnrss-close): New function.
18104
18105 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18106
18107         * nnrss.el (nnrss-make-filename): New function.
18108         (nnrss-request-delete-group, nnrss-read-server-data)
18109         (nnrss-save-server-data, nnrss-read-group-data)
18110         (nnrss-save-group-data): Use it.
18111         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18112         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18113         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18114
18115 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18116
18117         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18118
18119 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18120
18121         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18122         files.
18123
18124         * message.el (message-generate-headers-first): Don't quote nil
18125         and t in docstrings.
18126
18127         * imap.el (imap-id): do.
18128
18129         * gnus-agent.el (gnus-agent-consider-all-articles)
18130         (gnus-agent-queue-mail): do.
18131
18132 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18133
18134         * spam-report.el (spam-report-process-queue): New function.
18135         Process requests from `spam-report-requests-file'.
18136         (spam-report-process-queue): Doc fix.
18137
18138 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18139
18140         * spam.el (spam-register-routine)
18141         (spam-log-processing-to-registry, spam-log-registered-p)
18142         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18143         Change "check" to "spam-check" for semi-clarity.
18144
18145 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18146
18147         * pop3.el: Require nnheader.
18148
18149         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18150
18151         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18152
18153         * gnus-picon.el: Require cl.
18154
18155         * gnus-fun.el: Require gnus-ems and gnus-util.
18156
18157         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18158
18159         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18160
18161         * gnus-art.el (gnus-article-edit-mode): Define before first
18162         reference.
18163
18164 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18165
18166         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18167         (gnus-uu-post-encoded): Use point-at-bol.
18168
18169         * gnus-topic.el (gnus-group-active-topic-p): do.
18170
18171         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18172
18173         * gnus-group.el (gnus-group-kill-region): do.
18174
18175         * gnus-art.el (article-date-ut): do.
18176
18177         * message.el (message-fetch-field): Remove redundant
18178         case-fold-search binding.
18179         (message-narrow-to-field): Simplify.
18180
18181 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18182
18183         * spam.el (spam-directory): Derive from `gnus-directory'.
18184
18185         * spam-report.el (spam-report-url-to-file)
18186         (spam-report-requests-file): New function and variable for offline
18187         reporting.
18188         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18189         and user defined function.
18190         (spam-report-url-ping-mm-url): Remove doubled slash.
18191
18192 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18193
18194         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18195
18196 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18197
18198         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18199         format string mismatch.
18200
18201         * sieve.el (sieve-deactivate-all): do.
18202
18203         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18204
18205         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18206
18207         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18208
18209         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18210
18211 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18212
18213         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18214         the list of checks.
18215
18216 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18217
18218         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18219         padding.
18220
18221 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18222
18223         * mm-view.el (mm-fill-flowed): New variable.
18224         (mm-inline-text): Use it.
18225
18226 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18227
18228         * spam.el (spam-spamassassin-register-ham-routine)
18229         (spam-spamassassin-register-spam-routine): Fix function names.
18230
18231 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18232
18233         * gnus.el (gnus-tmp-grouplens): Remove.
18234         (gnus-summary-line-format): Remove grouplens.
18235
18236         * gnus-group.el (gnus-group-line-format): Ditto.
18237
18238         * gnus-spec.el (gnus-format-specs): Ditto.
18239         (gnus-update-format-specifications): Flush the group format spec
18240         cache if there's the grouplens stuff.
18241         (gnus-parse-simple-format): Replace %l with the empty string.
18242
18243 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18244
18245         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18246         omission.
18247
18248 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18249
18250         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18251         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18252
18253 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18254
18255         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18256         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18257         New macros and functions.
18258         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18259         Handle > NLINK_MAX messages.
18260         * nnmaildir.el (nnmaildir-request-set-mark): Use
18261         nnmaildir--emlink-p and nnmaildir--eexist-p.
18262
18263 2004-01-25  Alex Schroeder  <alex@gnu.org>
18264
18265         * spam-stat.el (spam-stat-process-directory-age): New option.
18266         (spam-stat-process-directory): Use it.
18267
18268 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18269
18270         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18271         (spam-stat-save): Accept prefix argument.
18272
18273 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18274
18275         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18276         links" error.
18277
18278 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18279
18280         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18281         the rest of the and/or forms.
18282
18283 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18284
18285         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18286         compatibility with old .newsrc.eld files.
18287
18288         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18289
18290         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18291
18292         * gnus-start.el (gnus-1): do.
18293
18294         * gnus-group.el (gnus-group-line-format-alist): do.
18295
18296         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18297
18298         * gnus-gl.el: Remove.
18299
18300 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18301
18302         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18303         marks consisting of a single range {for example, (3 . 5)} rather
18304         than a list of a single range { ((3 . 5)) }.
18305
18306 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18307
18308         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18309         with-current-buffer.
18310         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18311         avoid consing a string.
18312
18313         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18314         Remove obsolete entries for big5 and gb2312.
18315
18316 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18317
18318         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18319         uncompressed list.
18320
18321 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18322
18323         * spam-stat.el (spam-stat-strip-xref): New function.
18324         (spam-stat-process-directory): Use it.
18325
18326         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18327         here -- it's done in message-fetch-field.
18328
18329 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18330
18331         * gnus-agent.el (gnus-agent-queue-mail)
18332         (gnus-agent-prompt-send-queue): New variables.
18333         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18334         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18335         "nndraft:queue" along to gnus-draft-send.  Use
18336         gnus-agent-prompt-send-queue.
18337         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18338         is "nndraft:queue".  Suggested by Gaute Strokkenes
18339         <gs234@srcf.ucam.org>
18340
18341         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18342         (agent-enable-undownloaded-faces): Added.
18343         (gnus-agent-cat-groups): Use eval-and-compile, not
18344         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18345         method of gnus-agent-cat-groups even when the buffer has been
18346         evaled.
18347         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18348         delete gnus-agent-save-active-1.
18349         (gnus-agent-save-groups): Deleted.  Identical to
18350         gnus-agent-save-active.
18351         (gnus-agent-write-active): No longer adjust agent's copy of active
18352         file as agent's adjustments are now stored in their own
18353         file.  Removed optional parameter.
18354         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18355         servers.  Add use of min/max range limits from server's local
18356         file.
18357         (gnus-agent-save-alist): Removed unused optional argument.
18358         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18359         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18360         (gnus-agent-set-local): A per-server file that keeps min/max range
18361         limits for articles known to the agent.  Provides a fast mechanism
18362         for altering many active ranges.
18363         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18364         active file (local makes it unnecessary).
18365         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18366
18367         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18368         (agent-enable-undownloaded-faces): Added.
18369
18370         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18371         disable it when sending to "nndraft:queue".
18372         (gnus-group-send-queue): Add safety check to avoid sending queue
18373         when unplugged.
18374
18375         * gnus-group.el (gnus-group-catchup): Use new
18376         gnus-sequence-of-unread-articles, not
18377         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18378         numbers of articles.  Use gnus-range-map to avoid having to
18379         uncompress the unread list.
18380         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18381         Fixed invalid ange-ftp reference.
18382
18383         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18384         (gnus-sorted-range-intersection): Intersection of two ranges
18385         without requiring that they first be uncompressed.
18386
18387         * gnus-start.el (gnus-activate-group): Unless blocked by the
18388         caller, possibly expand the active range to include both cached
18389         and agentized articles.
18390         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18391         multiple version-dependent converters.
18392         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18393         gnus-agent-save-active.
18394         (gnus-save-newsrc-file): Save dirty agent range limits.
18395
18396         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18397         gnus-agent-possibly-alter-active.
18398         (gnus-adjust-marked-articles): Faster handling of simple lists.
18399
18400 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18401
18402         * spam-stat.el (spam-stat-test-directory): New optional argument
18403         displays a list of files detected.  Suggested by Andrew Cohen
18404         <cohen@andy.bu.edu>.
18405         (spam-stat-buffer-words-with-scores): Don't narrow and change
18406         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18407
18408 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18409
18410         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18411         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18412         (spam-spamassassin-arguments)
18413         (spam-spamassassin-spam-flag-header)
18414         (spam-spamassassin-positive-spam-flag-header)
18415         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18416         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18417         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18418         (spam-list-of-processors, spam-list-of-checks)
18419         (spam-list-of-statistical-checks, spam-registration-functions)
18420         (spam-check-spamassassin-headers, spam-check-spamassassin)
18421         (spam-spamassassin-score)
18422         (spam-spamassassin-register-with-sa-learn)
18423         (spam-spamassassin-register-spam-routine)
18424         (spam-spamassassin-register-ham-routine)
18425         (spam-assassin-register-spam-routine)
18426         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18427         (spam-bogofilter-score): Fix to show article before scoring.
18428
18429 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18430
18431         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18432         default scoring function.
18433         (spam-generic-score): Call spam-spamassassin-score if
18434         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18435         spam-bogofilter-score otherwise.
18436
18437         * gnus.el (spam-process, spam-autodetect-methods): Add
18438         spamassassin and spamassassin-headers.
18439
18440 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18441
18442         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18443         Suppress unnecessary messages.
18444
18445 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18446
18447         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18448         make-hash-table.
18449
18450 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * canlock.el (base64-encode-string): Don't autoload it.
18453
18454 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18455
18456         * run-at-time.el: Remove useless (require 'itimer),
18457         eval-and-compile and (featurep 'xemacs).
18458
18459 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18460
18461         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18462         GROUP is a virtual group.
18463
18464 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18465
18466         * gnus.el: Autoload `message-y-or-n-p'.
18467
18468 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18469
18470         * pgg-parse.el: Remove unnecessary (require 'custom).
18471
18472         * pgg-def.el: do.
18473
18474         * nnmail.el: do.
18475
18476         * gnus-undo.el: do.
18477
18478         * gnus-picon.el: do.
18479
18480         * gnus-util.el: do.
18481
18482 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18483
18484         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18485
18486 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18489         handle, as well as a list.
18490
18491         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18492         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18493         (mm-w3m-cid-retrieve): Simplify.
18494
18495 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18496
18497         * message.el (message-kill-to-signature): Allow prefix arg to
18498         specify number of lines to keep before signature.
18499
18500 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18501
18502         * message.el (message-kill-to-signature): Change docstring.
18503
18504 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18505
18506         * canlock.el: Always require sha1-el.
18507         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18508
18509         * message.el: Autoload sha1 only when compiling.
18510
18511         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18512         eudc-expand-inline for XEmacs.
18513
18514 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * message.el (message-canlock-generate): Require sha1-el.
18517
18518 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18519
18520         * message.el (message-expand-name): Silence the byte compiler.
18521
18522         * lpath.el: Add detect-coding-system.
18523
18524         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18525         cus-edit.
18526
18527 2004-01-13  Simon Josefsson  <jas@extundo.com>
18528
18529         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18530         Invoke gnus-score-mode.  Reported by
18531         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18532
18533         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18534         Jim Blandy <jimb@redhat.com> (tiny change).
18535
18536 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18537
18538         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18539
18540 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18541
18542         * spam.el (spam-get-article-as-string): Update to use
18543         gnus-request-article-this-buffer, much simpler.
18544         (spam-get-article-as-buffer): Remove.
18545
18546 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18547
18548         * message.el (message-expand-name): Use EUDC if the user uses that.
18549
18550 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18551
18552         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18553         character for the encoding to avoid consing a string.
18554
18555         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18556         unnecessarily.
18557
18558         * mm-util.el (mm-replace-chars-in-string): Remove.
18559
18560         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18561         of mm-replace-chars-in-string.
18562
18563 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18564
18565         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18566
18567         * mm-util.el (mm-subst-char-in-string): Support inplace.
18568
18569         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18570         a new string in every iteration.  Use shy groups.
18571
18572 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18573
18574         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18575         * gnus-soup.el (gnus-soup-group-brew):
18576         * gnus-msg.el (gnus-put-message):
18577         * gnus-move.el (gnus-group-move-group-to-server):
18578         * gnus-kill.el (gnus-batch-score):
18579         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18580         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18581         (gnus-group-update-group, gnus-group-read-group)
18582         (gnus-group-make-group, gnus-group-make-help-group)
18583         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18584         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18585         (gnus-group-sort-by-unread, gnus-group-catchup)
18586         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18587         (gnus-group-yank-group, gnus-group-set-info)
18588         (gnus-group-list-groups):
18589         * gnus.el (gnus-generate-new-group-name):
18590         * gnus-delay.el (gnus-delay-send-queue):
18591         * nnvirtual.el (nnvirtual-catchup-group):
18592         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18593         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18594         (gnus-group-prepare-topics, gnus-topic-check-topology):
18595         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18596         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18597         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18598         (gnus-group-make-articles-read):
18599         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18600         (gnus-group-change-level, gnus-kill-newsgroup)
18601         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18602         (gnus-get-unread-articles, gnus-make-articles-unread)
18603         (gnus-make-ascending-articles-unread): Use accessor
18604         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18605         to get group information for improved readability.
18606
18607
18608 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18609
18610         * gnus-art.el (article-decode-mime-words, article-babel)
18611         (gnus-article-highlight-signature, gnus-article-add-buttons)
18612         (gnus-signature-toggle): Use gnus-with-article-buffer.
18613
18614         * gnus-art.el (gnus-article-highlight-headers)
18615         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18616
18617         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18618         (gnus-article-set-globals, gnus-request-article-this-buffer)
18619         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18620         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18621         (gnus-mime-display-alternative): Use with-current-buffer.
18622
18623 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18624
18625         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18626         also under 80 char limit, and call gnus-error if needed.
18627         (spam-fetch-article-header): Fix - it was a
18628         buffer-local variable (gnus-newsgroup-data).
18629         (spam-find-spam): Use spam-generate-fake-headers, forget about
18630         spam-insert-fake-headers.
18631         (spam-insert-fake-headers): Remove.
18632
18633 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18634
18635         * deuglify.el (gnus-article-outlook-unwrap-lines)
18636         (gnus-outlook-rearrange-article)
18637         (gnus-outlook-repair-attribution-outlook)
18638         (gnus-outlook-repair-attribution-block)
18639         (gnus-outlook-repair-attribution-other): Remove redundant
18640         save-excursion.
18641
18642 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18643
18644         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18645         (spam-fetch-field-subject-fast)
18646         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18647         (spam-fetch-article-header): Add functions to deal with Gnus
18648         internals for fast retrieval of article header data.
18649         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18650
18651 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18652
18653         * pop3.el (pop3-md5): Remove.
18654         (pop3-apop): Replace pop3-md5 with md5.
18655
18656         * mm-bodies.el: base64 is always built-in.
18657
18658         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18659         with-current-buffer.
18660
18661 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18662
18663         * canlock.el (canlock-insert-header): Remove excessive grouping in
18664         regexp.
18665
18666         * gnus-sum.el (gnus-summary-read-document): Ditto.
18667
18668         * gnus-uu.el (gnus-uu-part-number): Ditto.
18669
18670         * html2text.el (html2text-remove-tags): Ditto.
18671         (html2text-format-tags): Ditto.
18672         (html2text-format-single-elements): Ditto.
18673
18674         * mml.el (mml-parse-1): Ditto.
18675
18676 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18677
18678         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18679
18680         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18681
18682         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18683
18684         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18685
18686 2003-11-15  Simon Josefsson  <jas@extundo.com>
18687
18688         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18689         (pgg-gpg-lookup-key): Use regexp match instead of
18690         split-string (split-string is different between emacs 21.2 and
18691         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18692
18693 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18694
18695         * gnus-art.el (gnus-mime-view-all-parts)
18696         (gnus-article-part-wrapper, gnus-article-view-part): Use
18697         with-current-buffer.
18698
18699 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18700
18701         * spam.el (spam-disable-spam-split-during-ham-respool)
18702         (spam-spamoracle-database, spam-cache-lookups)
18703         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18704         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18705         (spam-group-ham-marks, spam-group-spam-marks)
18706         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18707         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18708         also add spam-use-blackholes to the statistical checks.
18709         (spam-fetch-field-fast): Add interface to fetching fields, may
18710         become a macro.
18711         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18712         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18713         (spam-insert-fake-headers): Fake an article when needed.
18714         (spam-find-spam): Fake article when possible.
18715         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18716         (spam-check-bogofilter-headers): Use message-fetch-field instead
18717         of nnmail-fetch-field.
18718
18719 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18720
18721         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18722
18723 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18724
18725         * spam.el (spam-split): Do not require spam-use-CHECK to be
18726         enabled if that check is passed to spam-split explicitly; also
18727         fix so 'spam doesn't get converted to spam-split-group when
18728         spam-split-symbolic-return is t.
18729         (spam-find-spam): Find registrations of the article and use those
18730         instead of re-running spam-split to find the spam/ham
18731         classification of the article.
18732         (spam-log-processing-to-registry, spam-log-registered-p)
18733         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18734         Use gnus-error instead of gnus-message.
18735         (spam-log-registration-type): Add function to determine the
18736         classification of a message based on registry entries; will
18737         return nil if both 'spam and 'ham are found.
18738         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18739         a reasonably fast local cache without the loading errors.
18740         (spam-cache-lookups): Set to t by default.
18741         (spam-find-spam): Don't try to guess spam-cache-lookups.
18742         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18743         spam-caches entry.
18744         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18745         caching of whitelist/blacklist entries.
18746         (spam-check-whitelist, spam-check-blacklist): Invoke
18747         spam-from-listed-p with a type, not a cache variable.
18748         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18749
18750 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18751
18752         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18753
18754         * nnmail.el (nnmail-split-fancy): do.
18755
18756         * mml.el (mml-parse): do.
18757
18758         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18759         (gnus-score-adaptive): do.
18760
18761 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18762
18763         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18764         (gnus-mime-button-map): Don't set keymap parent.
18765         (gnus-button-ctan-directory-regexp): Use shy grouping.
18766         (gnus-prev-page-map): Don't set keymap parent.
18767         (gnus-prev-page-map): Remove duplicated one.
18768         (gnus-next-page-map): Don't set keymap parent.
18769         (gnus-mime-security-button-map): Ditto.
18770
18771         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18772         version number.
18773
18774         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18775
18776 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18777
18778         * canlock.el (canlock-sha1-function): Remove.
18779         (canlock-sha1-function-for-verify): Remove.
18780         (canlock-openssl-program): Remove.
18781         (canlock-openssl-args): Remove.
18782         (canlock-ignore-errors): Remove.
18783         (canlock-sha1-with-openssl): Remove.
18784         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18785         (canlock-verify): Don't use canlock-ignore-errors.
18786
18787         * sha1-el.el (sha1-string-external): Make it can return a string
18788         in binary form.
18789         (sha1-region-external): Ditto.
18790         (sha1-string-internal): Ditto.
18791         (sha1-region-internal): Ditto.
18792         (sha1-region): Ditto.
18793         (sha1-string): Ditto.
18794         (sha1): Ditto.
18795
18796 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18797
18798         * spam.el (spam-report-articles-gmane): New command.
18799
18800 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18801
18802         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18803
18804         * run-at-time.el (run-at-time-saved): Remove.
18805         (run-at-time): Doc fix.
18806
18807 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18808
18809         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18810         (gnus-summary-limit-map): Add it.
18811         (gnus-summary-make-menu-bar): do.
18812
18813 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18814
18815         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18816         Make attempt at some caching support (done for BBDB only now).
18817         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18818         addresses to be checked.
18819         (spam-clear-cache-BBDB): Add function, to be invoked by
18820         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18821         (spam-check-BBDB): Check and use the caches, if
18822         spam-cache-lookups is on, remove superfluous (provide).
18823
18824 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18825
18826         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18827
18828 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18829
18830         * run-at-time.el (run-at-time-saved): Move to after the definition
18831         of `run-at-time'.
18832
18833         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18834
18835 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18836
18837         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18838         mm-w3m-local-map-property.
18839
18840         * mm-view.el (mm-w3m-mode-map): Remove.
18841         (mm-w3m-local-map-property): Remove.
18842         (mm-inline-text-html-render-with-w3m): Don't use
18843         mm-w3m-local-map-property.
18844
18845 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18846
18847         * run-at-time.el: New file.
18848
18849         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18850         under Emacs.
18851
18852         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18853         of gnus-set-text-properties.
18854
18855         * gnus-uu.el (gnus-uu-save-article): Ditto.
18856
18857         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18858
18859         * gnus-cite.el (gnus-cite-parse): Ditto.
18860
18861         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18862         of gnus-.
18863
18864         * gnus-xmas.el (run-at-time): Require run-at-time.
18865
18866         * gnus.el: Changed calls to nnheader-run-at-time and
18867         password-run-at-time throughout to use run-at-time directly.
18868
18869         * password.el: Removed definition of run-at-time.
18870
18871         * nnheaderxm.el: Remove definition of run-at-time.
18872
18873 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18874
18875         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18876         in prompt.
18877
18878 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18879
18880         * messagexmas.el (message-xmas-redefine): Alias
18881         `message-make-caesar-translation-table' to
18882         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18883         version.
18884
18885         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18886         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18887         `gnus-xmas-set-text-properties'.
18888         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18889         `gnus-xmas-completing-read'.
18890         (gnus-xmas-completing-read): Removed.
18891         (gnus-xmas-open-network-stream): Removed.
18892
18893         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18894         XEmacs version.
18895
18896         * dns.el (dns-make-network-process): Use `open-network-stream'
18897         instead of `gnus-xmas-open-network-stream'.
18898
18899         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18900
18901         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18902
18903 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18904
18905         * gnus-art.el (gnus-mime-display-alternative)
18906         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18907         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18908         Don't use gnus-local-map-property.
18909
18910         * gnus-util.el (gnus-local-map-property): Remove.
18911
18912         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18913         gnus-completing-read-maybe-default with completing-read.
18914
18915         * gnus-util.el (gnus-completing-read): do.
18916         (gnus-completing-read-maybe-default): Remove.
18917
18918 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18919
18920         * password.el: Only autoload `run-at-time' if not XEmacs.
18921         Only autoload the itimer functions if XEmacs.
18922
18923 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18924
18925         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18926         XEmacsen.
18927
18928         * dgnushack.el: Autoload executable-find for XEmacs.
18929
18930 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18931
18932         * gnus-art.el (gnus-read-string): Remove.
18933         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18934         read-string.
18935
18936 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18937
18938         * netrc.el: Autoload password-read.
18939         (netrc): Add configuration group.
18940         (netrc-encoding-method, netrc-openssl-path): Add
18941         variables for encoding and decoding of files with symmetric
18942         ciphers.
18943         (netrc-encode): Add assistant function to encode a file with
18944         netrc-encoding-method.
18945         (netrc-parse): Add interactive parameter, added optional
18946         decoding if netrc-encoding-method is non-nil but otherwise
18947         behavior is standard.
18948         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18949         Do s/encode/encrypt/ everywhere.
18950
18951         * spam.el: Remove executable-find autoload.
18952
18953 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18954
18955         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18956
18957         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18958
18959 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18960
18961         * gnus-art.el (gnus-treat-ansi-sequences)
18962         (article-treat-ansi-sequences): New variable and function.
18963         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18964
18965         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18966         Use it.
18967
18968 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18969
18970         * mm-util.el (mm-quote-arg): Remove.
18971
18972         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18973         shell-quote-argument.
18974
18975         * gnus-uu.el (gnus-uu-command): do.
18976
18977         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18978
18979         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18980         with make-char.
18981
18982         * mm-util.el (mm-make-char): Remove.
18983
18984         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18985         add-minor-mode.
18986
18987         * gnus-undo.el (gnus-undo-mode): do.
18988
18989         * gnus-topic.el (gnus-topic-mode): do.
18990
18991         * gnus-sum.el (gnus-dead-summary-mode): do.
18992
18993         * gnus-start.el (gnus-slave-mode): do.
18994
18995         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18996
18997         * gnus-ml.el (gnus-mailing-list-mode): do.
18998
18999         * gnus-gl.el (gnus-grouplens-mode): do.
19000
19001         * gnus-draft.el (gnus-draft-mode): do.
19002
19003         * gnus-dired.el (gnus-dired-mode): do.
19004
19005         * gnus-ems.el (gnus-add-minor-mode): Remove.
19006
19007         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19008         Replace gnus-char-width with char-width.
19009
19010         * gnus-ems.el (gnus-char-width): Remove.
19011
19012         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19013         Replace gnus-char-width with char-width.
19014
19015         * gnus-ems.el (gnus-char-width): Remove.
19016
19017         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19018         definition.
19019         Remove Emacs 20 hash table compatibility code.
19020
19021         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19022         20 compatibility code.
19023
19024         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19025
19026         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19027
19028         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
19029         with point-at-{eol,bol}.
19030
19031         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19032
19033         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19034
19035         * flow-fill.el (fill-flowed-point-at-bol)
19036         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19037
19038         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19039         Replace with point-at-{eol,bol} throughout all files.
19040
19041 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19042
19043         * ntlm.el (ntlm-string-as-unibyte): New macro.
19044         (ntlm-build-auth-response): Use it.
19045
19046         Remove Emacs 20 stuff:
19047         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19048         (butlast, mapc, remove): Remove the compiler macros.
19049         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19050         of delq and copy-sequence.
19051         * gnus-art.el (popup-menu): Remove the compiler macro.
19052         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19053         Emacs 20.
19054
19055 2004-01-05  Simon Josefsson  <jas@extundo.com>
19056
19057         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19058         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19059         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19060         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19061         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19062         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19063         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19064         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19065         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19066         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19067         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19068         string-xor into ntlm-string-xor.  Suggested by
19069         Jesper Harder <harder@myrealbox.com>.
19070
19071         * ntlm.el: Don't include poem.
19072
19073         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19074         Jesper Harder <harder@myrealbox.com>.
19075
19076         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19077
19078         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19079         probably breaks emacs with DL patch, but do we care? Is anyone
19080         still using the DL stuff?)
19081
19082         * sieve-manage.el: Use the password package.
19083         (sieve-manage-read-passwd): Remove.
19084         (sieve-manage-interactive-login): Use password.  Re-add
19085         condition-case around loop.
19086
19087         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19088         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19089         the password package.
19090
19091 2003-02-19  Simon Josefsson  <jas@extundo.com>
19092
19093         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19094         token.
19095
19096 2002-08-07  Simon Josefsson  <jas@extundo.com>
19097
19098         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19099         (sieve-manage-authenticators):
19100         (sieve-manage-authenticator-alist): Add some SASL mechs.
19101         (sieve-sasl-auth): New function.
19102         (sieve-manage-cram-md5-auth):
19103         (sieve-manage-plain-auth): Rewrite using SASL library.
19104         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19105         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19106         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19107         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19108
19109 2004-01-05  Simon Josefsson  <jas@extundo.com>
19110
19111         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19112         New files.
19113
19114 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19115
19116         * gnus-group.el (gnus-no-groups-message): Update.
19117
19118         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19119
19120 2003-11-09  Simon Josefsson  <jas@extundo.com>
19121
19122         * imap.el: Support for ID IMAP extension (RFC 2971).
19123         (imap-local-variables): Add imap-id.
19124         (imap-id): New variable.
19125         (imap-id): New function.
19126         (imap-parse-response): Parse untagged ID response.
19127         * nnimap.el (nnimap-id): New variable.
19128         (nnimap-open-connection): Use it.
19129
19130 2003-12-28  Simon Josefsson  <jas@extundo.com>
19131
19132         * gnus-score.el (gnus-score-edit-all-score): New.
19133         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19134
19135 2004-01-04  Simon Josefsson  <jas@extundo.com>
19136
19137         * password.el: Add.
19138
19139 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19140
19141         * dns.el (dns-query-types): Fix typo.
19142         (dns-query-types): New function.
19143         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19144         PTR and SOA replies, see RFC 1035.
19145
19146 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19147
19148         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19149
19150         * Moved to Changelog.2.
19151
19152 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19153
19154         * gnus.el (gnus-version-number): Bump version.
19155
19156 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19157
19158         * gnus.el: No Gnus v0.1 is released.
19159
19160 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19161
19162         * gnus.el: No Gnus v0.0 is released.
19163
19164 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19165
19166         * gnus.el (gnus-version-number): Bump.
19167         (gnus-version): No.
19168
19169 See ChangeLog.2 for earlier changes.
19170
19171     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19172       Free Software Foundation, Inc.
19173
19174   This file is part of GNU Emacs.
19175
19176   GNU Emacs is free software: you can redistribute it and/or modify
19177   it under the terms of the GNU General Public License as published by
19178   the Free Software Foundation, either version 3 of the License, or
19179   (at your option) any later version.
19180
19181   GNU Emacs is distributed in the hope that it will be useful,
19182   but WITHOUT ANY WARRANTY; without even the implied warranty of
19183   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19184   GNU General Public License for more details.
19185
19186   You should have received a copy of the GNU General Public License
19187   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19188
19189 ;; Local Variables:
19190 ;; coding: utf-8
19191 ;; fill-column: 79
19192 ;; add-log-time-zone-rule: t
19193 ;; End: