Clear flags before moving so that they can be re-set later.
[gnus] / lisp / ChangeLog
1 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * nnimap.el (nnimap-unselect-group): Made into its own function.
4         (nnimap-request-rename-group): Unselect group before renaming.  This
5         had gotten lost somewhere.
6         (nnimap-request-accept-article): Keep track of examined groups, and
7         unselect the group before APPENDing to read-only groups.
8         (nnimap-request-move-article): Clear flags before moving so that they
9         can be re-set later.
10
11 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12
13         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
14         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
15
16 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17
18         * gnus-art.el (gnus-mime-display-single)
19         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
20         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
21         parameter.
22
23 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
24
25         * shr.el (shr-table-horizontal-line): Renamed from shr-table-line.
26         (shr-table-vertical-line): New variable.
27         (shr-insert-table): Use it.
28
29 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
30
31         * gnus-html.el (gnus-html-wash-images): Don't display images if
32         gnus-inhibit-images is non-nil; register displayer for cid images.
33         (gnus-html-display-image): Work for cid image.
34         (gnus-html-insert-image): Allow arguments.
35         (gnus-html-put-image): Inhibit read-only.
36         (gnus-html-prefetch-images): Don't prefetch images if
37         gnus-inhibit-images is non-nil.
38
39 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
40
41         * shr.el (shr-put-image): Break lines when inserting big pictures.
42
43 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
44
45         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
46         sender, thanks Katsumi Yamaoka.
47
48 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
49
50         * nnir.el (nnir-run-imap): Reverse the article list for each group
51         rather than the whole list.
52
53 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * shr.el (shr-image-displayer): Protect function against non-existent
56         image source.
57
58         * gnus-art.el (gnus-inhibit-images): New user option.
59         (gnus-mime-display-single): Don't display image if it is non-nil.
60
61         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
62         gnus-inhibit-images.
63
64         * shr.el (shr-image-displayer): New function.
65         (shr-tag-img): Use it.
66
67 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
68
69         * mml2015.el (mml2015-epg-sign): Use From header.
70
71 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
72
73         * gnus-html.el (gnus-html-wash-images): Register a displayer.
74
75         * gnus-util.el (gnus-find-text-property-region): Return markers.
76
77         * shr.el (shr-tag-img): Put a displayer in the text property.
78
79         * gnus-util.el (gnus-find-text-property-region): New utility function.
80
81         * gnus-html.el (gnus-html-display-image): Make the alt optional.
82         (gnus-html-show-images): Remove.
83
84         * gnus-art.el (gnus-article-show-images): New, more general function.
85
86         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
87         image url text properties.
88
89         * shr.el: Ditto.
90
91         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
92         gnus-agent-auto-agentize-methods is set.  Which it isn't.
93
94 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
97         work for two or more articles.
98
99 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
100
101         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
102         divide an image that's in an html article to two or more when washing
103         non-ASCII characters in alt text of it.
104
105 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
106
107         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
108         smime-decrypt-region using function argument.
109         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
110
111         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
112
113         * smime.el (smime-decrypt-region): Catch it.
114
115 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
116
117         * smime.el (smime-mode-map): Move initialization into declaration.
118         (gnus-run-mode-hooks): Don't autoload.
119         (smime-mode): Use define-derived-mode.
120
121 2010-11-11  Glenn Morris  <rgm@gnu.org>
122
123         * smime.el (from): Restrict declaration to XEmacs.
124
125         * nnir.el (gnus-group-topic-name): Autoload.
126
127 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
128
129         * shr.el (shr-insert): Don't break long line if it is because of
130         kinsoku-bol characters in the line end.
131
132 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
133
134         * nnir.el (nnir-request-move-article): Fix to provide original group
135         and subject.
136         (nnir-warp-to-article): Don't fail on articles whose headers haven't
137         been retrieved.
138
139         * gnus-sum.el (gnus-summary-move-article): Use original group and
140         subject for virtual articles such as those in an nnir summary buffer.
141
142 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
143
144         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
145         least 21.5).
146
147         * smime.el (from): Declare it again for XEmacs.
148
149 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
150
151         * message.el (message-resend): Don't disable encoding unless it's
152         already encoded.
153
154         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
155         low-numbered articles.
156
157 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
158
159         * rfc2047.el (rfc2047-syntax-table): Simplify.
160
161         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
162
163         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
164         set-char-table-range for XEmacs.
165
166 2010-11-10  Glenn Morris  <rgm@gnu.org>
167
168         * time-date.el (time-to-seconds): Always an alias on Emacs,
169         never a real function.
170         (with-no-warnings): Remove compat stub, now unused.
171         (time-less-p): Doc fix.
172         (time-to-number-of-days): Simplify.
173
174         * smime.el (from): Remove unused declaration.
175
176         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
177         (gnus-float-time): On Emacs, always an alias.
178
179         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
180         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
181
182 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * dgnushack.el: Don't use ignore-errors in the top level form since it
185         is unavailable in XEmacs even if cl is loaded.
186
187         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
188
189 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
190
191         * shr.el (browse-url-mailto): Autoload.
192
193         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
194
195         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
196         regexp doesn't need quoting.
197
198 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
199
200         * message.el (message-subject-trailing-was-ask-regexp)
201         (message-subject-trailing-was-regexp): Match was: in addition to was.
202
203 2010-11-09  Glenn Morris  <rgm@gnu.org>
204
205         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
206         (nnbabyl-check-mbox): Use point-at-bol.
207
208 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
209
210         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
211
212         * message.el (message-mailto): New function.
213         (message-mailto): Should accept other parameters.
214         (message-mailto): Remove since it duplicates browse-url-mailto
215         functionality.
216
217 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
218
219         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
220         methods.
221         (gnus-read-active-file): Ditto.
222
223         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
224         ": " from the prompt.
225         (gnus-group-make-group): Ditto.
226
227 2010-11-07  Glenn Morris  <rgm@gnu.org>
228
229         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
230         (gnus-bookmark-kill-line): Use point-at-eol.
231
232 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
233
234         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
235         asterisks in From header.
236
237 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
240         string to avoid making the From headers syntactically invalid.
241
242         * message.el (message-send-mail): Don't insert courtesy messages if the
243         message already has List-Post and List-ID messages.
244
245 2010-11-06  Glenn Morris  <rgm@gnu.org>
246
247         * gnus-art.el (gnus-treat-article): Give dynamic local variables
248         `condition', `type', `length' a prefix.
249         (gnus-treat-predicate): Update for above name changes.
250
251 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
252
253         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
254         binding.  Handled by `gnus-summary-refer-thread' instead.
255         (nnir-warp-to-article): New backend function.
256
257         * nnimap.el (nnimap-request-thread): Force dependency updating.
258
259         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
260         (gnus-summary-refer-thread): Rework to improve thread-referral.
261
262         * gnus-int.el (gnus-warp-to-article): New function.
263
264         * gnus-sum.el (gnus-summary-article-map): Bind it.
265
266 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
267
268         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
269         gnus-summary-refer-thread.
270
271         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
272         headers.
273         (gnus-summary-limit-include-thread): Prevent articles in thread from
274         being cut in gnus-cut-threads.
275         (gnus-summary-refer-thread): Limit retrieved headers to those in
276         thread.
277
278 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * message.el (message-send-mail): Use the value of
281         message-courtesy-message from the message buffer.
282
283         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
284
285         * shr.el (shr-browse-url): Implement mailto: URLs.
286
287         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
288         "raw".
289
290         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
291         if it's already selected.
292
293         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
294
295 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
296
297         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
298         to measure the length and truncate alt text.
299
300 2010-11-03  Glenn Morris  <rgm@gnu.org>
301
302         * nndiary.el (nndiary-generate-nov-databases-1)
303         (nndiary-generate-active-info): Rename dynamic variable `files' to
304         something less generic.
305
306 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
307
308         * nnir.el (nnir-request-move-article): Call the underlying backend to
309         move articles from nnir.
310
311 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
312
313         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
314
315 2010-11-02  Julien Danjou  <julien@danjou.info>
316
317         * nnir.el: Remove wais support.
318
319 2010-11-02  Glenn Morris  <rgm@gnu.org>
320
321         * gnus-html.el: Reorder requirements to quieten compiler.
322
323 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
324
325         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
326         properly for XEmacs as well.
327         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
328         (gnus-article-natural-long-line-p): Use window-width rather than
329         frame-width.
330
331 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
332
333         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
334         (nnir-read-parms): Don't modify query.
335         (nnir-run-query): Add ability to search topic on current line.
336         (nnir-get-active): Clean up.
337
338 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
339
340         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
341         degenerate articles.
342
343         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
344         (gnus-print-buffer): Just print the buffer as is, without any copying
345         to a buffer and then re-highlighting.
346
347         * nnimap.el (nnimap-request-group): Store the new updated info.
348         (nnimap-request-group): Select the group when we don't know whether it
349         exists or not.
350
351         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
352         groups.
353
354         * gnus-group.el (gnus-group-find-new-groups): Display all the new
355         groups.
356
357         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
358         groups.
359
360         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
361         long-lines case by only filling the long lines.
362
363         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
364         (bug #7311).
365
366 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
367
368         * shr.el: No need to declare `declare-function' since shr.el is for
369         only Emacsen that provide `libxml-parse-html-region'.
370
371         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
372         effective only in a file it is referred to.
373
374 2010-11-01  Glenn Morris  <rgm@gnu.org>
375
376         * mm-util.el (gnus-completing-read): Autoload.
377         (mm-read-coding-system): Simplify Emacs definition.
378
379         * nnmail.el (gnus-activate-group):
380         * nnimap.el (gnutls-negotiate):
381         * nntp.el (netrc-parse): Fix declarations.
382
383 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
384
385         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
386         string-match-p in Emacs >=23.
387
388         * gnus-msg.el (gnus-configure-posting-styles)
389         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
390
391 2010-11-01  Glenn Morris  <rgm@gnu.org>
392
393         * nnir.el (declare-function): Add compat stub.
394         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
395         (nnir-run-gmane): Require 'mm-url.
396
397         * mm-util.el (mm-string-to-multibyte): Simplify.
398
399         * shr.el (declare-function): Add compat stub.
400         (url-cache-create-filename): Declare.
401         (mm-disable-multibyte, widget-convert-button): Autoload.
402
403         * smime.el (ldap-search): Declare.
404         (smime-cert-by-ldap-1): Require ldap on Emacs.
405
406         * nnimap.el: Require nnmail, and gnus-sum when compiling.
407         (nnimap-keepalive): Use gnus-float-time.
408
409         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
410         (mail-source-delete-crash-box): Use gnus-float-time.
411
412         * gnus-dired.el (gnus-completing-read): Autoload.
413
414         * mm-view.el (gnus-rescale-image): Autoload.
415
416         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
417
418         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
419
420         * sieve-manage.el: Require 'cl when compiling.
421
422         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
423         (gnus-iswitchb-completing-read): Require iswitchb.
424         (gnus-select-frame-set-input-focus): Silence compiler.
425
426 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
427
428         * message.el (message-subject-trailing-was-query): Change default to t,
429         since I think that's what most people want.
430
431         * nnimap.el (nnimap-request-accept-article): Erase buffer before
432         appending for easier debugging.
433         (nnimap-wait-for-connection): Take a regexp.
434         (nnimap-request-accept-article): Wait for the continuation line before
435         sending anything unless we're streaming.
436
437         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
438         leave the header washing to take place.
439
440 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
441
442         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
443         regular expression match and replace in posting styles.
444
445 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
446
447         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
448         an entire server.
449         (nnir-get-active): New function.
450         (nnir-run-imap): Use it.
451         (nnir-run-gmane): Who knew, gmane search returns an article score!
452
453         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
454         server on the current line with nnir.
455
456 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
457
458         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
459         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
460         left edge.
461         (gnus-article-foldable-buffer): Skip past the prefix when determining
462         raggedness.
463
464         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
465         the raw article, and change `C-u g' to show the article without doing
466         treatments.
467
468         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
469         on to `gnus-treat-article'.
470         (gnus-inhibit-article-treatments): New variable.
471
472         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
473
474         * gnus-art.el (gnus-treatment-function-alist): Have
475         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
476         (gnus-treat-fill-long-lines): Change default to fill all text/plain
477         sections.
478
479         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
480         parameter.
481         (gnus-article-fill-cited-long-lines): New function.
482         (gnus-article-fill-cited-article): Allow filling only long sections.
483
484         * shr.el (shr-find-fill-point): Don't break lines between punctuation
485         and non-punctuation (like after the apostrophe in "'We").
486
487         * gnus-sum.el (gnus-summary-select-article): Make sure
488         gnus-original-article-buffer is alive.
489
490         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
491         reflect the order they're in in the digest.
492
493         * gnus.el (gnus-group-startup-message): Move point to the start of the
494         buffer.
495
496         * nnimap.el (nnimap-capability): New function.
497         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
498         is set.
499
500 2010-10-31  David Engster  <dengste@eml.cc>
501
502         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
503         conform with changes to gnus-completing-read.
504
505 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
506
507         * shr.el (shr-tag-img): Output "*" instead of "[img]".
508
509 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
510
511         * nnir.el move defvar, defcustom around to keep file organized and keep
512         byte-compiler quiet.
513         (nnir-read-parms): accept search-engine as arg.
514         (nnir-run-query): pass search-engine as arg.
515         (nnir-search-engine): remove.
516
517 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
518
519         * shr.el (shr-generic): The text nodes should be text, not :text.
520
521         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
522         later in the file.
523
524 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
525
526         * nnir.el: general clean up. allow searching with multiple
527         engines. allow separate extra-parameters for each engine. batch queries
528         when possible.
529         (nnir-imap-default-search-key,nnir-method-default-engines): add
530         customize interface.
531         (nnir-run-gmane): new engine.
532         (nnir-engines): use it. qualify all prompts with engine name.
533         (nnir-search-engine): remove global variable.
534         (nnir-run-hyrex): restore for now.
535         (nnir-extra-parms,nnir-search-history): new variables.
536         (gnus-group-make-nnir-group): use them.
537         (nnir-group-server): remove in favor of gnus-group-server.
538         (nnir-request-group): avoid searching twice.
539         (nnir-sort-groups-by-server): new function.
540
541 2010-10-30  Julien Danjou  <julien@danjou.info>
542
543         * gnus-group.el: Remove gnus-group-fetch-control.
544
545         * gnus-start.el (gnus-find-new-newsgroups): Remove
546         gnus-check-first-time-used.
547
548         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
549
550 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
551
552         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
553         set on groups that don't have \* permanentflags.
554
555 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
556
557         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
558         control the background color.
559         (shr-tag-img): Ignore very small web bug type images.
560         (shr-put-image): Add help-echo alt texts to the images.
561         (shr-tag-video): Show the video poster image.
562
563 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
564
565         * shr.el (shr-table-depth): New variable.
566         (shr-tag-table-1): Only insert the images after the top-level table.
567
568         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
569
570         * gnus-util.el (gnus-list-memq-of-list): New function.
571
572         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
573         selected.
574         (nnimap-unsplittable-articles): New slot.
575         (nnimap-new-articles): Use it.
576
577 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
578
579         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
580         move to the previous line on `M-g'.
581
582 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
583
584         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
585         *-request-group, which seems unnecessary.
586
587         * nnimap.el (nnimap-quote-specials): Function copied over from
588         imap.el.
589         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
590         they support that.  Suggested by Tom Regner.
591
592 2010-10-29  Julien Danjou  <julien@danjou.info>
593
594         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
595         defalias.
596         (gnus-summary-delete-marked-with): Remove obsolete defalias.
597
598         * gnus.el: Remove `gnus-nntp-service' variable.
599         (gnus-secondary-servers): Make obsolete.
600         (gnus-nntp-server): Make obsolete.
601
602         * gnus-start.el (gnus-1): Remove x-splash calls.
603
604         * gnus-ems.el (gnus-x-splash): Remove.
605
606         * gnus.el (gnus-group-startup-message): Simplify/update code.
607
608         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
609         definition.
610
611         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
612         capability before doing anything.
613         (gnus-group-insert-group-line): Remove useless
614         gnus-group-remove-excess-properties.
615
616 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
617
618         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
619
620 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
621
622         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
623         config after reselecting.
624
625 2010-10-28  Julien Danjou  <julien@danjou.info>
626
627         * shr.el (shr-put-image): Use point even if only inserting text.
628         (shr-put-image): Save excursion when inserting alt text on non-graphic
629         display, so the behaviour is the same when we are on a graphic display.
630
631         * nnir.el (nnir-run-swish-e): Remove hyrex support.
632
633 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
634
635         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
636         (gnus-mime-copy-part): Check coding system, not charset.
637         (gnus-mime-view-part-externally): Never remove part.
638         (gnus-mime-view-part-internally): Don't remove part here.
639         (gnus-article-part-wrapper): Make sure MIME tag is visible.
640         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
641         multipart/alternative.
642
643         * mm-decode.el (mm-display-part): Take optional arg `force'.
644
645 2010-10-26  Julien Danjou  <julien@danjou.info>
646
647         * gnus-group.el (gnus-group-default-list-level): Add this function to
648         compute the default list level.
649         (gnus-group-default-list-level): Add possibility to use a function.
650
651 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
652
653         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
654
655         * gnus-group.el (gnus-group-completing-read)
656         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
657         gnus-replace-in-string.
658
659 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
660
661         * shr.el (shr-tag-div): Added.
662
663         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
664
665 2010-10-25  Julien Danjou  <julien@danjou.info>
666
667         * gnus-util.el: Remove `gnus-with-local-quit'.
668
669         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
670
671 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
674         the original article buffer.
675
676 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
677
678         * nnimap.el (nnimap-request-head): New function.
679         (nnimap-request-move-article): Try to be slighly faster by not
680         requesting the entire message when moving.
681         (nnimap-transform-headers): Don't bug out on bodiless articles.
682         (nnimap-send-command): Have no outstanding messages if the IMAP server
683         doesn't support streaming.
684         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
685
686 2010-10-24  Julien Danjou  <julien@danjou.info>
687
688         * message.el (message-default-headers): Fix type.
689
690 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
691
692         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
693         prefetching images.
694
695         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
696         backend for unknown groups.  This is mainly useful for nnimap groups.
697
698         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
699         group isn't covered by the agent.
700
701 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
702
703         * nnir.el (nnir-method-default-engines): new variable.
704         (nnir-run-query): use it.
705         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
706         (gnus-summary-nnir-goto-thread): change group if needed.
707
708         * gnus-group.el (gnus-group-group-map): add key binding for
709         gnus-group-make-nnir-group.
710
711 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
712
713         * shr.el (shr-tag-object): Added.
714
715         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
716         original article buffer live.
717         (gnus-summary-select-article-buffer): Mention
718         gnus-widen-article-buffer.
719
720 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * shr.el (shr-tag-strong): Added.
723
724 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
725
726         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
727         group names.  They mess up the group buffer badly.
728
729         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
730
731         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
732         instead of the summary one.
733
734 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
735
736         * mml.el (mml-preview): Work properly when editing article.
737
738         * gnus-start.el (gnus-read-active-file-1): Don't add method to
739         gnus-have-read-active-file if it's already been in.
740
741 2010-10-22  Tom Tromey  <tromey@redhat.com>
742
743         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
744         gnus-group-completing-read.
745
746 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
747
748         * message.el (message-mode-map): Don't bind M-; to comment region, to
749         allow the global comment-dwim to work.
750
751 2010-10-21  Julien Danjou  <julien@danjou.info>
752
753         * message.el (message-setup-1): Allow message-default-headers to be a
754         function.
755
756 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
757
758         * shr.el (shr-tag-table): Simplify.
759
760 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
763         to avoid trying to snarf invalid stuff.
764
765         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
766
767         * gnus.el (gnus-message-archive-group): Quote value.
768         (gnus-message-archive-group): Mark as changed.
769
770         * shr.el (shr-add-font): Don't put the font properties on the newline
771         or the indentation.
772
773         * message.el (message-fix-before-sending): Change options when sending
774         non-printable characters.
775
776         * gnus.el (gnus-message-archive-method): Change the default to
777         monthly outgoing groups.
778
779         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
780         that have gotten new numbers.
781
782         * nnimap.el (nnimap-request-replace-article): New function.
783
784 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
785
786         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
787         (nnrss-request-article): Don't use special html washing code.
788
789 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
790
791         * shr.el (shr-tag-table): Remove useless nconc.
792
793 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
794
795         * gnus-art.el (article-wash-html): Simplify and remove the charset
796         stuff.  Use the normal html rendering code instead of the special html
797         washing code.
798
799         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
800         `gnus-w3m' symbols.
801         (mm-text-html-washer-alist): Removed.
802
803         * mm-decode.el (mm-inline-text-html-renderer): Removed.
804         (mm-inline-media-tests): Removed use.
805         (mm-text-html-renderer): Change default to the `shr' symbol.
806
807         * mm-view.el (mm-inline-text-html): Removed use.
808
809         * gnus-art.el (gnus-blocked-images): New function.  Allow the
810         `gnus-blocked-images' to be a function.
811         (gnus-article-wash-function): Removed.
812
813 2010-10-20  Julien Danjou  <julien@danjou.info>
814
815         * spam.el (spam-list-of-processors): Mark as obsolete.
816
817         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
818         (nnimap-insert-partial-structure): Fix boundary detection.
819
820 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
821
822         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
823         run file-truename on remote files.  This can be expensive and even
824         prevent one from editing drafts if some unrelated buffer has a stale
825         connection.
826
827 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
828
829         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
830         kinsoku-eol regardless of shr-kinsoku-shorten.
831         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
832         (shr-tag-table): Support caption, thead, and tfoot.
833
834 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
837         lines.
838         (shr-save-contents): New command and keystroke.
839
840         * nndoc.el (nndoc-type-alist): Add git support.
841         (nndoc-git-type-p): New function.
842         (nndoc-transform-git-article): Ditto.
843         (nndoc-transform-git-headers): Ditto.
844         (nndoc-transform-git-headers): Generate Subject headers.
845
846         * shr.el (shr-parse-style): New function.
847         (shr-tag-span): Ditto.
848
849         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
850         to `G G' to avoid collisions.
851
852 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
853
854         * shr.el: Load kinsoku if necessary.
855         (shr-kinsoku-shorten): New internal variable.
856         (shr-find-fill-point): Make kinsoku shorten text line if
857         shr-kinsoku-shorten is bound to non-nil.
858         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
859         shr-indentation too when testing if table is wider than frame width.
860         (shr-insert-table): Use `string-width' instead of `length' to measure
861         text width.
862         (shr-insert-table-ruler): Make sure indentation is done at bol.
863
864 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
865
866         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
867         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
868         undecoded network data.
869
870 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
871
872         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
873         name in the mode line spec so that the mode line menu works
874         (bug #2431).
875
876         * message.el (message-get-reply-headers): If we're fed `to-address',
877         then always use that.
878
879         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
880         aren't so wide as to need to switch off the edit menu.
881
882         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
883         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
884
885         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
886         `M-g'.
887         (nnimap-update-info): Update flags/read marks even if \* isn't part of
888         the permanent marks.
889
890 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
891
892         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
893         Splitting according to references/in-reply-to obeys the ignore-groups
894         variable, while splitting by sender and subject do not.
895
896 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
897
898         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
899         alist, so that we can look for non-Unicode chars.
900         (article-translate-strings): Allow both character and string maps.
901
902 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
903
904         * shr.el (shr-insert): Don't insert space behind a wide character
905         categorized as kinsoku-bol, or between characters both categorized as
906         nospace.
907
908 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
909
910         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
911         headers to gnus-newsgroup-headers.
912
913 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
914
915         * shr.el (shr-tag-img): Don't align images -- since we're not
916         rescaling, this often leads to ugly displays.
917
918 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
919
920         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
921         duplicates.
922
923 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
924
925         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
926         call.
927
928 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
929
930         * gnus.el: Autoload gnus-html-show-images.
931
932         * nnimap.el: Use nnheader-message throughout.
933
934         * shr.el (shr-tag-img): Ignore images with no data.
935
936 2010-10-15  Julien Danjou  <julien@danjou.info>
937
938         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
939         a possibility to disable format=flow encoding when using hard newlines.
940
941 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
942
943         * shr.el (shr-insert): Remove space inserted before or after a
944         breakable character or at the beginning or the end of a line.
945         (shr-find-fill-point): Do kinsoku; find the second best point or give
946         it up if there's no breakable point.
947
948 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
949
950         * nnimap.el (nnimap-open-connection): Message when opening connection
951         for debugging purposes.
952
953         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
954         on every setup buffer call to allow this to change from article to
955         article.
956
957         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
958         buffers where we have a wide table.
959
960 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
961
962         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
963         uses *-request-thread.
964
965 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
966
967         * nnimap.el (nnimap-open-connection): Remove %s from openssl
968         incantation, which is no longer valid.
969
970 2010-10-14  Julien Danjou  <julien@danjou.info>
971
972         * shr.el: Fix defcustom type (char -> character).
973
974 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * nnimap.el (nnimap-open-connection): tls-program should be a list of
977         programs.
978
979 2010-10-14  Julien Danjou  <julien@danjou.info>
980
981         * shr.el (shr-tag-a): Use url-link as widget type.
982
983         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
984         `gnus-group-get-icon'.
985
986 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
989         This should make server editing work better.
990
991         * shr.el (shr-find-fill-point): Don't inloop on indented text.
992
993         * tls.el (tls-program): Remove spurious %s from openssl.
994
995         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
996         (nnimap-parse-flags): Fix regexp.
997
998         * shr.el (shr-find-fill-point): Use a filling algorithm that should
999         probably work for CJVK text, too.
1000
1001         * nnimap.el (nnimap-extend-tls-programs): Removed.
1002         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1003
1004         * tls.el (tls-starttls-switches): Remove starttls hack.
1005         (open-tls-stream): Ditto.
1006         (tls-find-starttls-argument): Ditto.
1007
1008 2010-10-13  Julien Danjou  <julien@danjou.info>
1009
1010         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1011         responses.
1012
1013 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1014
1015         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1016
1017         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1018         anything in Emacs.
1019
1020         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1021
1022 2010-10-13  Julien Danjou  <julien@danjou.info>
1023
1024         * shr.el (shr-width): Make shr-width a defcustom with default to
1025         fill-column.
1026         (shr-tag-img): Use shr-width rather than fill-column.
1027
1028 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1029
1030         * dgnushack.el (byte-optimize-apply)
1031         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1032
1033         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1034         position when (X-)Faces exist.
1035         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1036         avatars when called interactively.
1037
1038 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1039
1040         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1041         gnus-article-x-face-too-ugly is bound.
1042
1043 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1044
1045         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1046
1047         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1048         mailbox that doesn't exist.
1049
1050 2010-10-12  Julien Danjou  <julien@danjou.info>
1051
1052         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1053         (shr-get-image-data): Encode URL properly when fetching from cache.
1054         (shr-tag-img): Use aligned-to spaces to align correctly images.
1055
1056         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1057         before inserting the Gravatar.
1058
1059         * shr.el (shr-tag-img): Add align attribute support for <img>.
1060
1061 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1062
1063         * gnus-gravatar.el (gnus-art): Required.
1064
1065         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1066         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1067         Remove long obsoleted functions.
1068
1069 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1072
1073         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1074
1075         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1076         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1077         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1078         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1079         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1080         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1081         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1082
1083 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1084
1085         * nnimap.el (nnimap-request-rename-group): Select group read-only
1086         before renaming it.
1087
1088         * shr.el (shr-insert): Fix up the white space only regexp.
1089
1090         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1091         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1092
1093         * shr.el (shr-current-column): New function.
1094         (shr-find-fill-point): New function.
1095
1096 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1097
1098         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1099         numbers.
1100
1101 2010-10-11  Julien Danjou  <julien@danjou.info>
1102
1103         * shr.el (shr-hr-line): Add.
1104         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1105         display hr lines.
1106         (shr-max-columns): Do not change state to nil if we just inserting
1107         spaces.
1108
1109 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1110
1111         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1112         select the last group.
1113
1114 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1115
1116         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1117
1118 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1119
1120         * dig.el (dig-mode-map): Declare and define in one step.
1121
1122 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1123
1124         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1125         for Gnus.
1126         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1127         (nnimap-update-qresync-info): Mark \Seen articles as read.
1128
1129         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1130         non-variable, too.
1131
1132         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1133         available.
1134         (nnimap-update-info): Rely more on the current active than the param
1135         active to avoid marking articles as read too much.
1136
1137         * auth-source.el (auth-source-create): Use (user-login-name) for the
1138         user name default.
1139
1140         * nnimap.el (nnimap-update-info): If the server doesn't return any
1141         useful info, just use the previous info.
1142         (nnimap-update-info): Prefer old info over start-article.
1143         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1144
1145 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1146
1147         * nnir.el (autoload): Clean up autoloads.
1148         (nnir-imap-default-search-key): Renamed from
1149         nnir-imap-search-field. Use key rather than value.
1150         (nnir-imap-search-other): New variable.
1151         (nnir-read-parm): Use it.
1152         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1153         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1154
1155 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1156
1157         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1158         the process, too.
1159
1160 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1161
1162         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1163         Allbery.
1164
1165         * shr.el: Rework the way things are indented by <li> slightly.
1166
1167         * gnus.el (gnus-group-set-parameter): Fix typo.
1168
1169         * nnimap.el: Start implementing QRESYNC support.
1170
1171 2010-10-09  Julien Danjou  <julien@danjou.info>
1172
1173         * nnir.el (nnir-engines): Fix too many arguments.
1174
1175 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1176
1177         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1178         group is the "last", so that the backends like nnfolder actually save
1179         their folders.
1180
1181         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1182         try to use that for the tls stream.
1183         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1184         UIDVALIDITY and find out which groups are read-only and not.
1185         (nnimap-get-flags): Use the same marks parsing code as the rest of
1186         nnimap.
1187
1188 2010-10-09  Julien Danjou  <julien@danjou.info>
1189
1190         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1191
1192         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1193         retrieving gravatars.
1194
1195         * shr.el (shr-table-corner): Add.
1196         (shr-table-line): Add.
1197         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1198
1199 2010-10-08  Julien Danjou  <julien@danjou.info>
1200
1201         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1202
1203 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1204
1205         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1206
1207         * gnus-sum.el (gnus-mark-article-as-unread)
1208         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1209         (gnus-summary-set-bookmark): Use it.
1210
1211         * gnus-msg.el (gnus-setup-message): Use it.
1212
1213         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1214
1215         * gnus.el (gnus-group-remove-parameter): Use it.
1216
1217         * gnus-group.el (gnus-group-make-web-group): Use it.
1218
1219         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1220
1221         * nnregistry.el: Update docs to mention manual.
1222
1223         * gnus-registry.el: Update docs to mention nnregistry.el.
1224         (gnus-registry-initialize): Don't install nnregistry refer method
1225         automatically.
1226         (gnus-registry-install-nnregistry): Remove it.
1227
1228 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * shr.el (shr-insert): Don't insert double spaces.
1231
1232 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1233
1234         * gnus-gravatar.el (gnus-treat-from-gravatar)
1235         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1236         called interactively.
1237
1238         * gnus-art.el (gnus-mime-view-part-externally)
1239         (gnus-mime-view-part-internally): Make predicate function passed to
1240         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1241         of a mime type.
1242
1243         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1244
1245 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * shr.el (require): Require cl when compiling.
1248         (shr-tag-hr): New function.
1249
1250         * nnimap.el (nnimap-update-info): Remove double setting of high.
1251         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1252         makes nnimap work properly on Courier again.
1253
1254         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1255         the variable for backwards compatability.
1256
1257         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1258         the file name before using to avoid setting mm-default-directory to
1259         nil.
1260
1261         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1262         bidning gnus-agent variables.
1263
1264         * shr.el (shr-render-td): Use a cache for the table rendering function
1265         to avoid getting an exponential rendering behaviour in nested tables.
1266         (shr-insert): Rework the line-breaking algorithm.
1267         (shr-insert): Don't leave trailing spaces.
1268         (shr-insert-table): Also insert empty TDs.
1269         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1270
1271 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1272
1273         * gnus-sum.el (gnus-number): Rename from `number'.
1274         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1275         (gnus-summary-limit-children): Update uses correspondingly.
1276
1277 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1278
1279         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1280         (gnus-gravatar-transform-address): Don't show avatars of people of
1281         which mail addresses match gnus-gravatar-too-ugly.
1282
1283 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1284
1285         * shr.el (shr-table-widths): Expand TD elements to fill available
1286         space.
1287
1288 2010-10-07  Julien Danjou  <julien@danjou.info>
1289
1290         * nnimap.el (nnimap-request-rename-group): Add this method.
1291
1292 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1293
1294         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1295         name from XEmacs' function-arglist.
1296
1297         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1298         gravatar under XEmacs.
1299
1300 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1301
1302         * auth-source.el: Update docs with TODO items.
1303
1304         * gnus-sync.el: Update docs to explain state and plans.
1305
1306         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1307         Hooks for mark updates.
1308         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1309
1310         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1311         hooks with arguments, which is needed for mark update hooks.
1312
1313 2010-10-06  Julien Danjou  <julien@danjou.info>
1314
1315         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1316         was matched.
1317
1318         * sieve-manage.el: Update example in `Commentary'.
1319
1320         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1321
1322         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1323         not 2000.
1324         (sieve-manage-authenticate): Re-add function.
1325
1326 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1327
1328         * shr.el (shr-insert): Get 'space transition right.
1329         (shr-render-td): Only delete space at the end of the TD.
1330
1331         * nnimap.el (nnimap-open-connection): Prepare to support
1332         open-gnutls-stream.
1333
1334         * shr.el: Rearrange function order to be more logical.
1335
1336 2010-10-06  Julien Danjou  <julien@danjou.info>
1337
1338         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1339         (nnrss-discover-feed): Remove 404 URL in docstring.
1340
1341         * nnir.el: Fix Swish-E URL.
1342         Fix Namazu URL.
1343
1344         * message.el (message-change-subject): Remove 404 URL in a comment.
1345
1346 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1347
1348         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1349         called interactively.
1350
1351         * gnus-util.el (gnus-remove-if): Allow hash table.
1352         (gnus-remove-if-not): New function.
1353
1354         * gnus-art.el (gnus-mime-view-part-as-type)
1355         * gnus-score.el (gnus-summary-score-effect)
1356         * gnus-sum.el (gnus-read-move-group-name):
1357         Replace remove-if-not with gnus-remove-if-not.
1358
1359         * gnus-group.el (gnus-group-completing-read):
1360         Regard collection as a hash table if it is not a list.
1361
1362 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1363
1364         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1365
1366         * shr.el: Document the table-rendering algorithm.
1367
1368 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1369
1370         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1371         for Emacsen having no `libxml-parse-html-region' support.
1372
1373 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1374
1375         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1376         invalid URLs.
1377
1378         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1379         line-broken.
1380         (shr-tag-img): Ignore image fetching errors.
1381         (shr-overlays-in-region): Compute overlay positions correctly.
1382
1383         * mm-decode.el (mm-shr): Require shr.
1384
1385         * gnus-art.el (gnus-blocked-images): Move variable here.
1386
1387         * shr.el (shr-insert-table): Bind free variable.
1388
1389         * mm-decode.el (mm-shr): Bind shr-content-function.
1390
1391         * shr.el (shr-content-function): New variable.
1392
1393         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1394         added for symmetry.
1395
1396         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1397
1398         * gnus-group.el (gnus-group-make-group): Doc fix.
1399
1400         * nnimap.el (nnimap-request-newgroups): Return success.
1401
1402         * shr.el (shr-find-elements): New function.
1403         (shr-tag-table): Put all the images after the table.
1404         (shr-tag-table): Really inhibit images inside the table.
1405         (shr-collect-overlays): Copy over overlays from the TD elements to the
1406         main document.
1407
1408         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1409         gnus-blocked-images.
1410
1411 2010-10-05  Julien Danjou  <julien@danjou.info>
1412
1413         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1414
1415         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1416         (gnus-html-maximum-image-size): Add this function.
1417         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1418
1419         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1420         server-value of the capability is nil.
1421
1422 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1423
1424         * shr.el (shr-tag-em): Add <EM> tag.
1425
1426 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1427
1428         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1429         customizable.
1430
1431         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1432         handing broken links to browse-url.
1433
1434 2010-10-05  Julien Danjou  <julien@danjou.info>
1435
1436         * gnus-util.el (gnus-emacs-completing-read)
1437         (gnus-iswitchb-completing-read): Use autoload rather than require.
1438
1439 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1440
1441         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1442         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1443         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1444         iswitchb-temp-buflist for XEmacs.
1445
1446         * gnus-util.el (gnus-completing-read-function): Exclude
1447         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1448         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1449         XEmacs.
1450
1451         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1452         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1453
1454         * gnus-html.el: Don't require help-fns under XEmacs.
1455         (gnus-html-schedule-image-fetching): Work for XEmacs.
1456
1457         * mm-decode.el (mm-shr): Decode contents by charset.
1458
1459 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1460
1461         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1462         unknown.
1463
1464         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1465         (shr-get-image-data): Ensure against the cache file missing.
1466
1467         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1468         for data.
1469
1470         * spam-report.el (spam-report-url-ping-plain): Don't query about
1471         killing the process.
1472
1473         * shr.el (shr-render-td): Protect against too-wide text.
1474
1475 2010-10-04  Julien Danjou  <julien@danjou.info>
1476
1477         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1478         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1479
1480         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1481         retrieved.
1482
1483 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484
1485         * shr.el (browse-url): Required.
1486         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1487         lines.
1488         (shr-show-alt-text, shr-browse-image): New commands.
1489         (shr-browse-url, shr-copy-url): New commands.
1490
1491         * gnus-sum.el (gnus-widen-article-window): New variable.
1492         (gnus-summary-select-article-buffer): Use it.
1493
1494         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1495         without @ signs.
1496
1497 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1498
1499         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1500
1501 2010-10-04  Julien Danjou  <julien@danjou.info>
1502
1503         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1504         for XEmacs.
1505
1506 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1507
1508         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1509
1510         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1511         (nnimap-close-server): Implement.
1512
1513         * dgnushack.el (iswitchb): Require to shut up the compiler.
1514
1515         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1516         (shr-insert): Tweak line breaking.
1517         (shr-insert): Handle <pre> better.
1518         (shr-tag-li): Get <li> indentation right.
1519         (shr-tag-li): Get <li> indentation even righter.
1520         (shr-tag-blockquote): Ensure paragraph start.
1521         (shr-make-table): Tweak table generation.
1522         (shr-make-table): Fix typo.
1523
1524         * shr.el: Implement table rendering.
1525
1526 2010-10-04  Julien Danjou  <julien@danjou.info>
1527
1528         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1529
1530 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * shr.el (shr-insert): Use string anchors instead of line anchors.
1533
1534 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1535
1536         * shr.el: Add headings.
1537         (shr-ensure-paragraph): Actually work.
1538         (shr-tag-li): Make <ul> prettier.
1539         (shr-insert): Get white space at the beginning/end of elements right.
1540         (shr-tag-p): Collapse subsequent <p>s.
1541         (shr-ensure-paragraph): Don't insert double line feeds after blank
1542         lines.
1543         (shr-insert): \t is also space.
1544         (shr-tag-s): Fix "s" tag name function.
1545         (shr-tag-s): Fix face prop name.
1546
1547 2010-10-03  Julien Danjou  <julien@danjou.info>
1548
1549         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1550
1551         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1552         gnus-window-inside-pixel-edges.
1553
1554         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1555         gnus-ems.
1556
1557         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1558
1559         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1560         function.
1561
1562         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1563         resize choice.
1564
1565 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1566
1567         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1568         beginning of the buffer.
1569
1570         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1571         article buffer again.
1572
1573         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1574         buffer.
1575
1576         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1577         when it's at the start of the buffer.
1578
1579         * shr.el (shr-tag-blockquote): Convert name.
1580         (shr-rescale-image): Use the right image-size variant.
1581
1582         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1583         buffer isn't shown, then select the current article first instead of
1584         bugging out.
1585         (gnus-summary-select-article-buffer): Show both the article and summary
1586         buffers again.
1587
1588         * shr.el (shr-fontize-cont): Protect against regions with no text.
1589         Rename tag functions to shr-tag-* for enhanced security.
1590         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1591
1592 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1593
1594         * shr.el (shr-insert):
1595         * pop3.el (pop3-movemail):
1596         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1597         loaded.
1598
1599 2010-10-03  Glenn Morris  <rgm@gnu.org>
1600
1601         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1602
1603         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1604
1605         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1606
1607         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1608
1609         * gnus-util.el (gnus-make-local-hook): Simplify.
1610
1611 2010-10-02  Julien Danjou  <julien@danjou.info>
1612
1613         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1614         (gnus-ido-completing-read): New function.
1615         (gnus-emacs-completing-read): New function.
1616         (gnus-completing-read): Use gnus-completing-read-function.
1617         Add gnus-completing-read-function.
1618
1619 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1620
1621         * shr.el (shr-insert-document): Autoload.
1622         (shr-img): Be silent.
1623         (shr-insert): Add a newline after every picture before text.
1624         (shr-add-font): Use overlays for combining faces.
1625         (shr-insert): Pass upwards the text start point.
1626
1627         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1628         possible.
1629         (mm-shr): New function.
1630
1631 2010-10-02  Julien Danjou  <julien@danjou.info>
1632
1633         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1634         should go backward.
1635
1636 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1637
1638         * shr.el (shr): Fix typo in provide call.
1639
1640 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1641
1642         * shr.el: New file.
1643
1644         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1645
1646         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1647         completing read.
1648
1649 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650
1651         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1652         we're being queried about.  Suggested by Dan Jacobson.
1653
1654         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1655         by Jason Eisner.
1656
1657         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1658         table, too.  Suggested by Stefan Wiens.
1659         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1660         the table unnecessary.  Suggested by Stefan Wiens.
1661
1662         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1663         longer needed, and probably doesn't work either, as pointed out by
1664         Stefan Wiens.
1665         (gnus-summary-exit): Remove call to the clearing function.
1666         (gnus-summary-exit-no-update): Ditto.
1667
1668         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1669         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1670         Reported by Stefan Monnier.
1671         (gnus-summary-save-in-rmail): Ditto.
1672
1673         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1674         article buffer, instead of both the article buffer and the summary
1675         buffer.  Sort of suggested by Dan Jacobson.
1676
1677         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1678
1679         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1680         Suggested by Dan Jacobson.
1681
1682         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1683         documentation clearer.
1684
1685         * message.el (message-shorten-references): Comment on the number "21".
1686         Suggested by Stefan Monnier.
1687
1688         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1689         Suggested by Dan Jacobson.
1690
1691         * gnus.el (gnus-large-newsgroup): Mention
1692         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1693
1694         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1695         externalize attachments.  Bug reported by Steve Wen.
1696
1697         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1698         really message anything to the user.
1699
1700         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1701         directly.
1702
1703         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1704         messages in empty groups.
1705
1706 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1707
1708         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1709         non-UIDNEXT group.
1710
1711 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1712
1713         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1714         not the value from the collection.
1715
1716         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1717         values.  This sometimes happens on some groups that have no info.
1718         (nnimap-request-newgroups): New function.
1719
1720 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1721
1722         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1723         check into `gnus-registry-initialize'.
1724         (gnus-registry-initialize): Ditto.
1725         Fix and extend header docs.
1726
1727 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1728
1729         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1730         regexp backtrace overflows.
1731
1732         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1733         for starttls that tls.el implements; i.e. openssl.
1734
1735         * tls.el (tls-starttls-switches): Give up on using starttls with
1736         gnutls-cli.
1737         (tls-program): Add --insecure to be consistent with the defaults from
1738         openssl s_client.  Now all three commands are insecure.
1739
1740 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1741
1742         * lpath.el: Bind completion-styles-alist for XEmacs.
1743
1744         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1745         (gravatar-create-image): New function that's an alias to
1746         gnus-xmas-create-image, gnus-create-image, or create-image.
1747         (gravatar-data->image): Use it.
1748
1749 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1750
1751         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1752         install the nnregistry refer method.
1753         (gnus-registry-install-hooks): Use it.
1754         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1755         unfollowed groups.
1756
1757 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1758
1759         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1760         expanding threads.
1761
1762 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1763
1764         * nnir.el: Use the server names without suffixes (bug #7009).
1765
1766         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1767         unencrypted to STARTTLS, if possible.
1768
1769 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1770
1771         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1772         headers before superseding.
1773
1774 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1775
1776         * nnrss.el (nnrss-use-local): Add documentation.
1777
1778         * nnimap.el (nnimap-extend-tls-programs): New function.
1779         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1780         (nnimap-wait-for-connection): Accept the greeting from the stupid
1781         output from openssl s_client -starttls, too.
1782
1783         * tls.el (tls-starttls-switches): New variable.
1784         (tls-find-starttls-argument): Use it.
1785         (open-tls-stream): Ditto.
1786
1787         * netrc.el (netrc-credentials): Return the value of the "default"
1788         entry.
1789         (netrc-machine): Ditto.
1790
1791         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1792         article number.
1793         (nnimap-split-fancy): New variable.
1794         (nnimap-split-incoming-mail): Use it.
1795
1796         * nntp.el (nntp-server-list-active-group): Document.
1797
1798         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1799         SELECT to get the message-id.
1800
1801         * mail-source.el (mail-sources): Removed webmail support.
1802         (defvar): Ditto.
1803         (mail-source-fetcher-alist): Ditto.
1804         (mail-source-fetch-webmail): Removed.
1805
1806         * webmail.el: Removed -- doesn't seem relevant any more.
1807
1808         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1809
1810         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1811         the \r.
1812
1813 2010-09-30  Julien Danjou  <julien@danjou.info>
1814
1815         * gnus-agent.el (gnus-agent-add-group): Fix call to
1816         gnus-completing-read.
1817
1818 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1819
1820         * nndoc.el (nndoc-retrieve-groups): New function.
1821
1822         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1823         `default', use nnmail-split-methods.
1824         (nnimap-request-article): Downcase the NILs so that they are nil.
1825
1826         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1827         symbol.
1828
1829         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1830         code, since if the user has requested network, that's what they ought
1831         to get.
1832         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1833         (nnimap-split-rule): Mark as obsolete.
1834
1835         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1836         variable.
1837
1838         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1839         correct slot, too.
1840
1841 2010-09-29  Julien Danjou  <julien@danjou.info>
1842
1843         * gnus.el (gnus-local-domain): Declare variable obsolete.
1844
1845         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1846         computing.
1847         (gnus-ido-completing-read): Require ido.
1848
1849 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1850
1851         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1852         build Gnus.
1853
1854         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1855         when interpreting the structures.
1856         (nnimap-request-accept-article): Add \r\n to the lines to make this
1857         work with Cyrus.
1858
1859         * nndraft.el (nndraft-request-expire-articles): Use the group name
1860         instead if "nndraft".  Fix found by Nils Ackermann.
1861
1862 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1863
1864         * nnregistry.el: Added.
1865
1866 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1867
1868         * nnmail.el (group, group-art-list, group-art):
1869         Remove unneeded directives.
1870
1871 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1872
1873         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1874         (mm-mime-charset)
1875         * rfc2047.el (rfc2047-syntax-table)
1876         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1877
1878         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1879         rather than `insert-file-contents' and `eval-region'.
1880
1881         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1882         construction.
1883
1884         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1885
1886         * time-date.el: No need to require cl for Emacs 21.
1887
1888 2010-09-29  Julien Danjou  <julien@danjou.info>
1889
1890         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1891         replacement of `gnus-gravatar-relief' to mimic
1892         `gnus-faces-properties-alist'.
1893         Add :version property.
1894
1895 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1896
1897         * mail-source.el (mail-source-report-new-mail)
1898         * message.el (message-default-mail-headers)
1899         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1900
1901         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1902
1903 2010-09-28  Julien Danjou  <julien@danjou.info>
1904
1905         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1906         mail-address contains the same string as real-name.
1907
1908         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1909         non-blank in header, otherwise it'll get stripped.
1910
1911         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1912         real-name, and then for mail address rather than doing : or , search.
1913
1914 2010-09-27  Julien Danjou  <julien@danjou.info>
1915
1916         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1917         (gnus-server-goto-server): Use gnus-completing-read.
1918
1919         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1920
1921         * mm-util.el (defalias): Use gnus-completing-read.
1922         (mm-codepage-setup): Use gnus-completing-read.
1923
1924         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1925         (smime-decrypt-buffer): Use gnus-completing-read.
1926
1927         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1928
1929         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1930         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1931         (mml-insert-multipart): Use gnus-completing-read.
1932
1933         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1934
1935         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1936
1937         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1938
1939         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1940
1941         * gnus.el (gnus-read-method): Use gnus-completing-read.
1942
1943         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1944
1945         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1946         (gnus-mime-action-on-part): Use gnus-completing-read.
1947         (gnus-article-encrypt-body): Use gnus-completing-read.
1948
1949         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1950         (gnus-topic-move-matching): Use gnus-completing-read.
1951         (gnus-topic-copy-matching): Use gnus-completing-read.
1952         (gnus-topic-sort-topics): Use gnus-completing-read.
1953         (gnus-topic-move): Use gnus-completing-read.
1954
1955         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1956         (gnus-agent-add-group): Use gnus-completing-read.
1957
1958         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1959         gnus-completing-read.
1960         (nnmairix-update-groups): Use gnus-completing-read.
1961         (nnmairix-get-server): Use gnus-completing-read.
1962         (nnmairix-backend-to-server): Use gnus-completing-read.
1963         (nnmairix-goto-original-article): Use gnus-completing-read.
1964         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1965
1966         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1967
1968         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1969         (gnus-group-make-useful-group): Use gnus-completing-read.
1970         (gnus-group-make-web-group): Use gnus-completing-read.
1971         (gnus-group-add-to-virtual): Use gnus-completing-read.
1972         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1973
1974         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1975         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1976         (gnus-summary-execute-command): Use gnus-completing-read.
1977         (gnus-summary-respool-article): Use gnus-completing-read.
1978         (gnus-read-move-group-name): Use gnus-completing-read.
1979
1980         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1981         (gnus-summary-score-effect): Use gnus-completing-read.
1982
1983         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1984
1985         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1986         right completing-read function.
1987         (gnus-use-ido): New variable
1988         (gnus-completing-read-with-default): Remove.
1989
1990 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1991
1992         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1993         x-focus-frame.
1994
1995         * nnimap.el (auth-source-forget-user-or-password)
1996         (auth-source-user-or-password): Autoload.
1997
1998         * message.el (message-from-style, message-interactive)
1999         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2000         (message-yank-prefix, message-indentation-spaces, message-signature)
2001         (message-signature-file): Add comment.
2002
2003 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2006         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2007         new articles.
2008
2009         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2010         parts.
2011         (nnimap-request-article): Work with the t setting, too.
2012
2013         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2014         that you don't get flashes of other buffers.
2015         (gnus-summary-show-complete-article): Intern before setting.
2016
2017 2010-09-27  David Engster  <dengste@eml.cc>
2018
2019         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2020         well as HEADERS.
2021         (nnmairix-retrieve-headers): Provide new argument for the above.
2022
2023 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2024
2025         * gnus-sum.el (gnus-summary-move-article): Don't alter
2026         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2027         group.
2028
2029         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2030
2031         * message.el (message-cite-prefix-regexp): Revert my last edit.
2032
2033         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2034         variable instead of the Gnus variable.
2035
2036         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2037
2038         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
2039         again.
2040
2041         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2042         since some servers don't like it.
2043         (nnimap-open-connection): Forget credentials if the server says the
2044         password was wrong.
2045         (nnimap-parse-line): Protect against invalid data.
2046
2047         * gnus-sum.el (gnus-summary-move-article): Add comment.
2048         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2049         nothing alters it while scanning for new messages.
2050
2051         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2052         which may or may not help.
2053         (nnimap-open-connection): If we're doing a stream connection, and then
2054         discover we're on a STARTTLS-capable server, then open a STARTTLS
2055         connection instead.
2056
2057 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2058
2059         * nnimap.el (utf7): Required.
2060
2061         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2062         prefix.
2063
2064 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2065
2066         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2067
2068 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2069
2070         * nnimap.el (nnimap-request-accept-article): Message the error on
2071         error.
2072
2073 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2074
2075         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2076
2077 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2078
2079         * nndoc.el (nndoc-request-list): Return success always.
2080
2081         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2082         `fetch-old' -- we only want to fetch the articles we've requested.  The
2083         rest are in the agent, probably.
2084         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2085         disappeared server" to something low.  It's not important.
2086
2087         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2088         arrived before the FETCH data.
2089
2090         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2091         target here, because we don't know the Gnus name of the group.
2092
2093         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2094         for the correct group.
2095
2096         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2097
2098         * gnus.el (gnus): Give a final warning after startup.
2099
2100         * gnus-util.el (gnus-action-message-log): New variable.
2101         (gnus-message): Use it.
2102         (gnus-final-warning): New function.
2103
2104         * nnimap.el (nnimap-open-connection): Record the greeting.
2105         (nnimap): Add greeting.
2106
2107 2010-09-26  Julien Danjou  <julien@danjou.info>
2108
2109         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2110         arguments.
2111         (gnus-html-wash-images): Fix spec computing to include start/end.
2112
2113         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2114
2115 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2116
2117         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2118         deletion.
2119         (nnimap-retrieve-headers): Don't select the group, because that's
2120         already done by nnimap-possibly-change-group.
2121
2122         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2123         (gnus-picon-transform-address): Use it.
2124
2125         * mail-source.el (mail-source-value): Revert previous patch.
2126
2127         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2128         on failure.
2129         (nnimap-open-connection): Look up both virtual and physical server name
2130         credentials.
2131
2132         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2133
2134 2009-02-07  Dave Love  <fx@gnu.org>
2135
2136         * tls.el (open-tls-stream): Don't query killing process.
2137
2138 2009-02-08  Dave Love  <fx@gnu.org>
2139
2140         * gnus-win.el (gnus-window-to-buffer-helper,
2141         gnus-all-windows-visible-p): Function needn't be a symbol.
2142
2143         * mail-source.el (mail-source-value): Function needn't be a symbol.
2144
2145 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2146
2147         * message.el (message-cite-prefix-regexp): Remove } from the cite
2148         prefix.
2149
2150         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2151         highlight again, so that the highlight is correct.
2152
2153         * gnus-picon.el (gnus-picon): Remove again.
2154         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2155
2156         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2157         doing the header highlightling, so that the background colour of the
2158         picon is correct.
2159
2160         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2161         (gnus-picon): Ditto.
2162         (gnus-picon): Reinstate.  The background colour for picons is white.
2163         (gnus-picon-insert-glyph): Make the background white.
2164
2165         * nnml.el (nnml-open-nov): Don't return dead buffers.
2166
2167         * auth-source.el (auth-source-create): Query the user for whether to
2168         store the credentials.
2169
2170         * netrc.el (netrc-store-data): New function.
2171
2172         * auth-source.el (auth-source-user-or-password): Use the existing auth
2173         sources, if any, for creation.
2174
2175         * gnus.el (gnus-group-fast-parameter): Return the last matching
2176         parameter instead of the first matching parameter.
2177
2178 2010-09-26  Julien Danjou  <julien@danjou.info>
2179
2180         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2181
2182 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2183
2184         * mml2015.el (mml2015-use): Remove gpg support.
2185
2186         * mml1991.el (mml1991-function-alist): Remove gpg function.
2187         (mml1991-gpg-sign): Removed.
2188
2189 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2190
2191         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2192         (gnus-browse-unsubscribe-current-group): Document it.
2193         (gnus-browse-unsubscribe-group): Use it.
2194
2195 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2196
2197         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2198         address to the To list for easier response.
2199
2200         * gnus.el (gnus-play-startup-jingle): Removed.
2201         (gnus-splash): Don't play jingle.
2202         (gnus): Silence gnus-load message.
2203
2204         * gnus-art.el (gnus-treat-play-sounds): Removed.
2205
2206         * gnus.el (gnus-play-jingle): Remove audio support.
2207
2208         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2209
2210         * earcon.el: Removed -- no users.
2211
2212         * gnus-audio.el: Removed -- no users of this package.
2213
2214         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2215
2216         * gnus-start.el (gnus-setup-news): Remove nocem support.
2217
2218         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2219
2220         * gnus.el (gnus-use-nocem): Removed.
2221
2222         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2223         Removed.
2224
2225         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2226         uses NoCeM any more.
2227
2228         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2229         (gnus-button-ctan-handler): Ditto.
2230         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2231         (gnus-button-ctan-directory-regexp): Ditto.
2232         (gnus-button-handle-ctan): Ditto.
2233         (gnus-button-tex-level): Ditto.
2234         (gnus-button-alist): Removed CTAN stuff.
2235
2236 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2237
2238         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2239         nnimap-streaming test.
2240
2241         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2242         servers twice.
2243
2244         * nnimap.el (nnimap-open-connection): Add more error reporting when
2245         nnimap fails early.
2246
2247         * nnheader.el (nnheader-get-report-string): New function.
2248         (nnheader-get-report): Use it.
2249
2250         * gnus-int.el (gnus-check-server): Say what the error was when opening
2251         failed.
2252
2253         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2254         using streaming.
2255
2256 2010-09-25  Julien Danjou  <julien@danjou.info>
2257
2258         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2259         gnus-window-inside-pixel-edges.
2260
2261 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2262
2263         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2264
2265         * mm-decode.el (mm-save-part): Allow saving to other directories the
2266         normal Emacs way.
2267
2268         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2269         by Jay Berkenbilt.
2270
2271         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2272         there isn't a single byte.
2273
2274         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2275         just do it.  It doesn't really seem to matter what the user responds
2276         here, I think, so it's just a confusing question.
2277
2278         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2279         non-streaming case.
2280
2281         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2282         (gnus-article-encrypt-body): Use it.
2283
2284         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2285         keystroke.
2286
2287         * nnimap.el (nnimap-find-wanted-parts-1): Use
2288         gnus-fetch-partial-articles.
2289
2290         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2291
2292         * nnimap.el (nnimap-insert-partial-structure): New function.
2293         (nnimap-get-partial-article): New function.
2294         (nnimap-request-article): Use it.
2295         (nnimap-wait-for-response): Return whether the wait was successful.
2296         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2297         retrieval wasn't successful.
2298         (nnimap-retrieve-group-data-early): Allow throttling servers.
2299         (nnimap-streaming): New variable.
2300         (nnimap-fetch-partial-articles): Removed.
2301
2302         * mm-decode.el (mm-with-part): Protect against killed buffers.
2303
2304         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2305         for prettier summary display.
2306
2307 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2308
2309         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2310         directly.
2311
2312 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2313
2314         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2315         apparently third-party libraries depend on it.
2316
2317         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2318         before starting negotiation.
2319
2320         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2321         privacy reasons.
2322         (gnus-treat-mail-gravatar): Ditto.
2323
2324         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2325         buffer when inserting images.  Inserting text into the headers, for
2326         instance, can make them invalid.
2327
2328 2010-09-25  Julien Danjou  <julien@danjou.info>
2329
2330         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2331         variables.
2332
2333         * nnheader.el: Remove useless variables news-reply-yank-from and
2334         news-reply-yank-message-id.
2335
2336         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2337         variables.
2338
2339         * mml1991.el: Remove useless mml1991-verbose.
2340
2341         * gnus.el: Remove useless variable gnus-use-generic-from.
2342         Remove obsolete variable gnus-topic-indentation.
2343
2344         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2345
2346         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2347
2348         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2349
2350         * gnus-group.el: Remove useless gnus-group-icon-cache.
2351         Remove useless gnus-ephemeral-group-server.
2352
2353         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2354
2355         * mml2015.el: Remove useless mml2015-verbose.
2356
2357         * mml-smime.el: Remove useless mml-smime-verbose.
2358
2359         * gnus.el: Remove useless gnus-local-domain.
2360
2361         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2362         gnus-gravatar-size.
2363
2364         * gnus-art.el: Remove useless gnus-treat-translate.
2365
2366 2010-09-24  Julien Danjou  <julien@danjou.info>
2367
2368         * gnus-sum.el: Add support for Gravatars.
2369
2370         * gnus-art.el: Add support for Gravatars.
2371
2372         * gnus-gravatar.el: Add this file.
2373
2374         * gravatar.el: Add this file.
2375
2376 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2377
2378         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2379
2380         * gnus-group.el (gnus-group-fetch-faq): Removed.
2381
2382         * gnus.el (gnus-group-faq-directory): Removed.
2383
2384         * gnus-group.el (gnus-group-fetch-charter): Removed.
2385
2386         * gnus.el (gnus-group-charter-alist): Removed.
2387
2388         * gnus-group.el (gnus-group-archive-directory): Removed.
2389         (gnus-group-recent-archive-directory): Ditto.
2390         (gnus-group-make-archive-group): Removed.
2391
2392         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2393
2394         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2395         use the same article number for all the cached articles.
2396
2397         * nnimap.el (nnimap-command): Register the last command time so
2398         that we can use it for idling NOOPs.
2399         (nnimap-open-connection): Start the keeplive timer.
2400         (nnimap-make-process-buffer): Store all the process buffers.
2401         (nnimap-keepalive): New function.
2402
2403         * starttls.el (starttls-open-stream): Add autoload cookie.
2404
2405 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2406
2407         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2408         handling.
2409
2410 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2411
2412         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2413         its data structures.
2414
2415         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2416         instead of the cl.el copy-list.
2417         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2418         equalp.
2419
2420 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2421
2422         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2423         and tool-bar-local-item-from-menu.
2424
2425         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2426         mode-line-highlight face for Emacs.
2427
2428         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2429         loading gnus-sum.elc; fix comment for canlock-verify.
2430         (gnus-article-jump-to-part): Use read-number.
2431         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2432         Emacs pre-21 compatible code for help-echo.
2433         (gnus-article-next-page-1): No need to adjust the number of lines.
2434         (gnus-article-describe-bindings): Always use help-buffer.
2435
2436         * gnus-audio.el (gnus-audio-inline-sound)
2437         * gnus-cus.el (gnus-custom-mode)
2438         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2439
2440         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2441
2442         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2443         compatible code.
2444
2445 2010-09-24  Glenn Morris  <rgm@gnu.org>
2446
2447         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2448         visiting the fcc file in rmail-mode.
2449
2450         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2451
2452 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2453
2454         * nnir.el: Silence the byte compiler.
2455
2456         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2457         alias to browse-url-url-encode-chars if any.
2458         (gnus-html-encode-url): Use it.
2459
2460 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2461
2462         * gnus-start.el (gnus-use-backend-marks): New variable.
2463         (gnus-get-unread-articles-in-group): Use it.
2464
2465         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2466         makeover.
2467
2468 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2469
2470         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2471
2472 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2473
2474         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2475         Removed.
2476         (gnus-setup-news-hook): Removed
2477         gnus-fixup-nnimap-unread-after-getting-new-news.
2478
2479         * gnus-int.el (gnus-request-update-info): Protect against backends not
2480         having the function.
2481
2482         * nnimap.el (nnimap-stream): Mention starttls.
2483         (nnimap-open-connection): Add starttls support.
2484
2485 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2486
2487         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2488
2489 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2490
2491         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2492         BODYSTRUCTUREs.
2493         (nnimap-transform-headers): Unfold quoted {42} headers.
2494
2495         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2496         the info.
2497         (gnus-get-unread-articles): Only call updatep on backends that support
2498         it.
2499
2500         * nnweb.el (nnweb-request-update-info): NOOP.
2501
2502         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2503
2504         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2505         since it only deals with marks.
2506
2507         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2508         gnus-request-marks, and make a new gnus-request-update-info.
2509
2510         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2511         the active instead of the high number, which is usually too low.
2512
2513 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2514
2515         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2516         * encrypt.el: Removed.
2517
2518 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519
2520         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2521         server in symbolic form.
2522
2523         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2524         0.9.
2525
2526 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2529         (nnimap-update-info): Fix up code slightly.
2530
2531         * gnus-int.el (gnus-open-server): Add tracing for performance
2532         debugging.
2533
2534         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2535         (gnus-group-insert-group-line): Pass the real group name so that it
2536         gets the right data.
2537
2538         * gnus-start.el (gnus-get-unread-articles): Don't have
2539         `gnus-get-unread-articles-in-group' update info, since that can be
2540         really slow and doesn't seem to be needed?
2541
2542 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2543
2544         * time-date.el (date-to-time): Try using parse-time-string first before
2545         using the slower timezone-make-date-arpa-standard.
2546
2547 2010-09-22  Julien Danjou  <julien@danjou.info>
2548
2549         * gnus-group.el (gnus-group-insert-group-line): Call
2550         gnus-group-highlight-line.
2551         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2552         default hook list.
2553         (gnus-group-update-eval-form): Add new function.
2554         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2555         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2556
2557 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2560         immediate, then expire all articles.
2561         (nnimap-update-info): Fix off-by-one errors.
2562         (nnimap-flags-to-marks): Would return no marks lists for group with no
2563         flags.  Instead return the other data.
2564
2565 2010-09-22  Julien Danjou  <julien@danjou.info>
2566
2567         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2568         Only return an icon.
2569         (gnus-group-insert-group-line): Compute icon to return.
2570
2571         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2572         variable.
2573         (gnus-html-image-fetched): Only cache if
2574         gnus-html-image-automatic-caching is set.
2575         (gnus-html-image-fetched): Check for errors.
2576
2577 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578
2579         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2580         once per method on `g'.  This ensures that backends like nnfolder don't
2581         open all their folders.
2582
2583         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2584         (nnimap-request-list): Nix out group in the correct buffer.
2585         (nnimap-parse-flags): Implement by using `read' instead of
2586         hand-parsing.
2587         (nnimap-flags-to-marks): Pass on permanent-flags.
2588         (nnimap-make-process-buffer): Record the server name.
2589         (nnimap-parse-flags): Fix typo.
2590         (nnimap-request-scan): Run split on the server in general, not just a
2591         single group.
2592
2593         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2594         parameter, and propagate this downwards.
2595
2596         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2597         since EXAMINE changes it on the server.
2598
2599         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2600         this command might take a while.
2601
2602 2010-09-22  Julien Danjou  <julien@danjou.info>
2603
2604         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2605         harmful if you have 2 images side-by-side, they can't be properly
2606         update on text deletion.  Using text-property is safer here.
2607         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2608         data.
2609
2610 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2611
2612         * nnimap.el (nnimap-expunge-inbox): Removed.
2613         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2614         (nnimap-expunge): Flip default to t.
2615
2616         * gnus.el (gnus-method-to-server): Don't push things to the cache
2617         unless it's unique.
2618         (gnus-server-to-method): Ditto.
2619
2620 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2621
2622         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2623
2624 2010-09-22  Julien Danjou  <julien@danjou.info>
2625
2626         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2627         get the start of data.
2628         (gnus-html-encode-url): Add this function to encode special chars in
2629         URL.
2630         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2631         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2632
2633         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2634         default.
2635         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2636
2637         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2638         images alt-text.
2639         (gnus-html-put-image): Put alt-text as help-echo.
2640
2641 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2642
2643         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2644         * mm-util.el (mm-decompress-buffer)
2645         * nnir.el (nnir-run-find-grep)
2646         * pop3.el (pop3-list): Use 3rd arg of split-string.
2647
2648         * time-date.el (format-seconds): Comment fix.
2649
2650         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2651         and byte-optimize-form-code-walker.
2652         (dgnushack-make-auto-load): Don't advise make-autoload.
2653
2654         * lpath.el: Remove Emacs 21 stuff.
2655
2656 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2657
2658         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2659         outside the active range.  Suggested by Dan Christensen.
2660
2661         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2662         slightly later to avoid double-getting it.
2663
2664         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2665         previous patch.
2666
2667         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2668
2669 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2670
2671         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2672
2673 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674
2675         * gnus-int.el (gnus-open-server): Give a better error message in the
2676         "go offline" case.
2677
2678         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2679         marks for nnimap, which is seldom the right thing to do.
2680
2681         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2682         (gnus-same-method-different-name): New function.
2683
2684         * nnimap.el (parse-time): Require.
2685
2686         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2687         method in the presence of many similar methods.
2688
2689         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2690
2691         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2692         nnml-inhibit-expiry.
2693
2694         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2695         find out whether methods are equal.
2696
2697         * nnimap.el (nnimap-find-expired-articles): New function.
2698         (nnimap-process-expiry-targets): New function.
2699         (nnimap-request-move-article): Request the article before looking at
2700         what the Message-ID is.  Fix found by Andrew Cohen.
2701         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2702
2703         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2704         for oldness in addition to being a predicate.
2705
2706         * nnimap.el (nnimap-request-group): When we have zero articles, return
2707         the right data to Gnus.
2708         (nnimap-request-expire-articles): Only delete articles immediately if
2709         the target is 'delete.
2710
2711         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2712         method, this would bug out.
2713
2714         * gnus-group.el (gnus-group-expunge-group): Renamed from
2715         gnus-group-nnimap-expunge, and implemented as a normal interface
2716         function.
2717
2718         * gnus-int.el (gnus-request-expunge-group): New function.
2719
2720         * nnimap.el (nnimap-request-create-group): Implement.
2721         (nnimap-request-expunge-group): New function.
2722
2723 2010-09-21  Julien Danjou  <julien@danjou.info>
2724
2725         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2726         (gnus-html-cache-expired): Add new function.
2727         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2728         wethever we should display image for fetch it.
2729         Compute alt-text earlier to pass it to the fetching function too.
2730         (gnus-html-schedule-image-fetching): Change function argument to only
2731         get one image at a time, not a list.
2732         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2733         cache.
2734         (gnus-html-get-image-data): New function to retrieve image data from
2735         cache.
2736         (gnus-html-put-image): Change buffer argument to use image data rather
2737         than file, and place image above region rather than inserting a new
2738         one. Do not take alt-text as argument, since it's useless now: we place
2739         the image above alt-text.
2740         (gnus-html-prune-cache): Remove.
2741         (gnus-html-show-images): Start to fetch image when we find one, do not
2742         push into a temporary list.
2743         (gnus-html-prefetch-images): Only fetch image if they have expired.
2744         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2745         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2746
2747 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2748
2749         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2750
2751 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2752
2753         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2754         spec inser "*" if the group isn't active instead of 0.
2755
2756         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2757         opening the server.
2758         (nnimap-request-delete-group): Implement group deletion.
2759         (nnimap-transform-headers): Return the size of the entire message in
2760         the Bytes header, not just the size of the first part.
2761         (nnimap-request-move-article): When moving an article from nnimap,
2762         request the article first so the accepting form has an article to
2763         accept.  Reported by Dan Christensen.
2764         (nnimap-command): Make sure that the error message doesn't error out.
2765
2766 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2767
2768         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2769         we haven't requested anything.
2770
2771 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2772
2773         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2774         "".  Fix found by Andrew Cohen.
2775
2776         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2777         instead of -encode-string.
2778
2779 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2782
2783         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2784         by mm-subst-char-in-string.
2785
2786 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2787
2788         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2789         waiting for the connection string.
2790
2791         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2792         arriving.
2793
2794         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2795         bogus characters.  This allows selecting certain Gmail groups.
2796
2797         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2798         (nnimap-fetch-partial-articles): New variable.
2799         (nnimap-open-connection): When looking for credentials, also use the
2800         nnimap-server-port.
2801         (nnimap-request-article): Return the group/article number, so that Gnus
2802         `^' works as expected.
2803         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2804         them.
2805
2806         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2807         comments.
2808         (gnus-methods-sloppily-equal): New function.
2809         (gnus): When using the development version of Gnus, load the gnus-load
2810         file.
2811
2812         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2813         `gnus-open-server' on each method before trying to scan them etc.  This
2814         ensures that all the backend parameters are set correctly.
2815
2816         * nnimap.el (nnimap-authenticator): New variable.
2817         (nnimap-open-connection): Allow anonymous login.
2818         (nnimap-transform-headers): The chars header is called Chars not
2819         Bytes.
2820         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2821         drops.
2822
2823         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2824         patch, found by Knut Anders Hatlen.
2825
2826 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2827
2828         * gnus-agent.el (gnus-agent-batch-confirmation)
2829         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2830         to gnus-message.
2831         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2832         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2833         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2834         * gnus-int.el (gnus-open-server): Likewise.
2835         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2836         (gnus-score-check-syntax): Likewise.
2837         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2838         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2839         Likewise.
2840         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2841
2842 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2843
2844         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2845         calling conventions so that prefetch doesn't bug out.
2846
2847 2010-09-19  Julien Danjou  <julien@danjou.info>
2848
2849         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2850         rather than `subst-char-in-region' in order to be able to replace ASCII
2851         char by UTF-8 ones.
2852
2853         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2854         than curl.
2855         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2856         the right URL and ALT text on images.
2857         (gnus-html-wash-tags): Fix tag case.
2858         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2859         (gnus-article-html): Add -o display_ins_del=2 option.
2860         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2861
2862 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2863
2864         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2865         the extra mail headers, which sometimes seem to happen for unknown
2866         reasons.
2867
2868         * mail-parse.el (mail-header-encode-parameter): Define as
2869         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2870         (or most, perhaps?) mail readers don't understand the latter, but do
2871         understand the former.
2872
2873         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2874         to nil, so that no methods are automatically agentized.  I think this
2875         is probably what most users want.
2876
2877         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2878         from url-retrieve, for instance about invalid URLs.
2879
2880         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2881         groups that have no articles.
2882         (nnimap-request-article): Check that we really got an article when we
2883         requested one.
2884
2885         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2886         doesn't exist.
2887
2888         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2889         nntp buffer so the agent can save it.
2890         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2891         that CRLF doesn't get translated to \n.
2892         (nnimap-open-connection): Don't make 'shell commands only send \n.
2893
2894 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2895
2896         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2897         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2898         Update var name.
2899         (nnml-generate-nov-file): Use dolist.
2900         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2901         Use with-current-buffer.
2902
2903 2010-09-18  Julien Danjou  <julien@danjou.info>
2904
2905         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2906         parallel.
2907
2908 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909
2910         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2911         the range update right.
2912         (nnimap-request-group): Don't make `M-g' bug out on group with no
2913         marks.
2914         (nnoo): Required, so that other packages can require nnimap.
2915         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2916         command we're looking for.  This helps when the server sends more
2917         responses after we've gotten everything we expected.
2918         (nnimap): Add a `newlinep' field to keep track of end-of-line
2919         conventions.
2920         Don't send CRLF to things that don't want it.
2921         (nnimap-request-accept-article): Ditto.
2922
2923 2010-09-18  Julien Danjou  <julien@danjou.info>
2924
2925         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2926         than curl to retrieve images.
2927
2928 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929
2930         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2931         the marks.
2932         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2933         (nnimap-wait-for-connection): New function.
2934         (nnimap-open-connection): If we have PREAUTH, don't query for login
2935         credentials.
2936         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2937         when doing a partial update.
2938
2939 2010-09-18  Julien Danjou  <julien@danjou.info>
2940
2941         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2942         tags.
2943
2944 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2945
2946         * nnimap.el (nnimap-credentials): New function.
2947         (nnimap-open-connection): Use the new function to look for credentials
2948         also on the numeric equivalents of "imap" and "imaps".
2949
2950         * gnus-start.el (gnus-activate-group): Send the info to
2951         gnus-request-group.
2952
2953         * nnimap.el (nnimap-request-group): Have the "check" version of the
2954         function parse flags and update the info, so that a `M-g' get a total
2955         resync of all flags from the group.
2956
2957         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2958         to allow backends to alter the info on group selection.  Also alter all
2959         the backend -request-group functions to take the parameter.
2960
2961         * nnimap.el (nnimap-store-info): New function.
2962         (nnimap-update-info): Store the info for later usage.
2963         (nnimap-request-group): Use the stored info for the dont-check case, so
2964         that we don't retrieve all marks when we enter a group.
2965
2966         * nnimap.el: Use deffoo instead of defun for interface functions.
2967
2968         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2969         update the group info.  This makes the nndraft groups, for instance, go
2970         back to their old behaviour.
2971
2972         * gnus-sum.el (gnus-select-newsgroup): Indent.
2973
2974         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2975         in.
2976         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2977         nothing.
2978
2979         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2980         from methods that are denied.
2981
2982         * gnus-int.el (gnus-method-denied-p): New function.
2983
2984         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2985         store the password instead of netrc.
2986         (nnimap-open-connection): Don't error out when we can't make a
2987         connections.
2988
2989         * auth-source.el (auth-source-create): In the password prompt, say what
2990         we're querying for.  Also prompt for user name if that hasn't been
2991         given.
2992
2993         * nnimap.el (nnimap-with-process-buffer): Removed.
2994
2995 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2996
2997         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2998         method when we're reading from the agent.
2999
3000         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
3001
3002         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
3003         that's probably most useful for users.
3004
3005         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3006         "failed" all the time.
3007
3008         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3009         ...)) with (with-current-buffer ... ).
3010
3011         * nntp.el (nntp-open-server): Return whether the open was successful or
3012         not.
3013
3014         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3015         select an unread unseen article first.
3016
3017         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3018         /etc/services, supply some sensible port defaults.
3019
3020         * dgnushack.el: Define netrc-credentials.
3021
3022 2010-09-17  Julien Danjou  <julien@danjou.info>
3023
3024         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3025
3026 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3027
3028         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3029         doesn't have any parameters.
3030
3031 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032
3033         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3034         only upcased checks.
3035
3036         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3037
3038         * nnimap.el (nnimap-open-shell-stream): New function.
3039         (nnimap-open-connection): Use it.
3040         (nnimap-transform-headers): Get the number of lines in each message.
3041         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3042         number of lines.
3043         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3044         problem.
3045
3046         * utf7.el (utf7-encode): Autoload.
3047
3048         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3049         to allow the mail splitting to not return a default group.  This is
3050         useful for nnimap, which will leave unmatched mail in the inbox.
3051
3052         * nnimap.el: Rewritten.
3053
3054         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3055         nnimap usage.
3056
3057         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3058         if the move is internal, so that nnimap can do fast internal moves.
3059
3060         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3061         data.
3062         (gnus-read-active-for-groups): Support finishing the early retrieval of
3063         data.
3064
3065         * gnus-range.el (gnus-range-nconcat): New function.
3066
3067         * gnus-int.el (gnus-finish-retrieve-group-infos)
3068         (gnus-retrieve-group-data-early): New functions.
3069
3070 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3071
3072         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3073         (nnrss-retrieve-groups):
3074         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3075         (pop3-quit): Use with-current-buffer.
3076
3077 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3080         instead of nnheader-accept-process-output.
3081
3082         * dgnushack.el (dgnushack-compile): Add comment.
3083
3084         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3085
3086         * gnus-html.el (gnus-html-schedule-image-fetching)
3087         (gnus-html-prefetch-images): Replace process-kill-without-query by
3088         gnus-set-process-query-on-exit-flag.
3089
3090 2010-09-16  Romain Francoise  <romain@orebokech.com>
3091
3092         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3093
3094 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095
3096         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3097         parameter to unintern is mandatory-ish in Emacs 24.
3098
3099         * gnus-html.el (gnus-html-schedule-image-fetching)
3100         (gnus-html-prefetch-images): Check for curl before using it.
3101
3102         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3103         depend on curl, which isn't essential.
3104
3105         * imap.el: Revert back to version
3106         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3107         seem problematic.
3108
3109 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3110
3111         * gnus-registry.el (gnus-registry-install-shortcuts):
3112         Explicitly pass `obarray' to `unintern' to avoid a warning.
3113
3114 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3115
3116         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3117         change.
3118
3119         * nnrss.el (nnrss-request-list): Removed this function and related
3120         functions, including the moreover stuff.
3121
3122 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3123
3124         * nnrss.el (nnrss-retrieve-groups): New function.
3125
3126 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3127
3128         * .dir-locals.el: Add no-byte-compile cookie.
3129
3130 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3131
3132         * time-date.el (format-seconds): Comment fix.
3133
3134         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3135         for back end that doesn't support request-scan.
3136
3137 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3138
3139         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3140         then do request scans from the backends.
3141
3142         * netrc.el (netrc-credentials): New conveniency function.
3143
3144         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3145         avoid running a hook per line, since this takes a lot of time,
3146         profiling shows.
3147         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3148         directly if gnus-visual-p is true.
3149
3150 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3151
3152         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3153         groups; replace mapcar with dolist which is a bit faster; pass groups
3154         info to gnus-read-active-file-1.
3155         (gnus-read-active-file-1): Scan only specified groups if the new
3156         optional arg `infos' is given.
3157
3158 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3159
3160         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3161
3162         * pop3.el (pop3-movemail): Removed.
3163         (pop3-streaming-movemail): Renamed to pop3-movemail.
3164
3165         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3166         don't restrict end-tag searches to the end of the line.
3167
3168 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3169
3170         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3171         articles of every unchecked group to t, which means unknown since the
3172         server has never been opened.
3173
3174 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3175
3176         * gnus-html.el (gnus-html-show-alt-text): New command.
3177         (gnus-html-browse-image): Ditto.
3178         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3179         to browse the image directly.
3180         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3181         better.
3182
3183         * gnus-async.el (gnus-async-article-callback): Call
3184         `gnus-html-prefetch-images' unconditionally.
3185
3186         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3187         before feeding URLs to curl.
3188
3189 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3190
3191         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3192         internal images as deletable by `W D D'.
3193
3194         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3195         (gnus-async-article-callback): Fix typo.
3196
3197 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198
3199         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3200         current line to work around bugs in the output from w3m.
3201
3202         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3203         for groups that want that.
3204
3205         * nntp.el (nntp-wait-for-string): Supply a timeout for
3206         accept-process-output to ensure progress.
3207
3208         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3209         level to get unread articles from, then use that for foreign groups,
3210         too.
3211
3212         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3213         confuses the rest of the function.
3214
3215         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3216         for the methods that support -retrieve-groups, too.
3217
3218         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3219
3220 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3221
3222         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3223         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3224
3225         * pop3.el: Require cl when compiling.
3226         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3227
3228 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3229
3230         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3231         that aren't going to be activated.
3232         (gnus-get-unread-articles): Fix up the last commit.
3233
3234         * gnus-html.el (gnus-article-html): Allow calling without specifying
3235         the handle.  In that case, dissect the buffer first.
3236
3237         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3238
3239         * nnimap.el (nnimap-open-connection): Revert the change that would look
3240         into authinfo for imaps instead of imap.
3241
3242         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3243         say that you don't want to call gnus-request-group with don-check, but
3244         do check the reponse.  This is for virtual groups only.
3245         (gnus-get-unread-articles): Count the archive groups as secondary, so
3246         that they're activated the same way as before.
3247
3248         * imap.el (imap-message-map): Removed optional buffer parameter, since
3249         no callers use it.
3250         (imap-message-get): Ditto.
3251         (imap-message-put): Ditto.
3252         (imap-mailbox-map): Ditto.
3253         (imap-mailbox-put): Ditto.
3254         (imap-mailbox-get): Ditto.
3255         (imap-mailbox-get): Revert last change for this function.
3256
3257         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3258         case-insensitively.
3259         (nnimap-debug): Removed.
3260
3261         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3262         to use `imap-fetch' instead.  According to the comments, this should be
3263         safe, since all other IMAP clients use the 1:* syntax.
3264         (imap-enable-exchange-bug-workaround): Removed.
3265         (imap-debug): Removed -- doesn't seem very useful.
3266
3267         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3268         mail from a file, and the file doesn't exist.
3269
3270         * imap.el (imap-log): New convenience function used throughout instead
3271         of repeating the same code all over the place.
3272
3273         * pop3.el (pop3-streaming-movemail): Return t for success.
3274
3275         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3276         .authinfo if we're using ssl connection.
3277
3278         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3279         already have if we're in a main Gnus `g' run.
3280
3281         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3282
3283 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3284
3285         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3286
3287         * nnmh.el (nnmh-request-list-1): Bind `file'.
3288
3289         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3290         alias to set-process-query-on-exit-flag or process-kill-without-query.
3291         (pop3-open-server): Use it.
3292
3293 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3294
3295         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3296         box to the Incoming file.  Fixes mistake in previous checkin.
3297
3298         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3299         request loop (for debugging purposes) removed.
3300
3301         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3302         culprit is more visible.
3303         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3304         (nnml-add-incremental-nov): New functions to do "incremental" nov
3305         updates, where we just append to the end of the existing nov files
3306         without reading/writing them in full.
3307
3308         * mail-source.el (mail-source-delete-crash-box): Really only check the
3309         incoming files once in a while.
3310
3311         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3312
3313         * mail-source.el (mail-source-delete-crash-box): Only check the
3314         incoming files for deletion once per day to save a lot of file
3315         accesses.
3316
3317         * pop3.el (pop3-logon): Fix up unbound variable typo.
3318
3319         * mail-source.el (pop3-streaming-movemail): Autoload.
3320
3321         * pop3.el (pop3-streaming-movemail): Respect
3322         pop3-leave-mail-on-server.
3323
3324         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3325         retrieval.
3326
3327         * pop3.el (pop3-process-filter): Removed unused function.
3328         (pop3-streaming-movemail, pop3-send-streaming-command)
3329         (pop3-wait-for-messages, pop3-write-to-file)
3330         (pop3-number-of-responses): New functions for streaming pop3
3331         retrieval.
3332
3333         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3334         come from no known methods.
3335         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3336         list.
3337
3338         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3339         message sizes.
3340         (pop3-movemail): Use erase-buffer instead of looping and deleting
3341         regions, which seems rather odd.
3342
3343         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3344         file once per `g' run.
3345
3346         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3347         directories.  This makes the draft queue directory work.
3348
3349         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3350         data from the backends, so that we only request the list of groups from
3351         each method once.  This should speed things up considerably.
3352
3353         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3354         detect that it's not implemented.
3355
3356         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3357         we actually do recurse down into the tree, but don't stat all leaf
3358         nodes.
3359
3360         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3361         then say so instead of bugging out.
3362
3363         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3364         files exist before trying to read them.
3365
3366         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3367         around <pre_int>.
3368
3369         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3370
3371         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3372
3373 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3374
3375         * mm-util.el (mm-image-load-path): Just return the image directories,
3376         not all directories in the path in addition to the image directories.
3377         (mm-image-load-path): Maintain a cache of the image directories so that
3378         the `g' command in Gnus doesn't have to stat dozens of directories each
3379         time.
3380
3381         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3382         (gnus-html-wash-tags): Add a new `i' command to insert images.
3383         (gnus-html-insert-image): New command and keystroke.
3384         (gnus-html-redisplay-with-images): New command and keystroke.
3385         (gnus-html-show-images): Renamed command.
3386         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3387         spacers.
3388         (gnus-html-wash-tags): Decode entities at the end, so that entities
3389         inside the tags don't mess up the rest of the "parsing".
3390
3391         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3392         so that nnimap methods aren't agentized by default.  There's apparently
3393         many problems related to agent/imap behaviour.
3394
3395         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3396
3397         * gnus-html.el: Doc fix.
3398
3399 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3400
3401         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3402         specifier-spec-list for Emacs 21.
3403
3404         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3405         glyph-width and glyph-height instead of display-graphic-p and
3406         image-size; make avoidance of displaying small images work for XEmacs.
3407
3408         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3409         for XEmacs.
3410
3411         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3412         of symbol that holds plist data.
3413         (gnus-process-plist): Remove plist of process after getting it.
3414
3415 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3416
3417         * message.el (message-generate-hashcash): Change default to
3418         'opportunistic if hashcash is installed.
3419
3420         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3421         (gnus-html-put-image): Only call image-size once, since it's somewhat
3422         time-consuming on remote X servers.
3423
3424 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3425
3426         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3427         type on data, not a file name.
3428
3429         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3430         window-pixel-edges for Emacs 21.
3431
3432         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3433         decoded contents.
3434         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3435
3436 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3437
3438         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3439         group line format, since it isn't very interesting.
3440
3441         * gnus-agent.el (gnus-agent-short-article),
3442         (gnus-agent-long-article): Increase values for these two variables,
3443         since most people are likely to have more network connection and
3444         storage than before.
3445
3446         * gnus.el (gnus-refer-article-method): Change default to 'current.
3447         When referring an article, the common behaviour is to refer it from the
3448         current select method, not the native select method.  The chances of
3449         the native select method having the message in question is rather slim
3450         these days.
3451
3452         * gnus-sum.el (gnus-auto-select-subject): Change default to
3453         `unseen-or-unread'.  I think it's likely that most people want to
3454         select an unseen article over a previously seen, but unread one.
3455
3456         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3457         means that in the article buffer none of the minor mode elements will
3458         be shown, usually, and this is not desirable in most cases.
3459
3460         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3461         that commands like `d' (and the like) go to the next line in the
3462         buffer, instead of the next unread article.  I think this is the
3463         behaviour that is most natural for most users.
3464         (gnus-single-article-buffer): Change default to nil, so that people can
3465         have as many article buffers open as they have summary buffer.  I think
3466         this is the most natural way for the groups to behave.
3467
3468         * message.el (message-generate-new-buffers): Change default to
3469         `unsent', so that all new message buffers start their names with the
3470         string "*unsent", and it's easier to find the buffers if you move from
3471         them.
3472
3473 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3476         small.  They're probably tracking images.
3477         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3478         (gnus-html-rescale-image): Yet another try at getting the image sizing
3479         right.
3480
3481         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3482         nntp-marks-file-name is nil.
3483
3484 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3485
3486         * gnus-html.el (gnus-html-wash-tags)
3487         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3488         Better logging.
3489
3490 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3491
3492         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3493
3494         * gnus-html.el (gnus-html-wash-tags): Check the value of
3495         gnus-blocked-images in the summary buffer.
3496
3497 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3498
3499         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3500
3501 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3502
3503         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3504         like "a", it seems like.
3505         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3506         since it needs to be picked from the correct buffer.
3507
3508         * nnwfm.el: Removed.
3509
3510         * nnlistserv.el: Removed.
3511
3512 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3513
3514         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3515         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3516
3517 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3518
3519         * nnkiboze.el: Removed.
3520
3521         * nndb.el: Removed.
3522
3523         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3524         alt text.
3525         (gnus-html-rescale-image): Try to get the rescaling logic right for
3526         images that are just wide and not tall.
3527
3528         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3529         overshadow variable bindings.
3530
3531 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3532
3533         * gnus-html.el (gnus-html-wash-tags)
3534         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3535         extra logging.
3536
3537 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3538
3539         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3540         (gnus-max-image-proportion): New variable.
3541         (gnus-html-rescale-image): New function.
3542         (gnus-html-put-image): Rescale images.
3543
3544 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3545
3546         Fix up some byte-compiler warnings.
3547         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3548         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3549         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3550         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3551         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3552         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3553         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3554
3555 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gnus-html.el (gnus-article-html): Decode contents by charset.
3558
3559 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3560
3561         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3562         (gnus-html-frame-width, gnus-blocked-images)
3563         * message.el (message-prune-recipient-rules): Add custom version.
3564         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3565
3566         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3567         functions.
3568
3569         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3570         gnus-process-get.
3571
3572 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3573
3574         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3575         instead of lsub directly.
3576
3577 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3578
3579         * nnwarchive.el: Removed.
3580
3581         * gnus-soup.el: Removed.
3582
3583         * nnsoup.el: Removed.
3584
3585         * nnultimate.el: Removed.
3586
3587         * gnus-html.el (gnus-blocked-images): New variable.
3588
3589         * message.el (message-prune-recipients): New function.
3590         (message-prune-recipient-rules): New variable.
3591
3592         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3593         guess whether a long line is natural text or not.
3594
3595         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3596         gnus-process-plist and friends for compatibility.
3597
3598 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3599
3600         * gnus-html.el: Require packages that define macros used in this file.
3601         (gnus-article-mouse-face): Declare to silence byte-compiler.
3602         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3603         process-get.
3604         (gnus-html-put-image): Use plist-get to avoid getf.
3605         (gnus-html-prefetch-images): Use with-current-buffer.
3606
3607 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3608
3609         * gnus-ems.el: Provide compatibility functions for
3610         gnus-set-process-plist.
3611
3612         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3613         header-line-format for XEmacs 21.4.
3614
3615         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3616         * gnus.el (gnus-valid-select-methods)
3617         * message.el (message-send-mail-partially-limit)
3618         * mm-decode.el (mm-text-html-renderer)
3619         * mml.el (mml-insert-mime-headers-always)
3620         * smiley.el (smiley-regexp-alist): Bump custom version.
3621
3622 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3623
3624         * gnus-html.el: require mm-url.
3625         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3626         with the url to `url'.
3627         (gnus-html-wash-tags): Support cid: URLs/images.
3628
3629 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3630
3631         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3632         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3633         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3634
3635         * gnus-move.el: Removed file, since it doesn't really work.
3636
3637         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3638         UTF-8.  This seems to fix problems with some German web feeds.
3639
3640         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3641         at the top so that the proper colours are applied.
3642
3643         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3644         don't have dots in their names.
3645
3646         * gnus-art.el (gnus-article-view-part): Doc fix.
3647
3648         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3649         XEmacs-compatible.
3650         (gnus-html-put-image): Don't do images on non-graphic displays.
3651
3652         * nnslashdot.el: Removed this unused backend.
3653
3654         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3655         actions.
3656         (gnus-undo-register-1): Revert last change.
3657
3658         * gnus-group.el (gnus-group-completing-read): Protect against not
3659         having completion-styles bound.
3660
3661         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3662         make broken recipients happier.
3663
3664         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3665
3666         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3667         point parameter.
3668
3669         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3670
3671         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3672         completion-styles for group selection.
3673
3674 2009-02-04  Andreas Schwab  <schwab@suse.de>
3675
3676         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3677         headers and regexp-quote the match if necessary.
3678
3679 2009-03-24  Miles Bader  <miles@gnu.org>
3680
3681         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3682         the blinking smiley.
3683
3684 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3685
3686         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3687         blink smiley.
3688
3689 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690
3691         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3692         where the dribbel file lives exists.
3693
3694         * message.el (message-send-mail-partially-limit): Change the default to
3695         nil, since most people don't want this.
3696
3697         * mm-url.el (mm-url-decode-entities): Also decode entities like
3698         &#x3212.
3699
3700 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3701
3702         * gnus-sum.el (gnus-summary-idna-message):
3703         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3704         Hyperlink urls in docstrings with URL `...'.
3705
3706 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3707
3708         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3709         functions.
3710
3711 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3712
3713         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3714         say what the mouseover text should be.
3715
3716         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3717         version of the mm-w3m-safe-url-regexp variable to only download images
3718         in the groups where we want that to happen.
3719
3720         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3721
3722         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3723         easier debugging.
3724         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3725         big pictures in the article buffer.
3726
3727         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3728         gnus-article-html.
3729         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3730         w3m.
3731
3732         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3733
3734 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3735
3736         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3737         which doesn't exist.
3738
3739         * message.el (message-inhibit-ecomplete): New variable to allow some
3740         function to inhibit ecomplete address storage.
3741         (message-resend): Disable ecomplete message storage when resending
3742         messages.
3743
3744         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3745
3746 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3747
3748         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3749         Save excursion while copying, moving, and deleting articles in order to
3750         prevent the cursor from jumping to unforeseen place.
3751
3752 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3753
3754         * lpath.el: No need to bind bookmark-current-buffer,
3755         bookmark-yank-point and bookmark-make-record-function.
3756
3757 2010-08-17  Glenn Morris  <rgm@gnu.org>
3758
3759         * gnus-sync.el: Require gnus components whose functions are used.
3760
3761         * gnus-art.el (bookmark-make-record-function):
3762         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3763         Declare for compiler.
3764
3765         * mm-url.el (mml-compute-boundary): Autoload.
3766
3767 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3768
3769         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3770
3771 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3772
3773         Typo fix "hoo4a" -> "hook".
3774
3775         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3776
3777 2010-08-14  Glenn Morris  <rgm@gnu.org>
3778
3779         * gnus-sync.el (gnus-sync): Fix defgroup version.
3780
3781 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3782
3783         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3784
3785         * gnus-sync.el: Fix docs.
3786         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3787         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3788
3789 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3790
3791         Optimizations for gnus-sync.el.
3792
3793         * gnus-sync.el: Add docs about gnus-sync-backend
3794         possibilities.
3795         (gnus-sync-save): Remove unnecessary message.
3796         (gnus-sync-read): Optimize and show what groups were skipped.
3797
3798 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3799
3800         Minor bug fixes for gnus-sync.el.
3801
3802         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3803         read the sync on get-new-news.
3804
3805         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3806         quiet.
3807
3808         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3809
3810 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3811
3812         Make saving and restoring of hidden threads work with overlays.
3813         Patch applied by Ted Zlatanov.
3814
3815         * gnus-sum.el (gnus-hidden-threads-configuration)
3816         (gnus-restore-hidden-threads-configuration): Update to deal with text
3817         properties, rather than searching for a magic character.
3818
3819 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3820
3821         New gnus-sync.el library for synchronization of marks.
3822
3823         * gnus-sync.el: New library for synchronization of marks.
3824
3825         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3826         renamed from `gnus-registry-grep-in-list'.
3827
3828         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3829
3830         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3831
3832 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3833
3834         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3835         determining charset of text fails.
3836
3837 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3838
3839         * nnmail.el (nnmail-get-new-mail-1): Revert.
3840
3841         * nnml.el (nnml-active-number): Make sure names of newly created groups
3842         in nnml-group-alist are encoded.
3843
3844 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3845
3846         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3847         containing non-ASCII characters in active file for nnml back end.
3848
3849 2010-07-24  David Engster  <dengste@eml.cc>
3850
3851         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3852         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3853
3854 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3855
3856         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3857         tag (Bug#6654).
3858
3859 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3860
3861         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3862         the article buffer, not the summary buffer.
3863
3864 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3865
3866         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3867         Emacs 23 as well.
3868
3869 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3870
3871         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3872         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3873
3874 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3875
3876         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3877         Patch applied by Karl Fogel.
3878
3879         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3880         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3881
3882 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3883
3884         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3885         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3886         C-w still not working correctly from Article buffers; Thierry's
3887         patch to fix that will be applied after this.
3888
3889         * gnus-art.el (bookmark-make-record-function): New local variable.
3890
3891         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3892         article buffer.
3893         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3894
3895 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3896
3897         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3898         on changes in bookmark.el.
3899
3900 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3901
3902         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3903         `no-log' instead of message not to log prompt string.
3904
3905 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3906
3907         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3908         the *other* type of HTML form submission.
3909
3910 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3911
3912         * auth-source.el (auth-source-pick): If choice does not contain a
3913         questioned keyword, set the check to t.
3914
3915 2010-06-12  Romain Francoise  <romain@orebokech.com>
3916
3917         * gnus-util.el (gnus-date-get-time): Move up before first use.
3918
3919 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3920
3921         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3922         (gnus-article-edit-part): Bind it to make last part that is substituted
3923         or deleted visible.
3924         (gnus-mime-display-single): Buttonize part of which id equals to
3925         gnus-mime-buttonized-part-id.
3926
3927 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3928
3929         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3930         (gnus-dd-mmm): Use gnus-date-get-time.
3931         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3932         simplify logic.
3933         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3934         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3935
3936 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3937
3938         * auth-source.el (top): Autoload `secrets-list-collections',
3939         `secrets-create-item', `secrets-delete-item'.
3940         (auth-sources): Fix tag string.
3941         (auth-get-source, auth-source-retrieve, auth-source-create)
3942         (auth-source-delete): New defuns.
3943         (auth-source-pick): Rewrite in order to avoid 2 passes.
3944         (auth-source-forget-user-or-password): New parameter USERNAME.
3945         (auth-source-user-or-password): New parameters CREATE-MISSING and
3946         DELETE-EXISTING.  Retrieve password interactively, if needed.
3947
3948 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3949
3950         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3951         deleting unused directories when gnus-expert-user is t.
3952
3953 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3954
3955         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3956         for each temp file when gnus-article-browse-delete-temp is ask.
3957
3958 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3959
3960         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3961         Lisp calls to delete-backward-char by calls to delete-char.
3962
3963 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3964
3965         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3966
3967 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3968
3969         * password-cache.el (password-cache-remove): Fix docstring.
3970
3971 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3972
3973         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3974         article unless decoding article to be saved.
3975
3976 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3977
3978         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3979         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3980         generated within the mm-with-unibyte-current-buffer macro.
3981
3982 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3983
3984         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3985         to nil when we're in a mml-preview buffer and no group is selected.
3986
3987 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3988
3989         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3990         when catching the `C-g'.  Reported by "Leo".
3991
3992 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * message.el (message-forward-make-body-plain)
3995         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3996         multibyte-string-p.
3997
3998         * lpath.el: Revert.
3999
4000 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4001
4002         * message.el (message-forward-make-body-mml): Assume original message
4003         is multibyte string; error on unibyte.
4004         (message-forward-make-body-plain): Ditto; don't add excessive newline
4005         in body end.
4006
4007         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4008
4009 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4010
4011         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4012         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4013
4014 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4015
4016         * mm-extern.el (mm-extern-url): Don't use
4017         mm-with-unibyte-current-buffer.
4018         (mm-extern-cache-contents): Use with-current-buffer instead of
4019         save-excursion + set-buffer.
4020
4021 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4022
4023         * mm-util.el (mm-emacs-mule): Remove.
4024
4025 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4026
4027         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4028         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4029         change.
4030
4031 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4032
4033         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4034         bind the default value of enable-multibyte-characters to nil.
4035
4036 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4037
4038         * message.el (message-forward-make-body-plain)
4039         (message-forward-make-body-mml):
4040         Don't use mm-with-unibyte-current-buffer.
4041
4042 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4043
4044         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4045
4046 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4047
4048         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4049         (Bug#5592).
4050
4051 2010-05-07  Julien Danjou  <julien@danjou.info>
4052
4053         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4054         it to mm-pipe-part.
4055
4056         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4057         it is given.
4058
4059 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4060
4061         * binhex.el (binhex-decode-region-internal)
4062         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4063         (dns-query)
4064         * nnweb.el (nnweb-gmane-search)
4065         * pgg-parse.el (pgg-parse-armor)
4066         * pgg.el (pgg-verify-region)
4067         * sha1.el (sha1-string-external)
4068         * uudecode.el (uudecode-decode-region-internal)
4069         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4070         XEmacs.
4071
4072         * gnus-art.el (gnus-article-browse-html-parts)
4073         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4074         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4075         make-temp-file.
4076
4077         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4078         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4079         compiling.
4080
4081         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4082         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4083         XEmacs when compiling.
4084
4085         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4086         gnus-pick-mode-off-hook for XEmacs when compiling.
4087         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4088         gnus-binary-mode-off-hook for XEmacs when compiling.
4089
4090         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4091         nil if char-charset is not available.
4092
4093         * imap.el (imap-disable-multibyte)
4094         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4095         macros.
4096
4097         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4098         instead of encode-coding-string.
4099
4100         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4101         'xemacs) instead of mm-emacs-mule to switch function definitions.
4102         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4103
4104         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4105         bind temporary-file-directory for XEmacs;
4106         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4107         timer-set-function for XEmacs 21.4 and SXEmacs;
4108         bind timer-list for XEmacs 21.4 and SXEmacs;
4109         fbind char-charset and find-charset-region for non-Mule XEmacs;
4110         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4111         encode-coding-region and encode-coding-string for XEmacs having no
4112         file-coding feature.
4113
4114 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4115
4116         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4117
4118 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4119
4120         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4121         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4122
4123 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4124
4125         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4126         alias `jka-compr-delete-temp-file' no longer exists.
4127
4128 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4129
4130         Use define-minor-mode in Gnus where applicable.
4131         * mml.el (mml-mode): Use define-minor-mode.
4132         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4133         (gnus-undo-mode): Use define-minor-mode.
4134         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4135         (gnus-dead-summary-mode): Use define-minor-mode.
4136         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4137         Initialize in declaration.
4138         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4139         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4140         (gnus-mailing-list-mode): Use define-minor-mode.
4141         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4142         (gnus-draft-mode): Use define-minor-mode.
4143         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4144         (gnus-dired-mode): Use define-minor-mode.
4145
4146 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4147
4148         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4149         handles on recursive mml-to-mime translation and check them for
4150         boundary delimiter collisions.  Reported by Greg Troxel.
4151
4152 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4153
4154         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4155
4156 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4157
4158         * mm-util.el (mm-find-buffer-file-coding-system):
4159         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4160
4161 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4162
4163         * message.el (message-generate-headers): Record insertion of optional
4164         headers as well.  Otherwise the check to prevent repeated insertion of
4165         optional headers is a no-op.
4166
4167 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4168
4169         * smime.el: Don't mention CVS.
4170
4171         * nnrss.el (nnrss-fetch): Don't mention CVS.
4172
4173         * nnir.el: Don't mention CVS.
4174
4175 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4176
4177         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4178
4179 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4180
4181         * lpath.el: Fbind bookmark-default-handler,
4182         bookmark-get-bookmark-record, bookmark-make-record-default,
4183         bookmark-prop-get for Emacs <23 and XEmacs.
4184
4185 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4186
4187         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4188         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4189         Use with-current-buffer to silence the byte-compiler.
4190         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4191         bother to require `gnus'.
4192         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4193
4194 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4195
4196         * gnus-sum.el (gnus-summary-bookmark-make-record)
4197         (gnus-summary-bookmark-jump): New functions.
4198         (gnus-summary-mode): Setup bookmark support.
4199
4200 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4201
4202         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4203         if set.
4204
4205 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4206
4207         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4208         gnus-article-browse-html-save-cid-image; make it work recursively for
4209         forwarded messages as well.
4210         (gnus-article-browse-html-parts): Work when prefix arg is given.
4211         (gnus-article-browse-html-article): Doc fix.
4212
4213 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4214
4215         * message.el (message-default-mail-headers):
4216         (message-default-headers): Carry the value mail-default-headers over
4217         into message-default-mail-headers, rather than message-default-headers.
4218
4219 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4220
4221         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4222         charset.
4223
4224         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4225         charset into the <meta> tag when the article is encoded to utf-8.
4226
4227 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4228
4229         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4230         directories as well.
4231         (gnus-article-browse-html-parts): Work for images that do not specify
4232         file names; delete temp directory when quitting; insert header at the
4233         right place; use file: scheme for image files.
4234
4235 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4236
4237         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4238         (gnus-article-browse-html-parts): Use it to make temporary cid image
4239         files in addition to html file so that browser may display them.
4240
4241 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4242
4243         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4244
4245 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4248
4249 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4250
4251         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4252         about Secret Service API sources.  Improve Customize options.
4253         (auth-source-pick): Change to accept any number of search parameters.
4254         Implement fallbacks iteratively, not recursively.  Add scoring on the
4255         second pass and sort by score.  Call Secret Service API when needed.
4256         (auth-source-user-or-password): Use it.  Call Secret Service API
4257         directly when needed to get the user name and the password.
4258
4259 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4260
4261         * message.el (message-interactive): Doc fix.
4262         (message-qmail-inject-args): Reflow.
4263         (message-kill-to-signature): Fix typo in docstring.
4264
4265         * smiley.el (smiley-buffer): Fix typo in docstring.
4266
4267 2010-03-24  Glenn Morris  <rgm@gnu.org>
4268
4269         * mail-source.el (gnus-message): Declare.
4270         (mail-source-delete-old-incoming): Require gnus-util.
4271
4272 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4273
4274         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4275
4276         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4277
4278         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4279         password-cache's default if it is not bound.
4280         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4281         password-cache-expiry's default if it is not bound.
4282
4283         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4284         available in Emacs 21.
4285
4286         * lpath.el: Suppress compiler warnings for:
4287         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4288         XEmacs;
4289         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4290         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4291         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4292
4293 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4294
4295         * auth-source.el (auth-sources): Fix up definition so extra parameters
4296         are always inline.
4297
4298 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4299
4300         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4301         wasn't updated after mismatch.  Clear cached mailbox info correctly
4302         when uidvalidity changes.
4303         (nnimap-group-prefixed-name): New function to avoid some code
4304         duplication.
4305         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4306         (nnimap-request-group): Use it.
4307         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4308         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4309         with many imap folders.  This is done by caching the group status from
4310         the imap server persistently in a group parameter `imap-status'.  (This
4311         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4312         but not persistently, so every Gnus startup was still very slow.)
4313
4314 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4315
4316         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4317         delete the extra newline.  Otherwise editing of :string and :number
4318         types don't work.
4319
4320 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4321
4322         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4323         secrets.el dependency.
4324         (auth-sources): Add optional user name.  Add secrets.el configuration
4325         choice (unused right now).
4326
4327 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4328
4329         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4330         `gnus-registry-install-shortcuts' fill in the functions.
4331
4332         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4333         warnings.
4334         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4335         (gnus-registry-install-shortcuts): Populate and use it in a
4336         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4337
4338 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4339
4340         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4341         In-place substitutions for the group name encoding/decoding.
4342         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4343         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4344         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4345         (nnimap-update-unseen, nnimap-request-list)
4346         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4347         (nnimap-request-set-mark, nnimap-split-to-groups)
4348         (nnimap-split-articles, nnimap-request-newgroups)
4349         (nnimap-request-create-group, nnimap-request-accept-article)
4350         (nnimap-request-delete-group, nnimap-request-rename-group)
4351         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4352         `encoded-mbx' for consistency.
4353         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4354         variable `imap-current-mailbox'.
4355
4356         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4357         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4358
4359 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4360
4361         * pop3.el (pop3-display-message-size-flag): Display message size byte
4362         counts during POP3 download.
4363         (pop3-movemail): Use it.
4364         (pop3-list): Implement listing of available messages.
4365
4366 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4367
4368         * nnir.el (nnir-get-article-nov-override-function): New function to
4369         override the normal NOV retrieval.
4370         (nnir-retrieve-headers): Use it.
4371
4372 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4373
4374         * auth-source.el (netrc-machine-user-or-password): Autoload.
4375
4376 2010-03-19  Glenn Morris  <rgm@gnu.org>
4377
4378         Stop message.el from loading about 40 libraries it doesn't always need.
4379         The general approach is to autoload rather than require, and to
4380         require in the specific functions rather than the file.  (Bug#5642)
4381
4382         * gmm-utils.el: Don't require wid-edit.
4383         (widget-create-child-value, widget-convert, widget-default-get):
4384         Autoload.
4385
4386         * gnus-util.el: Don't require time-date, netrc.
4387         (message-fetch-field, gnus-group-name-decode): Declare rather than
4388         autoloading.
4389         (gnus-fetch-field): Require message.
4390         (gnus-decode-newsgroups): Require gnus-group.
4391
4392         * ietf-drums.el: Don't require time-date.
4393
4394         * message.el: Don't require hashcash, canlock, ecomplete.
4395         Do require mail-utils.  Require nnheader only when compiling.
4396         (smtpmail-default-smtp-server): Remove declaration.
4397         (message-send-mail-function): Check smtpmail-default-smtp-server
4398         is bound rather than requiring smtpmail.
4399         (message-auto-save-directory, message-insert-signature): Use
4400         expand-file-name rather than nnheader-concat.
4401         (nnheader-insert-file-contents): Autoload.
4402         (hashcash-wait-async): Declare.
4403         (message-send-mail): Only call gnus-setup-posting-charset if
4404         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4405         (message-send-mail-with-sendmail): Require sendmail.
4406         (canlock-password, canlock-password-for-verify): Declare.
4407         (message-canlock-password): Require canlock.
4408         (nnheader-get-report): Autoload.
4409         (gnus-setup-posting-charset): Declare.
4410         (message-send-news): Require gnus-msg.
4411         (message-make-references, message-make-in-reply-to): Use mail-header-id
4412         rather than the alias mail-header-message-id.
4413         (ecomplete-add-item, ecomplete-save): Declare.
4414         (message-put-addresses-in-ecomplete): Require ecomplete.
4415         (ecomplete-display-matches): Autoload.
4416
4417         * mm-decode.el: Don't require mailcap, gnus-util.
4418         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4419         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4420         Autoload.
4421         (mailcap-mime-extensions): Declare.
4422
4423         * mm-encode.el: Don't require mailcap.
4424         (mailcap-extension-to-mime): Autoload.
4425
4426         * mml-sec.el: Don't require password-cache.
4427
4428         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4429         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4430         (mml-minibuffer-read-type): Require mailcap.
4431         (mml-preview): Require gnus-msg.
4432
4433         * mml1991.el: Require password-cache.
4434         (password-cache-expiry): Remove declaration.
4435
4436         * mml2015.el: Require password-cache.
4437         (password-cache-expiry): Remove declaration.
4438
4439         * nneething.el (mailcap): Require mailcap.
4440
4441         * nnheader.el (declare-function): Add compatibility stub.
4442         (message-remove-header): Declare rather than autoload.
4443         (nnheader-replace-header): Require message.
4444
4445         * nnimap.el (declare-function): Add compatibility stub.
4446         (netrc-parse, netrc-machine-user-or-password): Declare.
4447         (nnimap-open-connection): Require netrc.
4448
4449         * nntp.el (declare-function): Add compatibility stub.
4450         (netrc-parse, netrc-machine, netrc-get): Declare.
4451         (nntp-send-authinfo): Require netrc.
4452
4453         * rfc2047.el: Don't require qp.
4454         (quoted-printable-encode-region, quoted-printable-decode-string):
4455         Autoload.
4456
4457         * sieve-mode.el: Don't require easymenu.
4458         (easy-menu-add-item): Autoload it.
4459
4460         * spam-stat.el (time-to-number-of-days): Autoload it.
4461
4462 2010-03-19  Glenn Morris  <rgm@gnu.org>
4463
4464         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4465
4466 2010-03-18  Glenn Morris  <rgm@gnu.org>
4467
4468         * hashcash.el (declare-function): Remove duplicate definition.
4469
4470 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4471
4472         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4473         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4474         value if any backslash escapes).
4475
4476 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4477
4478         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4479         if it is available.  (bug#5647)
4480
4481         * lpath.el: Suppress compiler warning for coding-system-from-name for
4482         Emacs 21 and XEmacs.
4483
4484 2010-03-14  Juri Linkov  <juri@jurta.org>
4485
4486         * hmac-def.el:
4487         * hmac-md5.el:
4488         * netrc.el: Fix keywords.
4489
4490 2010-02-26  Glenn Morris  <rgm@gnu.org>
4491
4492         * message.el (message-send-mail-function): Change the default, so that
4493         it inherits from a customized send-mail-function.  (Bug#5643)
4494
4495 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4496
4497         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4498         shell-command-to-string signals an error (bug#5299).
4499
4500 2010-02-24  Glenn Morris  <rgm@gnu.org>
4501
4502         * message.el (message-smtpmail-send-it)
4503         (message-send-mail-with-mailclient): Doc fixes.
4504
4505 2010-02-16  Glenn Morris  <rgm@gnu.org>
4506
4507         * message.el (message-default-mail-headers): Change the default value
4508         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4509
4510 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4511
4512         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4513         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4514
4515 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4516
4517         * time-date.el (date-to-time): Doc fix (Bug#5408).
4518
4519 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4520
4521         * message.el (message-mail): Just pass yank-action on to message-setup.
4522         (message-setup): Handle (FUN . ARGS) form of yank-action.
4523         (message-with-reply-buffer, message-widen-reply)
4524         (message-yank-original): Handle non-buffer values of
4525         message-reply-buffer (Bug#4080).
4526         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4527
4528 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4529
4530         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4531         Fix typo in docstring.
4532
4533 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4534
4535         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4536         response.
4537
4538 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4539
4540         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4541
4542         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4543
4544         * message.el (message-check-news-header-syntax): Protect against a
4545         string that `rfc822-addresses' returns when parsing fails.
4546
4547 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4548
4549         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4550         (gnus-previous-char-property-change): New functions.
4551
4552         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4553
4554 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4555
4556         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4557         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4558
4559 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4560
4561         * message.el (message-exchange-point-and-mark): Rework last change to
4562         avoid using optional arg of exchange-point-and-mark, for backward
4563         compatibility.
4564
4565 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4566
4567         * message.el (message-exchange-point-and-mark): Call
4568         exchange-point-and-mark with an argument rather than setting
4569         mark-active by hand (Bug#5175).
4570
4571 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4572
4573         * nntp.el (nntp-service-to-port): Work for service expressed with
4574         numeric string; replace [:digit:] with [0-9] for XEmacs.
4575
4576 2009-12-17  Glenn Morris  <rgm@gnu.org>
4577
4578         * gnus-group.el (gnus-bug-group-download-format-alist):
4579         Change emacs entry to debbugs.gnu.org.  Bump :version.
4580
4581 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4584
4585 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4586
4587         * message.el (message-info): Explain why we use `Info-goto-node'.
4588
4589 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4590
4591         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4592
4593 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4594
4595         * message.el (message-completion-in-region): New compatibility function.
4596         (message-expand-group): Use it.
4597
4598 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4599
4600         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4601         with no unread article should be listed if the 2nd arg `predicate' is
4602         given.
4603
4604 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4605
4606         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4607
4608 2009-11-29  Juri Linkov  <juri@jurta.org>
4609
4610         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4611         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4612         on `gnus-recenter'. (Bug#4698, Bug#4981)
4613
4614 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4615
4616         * sha1.el (sha1-string-external): default-directory "/" in case
4617         otherwise non-existent.  process-connection-type pipe for touch of
4618         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4619
4620 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4621
4622         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4623         it's comms related and sgml-mode.el has "comm" on that basis too.
4624
4625 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4626
4627         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4628         containing tspecial characters if they have been already quoted.
4629
4630 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4631
4632         * dns-mode.el (auto-mode-alist): Purecopy string.
4633
4634 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4635
4636         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4637
4638 2009-10-24  Glenn Morris  <rgm@gnu.org>
4639
4640         * gnus-art.el (help-xref-stack-item): Define for compiler.
4641
4642 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4643
4644         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4645
4646 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4649
4650 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4651
4652         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4653         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4654
4655 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4656
4657         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4658         (gnus-overlays-in): New alias to overlays-in.
4659
4660         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4661         gnus-overlay-get, and gnus-delete-overlay.
4662         (gnus-summary-show-thread): Make it work as well for systems in which
4663         next-single-char-property-change is not available.
4664         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4665
4666         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4667         (gnus-overlay-get): New alias to extent-property.
4668         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4669
4670         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4671         SXEmacs.
4672
4673         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4674         SXEmacs.
4675
4676 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4677
4678         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4679
4680 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4681
4682         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4683         and XEmacs that don't have `remove-overlays'.
4684
4685 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4686
4687         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4688         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4689         selective display.  Use overlays instead.
4690
4691 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4692
4693         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4694
4695 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4696
4697         * spam-stat.el (spam-stat-load): Fix typo in message.
4698
4699 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4700
4701         * dig.el (dig-invoke): Fix typo in docstring.
4702         (query-dig): Reflow docstring.
4703
4704 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4705
4706         * gnus-art.el (gnus-article-encrypt-body):
4707         * message.el (message-check-recipients):
4708         * mm-util.el (mm-codepage-setup):
4709         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4710         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4711
4712 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4713
4714         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4715         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4716         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4717         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4718         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4719
4720 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4721
4722         * dig.el: Add "Keywords: comm", as per net-utils.el.
4723
4724 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4725
4726         * dig.el (dig-mode): Use define-derived-mode.
4727
4728 2009-09-19  Glenn Morris  <rgm@gnu.org>
4729
4730         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4731
4732 2009-09-18  Glenn Morris  <rgm@gnu.org>
4733
4734         * gnus-diary.el (gnus-diary-check-message):
4735         * message.el (message-insert-formatted-citation-line):
4736         * nnbabyl.el (top-level):
4737         * nndiary.el (nndiary-schedule):
4738         Fix typos in condition-case handlers.
4739
4740 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4741
4742         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4743         configuration that provides the sole article window in a frame;
4744         position point correctly after deleting a part.
4745
4746 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4747
4748         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4749         (spam-resolve-registrations-routine): Use it to unregister articles
4750         that change status.
4751
4752 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4753
4754         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4755         with XEmacs.
4756         (parse-time-string-chars): Use it.
4757
4758 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4759
4760         * imap.el (imap-interactive-login): Better messages.
4761         (imap-open): Fix bug with renamed buffer on reconnect.
4762         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4763         for easier debugging and cleaner code.  On successful (guessed based on
4764         server capabilities) secondary authentication, set imap-state
4765         correctly.
4766         (imap-last-authenticator): Define imap-last-authenticator as a variable
4767         to avoid warnings.
4768
4769 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4770
4771         * nnrss.el (nnrss-request-article): Remove binding of
4772         default-enable-multibyte-characters that has gotten needless by
4773         the 2007-07-13 change in rfc2047-encode-message-header.
4774
4775         * mml.el (mml-insert-multipart): Error on the message header.
4776         (mml-insert-part): Error on the message header; position point at
4777         the end of a MIME tag.
4778
4779 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4780
4781         * time-date.el (autoload): Expand define-obsolete-function-alias into
4782         defalias and make-obsolete for old Emacsen that Gnus supports.
4783         (with-no-warnings): Define it for old Emacsen.
4784         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4785         is available.
4786         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4787         float-time is available; suppress compile warning for time-to-seconds.
4788
4789         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4790         (gnus-float-time): Alias to float-time if it exists.
4791
4792         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4793         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4794         float-time is available; suppress compile warning for time-to-seconds.
4795
4796         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4797         XEmacs.
4798
4799 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4800
4801         * imap.el (imap-message-map): Docstring fix.
4802
4803 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4804
4805         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4806         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4807         Add the optional argument `encoding' that overrides the default.
4808
4809         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4810         mm-encode-buffer.
4811
4812 2009-09-04  Glenn Morris  <rgm@gnu.org>
4813
4814         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4815         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4816         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4817         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4818         * mm-util.el (mm-with-unibyte-current-buffer)
4819         (mm-find-buffer-file-coding-system):
4820         * yenc.el (yenc-decode-region): Use default-value rather than
4821         default-enable-multibyte-characters.
4822
4823 2009-09-03  Glenn Morris  <rgm@gnu.org>
4824
4825         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4826         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4827         than default-enable-multibyte-characters.
4828
4829 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4830
4831         * gnus-art.el (gnus-article-read-summary-keys):
4832         Fix gnus-buffer-configuration's value temporarily used.
4833
4834 2009-09-02  Glenn Morris  <rgm@gnu.org>
4835
4836         * gnus-util.el (gnus-float-time): New function.
4837         * gnus-delay.el (gnus-delay-article):
4838         * gnus-sum.el (gnus-thread-latest-date):
4839         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4840         * nnspool.el (nnspool-request-newgroups):
4841         Use gnus-float-time rather than time-to-seconds.
4842         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4843
4844         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4845         (gnus-header-subject-face, gnus-header-newsgroups-face)
4846         (gnus-header-name-face, gnus-header-content-face):
4847         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4848         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4849         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4850         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4851         (gnus-cite-face-11):
4852         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4853         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4854         (gnus-server-closed-face, gnus-server-denied-face)
4855         (gnus-server-offline-face):
4856         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4857         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4858         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4859         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4860         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4861         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4862         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4863         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4864         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4865         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4866         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4867         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4868         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4869         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4870         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4871         (gnus-summary-high-undownloaded-face)
4872         (gnus-summary-low-undownloaded-face)
4873         (gnus-summary-normal-undownloaded-face)
4874         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4875         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4876         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4877         (gnus-splash-face):
4878         * message.el (message-header-to-face, message-header-cc-face)
4879         (message-header-subject-face, message-header-newsgroups-face)
4880         (message-header-other-face, message-header-name-face)
4881         (message-header-xheader-face, message-separator-face)
4882         (message-cited-text-face, message-mml-face):
4883         * sieve-mode.el (sieve-control-commands-face)
4884         (sieve-action-commands-face, sieve-test-commands-face)
4885         (sieve-tagged-arguments-face):
4886         * spam.el (spam-face):
4887         Mark face aliases with "-face" in the name as obsolete.
4888
4889 2009-09-01  Glenn Morris  <rgm@gnu.org>
4890
4891         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4892         than goto-line.
4893
4894 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4895
4896         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4897         Don't move point if the command is invoked inside the message header.
4898
4899 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4900
4901         * imap.el (imap-send-command): Simplify.
4902         (imap-wait-for-tag): point-max -> buffer-size.
4903
4904 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4905
4906         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4907         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4908         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4909         * nnir.el (nnir-swish-e-index-file):
4910         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4911         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4912         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4913         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4914         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4915         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4916
4917 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4918
4919         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4920         Don't save excursion.
4921
4922 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4923
4924         * nnheader.el (nnheader-find-file-noselect):
4925         * mm-util.el (mm-insert-file-contents):
4926         Use (default-value 'major-mode) instead of default-major-mode.
4927
4928 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4929
4930         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4931
4932 2009-08-26  Glenn Morris  <rgm@gnu.org>
4933
4934         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4935         than placing in files.el.
4936
4937 2009-08-25  Glenn Morris  <rgm@gnu.org>
4938
4939         * nnir.el (top-level): Don't require cl at run-time.
4940         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4941         Replace cl-function substitute with gnus-replace-in-string.
4942         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4943         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4944         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4945         simplified expansions.
4946
4947 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4948
4949         * dig.el (dig): Add autoload cookie.
4950
4951 2009-08-22  Glenn Morris  <rgm@gnu.org>
4952
4953         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4954         goto-line.
4955
4956 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4957
4958         * parse-time.el (parse-time-string-chars): Save match data.
4959
4960 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4961
4962         * parse-time.el (parse-time-string-chars): Compute using character
4963         classes, to handle non-ascii characters (Bug#3190).
4964
4965 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4966
4967         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4968
4969         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4970         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4971         (gnus-mm-display-part, gnus-mime-display-single)
4972         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4973         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4974
4975         * gnus-sum.el
4976         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4977         (gnus-summary-move-article): Add expirable mark to articles copied or
4978         moved to group that has auto-expire turned on if the option is non-nil.
4979
4980 2009-07-24  Glenn Morris  <rgm@gnu.org>
4981
4982         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4983         Fix typo.  (Bug#3903)
4984
4985 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4986
4987         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4988         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4989         that should not be used for draft articles.
4990         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4991         that has no concern in minor mode keys.
4992         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4993         Abolish.
4994
4995 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4998         article without making inquiry to a user for unknown encoding.
4999
5000         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5001         (nnmaildir--scan): Assume i-node and device number that file-attributes
5002         returns might be cons-cell.
5003
5004         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5005
5006         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5007
5008 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5009
5010         * auth-source.el: Remove docs now in auth.texi.  Don't use
5011         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5012         `auth-source-hide-passwords' and use them.
5013
5014 2009-07-15  Glenn Morris  <rgm@gnu.org>
5015
5016         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5017
5018 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5019
5020         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5021         excessive whitespace from the default values of title and description.
5022
5023 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5024
5025         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5026         mail-fetch-field to fetch Content-Description header in order to
5027         exclude newlines.
5028
5029 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5030
5031         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5032         format used by GnuPG 2.0.11.
5033
5034 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5035
5036         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5037         to deleted part.
5038
5039 2009-05-30  David Engster  <dengste@eml.cc>
5040
5041         * nnmairix.el: Remove old documentation in the commentary block.
5042         (nnmairix-request-group): Do not update active file for nnml back ends.
5043         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5044         end so that overview files are ignored.
5045         (nnmairix-update-groups): Make updating the groups more robust by using
5046         marks.
5047         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5048         with dollar characters in message-id.
5049
5050 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5051
5052         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5053         2008-12-25 in dns.el.
5054
5055 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5056
5057         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5058         could happen if the text is only composed of spaces and/or tabs.
5059
5060 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5061
5062         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5063         when sending a queued message to avoid extra mml tags.
5064
5065 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5068
5069 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5070
5071         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5072         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5073         rmail-toggle-header for XEmacs;
5074         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5075
5076 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5077
5078         * gnus-dired.el: Remove autoload for gnus-setup-message.
5079         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5080         displaying Gnus logo; always use compose-mail.
5081
5082 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5085
5086 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5087
5088         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5089         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5090         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5091         available.
5092         (gnus-nocem-epg-verify): New function.
5093
5094 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5095
5096         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5097
5098 2009-02-15  Glenn Morris  <rgm@gnu.org>
5099
5100         * gnus-util.el (rmail-insert-rmail-file-header)
5101         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5102         autoloads.
5103         (rmail-default-rmail-file): Remove unnecessary declaration.
5104         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5105
5106 2009-02-14  Glenn Morris  <rgm@gnu.org>
5107
5108         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5109         variable (only used in gnus-util, which declares it anyway).
5110         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5111         which was only needed by gnus-art (changed to not use it any more).
5112         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5113         only used in gnus-util, which autoloads it itself.
5114         (rmail-update-summary): Fix autoload.
5115
5116         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5117         rather than rmail-output-to-rmail-file.
5118
5119 2009-02-07  Glenn Morris  <rgm@gnu.org>
5120
5121         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5122         autoload of function that no longer exists.
5123         (rmail-toggle-header): Declare.
5124         (message-forward-rmail-make-body): Handle mbox Rmail.
5125
5126 2009-01-31  Glenn Morris  <rgm@gnu.org>
5127
5128         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5129         2009-01-09 change.
5130
5131 2009-01-31  Dave Love  <fx@gnu.org>
5132
5133         * imap.el (imap-fetch-safe): Bind debug-on-error.
5134         (imap-debug): Add imap-fetch-safe.
5135
5136 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5137
5138         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5139         (auth-source-forget-all-cached): New convenience function.
5140         (auth-source-user-or-password): Accept list of modes or a single mode.
5141
5142         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5143         auth-source modes.
5144
5145         * netrc.el (netrc-machine-user-or-password): Use list of
5146         auth-source modes.
5147
5148         * nnimap.el (nnimap-open-connection): Use list of
5149         auth-source modes.
5150
5151         * nntp.el (nntp-send-authinfo): Use list of
5152         auth-source modes.
5153
5154 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5155
5156         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5157         now.
5158
5159 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5160
5161         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5162         coding system in XEmacs; add a workaround for XEmacs.
5163
5164         * lpath.el: Fbind coding-system-aliasee.
5165
5166 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5167
5168         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5169         of current-language-environment.
5170
5171 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5172
5173         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5174         available at runtime.
5175
5176 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5177
5178         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5179
5180 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5181
5182         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5183         the greatest positive fixnum value doesn't work under an XEmacs with
5184         bignum support; use the most-positive-fixnum constant instead,
5185         available since Emacs 21.1 with cl and XEmacs 21.1.
5186
5187 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5188
5189         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5190         XEmacs gets not to work.
5191
5192 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5193
5194         * mm-util.el (mm-coding-system-priorities): Allow the value like
5195         "Japanese (UTF-8)" of current-language-environment.
5196
5197 2009-01-09  Glenn Morris  <rgm@gnu.org>
5198
5199         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5200         with last-command-event.
5201
5202 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5203
5204         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5205         in the doc string.
5206
5207         * message.el (message-fix-before-sending): Amend comment.
5208
5209 2009-01-08  Dave Love  <fx@gnu.org>
5210
5211         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5212
5213 2009-01-07  David Engster  <dengste@eml.cc>
5214
5215         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5216         simplified server definitions by converting it via
5217         gnus-server-to-method.
5218
5219 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5220
5221         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5222         parameter's operands.
5223
5224 2009-01-06  David Engster  <dengste@eml.cc>
5225
5226         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5227         primary select method (for gnus-group-mark-article-as-read).
5228
5229 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5230
5231         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5232         `(gnus)Face', not `(gnus)X-Face'.
5233
5234 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5235
5236         * mm-util.el (mm-ucs-to-char): New function.
5237
5238         * mm-url.el (mm-url-decode-entities): Use it.
5239
5240         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5241         unicode-to-char.
5242
5243 2009-01-05  Dave Love  <fx@gnu.org>
5244
5245         * time-date.el: Require cl for `declare'.
5246
5247 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5248
5249         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5250         Dave Love.
5251
5252 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5253
5254         * message.el (message-fix-before-sending): Add `eight-bit' to
5255         illegible-text check.
5256
5257 2009-01-03  Michael Olson  <mwolson@gnu.org>
5258
5259         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5260         `headers' is nil.  This can occur if the IMAP server does not have
5261         permissions to read messages from a folder, but can write new messages
5262         to the folder.
5263         (nnimap-request-article-part): Do not insert `data' if it is nil.
5264
5265         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5266         characters which will confuse `read', so skip past them.
5267
5268 2009-01-01  Dave Love  <fx@gnu.org>
5269
5270         * imap.el (imap-string-to-integer): Fix typo.
5271         (imap-fetch-safe): New function.
5272         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5273
5274         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5275
5276         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5277         (imap-parse-greeting): Fix doc strings.
5278         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5279         (imap-parse-flag-list): Make messages unique.
5280         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5281
5282         * nnimap.el: Fix author email.
5283         (nnimap-split-rule): Add FIXME comment.
5284         (nnimap-debug): Fix doc string.
5285
5286 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5289
5290 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5291
5292         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5293         nslookup if resolv.conf isn't available.
5294         (dns-query): Rename from query-dns.
5295         (dns-query-cached): Rename from query-dns-cached.
5296
5297 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5298
5299         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5300         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5301         to check if those variables exist (first appeared in Emacs 18.50).
5302
5303 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5304
5305         * mm-util.el (mm-line-number-at-pos): New function.
5306
5307         * spam-report.el (spam-report-process-queue): Use it.
5308
5309 2008-12-24  David Engster  <dengste@eml.cc>
5310
5311         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5312         parameters that haven't existed as variables as buffer-local variables.
5313
5314 2008-12-23  Dave Love  <fx@gnu.org>
5315
5316         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5317         cadar.
5318
5319         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5320         imap-starttls-p.
5321         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5322
5323 2008-12-22  Dave Love  <fx@gnu.org>
5324
5325         * imap.el: Fix author email.  Doc fixes.
5326         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5327         reply.
5328
5329 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5330
5331         * spam-report.el (spam-report-gmane-max-requests): New constant.
5332         (spam-report-gmane-wait): New variable.
5333         (spam-report-gmane-ham, spam-report-gmane-spam)
5334         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5335         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5336         the server.
5337
5338         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5339         Add explanations.
5340
5341         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5342         nnheader-accept-process-output and nnheader-read-timeout if available.
5343         (pop3-movemail): Use it.
5344
5345         * message.el (message-check-news-body-syntax): Fix signature check if
5346         there's an attachment.
5347
5348 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5349
5350         * mm-util.el: Add comments to the mm- emulating functions.
5351
5352 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5353
5354         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5355         by Stephen Berman <stephen.berman@gmx.net>.
5356
5357 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5358
5359         * mm-util.el (mm-substring-no-properties): New function.
5360         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5361         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5362         (mm-string-to-multibyte): Doc fix.
5363
5364         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5365
5366 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5367
5368         * mml.el (mml-attach-file): Strip text properties from file name.
5369         (Bug#1574)
5370
5371 2008-12-16  Glenn Morris  <rgm@gnu.org>
5372
5373         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5374
5375 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5376
5377         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5378         knows since the charset specified might be a bogus alias that
5379         mm-charset-synonym-alist provides.
5380
5381 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5382
5383         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5384         "ISO_8859-1".
5385
5386         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5387
5388 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5389
5390         * mm-util.el (mm-charset-eval-alist):
5391         Define it before mm-charset-to-coding-system.
5392         (mm-charset-to-coding-system): Add optional argument `silent';
5393         define it before mm-charset-override-alist.
5394         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5395         default value if it can be used in Emacs currently running;
5396         silence mm-charset-to-coding-system.
5397
5398 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5399
5400         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5401         `allow-override' which says whether to use `mm-charset-override-alist'.
5402         (rfc2047-decode-encoded-words): Use it.
5403
5404         * mm-util.el (mm-charset-override-alist): Fix custom type;
5405         add `(gb2312 . gbk)' to choices.
5406
5407 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5408
5409         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5410         fast.
5411
5412         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5413
5414         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5415
5416 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5417
5418         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5419         on links.
5420
5421         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5422
5423 2008-12-03  Lute Kamstra  <lute@gnu.org>
5424
5425         * sha1.el: Remove leading * from docstrings of defcustoms,
5426         deffaces, defconsts and defuns.
5427
5428 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5429
5430         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5431         users' addresses that don't have domain parts.
5432         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5433         rather than message-narrow-to-head since there will be the message
5434         header separator.
5435
5436 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5437
5438         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5439         since the result is inserted in a unibyte buffer anyway.
5440         (nnimap-demule-use-string-to-multibyte): Remove.
5441         (nnimap-demule): Alias it to mm-string-to-multibyte.
5442
5443 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5444
5445         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5446         variable for debugging bug#464 and bug#1174.
5447         (nnimap-demule): Use it.
5448
5449 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5450
5451         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5452         score calculation correctly.
5453
5454 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5455
5456         * message.el (message-send-mail): Just set the buffer to unibyte
5457         rather than use mm-with-unibyte-current-buffer which does a lot more.
5458         (message-send-mail-partially): Don't bother with
5459         mm-with-unibyte-current-buffer since it's already been made unibyte by
5460         message-send-mail.
5461
5462 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5465
5466 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5467
5468         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5469
5470 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5471
5472         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5473         require itself and to remove `with-no-warnings'.
5474
5475 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5476
5477         * starttls.el (starttls-any-program-available): Get the name of the
5478         available TLS layer program.
5479         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5480         well as the host name in the "opening" message.
5481
5482         * auth-source.el (auth-source-cache, auth-source-do-cache)
5483         (auth-source-user-or-password): Cache passwords and logins by default,
5484         allow override with `auth-source-do-cache'.
5485         (auth-source-forget-user-or-password): Allow users to remove cache
5486         entries if needed.
5487
5488 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5489
5490         * md4.el (md4-buffer): Fix typo in docstring.
5491         (md4, md4-64): Doc fixes.
5492         (md4-pack-int32): Reflow docstring.
5493
5494 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5495
5496         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5497         condition-case to only the forward-sexp call.
5498
5499 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5500
5501         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5502         quotes contained.  Make it more robust regardless by an extra
5503         condition-case wrapper.
5504
5505 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5508
5509 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5510
5511         * nnml.el (nnml-request-expire-articles): Check if the function set to
5512         `nnmail-expiry-target' returns the symbol `delete'.
5513
5514         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5515
5516         * nnmail.el (nnmail-expiry-target): Fix custom type.
5517
5518 2008-10-02  Glenn Morris  <rgm@gnu.org>
5519
5520         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5521         Silence compiler warning.
5522
5523 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5524
5525         * tls.el (open-tls-stream): Show the actual command being
5526         executed, instead of the format string.
5527
5528 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5529
5530         * lpath.el: Fbind codepage-setup for Emacs 23.
5531
5532 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5533
5534         * mml.el (mml-menu): Don't assume mml2015 is bound.
5535
5536 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5537
5538         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5539         exists.
5540
5541 2008-09-27  Glenn Morris  <rgm@gnu.org>
5542
5543         * gnus-util.el (mail-header-remove-comments): Autoload it.
5544
5545 2008-09-27  Andreas Schwab  <schwab@suse.de>
5546
5547         * gnus-util.el (gnus-split-references): Strip comments.
5548         (gnus-parent-id): Likewise.
5549
5550 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5551
5552         * message.el (message-confirm-send): Fix version.
5553
5554 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * message.el (message-idna-to-ascii-rhs-1): Use
5557         mail-extract-address-components rather than mail-header-parse-addresses
5558         that is an alias by default to ietf-drums-parse-addresses that does not
5559         support non-ASCII names in headers' contents.
5560
5561 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5562
5563         * message.el (message-confirm-send): Fixed variable documentation to
5564         avoid the "y/n" wording.
5565
5566 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5567
5568         * message.el (message-set-auto-save-file-name): Save to a different
5569         filename so multiple messages (especially drafts) can be recovered.
5570
5571 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * message.el (message-confirm-send): Add appropriate version.
5574
5575 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5576
5577         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5578         defvar.
5579
5580 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5581
5582         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5583         (mm-pkcs7-enveloped-magic): Ditto.
5584
5585 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5586
5587         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5588         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5589
5590 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5591
5592         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5593         default, it's better.
5594
5595 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5596
5597         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5598         summary line gnus-number property and ignore them (with a warning
5599         message).
5600
5601 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5602
5603         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5604         macro caddr in the interactive form since it won't be expanded.
5605
5606 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5607
5608         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5609         `charset'; fix name of function called recursively.
5610         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5611
5612 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5613
5614         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5615         (gnus-mime-set-charset-parameters): New function.
5616         (gnus-mime-view-part-as-charset): Use it to correctly display part
5617         specifying wrong charset.
5618
5619 2008-09-08  David Engster  <dengste@eml.cc>
5620
5621         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5622         in completing-read for back end server.
5623
5624 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5625
5626         * message.el (message-confirm-send): New variable to confirm sending a
5627         message.
5628         (message-send): Use it.
5629
5630 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5631
5632         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5633
5634 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5635
5636         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5637
5638 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5639
5640         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5641         prevent tracking too many groups.
5642         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5643         Use it.
5644
5645 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5646
5647         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5648         moving point to the bottom of the window in order to avoid recentering.
5649
5650 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5651
5652         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5653
5654         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5655         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5656         (gnus-article-beginning-of-window): Fix calculation.
5657
5658 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * gnus-msg.el (gnus-summary-supersede-article)
5661         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5662         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5663         message header.
5664
5665 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5666
5667         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5668         pending output coming after the status change.
5669
5670 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5671
5672         * message.el:
5673         * gnus-start.el:
5674         * gnus-registry.el: Remove VMS support.
5675
5676 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5677
5678         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5679         macro.
5680         (rfc2104-hash): Use it.
5681
5682 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5683
5684         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5685         (gnus-summary-sort-by-most-recent-date): New commands.
5686         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5687         and menu entries.
5688
5689 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5690
5691         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5692         don't redisplay article for raw contents; remove plural articles stuff.
5693
5694         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5695         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5696         on gnus-summary-save-article; display results properly.
5697
5698 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * lpath.el: No need to fbind ns-focus-frame.
5701
5702 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5705
5706 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5707
5708         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5709         gnus-save-all-headers.
5710
5711 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5712
5713         * gnus-util.el (ns-focus-frame): Remove declaration.
5714         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5715         like x.
5716
5717 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5718
5719         * rfc2104.el (rfc2104-zero): Delete defconst.
5720         (rfc2104-hex-alist): Likewise.
5721         (rfc2104-hex-to-int): Delete func.
5722         (rfc2104-hexstring-to-bitstring): Likewise.
5723         (rfc2104-nybbles): New defconst.
5724         (rfc2104-hash): Rewrite for speed.
5725
5726 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5727
5728         * tls.el (open-tls-stream): Make it work with the 2nd argument
5729         BUFFER that is a string but does not exist as a buffer object, as
5730         mentioned in the doc-string.
5731
5732 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5733
5734         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5735         SXEmacs.
5736
5737 2008-07-16  Glenn Morris  <rgm@gnu.org>
5738
5739         * gnus-util.el (ns-focus-frame): Declare for compiler.
5740
5741 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5744         set as a group parameter.
5745         (gnus-summary-save-in-pipe): Work when it is called independently.
5746         (gnus-summary-pipe-to-muttprint): Don't modify
5747         gnus-summary-pipe-output-default-command.
5748
5749 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5750
5751         * message.el (message-send-mail-with-sendmail):
5752         Display the error message.
5753
5754 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5755
5756         * gnus-art.el (gnus-default-article-saver):
5757         Add gnus-summary-save-in-pipe to choices.
5758         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5759         gnus-summary-pipe-output-default-command as the default command.
5760         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5761         instead of gnus-last-shell-command.
5762
5763         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5764         New user option.
5765         (gnus-summary-muttprint-program): Mention the value will be changed.
5766         (gnus-summary-save-article): Force showing of all headers.
5767         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5768
5769 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5770
5771         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5772
5773 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5774
5775         * nnimap.el (nnimap-id):
5776         * sieve-manage.el (sieve-manage-open): Doc fixes.
5777
5778 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5779
5780         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5781         if available.
5782
5783 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5784
5785         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5786
5787         * nnkiboze.el (nnkiboze-generate-group):
5788         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5789
5790         * nnmairix.el: Require CL.
5791
5792 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * dgnushack.el: Autoload get-display-table and put-display-table for
5795         XEmacs 21.5.
5796
5797         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5798         21.4 and SXEmacs.
5799
5800 2008-06-15  David Engster  <dengste@eml.cc>
5801
5802         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5803
5804 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5805
5806         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5807         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5808         runtime choice under XEmacs.
5809
5810         * gnus-sum.el (gnus-summary-set-display-table):
5811         Use `gnus-put-display-table', `gnus-get-display-table',
5812         `gnus-set-display-table' for the display table, instead of `aset'.
5813
5814         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5815         Use `gnus-put-display-table', `gnus-get-display-table',
5816         `gnus-set-display-table' for the display table.
5817
5818 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5819
5820         * nnmairix.el: Add autoloads.
5821
5822 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5823
5824         * nnmairix.el (nnmairix-delete-recreate-group)
5825         (nnmairix-update-and-clear-marks): Fix error messages.
5826
5827 2008-06-14  David Engster  <dengste@eml.cc>
5828
5829         * nnmairix.el: Upgrade to version 0.6.
5830         (nnmairix-group-toggle-propmarks-this-group)
5831         (nnmairix-group-toggle-readmarks-this-group)
5832         (nnmairix-group-delete-recreate-this-group)
5833         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5834         (nnmairix-remove-tick-mark-original-article): New commands.
5835         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5836         (nnmairix-propagate-marks-to-nnmairix-groups)
5837         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5838         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5839         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5840         functions needed for marks propagation and manipulation of read marks.
5841         (nnmairix-update-groups): New function.
5842         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5843         (nnmairix-determine-original-group-from-registry)
5844         (nnmairix-determine-original-group-from-path)
5845         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5846         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5847         New helper functions.
5848         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5849         keystrokes for new commands.
5850         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5851         (nnmairix-request-group): Check allow-fast group parameter.
5852         (nnmairix-request-create-group): Set allow-fast group parameter if
5853         nnmairix-allowfast-default is set.
5854         (nnmairix-close-group): Propagate marks upon closing if needed.
5855         (nnmairix-group-toggle-threads-this-group): Use new.
5856         nnmairix-group-toggle-parameter helper function.
5857         (nnmairix-search): Better check for empty search result.
5858         (nnmairix-goto-original-article): Use new helper functions for
5859         determining original article.
5860         (nnmairix-show-original-article): Make sure message-id is in brackets.
5861         (nnmairix-call-mairix-binary): Change variable name.
5862         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5863         helper function.
5864         (nnmairix-widget-toggle-activate): Fix doc string.
5865
5866 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * nnir.el: Require edmacro when compiling with XEmacs.
5869         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5870         available in Emacs 21.
5871
5872 2008-06-11  Glenn Morris  <rgm@gnu.org>
5873
5874         * gnus-util.el (x-focus-frame):
5875         * gnus.el (image-size):
5876         * mm-decode.el (image-size): Declare.
5877
5878         * gnus-picon.el (declare-function): Add compat definition.
5879         (image-size): Declare.
5880
5881         * gnus-group.el (tool-bar-map):
5882         * gnus-sum.el (tool-bar-map): Define for compiler.
5883
5884         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5885
5886         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5887
5888         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5889         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5890         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5891         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5892         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5893         * sieve-manage.el, spam-report.el, spam.el:
5894         Remove unnecessary eval-and-compile of autoloads.
5895
5896 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5897
5898         * auth-source.el: Precise Tramp doc.
5899
5900 2008-06-07  Glenn Morris  <rgm@gnu.org>
5901
5902         * nnmairix.el: Remove unnecessary eval-when-compile.
5903
5904 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5905
5906         * lpath.el: Fbind propertize for XEmacs 21.4.
5907
5908 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5909
5910         * nnir.el: Move here from ../contrib.
5911
5912 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5913
5914         * gnus-util.el (gnus-read-shell-command): New function.
5915         * mm-decode.el (mm-pipe-part):
5916         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5917
5918 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5919
5920         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5921
5922 2008-06-03  Glenn Morris  <rgm@gnu.org>
5923
5924         * pop3.el (nnheader-accept-process-output): Autoload it.
5925
5926 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5927
5928         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5929         are not 2-digit hexadecimal characters that follow `%'s.
5930
5931 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5932
5933         * message.el (message-bogus-recipient-p): Fix type in doc string.
5934         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5935         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5936         Improve custom options.
5937         (message-bogus-recipient-p): Adjust accordingly.
5938
5939 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5940
5941         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5942         long-form month and day names.
5943
5944 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5945
5946         * dgnushack.el: Autoload debug, eudc-expand-inline and
5947         pgg-snarf-keys-region for XEmacs.
5948
5949         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5950
5951         * nnmairix.el: Require edmacro when compiling with XEmacs.
5952
5953 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5954
5955         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5956         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5957
5958 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5959
5960         * auth-source.el: Add more docs.
5961
5962         * netrc.el (netrc-machine): Always match if the port is not given.
5963
5964 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5965
5966         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5967         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5968         retrieval faster in some cases, but might make CPU usage larger.  If
5969         this has any bad side effects, we might revert this change.
5970
5971         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5972         seems to make mail retrieval much, much faster.
5973         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5974         unconditionally.
5975
5976         * gnus-draft.el (gnus-group-send-queue): Bind
5977         message-send-mail-partially-limit to nil to avoid being prompted.
5978
5979 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5980
5981         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5982
5983         * message.el (message-bogus-address-regexp): Fix and improve custom
5984         type.
5985         (message-setup-hook): Add message-check-recipients as custom option.
5986
5987 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5988
5989         * message.el (message-cite-function): Remove bogus autoload which crept
5990         in during merge from v5-10.
5991
5992 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5993
5994         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5995
5996         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5997
5998         * auth-source.el: Preliminary Tramp docs.
5999         (auth-sources): Change the default auth-sources to use
6000         EPA .gpg files.
6001
6002 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6003
6004         * nntp.el: Autoload `auth-source-user-or-password'.
6005         (nntp-send-authinfo): Use it.
6006
6007         * nnimap.el: Autoload `auth-source-user-or-password'.
6008         (nnimap-open-connection): Use it.
6009
6010         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
6011         for the gnus-message function.
6012         (auth-source-user-or-password): Use it.
6013
6014 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6015
6016         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6017         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6018         (rfc2104-hash): Use it.
6019
6020 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6021
6022         * gnus-art.el (gnus-article-toggle-truncate-lines):
6023         Don't use `iff' in docstring.
6024
6025 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6026
6027         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6028
6029         * gnus-util.el (gnus-extract-address-component-name)
6030         (gnus-extract-address-component-email): Convenience functions around
6031         `gnus-extract-address-components'.
6032
6033         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6034         Use `gnus-extract-address-component-email' to fix bug of comparing full
6035         sender name to `user-mail-address'.
6036
6037 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6038
6039         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6040         catch/throw to optimize.
6041         (gnus-registry-find-keywords): Just use member to find a keyword.
6042
6043 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6044
6045         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6046         is current before calling gnus-server-prepare.
6047         (gnus-server-setup-buffer, gnus-server-update-server)
6048         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6049
6050 2008-05-04  Juri Linkov  <juri@jurta.org>
6051
6052         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6053         (mailcap-file-default-commands): Use mailcap-replace-in-string
6054         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6055         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6056
6057 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6058
6059         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6060
6061 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6062
6063         * gnus.el: Bump version to 0.11.
6064
6065 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6066
6067         * gnus.el: No Gnus v0.10 is released.
6068
6069 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6070
6071         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6072         hooks.
6073         (gnus-update-read-articles): Speed up non-marks-using users.
6074         (gnus-use-marks): Define gnus-use-marks.
6075         (gnus-propagate-marks): Rename variable to something more sensible.
6076
6077 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6078
6079         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6080         (gmm-image-load-path-for-library): Fix typos in docstrings.
6081         (gmm-message): Reflow docstring.
6082
6083 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6084
6085         * mail-source.el (mail-source-set-1, mail-source-bind):
6086         Move auth-source code out of the macro to clean it up and fix bugs.
6087
6088 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6089
6090         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6091         by sender if it's equal to user-mail-address, it's likely to be
6092         useless.
6093
6094         * mail-source.el (mail-source-bind): Don't use user or password if they
6095         are not bound.  Unintern them if they are nil.  Don't use server unless
6096         it's bound, and default it to empty string otherwise.
6097
6098 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6099
6100         * mail-source.el: Load auth-source.el.
6101         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6102         get user name or password, if auth-sources is set up.
6103
6104         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6105         strategy of splitting with parent.
6106         (gnus-registry-split-fancy-with-parent)
6107         (gnus-registry-post-process-groups): Use it and fix prior
6108         bug (returning a list as the split result).
6109
6110         * auth-source.el (auth-sources): Remove server parameter.
6111         (auth-source-pick, auth-source-user-or-password)
6112         (auth-source-user-or-password-imap)
6113         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6114         (auth-source-user-or-password-sftp)
6115         (auth-source-user-or-password-smtp): Remove server parameter.
6116
6117 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6118
6119         * smime.el (smime-sign-region, smime-encrypt-region)
6120         (smime-decrypt-region):
6121         Remove redundant calls to `generate-new-buffer-name'.
6122
6123 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6124
6125         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6126         Don't use QP for message/rfc822.
6127         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6128
6129 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6130
6131         * sieve-manage.el (sieve-string-bytes): Remove.
6132         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6133         correct byte-length only if the process's coding-system is the same as
6134         the one used internally by Emacs to represent strings.
6135
6136 2008-04-22  Juri Linkov  <juri@jurta.org>
6137
6138         * mailcap.el (mailcap-file-default-commands): New function.
6139
6140 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6141
6142         * message.el (message-signature-separator, message-cite-function):
6143         Change custom version.
6144
6145 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6146
6147         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6148         commands.
6149         (tls-checktrust): Ditto.
6150
6151 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * mm-decode.el (mm-display-external): Make temp file read-only.
6154
6155 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6156
6157         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6158         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6159         `C-c C-f d'.
6160
6161 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6162
6163         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6164
6165 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * gnus.el: Bump version to 0.9.
6168
6169 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6170
6171         * gnus.el: No Gnus v0.8 is released.
6172
6173 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6174
6175         * mail-source.el (mail-source-value):
6176         Prefer fboundp to functionp so it works with macros as well.
6177
6178 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6179
6180         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6181         Fix last change in case the element is not even a symbol.
6182
6183 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6184
6185         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6186         Prefer fboundp to functionp so it works with macros as well.
6187
6188 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6189
6190         * auth-source.el: Added docs.
6191         (auth-sources): Modify format to support server.
6192         (auth-source-pick, auth-source-user-or-password)
6193         (auth-source-user-or-password-imap)
6194         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6195         (auth-source-user-or-password-sftp)
6196         (auth-source-user-or-password-smtp): Add server parameter.
6197
6198 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6199
6200         * gnus-registry.el: Initialize the registry when gnus-registry-install
6201         is t.
6202
6203 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * compface.el (uncompface): Make buffer unibyte.
6206
6207 2008-04-05  Glenn Morris  <rgm@gnu.org>
6208
6209         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6210
6211 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6212
6213         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6214         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6215
6216         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6217         multibyteness after rather than before erasing it.
6218
6219         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6220         mm-with-multibyte.
6221         (gnus-request-article-this-buffer): Make sure the proper decoding is
6222         used if gnus-original-article-buffer happens to be unibyte.
6223
6224         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6225         default-enable-multibyte-characters.
6226
6227         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6228         default-enable-multibyte-characters.
6229
6230         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6231
6232         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6233
6234 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6235
6236         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6237         (imap-message-copyuid-1): Use it.
6238         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6239         J. Williams in
6240         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6241
6242         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6243         imap-enable-exchange-bug-workaround.
6244         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6245
6246 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6247
6248         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6249         a 100 byte status-checks into a 2-3MB transfer for each group.
6250         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6251         to enable bug workaround or not.
6252         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6253
6254 2008-03-31  Glenn Morris  <rgm@gnu.org>
6255
6256         * message.el (mml2015-use): Declare for compiler.
6257         (message-info): Require mml2015 when appropriate.
6258
6259 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6260
6261         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6262         whitespace.
6263
6264 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6265
6266         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6267         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6268         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6269         (nntp-service-to-port): New function.
6270         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6271         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6272         (nntp-open-netcat-stream): New function.
6273         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6274
6275 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6276
6277         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6278
6279 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6280
6281         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6282
6283 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6284
6285         * dns.el (dns-write): Use set-buffer-multibyte.
6286
6287 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6288
6289         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6290
6291 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6292
6293         * message.el (message-signature-separator): Change default.
6294         Improve custom type.
6295         (message-cite-function): Change default to
6296         message-cite-original-without-signature.
6297
6298         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6299         toggle.
6300
6301         * message.el (message-check-news-body-syntax): Fix signature check.
6302         (message-setup-1): Mark buffer as unmodified _after_ running
6303         message-setup-hook and handling message-alternative-emails.
6304         (message-shorten-references): Be more strict when building list of
6305         valid references to comply with GNKSA.
6306
6307         * gnus-group.el (gnus-read-ephemeral-bug-group)
6308         (gnus-read-ephemeral-debian-bug-group)
6309         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6310
6311         * message.el (message-info): Don't use booleanp which isn't supported
6312         in Emacs 21 and XEmacs.
6313
6314 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6315
6316         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6317         gnus-group-gmane-group-download-format.
6318         (gnus-group-read-ephemeral-gmane-group): Rename from
6319         gnus-group-read-ephemeral-gmane-group.
6320         (gnus-read-ephemeral-gmane-group-url): Rename from
6321         gnus-group-read-ephemeral-gmane-group-url.
6322         (gnus-bug-group-download-format-alist): New variable.
6323         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6324         (gnus-read-ephemeral-emacs-bug-group): New commands.
6325
6326 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6327
6328         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6329         (gnus-visible-headers): Improve custom type.
6330
6331 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6332
6333         * mml.el (mml-menu): Add workarounds for XEmacs.
6334
6335         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6336         X-Boundary header.
6337
6338         * message.el (message-simplify-recipients): Fix previous commit.
6339
6340 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6341
6342         * mm-util.el (mm-set-buffer-multibyte): New function.
6343         * mm-decode.el (mm-copy-to-buffer): Use it.
6344
6345 2008-03-19  Glenn Morris  <rgm@gnu.org>
6346
6347         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6348         Accidentally removed in the sync process with Emacs.
6349
6350 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6351
6352         * message.el (message-alter-recipients-discard-bogus-full-name):
6353         New function.
6354         (message-alter-recipients-function): New variable.
6355         (message-get-reply-headers): Use it.
6356         (message-replace-header): New helper function.
6357         (message-recipients-without-full-name): New variable.
6358         (message-simplify-recipients): New command.
6359
6360         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6361
6362         * message.el (message-info): Handle EasyPG manual.
6363
6364         * mml.el (mml-menu): Add entry for EasyPG.
6365
6366 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6367
6368         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6369         parameter.
6370
6371         * message.el (message-disassociate-draft): Specify drafts group name
6372         fully.
6373
6374 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6375
6376         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6377         unnecessary duplicates from the match list.
6378
6379 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6380
6381         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6382
6383         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6384
6385         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6386         args of `how-many' of which the XEmacs version doesn't take; declare
6387         Info-index-next as function.
6388
6389 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6390
6391         * gnus-score.el (gnus-score-headers): Fix handling of
6392         gnus-inhibit-slow-scoring.
6393
6394         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6395         string.
6396         (gnus-button-url-regexp): Improve handling of parenthesis.
6397         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6398         (gnus-button-handle-info-keystrokes): Handle index entries.
6399
6400 2008-03-15  Glenn Morris  <rgm@gnu.org>
6401
6402         * parse-time.el (parse-time-string): Simplify.
6403
6404 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6405
6406         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6407         Incoming* files.
6408
6409 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6410
6411         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6412         (auth-source-pick): Use it.
6413
6414 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6415
6416         * binhex.el (binhex-decode-region-internal):
6417         * uudecode.el (uudecode-decode-region-internal):
6418         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6419         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6420         setting default-enable-multibyte-characters.
6421
6422 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6423
6424         * auth-source.el (auth-source-protocols)
6425         (auth-source-protocols-customize, auth-source-choices): Added and
6426         modified variable customizations and defaults.
6427         (auth-source-pick, auth-source-user-or-password)
6428         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6429         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6430         (auth-source-user-or-password-sftp)
6431         (auth-source-user-or-password-smtp): Use new variables and provide an
6432         interface to netrc.el.
6433
6434 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6435
6436         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6437         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6438         Make sure the nntp port to specify is a string.
6439
6440 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6441
6442         * nntp.el: Use with-current-buffer.
6443         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6444         dubious mm-with-unibyte-current-buffer.
6445         (nntp-with-open-group-function): New function extracted from
6446         nntp-with-open-group macro.
6447         (nntp-with-open-group): Use the function, so it's easier to debug.
6448         Add indentation and debugging info.
6449         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6450         the use of the netcat alternatives.
6451
6452         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6453         Avoid mm-string-as-multibyte as well.
6454
6455         * nnweb.el (nnweb-insert-html):
6456         Remove use of nnheader-string-as-multibyte.
6457
6458         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6459         (nnheader-string-as-multibyte): Remove.
6460
6461         * mm-view.el: Use inhibit-read-only.
6462         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6463         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6464         or unibyte-string.
6465
6466         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6467         (mm-uu-yenc-extract): Use with-current-buffer.
6468
6469         * gnus-soup.el (gnus-soup-send-packet): Don't use
6470         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6471
6472         * nnmh.el: Use with-current-buffer.
6473         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6474         mm-string-as-multibyte on the output of mm-encode-coding-string.
6475
6476         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6477         (nnimap-request-move-article): Use with-current-buffer.
6478
6479         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6480         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6481         conversion uses string-make-unibyte rather than string-as-unibyte.
6482
6483         * gnus-msg.el: Use with-current-buffer.
6484
6485         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6486
6487 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6488
6489         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6490         string for caching if it is 'PIN.
6491
6492 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6493
6494         * lpath.el: Consider the case without Emacs/W3.
6495
6496 2008-03-08  Glenn Morris  <rgm@gnu.org>
6497
6498         * time-date.el (date-to-time, time-subtract, time-add)
6499         (safe-date-to-time): Doc fixes.
6500
6501 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6502
6503         * mail-source.el (mail-source-delete-old-incoming-confirm):
6504         Change default to nil.
6505         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6506
6507 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6508
6509         * lpath.el: Rearrange.
6510
6511         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6512         (gnus-article-goto-prev-page): Work for articles having ^L's.
6513
6514         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6515
6516         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6517
6518 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6519
6520         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6521         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6522         (gnus-bookmark-jump): Adjust some variable names.
6523
6524 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6525
6526         * auth-source.el: New package.
6527         (auth-source-choices): Add customization entry point variable.
6528
6529         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6530         bug.
6531
6532 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6533
6534         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6535         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6536         (gnus-registry-install-shortcuts): Rename from
6537         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6538         the `gnus-registry-mark-map' keymap dynamically from
6539         `gnus-registry-marks'.  The generated functions update the summary line
6540         when a registry mark is added or deleted, and will call
6541         `gnus-registry-install-p' (see the comments in the code).
6542         (gnus-registry-user-format-function-M): Use concat intelligently.
6543
6544         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6545         the registry mark functions.
6546
6547 2008-03-05  Glenn Morris  <rgm@gnu.org>
6548
6549         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6550         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6551         gnus-art.
6552         (top-level): No need to load own source when compiling.
6553
6554 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6555
6556         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6557         Suggested by <chris.anderton@zetnet.co.uk>.
6558
6559 2008-03-04  Glenn Morris  <rgm@gnu.org>
6560
6561         * gnus-sum.el (top-level): No need to require gnus when compiling,
6562         since unconditionally required near start of file.
6563         (gnus-summary-display-while-building): Move definition before use.
6564
6565 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6566
6567         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6568         formatting function.
6569
6570 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6571
6572         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6573         with plists.
6574         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6575         Use new format.
6576
6577 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6578
6579         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6580         `where-is-internal' that returns a range of key sequences.
6581
6582 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6583
6584         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6585
6586         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6587         (gnus-summary-jump-to-group): Consider windows on other displayed
6588         frames as well.  Similar changes might be needed elsewhere, but that's
6589         the one I've bumped into during my use.
6590
6591         * nndoc.el (nndoc-oe-dbx-type-p):
6592         * gnus-msg.el (gnus-debug):
6593         * gnus-group.el (gnus-update-group-mark-positions):
6594         Use mm-string-to-multibyte.
6595
6596 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6597
6598         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6599         doesn't handle NotDashEscaped.
6600
6601         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6602         (mml-dnd-attach-options): Fix typo in custom choice.
6603
6604         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6605         nndoc-article-type to mbox.
6606         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6607
6608         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6609         to nil, instead of html2text.
6610
6611         * imap.el (imap-debug): Add `imap-ping-server'.
6612
6613         * gnus-bookmark.el: Add FIXMEs.
6614
6615         * message.el (message-form-letter-separator)
6616         (message-send-form-letter-delay): New variables.
6617         (message-send-form-letter): Use them.  New command to send form
6618         letters.  Requested by Uwe Siart.
6619         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6620
6621 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         * Update copyright years.
6624
6625 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6626
6627         Sync from EMACS_22_BASE.
6628
6629         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6630
6631 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6632
6633         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6634         empty author.
6635
6636 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6637
6638         * gnus-registry.el (gnus-registry-marks): Add variable for
6639         customization of marks and their appearance.
6640         (gnus-registry-read-mark): Use it.
6641         (gnus-registry-do-marks): Add utility function to loop through
6642         `gnus-registry-marks'.
6643         (gnus-registry-install-shortcuts-and-menus): Add function to install
6644         shortcuts and menus.
6645         (gnus-registry-initialize): Use it.
6646         (gnus-registry-default-mark): Clarify documentation.
6647
6648 2008-02-29  Glenn Morris  <rgm@gnu.org>
6649
6650         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6651         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6652         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6653         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6654         Change defcustom :version from 23.0 to 23.1.
6655
6656 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6657
6658         * gnus-registry.el (gnus-registry-follow-group-p)
6659         (gnus-registry-post-process-groups): Add functions to aid registry
6660         splitting and improve logging.  Clarify behavior in function
6661         documentation.
6662         (gnus-registry-split-fancy-with-parent): Use them.
6663
6664 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6665
6666         * gnus-art.el: Use with-current-buffer.
6667
6668 2008-02-27  David Engster  <dengste@eml.cc>
6669
6670         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6671         Express real group name in the response.
6672
6673 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6674
6675         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6676         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6677         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6678         autoload gnus-registry-fetch-group when compiling.
6679         (nnmairix-request-group-with-article-number-correction): Remove
6680         unreferenced argument passed to nnmairix-call-backend.
6681
6682 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6683
6684         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6685         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6686         Wilde.
6687
6688 2008-02-27  Glenn Morris  <rgm@gnu.org>
6689
6690         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6691         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6692         variables to defconsts.  Convert comments to doc-strings.
6693         (nnmairix-last-server, nnmairix-current-server): Convert from free
6694         variables to defvars.  Convert comments to doc-strings.
6695         (gnus-registry-fetch-group): Autoload.
6696         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6697         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6698         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6699         caddr.
6700         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6701         nnmairix-request-group-with-article-number-correction call.
6702         (nnmairix-fast, nnmairix-group): New, less general names, for free
6703         variables passed from nnmairix-request-group to
6704         nnmairix-request-group-with-article-number-correction.  Declare.
6705         (nnmairix-request-group-with-article-number-correction):
6706         Use nnmairix-fast, nnmairix-group rather than fast, group.
6707
6708 2008-02-26  David Engster  <dengste@eml.cc>
6709
6710         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6711         version 0.5.
6712
6713 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6714
6715         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6716         instead of making an extra function call.  Don't add the current group
6717         to articles only when they have the group.  Use
6718         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6719         Reported by David <de_bb@arcor.de>.
6720
6721 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6722
6723         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6724         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6725
6726 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6727
6728         * mail-source.el (mail-source-delete-incoming): Change default.
6729         Supplement doc string.
6730
6731         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6732
6733 2008-02-14  Glenn Morris  <rgm@gnu.org>
6734
6735         * time-date.el (format-seconds): New function.
6736
6737 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6738
6739         * nnmail.el (nnmail-message-id-cache-file): Derive from
6740         `gnus-home-directory'.
6741
6742 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6743
6744         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6745         Document negative prefix.
6746
6747         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6748
6749 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6750
6751         * message.el (message-unsent-separator): Add the Exim bounce
6752         separator.
6753
6754 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6755
6756         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6757         list.
6758         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6759         recipient/signer list.
6760
6761 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6762
6763         * Makefile.in (datarootdir): Define.
6764         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6765         name that might contain whitespace.
6766
6767 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6768
6769         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6770         fbound (Emacs 23 unicode), signal an error.
6771
6772 2008-02-08  Glenn Morris  <rgm@gnu.org>
6773
6774         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6775
6776 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6777
6778         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6779         ports to the calls to `netrc-machine-user-or-password' in addition to
6780         "imap" and "imaps".
6781
6782 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6783
6784         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6785
6786         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6787
6788 2008-02-01  Kenichi Handa  <handa@m17n.org>
6789
6790         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6791         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6792         (rfc2104-hash): Convert the result of concat to unibyte string.
6793
6794 2008-02-01  Dave Love  <fx@gnu.org>
6795
6796         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6797         coding-system-for-read.
6798         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6799
6800 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6801
6802         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6803         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6804         <hanche@math.ntnu.no>.
6805
6806 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6807
6808         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6809
6810         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6811
6812 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6813
6814         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6815         * message.el (message-beginning-of-line): Use featurep instead of bound
6816         tests in order to resolve conditionals at compile time.
6817
6818 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6819
6820         * mail-source.el (mail-sources): Add `group' choice.
6821
6822         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6823         parameter `in-group' to control into which group the articles go.
6824         Add treatment of `group' mail-source.
6825
6826 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6829
6830         * mm-decode.el (mm-dissect-buffer): Decode description.
6831
6832         * mml.el (mml-to-mime): Encode message header first.
6833
6834 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6835
6836         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6837         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6838
6839         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6840         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6841
6842 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6843
6844         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6845
6846 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6849         prefix keys.
6850         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6851         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6852         gnus-xmas.el.
6853
6854         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6855         (gnus-xmas-article-describe-bindings): New function.
6856         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6857         gnus-xmas-article-describe-bindings.
6858
6859         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6860
6861 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6862
6863         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6864         Add new variables for article mark management.
6865         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6866         list of extra data entries which, when present, will indicate that the
6867         article ID should not be trimmed from the registry.
6868         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6869         functions.
6870         (gnus-registry-read-mark): New function to read a mark name from the
6871         user.
6872         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6873         (gnus-registry-set-article-mark-internal): New functions to add and
6874         remove marks.
6875         (gnus-registry-get-article-marks): New function to show the marks for
6876         an article, or retrieve them for further use.
6877
6878 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6879
6880         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6881         keys when no argument is given.
6882
6883 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6884
6885         * imap.el (imap-ping-server): New variable.
6886         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6887         (imap-ping-server): Minor doc string fixes.
6888
6889 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6890
6891         * imap.el (imap-ping-server): New function.
6892         (imap-opened): Call imap-ping-server.
6893
6894 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6895
6896         * gnus-sum.el (gnus-article-sort-by-random)
6897         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6898         jidanni@jidanni.org.
6899
6900 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6901
6902         * gnus-art.el (gnus-article-describe-bindings): New function.
6903         (gnus-article-read-summary-keys): Use it.
6904         (gnus-article-mode-map): Bind `C-h b' to it.
6905
6906 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6907
6908         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6909         XEmacs.
6910         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6911         against non-character events.
6912
6913         * lpath.el: Fbind map-keymap for Emacs 21.
6914
6915 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6916
6917         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6918         command.
6919         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6920         instead of END.  Change name of the temp file.
6921         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6922         customizable.
6923
6924 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6925
6926         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6927         bind `S W' to gnus-article-wide-reply-with-original; set default
6928         binding to gnus-article-read-summary-send-keys.
6929         (gnus-article-read-summary-keys): Fix the order of keys; display
6930         continuation keys correctly in the echo area; describe bindings
6931         correctly when keys end with `C-h'.
6932         (gnus-article-read-summary-send-keys): New function.
6933         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6934         for gnus-article-read-summary-send-keys; display continuation keys
6935         correctly in the echo area.
6936         (gnus-article-reply-with-original): Ignore prefix argument.
6937         (gnus-article-wide-reply-with-original): New function.
6938
6939         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6940         Emacs 21.
6941
6942 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6943
6944         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6945         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6946
6947 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6948
6949         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6950         (gnus-group-read-ephemeral-gmane-group): New command.
6951
6952 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6953
6954         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6955
6956 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6957
6958         * message.el (message-send-mail-function): Increase custom version.
6959
6960         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6961         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6962
6963 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6964
6965         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6966         for the cases where imap-authenticate is called with a nil buffer
6967         parameter.
6968
6969 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6970
6971         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6972         html parts correctly; support forwarded messages.
6973         (gnus-article-browse-html-article): Remove work buffers.
6974
6975         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6976         compiling.
6977         (netrc-bound-and-true-p): New macro.
6978         (netrc-parse): Use it instead of bound-and-true-p that is not available
6979         in XEmacs 21.4.
6980
6981 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6982
6983         * gnus-registry.el (gnus-registry-mark-article)
6984         (gnus-registry-article-marks): Add functionality to mark articles
6985         through the Gnus registry.
6986
6987         * encrypt.el: Clarify documentation for the new pgg method.
6988         (encrypt-file-alist): Add PGG option.
6989         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6990         functionality.  Abstract password key and messaging to external
6991         functions.
6992         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6993         (encrypt-message-method-and-cipher): Add new convenience external
6994         functions.
6995         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6996         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6997
6998         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6999         (netrc-parse): Use encrypt-file-alist to determine if
7000         encrypt-find-model or encrypt-insert-file-contents should be used.
7001
7002         * encrypt.el: Clarify documentation.  Load password-cache or
7003         password, whichever one is found first, instead of autoloading.
7004
7005 2007-12-19  Glenn Morris  <rgm@gnu.org>
7006
7007         * mml.el (message-options-set, message-narrow-to-head)
7008         (message-in-body-p, message-mail-p, message-encode-message-body):
7009         Autoload.
7010         (message-remove-header, message-narrow-to-headers-or-head)
7011         (message-subscribed-p, message-make-mail-followup-to)
7012         (message-position-on-field, message-news-p)
7013         (message-options-set-recipient, message-generate-headers)
7014         (message-sort-headers): Declare as functions.
7015
7016 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7017
7018         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7019         convention in doc string.
7020
7021 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7024         title to html parts.
7025         (gnus-article-browse-html-article): Pass message header to it.
7026
7027         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7028
7029 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7030
7031         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7032         or password compatible with XEmacs.
7033
7034 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7035
7036         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7037         format document.
7038         (gnus-mime-delete-part): Don't write description line if empty.
7039         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7040
7041 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7042
7043         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7044         (gnus-summary-mark-read-and-unread-as-read)
7045         (gnus-summary-mark-current-read-and-unread-as-read)
7046         (gnus-summary-mark-unread-as-ticked): Doc fix.
7047         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7048
7049 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
7052         Christoph Conrad <christoph.conrad@gmx.de>.
7053
7054 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7057         yes-or-no-p.
7058
7059 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7060
7061         * mm-decode.el (mm-add-meta-html-tag): New function.
7062         (mm-save-part-to-file, mm-pipe-part): Use it.
7063
7064         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7065         gnus-y-or-n-p instead of y-or-n-p.
7066         (gnus-article-browse-html-parts): Work with message/external-body; use
7067         mm-add-meta-html-tag.
7068
7069 2007-12-11  Glenn Morris  <rgm@gnu.org>
7070
7071         * gnus-cache.el: Require gnus-sum not just when compiling.
7072
7073         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7074
7075         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7076         definitions before use.
7077
7078         * mm-decode.el: Require gnus-util.
7079         (mm-remove-part): Only call delete-annotation on XEmacs.
7080
7081         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7082
7083         * nnmail.el: Require gnus-int.
7084
7085         * spam.el: Move `require's before `eval-when-compile's.
7086
7087         * gnus-ems.el (gnus-alive-p):
7088         * gnus-fun.el (message-goto-eoh):
7089         * gnus-util.el (gnus-group-name-decode):
7090         * mail-source.el (gnus-compress-sequence):
7091         * message.el (Info-goto-node, format-spec):
7092         * mm-bodies.el (message-options-get):
7093         * mm-decode.el (mm-view-pkcs7):
7094         * mm-util.el (gmm-write-region):
7095         * mml-smime.el (mml-compute-boundary)
7096         (gnus-completing-read-with-default):
7097         * mml.el (widget-button-press, gnus-make-hashtable):
7098         * mml1991.el (mm-decode-content-transfer-encoding)
7099         (mm-encode-content-transfer-encoding)
7100         (message-options-get, message-options-set):
7101         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7102         * nnfolder.el (gnus-request-group):
7103         * nnheader.el (ietf-drums-unfold-fws):
7104         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7105         * smime.el (gnus-run-mode-hooks):
7106         * spam-stat.el (gnus-message): Autoload.
7107
7108         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7109         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7110         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7111         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7112         Add declare-function compatibility definition.
7113
7114         * gnus-cache.el (nnvirtual-find-group-art):
7115         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7116         (gnus-add-image, gnus-add-wash-type):
7117         * gnus-group.el (nnkiboze-score-file):
7118         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7119         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7120         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7121         (message-tokenize-header, gnus-get-buffer-create)
7122         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7123         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7124         * gnus.el (gnus-group-decoded-name):
7125         * mail-source.el (imap-capability):
7126         * mm-bodies.el (message-options-set):
7127         * mm-decode.el (gnus-configure-windows):
7128         * mm-extern.el (message-goto-body):
7129         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7130         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7131         (epg-sub-key-validity, message-options-set):
7132         * mml.el (widget-event-point, gnus-configure-windows):
7133         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7134         * mml2015.el (epg-check-configuration, epg-configuration)
7135         (message-options-set):
7136         * nndb.el (nndb-request-article):
7137         * nnfolder.el (gnus-request-create-group):
7138         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7139         * nnmaildir.el (gnus-group-mark-article-read):
7140         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7141         * rfc1843.el (message-fetch-field):
7142         * spam.el (gnus-extract-address-components):
7143         Declare as functions.
7144
7145 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7146
7147         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7148
7149         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7150
7151         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7152         bind show-trailing-whitespace for XEmacs.
7153
7154 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7155
7156         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7157         new no-op macro for backward compatibility.
7158
7159         * imap.el (imap-string-to-integer): New function.
7160
7161 2007-12-09  Glenn Morris  <rgm@gnu.org>
7162
7163         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7164
7165         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7166         * message.el, mm-view.el, sieve-manage.el, smime.el:
7167         Add declare-function compatibility definition.
7168
7169         * gnus-art.el (w3-region, w3m-region, Info-menu):
7170         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7171         * gnus-sum.el (gnus-get-predicate):
7172         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7173         * message.el (mail-abbrev-in-expansion-header-p):
7174         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7175         (w3m-detect-meta-charset, w3m-region):
7176         * sieve-manage.el (password-read, password-cache-add)
7177         (password-cache-remove):
7178         * smime.el (password-read-and-add): Declare as functions.
7179
7180 2007-12-08  David Kastrup  <dak@gnu.org>
7181
7182         * gnus-sum.el (gnus-summary-simplify-subject-query):
7183         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7184         `message'.
7185
7186 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7187
7188         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7189         it to bind idna-program, installation-directory, defined-colors, and
7190         face-attribute for XEmacs of the version that compiles defcustom forms.
7191
7192 2007-12-07  Glenn Morris  <rgm@gnu.org>
7193
7194         * gnus-art.el (article-make-date-line): Revert previous change.
7195
7196 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7197
7198         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7199
7200 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7201
7202         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7203         Call gnus-add-to-range ranges only once with a prepared article-list.
7204
7205 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7206
7207         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7208         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7209         group names with backslashes.  Reported by Tassilo Horn
7210         <tassilo@member.fsf.org>.
7211
7212 2007-12-06  Deepak Goel  <deego3@gmail.com>
7213
7214         * gnus-art.el (article-make-date-line):
7215         * gnus-start.el (gnus-load):
7216         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7217
7218 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7219
7220         * gnus-art.el (gnus-use-idna)
7221         * gnus-start.el (gnus-site-init-file)
7222         * message.el (message-use-idna)
7223         * mm-uu.el (mm-uu-hide-markers)
7224         * smiley.el (smiley-style): Revert changes that suppress warnings.
7225
7226 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7227
7228         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7229         specify charset to html source.  Reported by Christoph Conrad
7230         <christoph.conrad@gmx.de>.
7231
7232 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7235         idna-program in order to suppress byte compile warning issued by XEmacs
7236         that came to byte compile the default value section of defcustom forms
7237         recently.
7238
7239         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7240         value of installation-directory.
7241
7242         * message.el (message-use-idna): Don't directly refer to the value of
7243         idna-program.
7244
7245         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7246
7247         * smiley.el (smiley-style): Don't directly call face-attribute.
7248
7249 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7250
7251         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7252
7253         * gnus-dired.el: Reduce Gnus dependencies.
7254         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7255         require.  Use autoloads instead.
7256         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7257         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7258         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7259         (gnus-dired-mode): Adjust doc string.
7260         (gnus-dired-mail-mode): New variable.
7261         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7262         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7263         (gnus-dired-mail-buffers): New function.  Return mail or message
7264         composition buffers.
7265         (gnus-dired-attach): Use it.
7266         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7267         NO-DECODE.
7268         (gnus-dired-print): Use `gnus-print-buffer' depending on
7269         `gnus-dired-mail-mode'.
7270
7271 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7272
7273         * rfc2047.el (rfc2047-encoded-word-regexp)
7274         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7275         explaining what regexp patterns are for.
7276
7277 2007-12-04  Glenn Morris  <rgm@gnu.org>
7278
7279         * password.el: Move to password-cache.el.
7280
7281         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7282         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7283         * mml-smime.el (password-read, password-cache-add)
7284         (password-cache-remove):
7285         No need to autoload, since mml-sec requires password.
7286
7287         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7288         * message.el (gnus-extract-address-components):
7289         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7290
7291         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7292         password.
7293
7294 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * mailcap.el: Reduce dependencies.
7297         (mail-header-parse-content-type): Autoload.
7298         (mailcap-delete-duplicates): New alias.
7299         (mailcap-mime-info): Add optional argument NO-DECODE.
7300         (mailcap-mime-types): Use mailcap-delete-duplicates.
7301
7302         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7303
7304 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7305
7306         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7307         (imap-parse-status): Upcase status-att for servers that sends them
7308         lower-case (e.g., MS Exchange 2007).
7309
7310 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7311
7312         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7313         function.
7314
7315         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7316         (gnus-uu-yenc-article): New function.
7317
7318         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7319
7320         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7321         buffer.
7322
7323 2007-12-02  Glenn Morris  <rgm@gnu.org>
7324
7325         * binhex.el (binhex): New custom group.
7326         (binhex-decoder-program, binhex-decoder-switches)
7327         (binhex-use-external): Move to the binhex custom group.
7328
7329         * uudecode.el (uudecode): New custom group.
7330         (uudecode-decoder-program, uudecode-decoder-switches)
7331         (uudecode-use-external): Move to the uudecode custom group.
7332
7333         * netrc.el (top-level): Don't load `encrypt' features.
7334         (netrc-parse): Don't use encrypt.
7335         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7336
7337         * encrypt.el: Remove file.
7338
7339 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7340
7341         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7342         matches on patches.
7343
7344         * gnus-art.el (gnus-article-browse-html-article): Mention
7345         `mm-text-html-renderer' in the doc string.
7346
7347         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7348         string.  Add comments.
7349
7350         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7351         if rhs is ASCII.
7352
7353 2007-12-01  Glenn Morris  <rgm@gnu.org>
7354
7355         * mail-source.el (top-level): Require format-spec before
7356         eval-when-compile.
7357
7358 2007-11-30  Glenn Morris  <rgm@gnu.org>
7359
7360         * encrypt.el: Require password, rather than autoloading password-read.
7361
7362 2007-11-29  Glenn Morris  <rgm@gnu.org>
7363
7364         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7365         (sasl-make-client, sasl-next-step, sasl-step-data)
7366         (sasl-step-set-data): Declare as functions.
7367
7368 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7369
7370         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7371
7372 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7373
7374         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7375         certs should be verified and what is to be done in the event of a
7376         verification failure.
7377
7378         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7379         caller can indicate whether the cache should be disregarded for this
7380         call.  This way the result of the call is reproducible at all times and
7381         can be considered a canonical server name for the supplied method.
7382         (gnus-agent-method-p): Canonicalize server names by pushing their
7383         method through `gnus-method-to-server' using the no-cache argument.
7384
7385         * gnus-srvr.el (gnus-server-insert-server-line): Call
7386         `gnus-method-to-server' with `no-cache' argument.
7387
7388         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7389         gnus-agent-possibly-synchronize-flags as this should be called when the
7390         server is actually being opened.
7391         (gnus-agent-possibly-synchronize-flags)
7392         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7393         flags file of an agentized server to the latter function.
7394
7395         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7396         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7397         after a connection has been established successfully.
7398
7399 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7400
7401         * gnus-art.el (article-display-face): Force to display face if called
7402         interactively; check if gnus-article-x-face-too-ugly matches author.
7403         (article-display-x-face): Display face even if From header is missing
7404         as article-display-face does.
7405
7406 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7407
7408         * hashcash.el (message-narrow-to-headers-or-head)
7409         (message-fetch-field, message-goto-eoh)
7410         (message-narrow-to-headers): Declare as functions.
7411
7412 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7413
7414         * mail-source.el (mail-sources): Default to fetch from file for
7415         compatibility with default of nnmail-spool-file.
7416
7417 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7418
7419         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7420         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7421         to look for encoded word that should be encoded again.
7422         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7423         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7424         encoding pattern.
7425         (rfc2047-decode-region): Switch strict regexp and loose one according
7426         to rfc2047-allow-irregular-q-encoded-words.
7427
7428 2007-11-25  Romain Francoise  <romain@orebokech.com>
7429
7430         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7431
7432 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7433
7434         * tls.el (tls-program): Provide more custom choices from
7435         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7436         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7437
7438 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7439
7440         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7441         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7442
7443         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7444         `nnmail-spool-file'.
7445
7446         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7447         `nnmail-spool-file'.
7448
7449         * gnus-move.el (gnus-change-server): Ditto.
7450
7451         * gnus-kill.el (gnus-batch-score): Ditto.
7452
7453         * gnus-cache.el (gnus-jog-cache): Ditto.
7454
7455         * gnus-msg.el (gnus-summary-reply):
7456         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7457
7458 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7459
7460         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7461         version.  Minor improvement to doc strings.
7462         (tls-program): Add comment.
7463
7464 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7465
7466         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7467         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7468         mismatch between the hostname provided in the certificate and the name
7469         of the host connnecting to.
7470         (open-tls-stream): Use them.  Check certificates against trusted root
7471         certificates.
7472
7473 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7474
7475         * gnus-cache.el (gnus-cache-generate-nov-databases):
7476         Use nnml-generate-nov-databases-directory instead of
7477         nnml-generate-nov-databases-1.
7478
7479 2007-11-24  Glenn Morris  <rgm@gnu.org>
7480
7481         * message.el (message-tool-bar-retro): Update for rename
7482         mail_send.xpm->mail-send.xpm.
7483
7484 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7485
7486         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7487         `smime-ldap-search' for Emacs 22 and up.
7488
7489 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7490
7491         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7492
7493         * message.el (message-send-mail-function): Fix error convention.
7494         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7495         (message-widen-reply, message-send-mail, message-talkative-question)
7496         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7497         (message-clone-locals, message-send-news): Use with-current-buffer.
7498         (message-insert-or-toggle-importance): Remove unused var `valid'.
7499         (message-make-references): Remove unused var `new-references'.
7500         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7501
7502 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7503
7504         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7505         (spam-split-symbolic-return-positive): Reflow docstring.
7506         (spam-backends, spam-summary-exit-behavior)
7507         (spam-mark-ham-unread-before-move-from-spam-group)
7508         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7509         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7510         (spam-clear-cache, spam-backend-check, spam-install-backend)
7511         (spam-install-statistical-backend, spam-list-of-processors)
7512         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7513         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7514         (spam-check-crm114, spam-initialize, spam-unload-hook):
7515         Fix typos in docstrings.
7516
7517 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7518
7519         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7520         been checked if they have never been read and those group levels are
7521         higher than the one that a user specified.
7522
7523 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7524
7525         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7526         foreign groups unless a group level is specified by a user.
7527         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7528
7529 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * message.el (message-send-mail-function): Require sendmail.
7532
7533 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7534
7535         * message.el (message-send-mail-function): Check for smtpmail too.
7536
7537         * utf7.el (utf7-encode, utf7-decode): Use coding system
7538         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7539
7540         * message.el (message-send-mail-function): New function.
7541         (message-send-mail-function): Set default using
7542         message-send-mail-function.  Adjust doc string.
7543         (message-send-mail-with-mailclient): New function.
7544
7545 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7546
7547         * smime.el (from):
7548         * rfc2047.el (message-posting-charset):
7549         * qp.el (mm-use-ultra-safe-encoding):
7550         * pop3.el (parse-time-months):
7551         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7552         * nnml.el (files):
7553         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7554         (jka-compr-compression-info-list, ange-ftp-path-format)
7555         (efs-path-regexp):
7556         * nndiary.el (files):
7557         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7558         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7559         (epg-digest-algorithm-alist, inhibit-redisplay)
7560         (password-cache-expiry):
7561         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7562         (pgg-output-buffer, password-cache-expiry):
7563         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7564         (efs-path-regexp):
7565         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7566         (inhibit-redisplay):
7567         * mm-uu.el (file-name, start-point, end-point, entry)
7568         (gnus-newsgroup-name, gnus-newsgroup-charset):
7569         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7570         (latin-unity-ucs-list):
7571         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7572         (mm-uu-binhex-decode-function):
7573         * message.el (gnus-message-group-art, gnus-list-identifiers)
7574         (rmail-enable-mime-composing, gnus-local-organization)
7575         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7576         (gnus-read-active-file, facemenu-add-face-function)
7577         (facemenu-remove-face-function, gnus-article-decoded-p)
7578         (tool-bar-mode):
7579         * mail-source.el (display-time-mail-function):
7580         * gnus-util.el (nnmail-pathname-coding-system)
7581         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7582         (gnus-original-article-buffer, gnus-user-agent)
7583         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7584         (xemacs-codename, sxemacs-codename, emacs-program-version):
7585         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7586         * gnus-start.el (gnus-agent-covered-methods)
7587         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7588         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7589         (gnus-newsgroup-headers, gnus-group-list-mode)
7590         (gnus-group-mark-positions, gnus-newsgroup-data)
7591         (gnus-newsgroup-unreads, nnoo-state-alist)
7592         (gnus-current-select-method, mail-sources)
7593         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7594         (nnmail-spool-file, gnus-cache-active-hashtb):
7595         * gnus-mh.el (mh-lib-progs):
7596         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7597         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7598         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7599         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7600         (gnus-group-buffer):
7601         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7602         (font-lock-set-defaults):
7603         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7604         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7605         (gnus-summary-post-menu, total-parts, type, condition, length):
7606         * gnus-agent.el (gnus-agent-read-agentview):
7607         * flow-fill.el (show-trailing-whitespace):
7608         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7609         eval-and-compile wrappers for byte compiler pacifiers.
7610
7611         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7612         (mm-display-inline-fontify): Check for featurep 'xemacs not
7613         extent-list.
7614
7615         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7616         itimer-list.
7617         (mm-create-image-xemacs): Only do something for XEmacs.
7618         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7619
7620         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7621
7622         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7623         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7624
7625 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7626
7627         * nnimap.el (nnimap-split-download-body):
7628         * gnus-demon.el (gnus-demon):
7629         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7630
7631 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7632
7633         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7634         macros.
7635         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7636         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7637         copy data from unibyte buffer to multibyte current buffer.
7638         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7639         to copy data from unibyte current buffer to multibyte buffer.
7640         (nntp-make-process-buffer): Make process buffer unibyte.
7641
7642         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7643
7644 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7645
7646         * pop3.el (pop3-open-server): Accept and process data more robustly at
7647         connexion start to avoid spurious "POP SSL connexion failed" errors.
7648
7649 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7650
7651         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7652         read group names.
7653
7654 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7655
7656         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7657
7658 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7659
7660         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7661         (nnmail-save-active): Use a unibyte buffer when saving active file,
7662         which may contain non-ASCII group names.
7663
7664         * nnml.el (nnml-request-group): Decode group names in messages.
7665
7666 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7667
7668         * message.el (message-citation-line-function)
7669         (message-insert-formatted-citation-line): Fix spelling of
7670         `message-insert-formated-citation-line'.
7671
7672 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7673
7674         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7675
7676 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7677
7678         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7679         nnmail-pathname-coding-system.
7680
7681         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7682         that a user enters; decode group names in messages.
7683
7684         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7685
7686 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7687
7688         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7689
7690         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7691
7692         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7693         risky local variable.
7694
7695         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7696
7697 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7698
7699         * encrypt.el: Improve documentation to fix function name typo.
7700         Reported by Daiki Ueno <ueno@unixuser.org>.
7701
7702 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7703
7704         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7705         even if the point is not in the last page of an article.
7706         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7707         back to the previous page.
7708
7709 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7710
7711         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7712
7713 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7714
7715         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7716
7717 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7718
7719         * message.el (message-check-news-body-syntax): Avoid
7720         mm-string-as-multibyte.
7721         (message-hide-headers): Don't assume (point-min)==1.
7722
7723 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7724
7725         * message.el (message-remove-blank-cited-lines): Fix if remove is
7726         given.
7727         (message-bogus-address-regexp): New variable.
7728         (message-bogus-recipient-p): New function.
7729         (message-check-recipients): New command.
7730         (message-syntax-checks): Add `bogus-recipient'.
7731         (message-fix-before-sending): Add `bogus-recipient'.
7732
7733         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7734         (gnus-treat-body-boundary): Don't test window-system.
7735
7736 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7737
7738         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7739
7740 2007-10-28  Miles Bader  <miles@gnu.org>
7741
7742         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7743         at compile-time too.
7744
7745 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7746
7747         * gnus-msg.el (gnus-message-setup-hook): Add
7748         `message-remove-blank-cited-lines' to options.
7749
7750 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7751
7752         * message.el (message-remove-blank-cited-lines): New function.
7753         Suggested by Karl Plästerer.
7754
7755 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7756
7757         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7758         mapc.
7759
7760         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7761         (top-level): Use mapc to set functions to be traced for debugging.
7762
7763         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7764         called for effect with while loop.
7765
7766         * message.el (message-talkative-question): Replace mapcar called for
7767         effect with mapc.
7768
7769         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7770         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7771         called for effect with dolist.
7772
7773         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7774
7775         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7776         gnus-extra-headers and nnmail-extra-headers.
7777
7778         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7779         called for effect with dolist.
7780         (top-level): Use mapc to set functions to be traced for debugging.
7781
7782         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7783         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7784         dolist.
7785
7786         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7787         Replace mapcar called for effect with mapc.
7788         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7789         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7790         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7791         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7792
7793         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7794         remove-if that's a cl function.
7795
7796         * webmail.el (webmail-debug): Replace mapcar called for effect with
7797         dolist.
7798
7799         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7800         with mapc.
7801
7802 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7803
7804         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7805         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7806         with while loop.
7807
7808         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7809         functions from article-* functions.
7810         (gnus-multi-decode-header): Replace mapcar called for effect with
7811         dolist.
7812
7813         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7814         (gnus-bookmark-show-details): Replace mapcar called for effect with
7815         while loop.
7816
7817         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7818         called for effect with while loop.
7819
7820         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7821         with dolist.
7822
7823         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7824         mapcar called for effect with dolist.
7825
7826         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7827
7828         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7829         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7830         Replace mapcar called for effect with dolist.
7831         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7832         mapc.
7833
7834         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7835         Replace mapcar called for effect with dolist.
7836         (gnus-topic-list): Replace mapcar called for effect with mapc.
7837
7838         * gnus.el: Use mapc instead of mapcar to add autoloads.
7839
7840 2007-10-23  Richard Stallman  <rms@gnu.org>
7841
7842         * gnus-group.el (gnus-group-highlight): Mark as risky.
7843
7844 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7845
7846         * gnus.el (gnus-server-to-method): Return method found first in
7847         gnus-newsrc-alist.
7848
7849         * gnus-art.el (gnus-article-highlight-signature)
7850         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7851         button overlay without the front stickiness.
7852
7853 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7854
7855         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7856         overview buffer needed a catch to receive its throw.
7857         (gnus-agent-flush-cache): Declared as interactive to make this function
7858         easier to use.
7859
7860 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7861
7862         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7863         `next-line'.
7864
7865 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7866
7867         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7868         exclude address matching message-dont-reply-to-names.
7869
7870 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7871
7872         * gnus-util.el (gnus-string<): New function.
7873
7874         * gnus-sum.el (gnus-article-sort-by-author)
7875         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7876
7877 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7878
7879         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7880         the frame-focus tag is set in gnus-buffer-configuration.
7881
7882 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7883
7884         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7885         the front stickiness.
7886
7887 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7888
7889         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7890         url pattern; remove duplicate one.
7891         (gnus-article-extend-url-button): New function.
7892         (gnus-article-add-buttons): Use it.
7893         (gnus-button-push): Use concatenated url that it makes.
7894
7895 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7896
7897         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7898
7899 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7900
7901         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7902         Don't hardcode point-min==1.
7903
7904 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7905
7906         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7907         Fix comment about "iso8859-1".
7908
7909 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7910
7911         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7912         ones returned from the verify-function.
7913
7914         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7915         mml2015-extract-cleartext-signature if extraction failed.
7916
7917 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7918
7919         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7920         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7921         failed.
7922
7923 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7926
7927 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7928
7929         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7930         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7931         recommends to use EasyPG instead of PGG.
7932
7933         * pgg.el: Revert to revision 6.23.2.16.
7934
7935         * pgg-def.el: Revert to revision 6.6.2.14.
7936
7937         * pgg-gpg.el: Revert to revision 6.23.2.34.
7938
7939 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7940
7941         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7942         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7943         thread for both the null and zero (kill/expire thread) universal prefix
7944         cases.
7945         (gnus-summary-expire-thread): Add new function to expire a thread,
7946         using gnus-summary-kill-thread.
7947         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7948         shortcuts for gnus-summary-expire-thread.
7949         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7950         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7951
7952 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7953
7954         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7955         extras value, so an extras entry can be deleted.
7956         (gnus-registry-delete-extra-entry): Use it.
7957         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7958         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7959         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7960         storage through the gnus-registry, and provide an appropriate API for
7961         it.
7962
7963 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7964
7965         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7966         Suggested by Leo <sdl.web@gmail.com>.
7967
7968         * gnus.el: Do.
7969
7970 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7971
7972         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7973         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7974
7975         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7976
7977         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7978         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7979
7980 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7981
7982         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7983         newline.
7984         (nnmbox-request-accept-article): Don't change article in source buffer;
7985         narrow to header to use message-fetch-field rather than
7986         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7987         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7988         as delimiters; make sure article ends with newline.
7989         (nnmbox-delete-mail): Correct last position of article to be deleted;
7990         ignore X-Gnus-Newsgroup header in article body.
7991         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7992         positions; make sure article ends with newline.
7993
7994         * message.el (message-display-abbrev): Don't infloop when a user
7995         inserts SPC in the beginning of header.
7996
7997         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7998         coding-system-for-read and coding-system-for-write for XEmacs having no
7999         file-coding feature.
8000
8001         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8002
8003 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8004
8005         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8006         list of groups not followed by default.  Fix type to be regexp.
8007         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8008
8009 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8010
8011         * hmac-def.el (define-hmac-function): Switch from old-style to
8012         new-style backquotes.
8013
8014         * md4.el (md4-make-step): Likewise.
8015
8016 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8017
8018         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8019         raw-text coding system when saving .newsrc file, which may contain
8020         non-ASCII group names.
8021
8022 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus-cus.el (gnus-score-extra): New widget.
8025         (gnus-score-extra-convert): New function.
8026         (gnus-score-customize): Use it for Extra.
8027
8028 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8029
8030         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8031         (mml2015-mailcrypt-clear-verify): Use it.
8032         (mml2015-gpg-clear-verify): Use it.
8033         (mml2015-pgg-clear-verify): Use it.
8034         (mml2015-epg-clear-verify): Replace the current part with the output
8035         from GnuPG; don't extract the plaintext by itself.
8036
8037         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8038         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8039         mml2015-clear-verify-function; don't touch the armor headers or
8040         dash-escaped text here.
8041
8042 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8043
8044         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8045         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8046         parts, or application/octet-stream as a last resort.
8047         (gnus-mime-view-part-as-type): Don't toggle display.
8048         (gnus-mime-view-part-as-charset): Don't turn off display before
8049         querying charset.
8050
8051         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8052         stuff to undisplayer function in Emacs.
8053         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8054
8055         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8056         text/calendar parts.
8057
8058 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8059
8060         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8061         decoding text/calendar parts.
8062
8063         * message.el (message-forward-make-body-mime): Always mark body as
8064         having no illegible text; remove signed-or-encrypted argument.
8065         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8066
8067         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8068         (mml-generate-mime-1): Don't encode body if it is specified to be in
8069         raw form; don't make buffer be unibyte when inserting multibyte string.
8070
8071 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8072
8073         * sha1.el: Fix up comment style.
8074         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8075         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8076
8077         * hex-util.el: Fix up comment style.
8078         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8079
8080         * gnus-salt.el: Use with-current-buffer.
8081         (gnus-pick-setup-message): Fix long-standing typo.
8082
8083 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * imap.el (imap-logout-timeout): New variable.
8086         (imap-logout, imap-logout-wait): New functions.
8087         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8088
8089         * nnimap.el (nnimap-logout-timeout): New server variable.
8090         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8091         nnimap-logout-timeout.
8092
8093         * gnus-art.el (gnus-article-summary-command-nosave)
8094         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8095
8096 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8097
8098         * gnus.el (gnus-maximum-newsgroup): New variable.
8099
8100         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8101         according to gnus-maximum-newsgroup.
8102
8103         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8104         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8105         Limit the range of articles according to gnus-maximum-newsgroup.
8106
8107 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8108
8109         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8110         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8111         Don't perform gnus-configure-windows here; reuse existing sticky
8112         article buffer.
8113
8114         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8115         it doesn't exist in gnus-article-mode.
8116
8117 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8118
8119         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8120         (gnus-agent-decoded-group-name): New function.
8121         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8122         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8123
8124 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8125
8126         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8127         Add binding for gnus-sticky-article.
8128         (gnus-summary-exit): Don't kill sticky article buffers.
8129
8130         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8131         article buffer.
8132         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8133         (gnus-kill-sticky-article-buffers): New commands.
8134
8135 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8136
8137         * nntp.el (nntp-xref-number-is-evil): New server variable.
8138         (nntp-find-group-and-number): If it is non-nil, don't trust article
8139         numbers in the Xref header.
8140
8141 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8142
8143         * gnus-agent.el (gnus-agent-read-group): New function.
8144         (gnus-agent-flush-group, gnus-agent-expire-group)
8145         (gnus-agent-regenerate-group): Use it.
8146         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8147         nnmail-pathname-coding-system.
8148
8149 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8150
8151         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8152
8153         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8154         that are unread as unread, and also as selected so that information of
8155         marks having been changed by a user may be updated when exiting group.
8156
8157 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8158
8159         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8160         calculated ignoring signature parts to gnus-treat-article.
8161
8162 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8163
8164         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8165         a point here in order to keep the window start.
8166         (gnus-insert-mime-security-button): Make a button overlay without the
8167         front stickiness.
8168         (gnus-mime-display-security): Goto the end of a button.
8169
8170         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8171
8172 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8173
8174         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8175         group-name-at-point.
8176         (gnus-group-completing-read): New function that offers decoded
8177         non-ASCII group names for completion.
8178         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8179         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8180         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8181         (gnus-group-fetch-control): Use it.
8182         (gnus-fetch-group): Use group-name-at-point for the initial value
8183         rather than the default value; use gnus-alive-p.
8184
8185         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8186         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8187         (gnus-summary-post-news): Use gnus-group-completing-read.
8188
8189         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8190         (gnus-read-move-group-name): Decode group name for completion.
8191
8192 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8193
8194         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8195         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8196         Yamaoka slightly modified the code).
8197
8198 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8199
8200         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8201         (nnmail-split-incoming): Bind it.
8202
8203         * nnml.el (nnml-group-name-charset): New function.
8204         (nnml-decoded-group-name): Use it; don't decode group name if
8205         nnmail-group-names-not-encoded-p is non-nil.
8206         (nnml-encoded-group-name): New function.
8207         (nnml-group-pathname): Inline nnml-decoded-group-name.
8208         (nnml-request-expire-articles): Decode group name in message.
8209         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8210         nnmail-pathname-coding-system.
8211         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8212         not decoded ones according to nnmail-group-names-not-encoded-p.
8213         (nnml-generate-active-info): Use nnml-encoded-group-name.
8214
8215 2007-08-08  Glenn Morris  <rgm@gnu.org>
8216
8217         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8218         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8219         doc-strings and comments.
8220
8221 2007-07-25  Glenn Morris  <rgm@gnu.org>
8222
8223         * Relicense all FSF files to GPLv3 or later.
8224
8225 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8226
8227         * gnus-sum.el (gnus-summary-move-article): Make
8228         gnus-summary-respool-article work.
8229
8230 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8231
8232         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8233         string.
8234
8235 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8236
8237         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8238         that should be ignored when comparing distant RSS articles with local
8239         ones.
8240         (nnrss-make-hash-index): New function.  Create a hash index according
8241         to the ignored fields.
8242         (nnrss-check-group): Use it.
8243
8244 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8245
8246         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8247
8248         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8249
8250         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8251         the new optional argument ENCODED is non-nil.
8252         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8253         coding system for encoding group name.
8254         (gnus-group-make-rss-group): Pass un-encoded group name to
8255         gnus-group-make-group.
8256         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8257         encoded.
8258
8259         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8260         Encode group name to which articles are moved or copied.
8261         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8262         coding system for encoding Newsgroup, Followup-To and Xref headers.
8263
8264         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8265         marks; use nnheader-file-coding-system to write a file.
8266         (nnagent-retrieve-headers): Bind file-name-coding-system to
8267         nnmail-pathname-coding-system.
8268
8269         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8270
8271         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8272         (nnml-request-article, nnml-request-create-group)
8273         (nnml-request-rename-group, nnml-find-id)
8274         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8275         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8276         (nnml-save-marks): Use nnml-group-pathname instead of
8277         nnmail-group-pathname.
8278
8279         (nnml-request-create-group, nnml-request-expire-articles)
8280         (nnml-request-move-article, nnml-request-delete-group)
8281         (nnml-deletable-article-p, nnml-possibly-create-directory)
8282         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8283         (nnml-open-marks): Bind file-name-coding-system to
8284         nnmail-pathname-coding-system.
8285
8286         (nnml-request-article): Pass server argument to nnml-find-group-number.
8287         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8288         server argument to nnml-possibly-create-directory.
8289         (nnml-request-accept-article): Pass server argument to
8290         nnml-active-number and nnml-save-mail.
8291         (nnml-find-group-number): Pass server argument to nnml-find-id.
8292         (nnml-request-update-info): Pass server argument to
8293         nnml-marks-changed-p.
8294
8295         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8296         (nnml-save-mail, nnml-active-number): Add server argument.
8297
8298         (nnml-request-delete-group): Warn if group is missing.
8299         (nnml-get-nov-buffer): Decode group name.
8300         (nnml-generate-active-info): Encode group name.
8301         (nnml-open-marks): Decode group name in messages.
8302
8303 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8304
8305         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8306         if it is not specified.
8307         (gnus-article-pipe-part, gnus-article-save-part)
8308         (gnus-article-interactively-view-part, gnus-article-copy-part)
8309         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8310         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8311         (gnus-article-replace-part, gnus-article-delete-part)
8312         (gnus-article-view-part-as-type): Pass raw prefix argument to
8313         gnus-article-part-wrapper.
8314
8315 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8316
8317         * gnus-agent.el (gnus-agent-save-active): Bind
8318         nnheader-file-coding-system to gnus-agent-file-coding-system.
8319
8320         * gnus-cache.el (gnus-cache-save-buffers)
8321         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8322         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8323         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8324         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8325         (gnus-cache-generate-active, gnus-cache-rename-group)
8326         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8327         (gnus-cache-update-overview-total-fetched-for): Bind
8328         file-name-coding-system to nnmail-pathname-coding-system.
8329         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8330         variables.
8331         (gnus-cache-decoded-group-name): New function.
8332         (gnus-cache-file-name): Use it.
8333         (gnus-cache-generate-active): Use non-decoded group name for active.
8334
8335         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8336         right place.
8337         (gnus-write-active-file): Don't break non-ASCII group names.
8338
8339         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8340         nnmail-pathname-coding-system.
8341
8342         * lpath.el: Bind default-file-name-coding-system,
8343         file-name-coding-system and language-info-alist for XEmacs.
8344
8345         * gnus-uu.el (gnus-uu-decode-save): Typo.
8346
8347 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8350
8351 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8352
8353         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8354         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8355         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8356         (gnus-agent-flush-group, gnus-agent-flush-cache)
8357         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8358         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8359         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8360         (gnus-agent-regenerate-group)
8361         (gnus-agent-update-files-total-fetched-for)
8362         (gnus-agent-update-view-total-fetched-for): Bind
8363         file-name-coding-system to nnmail-pathname-coding-system.
8364         (gnus-agent-group-pathname): Don't encode file names by
8365         nnmail-pathname-coding-system.
8366         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8367         coding-system-for-write instead of buffer-file-coding-system to
8368         gnus-agent-file-coding-system.
8369
8370         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8371         Decode group name.
8372
8373         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8374
8375         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8376         (gnus-read-newsrc-el-file): Make group names unibyte.
8377
8378         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8379         nnmail-pathname-coding-system.
8380
8381         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8382         (nnrss-request-delete-group): Bind file-name-coding-system to
8383         nnmail-pathname-coding-system.
8384         (nnrss-read-server-data, nnrss-read-group-data): Bind
8385         file-name-coding-system correctly.
8386         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8387
8388         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8389         (nntp-server-to-method-cache): New variable.
8390         (nntp-group-pathname): New function that decodes non-ASCII group names.
8391         (nntp-possibly-create-directory, nntp-marks-changed-p)
8392         (nntp-save-marks, nntp-open-marks): Use it.
8393         (nntp-possibly-create-directory, nntp-open-marks):
8394         Bind file-name-coding-system to nnmail-pathname-coding-system.
8395         (nntp-open-marks): Decode group names when bootstrapping marks.
8396
8397         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8398         Newsgroups and Folowup-To headers.
8399
8400 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8401
8402         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8403         (gnus-server-closed-face, gnus-server-denied-face)
8404         (gnus-server-offline-face): Remove variable.
8405         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8406
8407         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8408         of modifying message-stack directly for XEmacs.
8409
8410         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8411         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8412         if the coding-system argument is nil for XEmacs.
8413
8414         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8415         mm-charset-override-alist.
8416
8417         * rfc2047.el: Don't require base64; require rfc2045 for the function
8418         rfc2045-encode-string.
8419         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8420         to quote the parameter value.
8421
8422 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8423
8424         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8425         form in gnus-group-name-charset-method-alist.
8426
8427         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8428         overrides the default layout edit-form.
8429
8430         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8431
8432         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8433
8434 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8435
8436         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8437         as unfetched articles.
8438
8439 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8440
8441         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8442
8443 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8444
8445         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8446         original back end that keeps marks in the local system.
8447
8448 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8449
8450         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8451         arg of pop-to-buffer for XEmacs.
8452         (gnus-article-read-summary-keys): Ditto; don't restore window
8453         configuration if summary command ends up with neither article buffer
8454         nor summary buffer; describe bindings if summary keys end with C-h.
8455
8456 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8457
8458         * message.el (message-fix-before-sending): Skip raw message part to be
8459         forwarded while checking illegible text.
8460         (message-forward-make-body-mime, message-forward-make-body): Mark
8461         signed or encrypted raw message as having no illegible text.
8462
8463 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8464
8465         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8466         (gnus-message-with-timestamp-1): New macro.
8467         (gnus-message-with-timestamp): New function.
8468         (gnus-message): Use them.
8469
8470         * nnheader.el (nnheader-message): Use them.
8471
8472 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8473
8474         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8475         .newsrc.eld file.
8476
8477 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8478
8479         * gnus-agent.el (gnus-agent-fetch-headers)
8480         (gnus-agent-retrieve-headers): Bind
8481         gnus-decode-encoded-address-function to identity.
8482
8483         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8484         available also when the server returns simply a dot.
8485
8486         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8487
8488 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8491
8492 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8493
8494         * gnus-ems.el (gnus-x-splash): Make it work.
8495
8496         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8497         from being used.
8498
8499         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8500
8501 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8502
8503         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8504         4th and the 5th arguments.
8505
8506         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8507         the front stickiness.
8508         (gnus-article-summary-command-nosave): Correct the order of the
8509         arguments passed to pop-to-buffer.
8510         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8511         summary command ends up with the article buffer.
8512
8513         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8514         the same faces.
8515
8516 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8517
8518         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8519
8520 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8521
8522         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8523         * gnus-sum.el (gnus-summary-highlight):
8524         * pgg.el (pgg-sign-region, pgg-sign):
8525         * mail-source.el (mail-source-delete-old-incoming-confirm):
8526         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8527
8528 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8529
8530         * gnus-art.el (gnus-mime-view-part-externally)
8531         (gnus-mime-view-part-internally): Fix predicate function passed to
8532         completing-read.
8533
8534         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8535
8536         * gnus.el (gnus-update-message-archive-method): Add :version.
8537
8538 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8539
8540         * gnus.el (gnus-update-message-archive-method): New variable.
8541
8542         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8543         according to gnus-message-archive-method if
8544         gnus-update-message-archive-method is non-nil.
8545
8546 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8547
8548         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8549         by Loic Dachary <loic@dachary.org>.
8550         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8551
8552 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8553
8554         * message.el (message-pop-to-buffer): Add switch-function argument.
8555         (message-mail): Pass switch-function argument to it.
8556
8557 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8558
8559         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8560         Improve doc string.
8561
8562 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8563
8564         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8565         (gnus-header-content)
8566         * gnus-cite.el (gnus-cite-10)
8567         * gnus-srvr.el (gnus-server-closed)
8568         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8569         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8570         (gnus-group-mail-3-empty, gnus-group-mail-low)
8571         (gnus-group-mail-low-empty, gnus-splash)
8572         * message.el (message-header-to, message-header-cc)
8573         (message-header-subject, message-header-other, message-header-name)
8574         (message-header-xheader, message-separator, message-cited-text)
8575         (message-mml): Lighten colors of faces used for dark background.
8576
8577 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8578
8579         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8580         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8581
8582 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8583
8584         * message.el (message-narrow-to-headers-or-head):
8585         Ignore mail-header-separator in the body.
8586
8587 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8588
8589         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8590         same as window size.
8591
8592 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8593
8594         * message.el (message-font-lock-keywords): Use message-header-xheader
8595         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8596         ahead of the anything pattern, to get it recognised.
8597
8598 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8599
8600         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8601         spam.el loads uses it in the compiled defadvice form.
8602
8603 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8604
8605         * gnus-sum.el (gnus-articles-to-read)
8606         (gnus-summary-insert-old-articles): Don't truncate group name for
8607         `read-string'.
8608
8609         * gnus-util.el (gnus-limit-string): Delete this function.
8610
8611         * gnus-sum.el (gnus-simplify-subject-fully): Use
8612         `truncate-string-to-width' instead.
8613
8614 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8615
8616         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8617         if, on summary exit, the next group has to be selected.
8618         (gnus-summary-exit): Use it.
8619
8620 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8621
8622         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8623         non-break space.
8624
8625 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8626
8627         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8628         Check if group is not a directory.
8629         (nnfolder-request-expire-articles): Don't delete articles if the target
8630         group is not available.
8631
8632         * nnml.el (nnml-request-create-group): Properly check if group is not a
8633         file.
8634         (nnml-request-expire-articles): Don't delete articles if the target
8635         group is not available.
8636
8637         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8638         Don't quote characters that are within parentheses.
8639
8640 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8641
8642         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8643         (gnus-handle-ephemeral-exit): Select article according to it.
8644
8645 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8646
8647         * message.el (message-insert-formated-citation-line): Remove newline.
8648         (message-citation-line-format): Add final \n here so that the user can
8649         avoid a blank line.
8650
8651 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8652
8653         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8654         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8655         Update lanl/arXiv support.
8656
8657 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8658
8659         * gnus.el: Bump version number.
8660
8661 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8662
8663         * gnus.el (gnus-version-number): Bump version.
8664
8665 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8666
8667         * gnus.el: No Gnus v0.6 is released.
8668
8669 2007-04-27  Didier Verna  <didier@xemacs.org>
8670
8671         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8672         * gmm-utils.el (gmm-regexp-concat): here.
8673         * message.el: Don't require 'gnus-util.
8674         (message-dont-reply-to-names): Handle name change above.
8675         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8676
8677 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8678
8679         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8680         since the initial value varies according to the system.
8681
8682 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8683
8684         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8685
8686 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8687
8688         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8689
8690 2007-04-24  Didier Verna  <didier@xemacs.org>
8691
8692         Improve the type of gnus-ignored-from-addresses.
8693         * gnus-util.el (gnus-orify-regexp): New function.
8694         * message.el (gnus-util): Require it.
8695         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8696         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8697         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8698
8699 2007-04-24  Didier Verna  <didier@xemacs.org>
8700
8701         * gnus-sum.el:
8702         * gnus-utils.el: Fix some trailing whitespaces.
8703
8704 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8705
8706         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8707         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8708         article's Message-ID; refer parent article in summary buffer.
8709
8710         * message.el (message-bounce): Call mime-to-mml.
8711
8712         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8713         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8714         optimize and/or forms properly.
8715
8716 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8717
8718         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8719         URL.
8720
8721 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8724
8725 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8726
8727         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8728         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8729         displayed of multipart/alternative part if it is invoked from summary
8730         buffer.
8731
8732         * mm-view.el (mm-inline-text-html-render-with-w3m)
8733         (mm-inline-text-html-render-with-w3m-standalone)
8734         (mm-inline-render-with-function): Use mail-parse-charset by default.
8735
8736 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8737
8738         * parse-time.el (parse-time-string-chars): Check if CHAR
8739         is less than the length of parse-time-syntax.
8740
8741 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8742
8743         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8744         from gnus-newsgroup-processable.
8745
8746 2007-04-16  Didier Verna  <didier@xemacs.org>
8747
8748         * gnus-msg.el (gnus-configure-posting-styles): Handle
8749         message-signature-directory properly with :file syntax.  Reported by
8750         "Leo".
8751
8752 2007-04-11  Didier Verna  <didier@xemacs.org>
8753
8754         New user option: message-signature-directory.
8755         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8756         * message.el (message-insert-signature): Ditto.
8757         * message.el (message-signature-file): Doc update.
8758         * message.el (message-signature-directory): New.
8759
8760 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8761
8762         * gnus-msg.el (gnus-inews-yank-articles): Use
8763         message-exchange-point-and-mark instead of exchange-point-and-mark.
8764
8765 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8766
8767         * message.el (message-yank-original): Make sure cited text ends with
8768         newline; don't exchange point and mark.
8769
8770 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8771
8772         * tls.el (open-tls-stream): Properly handle case where there
8773         is no associated buffer.
8774
8775 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8776
8777         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8778         message-yank-original, make sure (< mark TEXT point).
8779
8780 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8781
8782         * message.el (message-fill-column): New variable.
8783         (message-mode): Use it.  Add comment on a possible new hook.
8784
8785         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8786         (nnmail-get-new-mail): Reformat.
8787
8788         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8789
8790         * gmm-utils.el: Fix Commentary.
8791         (gmm-tool-bar-from-list): Fix typo in doc string.
8792
8793 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8794
8795         * message.el (message-yank-original): Don't switch point and mark
8796         unnecessarily to put point and mark as documented.
8797
8798 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8799
8800         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8801         from the message heads.
8802
8803 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8804
8805         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8806         article buffer does not have a window.  This may not be the best
8807         solution but is certainly better than setting the start of the null,
8808         that is the current, window.
8809
8810 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8811
8812         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8813         (gnus-draft-setup): Run it.
8814
8815         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8816         gnus-score-fast-scoring.  Allow regexp.
8817         (gnus-score-headers): Use it.
8818
8819         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8820         XEmacs.
8821
8822         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8823         string.
8824         (gnus-button-alist): Also catch `<f1> k ...'.
8825         (gnus-treat-display-x-face): Fix doc string.
8826
8827 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8828
8829         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8830         evaluation of gnus-extended-version to ensure correct generation of the
8831         User-Agent header when message-generate-headers-first is used.
8832
8833 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8834
8835         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8836         hashcash-path is nil.  Don't call callback with incorrect number of
8837         parameters if val is 0.
8838
8839 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8840
8841         * message.el (message-required-news-headers):
8842         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8843
8844 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8845
8846         * tls.el (open-tls-stream): In handshake-waiting loop,
8847         don't wait more if there is output available to process.
8848
8849 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8850
8851         * tls.el (tls-program): Doc fix.
8852
8853 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * message.el (message-generate-new-buffers): Change the meaning of the
8856         nil value; add `standard' to the choices; treat t as `unique'; improve
8857         doc string.
8858         (gnus-select-frame-set-input-focus): Autoload.
8859         (message-buffer-name): Search for the existing message buffer if
8860         message-generate-new-buffers is nil or `standard'; treat the value t of
8861         message-generate-new-buffers as `unique'.
8862         (message-pop-to-buffer): Raise the frame already displaying the message
8863         buffer; clear the echo area after querying.
8864         (message-setup): Pass the `continue' argument to compose-mail.
8865         (message-mail): Prefer `switch-function' if it is given; search for the
8866         existing message buffer if the `continue' argument is non-nil; pass
8867         continue and switch-function arguments to compose-mail by way of
8868         message-setup.
8869         (message-mail-other-window): Adjust argument of message-setup.
8870         (message-mail-other-frame): Ditto.
8871
8872 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8873
8874         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8875         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8876         to turn font-lock on when turning gnus-message-citation-mode on.
8877
8878 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8879
8880         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8881         (mml-smime-function-alist): New variable; add epg as the backend.
8882         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8883         mml-smime- functions instead.
8884         * mm-view.el: Require smime.
8885
8886 2007-03-05  Didier Verna  <didier@xemacs.org>
8887
8888         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8889         instead of just inheritance for posting styles.
8890         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8891
8892 2007-02-24  Chris Moore  <dooglus@gmail.com>
8893
8894         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8895         * pgg-pgp.el (pgg-pgp-encrypt-region):
8896         * pgg-gpg.el (pgg-gpg-encrypt-region):
8897         Check pgg-encrypt-for-me if no other recipients.
8898
8899 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8900
8901         * tls.el (tls-certtool-program): Fix custom type.
8902
8903 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8904
8905         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8906         and point-at-eol instead of line-(beginning|end)-position.
8907
8908         * assistant.el (assistant-parse-buffer): Ditto.
8909
8910         * netrc.el (netrc-parse-services): Ditto.
8911
8912 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8913
8914         * mml2015.el (mml2015-epg-find-usable-key): New function.
8915         (mml2015-epg-sign): Use it.
8916         (mml2015-epg-encrypt): Use it.
8917
8918 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8919
8920         * message.el (message-make-in-reply-to): Quote name containing
8921         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8922         if there are special characters.  Reported by NAKAJI Hiroyuki
8923         <nakaji@jp.freebsd.org>.
8924
8925 2007-02-27  Didier Verna  <didier@xemacs.org>
8926
8927         Include the group parameters as well as the topic ones in the
8928         inheritance filter process.
8929         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8930         argument GROUP-PARAMS-LIST.
8931         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8932
8933 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8934
8935         * nntp.el (nntp-never-echoes-commands)
8936         (nntp-open-connection-functions-never-echo-commands): New variables.
8937         (nntp-send-command): Use them.
8938
8939 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8940
8941         * mml2015.el (mml2015-epg-verify): Simplified.
8942
8943 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * mml.el (mml-content-disposition-alist): New user option.
8946         (mml-content-disposition): New function.
8947         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8948         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8949
8950 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8951
8952         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8953         verification.
8954
8955 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8956
8957         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8958         articles posted in the last 24 hours.
8959
8960 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8961
8962         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8963
8964 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8965
8966         * nntp.el (nntp-send-command): Don't wait for echoes when
8967         nntp-open-ssl-stream is used.
8968
8969 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8970
8971         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8972         (gnus-message-add-citation-keywords)
8973         (gnus-message-remove-citation-keywords): Remove.
8974         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8975         directly, make the variables in font-lock-defaults buffer-local, add
8976         gnus-message-citation-keywords to them and then update the value of
8977         font-lock-keywords.
8978
8979 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8980
8981         * message.el (message-cite-original-1): Don't call
8982         gnus-article-highlight-citation.
8983
8984         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8985         citations; fix line count.
8986
8987 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8988
8989         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8990         (gnus-message-add-citation-keywords)
8991         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8992         versions of font-lock-add-keywords and font-lock-remove-keywords to
8993         work with XEmacs correctly.
8994
8995 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8996
8997         * gnus-cite.el (gnus-cite-face-list): Set the values of
8998         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8999         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9000         (gnus-message-cite-prefix-regexp): New variable.
9001         (gnus-message-search-citation-line): Use it; protect against long
9002         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9003         the 0th match data for Emacs.
9004         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9005         (gnus-message-add-citation-keywords): Append keywords rather than
9006         prepending; emulate font-lock-add-keywords if it is not available.
9007         (gnus-message-remove-citation-keywords): Emulate
9008         font-lock-remove-keywords if it is not available.
9009
9010         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9011
9012         * message.el (message-cite-prefix-regexp): Set the value of
9013         gnus-message-cite-prefix-regexp.
9014
9015 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9016
9017         * nnweb.el (nnweb-google-parse-1): Update parser.
9018
9019 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9020
9021         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9022
9023 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9024
9025         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9026         regexp.
9027
9028 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9029
9030         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9031         string-to-multibyte.
9032         (uudecode-decode-region-internal): Use it.
9033
9034         * lpath.el: Fbind string-as-multibyte for XEmacs.
9035
9036 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9037
9038         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
9039         custom choice.
9040
9041         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9042
9043 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9044
9045         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9046
9047         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9048         `write-region' to respect `mm-inhibit-file-name-handlers'.
9049
9050 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9051
9052         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9053         Use gnus-home-directory instead of "~/" or "$HOME".
9054
9055 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9056
9057         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9058         to mention filename.
9059         Add comments at beginning regarding usage.
9060         (encrypt-write-file-contents): Change interactive so a string is
9061         acceptable.  If the file has no associated model, show an error instead
9062         of a nonsense prompt.
9063
9064 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9065
9066         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9067         Thanks to Yoshihiko Yamada for kind notification of this typo.
9068
9069 2007-01-12  Kenichi Handa  <handa@m17n.org>
9070
9071         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9072         multibyte buffer.
9073
9074 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9075
9076         * gnus-score.el (gnus-score-fast-scoring): New variable.
9077         (gnus-score-headers): Use it.
9078
9079         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9080
9081         * message.el (message-cite-original-1): Call
9082         gnus-article-highlight-citation if requested.
9083         (message-make-from): Allow name and address as optional arguments.
9084
9085         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9086
9087         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9088         bugs to doc string.
9089         (gnus-button-alist): Add mid\\|message-id.
9090         (gnus-button-fetch-group): Extend for use in
9091         `browse-url-browser-function'.
9092         (gnus-button-url-regexp): Try to catch paired parentheses like in
9093         Wikipedia URLs.
9094
9095         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9096         Suggested by Simon Krahnke <overlord@gmx.li>.
9097
9098 2007-01-13  Romain Francoise  <romain@orebokech.com>
9099
9100         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9101         Update copyright.
9102
9103 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9104
9105         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9106
9107 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9108
9109         * gnus-registry.el (gnus-registry-unfollowed-groups)
9110         (gnus-registry-split-fancy-with-parent): Fix documentation.
9111
9112 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9113
9114         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9115         from nnweb groups.
9116
9117 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9118
9119         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9120         Xref urls.  Erase buffer before requesting head.
9121
9122 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9123
9124         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9125         customizable.
9126
9127 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9128
9129         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9130         no signing key is found.
9131         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9132         no encrypting and/or signing key is found.
9133
9134 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9135
9136         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9137
9138 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9139
9140         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9141         headers read from disk with the ones newly found in the current search.
9142         This should no longer cause problems, because the article numbers in
9143         Gmane's `nov.php' output are ignored since the previous change.
9144
9145 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9146
9147         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9148
9149 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9150
9151         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9152         replace-regexp-in-string; bind url-version; fbind display-images-p and
9153         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9154         find-face and set-itimer-function for Emacs; bind itimer-list for
9155         Emacs.
9156
9157         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9158
9159 2007-01-01  Romain Francoise  <romain@orebokech.com>
9160
9161         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9162
9163 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9164
9165         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9166         `define-minor-mode' macro definition expanded properly.
9167         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9168         exclude it there.
9169
9170         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9171         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9172         `fboundp' test.
9173         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9174         This is OK to autoload in (S)XEmacs now.
9175
9176 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9177
9178         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9179         keystroke.
9180         (gnus-summary-limit-to-singletons): Fix typo.
9181
9182         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9183         else fails.
9184
9185 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9186
9187         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9188         docstring.
9189
9190         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9191         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9192         (gnus-summary-insert-dormant-articles): Fix typo in message.
9193
9194 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9195
9196         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9197         nil for XEmacs.
9198         (gnus-message-citation-mode): Don't autoload in XEmacs.
9199
9200         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9201
9202 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9203
9204         * nnimap.el (nnimap-expunge-search-string): Mention
9205         nnimap-search-uids-not-since-is-evil in docstring.
9206
9207 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9208
9209         * spam.el: Revert to make-obsolete-variable because
9210         define-obsolete-variable-alias is not supported in Emacs 21.
9211
9212         * spam.el (spam-ifile-path, spam-ifile-database-path)
9213         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9214         make-obsolete-variable.
9215         (spam-bsfilter-path, spam-bsfilter-program)
9216         (spam-spamassassin-path, spam-spamassassin-program)
9217         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9218         use "path" inappropriately.
9219         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9220         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9221         variable names.
9222
9223 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9224
9225         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9226         summary buffer.
9227
9228         * password.el (password-cache-remove): Use clear-string to burn
9229         password, if available.
9230
9231 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9232
9233         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9234
9235         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9236
9237         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9238         (gnus-message-highlight-citation): Move defcustom here from
9239         gnus-cite.el.
9240         (gnus-message-citation-mode): Autoload.
9241
9242         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9243         checks to make it compile with XEmacs.
9244         (gnus-message-citation-mode): New minor mode.
9245         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9246         (gnus-message-highlight-citation): New variables.
9247         (gnus-message-search-citation-line)
9248         (gnus-message-add-citation-keywords)
9249         (gnus-message-remove-citation-keywords)
9250         (turn-on-gnus-message-citation-mode)
9251         (turn-off-gnus-message-citation-mode): New functions.
9252
9253 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9254
9255         * gnus-cite.el: Enable highlighting of different citation levels in
9256         message-mode.
9257
9258 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9259
9260         * message.el (message-make-fqdn): Fix comment.
9261         (message-bogus-system-names): Add ".local".
9262
9263         * spam.el (spam-ifile-path, spam-ifile-program)
9264         (spam-ifile-database-path, spam-ifile-database)
9265         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9266         Don't use "path" inappropriately.
9267         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9268         strings.
9269         (spam-check-ifile, spam-ifile-register-with-ifile)
9270         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9271         new variable names.
9272
9273         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9274         (gnus-treat-display-smileys): Simplify using
9275         gnus-image-type-available-p.
9276
9277         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9278         available.
9279
9280         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9281         `display-images-p' if available.
9282
9283 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9284
9285         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9286         one after turning on the buffer's multibyteness instead of decoding
9287         them directly in the unibyte buffer that causes unexpected conversion
9288         in Emacs 23 (unicode).
9289
9290 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9291
9292         * message.el (message-generate-hashcash): Fix custom type.
9293
9294 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9297
9298 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9299
9300         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9301         disconnect icons.  Add help text.
9302
9303 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9304
9305         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9306         negated to be consistent with the others we handle.
9307
9308 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9309
9310         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9311         version of gnus-summary-buffer to something, so that we can use two
9312         article buffers at the same time.
9313
9314 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9315
9316         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9317         trigger all the extra headers.
9318         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9319         sorting.
9320
9321 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9322
9323         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9324         solid groups.
9325
9326 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9327
9328         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9329
9330 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9331
9332         * legacy-gnus-agent.el: Add Copyright notice.
9333
9334 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9335
9336         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9337
9338 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9341
9342         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9343         to make it work reliably in CVS Emacs.
9344         (gnus-summary-limit-strange-charsets-predicate)
9345         (gnus-summary-limit-to-predicate): New functions.
9346
9347 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9348
9349         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9350         specifying array size.
9351         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9352         array if it is too small.
9353         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9354         (gnus-sort-threads-loop): New function.
9355
9356 2006-12-06  Chris Moore  <dooglus@gmail.com>
9357
9358         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9359         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9360
9361 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9362
9363         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9364         options.
9365
9366 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9367
9368         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9369         DOS-ing the recipient.
9370
9371         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9372         the headers when creating the mapping to avoid mismappings.
9373         (nnweb-gmane-create-mapping): Always nix out old mapping.
9374
9375 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9376
9377         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9378         and mm-verify-option to never.
9379
9380 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9381
9382         * message.el (message-signed-or-encrypted-p): New function.
9383         (message-forward-make-body): Use it.
9384
9385         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9386         Replace encode-coding-string with mm-encode-coding-string.
9387
9388 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9389
9390         * nneething.el (nneething-decode-file-name): Replace
9391         decode-coding-string with mm-decode-coding-string.
9392
9393         * gnus-int.el (gnus-open-server): Say failed server's name.
9394
9395 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9396
9397         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9398         strings to a single string.  Quote `errors-file-name'.
9399         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9400         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9401         Adjust calls.  Use `shell-quote-argument'.
9402
9403 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9404
9405         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9406         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9407
9408         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9409         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9410         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9411         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9412         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9413         (gnus-subscribe-newsgroup, gnus-1):
9414         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9415         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9416         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9417         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9418
9419 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9420
9421         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9422         keystroke.
9423         (gnus-summary-limit-to-bodies): Implement headersp.
9424
9425 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9426
9427         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9428
9429 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9430
9431         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9432
9433 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9434
9435         * message.el (message-generate-hashcash): Expand range of values to
9436         include `opportunistic'.
9437         (message-send-mail): Use it.
9438
9439 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9440
9441         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9442         and comment it.
9443
9444         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9445
9446 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9447
9448         * gnus-util.el (gnus-extract-address-components): Improve comment.
9449
9450 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9451
9452         * gnus-util.el (gnus-extract-address-components): Work with address in
9453         which the name portion contains @.
9454
9455         * lpath.el: Fbind custom-autoload.
9456
9457 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9458
9459         * gnus.el (gnus-start): Move custom group up.
9460         (gnus-select-method): Don't autoload, but make it available for
9461         `customize-variable'.
9462         (gnus-getenv-nntpserver): Don't autoload.
9463
9464 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9465
9466         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9467
9468 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9469
9470         * message.el (message-sendmail-extra-arguments): New variable.
9471         (message-send-mail-with-sendmail): Use it.
9472
9473 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9474
9475         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9476         mm-with-unibyte-current-buffer to make string unibyte.
9477
9478         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9479         mm-string-as-multibyte.
9480
9481 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9482
9483         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9484         Reported by Werner Koch <wk@gnupg.org>.
9485
9486 2006-11-14  Daiki Ueno  <ueno@p360>
9487
9488         * mml2015.el: Autoload epa-select-keys when compiling.
9489
9490 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9491
9492         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9493         message-options.
9494         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9495
9496 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9497
9498         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9499         EasyPG (< 0.0.6).
9500         (mml2015-always-trust): New user option.
9501         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9502         prompt.
9503
9504 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9505
9506         * nntp.el (nntp-authinfo-force): New variable.
9507         (nntp-send-authinfo): Use it.
9508
9509 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9512         decode encoded words.  Improve prompt.  Add comment about forwarding.
9513         (message-replacement-char): Move up.
9514
9515 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9516
9517         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9518         instead of gnus-intersection because arguments of gnus-sorted-nunion
9519         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9520
9521 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9522
9523         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9524         (message-simplify-subject-functions): Enable
9525         message-strip-subject-encoded-words by default.
9526
9527 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9528
9529         * message.el (message-strip-subject-encoded-words): New function.
9530         (message-simplify-subject-functions): New variable.
9531         (message-simplify-subject): Use it.  Fix typo in doc string.
9532         Support message-strip-subject-encoded-words.
9533
9534 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9535
9536         * gnus-diary.el (gnus-diary-delay-format-function):
9537         * nndiary.el (nndiary-reminders):
9538         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9539
9540 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9541
9542         * gnus-art.el (article-hide-boring-headers): Fetch date from
9543         gnus-original-article-buffer to avoid problems with localized date
9544         strings.
9545
9546 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9547
9548         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9549
9550 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9551
9552         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9553         New variables.
9554         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9555         (mm-charset-synonym-alist): Move some entries to
9556         mm-codepage-iso-8859-list.
9557         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9558         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9559
9560 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9561
9562         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9563
9564 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9565
9566         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9567         with Emacs 21 and XEmacs.
9568
9569 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9570
9571         * spam.el (spam-parse-address): New function for better parsing,
9572         catching errors, etc.
9573         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9574
9575 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * mm-view.el: Add interactive arg to html2text autoload.
9578
9579 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9580
9581         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9582
9583 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9584
9585         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9586         variables.
9587         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9588         (mm-charset-synonym-alist): Move some entries to
9589         mm-codepage-iso-8859-list.
9590
9591         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9592
9593 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9594
9595         * message.el (message-citation-line-format)
9596         (message-insert-formated-citation-line): Fix implementation of %E, %N
9597         and %n according to the doc string.
9598
9599 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9600
9601         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9602         car-safe to avoid bad parses.
9603
9604 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9605
9606         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9607         names.
9608
9609         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9610
9611 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9612
9613         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9614         header.
9615
9616         * message.el (message-draft-headers): Add Date.
9617         (message-headers-to-generate): Fix typo in docstring.
9618
9619         * nndraft.el (nndraft-required-headers): New variable.
9620         (nndraft-generate-headers): Use it.
9621
9622         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9623
9624 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9625
9626         * gnus-registry.el (gnus-registry-wash-for-keywords)
9627         (gnus-registry-find-keywords): New functions to allow easy searching of
9628         articles that are in the registry.
9629
9630 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9631
9632         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9633         ietf-drums-parse-address instead of gnus-extract-address-components.
9634         Reported by Damien Elmes <damien@repose.cx>.
9635
9636 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9637
9638         * gnus.el (gnus-mime): Remove unused custom group.
9639
9640 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9641
9642         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9643         "blank line" when searching for end of armor headers.
9644
9645 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9646
9647         * gmm-utils.el (gmm-write-region): Fix variable name.
9648
9649 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9650
9651         * gmm-utils.el (gmm-write-region): New function based on compatibility
9652         code from `mm-make-temp-file'.
9653
9654         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9655
9656         * nnmaildir.el (nnmaildir--update-nov)
9657         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9658         Use `gmm-write-region'.
9659
9660 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9661
9662         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9663         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9664
9665         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9666
9667         * message.el (message-replacement-char): New variable.
9668         (message-fix-before-sending): Use it.
9669         (message-simplify-subject): New function to remove duplicate code.
9670         (message-reply, message-followup): Use it.
9671
9672         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9673         gnus-summary-limit-to-articles.
9674
9675 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gnus-util.el (gnus-with-local-quit): New macro.
9678
9679         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9680
9681 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9682
9683         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9684         ignore non-string data.
9685
9686 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9687
9688         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9689         non-string data (needs to be done in the registry too).
9690
9691 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9692
9693         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9694         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9695         (gnus-registry-split-fancy-with-parent)
9696         (gnus-registry-fetch-simplified-message-subject-fast)
9697         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9698         Remove text properties on ingress into the registry and when it's saved.
9699         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9700         registry from entries with no groups.
9701
9702 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9703
9704         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9705         function to remove string properties.
9706
9707 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9708
9709         * gmm-utils.el (gmm): Adjust custom version.
9710
9711         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9712         custom version.
9713
9714         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9715
9716 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9717
9718         * gnus-art.el (gnus-insert-prev-page-button)
9719         (gnus-insert-next-page-button): Simplify.  Reformat.
9720
9721 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9722
9723         * gnus-art.el (gnus-insert-prev-page-button)
9724         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9725
9726 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9727
9728         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9729
9730 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9731
9732         * gnus-art.el (gnus-insert-mime-button)
9733         (gnus-insert-mime-security-button):
9734         Apply gnus-article-button-face to MIME and security buttons.
9735
9736 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9737
9738         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9739         readable.
9740
9741 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9742
9743         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9744
9745 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9746
9747         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9748         `browse-url-of-file' instead of `browse-url'.
9749
9750 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9751
9752         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9753         regexp.  Articles containing quotation were cut prematurely.
9754
9755 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9756
9757         * message.el (message-cite-original-1): Use nobody by default for the
9758         value of From header.
9759         (message-reply): Ditto.
9760
9761 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9762
9763         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9764         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9765         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9766
9767 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9768
9769         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9770         mails in the doc string.  Add some URLs in comment.
9771         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9772
9773 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9776         backslashes handling and the way to find boundaries of quoted strings.
9777
9778 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9779
9780         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9781         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9782         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9783         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9784
9785 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9786
9787         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9788         doc string.
9789         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9790
9791 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9792
9793         * lpath.el: Fbind epg-check-configuration.
9794
9795 2006-09-06  Simon Josefsson  <jas@extundo.com>
9796
9797         * mml2015.el (mml2015-use): Doc fix, mention epg.
9798
9799 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9800
9801         * mml2015.el (mml2015-use): Default to epg, if available.
9802
9803 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9804
9805         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9806         message-sender.
9807         (mml1991-epg-encrypt): Ditto.
9808         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9809         message-sender.
9810         (mml2015-epg-encrypt): Ditto.
9811
9812 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9813
9814         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9815         several common directories.
9816
9817 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9818
9819         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9820         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9821
9822 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-art.el (article-decode-encoded-words): Make it fast.
9825
9826 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9827
9828         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9829
9830         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9831         in quoted string into `\'.
9832
9833 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9834
9835         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9836         Use standard-syntax-table.
9837
9838 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9839
9840         * gnus-art.el (gnus-decode-address-function): New variable.
9841         (article-decode-encoded-words): Use it to decode headers which are
9842         assumed to contain addresses.
9843         (gnus-mime-delete-part): Remove useless `or'.
9844
9845         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9846         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9847         (gnus-nov-parse-line): Use it to decode From header.
9848         (gnus-get-newsgroup-headers): Ditto.
9849         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9850
9851         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9852         (mail-decode-encoded-address-string): New alias.
9853
9854         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9855         New function.
9856         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9857         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9858         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9859         (rfc2047-decode-string): Ditto.
9860         (rfc2047-decode-address-region): New function.
9861         (rfc2047-decode-address-string): New function.
9862
9863 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9864
9865         * message.el (message-caesar-buffer-body): Allow rotating headers.
9866
9867         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9868
9869         * message.el (message-insert-formated-citation-line): Fix %f.
9870         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9871
9872 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9873
9874         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9875         (gnus-bookmark-mouse-available-p): New macro.
9876         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9877         (gnus-bookmark-bmenu-show-infos): Use it.
9878         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9879         (gnus-bookmark-bmenu-hide-infos): Ditto.
9880         (gnus-bookmark-remove-properties): New function.
9881         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9882         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9883         (gnus-bookmark-write-file): Bind coding-system-for-write.
9884         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9885         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9886         group before selecting it.
9887         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9888         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9889         quit-window if it is not available; use gnus-mouse-2 and bind it to
9890         gnus-bookmark-bmenu-select-by-mouse.
9891         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9892         (gnus-bookmark-bmenu-select-by-mouse): New function.
9893
9894 2006-08-13  Romain Francoise  <romain@orebokech.com>
9895
9896         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9897         space.
9898
9899 2006-08-10  Romain Francoise  <romain@orebokech.com>
9900
9901         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9902         (dns-mode-soa-auto-increment-serial): New user option.
9903         (dns-mode-soa-maybe-increment-serial): New function.
9904         (dns-mode): Add the latter to `write-contents-functions'.
9905
9906 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * compface.el (uncompface): Use binary rather than raw-text-unix.
9909
9910 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9911
9912         * compface.el (uncompface): Make sure the eol conversion doesn't take
9913         place when communicating with the external programs.  Reported by
9914         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9915
9916 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9917
9918         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9919
9920 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9921
9922         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9923         Make it more robust by parsing author and date independently.
9924
9925 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9926
9927         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9928
9929 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9930
9931         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9932         first matching secret key.
9933         (mml2015-epg-encrypt): Ditto.
9934
9935         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9936         first matching secret key.
9937         (mml1991-epg-encrypt): Ditto.
9938
9939         * mml2015.el (mml2015-encrypt-to-self): New user option.
9940         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9941         mml2015-epg-encrypt-to-self is set.
9942
9943         * mml1991.el (mml1991-encrypt-to-self): New variable.
9944         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9945         mml1991-epg-encrypt-to-self is set.
9946
9947         * mml2015.el (mml2015-signers): New user option.
9948         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9949         (mml2015-epg-encrypt): Allow to select signing keys.
9950
9951         * mml1991.el (mml1991-signers): New variable.
9952         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9953         (mml1991-epg-encrypt): Allow to select signing keys.
9954
9955 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * nnheader.el (nnheader-insert-head): Make it work even if the file
9958         uses CRLF for the line-break code.
9959
9960 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9961
9962         * mml2015.el: Require mml-sec instead of password.
9963         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9964         (mml2015-cache-passphrase): Inherit the default value from
9965         mml-secure-cache-passphrase.
9966         (mml2015-passphrase-cache-expiry): Inherit the default value from
9967         mml-secure-passphrase-cache-expiry.
9968
9969         * mml1991.el: Require mml-sec instead of password.
9970         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9971         (mml1991-cache-passphrase): Inherit the default value from
9972         mml-secure-cache-passphrase.
9973         (mml1991-passphrase-cache-expiry): Inherit the default value from
9974         mml-secure-passphrase-cache-expiry.
9975
9976         * mml-sec.el: Require password.
9977         (mml-secure-verbose): New user option.
9978         (mml-secure-cache-passphrase): New user option.
9979         (mml-secure-passphrase-cache-expiry): New user option.
9980
9981 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9982
9983         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9984         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9985         andreas@altroot.de (Andreas Vögele).
9986
9987         FIXME: Use `tiny change'?
9988
9989 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9990
9991         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9992         workaround for the url package included with Emacs.
9993
9994         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9995
9996 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9997
9998         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9999         correctly.  This fixes a bug caused by the 2006-05-12 change.
10000
10001 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10002
10003         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10004         some information about the error when saying that the `bogus' mail
10005         group will be used.
10006
10007 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10008
10009         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10010         string.
10011
10012 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10013
10014         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10015
10016 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10017
10018         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10019
10020 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10021
10022         * mml1991.el (mml1991-function-alist): Add epg.
10023         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10024         (mml1991-epg-encrypt): New functions.
10025
10026 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10027
10028         * mml2015.el (mml2015-verbose): New variable.
10029         (mml2015-cache-passphrase): Ditto.
10030         (mml2015-passphrase-cache-expiry): Ditto.
10031         (mml2015-function-alist): Add epg.
10032         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10033         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10034         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
10035         functions.
10036
10037 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10038
10039         * message.el (message-cite-original-1): Preserve region when removing
10040         quoted text due to X-No-Archive in order to avoid bogus attribution
10041         when citing multiple messages.
10042
10043 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10044
10045         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
10046         Kenneth Jacker <khj@be.cs.appstate.edu>.
10047
10048 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10049
10050         * gnus-diary.el (gnus-user-format-function-d)
10051         (gnus-user-format-function-D): Autoload.
10052
10053         * imap.el (Commentary): Fix typo.
10054
10055         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10056         2006-04-22 contribution.
10057
10058 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10059
10060         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10061         It didn't really fix the bogosity I'm seeing with solid web groups.
10062
10063 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10064
10065         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10066         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10067         created using server names.  If we use the feature without declaring
10068         it, Gnus does not properly manage server and group state.
10069
10070         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10071         bound.
10072
10073 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10074
10075         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10076         looking up the method using GROUP's prefix before inventing a new one.
10077         It is used on killed/unknown groups in various places where returning
10078         an all-new method isn't expected by the caller.
10079
10080         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10081         and match semantics of gnus-group-real-prefix.
10082
10083 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10084
10085         * nnmail.el (nnmail-broken-references-mailers): New variable.
10086         (nnmail-ignore-broken-references): New function generalizing
10087         nnmail-fix-eudora-headers.
10088         (nnmail-fix-eudora-headers): Now obsolete.
10089
10090         * gnus-art.el (gnus-button-handle-custom): Support
10091         `customize-apropos*'.
10092
10093 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10094
10095         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10096
10097         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10098         articles.
10099
10100 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10101
10102         * message.el (message-cite-reply-above): New variable.
10103         (message-yank-original): Use it.
10104
10105 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10106
10107         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10108
10109 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10110
10111         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10112         as read.
10113
10114         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10115
10116 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10117
10118         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10119         (gnus-bookmark-default-file): Use gnus-directory.
10120         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10121         Remove "*" in doc string.
10122         (gnus-bookmark-write-file): Simplify.
10123         (gnus-bookmark-maybe-sort-alist): Use `when'.
10124         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10125         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10126         FIXME about Emacs 21 and XEmacs compatibility.
10127         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10128         compatibility.
10129         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10130         compatibility.
10131         (gnus-bookmark-menu-heading): Fix version.
10132
10133 2006-06-19  Bastien Guerry  <bzg@altern.org>
10134
10135         * gnus-bookmark.el: New file.
10136
10137 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10138
10139         * message.el (message-syntax-checks): Doc fix.
10140
10141 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10142
10143         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10144         unsubscribed groups as if they were killed ones.  It causes duplicate
10145         entries in gnus-newsrc-alist.
10146
10147 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10148
10149         * message.el (message-syntax-checks): Doc fix.
10150         (message-send-mail): Add check for continuation headers.
10151         (message-check-news-header-syntax): Fix regexp used to check for
10152         continuation headers.
10153
10154 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10155
10156         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10157
10158 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10159
10160         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10161
10162 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10163
10164         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10165         default-truncate-lines.
10166
10167 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10170         to fill the utf-8 entry.
10171
10172         * lpath.el: Fbind unicode-precedence-list.
10173
10174 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10175
10176         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10177
10178 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10179
10180         * gnus-agent.el (directory-files-and-attributes): Move all the way
10181         forward (the third and final move).
10182         (gnus-agent-read-agentview): Trap reconstruction errors due to
10183         nonexistant directory.  Handle by returning nil.
10184
10185 2006-05-30  Didier Verna  <didier@xemacs.org>
10186
10187         * message.el (message-dont-reply-to-names): Update the custom type.
10188         * message.el (message-dont-reply-to-names): New defsubst: potentially
10189         convert a list of regexps into a single one.
10190         * message.el (message-get-reply-headers): Use it.
10191         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10192
10193 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10194
10195         * gnus-agent.el (directory-files-and-attributes): Move forward.
10196
10197 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10198
10199         * gnus-ml.el (gnus-mailing-list-subscribe)
10200         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10201         (gnus-mailing-list-message): Fix doc strings.
10202
10203 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10204
10205         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10206         of doing it manually.
10207
10208 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10209
10210         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10211         comment.
10212
10213 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10214
10215         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10216         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10217         (gnus-agent-read-local): All symbols allocated in my-obarray.
10218         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10219         (gnus-agent-regenerate-group): Check numeric names to see if they are
10220         messages or groups.
10221         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10222         better way of do this...)
10223
10224         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10225         'dummy.group' (there should be a better way of do this...)
10226
10227 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10228
10229         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10230         (gnus-saved-headers): Ditto.
10231         (gnus-default-article-saver): Mention functions may have properties.
10232         (gnus-article-save): Override gnus-save-all-headers and
10233         gnus-saved-headers by :headers property which saver function may have.
10234         (gnus-summary-save-in-file): Add :headers property.
10235         (gnus-summary-write-to-file): Ditto.
10236
10237         * gnus-sum.el (gnus-summary-save-article): Bind
10238         gnus-prompt-before-saving to t when saving many articles in a file;
10239         always show all headers.
10240
10241         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10242
10243 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10244
10245         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10246         marks.
10247
10248         * message.el (message-indent-citation): Add optional arguments to allow
10249         using it outside of message buffers.
10250
10251         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10252         (gnus-article-treat-unfold-headers): Use it.
10253         (gnus-article-truncate-lines): New variable.
10254         (gnus-article-mode): Use it.
10255         (gnus-article-toggle-truncate-lines): New function.
10256
10257         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10258         gnus-article-toggle-truncate-lines.
10259
10260         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10261         coding system in XEmacs, use binary.
10262
10263 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10264
10265         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10266         after-load-alist.
10267
10268         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10269         this function should save decoded articles.
10270         (gnus-summary-write-to-file): Use property to specify this function
10271         should save decoded articles and specify gnus-summary-save-in-file
10272         should be used to save articles other than the first one when saving
10273         many articles.
10274         (gnus-summary-save-body-in-file): Use property to specify this
10275         function should save decoded articles.
10276         (gnus-summary-write-body-to-file): Use property to specify this
10277         function should save decoded articles and specify
10278         gnus-summary-save-body-in-file should be used to save articles other
10279         than the first one when saving many articles.
10280
10281         * gnus-sum.el (gnus-summary-save-article): Simplify.
10282
10283 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10284
10285         * gnus-art.el (gnus-default-article-saver): Add
10286         gnus-summary-write-body-to-file.
10287         (gnus-article-save-coding-system): Don't use coding system object
10288         in XEmacs.
10289         (gnus-read-save-file-name): Add optional `dir-var' argument which
10290         specifies directory in which files are saved; work even if optional
10291         `variable' argument is not specified.
10292         (gnus-summary-write-to-file): Read file name.
10293         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10294         (gnus-summary-write-body-to-file): New function.
10295
10296         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10297         (gnus-summary-local-variables): Add it.
10298         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10299         (gnus-summary-save-article): Remove optional `decode' argument;
10300         determine whether to decode articles by the value of
10301         gnus-default-article-saver; when saving many files using
10302         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10303         it first and use gnus-summary-save-in-file or
10304         gnus-summary-save-body-in-file thereafter unless
10305         gnus-prompt-before-saving is always; move point to article which
10306         will be saved.
10307         (gnus-summary-save-article-file): Revert.
10308         (gnus-summary-write-article-file): Revert.
10309         (gnus-summary-save-article-body-file): Revert.
10310         (gnus-summary-write-article-body-file): New function.
10311
10312 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10313
10314         * gnus-art.el (gnus-default-article-saver): Doc fix.
10315         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10316         from gnus-summary-save-article-coding-system, and default to a
10317         certain coding system.
10318         (gnus-output-to-file): Add coding cookie and encode text according
10319         to gnus-article-save-coding-system; don't use mm-append-to-file.
10320
10321         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10322         gnus-art.el and rename to gnus-article-save-coding-system.
10323         (gnus-summary-save-article): Require gnus-art; don't show all
10324         headers if it decodes articles; don't add coding cookie here;
10325         don't bind mm-text-coding-system-for-write.
10326         (gnus-summary-save-article-file): Save decoded articles.
10327         (gnus-summary-write-article-file): When saving many files, use
10328         gnus-summary-write-to-file first and gnus-summary-save-in-file
10329         thereafter unless gnus-prompt-before-saving is always.
10330         (gnus-summary-save-article-body-file): Save decoded articles.
10331
10332         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10333
10334 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * nnrss.el (nnrss-check-group): Bind hash-index.
10337
10338 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10339
10340         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10341         its hash index.  Store this hash in `nnrss-group-data'.
10342         (nnrss-read-group-data): Update accordingly.
10343
10344 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10345
10346         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10347         entry.
10348
10349         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10350         gnus-article-browse-html-article.
10351
10352 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10353
10354         * gnus-sum.el (gnus-summary-mime-map): Add
10355         gnus-article-browse-html-article.
10356
10357         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10358
10359 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10360
10361         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10362         suitable coding systems in customize.
10363
10364 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * mail-source.el (mail-sources): Fix custom type.
10367
10368 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10369
10370         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10371         (gnus-summary-expire-articles-now): Shorten prompt.
10372
10373         * gmm-utils.el (wid-edit): Require.
10374         (defun-gmm): Renamed from `gmm-defun-compat'.
10375         (gmm-image-search-load-path): Use it.
10376         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10377
10378 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10381         variable.
10382         (gnus-summary-save-article): Add optional `decode' argument.  If
10383         it is set and gnus-summary-save-article-coding-system is non-nil,
10384         save decoded article.
10385         (gnus-summary-write-article-file): Save decoded article if
10386         gnus-summary-save-article-coding-system is non-nil.
10387
10388         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10389         type.
10390
10391 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10394
10395 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10396
10397         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10398         first to test gnus-single-article-buffer which may be buffer-local.
10399
10400         * gnus-sum.el (gnus-summary-setup-buffer): Make
10401         gnus-single-article-buffer buffer-local and nil in ephemeral
10402         group; make gnus-article-buffer, gnus-article-current, and
10403         gnus-original-article-buffer always buffer-local.
10404         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10405         group.
10406         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10407
10408 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10409
10410         * nnml.el (nnml-request-compact-group): Compressed files might not
10411         have .gz extension.
10412
10413 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10414
10415         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10416         (mm-copy-to-buffer): Use with-current-buffer.
10417         (mm-display-part): Simplify.
10418         (mm-inlinable-p): Add optional arg `type'.
10419
10420 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10421
10422         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10423         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10424         Try harder to show the attachment internally or externally using
10425         gnus-mime-view-part-as-type.
10426
10427 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10428
10429         * message.el (message-from-style, message-signature-separator)
10430         (message-user-organization-file, message-send-mail-function)
10431         (message-citation-line-function, message-yank-prefix)
10432         (message-indent-citation-function, message-signature)
10433         (message-signature-file, message-signature-insert-empty-line):
10434         Remove autoloads.
10435
10436         * gnus-art.el (gnus-buttonized-mime-types): Remove
10437         "multipart/signed".  Revert 2006-04-26 change.
10438
10439 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10440
10441         * gnus.el (gnus-version-number): Bump version.
10442
10443 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10444
10445         * gnus.el: No Gnus v0.5 is released.
10446
10447 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10448
10449         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10450         fetching articles by message-id.
10451
10452 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10453
10454         * message.el (hashcash): Require hashcash as normal.
10455
10456         * ecomplete.el (ecomplete-highlight-match-line): Use
10457         point-at-eol.
10458         (ecomplete-highlight-match-line): Use `highlight', because that
10459         face exists in both Emacs and XEmacs.
10460
10461         * message.el (message-display-abbrev): Use point-at-bol.
10462
10463         * mail-source.el: Don't require timer/timer-funcs.
10464
10465         * gnus-async.el: Ditto.
10466
10467         * password.el: Ditto.
10468
10469         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10470
10471         * mm-url.el: Ditto.
10472
10473         * gnus-xmas.el: Don't require timer-funcs.
10474
10475         * mm-util.el: Require timer/timer-funcs.
10476
10477 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10478
10479         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10480         Close.
10481
10482 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10485         unibyte after clear-decrypt function runs.
10486
10487         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10488         returns as a unibyte string.
10489
10490 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * lpath.el: Revert.
10493
10494         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10495         (pgg-gpg-process-sentinel): Revert.
10496
10497         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10498         (pgg-pgp-lookup-key): Revert.
10499
10500         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10501         (pgg-pgp5-lookup-key): Revert.
10502
10503         * pgg.el (pgg-fetch-key): Revert.
10504
10505 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10506
10507         * lpath.el: Fbind string-as-multibyte for XEmacs.
10508
10509         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10510         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10511         (mml1991-pgg-encrypt): Ditto.
10512
10513         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10514         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10515         a multibyte buffer.
10516
10517         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10518         (pgg-pgp-lookup-key): Ditto.
10519
10520         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10521         (pgg-pgp5-lookup-key): Ditto.
10522
10523         * pgg.el (pgg-fetch-key): Ditto.
10524
10525 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10526
10527         * message.el (message-user-organization-file): Check several
10528         locations of the organization file.
10529
10530         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10531         Add gnus-article-view-part-as-type.
10532
10533         * gnus-art.el (gnus-article-view-part-as-type): New function.
10534
10535         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10536         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10537
10538         * mml.el: Simplify autoload.
10539         (mml-mode): defvar dnd-protocol-alist instead of using
10540         symbol-value.
10541         (mml-default-directory): New variable.
10542         (mml-minibuffer-read-file): Use it.
10543         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10544
10545         * message.el (message-citation-line-format): New variable.
10546         (message-insert-formated-citation-line): New function.
10547         (message-citation-line-function): Add
10548         `message-insert-formated-citation-line' to custom type.
10549
10550         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10551         to doc string.
10552
10553         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10554         depending on mm-verify-option.
10555
10556 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10557
10558         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10559         binding pgg-* variables; reimplement the section which prevents
10560         MIME header from being signed.
10561         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10562         pgg-text-mode; remove a blank line at the top of body.
10563
10564         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10565         lines at the top of body; use gnus-newsgroup-charset if there's no
10566         Charset header.
10567
10568 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10569
10570         * message.el (message-self-insert-commands): Doc fix.
10571
10572         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10573         (mm-uu-pgp-encrypted-test): Ditto.
10574         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10575         between header and body; return application/pgp-encrypted handle
10576         if decryption failed; decode decrypted body by charset.
10577
10578         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10579         element match to application/pgp-*.
10580
10581 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10582
10583         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10584         HTML.
10585
10586 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10587
10588         * mail-source.el (mail-source-call-script): Message the error
10589         string.
10590
10591 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10592
10593         * gnus-util.el (gnus-byte-compile): Use it.
10594
10595 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10596
10597         * gnus-util.el (kill-empty-logs): New function.
10598
10599 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10600
10601         * message.el (message-mail-alias-type): Doc fix.
10602         (message-mail-alias-type-p): New function.
10603         (message-send): Use it.
10604         (message-mode): Ditto.
10605         (message-strip-forbidden-properties): Ditto.
10606
10607         * ecomplete.el (ecomplete-database-file-coding-system): New
10608         variable.
10609         (ecomplete-save): Use it.
10610         (ecomplete-setup): Use it.
10611
10612 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10613
10614         * message.el (message-self-insert-commands): New variable.
10615         (message-strip-forbidden-properties): Use it.
10616
10617 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10618
10619         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10620         that doesn't make XEmacs choke.
10621
10622 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10623
10624         * gnus-util.el (gnus-replace-in-string):
10625         Prefer replace-regexp-in-string over of replace-in-string.
10626
10627 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10628
10629         * gnus-util.el (gnus-select-frame-set-input-focus):
10630         Use select-frame-set-input-focus if it is available in XEmacs; use
10631         definition defined in Emacs 22 for old Emacsen.
10632
10633         * dgnushack.el: Autoload unmorse-region for XEmacs.
10634
10635         * lpath.el: Bind cursor-in-non-selected-windows and
10636         select-frame-set-input-focus for XEmacs.
10637
10638 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10639
10640         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10641
10642 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10643
10644         * gnus-registry.el (gnus-registry-cache-save): Remove text
10645         properties when saving via the temp buffer.
10646
10647 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * message.el (message-generate-hashcash): Honor custom type.
10650
10651 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10652
10653         * message.el (message-generate-hashcash): Default to non-nil when
10654         hashcash is found.
10655
10656         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10657         (gnus-refer-thread-limit): Increase default to 500.
10658
10659         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10660
10661         * flow-fill.el (fill-flowed): Allow delete-space.
10662
10663 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10664
10665         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10666         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10667         Remove autoloads.
10668
10669 2006-04-18  Simon Josefsson  <jas@extundo.com>
10670
10671         * message.el (message-generate-hashcash): Default to.
10672
10673 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10674
10675         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10676         concatenating segments rather than before concatenating them.
10677
10678 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10679
10680         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10681
10682 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10683
10684         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10685
10686         * message.el (message-forward-make-body-plain): Allow
10687         message-forward-ignored-headers to be a list.
10688         (message-remove-ignored-headers): Factor out into function.
10689         (message-forward-make-body-mml): Use it.
10690
10691         * imap.el (imap-quote-specials): New function.
10692         (imap-login-auth): Quote specials.
10693
10694         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10695         (rfc2231-parse-string): Allow concatanation of parameters that
10696         aren't contiguous.  The test case is
10697           (mail-header-parse-content-type "message/external-body;
10698             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10699             access-type=LOCAL-FILE;
10700             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10701
10702 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10703
10704         * nntp.el (nntp-accept-process-output): Return the value of
10705         `nnheader-accept-process-output'.
10706
10707 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10708
10709         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10710         (gnus-button-alist): Recognize more diff formats.
10711         (gnus-button-patch): Strip directory.
10712
10713 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10714
10715         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10716         Emacs 22 when setting focus.
10717
10718 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10719
10720         * gnus-art.el (gnus-article-treat-types): Do treatment of
10721         text/x-verbatim parts.
10722         (gnus-button-patch): New command.
10723
10724         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10725         addresses that contain invalid characters.
10726
10727 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10728
10729         * message.el (message-put-addresses-in-ecomplete): Use
10730         gnus-replace-in-string.
10731         (message-is-yours-p): Use the more correct
10732         mail-header-parse-address instead of
10733         mail-extract-address-components.
10734         (message-put-addresses-in-ecomplete): Fix typo.
10735
10736         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10737         keystroke.
10738
10739         * gnus-art.el (gnus-treatment-function-alist): Change order of
10740         newsgroups/generic header folding to avoid double-folding.
10741
10742         * message.el (message-hidden-headers): Add X-Draft-From.
10743
10744         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10745         command.
10746         (gnus-summary-repeat-search-article-backward): New command.
10747
10748         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10749         groups in the parent topic.
10750
10751 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10752
10753         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10754         (spam-extra-header-to-number): Return the CRM114 number as a
10755         number instead of a string.
10756
10757 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * gnus-art.el (gnus-face-properties-alist): Moved here from
10760         gnus-fun.
10761
10762         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10763
10764 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10765
10766         * message.el (message-strip-forbidden-properties): Only display on
10767         self-insert-command.
10768
10769         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10770         reindent.
10771         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10772
10773 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10774
10775         * smiley.el (smiley-style): Fix typo.
10776
10777 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10778
10779         * hashcash.el (hashcash-insert-payment-async-2): Use
10780         message-goto-eoh instead of doing it manually.
10781         (mail-add-payment): Use message-narrow-to-header instead of trying
10782         to do the same itself.
10783
10784         * message.el (message-hidden-headers): Add Face.
10785
10786         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10787         reparenting code.
10788         (gnus-summary-reparent-children): Refactored out code.
10789         (gnus-summary-thread-map): New keystroke.
10790         (gnus-summary-reparent-children): Make into command.
10791
10792         * smiley.el (smiley-style): Default to `medium' if using a large
10793         font.
10794
10795         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10796         does it itself.
10797
10798         * message.el (message-point-in-header-p): Simplify definition.
10799
10800 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10801
10802         * nnagent.el (nnagent-request-set-mark): Silence log file
10803         writing.
10804         (nnagent-request-set-mark): Use write-region instead of
10805         append-to-file.
10806
10807         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10808         strange select method.
10809
10810         * ecomplete.el (ecomplete-display-matches): Get highlightling
10811         right.
10812         (ecomplete-display-matches): Use literals.
10813         (ecomplete-display-matches): Disable message logging.
10814
10815         * message.el (message-display-abbrev): Small optimization.
10816
10817         * ecomplete.el (ecomplete-display-matches): Allow automatic
10818         display.
10819
10820         * message.el (message-strip-forbidden-properties): Display
10821         abbrevs.
10822         (message-display-abbrev): Get automatic display right.
10823
10824         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10825         keystrokes.
10826
10827 2006-04-13  Romain Francoise  <romain@orebokech.com>
10828
10829         TODO: Backport to v5-10!
10830
10831         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10832         Moved here (and renamed) from gnus-registry.el.
10833
10834         * gnus-registry.el: Require gnus-util.
10835         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10836
10837 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10838
10839         * gnus-group.el (gnus-group-catchup-current): Change
10840         if-then-else-if-then-else into cond.
10841         (gnus-group-catchup): Indent.
10842         (group-name-at-point): New function.
10843         (gnus-fetch-group): Provide default from thing at point.
10844
10845 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10846
10847         * message.el (message-display-abbrev): Fix regexp.
10848
10849         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10850         choosing.
10851         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10852         dead variables.
10853
10854         * message.el (message-newline-and-indent): Remove debugging.
10855         (message-display-abbrev): Use new implementation.
10856
10857 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10858
10859         * gnus-art.el (gnus-article-mode): Set
10860         cursor-in-non-selected-windows to nil.
10861
10862         * smiley.el: Revert previous change.
10863         (smiley-data-directory): defvar it before using it in the
10864         defcustom of `smiley-style'.
10865
10866 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10867
10868         * message.el (message-newline-and-indent): New function.
10869
10870         * ecomplete.el: Implement more bits.
10871
10872         * message.el (message-put-addresses-in-ecomplete): Clean up the
10873         string.
10874
10875         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10876
10877         * gnus-sum.el (gnus-summary-save-parts): Bind
10878         gnus-summary-save-parts-counter and use it to make unique file
10879         names.
10880
10881         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10882
10883         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10884         parameter to say whether to actually parse the individual
10885         addresses.
10886
10887         * message.el (message-put-addresses-in-ecomplete): New function.
10888         (ecomplete): Require.
10889         (message-mail-alias-type): Add ecomplete as an option.
10890
10891 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10892
10893         * flow-fill.el (fill-flowed): Remove trailing space from blank
10894         quoted lines.
10895
10896 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10897
10898         * smiley.el (smiley-style): Move definition later to avoid a
10899         compilation warning.
10900
10901 2006-04-12  Kenichi Handa  <handa@m17n.org>
10902
10903         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10904         buffer and then decode the buffer text if necessary.
10905         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10906         first, and after mm-encode-body, change the buffer to unibyte.
10907         Use mm-disable-multibyte instead of set-buffer-multibyte.
10908
10909 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10910
10911         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10912         Content-Type header instead of Content-Disposition header.
10913         (gnus-mime-inline-part): Ditto.
10914         (gnus-mime-view-part-as-charset): Ignore charset that the part
10915         specifies.
10916
10917         * mm-decode.el (mm-display-part): Work with external parts and
10918         usual parts similarly.
10919
10920         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10921         instead of gnus-display-mime.
10922
10923         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10924         instead of with-temp-buffer.
10925
10926         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10927         tag to summarized topics part in order to encode non-ASCII text.
10928
10929 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10930
10931         * smiley.el (smiley-style): New variable.
10932         (smiley-directory): New function.
10933         (smiley-data-directory): Derive from `smiley-style' using
10934         `smiley-directory'.
10935         (smiley-regexp-alist): Add new entries.
10936
10937         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10938         (gnus-article-browse-delete-temp): Add :version.
10939
10940 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10941
10942         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10943         the sieve region.
10944
10945 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10946
10947         * gnus.el (gnus-version-number): Bump version.
10948
10949 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10950
10951         * gnus.el: No Gnus v0.4 is released.
10952
10953 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10954
10955         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10956         layout.
10957
10958         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10959         unknown charset.
10960
10961         * message.el (message-header-synonyms): Add Original-To to the
10962         default.
10963
10964         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10965         optional parameter.
10966
10967 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10968
10969         * gnus-fun.el (gnus): Require it for gnus-directory.
10970
10971 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10972
10973         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10974
10975 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10976
10977         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10978
10979 2006-04-05  Simon Josefsson  <jas@extundo.com>
10980
10981         * password.el (password-reset): New function.
10982
10983 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10984
10985         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10986         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10987
10988 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10989
10990         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10991         Some whitespace was matched into the url, which broke browsing hits
10992         > 100 when mm-url-use-external was nil.
10993
10994 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10995
10996         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10997         gnus-extra-headers for 'Newsgroups.
10998
10999         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11000         bound.
11001
11002 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11003
11004         * pgg-gpg.el: Clean up process buffers every time gpg processes
11005         complete.
11006
11007 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11008
11009         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11010         doc string.
11011
11012 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11013
11014         * pgg-gpg.el (pgg-gpg-process-filter)
11015         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11016
11017         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11018         lines, temporary fix.
11019
11020 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11021
11022         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11023
11024 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11025
11026         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11027         default-enable-multibyte-characters.  This reverts the change from
11028         revision 6.17 which is no longer necessary because the passphrase
11029         is sent separately now.  GnuPG messages are unreadable under
11030         multibyte locales with default-enable-multibyte-characters set to
11031         nil.
11032
11033 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * message.el (message-tool-bar-gnome): Move "spell".
11036
11037 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11038
11039         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11040         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11041         instead.
11042
11043 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11044
11045         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
11046         newsgroups handling for NNTP overviews which don't include
11047         Newsgroups.
11048
11049 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11050
11051         * message.el (message-resend): Bind message-generate-hashcash to nil.
11052
11053 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11054
11055         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11056         when searching for already-paid recipients.
11057
11058 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11059
11060         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11061         passphrases when it is not needed.
11062         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11063         passphrase stuff from gpg, should only be necessary when you use
11064         gpg with a smartcard.
11065
11066 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11067
11068         * mml.el (mml-insert-mime): Ignore cached contents of
11069         message/external-body part.
11070
11071         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11072         (mm-insert-part): Ditto.
11073
11074 2006-03-23  Simon Josefsson  <jas@extundo.com>
11075
11076         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11077         Reiner.
11078         (pgg-gpg-use-agent-p): Use it again.
11079
11080 2006-03-23  Simon Josefsson  <jas@extundo.com>
11081
11082         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11083         older emacsen.
11084         (pgg-gpg-use-agent-p): Don't use it.
11085
11086 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11087
11088         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11089         if we can.
11090
11091 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11092
11093         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11094         (pgg-gpg-update-agent): New function.
11095         (pgg-gpg-use-agent-p): New function.
11096         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11097         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11098         (pgg-gpg-sign-region): Use it.
11099
11100 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11101
11102         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11103         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11104
11105 2006-03-21  Simon Josefsson  <jas@extundo.com>
11106
11107         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11108         <wilde@sha-bang.de>.
11109         (pgg-gpg-use-agent): New variable.
11110         (pgg-gpg-process-region): Use it.
11111         (pgg-gpg-encrypt-region): Likewise.
11112         (pgg-gpg-encrypt-symmetric-region): Likewise.
11113         (pgg-gpg-decrypt-region): Likewise.
11114         (pgg-gpg-sign-region): Likewise.
11115         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11116
11117 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11118
11119         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11120
11121         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11122         Add comment on version.
11123
11124 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11125
11126         * smiley.el: Add missing test smiley.
11127
11128 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11129
11130         * mm-decode.el (mm-with-part): New macro.
11131         (mm-get-part): Use it; work with message/external-body as well.
11132         (mm-save-part): Treat name and filename equally.
11133
11134         * mm-extern.el (mm-extern-cache-contents): New function.
11135         (mm-inline-external-body): Use it; force the part to be displayed;
11136         move undisplayer added to the cached handle to the parent.
11137
11138         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11139         (gnus-mime-view-part-as-type): Work with message/external-body.
11140
11141         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11142
11143 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11144
11145         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11146         images in image-load-path.  [Sync with image.el, revision 1.60, in
11147         Emacs.]
11148
11149 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11150
11151         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11152         path rather than symbol.  Always return list of directories.
11153         Guarantee that image directory comes first.  [Sync with image.el,
11154         revision 1.59, in Emacs.]
11155
11156         * message.el (message-make-tool-bar): Adjust to new API of
11157         `gmm-image-load-path-for-library'.
11158
11159         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11160
11161         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11162
11163 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11164
11165         * gnus-art.el (gnus-article-only-boring-p):
11166         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11167         intangible text.
11168         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11169
11170 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11171
11172         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11173         `defun' instead of `gmm-defun-compat'.
11174
11175 2006-03-14  Simon Josefsson  <jas@extundo.com>
11176
11177         * message.el (message-unique-id): Don't use message-number-base36
11178         if (user-uid) is a float.
11179         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11180
11181 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11182
11183         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11184
11185         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11186         empty line between a part and a message part.
11187
11188 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11189
11190         * smiley.el: Add more test smileys.
11191         (smiley-data-directory, smiley-regexp-alist)
11192         (gnus-smiley-file-types): Fix doc strings.
11193         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11194         adding new elements.
11195         (smiley-mouse-map): Unused code.  Make it a comment.
11196
11197 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11198
11199         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11200         scan latest NoCeM messages instead of old ones.
11201         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11202         delimiters that are recently used.
11203         (gnus-nocem-load-cache): Add autoload cookie.
11204
11205         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11206
11207         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11208         level which is larger than gnus-use-nocem is specified.
11209
11210         * gnus-group.el (gnus-group-get-new-news): Ditto.
11211
11212 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gnus-util.el (gnus-tool-bar-update): New function.
11215
11216         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11217         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11218
11219         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11220
11221         * gnus-group.el (gnus-group-redraw-when-idle)
11222         (gnus-group-redraw-check): Remove.
11223         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11224
11225 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11226
11227         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11228         if optional last element is specified in splits (FIELD VALUE...).
11229
11230 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11233         to gmm-image-load-path-for-library.  Call with no-error argument.
11234         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11235
11236         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11237
11238         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11239
11240         * gmm-utils.el (gmm-image-load-path): Remove alias.
11241
11242 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11243
11244         * gmm-utils.el (gmm-image-load-path): Add alias.
11245
11246         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11247         nnml-generate-nov-databases-1.
11248         (nnml-generate-nov-databases): Use it.
11249         (nnml-generate-nov-databases-directory): Document no-active
11250         argument.
11251
11252         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11253         directory if path is t.  Add no-error.
11254
11255         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11256         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11257
11258         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11259         resetting gnus-article-browse-html-temp-list.
11260
11261         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11262         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11263         Add example to docstring.  Rename local variables.  Move error
11264         checks to default case in cond and simplify.
11265
11266 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11267
11268         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11269         handle is multipart when calling it recursively.
11270         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11271
11272 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11273
11274         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11275         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11276
11277 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11278
11279         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11280         is loaded.
11281
11282         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11283         loaded.
11284
11285 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11286
11287         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11288         to "Emacs 23 (unicode)" in doc string.
11289
11290         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11291         "Emacs 23 (unicode)" in comment.
11292
11293 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11294
11295         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11296
11297         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11298         characters 160 through 255 in Emacs 23.
11299
11300 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11301
11302         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11303         gnus-article-browse-html-temp.
11304         (gnus-article-browse-delete-temp): Make it customizable.  Add
11305         `file'.  Adjust doc string.
11306         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11307         query for each file.  Adjust doc string.
11308         (gnus-article-browse-html-parts): Add
11309         `gnus-article-browse-delete-temp-files' to
11310         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11311
11312 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11313
11314         * gnus-art.el (gnus-article-browse-html-temp)
11315         (gnus-article-browse-delete-temp): New variables.
11316         (gnus-article-browse-delete-temp-files): New function.
11317         (gnus-article-browse-html-parts): Use it.
11318
11319 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11320
11321         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11322
11323         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11324         string.
11325
11326         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11327         gnus-summary-insert-new-articles when unplugged.  Remove
11328         gnus-summary-search-article-forward.
11329
11330         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11331         display-visual-class instead of display-color-cells.
11332
11333 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11334
11335         * dgnushack.el: Autoload customize-group for XEmacs.
11336
11337         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11338         message/* containing non-ASCII text properly.
11339
11340 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11341
11342         * message.el: Require gmm-utils, remove autoloads.
11343         (message-tool-bar): Set default based on
11344         gmm-tool-bar-style.
11345         (message-tool-bar-gnome): Add gmm-customize-mode.
11346
11347         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11348         gmm-tool-bar-style.
11349         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11350
11351         * gnus-group.el (gnus-group-tool-bar): Set default based on
11352         gmm-tool-bar-style.
11353         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11354
11355         * gmm-utils.el (gmm-image-directory): Rename variable from
11356         gmm-image-load-path.
11357         (gmm-image-load-path): Use gmm-image-directory.
11358         (gmm-customize-mode): New function.
11359         (gmm-tool-bar-style): New variable.
11360
11361         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11362         gnus-group-redraw-line-number.
11363         (gnus-group-redraw-check): Simplify.
11364         (gnus-group-tool-bar-update): Remove redraw check.
11365         (gnus-group-make-tool-bar): Add redraw check.
11366
11367 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11368
11369         * gnus-art.el (gnus-button): Add missing parentheses.
11370
11371 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * lpath.el: Fbind line-number-at-pos.
11374
11375 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11378
11379 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11380
11381         * gnus-art.el (gnus-button): New face.
11382         (gnus-article-button-face): Use it.
11383
11384         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11385         gnus-summary-next-page.  Re-order.
11386
11387         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11388         next-node are now included.
11389         (gnus-group-redraw-line-number): New internal variable.
11390         (gnus-group-redraw-check): Helper function for updating the tool
11391         bar.
11392         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11393
11394         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11395
11396         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11397         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11398         Use it to match format of Spamassassin 3.0 and later.  Reported by
11399         IRIE Tetsuya <irie@t.email.ne.jp>.
11400         (spam-check-bogofilter)
11401         (spam-bogofilter-register-with-bogofilter): Fix args of
11402         `gnus-error' calls.
11403
11404 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11405
11406         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11407         unnecessary interaction when sending queued mails.  Reported by
11408         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11409
11410 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11411
11412         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11413         first or last are nil.
11414
11415 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11416
11417         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11418
11419 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11422
11423 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11424
11425         * dns.el (query-dns): Protect more against buggy tcp output.
11426
11427 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11428
11429         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11430         nov.php.
11431
11432 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11433
11434         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11435         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11436         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11437         output on the server side.
11438         (nnweb-google-create-mapping): Update regexps and add some
11439         progress indication.
11440
11441 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11442
11443         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11444         gnus-agent-toggle-plugged.  Re-order icons.
11445         (gnus-group-tool-bar-gnome): Add
11446         gnus-group-{prev,next}-unread-group.
11447         (gnus-group-tool-bar-gnome): Re-order icons.
11448
11449         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11450         gnus-summary-insert-new-articles.
11451
11452         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11453         comments.
11454
11455         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11456         also available in Emacs 21.3.
11457
11458         * message.el (message-fix-before-sending): Change "Emacs 22" to
11459         "Emacs 23 (unicode)" in comment.
11460
11461         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11462         "Emacs 23 (unicode)" in comment.
11463
11464         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11465         comment.
11466         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11467
11468         * mm-view.el (mm-fill-flowed): Add :version.
11469
11470 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11471
11472         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11473         and load-path.
11474
11475 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * message.el: Autoload gmm-image-load-path.
11478         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11479         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11480         consitency.
11481
11482         * gmm-utils.el (gmm-image-load-path): Also search in
11483         "../etc/images".  Don't set gmm-image-load-path if we don't find
11484         the image.
11485
11486 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11487
11488         * gmm-utils.el (gmm-image-load-path): Don't make
11489         `gmm-image-load-path' include subdirectories which the second arg
11490         `image' might specify.
11491
11492         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11493         subdirectory to icon file names.
11494
11495         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11496
11497 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11500         gmm-image-load-path calls.
11501
11502         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11503
11504         * message.el (message-make-tool-bar): Ditto.
11505
11506         * mml.el (mml-preview): Added comment concerning tool bar icons.
11507
11508         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11509         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11510
11511         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11512         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11513
11514         * message.el (message-tool-bar-gnome): Use new icon names.
11515         (message-make-tool-bar): Use `gmm-image-load-path'.
11516
11517         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11518         functions from MH-E.
11519         (gmm-image-load-path): New variable from MH-E.
11520         (gmm-image-load-path): New function from MH-E.  Added arguments
11521         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11522         *-image-load-path-called-flag.
11523
11524 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11525
11526         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11527
11528 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11529
11530         * nnimap.el (nnimap-request-move-article): Change folder back to
11531         source group before deleting.
11532
11533 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11534
11535         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11536
11537         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11538         mm-url.
11539
11540         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11541
11542 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11543
11544         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11545         coding system which mm-charset-to-coding-system returns for a
11546         given charset is valid.
11547
11548 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11549
11550         * html2text.el (html2text-remove-tag-list):
11551         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11552
11553 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11554
11555         * gnus-cus.el: Revert 2005-10-17 change.
11556
11557 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11558
11559         * gnus-art.el (article-strip-banner): Call
11560         article-really-strip-banner only when the regexp match is made.
11561
11562 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11563
11564         * gnus-art.el (article-strip-banner): Use
11565         gnus-extract-address-components instead of
11566         mail-header-parse-addresses to make it work with non-ASCII text;
11567         remove mail-encode-encoded-word-string.
11568
11569         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11570         values which are surrounded with \"...\"; make it never cause a
11571         Lisp error; give up parsing of parameters if it failed in
11572         extracting type.
11573
11574 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11575
11576         * smime.el (smime-cert-by-ldap-1): Fix bug where
11577         `smime-ldap-search' returns results without userCertificates.
11578
11579 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11580
11581         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11582
11583 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11584
11585         * spam.el (spam-check-spamassassin-headers): Adapt format for
11586         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11587         <ari@mbf.ocn.ne.jp>.
11588         (spam-list-of-processors): Add spam-use-gmane.
11589
11590 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11591
11592         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11593         make-temp-file; make it work with XEmacs as well.
11594
11595         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11596         mm-make-temp-file.
11597
11598         * mm-decode.el (mm-display-external): Use the 3rd arg of
11599         mm-make-temp-file.
11600         (mm-create-image-xemacs): Ditto.
11601
11602 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11603
11604         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11605         with message-narrow-to-headers.
11606         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11607         (gnus-draft-check-draft-articles): New function.
11608         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11609
11610 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11611
11612         * gnus-art.el (gnus-article-browse-html-parts):
11613         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11614         Don't use suffix argument for mm-make-temp-file for Emacs 21
11615         compatibility.  Remove useless `format'.
11616
11617 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11618
11619         * nnweb.el (nnweb-google-wash-article): Update regexps.
11620         (nnweb-group-alist): Use defvoo instead of defvar.
11621
11622 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11623
11624         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11625         re-loading nn* modules.
11626
11627 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11628
11629         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11630         for `tool-bar-mode' and don't check it's default-value.
11631
11632         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11633
11634         * message.el (message-make-tool-bar): Ditto.
11635
11636         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11637         `substring'.  Shorten tmp-file name.
11638
11639         * gnus.el: Remove bogus comment.
11640
11641 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11642
11643         * gnus-art.el (gnus-article-browse-html-parts): New function.
11644         (gnus-article-browse-html-article): New function for viewing html
11645         articles with a browser.
11646
11647 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11648
11649         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11650         in elisp.
11651         (pgg-gpg-encrypt-symmetric-region): Ditto.
11652         (pgg-gpg-sign-region): Ditto.
11653
11654         * pgg-def.el (pgg-text-mode): New variable.
11655
11656         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11657         (mml2015-pgg-encrypt): Ditto.
11658
11659         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11660         (mml1991-pgg-encrypt): Ditto.
11661
11662 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11663
11664         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11665         message-make-date instead of current-time-string.
11666
11667         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11668         to gnus-decoded which mm-uu might set.
11669
11670 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11671
11672         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11673         don't decode quoted parameters; remove misimported Emacs code.
11674         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11675         (rfc2231-decode-encoded-string): Don't use split-string which
11676         behaves differently according to Emacs version; use
11677         mm-decode-coding-region to convert charset to coding-system.
11678         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11679         (rfc2231-encode-string): Remove misimported Emacs code.
11680
11681 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11682
11683         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11684         when calling mail-header-parse-content-type.
11685         (article-de-quoted-unreadable): Ditto.
11686         (article-de-base64-unreadable): Ditto.
11687         (article-wash-html): Ditto.
11688
11689         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11690         calling mail-header-parse-content-type and
11691         mail-header-parse-content-disposition.
11692         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11693         mail-header-parse-content-type.
11694
11695         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11696         insert charset and format parameters; encode description after
11697         inserting it to buffer.
11698         (mml-insert-parameter): Fold lines properly even if a parameter is
11699         segmented into two or more lines; change the max column to 76.
11700
11701         * rfc1843.el (rfc1843-decode-article-body): Don't use
11702         ignore-errors when calling mail-header-parse-content-type.
11703
11704         * rfc2231.el (rfc2231-parse-string): Return at least type if
11705         possible; don't cause an error even if it fails in parsing of
11706         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11707         (rfc2231-encode-string): Don't break lines at the beginning, leave
11708         it to mml-insert-parameter.
11709
11710         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11711         calling mail-header-parse-content-type.
11712
11713 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11714
11715         * spam-report.el (spam-report-gmane-use-article-number):
11716         Improve doc string.
11717         (spam-report-gmane-internal): Check if a suitable header was found
11718         in the article.
11719
11720 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11721
11722         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11723         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11724
11725 2006-02-05  Romain Francoise  <romain@orebokech.com>
11726
11727         Update copyright notices of all files in the gnus directory.
11728
11729 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11730
11731         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11732
11733 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11734
11735         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11736         segmented lines of parameter value to cope with Thunderbird 1.5
11737         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11738         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11739         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11740
11741 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11742
11743         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11744         parts.
11745
11746 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11747
11748         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11749         there's only one active file for all servers.
11750         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11751         solid groups.  Gnus might have used a FAST request to select the group.
11752         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11753         and nnweb-search redundantly in the active file.
11754         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11755         (nnweb-request-create-group): Don't use ARGS.
11756         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11757         initialisations.  Let nnoo do the work.
11758
11759 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11760
11761         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11762         Say the part has been decoded.
11763
11764         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11765
11766 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11767
11768         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11769         mailcap-viewer-test-cache when there's no 'test clause, since that
11770         will invert the meaning of a "nil" test previously determined by
11771         mailcap-mailcap-entry-passes-test.
11772
11773 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11774
11775         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11776         compiling.
11777
11778         * gnus-sum.el: Ditto.
11779
11780         * message.el: Don't bind tool-bar-map when compiling.
11781
11782 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11785
11786 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11787
11788         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11789         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11790         current Google Groups.
11791
11792 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11793
11794         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11795         and tool-bar-mode.
11796
11797         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11798         and tool-bar-mode.
11799
11800         * message.el (message-tool-bar-update): Simplify.
11801         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11802
11803         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11804         gnus-summary-buffer.
11805         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11806         gnus-summary-reply.
11807
11808         * gmm-utils.el (gmm): Add :version.
11809
11810 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11811
11812         * Makefile.in (clean): New rule.
11813         (distclean): Use it.
11814
11815 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11816
11817         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11818         autoload.
11819
11820 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * gmm-utils.el (gmm-verbose): Add :group.
11823
11824 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * message.el: Change some comments WRT tool-bars.
11827
11828         * gnus-sum.el (gnus-summary-tool-bar)
11829         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11830         (gnus-summary-tool-bar-zap-list): New variables.
11831         (gnus-summary-make-tool-bar): Complete rewrite using
11832         `gmm-tool-bar-from-list'.
11833
11834         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11835         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11836         variables.
11837         (gnus-group-make-tool-bar): Complete rewrite using
11838         `gmm-tool-bar-from-list'.
11839         (gnus-group-tool-bar-update): New function.
11840
11841         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11842
11843 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11844
11845         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11846         is dissected into a single part of which the type is the same as
11847         the given one; decode charset.
11848
11849 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11850
11851         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11852         into alists as symbol not string, since that's what
11853         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11854         look for.
11855
11856 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11857
11858         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11859         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11860
11861         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11862
11863 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11864
11865         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11866         (gnus-xmas-mime-security-button-menu): New function.
11867
11868         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11869         (gnus-mime-security-button-menu): New definition.
11870         (gnus-mime-security-button-map): Use them.
11871         (gnus-mime-security-button-menu): New function.
11872         (gnus-insert-mime-security-button): Addition to help echo.
11873         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11874         (gnus-mime-security-pipe-part): New functions.
11875
11876         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11877         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11878
11879         * mm-decode.el (mm-handle-set-disposition): Remove.
11880         (mm-handle-set-description): Remove.
11881
11882 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11883
11884         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11885         (mm-w3m-standalone-supports-m17n-p): New function.
11886         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11887         w3m usage.
11888
11889         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11890         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11891
11892 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * message.el (message-tool-bar-zap-list): Use
11895         gmm-tool-bar-zap-list as custom type.
11896         (message-tool-bar-update): New function.
11897         (message-tool-bar, message-tool-bar-gnome)
11898         (message-tool-bar-retro): Add message-tool-bar-update.
11899         (message-tool-bar-gnome): Add flyspell-buffer.
11900
11901         * gnus-util.el (gnus-error): Describe `args'.
11902
11903         * gmm-utils.el (gmm-error): Describe `args'.
11904         (gmm-tool-bar-zap-list): New widget.
11905         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11906
11907 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11908
11909         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11910         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11911         the number of recursive calls.
11912
11913         * mm-decode.el (mm-handle-set-disposition): New macro.
11914         (mm-handle-set-description): New macro.
11915
11916 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11917
11918         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11919         encoding.
11920
11921 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11922
11923         * message.el (message-tool-bar-zap-list, message-tool-bar)
11924         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11925         (message-tool-bar-local-item-from-menu): Remove.
11926         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11927         (message-make-tool-bar): New function.
11928         (message-mode): Use `message-make-tool-bar'.
11929
11930         * gmm-utils.el: New file.
11931         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11932         (gmm-lazy): New widget copied from `nnmail.el'.
11933         (gmm-tool-bar-from-list): New function for creating customizable
11934         tool bars.
11935         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11936         output.
11937         (gmm): Add :prefix to defgroup.
11938
11939 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11940
11941         * gmm-utils.el (gmm-widget-p): New function.
11942
11943 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11944
11945         * mml.el (mml-attach-file): Describe `description' in doc string.
11946         (mml-menu): Add Emacs MIME manual and PGG manual.
11947
11948 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11949
11950         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11951
11952 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11953
11954         * nntp.el (nntp-end-of-line): Doc fix.
11955
11956 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11957
11958         * imap.el (imap-open): Handle case where buffer is a buffer
11959         object.
11960
11961 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11962
11963         * gnus-delay.el (gnus-delay): Don't autoload.
11964         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11965         to be re-loaded when customizing the `gnus-delay' group.
11966
11967 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11968
11969         * message.el (message-insert-citation-line): Use newlines.
11970
11971 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11972
11973         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11974         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11975         these routines, so the passphrase can be managed externally and
11976         passed in to the system.
11977         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11978         pgg-add-passphrase-to-cache function.
11979
11980         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11981         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11982         these routines, so the passphrase can be managed externally and
11983         passed in to the system.
11984         (pgg-pgp5-sign-region): Use new name of
11985         pgg-add-passphrase-to-cache function.
11986
11987 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11988
11989         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11990         part of the decoded armor to find the key-identifier.
11991         (pgg-gpg-lookup-key-owner): New function to return the
11992         human-readable identifier of a key owner.
11993         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11994         itself.
11995         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11996         the key value) if we have a key and can match it against a secret
11997         key.  Also, added a note pointing out fact that the prompt only
11998         indicates the first matching key.
11999
12000         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12001         pgg-decrypt-region.
12002         (pgg-add-passphrase-to-cache): Rename from
12003         `pgg-add-passphrase-cache' to reduce confusion (all callers
12004         changed).
12005         (pgg-remove-passphrase-from-cache): Rename from
12006         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12007         changed).
12008         (pgg-read-passphrase, pgg-add-passphrase-cache)
12009         (pgg-remove-passphrase-cache): Add informative docstrings.
12010         (pgg-decrypt): Convey provided passphrase in subordinate call to
12011         pgg-decrypt-region.
12012
12013 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12014
12015         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12016         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12017         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12018         'passphrase' argument, so the passphrase can be managed externally
12019         and then passed in to the system.
12020
12021         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12022         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12023         so the passphrase cache can be used reliably with identifiers
12024         besides a pgp packet's key id.
12025
12026         * pgg-gpg.el (pgg-gpg-encrypt-region)
12027         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12028         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12029         these routines, so the passphrase can be managed externally and
12030         passed in to the system.
12031
12032         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12033         'notruncate' argument, so the passphrase cache can be used
12034         reliably with identifiers besides a pgp packet's key id.
12035
12036 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12037
12038         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12039         symmetric encryption.
12040         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12041         encrypted session key.
12042         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12043         message ask for the passphrase in a proper way.
12044
12045         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12046         New user commands for symmetric encryption.
12047
12048 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12049
12050         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12051
12052         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12053
12054 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12055
12056         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12057
12058 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12059
12060         * mm-decode.el (mm-inlined-types): Add application/pgp.
12061         (mm-automatic-display): Ditto.
12062
12063         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12064         part as text.
12065
12066 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12067
12068         * nnrss.el: Update copyright.
12069         (nnrss-opml-import): Query whether to subscribe to each entry.
12070
12071         * gnus-art.el:
12072         * gnus-sum.el:
12073         * gnus-xmas.el:
12074         * messagexmas.el:
12075         * mm-uu.el:
12076         * mm-view.el: Update copyright.
12077
12078 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12079
12080         * message.el (message-info): New function.
12081         (message-mode-menu): Add it.
12082         Update copyright.
12083
12084         * ChangeLog: Fix and update copyright.
12085
12086 2006-01-13  Romain Francoise  <romain@orebokech.com>
12087
12088         * message.el (message-forward-subject-name-subject): Prefer the
12089         address to 'nowhere' if the sender has no name.
12090         Fix typo.  Update copyright year.
12091
12092 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12093
12094         * gnus-art.el (article-wash-html): Use
12095         gnus-summary-show-article-charset-alist if a numeric arg is given.
12096         (gnus-article-wash-html-with-w3m-standalone): New function.
12097
12098         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12099         mm-inline-text-html-render-with-w3m-standalone.
12100         (mm-text-html-washer-alist): Map w3m-standalone to
12101         gnus-article-wash-html-with-w3m-standalone.
12102         (mm-inline-text-html-render-with-w3m-standalone): New function.
12103
12104 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12105
12106         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12107         Improve LaTeX.
12108
12109 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12110
12111         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12112         (nnrss-request-article): Render text/plain parts as HTML.
12113
12114         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12115         the buffer.
12116
12117 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12118
12119         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12120         custom definition of `gnus-posting-styles'.
12121
12122         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12123         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12124
12125 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12126
12127         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12128         Use nntp for bug archive.
12129
12130 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12131
12132         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12133         parts.
12134         (nnrss-normalize-date): New function converts ISO 8601 date into
12135         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12136         (nnrss-check-group): Use it.
12137
12138 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12139
12140         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12141
12142         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12143         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12144         (nnrss-insert-w3): Ditto.
12145
12146 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12147
12148         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12149         the articles to be forwarded including the case where neither a
12150         number of articles nor a region is specified.
12151
12152 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12153
12154         * nnrss.el (nnrss-request-article): Fix last change; fill
12155         text/plain parts.
12156
12157 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12158
12159         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12160         in text/plain part.
12161         (nnrss-check-group): Don't add excessive newline to dc:subject.
12162
12163 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12164
12165         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12166         article.
12167
12168 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12169
12170         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12171         (nnml-use-compressed-files, nnml-save-mail): Support other
12172         comression programs such as bzip2.
12173
12174 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12175
12176         * dns.el (query-dns): Make sure we check the buffer size before
12177         removing tcp headers.
12178
12179 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12180
12181         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12182         remove MIME buttons associated with multipart/alternative parts.
12183         (gnus-mime-display-alternative): Tag buttons using `article-type'
12184         text property.
12185
12186         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12187         associated with multipart/alternative parts.
12188
12189         * gnus-art.el (gnus-signature-separator): Fix custom type.
12190
12191         * mm-decode.el (mm-inlined-types): Fix custom type.
12192         (mm-keep-viewer-alive-types): Ditto.
12193         (mm-automatic-display): Ditto.
12194         (mm-attachment-override-types): Ditto.
12195         (mm-inline-override-types): Ditto.
12196         (mm-automatic-external-display): Ditto.
12197
12198 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12199
12200         * spam-report.el (spam-report-user-mail-address)
12201         (spam-report-user-agent): New variables.
12202         (spam-report-url-ping-plain): Use spam-report-user-agent.
12203
12204 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12205
12206         * gnus-art.el (gnus-button-handle-custom): Do not just use
12207         `customize-apropos' for any "M-x customize-*" button but the
12208         function called for.  Accept both the function name and its
12209         argument in order to achieve this.
12210         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12211         function name to `gnus-button-handle-custom' in case of "M-x
12212         customize-*" buttons.
12213
12214 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12215
12216         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12217         multipart/alternative and add xref to mm-discouraged-alternatives
12218         in doc string.
12219
12220         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12221         gnus-buttonized-mime-types in doc string.
12222
12223 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12224
12225         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12226         Suggest image/.* in the doc string.
12227
12228 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12229
12230         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12231         message-marks (Debian bug #342521).
12232
12233 2005-12-12  Simon Josefsson  <jas@extundo.com>
12234
12235         * password.el (password-read-from-cache): Add.
12236         (password-read): Use it.
12237
12238 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12239
12240         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12241         us-ascii as a MIME charset.
12242
12243         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12244         against the case where the 2nd arg TYPE is nil.
12245
12246 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12247
12248         * pop3.el (pop3-stream-type): Fix custom version.
12249
12250         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12251
12252 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12253
12254         * mm-decode.el (mm-display-external): Add missing cdr.
12255
12256 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12259         RFC1524) if it is in mailcap or add a suffix according to
12260         mailcap-mime-extensions when generating a temp filename; postpone
12261         deleting a temp file for 2 seconds for some wrappers, shell
12262         scripts, and so on, which might exit right after having started a
12263         viewer command as a background job.
12264
12265 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * nntp.el (nntp-marks-directory): Fix custom group.
12268
12269         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12270         steps when < 10.
12271
12272         * gnus-start.el (gnus-no-server-1): Mention
12273         `gnus-level-default-subscribed' in doc string.
12274
12275 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12276
12277         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12278         parens.
12279
12280 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * gnus-xmas.el (gnus-use-toolbar): Revert.
12283         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12284         gnus-use-toolbar is default.
12285
12286         * messagexmas.el (message-use-toolbar): Revert.
12287         (message-setup-toolbar): Use global default-toolbar if
12288         message-use-toolbar is default.
12289
12290 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12291
12292         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12293         according to default-toolbar-visible-p.
12294
12295         * messagexmas.el (message-use-toolbar): Ditto.
12296
12297 2005-11-26  Dave Love  <fx@gnu.org>
12298
12299         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12300         (tls-program, tls-success): Provide openssl alternative.
12301
12302         * starttls.el: Doc fixes.
12303         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12304         SERVICE to PORT.
12305
12306         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12307         port null or service name.
12308         (starttls-negotiate): Autoload.
12309
12310 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * message.el (message-kill-to-signature): Fix interactive spec.
12313
12314 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12315
12316         * pop3.el (pop3-open-server): Recognize a string as a service name.
12317
12318 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12319
12320         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12321
12322 2005-11-23  Dave Love  <fx@gnu.org>
12323
12324         Add pop3s, pop3/starttls.
12325
12326         * pop3.el (pop3-authentication-scheme): Clarify doc.
12327         (open-tls-stream, starttls-open-stream): Autoload.
12328         (pop3-stream-type): New.
12329         (pop3-open-server): Use it.
12330
12331         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12332         for POP.
12333         (mail-source-keyword-map): Add :stream for POP.
12334         (mail-source-fetch-pop): Use pop3-stream-type.
12335
12336 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12337
12338         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12339         of current-time-string.
12340
12341 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12342
12343         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12344         date header.
12345
12346 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12347
12348         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12349         it can seriously impact performance as it bypasses the agent's
12350         local caches.
12351
12352 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12353
12354         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12355         must be explicitly online rather than "not explicitly offline" for
12356         its flags to be synchronized.
12357
12358         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12359         that gnus-uu-unmark-thread will function correctly.
12360
12361         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12362         1024K is instead displayed as 1M.
12363
12364 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12365
12366         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12367
12368 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12369
12370         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12371
12372 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12373
12374         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12375         error message to display actual error condition.
12376         (gnus-agent-save-local): Avoid saving symbols that are bound to
12377         nil as they simply result in a warning message in
12378         gnus-agent-read-local.
12379
12380 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12381
12382         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12383         rather than make-variable-buffer-local for file-precious-flag.
12384
12385 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12386
12387         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12388         for duplicates which are removed.  The invalid sort check then
12389         triggers a rescan after the sort as sorting may have moved
12390         duplicate entries such that they can be cheaply detected.
12391
12392 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12393
12394         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12395
12396 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12397
12398         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12399         internal variable to a custom variable.  Changed default value
12400         from compressed(2) to uncompressed(1).
12401         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12402         support for uncompressed agentview files.  Taken together, reading
12403         the agentview file should now be 6-7 times faster.
12404
12405 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12406
12407         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12408         as a buffer-local variable.  This avoids creating truncated
12409         dribble files as a result of a hang up, eg.
12410
12411 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12412
12413         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12414         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12415         XEmacs.
12416
12417 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12418
12419         * gnus-start.el (gnus-start-draft-setup): Enforce
12420         `gnus-draft-mode' for nndraft:drafts at startup.
12421
12422         * gnus.el (gnus-splash): Change custom group.
12423         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12424         allow-list argument.
12425
12426         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12427         string.
12428
12429 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12430
12431         * gnus-art.el (gnus-default-article-saver): Add user-defined
12432         `function' to custom type.
12433
12434 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12435
12436         * imap.el (imap-open): Handle case where buffer is a buffer
12437         object.
12438
12439 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12440
12441         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12442         long lines.
12443         (gnus-cache-delete-group): Wrap doc strings.
12444
12445         * gnus-agent.el (gnus-agent-rename-group)
12446         (gnus-agent-delete-group): Wrap doc strings.
12447
12448 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12449
12450         * messagexmas.el (message-use-toolbar): Change the valid values
12451         into default, top, bottom, left, and right.
12452         (message-toolbar-thickness): New variable.
12453         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12454         well.
12455         (message-setup-toolbar): Make it work.
12456
12457         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12458         (gnus-use-toolbar): Change the valid values into default, top,
12459         bottom, left, and right.
12460         (gnus-toolbar-thickness): New variable.
12461         (gnus-xmas-setup-toolbar): New function.
12462         (gnus-xmas-setup-group-toolbar): Use it.
12463         (gnus-xmas-setup-summary-toolbar): Use it.
12464
12465 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12466
12467         * gnus-start.el (gnus-1): Add "native" to
12468         gnus-predefined-server-alist.
12469
12470         * gnus.el (gnus-method-to-server): Don't add "native" to the
12471         lists here, because that leads to problems when
12472         gnus-select-method is bound.
12473
12474 2005-11-09  Simon Josefsson  <jas@extundo.com>
12475
12476         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12477         use (not sort-by-date) instead.
12478
12479 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12480
12481         * gnus-delay.el (gnus-delay-group): Don't autoload.
12482         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12483         to be re-loaded when customizing the `gnus-delay' group.
12484
12485 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12486
12487         * message.el: Revert last changes.
12488         (message-insert-citation-line): Use newlines.
12489
12490 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12491
12492         * message.el (message-courtesy-message)
12493         (message-mark-insert-begin, message-mark-insert-end)
12494         (message-elide-ellipsis, message-cancel-message)
12495         (message-add-header, message-change-subject)
12496         (message-cross-post-followup-to-header)
12497         (message-cross-post-insert-note, message-reduce-to-to-cc)
12498         (message-widen-reply, message-delete-not-region)
12499         (message-kill-to-signature, message-insert-signature)
12500         (message-insert-importance-high, message-insert-importance-low)
12501         (message-insert-or-toggle-importance)
12502         (message-insert-disposition-notification-to)
12503         (message-indent-citation, message-yank-original)
12504         (message-cite-original-without-signature, message-cite-original)
12505         (message-insert-citation-line, message-position-on-field)
12506         (message-fix-before-sending, message-send-mail-partially)
12507         (message-send-mail, message-send-mail-with-sendmail)
12508         (message-send-mail-with-qmail, message-send-news)
12509         (message-check-news-header-syntax, message-generate-headers)
12510         (message-insert-courtesy-copy, message-fill-address)
12511         (message-fill-header, message-shorten-references)
12512         (message-setup-1, message-cancel-news)
12513         (message-forward-make-body-plain, message-forward-make-body-mime)
12514         (message-forward-make-body-mml, message-encode-message-body)
12515         (message-forward-make-body-digest-plain)
12516         (message-forward-make-body-digest-mime)
12517         (message-use-alternative-email-as-from): Insert `hard-newline'
12518         instead of ordinary newlines.
12519
12520 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12521
12522         * message.el (message-generate-headers): Downcase the argument
12523         given to message-check-element.
12524
12525 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12526
12527         * nntp.el (nntp-authinfo-rejected): New error condition.
12528         (nntp-wait-for): Use new error condition to signal authentication
12529         error.
12530         (nntp-retrieve-data): Rethrow new error condition to break out of
12531         recursive call to nntp-send-authinfo.
12532
12533 2005-11-08  Romain Francoise  <romain@orebokech.com>
12534
12535         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12536         (gnus-summary-exit-map): Bind to `Z p'.
12537         (gnus-summary-make-menu-bar): Add menu item.
12538
12539 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12540
12541         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12542         (gnus-treat-*): Add `first' in all doc strings.
12543
12544         * gnus-group.el (gnus-group-compact-group): Fix typo.
12545
12546 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12547
12548         * gnus.el (gnus-parameters-case-fold-search): New variable.
12549         (gnus-parameters-get-parameter): Use it.
12550
12551         * gnus-score.el (gnus-home-score-file): Doc fix.
12552
12553 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12554
12555         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12556
12557 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12558
12559         * mm-util.el (mm-special-display-p): New function.
12560
12561         * mml.el (mml-preview): Use it; doc fix.
12562
12563 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12564
12565         * imap.el (imap-open): Handle case where buffer is a buffer object.
12566
12567 2005-10-29  Romain Francoise  <romain@orebokech.com>
12568
12569         * message.el (message-fix-before-sending): Fix comment.
12570
12571 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12572
12573         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12574
12575 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12576
12577         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12578         Used in gnus-score.el.
12579
12580 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12583
12584 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12585
12586         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12587         whitespace removed in revision 7.8.  Use concatenated string to
12588         protect trailing whitespace.
12589
12590 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12591
12592         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12593         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12594         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12595         Courier IMAP ("some version from 2004").  Mostly based on similar
12596         code in the same function.
12597
12598 2005-10-26  Didier Verna  <didier@xemacs.org>
12599
12600         * gnus-group.el (gnus-group-compact-group): Invalidate original
12601         article buffer.
12602         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12603         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12604         NOV database and in article itself.
12605         Invalidate article backlog.
12606
12607 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12608
12609         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12610
12611 2005-10-26  Simon Josefsson  <jas@extundo.com>
12612
12613         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12614         part of 2004-07-25 change.
12615
12616 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12617
12618         * message.el (message-display-completion-list): New function.
12619         (message-expand-group): Use it; make sure the Completions buffer
12620         is modifiable.
12621 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12622
12623         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12624         user-mail-name is an empty string.
12625
12626 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12629         depending on gnus-score-decay-constant.
12630
12631         * encrypt.el (encrypt-insert-file-contents)
12632         (encrypt-write-file-contents): Don't use `gnus-message'.
12633
12634         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12635         arguments.
12636         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12637         arguments to mm-uu-verbatim-marks-extract.
12638         (mm-uu-hide-markers): New variable.
12639         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12640
12641         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12642         (gnus-convert-image-to-face-command): Use "convert" by default to
12643         allow other input image formats.
12644         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12645         accordingly.
12646
12647 2005-10-23  Simon Josefsson  <jas@extundo.com>
12648
12649         * imap.el (imap-gssapi-program): Align command line parameters
12650         with latest GNU SASL.
12651         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12652
12653 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12654
12655         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12656         HTML.
12657         (nnslashdot-request-article): Ditto.
12658
12659         * lpath.el (featurep): Add nobreak-char-display.
12660
12661 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12662
12663         * mail-source.el (mail-source-fetch-pop): Require pop3.
12664         (mail-source-check-pop): Ditto.
12665
12666 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12667
12668         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12669         errors.
12670
12671 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12672
12673         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12674         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12675
12676         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12677
12678         * mm-bodies.el (mm-decode-string): Call
12679         `mm-charset-to-coding-system' with allow-override argument.
12680
12681 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12682
12683         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12684         (rfc2047-charset-to-coding-system): New function.
12685         (rfc2047-decode-encoded-words): New function.
12686         (rfc2047-decode-region): Use them.
12687         (rfc2047-decode-cte): Remove.
12688         (rfc2047-parse-and-decode): Remove.
12689         (rfc2047-decode): Remove.
12690
12691 2005-10-15  Kenichi Handa  <handa@m17n.org>
12692
12693         * rfc2047.el (rfc2047-decode-cte): New function.
12694         (rfc2047-decode-region): Change the way to decode successive
12695         encoded-words: decode B- or Q-encoding in each encoded-word,
12696         concatenate them, and decode it as charset.
12697
12698 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12699
12700         * lpath.el: Fbind codepage-setup for XEmacs.
12701
12702 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12703
12704         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12705         widget-move-and-invoke.
12706         (gnus-custom-mode): Use gnus-custom-map.
12707
12708 2005-10-15  Bill Wohler  <wohler@newt.com>
12709
12710         * message.el (message-tool-bar-map): Renamed image file from
12711         mail_send to mail/send.
12712
12713 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12714
12715         * message.el (message-expand-group): Pass the common
12716         prefix substring of completion to `display-completion-list'.
12717
12718 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12719
12720         * mml-sec.el (mml-secure-method): New internal variable.
12721         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12722         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12723         functions using mml-secure-method.
12724
12725         * mml.el (mml-mode-map): Add key bindings for those functions.
12726         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12727         Harder <harder@myrealbox.com>.
12728         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12729         end of message if point is the headers of the message.
12730
12731         * message.el (message-in-body-p): New function.
12732
12733         * assistant.el: Autoload gnus-util and netrc.
12734
12735         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12736         Use `mm-charset-override-alist' only when decoding.
12737
12738         * mm-bodies.el (mm-decode-body): Call
12739         `mm-charset-to-coding-system' with allow-override argument.
12740
12741         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12742         `filename' from Content-Disposition if Content-Type doesn't
12743         provide `name'.
12744         (gnus-mime-view-part-as-type): Set default instead of
12745         initial-input.
12746
12747 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12748
12749         * format-spec.el (format-spec): Propagate text properties of % spec.
12750
12751 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * gnus-art.el (gnus-treat-predicate): Add `first'.
12754
12755 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12756
12757         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12758         (mm-charset-override-alist): New variable.
12759         (mm-charset-to-coding-system): Use it.
12760         (mm-codepage-setup): New helper function.
12761         (mm-charset-eval-alist): New variable.
12762         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12763         about unknown charsets.
12764
12765         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12766
12767 2005-10-04  David Hansen  <david.hansen@gmx.net>
12768
12769         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12770         (nnrss-check-group): Ditto.
12771
12772 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12773
12774         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12775         Rename x-gnus-verbatim to x-verbatim.
12776         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12777
12778         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12779         x-verbatim.
12780
12781         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12782
12783         * gnus-util.el (gnus-remove-duplicates): Remove.
12784
12785         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12786         instead of gnus-remove-duplicates.
12787
12788         * message.el (message-remove-duplicates): Remove.
12789         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12790         message-remove-duplicates.
12791
12792         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12793         available, else use implementation from `delete-dups'.
12794
12795         * message.el (message-insert-expires): New function.
12796         (message-mode-map): Add key binding.
12797         (message-mode-field-menu): Add menu entry.
12798         (message-mode): Document it.
12799         (message-make-expires-date): Use `message-make-date'.
12800
12801 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12802
12803         * message.el (message-make-expires-date): New function.
12804
12805 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12806
12807         * Makefile.in (list-installed-shadows): New entry.
12808         (install): Use it.
12809         (remove-installed-shadows): New entry.
12810
12811         * dgnushack.el (dgnushack-default-load-path): New variable.
12812         (dgnushack-find-lisp-shadows): New function.
12813         (dgnushack-remove-lisp-shadows): New function.
12814
12815 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12816
12817         * Makefile.in (install-el-elc): New entry.
12818         (install): Use it so that .el files are necessarily installed.
12819
12820 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12821
12822         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12823
12824 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12825
12826         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12827         function rather than the diff-mode.el package.
12828         (mm-display-external): Use with-current-buffer.
12829         (mm-viewer-completion-map, mm-viewer-completion-map):
12830         Move initialization inside declaration.
12831
12832 2005-09-29  Simon Josefsson  <jas@extundo.com>
12833
12834         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12835         autoload mail-check-payment.
12836         (spam-check-hashcash): Define unconditionally, since hashcash.el
12837         is part of Gnus now.  Ignore errors from payment checking.
12838
12839 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12840
12841         * message.el (message-bold-region, message-unbold-region): Rename
12842         from `bold-region' and `unbold-region'.
12843
12844         * message.el: Remove useless autoloads.
12845
12846 2005-09-28  Simon Josefsson  <jas@extundo.com>
12847
12848         * message.el (message-use-idna): Default to t.
12849         (message-use-idna): Test whether encoding works too.  Doc fix.
12850
12851 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12852
12853         * nntp.el (nntp-warn-about-losing-connection): Remove.
12854
12855 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12856
12857         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12858         customizable.  Change default value.
12859         (mm-uu-diff-groups-regexp): Change default value.
12860         (mm-uu-type-alist): Add doc string.
12861         (mm-uu-configure): Add doc string.  Make it interactive.
12862         (mm-uu-tex-groups-regexp): New variable.
12863         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12864         (mm-uu-type-alist): Add LaTeX documents.
12865         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12866         of "text/verbatim".
12867         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12868
12869         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12870         instead of "text/verbatim".
12871
12872         * message.el (message-mark-inserted-region)
12873         (message-mark-insert-file): Use slrn style marks when called with
12874         prefix argument.
12875
12876 2005-09-27  Simon Josefsson  <jas@extundo.com>
12877
12878         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12879
12880 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12881
12882         * message.el (message-remove-duplicates): New function.
12883         Implementation borrowed from `gnus-remove-duplicates'.
12884         (message-idna-to-ascii-rhs): Also encode idna addresses in
12885         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12886         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12887         only ask about the same idna domain once per header and also tell
12888         in what header to replace the idna domain.
12889
12890         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12891         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12892         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12893         a header is decoded and not just the last one.
12894
12895 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12896
12897         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12898         has been decoded.
12899
12900         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12901         (mm-insert-part): Don't modify text if it has been decoded.
12902
12903         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12904         decoded.
12905
12906         * mm-view.el (mm-inline-text): Don't strip text props unless
12907         decoding enriched or richtext parts.
12908
12909 2005-09-25  Romain Francoise  <romain@orebokech.com>
12910
12911         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12912         * gnus-start.el (gnus-subscribe-interactively):
12913         * gnus-uu.el (gnus-uu-grab-articles):
12914         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12915         space.
12916
12917 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12918
12919         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12920         * mm-view.el (mm-view-pkcs7-decrypt):
12921         * gnus-sum.el (gnus-summary-limit-to-extra)
12922         (gnus-summary-respool-article, gnus-read-move-group-name):
12923         * gnus-score.el (gnus-summary-increase-score):
12924         * gnus-util.el (gnus-completing-read-with-default):
12925         * gnus-art.el (gnus-read-save-file-name)
12926         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12927         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12928         * message.el (message-check-news-header-syntax):
12929         Follow convention for reading with the minibuffer.
12930
12931 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12932
12933         * spam-report.el (spam-report-url-ping-plain):
12934         Use gnus-extended-version as User-Agent.
12935
12936         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12937         default value is nil.
12938
12939         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12940         (mm-uu-verbatim-marks-extract): New function.
12941         (mm-uu-extract): New face.
12942         (mm-uu-copy-to-buffer): Use it.
12943
12944         * spam-report.el (spam-report-gmane-ham): Renamed from
12945         `spam-report-gmane-unspam'.
12946         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12947         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12948
12949         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12950         Autoload.
12951         (spam-report-gmane-unregister-routine): Renamed
12952         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12953
12954 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12955
12956         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12957         (spam-report-gmane-unregister-routine): Add support for gmane
12958         unregistration.
12959
12960         * spam-report.el (spam-report-gmane-unspam)
12961         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12962         (spam-report-gmane): Change to take a single article and do unspam
12963         registration.
12964
12965 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12966
12967         * mm-url.el (mm-url-decode-entities): Fix regexp.
12968
12969 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12970
12971         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12972         default to nil, to be able to use Gnus at all.  If the default
12973         switches to something else, then the function should be fixed not
12974         be exceedingly slow.
12975
12976 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12977
12978         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12979         fail hard.
12980
12981         * spam-report.el: Add better Keywords line.
12982
12983         * spam.el: Add Maintainer and better Keywords line.
12984
12985 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12986
12987         * gnus-art.el (gnus-article-replace-part)
12988         (gnus-mime-replace-part): New functions.
12989         (gnus-mime-action-alist, gnus-mime-button-commands)
12990         (gnus-mime-save-part-and-strip): Added file argument.
12991         (gnus-article-part-wrapper): Added interactive argument.
12992
12993         * gnus-sum.el (gnus-summary-mime-map): Add
12994         `gnus-article-replace-part'.
12995
12996 2005-09-19  Didier Verna  <didier@xemacs.org>
12997
12998         The nnml compaction feature:
12999         * nnml.el (nnml-request-compact-group): New function.
13000         * nnml.el (nnml-request-compact): New function.
13001         * gnus-int.el (gnus-request-compact-group): New function.
13002         * gnus-int.el (gnus-request-compact): New function.
13003         * gnus-group.el (gnus-group-compact-group): New function.
13004         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13005         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13006         * gnus-srvr.el (gnus-server-compact-server): New function.
13007         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13008         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13009
13010 2005-09-18  Deepak Goel  <deego@gnufans.org>
13011
13012         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13013         format spec.
13014
13015 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13016
13017         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13018
13019 2005-09-15  Romain Francoise  <romain@orebokech.com>
13020
13021         * message.el (message-fill-paragraph): Clarify docstring.
13022
13023 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13024
13025         * gnus-art.el (gnus-mime-display-part): Protect against broken
13026         MIME messages.
13027
13028 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13029
13030         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13031         before parsing header.
13032
13033 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13034
13035         * html2text.el (html2text-replace-list): Add new entities.
13036
13037 2005-09-11  Romain Francoise  <romain@orebokech.com>
13038
13039         * message.el (message-alternative-emails): Improve docstring.
13040         (message-setup-1): Call `message-use-alternative-email-as-from'
13041         after `message-setup-hook' to give it precedence over posting
13042         styles, etc.
13043         (message-use-alternative-email-as-from): Add docstring.  Remove
13044         the original From header if present.
13045
13046         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13047         (nnml-save-mail): Use it.
13048
13049         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13050         articles.  Add new argument `silent'.
13051         (gnus-uu-mark-all): Report the total number of marked articles.
13052
13053 2005-09-10  Romain Francoise  <romain@orebokech.com>
13054
13055         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13056         (gnus-uu-mark-series): Likewise.
13057
13058 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13059
13060         * spam-report.el (spam-report-gmane): Fix generation of spam
13061         report URL.
13062
13063 2005-09-10  Simon Josefsson  <jas@extundo.com>
13064
13065         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13066         t, based on discussion on the ding list with Robert Epprecht
13067         <epprecht@solnet.ch>.
13068
13069 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13070
13071         * spam-report.el (spam-report-gmane): Make it work without
13072         X-Report-Spam header.  Gmane now only provides Archived-At.
13073         This is only used if `spam-report-gmane-use-article-number' is nil.
13074         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13075
13076         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13077         make `gnus-summary-sort-by-recipient' work with threading.
13078
13079         * nnweb.el (nnweb-google-wash-article): Print a message if article
13080         is not available.
13081
13082 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13083
13084         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13085         change.  Decode text/* parts content before displaying.
13086
13087 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13088
13089         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13090
13091 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13092
13093         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13094
13095         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13096         url-package-name, url-package-version,
13097         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13098         w3m-display-inline-images, and w3m-minor-mode-map.
13099
13100 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * message.el (message-tab-body-function): Fix mismatched custom type.
13103
13104         * gnus.el (gnus-group-change-level-function): Ditto.
13105
13106         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13107
13108         * gnus-art.el (gnus-signature-limit)
13109         (gnus-article-mime-part-function): Ditto.
13110
13111 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13112
13113         * mml.el (mml-mode): Silence the byte compiler.
13114
13115         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13116         using `(sit-for 0)' before moving the point to the specified part;
13117         skip unbuttonized parts.
13118         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13119         return to the summary window if gnus-auto-select-part is non-nil.
13120
13121 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13122
13123         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13124         variables.
13125         (mml-dnd-attach-file, mml-mode): Use them.
13126
13127         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13128         Make fetching article by MID work again for Google Groups.  Added
13129         FIXME concerning gnus-group-make-web-group.
13130
13131         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13132         Don't depend on Gnus by using mail-extract-address-components if
13133         gnus-extract-address-components is not bound.
13134
13135 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13136
13137         * gnus-art.el (gnus-mime-display-security): Don't display the
13138         signature, but only the signed part.
13139
13140 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13141
13142         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13143
13144         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13145         list, not listp.
13146
13147 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13148
13149         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13150         when encoding.
13151
13152         * mm-bodies.el (mm-decode-content-transfer-encoding):
13153         De-canonicalize CRLF for all text content types, not just
13154         text/plain.
13155
13156 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13157
13158         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13159         valid article; point arrow and cursor at the MIME button.
13160
13161 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13162
13163         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13164         Suggested by Dan Christensen <jdc@uwo.ca>.
13165
13166         * mm-decode.el (mm-save-part): Enable change of prompt.
13167
13168 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13169
13170         * gnus-msg.el (gnus-inews-add-send-actions): Made
13171         `message-post-method' lambda parameter ARG `&optional'.
13172
13173 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13174
13175         * gnus-sum.el (gnus-summary-mime-map): Added
13176         gnus-article-save-part-and-strip, gnus-article-delete-part and
13177         gnus-article-jump-to-part.
13178
13179         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13180         (gnus-article-edit-part): Use it.
13181         (gnus-article-part-wrapper): Added no-handle argument.
13182         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13183         functions.
13184
13185 2005-08-29  Romain Francoise  <romain@orebokech.com>
13186
13187         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13188         docstring.
13189         (gnus-face-from-file): Likewise.
13190
13191 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13192
13193         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13194         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13195         non-nil.
13196         (gnus-auto-select-part): New variable.
13197         (gnus-article-jump-to-part): New function.
13198         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13199         (gnus-mime-delete-part): Allow selecting specified part after
13200         deleting or stripping parts.
13201         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13202         part if argument is bogus.
13203
13204 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13205
13206         * gnus-art.el (w3m-minor-mode-map):
13207         * gnus-spec.el (gnus-newsrc-file-version):
13208         * gnus-util.el (nnmail-active-file-coding-system)
13209         (gnus-original-article-buffer, gnus-user-agent):
13210         * gnus.el (gnus-ham-process-destinations)
13211         (gnus-parameter-ham-marks-alist)
13212         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13213         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13214         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13215         * mm-decode.el (gnus-current-window-configuration):
13216         * mm-extern.el (gnus-article-mime-handles):
13217         * mm-url.el (url-current-object, url-package-name)
13218         (url-package-version):
13219         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13220         (smime-keys, w3m-cid-retrieve-function-alist)
13221         (w3m-current-buffer, w3m-display-inline-images)
13222         (w3m-minor-mode-map):
13223         * mml-smime.el (gnus-extract-address-components):
13224         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13225         (gnus-newsrc-hashtb, message-default-charset)
13226         (message-deletable-headers, message-options)
13227         (message-posting-charset, message-required-mail-headers)
13228         (message-required-news-headers):
13229         * mml1991.el (mc-pgp-always-sign):
13230         * mml2015.el (mc-pgp-always-sign):
13231         * nnheader.el (nnmail-extra-headers):
13232         * rfc1843.el (gnus-decode-encoded-word-function)
13233         (gnus-decode-header-function, gnus-newsgroup-name):
13234         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13235
13236 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13237
13238         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13239         the end of the date treatments.
13240
13241 2005-08-15  Simon Josefsson  <jas@extundo.com>
13242
13243         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13244         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13245         Capello and Romain Francoise.
13246         (pgg-fetch-key-function): Removed, not used?
13247         (pgg-insert-url-with-w3): Require url, to get
13248         url-insert-file-contents regardless of where it is defined.
13249
13250 2005-08-13  Romain Francoise  <romain@orebokech.com>
13251
13252         * message.el (message-cite-original-1): New function.
13253         (message-cite-original): Use it.
13254         (message-cite-original-without-signature): Ditto.
13255
13256 2005-08-08  Romain Francoise  <romain@orebokech.com>
13257
13258         * message.el (message-yank-empty-prefix): New variable.
13259         (message-indent-citation): Use it.
13260         (message-cite-original-without-signature): Respect X-No-Archive.
13261
13262 2005-08-08  Simon Josefsson  <jas@extundo.com>
13263
13264         * pgg.el: Autoload url-insert-file-contents instead of loading
13265         w3/url.
13266         (pgg-insert-url-with-w3): Don't load url here.
13267
13268 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13269
13270         * message.el (message-kill-to-signature): Don't insert newline at
13271         bol.
13272         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13273
13274 2005-08-06  Romain Francoise  <romain@orebokech.com>
13275
13276         * message.el (message-user-fqdn): Fix typo in docstring.
13277
13278 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13279
13280         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13281
13282         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13283
13284 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13285
13286         * mm-bodies.el (mm-encode-body): Use coding system rather than
13287         charset to encode text.
13288
13289         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13290         number of charsets if utf-8 is available (XEmacs).
13291
13292 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13293
13294         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13295         taken from `gnus-button-mid-or-mail-regexp'.
13296         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13297         (gnus-button-alist): Improve regexp for domain part of the MIDs
13298         for news:localpart@domain buttons.
13299         (gnus-button-ctan-directory-regexp): Update.
13300
13301 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13302
13303         * sieve-manage.el (sieve-manage-interactive-login): Use
13304         make-local-variable rather than make-variable-buffer-local.
13305         (sieve-manage-open): Ditto.
13306         (sieve-manage-authenticate): Ditto.
13307
13308         * mml.el (mml-generate-mime-1): Make the content type default to
13309         text/plain if the filename is not specified.
13310
13311 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13312
13313         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13314         instead of insert-buffer.
13315
13316         * message.el (message-yank-original): Ditto; set the mark at the
13317         end of the yanked message.
13318
13319 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13320
13321         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13322         lines to scroll rather than to stop it.
13323
13324         * mml.el (mml-generate-default-type): Add doc string.
13325         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13326         default to application/octet-stream when determining the content
13327         type if it is not specified for the part or the mml contents; add
13328         a comment about mml-generate-default-type.
13329
13330 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13331
13332         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13333         make it default to application/octet-stream when determining the
13334         content type if it is not specified for the external contents.
13335
13336 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13337
13338         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13339         segmented parameter but also other parameters might be there.
13340
13341 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13342
13343         * mm-decode.el (mm-display-external): Delete temp file, directory
13344         and buffer immediately if the external process is exited.
13345
13346 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13347
13348         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13349         fewer lines than that of scroll-margin.
13350         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13351
13352 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13353
13354         * gnus-art.el (gnus-article-next-page): Revert.
13355         (gnus-article-beginning-of-window): New macro.
13356         (gnus-article-next-page-1): Use it.
13357         (gnus-article-prev-page): Ditto.
13358         (gnus-article-edit-part): Use insert-buffer-substring instead of
13359         insert-buffer.
13360         (gnus-article-edit-exit): Ditto.
13361
13362         * gnus-util.el (gnus-beginning-of-window): Remove.
13363         (gnus-end-of-window): Remove.
13364
13365         * lpath.el: Don't bind header-line-format and scroll-margin.
13366
13367 2005-07-25  Simon Josefsson  <jas@extundo.com>
13368
13369         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13370         to have the url package without w3.  Reported by Daiki Ueno
13371         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13372
13373 2005-07-20  Didier Verna  <didier@xemacs.org>
13374
13375         * gnus-diary.el: Remove the description comment (nndiary is now
13376         properly documented in the Gnus manual).
13377         Fix the spelling of "Back End".
13378         * nndiary.el: Ditto.
13379         Fix the copyright notice.
13380
13381 2005-07-18  Romain Francoise  <romain@orebokech.com>
13382
13383         * gnus-sum.el (gnus-summary-to-prefix)
13384         (gnus-summary-newsgroup-prefix): New variables.
13385         (gnus-summary-from-or-to-or-newsgroups): Use them.
13386
13387 2005-07-17  Romain Francoise  <romain@orebokech.com>
13388
13389         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13390         space as it's generally not especially interesting to the user.
13391
13392 2005-07-16  Romain Francoise  <romain@orebokech.com>
13393
13394         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13395         nil to avoid prompting and file modification if one of the
13396         messages at the top of the nnfolder file contains a copyright
13397         notice.
13398         Update copyright notice.
13399
13400         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13401         instead of `current-time-string' as the latter creates a time
13402         string that is not RFC 2822 compliant (it lacks the zone).
13403         Update copyright notice.
13404
13405 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13406
13407         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13408         for text/rtf.  Display default in prompt.  Pass default for M-n.
13409
13410         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13411
13412 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13413
13414         * gnus-msg.el (gnus-button-mailto): Remove
13415         save-selected-window-window hackery because it relies on
13416         save-selected-window internals.
13417
13418 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13419
13420         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13421         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13422         (gnus-article-prev-page): Ditto.
13423
13424         * gnus-util.el (gnus-beginning-of-window): New function.
13425         (gnus-end-of-window): New function.
13426
13427         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13428
13429 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13430
13431         * gnus-score.el (gnus-score-edit-all-score): Set
13432         gnus-score-edit-exit-function to gnus-score-edit-done and call
13433         gnus-message.
13434
13435 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13436
13437         * gnus-msg.el (gnus-button-mailto): Remove
13438         save-selected-window-window hackery because it relies on
13439         save-selected-window internals.
13440
13441 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13442
13443         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13444         add-minor-mode.
13445         (gnus-binary-mode): Ditto.
13446
13447         * gnus-topic.el (gnus-topic-mode): Ditto.
13448
13449 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13450
13451         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13452         (gnus-article-prev-page): Take scroll-margin into consideration.
13453
13454 2005-07-04  Lute Kamstra  <lute@gnu.org>
13455
13456         Update FSF's address in GPL notices.
13457
13458 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13459
13460         * gnus.el (gnus-exit):
13461         * gnus-group.el (gnus-group-icons):
13462         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13463
13464         * gnus-nocem.el (gnus-nocem):
13465         * message.el (message-various, message-buffers, message-sending)
13466         (message-interface, message-forwarding, message-insertion)
13467         (message-headers, message-news, message-mail):
13468         * pgg-gpg.el (pgg-gpg):
13469         * pgg-parse.el (pgg-parse):
13470         * pgg-pgp.el (pgg-pgp):
13471         * pgg-pgp5.el (pgg-pgp5):
13472         * pop3.el (pop3): Finish `defgroup' description with period.
13473
13474 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13475
13476         * gnus-art.el (article-display-face): Improve the efficiency.
13477         (article-display-x-face): Ditto; remove grey x-face stuff.
13478
13479 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13480
13481         * gnus-art.el (article-display-face): Correct the position in
13482         which Faces are inserted.
13483
13484 2005-06-29  Didier Verna  <didier@xemacs.org>
13485
13486         * gnus-art.el (article-display-face): Display faces in correct
13487         order.
13488
13489 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13490
13491         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13492         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13493         (gnus-nocem-check-article): Fetch the Type header.
13494         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13495         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13496         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13497         make sure gnus-nocem-hashtb is initialized.
13498         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13499         (gnus-nocem-unwanted-article-p): Ditto.
13500
13501         * pgg.el (pgg-verify): Return the verification result.
13502
13503 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13504
13505         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13506         is ascii.
13507
13508 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13509
13510         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13511         `show-nonbreak-escape'.
13512
13513 2005-06-23  Lute Kamstra  <lute@gnu.org>
13514
13515         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13516
13517         * dig.el (dig-mode):
13518         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13519
13520 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13521
13522         * nnimap.el (nnimap-split-download-body): Fix spellings.
13523
13524 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13525
13526         * gnus-art.el (gnus-article-encrypt-body):
13527         * gnus-cus.el (gnus-score-customize):
13528         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13529         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13530
13531 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13532
13533         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13534         header by looking for magic "MII" at the beginnig.
13535
13536 2005-06-16  Miles Bader  <miles@gnu.org>
13537
13538         * gnus-xmas.el (gnus-xmas-group-startup-message):
13539         Use renamed gnus-splash face.
13540
13541         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13542         (assistant-field-face): New backward-compatibility alias for renamed
13543         face.
13544         (assistant-render-text): Use renamed assistant-field face.
13545
13546         * spam.el (spam): Remove "-face" suffix from face name.
13547         (spam-face): New backward-compatibility alias for renamed face.
13548         (spam-face, spam-initialize): Use renamed spam face.
13549
13550         * message.el (message-header-to, message-header-cc)
13551         (message-header-subject, message-header-newsgroups)
13552         (message-header-other, message-header-name)
13553         (message-header-xheader, message-separator, message-cited-text)
13554         (message-mml): Remove "-face" suffix from face names.
13555         (message-header-to-face, message-header-cc-face)
13556         (message-header-subject-face, message-header-newsgroups-face)
13557         (message-header-other-face, message-header-name-face)
13558         (message-header-xheader-face, message-separator-face)
13559         (message-cited-text-face, message-mml-face):
13560         New backward-compatibility aliases for renamed faces.
13561         (message-font-lock-keywords): Use renamed message faces.
13562
13563         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13564         (sieve-test-commands, sieve-tagged-arguments):
13565         Remove "-face" suffix from face names.
13566         (sieve-control-commands-face, sieve-action-commands-face)
13567         (sieve-test-commands-face, sieve-tagged-arguments-face):
13568         New backward-compatibility aliases for renamed faces.
13569         (sieve-control-commands-face, sieve-action-commands-face)
13570         (sieve-test-commands-face, sieve-tagged-arguments-face):
13571         Use renamed sieve faces.
13572
13573         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13574         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13575         (gnus-group-news-3-empty, gnus-group-news-4)
13576         (gnus-group-news-4-empty, gnus-group-news-5)
13577         (gnus-group-news-5-empty, gnus-group-news-6)
13578         (gnus-group-news-6-empty, gnus-group-news-low)
13579         (gnus-group-news-low-empty, gnus-group-mail-1)
13580         (gnus-group-mail-1-empty, gnus-group-mail-2)
13581         (gnus-group-mail-2-empty, gnus-group-mail-3)
13582         (gnus-group-mail-3-empty, gnus-group-mail-low)
13583         (gnus-group-mail-low-empty, gnus-summary-selected)
13584         (gnus-summary-cancelled, gnus-summary-high-ticked)
13585         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13586         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13587         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13588         (gnus-summary-low-undownloaded)
13589         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13590         (gnus-summary-low-unread, gnus-summary-normal-unread)
13591         (gnus-summary-high-read, gnus-summary-low-read)
13592         (gnus-summary-normal-read, gnus-splash):
13593         Remove "-face" suffix from face names.
13594         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13595         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13596         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13597         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13598         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13599         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13600         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13601         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13602         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13603         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13604         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13605         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13606         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13607         (gnus-summary-normal-ticked-face)
13608         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13609         (gnus-summary-normal-ancient-face)
13610         (gnus-summary-high-undownloaded-face)
13611         (gnus-summary-low-undownloaded-face)
13612         (gnus-summary-normal-undownloaded-face)
13613         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13614         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13615         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13616         (gnus-splash-face):
13617         New backward-compatibility aliases for renamed faces.
13618         (gnus-group-startup-message): Use renamed gnus faces.
13619
13620         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13621         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13622         (gnus-server-agent): Remove "-face" suffix from face names.
13623         (gnus-server-agent-face, gnus-server-opened-face)
13624         (gnus-server-closed-face, gnus-server-denied-face)
13625         (gnus-server-offline-face):
13626         New backward-compatibility aliases for renamed faces.
13627         (gnus-server-agent-face, gnus-server-opened-face)
13628         (gnus-server-closed-face, gnus-server-denied-face)
13629         (gnus-server-offline-face): Use renamed gnus faces.
13630
13631         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13632         Remove "-face" suffix from face names.
13633         (gnus-picon-xbm-face, gnus-picon-face):
13634         New backward-compatibility aliases for renamed faces.
13635
13636         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13637         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13638         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13639         (gnus-cite-11): Remove "-face" suffix from face names.
13640         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13641         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13642         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13643         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13644         New backward-compatibility aliases for renamed faces.
13645         (gnus-cite-attribution-face, gnus-cite-face-list)
13646         (gnus-article-boring-faces): Use renamed gnus faces.
13647
13648         * gnus-art.el (gnus-signature, gnus-header-from)
13649         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13650         (gnus-header-content): Remove "-face" suffix from face names.
13651         (gnus-signature-face, gnus-header-from-face)
13652         (gnus-header-subject-face, gnus-header-newsgroups-face)
13653         (gnus-header-name-face, gnus-header-content-face):
13654         New backward-compatibility aliases for renamed faces.
13655         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13656
13657         * gnus-sum.el (gnus-summary-selected-face)
13658         (gnus-summary-highlight): Use renamed gnus faces.
13659         * gnus-group.el (gnus-group-highlight): Likewise.
13660
13661 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13662
13663         * gnus-sieve.el (gnus-sieve-article-add-rule):
13664         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13665         * spam-stat.el (spam-stat-buffer-change-to-spam)
13666         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13667
13668         * message.el (message-is-yours-p):
13669         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13670
13671 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * mm-view.el (mm-inline-text): Withdraw the last change.
13674
13675 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13676
13677         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13678         executing enriched-decode.
13679
13680 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13681
13682         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13683         charset of tar files.
13684
13685 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13686
13687         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13688
13689 2005-06-04  Lute Kamstra  <lute@gnu.org>
13690
13691         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13692         information is never recorded.
13693
13694 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13695
13696         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13697
13698 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13699
13700         * pop3.el (pop3-apop): Run md5 in the binary mode.
13701
13702         * starttls.el (starttls-set-process-query-on-exit-flag):
13703         Use eval-and-compile.
13704
13705 2005-05-31  Simon Josefsson  <jas@extundo.com>
13706
13707         * smime.el (smime-replace-in-string): Define.
13708         (smime-cert-by-ldap-1): Use it.
13709
13710 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13711
13712         * gnus-art.el (article-display-x-face): Replace
13713         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13714
13715         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13716         set-process-query-on-exit-flag or process-kill-without-query.
13717
13718         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13719         loop instead of replace-regexp.
13720
13721         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13722         instead of process-kill-without-query if it is available.
13723
13724         * lpath.el: Fbind ldap-search-entries.
13725
13726         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13727         instead of find-file-hooks if it is available.
13728
13729         * mml1991.el: Bind pgg-default-user-id when compiling.
13730
13731         * mml2015.el: Bind pgg-default-user-id when compiling.
13732
13733         * nndraft.el (nndraft-request-associate-buffer):
13734         Use write-contents-functions instead of write-contents-hooks if it is
13735         available.
13736
13737         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13738         instead of find-file-hooks if it is available.
13739
13740         * nntp.el (nntp-open-connection): Replace
13741         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13742         (nntp-open-ssl-stream): Ditto.
13743         (nntp-open-tls-stream): Ditto.
13744
13745         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13746         set-process-query-on-exit-flag or process-kill-without-query.
13747         (starttls-open-stream-gnutls): Use it instead of
13748         process-kill-without-query.
13749         (starttls-open-stream): Ditto.
13750
13751 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13752
13753         * smime.el (smime-cert-by-ldap-1): Don't use
13754         replace-regexp-in-string.
13755
13756 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13757
13758         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13759
13760         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13761         in PEM format.  Adjust to the XEmacs compability.
13762
13763 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13764
13765         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13766         by `string-to-number'.
13767         * gnus-agent.el (gnus-agent-regenerate-group)
13768         (gnus-agent-fetch-articles): Ditto.
13769         * gnus-art.el (gnus-button-fetch-group): Ditto.
13770         * gnus-cache.el (gnus-cache-generate-active)
13771         (gnus-cache-articles-in-group): Ditto.
13772         * gnus-group.el (gnus-group-set-current-level)
13773         (gnus-group-insert-group-line): Ditto.
13774         * gnus-score.el (gnus-score-set-expunge-below)
13775         (gnus-score-set-mark-below, gnus-summary-score-effect)
13776         (gnus-summary-score-entry): Ditto.
13777         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13778         (gnus-soup-pack): Ditto.
13779         * gnus-spec.el (gnus-xmas-format): Ditto.
13780         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13781         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13782         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13783         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13784         * nndb.el (nndb-get-remote-expire-response): Ditto.
13785         * nndiary.el (nndiary-parse-schedule-value)
13786         (nndiary-string-to-number, nndiary-request-replace-article)
13787         (nndiary-request-article): Ditto.
13788         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13789         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13790         * nneething.el (nneething-make-head): Ditto.
13791         * nnfolder.el (nnfolder-request-article)
13792         (nnfolder-retrieve-headers): Ditto.
13793         * nnheader.el (nnheader-file-to-number): Ditto.
13794         * nnkiboze.el (nnkiboze-request-article): Ditto.
13795         * nnmail.el (nnmail-process-unix-mail-format)
13796         (nnmail-process-babyl-mail-format): Ditto.
13797         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13798         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13799         (nnmh-request-create-group, nnmh-request-list-1)
13800         (nnmh-request-group, nnmh-request-article): Ditto.
13801         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13802         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13803         * nnsoup.el (nnsoup-make-active): Ditto.
13804         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13805         * nntp.el (nntp-find-group-and-number)
13806         (nntp-retrieve-headers-with-xover): Ditto.
13807         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13808         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13809         (pgg-format-key-identifier): Ditto.
13810         * pop3.el (pop3-last, pop3-stat): Ditto.
13811         * qp.el (quoted-printable-decode-region): Ditto.
13812
13813         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13814         of concat.
13815
13816 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13817
13818         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13819
13820         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13821
13822         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13823
13824         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13825
13826         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13827
13828         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13829
13830         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13831         (gnus-carpal-mode): Ditto.
13832
13833         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13834         (gnus-browse-mode): Ditto.
13835
13836         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13837
13838         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13839
13840 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13841
13842         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13843
13844 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13845
13846         * gnus-util.el (gnus-run-mode-hooks): New function.
13847
13848         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13849
13850         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13851         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13852
13853 2005-05-27  Lute Kamstra  <lute@gnu.org>
13854
13855         * dns-mode.el (dns-mode): Specify customization group.
13856
13857 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13858
13859         * gnus-agent.el (gnus-agent-make-mode-line-string):
13860         Use mode-line-highlight as mouse-face.
13861
13862 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13863
13864         * canlock.el (canlock): Change the parent group to news.
13865
13866         * deuglify.el (gnus-outlook-deuglify): Add :group.
13867
13868         * dig.el (dig): Add :group.
13869
13870         * dns-mode.el (dns-mode): Add :group.
13871
13872         * encrypt.el (encrypt): Add :group.
13873
13874         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13875         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13876         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13877         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13878         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13879
13880         * gnus-diary.el (gnus-diary): Add :group.
13881
13882         * gnus.el (gnus-group-news-1-face): Add :group.
13883         (gnus-group-news-1-empty-face): Ditto.
13884         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13885         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13886         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13887         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13888         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13889         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13890         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13891         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13892         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13893         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13894         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13895         (gnus-summary-high-ticked-face): Ditto.
13896         (gnus-summary-low-ticked-face): Ditto.
13897         (gnus-summary-normal-ticked-face): Ditto.
13898         (gnus-summary-high-ancient-face): Ditto.
13899         (gnus-summary-low-ancient-face): Ditto.
13900         (gnus-summary-normal-ancient-face): Ditto.
13901         (gnus-summary-high-undownloaded-face): Ditto.
13902         (gnus-summary-low-undownloaded-face): Ditto.
13903         (gnus-summary-normal-undownloaded-face): Ditto.
13904         (gnus-summary-high-unread-face): Ditto.
13905         (gnus-summary-low-unread-face): Ditto.
13906         (gnus-summary-normal-unread-face): Ditto.
13907         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13908         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13909
13910         * hashcash.el (hashcash): New custom group.
13911         (hashcash-default-payment): Add :group.
13912         (hashcash-payment-alist): Ditto.
13913         (hashcash-default-accept-payment): Ditto.
13914         (hashcash-accept-resources): Ditto.
13915         (hashcash-path): Ditto.
13916         (hashcash-extra-generate-parameters): Ditto.
13917         (hashcash-double-spend-database): Ditto.
13918         (hashcash-in-news): Ditto.
13919
13920         * message.el (message-minibuffer-local-map): Add :group.
13921
13922         * netrc.el (netrc): Add :group.
13923
13924         * sieve-manage.el (sieve-manage-log): Add :group.
13925         (sieve-manage-default-user): Diito.
13926         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13927         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13928         (sieve-manage-authenticators): Ditto.
13929         (sieve-manage-authenticator-alist): Ditto.
13930         (sieve-manage-default-port): Ditto.
13931
13932         * sieve-mode.el (sieve-control-commands-face): Add :group.
13933         (sieve-action-commands-face): Ditto.
13934         (sieve-test-commands-face): Ditto.
13935         (sieve-tagged-arguments-face): Ditto.
13936
13937         * smime.el (smime): Add :group.
13938
13939         * spam-report.el (spam-report): Add :group.
13940
13941         * spam.el (spam, spam-face): Add :group.
13942
13943 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13944
13945         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13946         return \n.\n.\n at the end of articles.  Protect against that.
13947         (nntp-with-open-group): Allow debugging.
13948
13949         * nnheader.el (mail-header-set-extra): Make into a function
13950         because I just could't understand how to quote the list properly.
13951
13952         * dns.el (query-dns-cached): New function.
13953
13954 2005-05-26  Lute Kamstra  <lute@gnu.org>
13955
13956         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13957
13958 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13959
13960         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13961
13962         * gnus-art.el: Don't autoload mail-extract-address-components.
13963
13964         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13965         eval-and-compile to evaluate it.
13966
13967         * hashcash.el: Don't autoload executable-find.
13968
13969         * nndb.el: Don't declare the nndb back end two or more times; don't
13970         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13971
13972         * nntp.el: Autoload format-spec instead of format; use
13973         eval-and-compile to evaluate autoload forms.
13974
13975 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13976
13977         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13978
13979 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980
13981         * gnus.el (gnus-version-number): Bump version.
13982
13983 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13984
13985         * gnus.el: No Gnus v0.3 is released.
13986
13987 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13988
13989         * lpath.el (featurep): Bind show-nonbreak-escape.
13990
13991 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-art.el (gnus-article-edit-part): Disable undo.
13994
13995 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13996
13997         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13998         gnus-article-date-lapsed-new-header is t if date timer is active;
13999         skip headers in which the original date value is empty.
14000         (gnus-article-save-original-date): Redefine it as a macro.
14001         (gnus-display-mime): Use it.
14002
14003 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14004
14005         * gnus-art.el (article-date-ut): Support converting date in
14006         forwarded parts as well.
14007         (gnus-article-save-original-date): New function.
14008         (gnus-display-mime): Use it.
14009
14010 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14011
14012         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14013         enclosure element of <item>.
14014
14015 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14016
14017         * message.el (message-kill-buffer-query): Renamed from
14018         `message-kill-buffer-query-if-modified'.  Added :version.
14019
14020 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14021
14022         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14023         window layout.
14024
14025 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14026
14027         * mml.el: Autoload dnd when compiling.
14028
14029 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14030
14031         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14032         x-dnd-*.
14033
14034 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14035
14036         * qp.el (quoted-printable-encode-region): Save excursion.
14037
14038 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14039
14040         * message.el (message-kill-buffer-query-if-modified): Add new variable
14041         so the user can kill a modified message buffer quickly.
14042         (message-kill-buffer): Use it.
14043
14044 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14045
14046         * lpath.el: Fbind display-time-event-handler; don't fbind
14047         string-to-multibyte.
14048
14049         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14050
14051 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14052
14053         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14054         contained in text because xml.el decodes entities) with LFs.
14055
14056 2005-04-11  Lute Kamstra  <lute@gnu.org>
14057
14058         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14059         differently.
14060
14061 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14062
14063         * mm-util.el (mm-detect-coding-region): Typo.
14064
14065 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14066
14067         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14068
14069 2005-04-06  Deepak Goel  <deego@gnufans.org>
14070
14071         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14072         user-function allow user modifications of the scores.
14073         (spam-stat-score-buffer-user): New function, to allow
14074         user-computed modifications to the score.
14075         (spam-stat-score-buffer-user-functions): List of additional
14076         scoring functions.
14077         (spam-stat-error-holder): Global temporary error holder.
14078         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14079         variable.
14080
14081 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14082
14083         * gnus-registry.el (gnus-registry-clean-empty-function)
14084         (gnus-registry-trim, gnus-registry-fetch-groups)
14085         (gnus-registry-delete-group): Groups that match
14086         `gnus-registry-ignored-groups' are removed from the registry
14087         entries, not just ignored for splitting.  This helps clean up the
14088         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14089         to get all the groups a message ID is in.
14090
14091         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14092         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14093         (spam-stat-score-buffer-user-functions): Add :number custom type.
14094
14095 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14096
14097         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14098         argument in XEmacs.
14099
14100         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14101         (nnrss-request-group): Decode group name first.
14102         (nnrss-request-article): Make a text/plain article if mml-to-mime
14103         failed.
14104         (nnrss-get-encoding): Return a compatible encoding according to
14105         nnrss-compatible-encoding-alist.
14106         (nnrss-find-el): Use consp instead of listp.
14107         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14108
14109 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14110
14111         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14112         which Emacs 20 doesn't support.
14113         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14114
14115 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14116
14117         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14118         silence the byte compiler inside the defun.
14119
14120         * gnus-demon.el (parse-time-string): Add autoload.
14121
14122         * gnus-delay.el (parse-time-string): Add autoload.
14123
14124         * gnus-art.el (parse-time-string): Add autoload.
14125
14126         * nnultimate.el (parse-time): Require for `parse-time-string'.
14127
14128 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14129
14130         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14131
14132         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14133
14134         * smime.el (smime-ldap-host-list): Add :version.
14135
14136 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14137
14138         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14139         pass it to `gnus-browse-read-group'.
14140         (gnus-browse-read-group): Add NUMBER argument and pass it to
14141         `gnus-group-read-ephemeral-group'.
14142
14143         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14144         argument and pass it to `gnus-group-read-group'.
14145
14146 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14147
14148         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14149         mm-xemacs-find-mime-charset-1 if we have the mule feature
14150         available at runtime.
14151
14152 2005-03-25  Werner Lemberg  <wl@gnu.org>
14153
14154         * nnmaildir.el: Replace `illegal' with `invalid'.
14155
14156 2005-03-23  Lute Kamstra  <lute@gnu.org>
14157
14158         * time-date.el: Add comment on time value formats.
14159         Don't require parse-time.
14160         (with-decoded-time-value): New macro.
14161         (encode-time-value): New function.
14162         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14163         (days-to-time): Return a valid time value when arg is huge.
14164         (time-since): Use time-subtract.
14165         (time-to-number-of-days): Use time-to-seconds.
14166
14167 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14168
14169         * gnus-start.el (gnus-display-time-event-handler):
14170         Check display-time-timer at runtime rather than only at load time
14171         in case display-time-mode is turned off in the mean time.
14172
14173 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14174
14175         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14176         used.
14177
14178         * nneething.el (nneething-map-file-directory): Derive from
14179         `gnus-directory'.
14180
14181         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14182         the To/Cc button.
14183
14184 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14185
14186         * nnmaildir.el (nnmaildir-request-accept-article):
14187         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14188
14189 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14190
14191         * gnus-async.el: Require timer-funcs at compile time when in
14192         XEmacs for `run-with-idle-timer'.
14193
14194 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14195
14196         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14197         autoloaded function.
14198
14199 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14200
14201         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14202
14203 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14204
14205         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14206
14207 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14208
14209         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14210         gnus-expert-user to default.
14211
14212 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14213
14214         * nnimap.el (nnimap-open-server): Ditto.
14215
14216         * imap.el (imap-authenticate): Fix typo.
14217
14218 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14219
14220         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14221         buffer (since IMAP server might return FETCH response out of
14222         order, and the nntp buffer must be sorted).
14223
14224 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14225
14226         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14227         comparison on string.
14228
14229         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14230         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14231         (gnus-agent-summary-fetch-series): Modified to protect against
14232         gnus-agent-summary-fetch-group clearing processable flags.
14233         (gnus-agent-synchronize-group-flags): Update live group buffer as
14234         synchronization may occur due to the user toggle the plugged
14235         status.
14236         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14237         successfully downloaded.
14238         (gnus-agent-expire-group-1): Avoid using markers when the overview
14239         is in ascending order; greatly improves performance.
14240         (gnus-agent-regenerate-group): Use
14241         gnus-agent-synchronize-group-flags to reset read status in both
14242         gnus and server.
14243         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14244
14245 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14246
14247         * message.el: Don't autoload former message-utils variables.
14248         (message-strip-subject-trailing-was): Change doc string.
14249
14250         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14251         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14252         (nnweb-google-search): Add "hl=en" here.
14253         (nnweb-google-parse-1, nnweb-google-create-mapping):
14254         Don't hardcode URL.
14255
14256 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14257
14258         * message.el (message-get-reply-headers, message-followup):
14259         Mention related variables `message-use-followup-to' and
14260         `message-use-mail-followup-to', in the information buffer.
14261
14262         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14263         of broken groups(-beta).google.com.
14264
14265 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14266
14267         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14268         parameter to invoked gnus-request-move-article; remove the
14269         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14270         all at once instead of once per article.
14271         (gnus-summary-remove-process-mark): Accept a list of articles as
14272         well as a single article for processing.
14273
14274         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14275         parameter.
14276
14277         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14278
14279         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14280
14281         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14282         parameter.
14283
14284         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14285         parameter.
14286
14287         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14288         parameter and remove the gnus-sum-hint-move-is-internal variable.
14289
14290         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14291         parameter.
14292
14293         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14294         parameter.
14295
14296         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14297         parameter.
14298
14299         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14300
14301         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14302         parameter.
14303
14304         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14305         parameter.
14306
14307 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14308
14309         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14310         a more conservative way.
14311
14312 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14313
14314         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14315         buffer, so it moves the window's cursor.
14316
14317 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14318
14319         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14320         `mm-dissect-multipart' and receive the from field as an (optional)
14321         argument from `mm-dissect-multipart'.
14322         (mm-dissect-multipart): Receive the from field as an argument and
14323         pass it on when we call `mm-dissect-buffer' on MIME parts.
14324         Fixes verification/decryption of signed/encrypted MIME parts.
14325
14326 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14327
14328         * gnus-sum.el (gnus-summary-move-article): Set
14329         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14330         whatever it calls (right now, only nnimap-request-move article
14331         respects it).
14332
14333         * nnimap.el (nnimap-request-move-article): When
14334         gnus-sum-hint-move-is-internal is set, don't do the extra
14335         nnimap-request-article.
14336
14337 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14338
14339         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14340
14341         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14342         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14343
14344         * gnus-sum.el (gnus-summary-caesar-message):
14345         Apply `gnus-treat-article' after rotation.
14346
14347         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14348         doc string.
14349
14350 2005-02-22  Simon Josefsson  <jas@extundo.com>
14351
14352         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14353         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14354         <arne@arnested.dk>.
14355         (encrypt): Add password-cache and password-cache-expiry as group
14356         members.
14357
14358 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14359
14360         * smime.el (smime-ldap-host-list): Doc fix.
14361         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14362         cache) password.
14363         (smime-sign-region): Use it.
14364         (smime-decrypt-region): Use it.
14365         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14366         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14367         fails.
14368         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14369         certificate from DER to PEM format rather than calling openssl.
14370
14371         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14372
14373         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14374         for signing/encryption.
14375
14376         * mml.el (mml-parse-1): Use them.
14377
14378 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14379
14380         * nnrss.el (nnrss-verbose): Removed.
14381         (nnrss-request-group): Use `nnheader-message' instead.
14382
14383 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14384
14385         * nnrss.el (nnrss-verbose): New variable.
14386         (nnrss-request-group): Make it say nnrss is requesting a group.
14387
14388 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14391         Handle news URL with given port correctly.
14392
14393 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14394
14395         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14396         containing special characters.
14397
14398         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14399
14400         * mml.el (mime-to-mml): Ditto.
14401
14402         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14403         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14404         (rfc2047-decode-region): Quote decoded words containing special
14405         characters when rfc2047-quote-decoded-words-containing-tspecials
14406         is non-nil.
14407
14408 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14409
14410         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14411
14412         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14413
14414 2005-02-15  Simon Josefsson  <jas@extundo.com>
14415
14416         * nnimap.el (nnimap-debug): Doc fix.
14417
14418         * imap.el (imap-debug): Doc fix.
14419
14420 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14421
14422         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14423
14424 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14425
14426         * gnus.el (spam-contents): Improve docs for spam-contents
14427         parameter in its variable incarnation.
14428
14429 2005-02-14  Simon Josefsson  <jas@extundo.com>
14430
14431         * smime-ldap.el: Use require instead of load-library for ldap.
14432         (smime-ldap-search): Indent.
14433         (smime-ldap-search-internal): Shorten line.
14434
14435         * smime.el (smime-cert-by-dns): Add doc-string.
14436         (smime-cert-by-ldap-1): Indent.
14437
14438         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14439         mml-smime-get-dns-ldap.
14440         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14441
14442 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14443
14444         * smime.el: Require smime-ldap.
14445         (smime-ldap-host-list): New variable.
14446         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14447
14448         * mml-smime.el (mml-smime-encrypt-query): New function.
14449         (mml-smime-encrypt-query): Use it.
14450
14451         * smime-ldap.el: New file.
14452
14453 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14454
14455         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14456
14457 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14458
14459         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14460         argument in doc string.  Make query for type more clear.
14461
14462 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14463
14464         * gnus.el (gnus-group-startup-message): Search for gnus images in
14465         etc/images/gnus.
14466         * mm-util.el (mm-image-load-path): Likewise.
14467         * smiley.el (smiley-data-directory): Search for smilies in
14468         etc/images/smilies.
14469
14470 2005-02-09  Kim F. Storm  <storm@cua.dk>
14471
14472         Change Emacs release version from 21.4 to 22.1 throughout.
14473         Change Emacs development version from 21.3.50 to 22.0.50.
14474
14475 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14476
14477         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14478
14479         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14480         non-Mule XEmacs as well.
14481         (mm-decompress-buffer): Signal an error intentionally if it does
14482         not decompress compressed data because auto-compression-mode is
14483         disabled.
14484
14485 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14486
14487         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14488         an ID in the registry even if it has no groups.
14489
14490 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14491
14492         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14493         merge it into mm-decompress-buffer.
14494         (gnus-mime-copy-part): Use the MIME part charset, the value which
14495         a user specified or gnus-newsgroup-charset for decoding, like
14496         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14497         save-buffer what was used.  Suggested by Kevin Ryde
14498         <user42@zip.com.au>.
14499         (gnus-mime-inline-part): Allow the name parameter as well as the
14500         filename parameter; force decompressing of compressed data; always
14501         display contents being not decoded as unibyte.
14502
14503         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14504         as well as the filename parameter.
14505
14506         * mm-util.el (mm-decompress-buffer): Merge
14507         gnus-mime-jka-compr-maybe-uncompress.
14508         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14509         of compressed data.
14510
14511 2005-02-08  Simon Josefsson  <jas@extundo.com>
14512
14513         * imap.el (imap-log): Doc fix.
14514
14515 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14516
14517         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14518         the coding cookies; decompress compressed parts.
14519
14520         * mml.el (mml-generate-mime-1): Add the charset parameter according
14521         to the value which a user specified manually or the coding cookie.
14522
14523         * mm-util.el (mm-string-to-multibyte): New function.
14524         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14525         (mm-coding-system-to-mime-charset): New function.
14526         (mm-decompress-buffer): New function.
14527         (mm-find-buffer-file-coding-system): New function.
14528
14529         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14530         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14531         parts.
14532
14533 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14534
14535         * mm-view.el (mm-display-inline-fontify): Decode a part according
14536         to the charset parameter.
14537
14538 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14539
14540         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14541         prefix arg is neither nil nor a number, as info specifies.
14542
14543 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14544
14545         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14546         timestamps.
14547
14548 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14549
14550         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14551         groups error checking and notify user.
14552
14553 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14554
14555         * message.el (message-send-mail-function): Check existence of
14556         sendmail-program first before using default value
14557         `message-send-mail-with-sendmail'.  Otherwise use more generic
14558         `smtpmail-send-it'.
14559
14560 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14561
14562         * nntp.el (nntp-request-update-info): Always return nil.
14563
14564 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14565
14566         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14567
14568 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14569
14570         * message.el (message-beginning-of-line): Change the behavior when
14571         invoked between BOL and : so that it first moves backward.
14572
14573 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14574
14575         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14576         article buffer when editing of the article is discarded.
14577         (gnus-article-prepare): Revert.
14578
14579 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14580
14581         * gnus-art.el (gnus-article-prepare):
14582         Remove message-strip-forbidden-properties from the local hook.
14583
14584 2005-01-27  Simon Josefsson  <jas@extundo.com>
14585
14586         * password.el (password-cache-add): Only start one timer per key.
14587         Reported by Derek Atkins <warlord@MIT.EDU>.
14588
14589 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14590
14591         * run-at-time.el: Removed.  It is no longer needed as
14592         timer-funcs.el in the xemacs-base package has a working version of
14593         `run-at-time'.
14594
14595         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14596
14597         * password.el: Require timer-funcs instead of run-at-time in
14598         XEmacs.
14599         Remove `password-run-at-time' macro.
14600         (password-cache-add): Use `run-at-time' instead of
14601         `password-run-at-time'.
14602
14603         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14604         Remove `nnheader-cancel-function-timers' alias,
14605         `cancel-function-timers' exists in XEmacs in timer-funcs.
14606
14607         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14608         for `run-with-idle-timer'.
14609
14610         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14611         for `run-at-time'.
14612
14613         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14614         for `with-timeout'.
14615
14616         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14617         the same as for XEmacs 21.4.
14618         No need to ignore `run-with-idle-timer', this function exists in
14619         XEmacs now in timer-funcs.el in the xemacs-base package.
14620         (dgnushack-compile): No need to delete
14621         run-at-time.el from the list of files to compile because it
14622         doesn't exist anymore.
14623
14624 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14625
14626         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14627         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14628
14629 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14630
14631         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14632         sensitively.
14633
14634 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14635
14636         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14637
14638 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14639
14640         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14641         which will be inserted according to the multibyteness of a buffer
14642         rather than the type of contents.  Suggested by ARISAWA Akihiro
14643         <ari@mbf.ocn.ne.jp>.
14644
14645         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14646         of string which old xml.el may return rather than a string.
14647
14648 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14649
14650         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14651
14652 2005-01-16  Simon Josefsson  <jas@extundo.com>
14653
14654         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14655         idn/idna.el isn't available.
14656         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14657         <michael@waxrat.com>.
14658
14659         * hashcash.el: Remove non-FSF copyright header.
14660
14661         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14662         (hashcash-generate-payment): Use it.
14663         (hashcash-generate-payment-async): Use it.
14664
14665 2005-01-15  Simon Josefsson  <jas@extundo.com>
14666
14667         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14668         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14669
14670         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14671         gnus-summary-idna-message.
14672         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14673         (gnus-summary-idna-message): New function.
14674
14675 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14676
14677         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14678         gnus-novice-user.
14679
14680 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * nnrss.el (nnrss-request-delete-group): Delete entries in
14683         nnrss-group-alist as well.
14684         (nnrss-save-server-data): Insert newline.
14685
14686 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14687
14688         * gnus.el (gnus-user-agent): Use list of symbols instead of
14689         symbols.  Display full version number for (S)XEmacs.  Optionally
14690         display (S)XEmacs codename.
14691
14692         * gnus-util.el (gnus-emacs-version): Update for new
14693         `gnus-user-agent'.
14694
14695         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14696         Gnus version.
14697
14698 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14699
14700         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14701         which is unreadable in some setups.
14702
14703 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14704
14705         * gnus-spec.el (gnus-update-format-specifications): Flush the
14706         group format spec cache if it doesn't support decoded group names.
14707
14708 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14709
14710         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14711         Allow to apply decay on score files matching a regexp.
14712
14713 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14714
14715         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14716         compatibility in %g and %c.
14717
14718 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14719
14720         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14721         name for only %g and %c.
14722         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14723         of gnus-tmp-group to decoded group name.
14724         (gnus-group-make-rss-group): Exclude `/'s from group names.
14725
14726 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14727
14728         * nnrss.el (nnrss-get-encoding): Fix regexp.
14729
14730 2004-12-27  Simon Josefsson  <jas@extundo.com>
14731
14732         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14733         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14734         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14735
14736 2004-12-17  Kim F. Storm  <storm@cua.dk>
14737
14738         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14739
14740         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14741
14742 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14743
14744         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14745
14746 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14747
14748         * nnrss.el: Require rfc2047 and mml.
14749         (nnrss-file-coding-system): New variable.
14750         (nnrss-format-string): Redefine it as an inline function.
14751         (nnrss-decode-group-name): New function.
14752         (nnrss-string-as-multibyte): Remove.
14753         (nnrss-retrieve-headers): Decode group name; don't use
14754         nnrss-format-string.
14755         (nnrss-request-group): Decode group name.
14756         (nnrss-request-article): Decode group name; allow a Message-ID as
14757         well as an article number; don't use nnrss-format-string; encode a
14758         Message-ID string which may contain non-ASCII characters; use
14759         mml-to-mime to compose a MIME article.
14760         (nnrss-request-expire-articles): Decode group name.
14761         (nnrss-request-delete-group): Decode group name.
14762         (nnrss-fetch): Clarify error message.
14763         (nnrss-read-server-data): Use insert-file-contents instead of load;
14764         bind file-name-coding-system; use multibyte buffer.
14765         (nnrss-save-server-data): Bind coding-system-for-write to the
14766         value of nnrss-file-coding-system; bind file-name-coding-system;
14767         add coding cookie.
14768         (nnrss-read-group-data): Use insert-file-contents instead of load;
14769         bind file-name-coding-system; use multibyte buffer.
14770         (nnrss-save-group-data): Bind coding-system-for-write to the
14771         value of nnrss-file-coding-system; bind file-name-coding-system.
14772         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14773         make it work with non-ASCII text.
14774         (nnrss-find-el): Make it work with old xml.el as well.
14775
14776 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14777
14778         * nnrss.el (nnrss-get-encoding): New function.
14779         (nnrss-fetch): Use unibyte buffer initially; bind
14780         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14781         decode contents according to the encoding attribute.
14782         (nnrss-save-group-data): Add coding cookie.
14783         (nnrss-mime-encode-string): New function.
14784         (nnrss-check-group): Use it to encode subject and author.
14785
14786 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14787
14788         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14789         imaginary variable.
14790
14791 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14792
14793         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14794         correctly even if there are wide characters.
14795
14796 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14797
14798         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14799         downcased symbol names; make a new cache instead of reusing
14800         bbdb-hashtable.
14801
14802 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14803
14804         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14805         concatenating segments rather than before concatenating them.
14806         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14807
14808         * message.el (message-get-reply-headers): Bind `extra'.
14809
14810 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14811
14812         * message.el (message-extra-wide-headers): New variable.
14813         (message-get-reply-headers): Use it.
14814
14815 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14816
14817         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14818         (gnus-agent-group-pathname): Ditto.
14819
14820         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14821
14822         * gnus-group.el (gnus-group-make-group): Decode group name.
14823         (gnus-group-make-rss-group): Register the group data after opening
14824         the nnrss group.
14825
14826 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14827
14828         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14829         by expiry now get marked as read.
14830
14831 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14832
14833         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14834
14835 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14836
14837         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14838         unify Latin characters in XEmacs.
14839         (mm-find-mime-charset-region): Use it.
14840
14841 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14842
14843         * gnus-util.el (gnus-delete-directory): New function.
14844
14845         * gnus-agent.el (gnus-agent-delete-group): Use it.
14846
14847         * gnus-cache.el (gnus-cache-delete-group): Use it.
14848
14849 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14850
14851         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14852         names.
14853
14854 2004-12-16  Simon Josefsson  <jas@extundo.com>
14855
14856         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14857
14858 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14859
14860         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14861
14862         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14863         (gnus-group-set-current-level): Decode group name.
14864
14865 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14866
14867         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14868         failed.
14869
14870 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14871
14872         * gnus-group.el (gnus-group-delete-group): Decode group name.
14873         (gnus-group-make-rss-group): Encode group name.
14874         (gnus-group-catchup-current): Decode group name.
14875         (gnus-group-kill-group): Decode group name.
14876
14877 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14878
14879         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14880
14881 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14882
14883         * gnus-group.el (gnus-group-make-rss-group):
14884         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14885
14886         * gnus-start.el (gnus-setup-news): Honor user's setting to
14887         gnus-message-archive-method.  Suggested by Lute Kamstra
14888         <lute@gnu.org>.
14889
14890 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14891
14892         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14893         global counterparts of the buffer-local variables.
14894
14895 2004-11-16  Romain Francoise  <romain@orebokech.com>
14896
14897         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14898         counterparts of the buffer-local variables.
14899
14900 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14901
14902         * message.el (message-forbidden-properties): Fixed typo in doc
14903         string.
14904
14905 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14906
14907         * gnus-util.el (gnus-replace-in-string): Added doc string.
14908
14909         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14910         to avoid problems when splitting mails with many recipients.
14911
14912 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14913
14914         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14915         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14916
14917 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14918
14919         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14920         if there is no hashtable in memory or file modification time is
14921         newer than cached timestamp.
14922
14923 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14924
14925         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14926         not-matching option.
14927
14928 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14929
14930         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14931         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14932         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14933         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14934         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14935         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14936
14937 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14938
14939         * message.el (message-forward-make-body-mml): Remove headers
14940         according to message-forward-ignored-headers if a message is decoded.
14941
14942 2004-12-02  Romain Francoise  <romain@orebokech.com>
14943
14944         * message.el (message-forward-make-body-plain): Always remove
14945         headers according to message-forward-ignored-headers.
14946
14947 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14948
14949         * spam.el (spam-summary-prepare-exit): Remove the
14950         gnus-summary-limit pop for now, it has problems with ham marks for
14951         me.
14952
14953 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14954
14955         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14956         correctly.
14957
14958 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14959
14960         * format-spec.el (format-spec): Message the char.
14961
14962 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14963
14964         * gnus-art.el (gnus-split-methods): Reformat comments.
14965
14966         * spam.el (spam-summary-prepare-exit): Remove article limits
14967         before exiting the summary buffer.
14968
14969 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14970
14971         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14972         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14973
14974         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14975         order to silence the byte compiler.
14976
14977         * spam.el: Fix the way to silence the byte compiler, which
14978         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14979         bbdb-search-simple, spam-BBDB-register-routine,
14980         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14981         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14982         spam-stat-buffer-is-spam, spam-stat-load,
14983         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14984         spam-stat-save and spam-stat-split-fancy.
14985
14986 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14987
14988         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14989         which may confuse users.
14990         (canlock-password-for-verify): Ditto.
14991
14992         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14993
14994         * gnus-art.el (gnus-emphasis-alist): Ditto.
14995
14996         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14997
14998         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14999
15000         * gnus-start.el (gnus-save-killed-list): Ditto.
15001
15002         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15003         (gnus-sum-thread-tree-root): Ditto.
15004         (gnus-sum-thread-tree-false-root): Ditto.
15005         (gnus-sum-thread-tree-single-indent): Ditto.
15006
15007         * message.el (message-courtesy-message): Ditto.
15008         (message-archive-note): Ditto.
15009         (message-subscribed-address-file): Ditto.
15010         (message-user-fqdn): Ditto.
15011
15012         * spam-report.el (spam-report-gmane-regex): Ditto.
15013
15014         * spam.el (spam-blackhole-good-server-regex): Ditto.
15015
15016 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15017
15018         * mml.el (mml-preview): Widen the message buffer before copying
15019         the contents to the preview buffer; sort headers before previewing.
15020
15021         * message.el (message-hidden-headers): Fix the way to avoid a bug
15022         in the `repeat' widget in Emacs 21.3 or earlier.
15023
15024 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15025
15026         * message.el (message-hidden-headers): Default to "^References:".
15027         Improve customization type.  Suggested by Reiner Steib
15028         <Reiner.Steib@gmx.de>.
15029
15030 2004-11-25  Romain Francoise  <romain@orebokech.com>
15031
15032         * message.el (message-strip-forbidden-properties): Remove check for
15033         obsolete `message-hidden' text property, hidden headers are not
15034         accessible in the buffer anymore.
15035
15036 2004-11-22  Romain Francoise  <romain@orebokech.com>
15037
15038         * message.el (message-header-format-alist): Add `From' in list
15039         so that it can be sorted.
15040         (message-fix-before-sending): Widen and sort headers before
15041         sending.
15042         (message-hide-headers): Use narrowing to hide headers by moving
15043         them to the top of the buffer and narrowing to the region
15044         underneath.
15045
15046 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15047
15048         * message.el (message-strip-forbidden-properties): Bind
15049         buffer-read-only (etc) to nil.
15050
15051 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15052
15053         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15054         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15055
15056 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15057
15058         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15059
15060 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15061
15062         * dns.el (query-dns): Use sit-for to time instead of
15063         accept-process-output, since that doesn't seem to work on udp
15064         sockets.
15065
15066 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15069
15070 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15071
15072         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15073         doc string.  Improve doc string.
15074
15075 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * nntp.el (nntp-request-update-info): Return nil if
15078         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15079         may not call gnus-activate-group which uselessly issues the GROUP
15080         commands for all nntp groups and wastes time.  Reported by Romain
15081         Francoise <romain@orebokech.com>.
15082
15083         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15084
15085 2004-11-15  Simon Josefsson  <jas@extundo.com>
15086
15087         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15088         headers separately.
15089         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15090         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15091
15092 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15093
15094         * gnus-start.el (gnus-convert-old-newsrc):
15095         Assign legacy-gnus-agent to 5.10.7.
15096
15097 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15098
15099         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15100         start of the lines.
15101
15102 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15103
15104         * hashcash.el (hashcash-default-payment): Change default to 20.
15105         (hashcash-default-accept-payment): Change default to 20.
15106         (hashcash-process-alist): New variable.
15107         (hashcash-generate-payment-async): Add.
15108         (hashcash-already-paid-p): Add.
15109         (hashcash-insert-payment): Don't generate payments twice.
15110         (hashcash-insert-payment-async): Add.
15111         (hashcash-insert-payment-async-2): Add.
15112         (hashcash-cancel-async): Add.
15113         (hashcash-wait-async): Add.
15114         (hashcash-processes-running-p): Add.
15115         (hashcash-wait-or-cancel): Add.
15116         (mail-add-payment): New optional argument.  Conditionally start
15117         asynchronous calculation.
15118         (mail-add-payment-async): Add.
15119
15120         * message.el (message-send-mail): Wait for asynchronous hashcash
15121         results.  Don't clobber existing X-Hashcash headers.
15122         (message-setup-1): Call mail-add-payment-async when
15123         message-generate-hashcash is non-nil.
15124
15125 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15126
15127         * message.el (message-use-alternative-email-as-from): Examine the
15128         From header as well; use message-make-from in order to include a
15129         user's full name.
15130
15131 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15132
15133         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15134         default; improve customization type.
15135         (gnus-emphasis-custom-with-format): New macro.
15136         (gnus-emphasis-custom-value-to-external): New function.
15137         (gnus-emphasis-custom-value-to-internal): New function.
15138
15139 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15140
15141         * dns.el (query-dns): Resolve reverse addresses.
15142
15143 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15144
15145         * gnus-group.el (gnus-group-get-new-news): Use it.
15146
15147         * gnus-start.el (gnus-check-reasonable-setup): New function.
15148
15149 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15150
15151         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15152         "Args out of range" error.  Reported by Arnaud Giersch
15153         <arnaud.giersch@free.fr>.
15154
15155 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15156
15157         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15158
15159 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15160
15161         * spam.el (spam group): Add :version.
15162
15163         * pgg-def.el (pgg group): Add :version.
15164
15165 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15166
15167         * gnus-art.el (gnus-article-edit-article): Don't associate the
15168         article buffer with a draft file.  This is a temporary measure
15169         against the 2004-08-22 change to gnus-article-edit-mode.
15170
15171 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15172
15173         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15174         (html2text-format-tags): Remove unused variable `attr'.
15175
15176 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15177
15178         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15179
15180         * tls.el (tls-process-connection-type, tls-success)
15181         (tls-certtool-program): Add :version.
15182
15183         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15184         (starttls-extra-arguments, starttls-process-connection-type)
15185         (starttls-connect, starttls-failure, starttls-success): Add :version.
15186
15187         * spam-stat.el (spam-stat): Add :version.
15188
15189         * sieve.el (sieve): Add :version.
15190
15191         * sha1.el (sha1): Add :version.
15192         (sha1-use-external): Remove redundant version.
15193
15194         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15195         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15196         (nnmail-split-fancy-match-partial-words)
15197         (nnmail-split-lowercase-expanded): Add :version.
15198
15199         * nndiary.el (nndiary): Add :version.
15200
15201         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15202
15203         * mml-sec.el (mml-default-sign-method)
15204         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15205         Add :version.
15206
15207         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15208
15209         * mm-url.el (mm-url-use-external, mm-url-program)
15210         (mm-url-arguments): Add :version.
15211
15212         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15213         (mm-attachment-file-modes, mm-decrypt-option)
15214         (mm-w3m-safe-url-regexp): Add :version.
15215
15216         * message.el (message-cite-prefix-regexp)
15217         (message-sendmail-envelope-from, message-minibuffer-local-map)
15218         (message-user-fqdn, message-completion-alist): Add :version.
15219
15220         * gnus-win.el (gnus-configure-windows-hook)
15221         (gnus-use-frames-on-any-display): Add :version.
15222
15223         * gnus-art.el (gnus-article-address-banner-alist)
15224         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15225         (gnus-treat-from-picon, gnus-treat-mail-picon)
15226         (gnus-treat-x-pgp-sig): Add :version.
15227
15228         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15229         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15230         (gnus-summary-article-delete-hook)
15231         (gnus-summary-display-while-building): Add :version.
15232
15233         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15234         (gnus-get-top-new-news-hook): Add :version.
15235
15236         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15237         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15238
15239         * gnus-registry.el (gnus-registry): Add :version.
15240
15241         * gnus-spec.el (gnus-use-correct-string-widths)
15242         (gnus-make-format-preserve-properties): Add :version.
15243
15244         * gnus.el (gnus-group-charter-alist)
15245         (gnus-group-fetch-control-use-browse-url)
15246         (gnus-install-group-spam-parameters): Add :version.
15247
15248         * gnus-diary.el (gnus-diary): Add :version.
15249
15250         * gnus-delay.el (gnus-delay): Add :version.
15251
15252         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15253         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15254         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15255         Add :version.
15256
15257         * gnus-agent.el (gnus-agent-max-fetch-size)
15258         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15259         (gnus-agent-prompt-send-queue): Add :version.
15260
15261         * deuglify.el (gnus-outlook-deuglify): Add :version.
15262
15263         * html2text.el: Beautify code.  Improve doc strings.  Some
15264         checkdoc cleanup.
15265         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15266
15267 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15268
15269         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15270
15271 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15272
15273         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15274         when package is loaded.
15275
15276         * spam.el (spam-summary-score-preferred-header): Add global preference
15277         for people who want to override the default SpamAssassin over
15278         Bogofilter preference (when both are set).
15279         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15280         (spam-user-format-function-S): Check
15281         spam-summary-score-preferred-header.
15282         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15283         (spam-user-format-function-S): Format the score correctly.
15284
15285 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15286
15287         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15288         signature file.  Suggested by Manoj Srivastava
15289         <srivasta@golden-gryphon.com>.
15290
15291         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15292         iso-2022-jp even in the Japanese language environment.
15293         Suggested by Jason Rumney <jasonr@gnu.org>.
15294
15295 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15296
15297         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15298         use the same characters as the dummy marks; make it free from
15299         getting affected by the language environment.
15300         (gnus-summary-read-group-1): Update mark positions only when the
15301         format spec is updated.
15302
15303         * gnus-spec.el (gnus-update-format-specifications): Return a list
15304         of updated types.
15305
15306 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15307
15308         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15309         of boundp to check if display-warning is available.
15310
15311 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15312
15313         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15314
15315 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15316
15317         * nnspool.el (nnspool-spool-directory): Use news-path if the
15318         news-directory variable is not bound.
15319
15320         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15321         function instead of display-warning if it is not available.
15322
15323 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15324
15325         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15326         v5-10: Use `point-at-bol'.
15327
15328 2004-10-26  Simon Josefsson  <jas@extundo.com>
15329
15330         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15331         <chenggao@gmail.com>.
15332
15333 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15334
15335         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15336         instead.
15337
15338 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15339
15340         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15341         to remove a server from the nnimap-server-buffer-alist.
15342         (nnimap-open-connection, nnimap-close-server): Use it.
15343
15344         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15345
15346 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15347
15348         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15349         running the major-mode function.
15350
15351 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15352
15353         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15354         dummy marks in the right way.
15355
15356 2004-10-18  David Edmondson  <dme@dme.org>
15357
15358         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15359         excessively.
15360
15361 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15362
15363         * gnus-util.el (gnus-split-references): Accept a nil references
15364         string and go on blissfully.
15365
15366         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15367         cases where the references string is non-nil but has no references.
15368
15369         * encrypt.el: Add autoload tags.
15370
15371         * spam.el (spam-resolve-registrations-routine): Remove article
15372         from unregistration list too.  Reported by David Hanak
15373         <dhanak@isis.vanderbilt.edu>
15374
15375 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15376
15377         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15378         nil.  Changed custom type.
15379
15380 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15381
15382         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15383
15384         * gnus-sum.el (gnus-summary-move-article): Use it.
15385
15386 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15387
15388         * encrypt.el: Add autoload cookies.
15389
15390         * spam.el (spam-backend-article-list-property)
15391         (spam-backend-get-article-todo-list)
15392         (spam-backend-put-article-todo-list)
15393         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15394         Resolve registrations separately.
15395         (spam-register-routine): Format comments.
15396         (spam-unregister-routine, spam-register-routine): Always call with
15397         specific-articles, no default list.
15398         (spam-summary-prepare-exit): Use the spam-classifications function.
15399
15400         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15401         gnus-encrypt.el.
15402
15403         * encrypt.el: Copied from gnus-encrypt.el.
15404
15405         * gnus-encrypt.el: Commented that it's obsolete.
15406
15407 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15408
15409         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15410         (gnus-score-save): Use it.
15411
15412         * message.el (message-bury): Use `window-dedicated-p'.
15413
15414 2004-10-15  Simon Josefsson  <jas@extundo.com>
15415
15416         * pop3.el (top-level): Don't require nnheader.
15417         (pop3-read-timeout): Add.
15418         (pop3-accept-process-output): Add.
15419         (pop3-read-response, pop3-retr): Use it.
15420
15421 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15422
15423         * spam.el (spam-register-routine): Move comment.
15424         (spam-verify-bogofilter): Use 'unknown for the initial
15425         spam-bogofilter-valid state, not 'never.
15426
15427         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15428         for netrc-machine.
15429
15430         * nnimap.el (nnimap-open-connection): Use
15431         netrc-machine-user-or-password.
15432
15433 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15434
15435         * gnus-registry.el (gnus-registry-unload-hook):
15436         Set as a variable with add-hook.
15437
15438         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15439         of news-path.
15440
15441         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15442
15443         * spam.el: Delete duplicate `provide'.
15444         (spam-unload-hook): Set as a variable with add-hook.
15445
15446 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15447
15448         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15449         in the doc string.
15450
15451         * message.el (message-ignored-news-headers)
15452         (message-ignored-supersedes-headers)
15453         (message-ignored-resent-headers)
15454         (message-forward-ignored-headers): Improve custom type.
15455
15456 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15457
15458         * message.el (message-tokenize-header): Fix 2004-09-06 change
15459         which used point-min in the wrong place.
15460
15461 2004-10-12  Simon Josefsson  <jas@extundo.com>
15462
15463         * tls.el (tls-certtool-program): New variable.
15464         (tls-certificate-information): New function, based on
15465         ssl-certificate-information.
15466
15467 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15468
15469         * compface.el: Move the version of ELisp-based uncompface program
15470         to the contrib directory because of the copyright problem.
15471
15472 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * message.el (message-kill-buffer): Raise the current frame.
15475
15476 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15477
15478         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15479
15480         * gnus.el (message-y-or-n-p): Autoload.
15481
15482         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15483         (pop3-password-required, pop3-authentication-scheme)
15484         (pop3-leave-mail-on-server): Made customizable.
15485         (pop3): New custom group.
15486         (pop3-retr): Remove `sleep-for' statements.
15487         Suggested by Dave Love <fx@gnu.org>.
15488
15489         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15490         Windows/DOS.
15491
15492         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15493         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15494         Dave Love <fx@gnu.org>.
15495
15496         * mml.el (mml-minibuffer-read-disposition): Require match.
15497         Suggested by Dave Love <fx@gnu.org>.
15498
15499 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15500
15501         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15502         doc string.
15503
15504 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15505
15506         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15507
15508 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15509
15510         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15511         instead of calling `mm-insert-inline', to decode text/* parts
15512         before displaying them.
15513
15514 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15515
15516         * mm-uu.el (mm-uu-text-plain-type): New variable.
15517         (mm-uu-pgp-signed-extract-1): Use it.
15518         (mm-uu-pgp-encrypted-extract-1): Use it.
15519         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15520         bind mm-uu-text-plain-type with that value.
15521         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15522         mm-uu-dissect.
15523
15524 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15525
15526         * gnus-group.el (gnus-update-group-mark-positions):
15527         * gnus-sum.el (gnus-update-summary-mark-positions):
15528         * message.el (message-check-news-body-syntax):
15529         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15530         of string-as-multibyte.
15531
15532 2004-10-05  Juri Linkov  <juri@jurta.org>
15533
15534         * gnus-group.el (gnus-update-group-mark-positions):
15535         * gnus-sum.el (gnus-update-summary-mark-positions):
15536         * message.el (message-check-news-body-syntax):
15537         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15538         8-bit unibyte values to a multibyte string for search functions.
15539
15540 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15541
15542         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15543         (mm-uu-dissect-text-parts): New function.
15544
15545         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15546         dissect text parts.
15547
15548         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15549         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15550
15551         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15552
15553         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15554         gnus-current-topics instead of gnus-current-topic.
15555
15556 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15557
15558         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15559
15560 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15561
15562         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15563         where approriate.
15564
15565         * nnml.el (nnml-generate-active-info): do.
15566
15567         * nndiary.el (nndiary-generate-active-info): do.
15568
15569         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15570         (gnus-topic-move): do.
15571
15572         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15573         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15574
15575         * gnus-srvr.el (gnus-server-prepare)
15576         (gnus-server-open-all-servers): do.
15577
15578         * gnus-msg.el (gnus-summary-cancel-article)
15579         (gnus-summary-resend-message)
15580         (gnus-summary-mail-crosspost-complaint): do.
15581
15582         * gnus-move.el (gnus-change-server): do.
15583
15584         * gnus-group.el (gnus-group-unmark-all-groups)
15585         (gnus-group-set-current-level): do.
15586
15587 2004-10-04  Simon Josefsson  <jas@extundo.com>
15588
15589         * message.el (message-generate-hashcash): Doc fix.
15590
15591 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15592
15593         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15594         avoid infinite recursion via gnus-get-function.
15595
15596 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15597
15598         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15599
15600         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15601
15602         * nnmail.el (nnmail-split-history): do.
15603
15604         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15605         (nnml-request-delete-group): do.
15606
15607         * nnslashdot.el (nnslashdot-read-groups): do.
15608
15609         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15610         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15611
15612         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15613         (nnspool-sift-nov-with-sed): Use last.
15614         (nnspool-retrieve-headers-with-nov): Use mapc.
15615         (nnspool-request-newgroups): Use dolist.
15616         (nnspool-request-group): Use last.
15617
15618         * nntp.el (nntp-read-server-type): Use dolist.
15619
15620         * nnvirtual.el (nnvirtual-create-mapping)
15621         (nnvirtual-update-read-and-marked): Use dolist.
15622         (nnvirtual-convert-headers): Simplify.
15623
15624 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15625
15626         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15627         support for sync'ing tick marks.
15628
15629 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15630
15631         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15632         there's no visible header.
15633
15634 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15635
15636         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15637         necessary, pass full group name to gnus-request-set-marks.
15638
15639 2004-10-01  Simon Josefsson  <jas@extundo.com>
15640
15641         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15642         acroread.
15643
15644 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15645
15646         * spam-report.el (spam-report-gmane): Fix interactive.
15647
15648         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15649
15650         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15651         when writing file.
15652         (gnus-agent-synchronize-flags): Don't default to being
15653         interactive.
15654
15655 2004-09-30  Simon Josefsson  <jas@extundo.com>
15656
15657         * message.el (message-generate-hashcash): Add.
15658         (message-send-mail): Use it, call mail-add-payment.
15659
15660 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15661
15662         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15663
15664 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15665
15666         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15667         gnus-requst-update-info with explicit code to sync the in-memory
15668         info read flags with the marks being sync'd to the backend.
15669
15670         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15671
15672 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15673
15674         * spam.el (spam-verify-bogofilter): Add new function.
15675         (spam-check-bogofilter)
15676         (spam-bogofilter-register-with-bogofilter): Use it.
15677         (spam-verify-bogofilter): Add small fixes.
15678
15679 2004-09-28  Simon Josefsson  <jas@extundo.com>
15680
15681         * hashcash.el (hashcash-generate-payment): Revert.
15682
15683 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15684
15685         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15686         gnus-extract-references instead of gnus-split-references.
15687
15688         * gnus-util.el (gnus-extract-references): Add new function, analogous
15689         to gnus-split-references but extracts only the message-ID without
15690         anything extra.
15691
15692         * hashcash.el (hashcash-generate-payment)
15693         (hashcash-check-payment): Do the right thing if hashcash-path is
15694         nil (because the hashcash program could not be found).
15695
15696         * spam.el (spam-use-hashcash): Remove comment.
15697
15698 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15699
15700         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15701         (gnus-cache-enter-article, gnus-cache-remove-article)
15702         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15703
15704         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15705
15706         * gnus-art.el (article-hide-boring-headers)
15707         (article-translate-strings, article-display-face)
15708         (gnus-article-mime-match-handle-first)
15709         (gnus-article-highlight-headers)
15710         (gnus-article-add-buttons-to-head): do.
15711
15712 2004-09-27  Simon Josefsson  <jas@extundo.com>
15713
15714         * hashcash.el: New version, from
15715         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15716         ../contrib/.
15717
15718 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15719
15720         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15721
15722 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15723
15724         * gnus-dup.el (gnus-dup-open): Use mapc.
15725         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15726
15727         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15728         Reported by Stefan Wiens <s.wi@gmx.net>.
15729
15730         * gnus.el (gnus-shutdown): Use dolist.
15731
15732         * gnus-undo.el (gnus-undo): Use mapc.
15733
15734         * nnrss.el (nnrss-generate-active): do.
15735
15736         * message.el (message-cite-original-without-signature)
15737         (message-cite-original): Use mapc.
15738         (message-do-actions, message-make-forward-subject): Use dolist.
15739
15740 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15741
15742         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15743         deletion to remove entire duplicate line.  Fixes merged article
15744         number bug.
15745
15746 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15747
15748         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15749         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15750         first ask if you want to open a server and then, even when you
15751         responded with no, asking if you want to synchronize the server's
15752         flags.
15753         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15754         multi-line expressions.
15755         (gnus-agent-synchronize-group-flags): New internal function.
15756         Updates marks in memory (in the info structure) AND in the
15757         backend.
15758
15759         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15760
15761         * nnagent.el (nnagent-request-set-mark): Use
15762         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15763         method, to ensure that synchronization updates marks in the
15764         backend and in the info (in memory) structure.
15765
15766 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15767
15768         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15769         convention fully; don't miss the root article of a thread; make
15770         the X-Draft-From header with correct article numbers.
15771
15772 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15773
15774         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15775         unless plugged.  Disable the agent so that an open failure causes
15776         an error.
15777
15778         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15779         Reverted 2004-09-21 change.  The backend must be opened while
15780         synchronizing flags even when the backend stores the flags
15781         locally.
15782
15783 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15784
15785         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15786         in `header' match.  Reported by Svend Tollak Munkejord.
15787
15788         * message.el (message-cite-original): Fix use of
15789         `message-cite-articles-with-x-no-archive'.
15790
15791 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15792
15793         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15794         (gnus-window-to-buffer): Ditto.
15795
15796         * mml.el (mml-preview-buffer): New variable.
15797         (mml-preview): Manage window layout with gnus-buffer-configuration.
15798
15799         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15800         X-Draft-From header even if those articles aren't quoted.
15801
15802 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15803
15804         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15805         (gnus-request-set-mark, gnus-request-update-mark): Use new
15806         g-s-t-u-l-m to decide to use backend even when unplugged.
15807
15808 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15811         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15812
15813 2004-09-20  Simon Josefsson  <jas@extundo.com>
15814
15815         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15816         "utf-16-le".
15817
15818 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15819
15820         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15821
15822 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15823
15824         * uudecode.el (uudecode-use-external): Add :version.
15825
15826         * smime.el (smime-CA-file, smime-encrypt-cipher)
15827         (smime-dns-server): Add :version.
15828
15829         * smiley.el (gnus-smiley-file-types): Add :version.
15830
15831         * sha1.el (sha1-use-external): Add :version.
15832
15833         * pgg-def.el (pgg-query-keyserver): Add :version.
15834
15835         * nnmail.el (nnmail-fancy-expiry-targets)
15836         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15837         Add :version.
15838
15839         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15840         (nnimap-retrieve-groups-asynchronous): Add :version.
15841         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15842
15843         * mml.el (mml-content-disposition-parameters)
15844         (mml-insert-mime-headers-always): Add :version.
15845
15846         * mm-util.el (mm-coding-system-priorities): Add :version.
15847
15848         * mm-decode.el (mm-inline-text-html-with-images)
15849         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15850         (mm-verify-option): Add :version.
15851         (mm-text-html-renderer): Change :version.
15852
15853         * message.el (message-fcc-externalize-attachments)
15854         (message-required-headers, message-draft-headers)
15855         (message-subject-trailing-was-query)
15856         (message-subject-trailing-was-ask-regexp)
15857         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15858         (message-mark-insert-end, message-archive-header)
15859         (message-archive-note, message-cross-post-default)
15860         (message-cross-post-note, message-followup-to-note)
15861         (message-cross-post-note-function, message-use-mail-followup-to)
15862         (message-subscribed-address-functions)
15863         (message-subscribed-address-file, message-subscribed-addresses)
15864         (message-subscribed-regexps, message-allow-no-recipients)
15865         (message-yank-cited-prefix, message-signature-insert-empty-line)
15866         (message-hidden-headers, message-hierarchical-addresses)
15867         (message-mail-user-agent, message-use-idna)
15868         (message-valid-fqdn-regexp)
15869         (message-strip-special-text-properties, message-header-synonyms)
15870         (message-beginning-of-line, message-tab-body-function): Add :version.
15871         (message-insert-canlock, message-wide-reply-confirm-recipients):
15872         Change :version.
15873
15874         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15875         and :version.
15876         (mail-source-delete-old-incoming-confirm)
15877         (mail-source-movemail-program): Add :version.
15878
15879         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15880         (gnus-agent-cache, gnus-agent): Change :version.
15881
15882         * gnus-util.el (gnus-use-byte-compile): Change :version.
15883
15884         * gnus-sum.el (gnus-summary-make-false-root-always)
15885         (gnus-summary-default-high-score)
15886         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15887         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15888         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15889         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15890         (gnus-sum-thread-tree-single-indent)
15891         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15892         (gnus-sum-thread-tree-leaf-with-other)
15893         (gnus-sum-thread-tree-single-leaf): Add :version.
15894         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15895         (gnus-article-loose-mime): Change :version.
15896
15897         * gnus-start.el (gnus-backup-startup-file)
15898         (gnus-save-startup-file-via-temp-buffer): Add :version.
15899
15900         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15901         (gnus-server-offline-face): Add :version.
15902
15903         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15904
15905         * gnus-msg.el (gnus-gcc-externalize-attachments)
15906         (gnus-debug-files, gnus-debug-exclude-variables)
15907         (gnus-discouraged-post-methods): Change :version.
15908         (gnus-confirm-mail-reply-to-news)
15909         (gnus-confirm-treat-mail-like-news): Add :version.
15910
15911         * gnus-int.el (gnus-server-unopen-status): Add :version.
15912
15913         * gnus-group.el (gnus-group-jump-to-group-prompt)
15914         (gnus-large-ephemeral-newsgroup)
15915         (gnus-fetch-old-ephemeral-headers): Add :version.
15916
15917         * gnus-fun.el (gnus-x-face-directory)
15918         (gnus-convert-pbm-to-x-face-command)
15919         (gnus-convert-image-to-x-face-command)
15920         (gnus-convert-image-to-face-command): Add :version.
15921
15922         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15923
15924         * gnus-cite.el (gnus-cite-blank-line-after-header)
15925         (gnus-article-boring-faces): Add :version.
15926
15927         * gnus-art.el (gnus-buttonized-mime-types)
15928         (gnus-inhibit-mime-unbuttonizing)
15929         (gnus-treat-display-face)
15930         (gnus-treat-body-boundary): Change :version.
15931         (gnus-body-boundary-delimiter, gnus-picon-databases)
15932         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15933         (gnus-treat-date-english, gnus-treat-fold-headers)
15934         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15935         (gnus-treat-mail-picon, gnus-treat-wash-html)
15936         (gnus-article-encrypt-protocol)
15937         (gnus-use-idna, gnus-article-over-scroll)
15938         (gnus-mime-display-multipart-alternative-as-mixed)
15939         (gnus-mime-display-multipart-related-as-mixed)
15940         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15941         (gnus-ctan-url, gnus-button-ctan-handler)
15942         (gnus-button-handle-ctan-bogus-regexp)
15943         (gnus-button-ctan-directory-regexp)
15944         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15945         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15946         (gnus-button-man-level, gnus-button-emacs-level)
15947         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15948
15949         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15950         (gnus-agent-go-online): Change :version.
15951         (gnus-agent-expire-unagentized-dirs)
15952         (gnus-agent-auto-agentize-methods): Add :version.
15953
15954         * flow-fill.el (fill-flowed-display-column)
15955         (fill-flowed-encode-column): Add :version.
15956
15957         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15958         (gnus-outlook-deuglify-unwrap-max)
15959         (gnus-outlook-deuglify-cite-marks)
15960         (gnus-outlook-deuglify-unwrap-stop-chars)
15961         (gnus-outlook-deuglify-no-wrap-chars)
15962         (gnus-outlook-deuglify-attrib-cut-regexp)
15963         (gnus-outlook-deuglify-attrib-verb-regexp)
15964         (gnus-outlook-deuglify-attrib-end-regexp)
15965         (gnus-outlook-display-hook): Add :version.
15966
15967         * binhex.el (binhex-use-external): Add :version.
15968
15969 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15970
15971         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15972         and `invisible'.
15973
15974 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15975
15976         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15977         in gnus-registry-trim.
15978
15979 2004-09-13  Simon Josefsson  <jas@extundo.com>
15980
15981         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15982
15983         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15984
15985         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15986         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15987         <yamaoka@jpl.org>.
15988         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15989         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15990         <yamaoka@jpl.org>.
15991
15992         * sieve.el (sieve-manage-mode): Ditto.
15993
15994 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15995
15996         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15997
15998 2004-09-11  Simon Josefsson  <jas@extundo.com>
15999
16000         * dns-mode.el: Add.
16001
16002         * mm-view.el (mm-display-dns-inline): Add.
16003
16004         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16005         (mm-automatic-display): Ditto.
16006
16007         * mailcap.el (mailcap-mime-data): Add text/dns.
16008         (mailcap-mime-extensions): Map .soa to text/dns.
16009
16010 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16011
16012         * gnus-art.el (article-decode-mime-words, article-babel)
16013         (gnus-article-highlight-signature, gnus-article-add-buttons)
16014         (gnus-signature-toggle): Remove unnecessary bindings of
16015         `inhibit-read-only' inherited from v5.10 merge.
16016
16017 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16018
16019         * nntp.el (nntp): New customization group.
16020         (nntp-authinfo-file): Add customization group.
16021
16022         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16023
16024         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16025
16026         * gnus.el (to-address, to-list, subscribed)
16027         (large-newsgroup-initial): Ditto.
16028
16029         * flow-fill.el (fill-flowed-display-column)
16030         (fill-flowed-encode-column): Ditto.
16031
16032 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16033
16034         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16035         Use point-min rather than 1.
16036         (message-send-mail): Use buffer-size rather than point-max.
16037
16038         * gnus-sum.el (gnus-summary-search-article-forward):
16039         Signal a specific `search-failed' rather than a generic `error'.
16040
16041         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16042         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16043         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16044
16045 2004-09-10  Simon Josefsson  <jas@extundo.com>
16046
16047         * nndb.el (require): Remove tcp and duplicate cl.
16048
16049 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16050
16051         * gnus-agent.el (directory-files-and-attributes): Move forward.
16052
16053 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16054
16055         * gnus-agent.el (directory-files-and-attributes): Optionally
16056         defined to support XEmacs.
16057
16058 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16059
16060         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16061         to avoid run-time CL dependencies.
16062         (gnus-agent-unfetch-articles): New function.
16063         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16064         article numbers even when local .overview file is missing.
16065         (gnus-agent-read-article-number): New function.  Only accepts
16066         27-bit article numbers.
16067         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16068         gnus-agent-read-article-number.
16069         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16070         from backend while recognizing that article numbers in .overview
16071         must be valid.
16072         (gnus-agent-update-files-total-fetched-for): Use
16073         directory-files-and-attributes to improve performance.
16074         * gnus-int.el (gnus-request-move-article): Use
16075         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16076         improve performance.
16077
16078         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16079         some users confused by references to .newsrc when they only have a
16080         .newsrc.eld file.
16081         (gnus-convert-mark-converter-prompt)
16082         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16083         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16084         New function.  Used internally to only display 'gnus converting
16085         files' message when actually necessary.
16086
16087         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16088         methods now autoloaded.
16089
16090 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16091
16092         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16093         identifiers.
16094
16095 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16096
16097         * gnus-picon.el: Fix indentation and closing parenthesis.
16098
16099 2004-09-01  Simon Josefsson  <jas@extundo.com>
16100
16101         * message.el (message-canlock-generate): Require sha1, not
16102         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16103         to require within a function.  Sadly, if sha1.el isn't loaded, the
16104         let binding in m-c-g will hide the defcustom definition, which is
16105         bad.)
16106
16107         * canlock.el: Require sha1, not sha1-el.
16108
16109         * message.el: Don't autoload sha1 (there is a autoload cookie in
16110         sha1.el).
16111
16112         * sha1-el.el: Renamed to sha1.el.
16113
16114 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16115
16116         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16117
16118 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16119
16120         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16121
16122 2004-08-30  Kim F. Storm  <storm@cua.dk>
16123
16124         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16125
16126         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16127         Add :group 'nnimap.
16128
16129 2004-08-30  Andreas Schwab  <schwab@suse.de>
16130
16131         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16132         ?* and ?\;.
16133
16134         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16135         and ?\' to symbol instead of whitespace.
16136
16137 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16138
16139         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16140
16141         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16142         instead of re-search-forward.
16143
16144         * gnus-uu.el (gnus-uu-save-article): Ditto.
16145         (gnus-uu-post-encode-uuencode): Ditto.
16146
16147         * html2text.el (html2text-clean-list-items): Ditto.
16148         (html2text-clean-dtdd): Ditto.
16149         (html2text-format-tags): Ditto.
16150
16151         * message.el (message-send-mail-with-sendmail): Fix regexp.
16152         (message-fill-field-general): Use search-forward instead of
16153         re-search-forward.
16154         (unbold-region): Ditto.
16155
16156         * nnrss.el (nnrss-request-article): Ditto.
16157
16158         * nnslashdot.el (nnslashdot-request-article): Ditto.
16159
16160         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16161
16162         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16163         "Unrecognized menu descriptor" error in XEmacs.
16164
16165 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16166
16167         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16168         parent article of a sparse article in the thread hashtb.
16169
16170 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16171
16172         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16173         (nnmail-expand-newtext): Lowercase expanded entries if
16174         nnmail-split-lowercase-expanded is non-nil.
16175
16176 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16177
16178         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16179
16180         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16181         of gnus-tmp-news-method into string under XEmacs.  It will be
16182         passed to gnus-correct-length which takes only a string argument.
16183
16184 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16185
16186         * gnus-util.el (gnus-bind-print-variables): New macro.
16187         (gnus-prin1): Use it.
16188         (gnus-prin1-to-string): Use it.
16189         (gnus-pp): New function.
16190         (gnus-pp-to-string): New function.
16191
16192         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16193         Replace pp-to-string with gnus-pp-to-string.
16194         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16195         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16196         * gnus-msg.el (gnus-debug): Ditto.
16197         * gnus-score.el (gnus-score-save): Ditto.
16198         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16199         gnus-pp-to-string.
16200         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16201         with gnus-pp.
16202         * score-mode.el (gnus-score-pretty-print): Ditto.
16203         * webmail.el (webmail-debug): Ditto.
16204
16205 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16206
16207         * gnus-art.el (article-display-face, article-display-x-face):
16208         Use buffer-read-only.
16209
16210 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16211
16212         * gnus-art.el (article-hide-list-identifiers):
16213         Bind inhibit-read-only as t.
16214
16215 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16216
16217         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16218
16219 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16220
16221         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16222         (gnus-narrow-to-page): Don't assume point-min == 1.
16223         (gnus-article-edit-mode): Derive from message-mode.
16224
16225         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16226         point-min == 1.
16227
16228         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16229         Disable incorrect use of `assert'.
16230
16231         * message.el (message-mode): Set comment-start-skip.
16232
16233
16234 2004-08-22  Sam Steingold  <sds@gnu.org>
16235
16236         * pop3.el (pop3-leave-mail-on-server): New user variable.
16237         (pop3-movemail): Delete mail only when it is nil.
16238
16239 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16240
16241         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16242
16243         * mml.el (mml-preview): Use `pop-to-buffer'.
16244
16245         * message.el (message-goto-mail-followup-to): Insert after "To".
16246         (message-carefully-insert-headers): Add comment.
16247
16248         * gnus.el: Remove unused variable `gnus-article-check-size'.
16249
16250         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16251
16252         * gnus-art.el (gnus-button-alist): Improve
16253         `gnus-button-handle-library' entry.
16254
16255 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16256
16257         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16258         downcase, since XEmacs capitalizes error messages differently.
16259
16260 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16261
16262         * nntp.el: Add (require 'gnus) due to reference to
16263         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16264
16265 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16266
16267         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16268         `mm-fill-flowed'.
16269
16270         * mm-decode.el (mm-dissect-singlepart): Check it.
16271
16272 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16273
16274         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16275         'imap' for netrc parsing.
16276
16277 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16278
16279         * mailcap.el (mailcap-mime-data): Mark as risky.
16280
16281 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16282
16283         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16284         may be included in the encoded word.
16285         (rfc2047-encode): Don't append a space if the encoded word
16286         includes close parenthesis.
16287
16288 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16289
16290         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16291         of text within parentheses.
16292
16293 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16294
16295         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16296         (gnus-encrypt-write-file-contents): Make the password key the file
16297         name PLUS the cipher, not just the cipher.  Also remove failed
16298         passwords from the cache.
16299
16300 2004-08-06  Simon Josefsson  <jas@extundo.com>
16301
16302         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16303         fix.
16304
16305 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16306
16307         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16308         LWSP.
16309
16310 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16311
16312         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16313         to append in-reply-to: data to the references: header.
16314
16315         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16316         (netrc-parse): Use gnus-encrypt.el functions.
16317
16318         * gnus-encrypt.el: Add new file for encryption support; currently
16319         does only a few GPG ciphers and an internal XOR cipher.
16320
16321         * password.el: Add comments on using password-read-and-add.
16322         (password-read-and-add): Add function to read and add the
16323         password to the cache at once.
16324
16325 2004-07-28  Simon Josefsson  <jas@extundo.com>
16326
16327         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16328         parameter (but don't use it, for now).
16329
16330         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16331         instead of hard coding to nil.
16332
16333 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16334
16335         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16336         as mm-inline-image-xemacs does.
16337
16338 2004-07-26  Simon Josefsson  <jas@extundo.com>
16339
16340         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16341         Revert part of 2004-07-17 change below.
16342
16343 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16344
16345         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16346         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16347
16348 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16349
16350         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16351         quotes that actually start with ">" at the beginning of the
16352         lines.
16353
16354 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16355
16356         * rfc2047.el (rfc2047-encode-region): Fix last change.
16357         (rfc2047-encode-parameter): Remove useless concat.
16358
16359 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16360
16361         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16362         encode special characters; fix some kind of misconfigured headers;
16363         signal a real error if debug-on-quit or debug-on-error is non-nil.
16364         (rfc2047-encode-max-chars): New variable.
16365         (rfc2047-encode-1): Use it.
16366         (rfc2047-encode-parameter): New function.
16367
16368         * mml.el (mml-insert-parameter): Remove an excessive space.
16369
16370 2004-07-17  Simon Josefsson  <jas@extundo.com>
16371
16372         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16373         Kai Grossjohann <kai@emptydomain.de>.
16374         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16375         (gnus-group-make-menu-bar): Ditto.
16376
16377         * gnus-util.el (gnus-group-server): Add.
16378
16379 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16380
16381         * message.el (message-clone-locals): Clone sendmail and smtp
16382         variables.
16383
16384 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * rfc2047.el (rfc2047-encode-region): Fix last change.
16387
16388 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16389
16390         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16391         characters as non-special.
16392
16393 2004-07-09  Simon Josefsson  <jas@extundo.com>
16394
16395         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16396         Users will lose all flag changes made while unplugged with
16397         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16398         good default.  See numerous reports on ding mailing list.
16399
16400 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16401
16402         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16403         add generate-head-function and generate-article-function to the
16404         rfc822-forward entry.
16405         (nndoc-rfc822-forward-generate-article): New function.
16406         (nndoc-rfc822-forward-generate-head): New function.
16407
16408         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16409
16410 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16411
16412         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16413         respect display group parameter and gnus-summary-expunge-below.
16414         (gnus-articles-to-read): Remove unused reference to display group
16415         parameter.
16416
16417 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16418
16419         * nnheader.el (nnheader-uniquify-message-id): New experimental
16420         variable.
16421         (nnheader-nov-read-message-id): Use it.
16422
16423         * spam-report.el (spam-report-gmane): Add interactive.
16424
16425 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16426
16427         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16428         qp-or-base64 for the application/* types.
16429
16430 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16431
16432         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16433
16434 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16435
16436         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16437         trim value.
16438
16439 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16440
16441         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16442         New macro and function.
16443         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16444
16445 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16446
16447         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16448         after-load-alist.
16449
16450 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16451
16452         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16453         update info that isn't there.
16454
16455 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16456
16457         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16458         entry.
16459
16460 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16461
16462         * mm-view.el (mm-inline-render-with-function): Use multibyte
16463         buffer; decode html source by charset.
16464
16465         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16466
16467         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16468         Mule-UCS is loaded under XEmacs.
16469         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16470
16471 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16472
16473         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16474
16475 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16476
16477         * mm-util.el (mm-coding-system-p): Return a coding-system.
16478         (mm-mime-mule-charset-alist): Use shift_jis instead of
16479         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16480         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16481         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16482         instead of japanese-shift-jis and iso-latin-1 respectively in
16483         order to share the default value with both Emacs and XEmacs-mule.
16484         (mm-mule-charset-to-mime-charset): Make
16485         mm-coding-system-priorities effective.
16486         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16487         while predicating of candidates upon the priorities.
16488
16489 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16490
16491         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16492         gnus-uu-invert-processable.
16493
16494         * gnus.el: Autoload gnus-uu-invert-processable.
16495
16496 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16497
16498         * mm-util.el (mm-with-multibyte-buffer): New macro.
16499
16500         * rfc2047.el (rfc2047-encode-string): Use it.
16501         (rfc2047-encode-region): Move point to the end of the region after
16502         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16503
16504 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16505
16506         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16507         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16508
16509 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16510
16511         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16512         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16513         Karl Chen <quarl@nospam.quarl.org>.
16514
16515 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16516
16517         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16518         invalid addresses.
16519
16520 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16521
16522         * spam.el: Change section markers, revise TODO list.
16523         (spam-backends): Make new master list of all installed backends.
16524         (spam-summary-exit-behavior): Add new variable to determine how
16525         messages moves are done at summary exit.
16526         (spam-move-spam-nonspam-groups-only)
16527         (spam-process-ham-in-nonham-groups)
16528         (spam-process-ham-in-spam-groups): Remove variables, the
16529         spam-summary-exit-behavior variable should be used to manage this
16530         behavior.
16531         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16532         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16533         and spam-old-spam-articles.
16534         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16535         Add empty variables, placeholders for the backends they represent.
16536         (spam-set-difference): Move, unchanged.
16537         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16538         unless the user has a processor variable.
16539         (spam-classifications, spam-classification-valid-p)
16540         (spam-backend-properties, spam-backend-property-valid-p)
16541         (spam-backend-function-type-valid-p)
16542         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16543         (spam-report-articles-gmane, spam-report-articles-resend):
16544         Remove functions, they are not needed.
16545         (spam-install-backend-super, spam-backend-list)
16546         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16547         (spam-backend-function, spam-backend-ham-registration-function)
16548         (spam-backend-spam-registration-function)
16549         (spam-backend-ham-unregistration-function)
16550         (spam-backend-spam-unregistration-function)
16551         (spam-backend-statistical-p, spam-backend-mover-p)
16552         (spam-install-backend-alias, spam-install-checkonly-backend)
16553         (spam-install-mover-backend, spam-install-nocheck-backend)
16554         (spam-install-backend, spam-install-statistical-backend)
16555         (spam-install-statistical-checkonly-backend): Add backend installation
16556         support.
16557         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16558         (spam-group-processor-p): Use the new backend code and respect the
16559         summary exit behavior.
16560         (spam-mark-spam-as-expired-and-move-routine): Remove.
16561         (spam-summary-prepare): Change to use the new spam-old-articles
16562         variable.
16563         (spam-copy-or-move-routine, spam-copy-spam-routine)
16564         (spam-move-spam-routine, spam-copy-ham-routine)
16565         (spam-move-ham-routine): Add code to copy/move ham or spam.
16566         (spam-fetch-field-fast): Improve doc and code, plus allow the
16567         'number request.
16568         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16569         variables.
16570         (spam-split, spam-find-spam): Use the new backend code.
16571         (spam-registration-functions): Remove variable.
16572         (spam-unregister-routine): Add convenience wrapper.
16573         (spam-log-undo-registration, spam-register-routine)
16574         (spam-log-processing-to-registry)
16575         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16576         where possible.
16577         (spam-check-gmane-xref, spam-check-regex-headers)
16578         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16579         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16580         (spam-check-bogofilter-headers, spam-check-spamoracle)
16581         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16582         (spam-check-crm114-headers): Use the spam-split-group that
16583         spam-split prepares, no need to determine it every time.
16584
16585         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16586         to the nnheader-parse-naked-head call.
16587
16588         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16589
16590         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16591         the nnheader-nov-read-message-id call.
16592
16593 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16594
16595         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16596         gnus-activate-group twice.  Suggested by Markus Peter
16597         <warp@spin.de>.
16598
16599 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16600
16601         * gnus-art.el (gnus-article-time-format): Exchange the order of
16602         day and month in the default value; fix customization type.
16603         (article-date-ut): Use add-text-properties.
16604         (article-make-date-line): Use message-make-date instead of
16605         current-time-string.
16606
16607         * message.el (message-fetch-field): Don't use set-text-properties.
16608         (message-make-date): Simplify.
16609
16610         * messagexmas.el (message-xmas-make-date): New function.
16611         (message-xmas-redefine): Defalias message-make-date to it.
16612
16613 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16614
16615         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16616         (rfc2047-encode-region): Treat text within parentheses as special;
16617         show the original text when error has occurred.
16618
16619         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16620         already-computed method to gnus-activate-group.
16621
16622         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16623         same select-methods identical Lisp objects.
16624
16625         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16626         object when modifying the info.
16627
16628 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16629
16630         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16631         gnus-opened-servers since it has never been opened with the new
16632         configuration yet.
16633
16634 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16635
16636         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16637         arg to nnheader-generate-fake-message-id.
16638
16639 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16640
16641         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16642         number and build a fake message ID localized to a group and
16643         article number (so it's repeatable from that point on).
16644         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16645         ID format.
16646
16647         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16648         nnheader-generate-fake-message-id with the article number.
16649
16650 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16651
16652         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16653         end-of-buffer.
16654
16655 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16656
16657         * message.el (message-ignored-supersedes-headers): Add Approved.
16658
16659 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16660
16661         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16662         goto-char.
16663         (rfc2047-encode): Fold the line before encoding.
16664
16665 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16666
16667         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16668         folding -- not all headers can be folded, and this should be done
16669         by the message composition mode.  Probably.  I think.
16670
16671 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16672
16673         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16674         fast.
16675
16676         * gnus-ems.el (gnus-remove-image): Don't use
16677         message-text-with-property; remove only the image found first.
16678
16679         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16680         found first.
16681
16682 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16683
16684         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16685
16686 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16687
16688         * message.el (message-text-with-property): Make it fast and accept
16689         optional arguments.
16690         (message-strip-forbidden-properties): Use it.
16691         (message-fix-before-sending): Follow the m-t-w-p change.
16692
16693         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16694
16695 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16696
16697         * gnus-art.el (article-hide-headers): Don't change the buffer
16698         mistakenly when performing mml-preview even if
16699         gnus-single-article-buffer is nil.
16700
16701 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16702
16703         * message.el (message-expand-name-databases): New user option.
16704         (message-expand-name): Use it.
16705
16706 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16707
16708         * spam.el (spam-report-articles-resend)
16709         (spam-report-resend-register-routine): Allow ham reporting.
16710         (spam-report-resend-register-ham-routine): Add wrapper.
16711         (spam-registration-functions): Add ham resending functions.
16712         (spam-list-of-processors): Add ham resend processor.
16713
16714         * gnus.el (ham-resend-to): Add new group parameter.
16715         (spam-process): Add ham resend option.
16716
16717         * spam-report.el (spam-report-resend): Allow reporting ham.
16718         (spam-report-resend-ham): Add wrapper.
16719
16720 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16721
16722         * message.el (message-cite-articles-with-x-no-archive): New
16723         variable.
16724         (message-cite-original): Use it.
16725
16726 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16727
16728         * message.el (message-cite-original): Respect X-No-Archive.
16729
16730 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16731
16732         * gnus-art.el (article-hide-headers): Refer to the values for
16733         gnus-ignored-headers and gnus-visible-headers in the summary
16734         buffer since a user may have set them as group parameters.
16735
16736 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16737
16738         * assistant.el (assistant-node-name): Add convenience function.
16739         (assistant-render-text, assistant-render-node): Add error handling,
16740         plus handle multiple next nodes.
16741         (assistant-find-next-node): Comment out for now.
16742         (assistant-find-next-nodes): Add function, returns list of next
16743         nodes.
16744
16745 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16746
16747         * mail-source.el (mail-source-directory): Fix doc-string.
16748
16749 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16750
16751         * assistant.el (assistant-render-text, assistant-eval): Add :set
16752         widget type, which is different because it takes and returns a
16753         list.  Much hilarity ensues.
16754
16755 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16756
16757         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16758
16759         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16760         doc-string.
16761
16762         * gnus-start.el (gnus-activate-group): Added doc-string.
16763
16764 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16765
16766         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16767
16768 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16769
16770         * assistant.el (assistant-render-text): Try to add a :set
16771         widget, more to come.
16772
16773         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16774         strings.
16775         (spam-report-articles-resend)
16776         (spam-register-routine): Do registration iff any articles warrant
16777         it.
16778         (spam-summary-prepare-exit): Change log message for nil group
16779         destinations.
16780
16781 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16782
16783         * spam.el (spam-report-resend-register-routine): Allow
16784         spam-report-resend-to to be a group parameter or a global value.
16785
16786 2004-05-26  Simon Josefsson  <jas@extundo.com>
16787
16788         * starttls.el: Merge with my GNUTLS based starttls.el.
16789         (starttls-gnutls-program, starttls-use-gnutls)
16790         (starttls-extra-arguments, starttls-process-connection-type)
16791         (starttls-connect, starttls-failure, starttls-success): New
16792         variables.
16793         (starttls-program, starttls-extra-args): Doc fix.
16794         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16795         functions.
16796         (starttls-negotiate, starttls-open-stream): Check
16797         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16798         function if it is set.
16799
16800 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16801
16802         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16803         structured fields.
16804
16805 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16806
16807         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16808
16809 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16810
16811         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16812         variable.
16813         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16814         assigning the spam-mark to new messages.
16815
16816 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16817
16818         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16819
16820 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16821
16822         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16823
16824         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16825         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16826         default.
16827
16828 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16829
16830         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16831         correct data.
16832
16833 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16834
16835         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16836         (spam-group-processor-p): Fix function.
16837         (spam-group-processor-multiple-p)
16838         (spam-group-spam-processor-report-gmane-p)
16839         (spam-group-spam-processor-report-resend-p)
16840         (spam-group-spam-processor-bogofilter-p)
16841         (spam-group-spam-processor-blacklist-p)
16842         (spam-group-spam-processor-ifile-p)
16843         (spam-group-ham-processor-ifile-p)
16844         (spam-group-spam-processor-spamoracle-p)
16845         (spam-group-spam-processor-crm114-p)
16846         (spam-group-ham-processor-bogofilter-p)
16847         (spam-group-spam-processor-stat-p)
16848         (spam-group-ham-processor-stat-p)
16849         (spam-group-ham-processor-whitelist-p)
16850         (spam-group-ham-processor-BBDB-p)
16851         (spam-group-ham-processor-spamoracle-p)
16852         (spam-group-ham-processor-copy-p): Remove functions with some
16853         prejudice against unneeded code.
16854         (spam-report-articles-resend)
16855         (spam-report-resend-register-routine): Allow the group/topic
16856         spam-resend-to value to override spam-report-resend-to.
16857         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16858         properly now.
16859
16860         * gnus.el (spam-resend-to): Add group/topic parameter.
16861         (spam-process): Move the OBSOLETE processors to the end of the
16862         choices.
16863
16864 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16865
16866         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16867         with resend-to set to nil, and then ask the user if necessary.
16868         (spam-report-resend): spam-report-resend takes a list of articles, not
16869         separate article numbers.
16870
16871 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16872
16873         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16874         addition to emacs-w3m.
16875
16876 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16877
16878         * assistant.el (assistant-authinfo-data): New function.
16879         (assistant-eval): Eval for entire assistant.
16880
16881         * netrc.el (netrc-services-file): New variable.
16882         (netrc-parse-services): New function.
16883         (netrc-find-service-name): New function.
16884         (netrc-find-service-number): New function.
16885         (netrc-port-equal): New function.
16886         (netrc-machine): Use it.
16887
16888         * nnimap.el (nnimap-open-connection): Use netrc.
16889
16890         * gnus-util.el (gnus-netrc-get): Remove aliases.
16891
16892         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16893
16894         * assistant.el (wid-edit): Fix compilation.
16895
16896         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16897
16898 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16899
16900         * gnus-util.el (gnus-set-file-modes): New function.  (small
16901         patch).
16902
16903 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16904
16905         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16906
16907         * assistant.el (assistant-render-node): Fix up rendering and
16908         read-only text.
16909         (assistant-render-node): Reset.
16910         (assistant-make-read-only): Not sticky.
16911
16912 2004-05-20  Danny Siu  <dsiu@adobe.com>
16913
16914         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16915         centered even when gnus-auto-center-summary is t.
16916
16917 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16918
16919         * dns.el (dns-get-txt-answer): New function.
16920         (dns-read-txt): Ditto.
16921         (query-dns): Use it.
16922
16923 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16924
16925         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16926         active for foreign groups even if the group level is higher than
16927         the specified value.
16928
16929 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16930
16931         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16932         non-active groups.
16933
16934         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16935
16936 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16937
16938         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16939
16940 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16941
16942         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16943         (spam-crm114-header, spam-crm114-spam-switch)
16944         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16945         (spam-crm114-positive-spam-header)
16946         (spam-crm114-database-directory, spam-list-of-processors)
16947         (spam-group-spam-processor-crm114-p)
16948         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16949         (spam-generic-score, spam-list-of-checks)
16950         (spam-list-of-statistical-checks, spam-registration-functions)
16951         (spam-check-crm114-headers, spam-crm114-score)
16952         (spam-check-crm114, spam-crm114-register-with-crm114)
16953         (spam-crm114-register-spam-routine)
16954         (spam-crm114-unregister-spam-routine)
16955         (spam-crm114-register-ham-routine)
16956         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16957         asjo@koldfront.dk (Adam Sjøgren).
16958
16959         * gnus.el: Add spam-use-crm114.
16960
16961         * spam.el (spam-list-of-processors, spam-registration-functions):
16962         Add spam-use-resend.
16963         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16964         (spam-report-articles-gmane): Add doc fix.
16965         (spam-report-articles-resend, spam-report-resend-register-routine):
16966         Add wrappers around spam-report-resend-to.
16967
16968         * spam-report.el (spam-report-resend-to, spam-report-resend):
16969         Add support for resending spam.
16970         (spam-report-gmane): Fix line length >80.
16971
16972         * gnus.el (spam-process): Add spam-use-resend.
16973
16974 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16975
16976         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16977         number of processed spam messages.
16978         (spam-ham-copy-or-move-routine): Return the number of processed
16979         ham messages.
16980         (spam-summary-prepare-exit): Use the above values to decide
16981         whether status messages shouled be displayed.
16982
16983 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16984
16985         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16986         `rfc2047-encoding-function-alist' in order to avoid conflicting
16987         with the old version.
16988         (rfc2047-encode-region): Concatenate words containing non-ASCII
16989         characters in structured fields; don't encode space-delimited
16990         ASCII words even in unstructured fields; don't break words at
16991         char-category boundaries.
16992         (rfc2047-encode-1): New function.
16993         (rfc2047-encode): Use it; encode text so that it occupies the
16994         maximum width within 76-column; work correctly on Q encoding for
16995         iso-2022-* charsets.
16996         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16997         sure not to break a line just after the header name.
16998         (rfc2047-b-encode-region): Removed.
16999         (rfc2047-b-encode-string): New function.
17000         (rfc2047-q-encode-region): Removed.
17001         (rfc2047-q-encode-string): New function.
17002
17003         * mm-util.el (mm-replace-in-string): New function.
17004
17005 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17006
17007         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
17008         get it right.
17009         (gnus-inews-make-draft): Really.
17010
17011 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17012
17013         * nnmh.el (nnmh-request-list-1): Don't check the link count
17014         before descending.  (small patch)
17015
17016 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17017
17018         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17019         stuff.
17020
17021         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
17022         on real group name.
17023
17024         * gnus-art.el (gnus-signature-limit): Doc fix.
17025
17026         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17027
17028         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17029
17030 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17031
17032         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17033         isn't a string.
17034
17035 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17036
17037         * gnus-draft.el (gnus-draft-send): Bind
17038         rfc2047-encode-encoded-words.
17039
17040         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17041         (rfc2047-encodable-p): Say that =? needs encoding.
17042         (rfc2047-encode-encoded-words): New variable.
17043
17044         * gnus-group.el (gnus-group-select-group): Doc fix.
17045
17046         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17047
17048         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17049         to nil.
17050
17051         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17052
17053         * nnheader.el (nnheader-get-lines-and-char): New function.
17054
17055 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17056
17057         * gnus-msg.el (gnus-summary-followup-with-original): Document
17058         yanking of region when active.
17059
17060 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17061
17062         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17063         groups if the group level is higher than the specified value.
17064
17065 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17066
17067         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17068         (gnus-group-jump-to-group): Added prefix argument using
17069         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17070         non-active group.
17071
17072         * compface.el (uncompface): Be verbose when changing
17073         `uncompface-use-external'.
17074
17075         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17076         handle manual section.
17077
17078 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17079
17080         * gnus-art.el (gnus-button-alist): Revert previous change.
17081
17082 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17083
17084         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17085
17086 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17087
17088         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17089         whether backend can accept message.
17090
17091         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17092
17093 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17094
17095         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17096         Avoid creating directory when nntp-marks-is-evil is true.
17097         Reported by Reiner Steib.
17098
17099 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17100
17101         * gnus-picon.el (gnus-picon-style): New variable.
17102         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17103         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17104         Jesper Harder <harder@ifa.au.dk>.
17105
17106 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17107
17108         * message.el (message-fill-field): Return point.
17109         (message-generate-headers): Go to end of field.
17110
17111         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17112         stuff for non-living groups.
17113
17114 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17115
17116         * gnus-art.el (gnus-article-followup-with-original)
17117         (gnus-article-reply-with-original): gnus-mark-active-p ->
17118         gnus-region-active-p.
17119
17120 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17121
17122         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17123         only when there is spam or ham to be processed.
17124
17125 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17126
17127         * mail-source.el (mail-source-delete-crash-box): Refactor.
17128         (mail-source-fetch): Use it.
17129         (mail-source-fetch-file): Ditto.
17130         (mail-source-fetch-directory): Run postscript in loop.
17131         (mail-source-fetch-pop): Delete.
17132         (mail-source-fetch-maildir): Ditto.
17133         (mail-source-fetch-imap): Ditto.
17134
17135         * imap.el (imap-authenticators): Comment out sasl.
17136
17137         * message.el (message-skip-to-next-address): New function.
17138         (message-fill-header-address): Refactor.
17139         (message-fill-address): Use it.
17140         (message-delete-address): Use it.
17141         (message-fill-header-general): Refactor.
17142         (message-fill-field-address): Rename.
17143         (message-narrow-to-field): Find the start of the header.
17144         (message-header-format-alist): Don't pre-fill.
17145         (message-fill-header): Removed.
17146         (message-insert-header): New function.
17147         (message-shorten-references): Use it.
17148
17149         * rfc2047.el (rfc2047-field-value): Strip props.
17150
17151         * mail-parse.el (mail-header-make-address): New alias.
17152
17153         * ietf-drums.el (ietf-drums-make-address): New function.
17154
17155         * imap.el: Add compiler directives.
17156
17157         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17158
17159         * gnus-art.el (article-decode-idna-rhs): Don't use
17160         message-idna-inside-rhs-p.
17161
17162 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17163
17164         * message.el (message-idna-inside-rhs-p): Removed.
17165         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17166
17167         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17168         false positives.
17169
17170 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17171
17172         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17173
17174 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17175
17176         * nneething.el (nneething-file-name): Don't create spurious
17177         files.
17178
17179         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17180         (gnus-inews-do-gcc): Remove sleep.
17181
17182         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17183         part under point.
17184
17185         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17186         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17187
17188 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17189
17190         * spam.el (spam-summary-prepare-exit): Fixed (length).
17191
17192 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17193
17194         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17195         as expired without moving it" message when there are spam
17196         messages left.
17197
17198 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17199
17200         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17201         header is not nil.
17202
17203 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17204
17205         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17206         nntp-possibly-create-directory, not nntp-possibly-change-group.
17207         (nntp-marks-changed-p): New arg SERVER.
17208         (nntp-request-update-info): Adjust caller.
17209
17210 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17211
17212         * nntp.el (nntp-save-marks): Pass missing arg.
17213
17214 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17215
17216         * nntp.el: Support marks.
17217         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17218         (nntp-marks-modtime, nntp-marks-directory): New variables.
17219         (nntp-request-set-mark, nntp-request-update-info)
17220         (nntp-possibly-create-directory, nntp-marks-changed-p)
17221         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17222         functions.
17223
17224 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17225
17226         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17227         (gnus-xmas-redefine): Rename.
17228
17229         * gnus-score.el (gnus-score-insert-help): Use
17230         gnus-select-lowest-window.
17231
17232         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17233         appt-select-lowest-window and rename to gnus-select-lowest-window.
17234
17235         * gnus.el: do.
17236
17237 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17238
17239         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17240         encodings of MIME-encoded words, in order to improve
17241         interoperability with several broken MUAs.
17242
17243 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17244
17245         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17246         tags, only when charsets are not specified in headers.
17247         (mm-inline-text-html-render-with-w3m): Ditto.
17248
17249         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17250         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17251
17252 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17253
17254         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17255         instead of MIME-decoded from fields when checking
17256         `gnus-article-address-banner-alist'.
17257
17258 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17259
17260         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17261         description rather than subject.
17262
17263 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17264
17265         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17266
17267 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17268
17269         * gnus.el (gnus-version-number): Bump.
17270
17271 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17272
17273         * gnus.el: No Gnus v0.2 is released.
17274
17275 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17276
17277         * gnus-agent.el (gnus-agent-read-agentview): Inline
17278         gnus-uncompress-range.
17279
17280 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17281
17282         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17283         `exec-installed-p'.
17284
17285 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17286
17287         * gnus.el (spam-process, spam-autodetect-methods): Add
17288         bsfilter and bsfilter-headers.
17289
17290         * spam.el (spam-bsfilter): New customize group.
17291         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17292         (spam-bsfilter-header, spam-bsfilter-probability-header)
17293         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17294         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17295         (spam-bsfilter-database-directory): New options.
17296         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17297         (spam-list-of-statistical-checks, spam-registration-functions):
17298         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17299         (spam-bsfilter-score): New command.
17300         (spam-check-bsfilter-headers, spam-check-bsfilter)
17301         (spam-bsfilter-register-with-bsfilter)
17302         (spam-bsfilter-register-spam-routine)
17303         (spam-bsfilter-unregister-spam-routine)
17304         (spam-bsfilter-register-ham-routine)
17305         (spam-bsfilter-unregister-ham-routine): New functions.
17306         (spam-generic-score): Support bsfilter; Accept an optional argument
17307         to recalcurate spam score even if scoring header has already been
17308         added.
17309         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17310         optional argument to recalcurate spam score even if scoring header
17311         has already been added.
17312
17313 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17314
17315         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17316         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17317         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17318         link is missing.
17319
17320 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17321
17322         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17323         (html2text-get-attr): Rewrite.
17324
17325         * message.el (message-setup-1): Remove redundant put-text-property
17326         on mail-header-separator.
17327
17328 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17329
17330         * gnus-registry.el (gnus-registry-cache-whitespace)
17331         (gnus-registry-action, gnus-registry-spool-action)
17332         (gnus-registry-split-fancy-with-parent): Change message levels
17333         from 5 to 3 or 7, as needed.
17334
17335         * spam.el (spam-summary-prepare-exit)
17336         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17337         (spam-split, spam-find-spam, spam-log-undo-registration)
17338         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17339         level from 5 to 6.
17340
17341 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17342
17343         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17344         2004-03-04 change).
17345
17346 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17347
17348         * sieve-manage.el (sieve-manage-open):
17349         * nnweb.el (nnweb-insert-html):
17350         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17351         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17352         * nnspool.el (nnspool-request-group):
17353         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17354         * nnml.el (nnml-request-update-info):
17355         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17356         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17357         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17358         (nnimap-request-set-mark):
17359         * nnfolder.el (nnfolder-request-update-info):
17360         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17361         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17362         * gnus-uu.el (gnus-uu-find-articles-matching):
17363         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17364         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17365         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17366         * gnus-nocem.el (gnus-nocem-scan-groups):
17367         * gnus-int.el (gnus-start-news-server):
17368         * gnus-group.el (gnus-group-make-kiboze-group)
17369         (gnus-group-browse-foreign-server):
17370         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17371         Use mapc when appropriate.
17372
17373 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17374
17375         FIXME: Make separate entries for each person.
17376
17377         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17378         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17379         <shields@msrl.com>:
17380
17381         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17382         may need for spam sorting and scoring.
17383         (spam-user-format-function-S): Add user format function suitable for
17384         general use.
17385         (spam-article-sort-by-spam-status): Add sorting function for summary
17386         sorting.
17387         (spam-extra-header-to-number): Add function to get a score from a
17388         header.
17389         (spam-summary-score): Add function to get a numeric score from the
17390         headers.
17391         (spam-generic-score): Fix function doc, was in wrong place.
17392         (spam-initialize): Take symbols when it's run, and install the
17393         extra headers that spam-necessary-extra-headers thinks we need.
17394
17395 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17396
17397         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17398         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17399
17400 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17401
17402         * gnus-sum.el (gnus-set-global-variables)
17403         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17404         (gnus-article-get-xrefs, gnus-summary-best-group)
17405         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17406         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17407         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17408         Use with-current-buffer.
17409
17410 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17411
17412         * spam.el (spam-summary-prepare-exit): Simplify logic.
17413         (spam-fetch-article-header): Read the article header if it's not
17414         available.
17415         (spam-list-articles): Simplify logic.
17416         (spam-filelist-register-routine): Fix bug with unregister-list.
17417
17418         * gnus-registry.el: Fix comments at beginning.
17419
17420 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17421
17422         * message.el (message-cater-to-broken-inn): Remove.
17423         (message-shorten-references): Make sure the total folded length of
17424         References is shorter than 998 characters to cater to a bug in INN
17425         2.3.  Also, don't pretend that references aren't folded -- this
17426         hasn't worked for a while.
17427
17428 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17429
17430         * gnus-agent.el (gnus-agentize):
17431         gnus-agent-send-mail-real-function no longer set to current value
17432         of message-send-mail-function but rather a lambda that calls
17433         message-send-mail-function.  The change makes the agent real-time
17434         responsive to user changes to message-send-mail-function.
17435
17436 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17437
17438         * legacy-gnus-agent.el
17439         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17440         help from Florian Weimer <fw@deneb.enyo.de>
17441
17442 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * nnmail.el (nnmail-cache-insert): Revert last change.
17445
17446 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17447
17448         * nnmail.el (nnmail-cache-insert): Always check whether
17449         nnmail-cache-ignore-groups matches a group name.
17450
17451 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17452
17453         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17454         (spam-find-spam, spam-log-processing-to-registry)
17455         (spam-log-registered-p, spam-log-unregistration-needed-p)
17456         (spam-log-undo-registration): Use gnus-message instead of
17457         gnus-error, none of these errors are fatal.
17458
17459         * gnus-registry.el (gnus-registry-clean-empty-function)
17460         (gnus-registry-clean-empty): Remove only empty entries without
17461         extra data.
17462
17463 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17464
17465         * spam-stat.el (spam-stat-buffer-change-to-spam)
17466         (spam-stat-buffer-change-to-non-spam): Change (error) to
17467         (gnus-message 8) invocation.
17468
17469 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17470
17471         * nntp.el (nntp-via-netcat-command): New variable.
17472         (nntp-via-netcat-switches): New variable.
17473         (nntp-open-via-rlogin-and-netcat): New function.
17474         (nntp-open-connection-function): Doc fix.
17475         (nntp-telnet-command): Doc fix.
17476         (nntp-end-of-line): Doc fix.
17477         (nntp-via-rlogin-command): Doc fix.
17478         (nntp-via-user-name): Doc fix.
17479         (nntp-via-address): Doc fix.
17480
17481 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17482
17483         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17484         error in Emacs 21.1.
17485
17486 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17487
17488         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17489
17490 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17491
17492         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17493         (gnus-agent-with-refreshed-group): New macro.
17494         (gnus-agent-rename-group): New function.
17495         (gnus-agent-delete-group): New function.
17496         (gnus-agent-save-group-info): Use gnus-command-method when
17497         `method' parameter is nil.  Don't write nil entries into the
17498         active file.
17499         (gnus-agent-get-group-info): New function.
17500         (gnus-agent-fetch-articles): Use
17501         gnus-agent-update-files-total-fetched-for to increment disk space
17502         used.
17503         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17504         gnus-agent-update-view-total-fetched-for to increment disk space
17505         used.
17506         (gnus-agent-get-local): Added optional parameters to avoid calling
17507         gnus-group-real-name and gnus-find-method-for-group.
17508         (gnus-agent-set-local): Delete stored entry if either min, or max,
17509         are nil.
17510         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17511         quit, use gnus-agent-regenerate-group to record existance of any
17512         articles fetched to disk before the quit occurred.
17513         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17514         gnus-agent-update-view-total-fetched-for, and
17515         gnus-agent-update-files-total-fetched-for to decrement disk space
17516         used.
17517         (gnus-agent-retrieve-headers): Use
17518         gnus-agent-update-view-total-fetched-for to increment disk space
17519         used.
17520         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17521         with gnus-agent-update-files-total-fetched-for to decrement disk
17522         space and fresh group buffer.
17523         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17524         (gnus-agent-need-update-total-fetched-for): New variable.
17525         (gnus-agent-update-files-total-fetched-for): New function.
17526         (gnus-agent-update-view-total-fetched-for): New function.
17527         (gnus-agent-total-fetched-for): New function.
17528
17529         * gnus-cache.el (gnus-cache-save-buffers): Use
17530         gnus-cache-update-overview-total-fetched-for to change disk space
17531         used by this group.
17532         (gnus-cache-possibly-enter-article): Use
17533         gnus-cache-update-file-total-fetched-for to increment disk space
17534         used by this group.
17535         (gnus-cache-possibly-remove-article): Use
17536         gnus-cache-update-file-total-fetched-for to decrement disk space
17537         used by this group.
17538         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17539         (gnus-cache-rename-group): New function.
17540         (gnus-cache-delete-group): New function.
17541         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17542         (gnus-cache-need-update-total-fetched-for): New variable.
17543         (gnus-cache-with-refreshed-group): New macro.
17544         (gnus-cache-update-file-total-fetched-for): New function.
17545         (gnus-cache-update-overview-total-fetched-for): New function.
17546         (gnus-cache-rename-group-total-fetched-for): New function.
17547         (gnus-cache-delete-group-total-fetched-for): New function.
17548         (gnus-cache-total-fetched-for): New function.
17549
17550         * gnus-group.el: Require gnus-sum and autoload functions to
17551         resolve warnings when gnus-group.el compiled alone.
17552         (gnus-group-line-format): Documented new %F.
17553         (size of Fetched data) group line format; identifies disk space
17554         used by agent and cache.
17555         (gnus-group-line-format-alist): Defined new F format.
17556         (gnus-total-fetched-for): New function.
17557         (gnus-group-delete-group): No longer update
17558         gnus-cache-active-altered as gnus-request-delete-group now keeps
17559         the cache in sync.
17560         (gnus-group-list-active): Let the agent store a server's active
17561         list if currently plugged.
17562
17563         * gnus-int.el (gnus-request-delete-group):
17564         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17565         local disk in sync with the server.
17566         (gnus-request-rename-group):
17567         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17568         local disk in sync with the server.
17569
17570         * gnus-start.el (gnus-get-unread-articles):
17571         Cosmetic simplification to logic.
17572
17573         * gnus-util.el (gnus-rename-file): New function.
17574
17575 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17576
17577         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17578
17579 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17580
17581         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17582         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17583
17584 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17585
17586         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17587         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17588
17589 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17590
17591         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17592
17593 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17594
17595         * spam.el (spam-set-difference): Add function to replace
17596         gnus-set-difference in spam.el.
17597         (spam-summary-prepare-exit): Use spam-set-difference.
17598
17599 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17600
17601         * gnus-registry.el (gnus-registry-cache-file): Update to use
17602         gnus-dribble-directory OR gnus-home-directory OR ~.
17603         (gnus-registry-split-fancy-with-parent): Fix doc.
17604
17605 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17606
17607         * message.el (message-exchange-point-and-mark): Use
17608         message-mark-active-p.  Suggested by Jesper Harder
17609         <harder@ifa.au.dk>.
17610
17611 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * message.el (message-exchange-point-and-mark): Don't activate
17614         region if it was inactive.  Suggested by Hiroshi Fujishima
17615         <pooh@nature.tsukuba.ac.jp>.
17616
17617 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17618
17619         * gnus-art.el (article-display-face): Display Faces in the same
17620         order as X-Faces.
17621
17622 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17625
17626 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17627
17628         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17629         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17630         (gnus-article-mime-hierarchy): Remove.
17631         (gnus-article-mime-hierarchy-next): Remove.
17632         (gnus-article-mode): Revert 2004-03-19 change.
17633         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17634         (gnus-insert-mime-button): Revert 2004-03-19 change.
17635         (gnus-mime-accumulate-hierarchy): Remove.
17636         (gnus-mime-enter-multipart): Remove.
17637         (gnus-mime-leave-multipart): Remove.
17638         (gnus-mime-display-part): Revert 2004-03-19 change.
17639         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17640
17641         * mml.el (mml-preview): Revert 2004-03-19 change.
17642
17643 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17644
17645         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17646
17647 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17650         t while entering a file name using the mm-with-multibyte macro.
17651         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17652
17653         * mm-util.el (mm-with-multibyte): New macro.
17654
17655 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17656
17657         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17658         user option.
17659         (gnus-mime-multipart-functions): Doc and customization fix.
17660         (gnus-article-mime-hierarchy): New variable.
17661         (gnus-article-mime-hierarchy-next): New variable.
17662         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17663         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17664         gnus-article-mime-hierarchy-next to nil.
17665         (gnus-insert-mime-button): Show hierarchy numbers.
17666         (gnus-mime-accumulate-hierarchy): New function.
17667         (gnus-mime-enter-multipart): New function.
17668         (gnus-mime-leave-multipart): New function.
17669         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17670         (gnus-mime-display-alternative): Show hierarchy numbers.
17671
17672         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17673         gnus-article-mime-hierarchy-next to nil.
17674
17675 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17676
17677         * dns.el: Don't require gnus-xmas.
17678
17679 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17680
17681         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17682         inline PGP.
17683         (mml-menu): Disable mml-quote-region if mark is inactive.
17684
17685 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17686
17687         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17688         when the group's active is not available.
17689
17690 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17691
17692         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17693         error.
17694
17695 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17696
17697         * imap.el (imap-store-password): New variable.
17698         (imap-interactive-login): Use it.
17699         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17700
17701 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17702
17703         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17704         window-start and hscroll to summary window.
17705
17706 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17707
17708         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17709         conversion message to newsrc-dribble when an actual conversion is
17710         performed.
17711
17712 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17713
17714         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17715
17716 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17717
17718         * mm-decode.el (mm-complicated-handles): New function reviving
17719         former definition of mm-multiple-handles.
17720
17721         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17722         (gnus-mime-delete-part): Use it.
17723
17724 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17725
17726         * gnus-agent.el (gnus-agent-read-local): Bind
17727         nnheader-file-coding-system to gnus-agent-file-coding-system to
17728         avoid the implicit assumption that they will always be equal.
17729         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17730         coding-system-for-write, as the with-temp-file macro first prints
17731         to a buffer then saves the buffer.
17732
17733 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17734
17735         * gnus-art.el (gnus-article-edit-part): New function.
17736         (gnus-mime-save-part-and-strip): Use it; do query instead of
17737         signaling an error; don't use mm-multiple-handles.
17738         (gnus-mime-delete-part): Ditto.
17739
17740 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17741
17742         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17743         old file versions.
17744         (gnus-group-prepare-hook): Removed function that converted list
17745         form of gnus-agent-expire-days to group properties.
17746
17747         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17748         (gnus-request-accept-article): Re-indented.
17749
17750         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17751         converters to handle old agent file formats.  Added logic for a
17752         "backup before upgrading warning".
17753         (gnus-convert-mark-converter-prompt): Developers can mark
17754         functions as needing (default), or not needing,
17755         gnus-convert-old-newsrc's "backup before upgrading warning".
17756         (gnus-convert-converter-needs-prompt): Tests whether the user
17757         should be protected from potentially irreversable changes by the
17758         function.
17759
17760         * legacy-gnus-agent.el: New.  Provides converters that are only
17761         loaded when gnus-convert-old-newsrc needs to call them.
17762
17763 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17764
17765         * mail-source.el (mail-source-touch-pop): Doc fix.
17766
17767         * message.el (message-smtpmail-send-it): Doc fix.
17768
17769 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17770
17771         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17772
17773         * nnmail.el (nnmail-split-fancy): do.
17774
17775         * gnus-kill.el (gnus-kill, gnus-execute): do.
17776
17777 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17778
17779         * gnus-sum.el (gnus-widget-reversible-match)
17780         (gnus-widget-reversible-to-internal)
17781         (gnus-widget-reversible-to-external): New functions.
17782         (gnus-widget-reversible): New widget.
17783         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17784
17785 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17786
17787         * gnus-sum.el (gnus-thread-sort-functions)
17788         (gnus-article-sort-functions): Document `(not F)' items.
17789
17790 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17791
17792         * spam.el (spam-use-gmane-xref): Add new backend.
17793         (spam-gmane-xref-spam-group): Add variable to control the name of the
17794         Gmane spam group.
17795         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17796         (spam-regex-headers-spam, spam-regex-headers-ham)
17797         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17798         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17799         backends and checks.
17800         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17801
17802         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17803         an autodetect method.
17804
17805 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17806
17807         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17808         articles are being added to a group.
17809         (gnus-request-replace-article): Inform the agent that articles
17810         need to be uncached as the cached contents are no longer valid.
17811
17812 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17813
17814         * binhex.el: Don't autoload executable-find.
17815
17816         * canlock.el: Don't autoload mail-fetch-field.
17817
17818         * dgnushack.el: Autoload c-mode for XEmacs.
17819
17820         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17821
17822         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17823         rmail-dont-reply-to and rmail-output.
17824
17825         * gnus-score.el: Don't autoload ffap-string-at-point.
17826
17827         * gnus-setup.el: Don't autoload sc-cite-original.
17828
17829         * imap.el: Don't autoload base64-decode-string,
17830         base64-encode-string and md5.
17831
17832         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17833         and rmail-msg-restore-non-pruned-header.
17834
17835         * mm-decode.el: Don't autoload executable-find.
17836
17837         * mm-url.el: Don't autoload executable-find.
17838
17839         * mm-view.el: Don't autoload diff-mode.
17840
17841         * nndb.el: Don't autoload news-reply-mode, news-setup,
17842         cancel-timer and telnet.
17843
17844         * password.el: Don't autoload run-at-time for Emacs.
17845
17846         * sha1-el.el: Don't autoload executable-find.
17847
17848         * sieve-mode.el: Don't autoload c-mode.
17849
17850         * uudecode.el: Don't autoload executable-find.
17851
17852 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17853
17854         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17855         (gnus-agent-possibly-alter-active): Avoid null in numeric
17856         comparison.
17857         (gnus-agent-set-local): Refuse to save null in local object table.
17858         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17859         list of articles that will be marked as unread.
17860
17861 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17862
17863         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17864
17865 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17866
17867         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17868         language tags.
17869
17870 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17871
17872         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17873         Don't bind "obarray".
17874
17875         * gnus-sum.el (gnus-thread-sort-functions): Added
17876         `gnus-thread-sort-by-most-recent-number' and
17877         `gnus-thread-sort-by-most-recent-date'.
17878         Reported by Kai Grossjohann <kai@emptydomain.de>.
17879
17880 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17881
17882         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17883
17884 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17885
17886         * gnus-cus.el (gnus-agent-customize-category): Removed
17887         ignore-errors macro reference that required cl to be loaded at
17888         run-time.
17889
17890         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17891         single-interval range of the form (min . max).  Previously the
17892         range had to look like ((min . max)).  Likewise, return
17893         (min . max) rather than ((min . max)).
17894         (gnus-range-map): Use gnus-range-normalize to accept
17895         single-interval range.
17896
17897         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17898         the cache, but not the agent, now appear with their usual face.
17899
17900         * dgnushack.el (loaddir): New variable that is bound to the
17901         directory containing the dgnushack.el file. Use loaddir, rather
17902         than srcdir, to update load-path. Change lets dgnushack compile
17903         code in directories other than GNUS/lisp.
17904
17905 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17906
17907         * lpath.el: Don't bind w3m-safe-url-regexp.
17908
17909         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17910         w3m-safe-url-regexp variable buffer-local.
17911
17912         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17913
17914 2004-02-27  Simon Josefsson  <jas@extundo.com>
17915
17916         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17917         gnus-group-real-prefix.
17918         (gnus-summary-move-article): Use it, instead of
17919         gnus-group-real-prefix.
17920
17921 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17922
17923         * lpath.el: Bind w3m-safe-url-regexp.
17924
17925         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17926         w3m-safe-url-regexp variable buffer-local and set it as the value
17927         of mm-w3m-safe-url-regexp.
17928
17929         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17930
17931         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17932         parsing gnus-posting-styles when the message is not for replying.
17933
17934         * dgnushack.el: Autoload sgml-mode for XEmacs.
17935
17936         * nnrss.el (nnrss-opml-export): Use
17937         mm-set-buffer-file-coding-system instead of
17938         set-buffer-file-coding-system.
17939
17940 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17941
17942         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17943         of checkdoc.el).
17944         * nnrss.el: do.
17945         * gnus-mlspl.el: do.
17946         * gnus-ml.el: do.
17947         * gnus-srvr.el: do.
17948
17949         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17950
17951 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17952
17953         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17954         Corrections to custom-manual links.
17955
17956         * gnus-art.el (gnus-article): Ditto.
17957
17958         * mm-decode.el (mime-display, mime-security): Ditto.
17959
17960 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17961
17962         * flow-fill.el: Typo.
17963
17964 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17965
17966         * spam-wash.el: New file.
17967
17968 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17969
17970         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17971
17972 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17973
17974         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17975         to be run with new-articles as LIST1, not LIST2.
17976         (spam-registration-functions): Add spam-use-ham-copy as a nil
17977         registration backend.
17978
17979 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17980
17981         * spam-stat.el (spam-stat-washing-hook): New option.
17982         (spam-stat-buffer-words): Use it.
17983         (spam-stat-process-directory, spam-stat-test-directory): Use
17984         insert-file-contents-literally.
17985         (spam-stat-coding-system): New variable.
17986         (spam-stat-load, spam-stat-save): Use it.
17987
17988 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17989
17990         * spam-report.el (spam-report-plug-agent): Quote
17991         spam-report-url-to-file and spam-report-url-ping-plain.
17992
17993 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17994
17995         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17996         / in mailto URLs.
17997
17998 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17999
18000         * spam-report.el (spam-report-process-queue): Fix interactive use.
18001         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18002         (spam-report-unplug-agent): Doc fixes.
18003         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18004         (spam-report-agentize, spam-report-deagentize): Autoload.
18005
18006 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18007
18008         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18009
18010         * message.el (message-setup-fill-variables): Add mml tags to
18011         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18012         <ajk@iu.edu>.
18013         (message-mode): Don't modify paragraph-separate there.
18014
18015 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18016
18017         * compface.el (uncompface-use-external): Default to undecided.
18018         (uncompface-use-external-threshold): New variable.
18019         (uncompface-float-time): New macro.
18020         (uncompface): Determine whether to use the external decoder if
18021         uncompface-use-external is undecided.
18022
18023 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18024
18025         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18026         after images.
18027
18028         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18029
18030 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18031
18032         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18033
18034         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18035
18036         * gnus-sum.el (gnus-summary-limit-to-age)
18037         (gnus-summary-limit-children): do.
18038
18039         * gnus-int.el (gnus-request-scan): do.
18040
18041         * gnus-group.el (gnus-group-suspend): do.
18042
18043         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18044
18045         * gnus-cite.el (gnus-cite-parse-attributions): do.
18046
18047         * gnus-agent.el (gnus-summary-set-agent-mark)
18048         (gnus-agent-regenerate-group): do.
18049
18050         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18051
18052         * binhex.el (binhex-decode-region-internal): do.
18053
18054 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18055
18056         * gnus-fun.el (gnus-face-properties-alist): New user option.
18057         (gnus-display-x-face-in-from): Use it.
18058
18059         * gnus-art.el (article-display-face): Ditto.
18060
18061         * compface.el (uncompface-use-external): Default to nil.
18062
18063 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18064
18065         * nntp.el (nntp-erase-buffer): New function.
18066         (nntp-retrieve-data, nntp-send-command)
18067         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18068         (nntp-possibly-change-group): Use it.
18069
18070         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18071         with-current-buffer.
18072
18073 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18074
18075         * compface.el: Merge the ELisp-based uncompface program.
18076         (compface): New customization group.
18077         (uncompface-use-external): New user option.
18078         (uncompface): Call uncompface-internal if uncompface-use-external
18079         is nil.
18080         (uncompface-internal): New function.  Note that there are also
18081         some other functions and variables added for this function.
18082
18083 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18084
18085         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18086         if necessary.
18087
18088 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18089
18090         * spam-report.el (spam-report-unplug-agent)
18091         (spam-report-plug-agent, spam-report-deagentize)
18092         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18093         Add support for the Agent in spam-report: when unplugged, report to a
18094         file; when plugged, submit all the requests.
18095
18096         * spam.el (spam-register-routine): Fix message about
18097         registration.
18098
18099 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18100
18101         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18102         dependencies.
18103         (rfc2047-encode): Use it.
18104
18105         * gnus-art.el (gnus-button-marker-list): Move before first
18106         reference.
18107
18108         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18109         (imap-parse-body): Fix format string mismatch.
18110
18111         * gnus-score.el (gnus-summary-increase-score): do.
18112
18113         * nnrss.el (nnrss-close): New function.
18114
18115 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18116
18117         * nnrss.el (nnrss-make-filename): New function.
18118         (nnrss-request-delete-group, nnrss-read-server-data)
18119         (nnrss-save-server-data, nnrss-read-group-data)
18120         (nnrss-save-group-data): Use it.
18121         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18122         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18123         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18124
18125 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18128
18129 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18130
18131         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18132         files.
18133
18134         * message.el (message-generate-headers-first): Don't quote nil
18135         and t in docstrings.
18136
18137         * imap.el (imap-id): do.
18138
18139         * gnus-agent.el (gnus-agent-consider-all-articles)
18140         (gnus-agent-queue-mail): do.
18141
18142 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18143
18144         * spam-report.el (spam-report-process-queue): New function.
18145         Process requests from `spam-report-requests-file'.
18146         (spam-report-process-queue): Doc fix.
18147
18148 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18149
18150         * spam.el (spam-register-routine)
18151         (spam-log-processing-to-registry, spam-log-registered-p)
18152         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18153         Change "check" to "spam-check" for semi-clarity.
18154
18155 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18156
18157         * pop3.el: Require nnheader.
18158
18159         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18160
18161         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18162
18163         * gnus-picon.el: Require cl.
18164
18165         * gnus-fun.el: Require gnus-ems and gnus-util.
18166
18167         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18168
18169         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18170
18171         * gnus-art.el (gnus-article-edit-mode): Define before first
18172         reference.
18173
18174 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18175
18176         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18177         (gnus-uu-post-encoded): Use point-at-bol.
18178
18179         * gnus-topic.el (gnus-group-active-topic-p): do.
18180
18181         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18182
18183         * gnus-group.el (gnus-group-kill-region): do.
18184
18185         * gnus-art.el (article-date-ut): do.
18186
18187         * message.el (message-fetch-field): Remove redundant
18188         case-fold-search binding.
18189         (message-narrow-to-field): Simplify.
18190
18191 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18192
18193         * spam.el (spam-directory): Derive from `gnus-directory'.
18194
18195         * spam-report.el (spam-report-url-to-file)
18196         (spam-report-requests-file): New function and variable for offline
18197         reporting.
18198         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18199         and user defined function.
18200         (spam-report-url-ping-mm-url): Remove doubled slash.
18201
18202 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18203
18204         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18205
18206 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18207
18208         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18209         format string mismatch.
18210
18211         * sieve.el (sieve-deactivate-all): do.
18212
18213         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18214
18215         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18216
18217         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18218
18219         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18220
18221 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18222
18223         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18224         the list of checks.
18225
18226 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18227
18228         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18229         padding.
18230
18231 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18232
18233         * mm-view.el (mm-fill-flowed): New variable.
18234         (mm-inline-text): Use it.
18235
18236 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18237
18238         * spam.el (spam-spamassassin-register-ham-routine)
18239         (spam-spamassassin-register-spam-routine): Fix function names.
18240
18241 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18242
18243         * gnus.el (gnus-tmp-grouplens): Remove.
18244         (gnus-summary-line-format): Remove grouplens.
18245
18246         * gnus-group.el (gnus-group-line-format): Ditto.
18247
18248         * gnus-spec.el (gnus-format-specs): Ditto.
18249         (gnus-update-format-specifications): Flush the group format spec
18250         cache if there's the grouplens stuff.
18251         (gnus-parse-simple-format): Replace %l with the empty string.
18252
18253 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18254
18255         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18256         omission.
18257
18258 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18259
18260         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18261         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18262
18263 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18264
18265         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18266         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18267         New macros and functions.
18268         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18269         Handle > NLINK_MAX messages.
18270         * nnmaildir.el (nnmaildir-request-set-mark): Use
18271         nnmaildir--emlink-p and nnmaildir--eexist-p.
18272
18273 2004-01-25  Alex Schroeder  <alex@gnu.org>
18274
18275         * spam-stat.el (spam-stat-process-directory-age): New option.
18276         (spam-stat-process-directory): Use it.
18277
18278 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18279
18280         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18281         (spam-stat-save): Accept prefix argument.
18282
18283 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18284
18285         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18286         links" error.
18287
18288 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18289
18290         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18291         the rest of the and/or forms.
18292
18293 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18294
18295         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18296         compatibility with old .newsrc.eld files.
18297
18298         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18299
18300         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18301
18302         * gnus-start.el (gnus-1): do.
18303
18304         * gnus-group.el (gnus-group-line-format-alist): do.
18305
18306         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18307
18308         * gnus-gl.el: Remove.
18309
18310 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18311
18312         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18313         marks consisting of a single range {for example, (3 . 5)} rather
18314         than a list of a single range { ((3 . 5)) }.
18315
18316 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18317
18318         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18319         with-current-buffer.
18320         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18321         avoid consing a string.
18322
18323         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18324         Remove obsolete entries for big5 and gb2312.
18325
18326 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18327
18328         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18329         uncompressed list.
18330
18331 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18332
18333         * spam-stat.el (spam-stat-strip-xref): New function.
18334         (spam-stat-process-directory): Use it.
18335
18336         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18337         here -- it's done in message-fetch-field.
18338
18339 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18340
18341         * gnus-agent.el (gnus-agent-queue-mail)
18342         (gnus-agent-prompt-send-queue): New variables.
18343         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18344         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18345         "nndraft:queue" along to gnus-draft-send.  Use
18346         gnus-agent-prompt-send-queue.
18347         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18348         is "nndraft:queue".  Suggested by Gaute Strokkenes
18349         <gs234@srcf.ucam.org>
18350
18351         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18352         (agent-enable-undownloaded-faces): Added.
18353         (gnus-agent-cat-groups): Use eval-and-compile, not
18354         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18355         method of gnus-agent-cat-groups even when the buffer has been
18356         evaled.
18357         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18358         delete gnus-agent-save-active-1.
18359         (gnus-agent-save-groups): Deleted.  Identical to
18360         gnus-agent-save-active.
18361         (gnus-agent-write-active): No longer adjust agent's copy of active
18362         file as agent's adjustments are now stored in their own
18363         file.  Removed optional parameter.
18364         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18365         servers.  Add use of min/max range limits from server's local
18366         file.
18367         (gnus-agent-save-alist): Removed unused optional argument.
18368         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18369         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18370         (gnus-agent-set-local): A per-server file that keeps min/max range
18371         limits for articles known to the agent.  Provides a fast mechanism
18372         for altering many active ranges.
18373         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18374         active file (local makes it unnecessary).
18375         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18376
18377         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18378         (agent-enable-undownloaded-faces): Added.
18379
18380         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18381         disable it when sending to "nndraft:queue".
18382         (gnus-group-send-queue): Add safety check to avoid sending queue
18383         when unplugged.
18384
18385         * gnus-group.el (gnus-group-catchup): Use new
18386         gnus-sequence-of-unread-articles, not
18387         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18388         numbers of articles.  Use gnus-range-map to avoid having to
18389         uncompress the unread list.
18390         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18391         Fixed invalid ange-ftp reference.
18392
18393         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18394         (gnus-sorted-range-intersection): Intersection of two ranges
18395         without requiring that they first be uncompressed.
18396
18397         * gnus-start.el (gnus-activate-group): Unless blocked by the
18398         caller, possibly expand the active range to include both cached
18399         and agentized articles.
18400         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18401         multiple version-dependent converters.
18402         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18403         gnus-agent-save-active.
18404         (gnus-save-newsrc-file): Save dirty agent range limits.
18405
18406         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18407         gnus-agent-possibly-alter-active.
18408         (gnus-adjust-marked-articles): Faster handling of simple lists.
18409
18410 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18411
18412         * spam-stat.el (spam-stat-test-directory): New optional argument
18413         displays a list of files detected.  Suggested by Andrew Cohen
18414         <cohen@andy.bu.edu>.
18415         (spam-stat-buffer-words-with-scores): Don't narrow and change
18416         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18417
18418 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18419
18420         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18421         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18422         (spam-spamassassin-arguments)
18423         (spam-spamassassin-spam-flag-header)
18424         (spam-spamassassin-positive-spam-flag-header)
18425         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18426         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18427         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18428         (spam-list-of-processors, spam-list-of-checks)
18429         (spam-list-of-statistical-checks, spam-registration-functions)
18430         (spam-check-spamassassin-headers, spam-check-spamassassin)
18431         (spam-spamassassin-score)
18432         (spam-spamassassin-register-with-sa-learn)
18433         (spam-spamassassin-register-spam-routine)
18434         (spam-spamassassin-register-ham-routine)
18435         (spam-assassin-register-spam-routine)
18436         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18437         (spam-bogofilter-score): Fix to show article before scoring.
18438
18439 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18440
18441         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18442         default scoring function.
18443         (spam-generic-score): Call spam-spamassassin-score if
18444         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18445         spam-bogofilter-score otherwise.
18446
18447         * gnus.el (spam-process, spam-autodetect-methods): Add
18448         spamassassin and spamassassin-headers.
18449
18450 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18451
18452         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18453         Suppress unnecessary messages.
18454
18455 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18456
18457         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18458         make-hash-table.
18459
18460 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * canlock.el (base64-encode-string): Don't autoload it.
18463
18464 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18465
18466         * run-at-time.el: Remove useless (require 'itimer),
18467         eval-and-compile and (featurep 'xemacs).
18468
18469 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18470
18471         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18472         GROUP is a virtual group.
18473
18474 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18475
18476         * gnus.el: Autoload `message-y-or-n-p'.
18477
18478 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18479
18480         * pgg-parse.el: Remove unnecessary (require 'custom).
18481
18482         * pgg-def.el: do.
18483
18484         * nnmail.el: do.
18485
18486         * gnus-undo.el: do.
18487
18488         * gnus-picon.el: do.
18489
18490         * gnus-util.el: do.
18491
18492 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18493
18494         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18495
18496 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18497
18498         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18499         handle, as well as a list.
18500
18501         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18502         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18503         (mm-w3m-cid-retrieve): Simplify.
18504
18505 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18506
18507         * message.el (message-kill-to-signature): Allow prefix arg to
18508         specify number of lines to keep before signature.
18509
18510 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18511
18512         * message.el (message-kill-to-signature): Change docstring.
18513
18514 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18515
18516         * canlock.el: Always require sha1-el.
18517         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18518
18519         * message.el: Autoload sha1 only when compiling.
18520
18521         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18522         eudc-expand-inline for XEmacs.
18523
18524 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18525
18526         * message.el (message-canlock-generate): Require sha1-el.
18527
18528 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18529
18530         * message.el (message-expand-name): Silence the byte compiler.
18531
18532         * lpath.el: Add detect-coding-system.
18533
18534         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18535         cus-edit.
18536
18537 2004-01-13  Simon Josefsson  <jas@extundo.com>
18538
18539         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18540         Invoke gnus-score-mode.  Reported by
18541         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18542
18543         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18544         Jim Blandy <jimb@redhat.com> (tiny change).
18545
18546 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18547
18548         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18549
18550 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18551
18552         * spam.el (spam-get-article-as-string): Update to use
18553         gnus-request-article-this-buffer, much simpler.
18554         (spam-get-article-as-buffer): Remove.
18555
18556 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18557
18558         * message.el (message-expand-name): Use EUDC if the user uses that.
18559
18560 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18561
18562         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18563         character for the encoding to avoid consing a string.
18564
18565         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18566         unnecessarily.
18567
18568         * mm-util.el (mm-replace-chars-in-string): Remove.
18569
18570         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18571         of mm-replace-chars-in-string.
18572
18573 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18574
18575         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18576
18577         * mm-util.el (mm-subst-char-in-string): Support inplace.
18578
18579         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18580         a new string in every iteration.  Use shy groups.
18581
18582 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18583
18584         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18585         * gnus-soup.el (gnus-soup-group-brew):
18586         * gnus-msg.el (gnus-put-message):
18587         * gnus-move.el (gnus-group-move-group-to-server):
18588         * gnus-kill.el (gnus-batch-score):
18589         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18590         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18591         (gnus-group-update-group, gnus-group-read-group)
18592         (gnus-group-make-group, gnus-group-make-help-group)
18593         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18594         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18595         (gnus-group-sort-by-unread, gnus-group-catchup)
18596         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18597         (gnus-group-yank-group, gnus-group-set-info)
18598         (gnus-group-list-groups):
18599         * gnus.el (gnus-generate-new-group-name):
18600         * gnus-delay.el (gnus-delay-send-queue):
18601         * nnvirtual.el (nnvirtual-catchup-group):
18602         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18603         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18604         (gnus-group-prepare-topics, gnus-topic-check-topology):
18605         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18606         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18607         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18608         (gnus-group-make-articles-read):
18609         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18610         (gnus-group-change-level, gnus-kill-newsgroup)
18611         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18612         (gnus-get-unread-articles, gnus-make-articles-unread)
18613         (gnus-make-ascending-articles-unread): Use accessor
18614         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18615         to get group information for improved readability.
18616
18617
18618 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18619
18620         * gnus-art.el (article-decode-mime-words, article-babel)
18621         (gnus-article-highlight-signature, gnus-article-add-buttons)
18622         (gnus-signature-toggle): Use gnus-with-article-buffer.
18623
18624         * gnus-art.el (gnus-article-highlight-headers)
18625         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18626
18627         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18628         (gnus-article-set-globals, gnus-request-article-this-buffer)
18629         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18630         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18631         (gnus-mime-display-alternative): Use with-current-buffer.
18632
18633 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18634
18635         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18636         also under 80 char limit, and call gnus-error if needed.
18637         (spam-fetch-article-header): Fix - it was a
18638         buffer-local variable (gnus-newsgroup-data).
18639         (spam-find-spam): Use spam-generate-fake-headers, forget about
18640         spam-insert-fake-headers.
18641         (spam-insert-fake-headers): Remove.
18642
18643 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18644
18645         * deuglify.el (gnus-article-outlook-unwrap-lines)
18646         (gnus-outlook-rearrange-article)
18647         (gnus-outlook-repair-attribution-outlook)
18648         (gnus-outlook-repair-attribution-block)
18649         (gnus-outlook-repair-attribution-other): Remove redundant
18650         save-excursion.
18651
18652 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18653
18654         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18655         (spam-fetch-field-subject-fast)
18656         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18657         (spam-fetch-article-header): Add functions to deal with Gnus
18658         internals for fast retrieval of article header data.
18659         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18660
18661 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18662
18663         * pop3.el (pop3-md5): Remove.
18664         (pop3-apop): Replace pop3-md5 with md5.
18665
18666         * mm-bodies.el: base64 is always built-in.
18667
18668         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18669         with-current-buffer.
18670
18671 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18672
18673         * canlock.el (canlock-insert-header): Remove excessive grouping in
18674         regexp.
18675
18676         * gnus-sum.el (gnus-summary-read-document): Ditto.
18677
18678         * gnus-uu.el (gnus-uu-part-number): Ditto.
18679
18680         * html2text.el (html2text-remove-tags): Ditto.
18681         (html2text-format-tags): Ditto.
18682         (html2text-format-single-elements): Ditto.
18683
18684         * mml.el (mml-parse-1): Ditto.
18685
18686 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18687
18688         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18689
18690         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18691
18692         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18693
18694         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18695
18696 2003-11-15  Simon Josefsson  <jas@extundo.com>
18697
18698         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18699         (pgg-gpg-lookup-key): Use regexp match instead of
18700         split-string (split-string is different between emacs 21.2 and
18701         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18702
18703 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18704
18705         * gnus-art.el (gnus-mime-view-all-parts)
18706         (gnus-article-part-wrapper, gnus-article-view-part): Use
18707         with-current-buffer.
18708
18709 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18710
18711         * spam.el (spam-disable-spam-split-during-ham-respool)
18712         (spam-spamoracle-database, spam-cache-lookups)
18713         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18714         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18715         (spam-group-ham-marks, spam-group-spam-marks)
18716         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18717         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18718         also add spam-use-blackholes to the statistical checks.
18719         (spam-fetch-field-fast): Add interface to fetching fields, may
18720         become a macro.
18721         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18722         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18723         (spam-insert-fake-headers): Fake an article when needed.
18724         (spam-find-spam): Fake article when possible.
18725         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18726         (spam-check-bogofilter-headers): Use message-fetch-field instead
18727         of nnmail-fetch-field.
18728
18729 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18730
18731         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18732
18733 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18734
18735         * spam.el (spam-split): Do not require spam-use-CHECK to be
18736         enabled if that check is passed to spam-split explicitly; also
18737         fix so 'spam doesn't get converted to spam-split-group when
18738         spam-split-symbolic-return is t.
18739         (spam-find-spam): Find registrations of the article and use those
18740         instead of re-running spam-split to find the spam/ham
18741         classification of the article.
18742         (spam-log-processing-to-registry, spam-log-registered-p)
18743         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18744         Use gnus-error instead of gnus-message.
18745         (spam-log-registration-type): Add function to determine the
18746         classification of a message based on registry entries; will
18747         return nil if both 'spam and 'ham are found.
18748         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18749         a reasonably fast local cache without the loading errors.
18750         (spam-cache-lookups): Set to t by default.
18751         (spam-find-spam): Don't try to guess spam-cache-lookups.
18752         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18753         spam-caches entry.
18754         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18755         caching of whitelist/blacklist entries.
18756         (spam-check-whitelist, spam-check-blacklist): Invoke
18757         spam-from-listed-p with a type, not a cache variable.
18758         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18759
18760 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18761
18762         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18763
18764         * nnmail.el (nnmail-split-fancy): do.
18765
18766         * mml.el (mml-parse): do.
18767
18768         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18769         (gnus-score-adaptive): do.
18770
18771 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18774         (gnus-mime-button-map): Don't set keymap parent.
18775         (gnus-button-ctan-directory-regexp): Use shy grouping.
18776         (gnus-prev-page-map): Don't set keymap parent.
18777         (gnus-prev-page-map): Remove duplicated one.
18778         (gnus-next-page-map): Don't set keymap parent.
18779         (gnus-mime-security-button-map): Ditto.
18780
18781         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18782         version number.
18783
18784         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18785
18786 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18787
18788         * canlock.el (canlock-sha1-function): Remove.
18789         (canlock-sha1-function-for-verify): Remove.
18790         (canlock-openssl-program): Remove.
18791         (canlock-openssl-args): Remove.
18792         (canlock-ignore-errors): Remove.
18793         (canlock-sha1-with-openssl): Remove.
18794         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18795         (canlock-verify): Don't use canlock-ignore-errors.
18796
18797         * sha1-el.el (sha1-string-external): Make it can return a string
18798         in binary form.
18799         (sha1-region-external): Ditto.
18800         (sha1-string-internal): Ditto.
18801         (sha1-region-internal): Ditto.
18802         (sha1-region): Ditto.
18803         (sha1-string): Ditto.
18804         (sha1): Ditto.
18805
18806 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18807
18808         * spam.el (spam-report-articles-gmane): New command.
18809
18810 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18811
18812         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18813
18814         * run-at-time.el (run-at-time-saved): Remove.
18815         (run-at-time): Doc fix.
18816
18817 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18818
18819         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18820         (gnus-summary-limit-map): Add it.
18821         (gnus-summary-make-menu-bar): do.
18822
18823 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18824
18825         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18826         Make attempt at some caching support (done for BBDB only now).
18827         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18828         addresses to be checked.
18829         (spam-clear-cache-BBDB): Add function, to be invoked by
18830         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18831         (spam-check-BBDB): Check and use the caches, if
18832         spam-cache-lookups is on, remove superfluous (provide).
18833
18834 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18835
18836         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18837
18838 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18839
18840         * run-at-time.el (run-at-time-saved): Move to after the definition
18841         of `run-at-time'.
18842
18843         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18844
18845 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18846
18847         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18848         mm-w3m-local-map-property.
18849
18850         * mm-view.el (mm-w3m-mode-map): Remove.
18851         (mm-w3m-local-map-property): Remove.
18852         (mm-inline-text-html-render-with-w3m): Don't use
18853         mm-w3m-local-map-property.
18854
18855 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18856
18857         * run-at-time.el: New file.
18858
18859         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18860         under Emacs.
18861
18862         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18863         of gnus-set-text-properties.
18864
18865         * gnus-uu.el (gnus-uu-save-article): Ditto.
18866
18867         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18868
18869         * gnus-cite.el (gnus-cite-parse): Ditto.
18870
18871         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18872         of gnus-.
18873
18874         * gnus-xmas.el (run-at-time): Require run-at-time.
18875
18876         * gnus.el: Changed calls to nnheader-run-at-time and
18877         password-run-at-time throughout to use run-at-time directly.
18878
18879         * password.el: Removed definition of run-at-time.
18880
18881         * nnheaderxm.el: Remove definition of run-at-time.
18882
18883 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18884
18885         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18886         in prompt.
18887
18888 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18889
18890         * messagexmas.el (message-xmas-redefine): Alias
18891         `message-make-caesar-translation-table' to
18892         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18893         version.
18894
18895         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18896         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18897         `gnus-xmas-set-text-properties'.
18898         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18899         `gnus-xmas-completing-read'.
18900         (gnus-xmas-completing-read): Removed.
18901         (gnus-xmas-open-network-stream): Removed.
18902
18903         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18904         XEmacs version.
18905
18906         * dns.el (dns-make-network-process): Use `open-network-stream'
18907         instead of `gnus-xmas-open-network-stream'.
18908
18909         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18910
18911         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18912
18913 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18914
18915         * gnus-art.el (gnus-mime-display-alternative)
18916         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18917         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18918         Don't use gnus-local-map-property.
18919
18920         * gnus-util.el (gnus-local-map-property): Remove.
18921
18922         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18923         gnus-completing-read-maybe-default with completing-read.
18924
18925         * gnus-util.el (gnus-completing-read): do.
18926         (gnus-completing-read-maybe-default): Remove.
18927
18928 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18929
18930         * password.el: Only autoload `run-at-time' if not XEmacs.
18931         Only autoload the itimer functions if XEmacs.
18932
18933 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18934
18935         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18936         XEmacsen.
18937
18938         * dgnushack.el: Autoload executable-find for XEmacs.
18939
18940 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18941
18942         * gnus-art.el (gnus-read-string): Remove.
18943         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18944         read-string.
18945
18946 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18947
18948         * netrc.el: Autoload password-read.
18949         (netrc): Add configuration group.
18950         (netrc-encoding-method, netrc-openssl-path): Add
18951         variables for encoding and decoding of files with symmetric
18952         ciphers.
18953         (netrc-encode): Add assistant function to encode a file with
18954         netrc-encoding-method.
18955         (netrc-parse): Add interactive parameter, added optional
18956         decoding if netrc-encoding-method is non-nil but otherwise
18957         behavior is standard.
18958         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18959         Do s/encode/encrypt/ everywhere.
18960
18961         * spam.el: Remove executable-find autoload.
18962
18963 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18964
18965         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18966
18967         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18968
18969 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18970
18971         * gnus-art.el (gnus-treat-ansi-sequences)
18972         (article-treat-ansi-sequences): New variable and function.
18973         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18974
18975         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18976         Use it.
18977
18978 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18979
18980         * mm-util.el (mm-quote-arg): Remove.
18981
18982         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18983         shell-quote-argument.
18984
18985         * gnus-uu.el (gnus-uu-command): do.
18986
18987         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18988
18989         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18990         with make-char.
18991
18992         * mm-util.el (mm-make-char): Remove.
18993
18994         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18995         add-minor-mode.
18996
18997         * gnus-undo.el (gnus-undo-mode): do.
18998
18999         * gnus-topic.el (gnus-topic-mode): do.
19000
19001         * gnus-sum.el (gnus-dead-summary-mode): do.
19002
19003         * gnus-start.el (gnus-slave-mode): do.
19004
19005         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19006
19007         * gnus-ml.el (gnus-mailing-list-mode): do.
19008
19009         * gnus-gl.el (gnus-grouplens-mode): do.
19010
19011         * gnus-draft.el (gnus-draft-mode): do.
19012
19013         * gnus-dired.el (gnus-dired-mode): do.
19014
19015         * gnus-ems.el (gnus-add-minor-mode): Remove.
19016
19017         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19018         Replace gnus-char-width with char-width.
19019
19020         * gnus-ems.el (gnus-char-width): Remove.
19021
19022         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19023         Replace gnus-char-width with char-width.
19024
19025         * gnus-ems.el (gnus-char-width): Remove.
19026
19027         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19028         definition.
19029         Remove Emacs 20 hash table compatibility code.
19030
19031         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19032         20 compatibility code.
19033
19034         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19035
19036         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19037
19038         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
19039         with point-at-{eol,bol}.
19040
19041         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19042
19043         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19044
19045         * flow-fill.el (fill-flowed-point-at-bol)
19046         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19047
19048         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19049         Replace with point-at-{eol,bol} throughout all files.
19050
19051 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19052
19053         * ntlm.el (ntlm-string-as-unibyte): New macro.
19054         (ntlm-build-auth-response): Use it.
19055
19056         Remove Emacs 20 stuff:
19057         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19058         (butlast, mapc, remove): Remove the compiler macros.
19059         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19060         of delq and copy-sequence.
19061         * gnus-art.el (popup-menu): Remove the compiler macro.
19062         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19063         Emacs 20.
19064
19065 2004-01-05  Simon Josefsson  <jas@extundo.com>
19066
19067         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19068         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19069         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19070         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19071         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19072         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19073         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19074         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19075         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19076         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19077         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19078         string-xor into ntlm-string-xor.  Suggested by
19079         Jesper Harder <harder@myrealbox.com>.
19080
19081         * ntlm.el: Don't include poem.
19082
19083         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19084         Jesper Harder <harder@myrealbox.com>.
19085
19086         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19087
19088         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19089         probably breaks emacs with DL patch, but do we care? Is anyone
19090         still using the DL stuff?)
19091
19092         * sieve-manage.el: Use the password package.
19093         (sieve-manage-read-passwd): Remove.
19094         (sieve-manage-interactive-login): Use password.  Re-add
19095         condition-case around loop.
19096
19097         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19098         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19099         the password package.
19100
19101 2003-02-19  Simon Josefsson  <jas@extundo.com>
19102
19103         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19104         token.
19105
19106 2002-08-07  Simon Josefsson  <jas@extundo.com>
19107
19108         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19109         (sieve-manage-authenticators):
19110         (sieve-manage-authenticator-alist): Add some SASL mechs.
19111         (sieve-sasl-auth): New function.
19112         (sieve-manage-cram-md5-auth):
19113         (sieve-manage-plain-auth): Rewrite using SASL library.
19114         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19115         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19116         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19117         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19118
19119 2004-01-05  Simon Josefsson  <jas@extundo.com>
19120
19121         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19122         New files.
19123
19124 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125
19126         * gnus-group.el (gnus-no-groups-message): Update.
19127
19128         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19129
19130 2003-11-09  Simon Josefsson  <jas@extundo.com>
19131
19132         * imap.el: Support for ID IMAP extension (RFC 2971).
19133         (imap-local-variables): Add imap-id.
19134         (imap-id): New variable.
19135         (imap-id): New function.
19136         (imap-parse-response): Parse untagged ID response.
19137         * nnimap.el (nnimap-id): New variable.
19138         (nnimap-open-connection): Use it.
19139
19140 2003-12-28  Simon Josefsson  <jas@extundo.com>
19141
19142         * gnus-score.el (gnus-score-edit-all-score): New.
19143         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19144
19145 2004-01-04  Simon Josefsson  <jas@extundo.com>
19146
19147         * password.el: Add.
19148
19149 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19150
19151         * dns.el (dns-query-types): Fix typo.
19152         (dns-query-types): New function.
19153         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19154         PTR and SOA replies, see RFC 1035.
19155
19156 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19157
19158         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19159
19160         * Moved to Changelog.2.
19161
19162 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19163
19164         * gnus.el (gnus-version-number): Bump version.
19165
19166 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19167
19168         * gnus.el: No Gnus v0.1 is released.
19169
19170 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19171
19172         * gnus.el: No Gnus v0.0 is released.
19173
19174 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19175
19176         * gnus.el (gnus-version-number): Bump.
19177         (gnus-version): No.
19178
19179 See ChangeLog.2 for earlier changes.
19180
19181     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19182       Free Software Foundation, Inc.
19183
19184   This file is part of GNU Emacs.
19185
19186   GNU Emacs is free software: you can redistribute it and/or modify
19187   it under the terms of the GNU General Public License as published by
19188   the Free Software Foundation, either version 3 of the License, or
19189   (at your option) any later version.
19190
19191   GNU Emacs is distributed in the hope that it will be useful,
19192   but WITHOUT ANY WARRANTY; without even the implied warranty of
19193   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19194   GNU General Public License for more details.
19195
19196   You should have received a copy of the GNU General Public License
19197   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19198
19199 ;; Local Variables:
19200 ;; coding: utf-8
19201 ;; fill-column: 79
19202 ;; add-log-time-zone-rule: t
19203 ;; End: