Unselect group before renaming. This had gotten lost somewhere.
[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
7 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8
9         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
10         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
11
12 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13
14         * gnus-art.el (gnus-mime-display-single)
15         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
16         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
17         parameter.
18
19 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20
21         * shr.el (shr-table-horizontal-line): Renamed from shr-table-line.
22         (shr-table-vertical-line): New variable.
23         (shr-insert-table): Use it.
24
25 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-html.el (gnus-html-wash-images): Don't display images if
28         gnus-inhibit-images is non-nil; register displayer for cid images.
29         (gnus-html-display-image): Work for cid image.
30         (gnus-html-insert-image): Allow arguments.
31         (gnus-html-put-image): Inhibit read-only.
32         (gnus-html-prefetch-images): Don't prefetch images if
33         gnus-inhibit-images is non-nil.
34
35 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
36
37         * shr.el (shr-put-image): Break lines when inserting big pictures.
38
39 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
40
41         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
42         sender, thanks Katsumi Yamaoka.
43
44 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
45
46         * nnir.el (nnir-run-imap): Reverse the article list for each group
47         rather than the whole list.
48
49 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
50
51         * shr.el (shr-image-displayer): Protect function against non-existent
52         image source.
53
54         * gnus-art.el (gnus-inhibit-images): New user option.
55         (gnus-mime-display-single): Don't display image if it is non-nil.
56
57         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
58         gnus-inhibit-images.
59
60         * shr.el (shr-image-displayer): New function.
61         (shr-tag-img): Use it.
62
63 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
64
65         * mml2015.el (mml2015-epg-sign): Use From header.
66
67 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
68
69         * gnus-html.el (gnus-html-wash-images): Register a displayer.
70
71         * gnus-util.el (gnus-find-text-property-region): Return markers.
72
73         * shr.el (shr-tag-img): Put a displayer in the text property.
74
75         * gnus-util.el (gnus-find-text-property-region): New utility function.
76
77         * gnus-html.el (gnus-html-display-image): Make the alt optional.
78         (gnus-html-show-images): Remove.
79
80         * gnus-art.el (gnus-article-show-images): New, more general function.
81
82         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
83         image url text properties.
84
85         * shr.el: Ditto.
86
87         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
88         gnus-agent-auto-agentize-methods is set.  Which it isn't.
89
90 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
93         work for two or more articles.
94
95 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
96
97         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
98         divide an image that's in an html article to two or more when washing
99         non-ASCII characters in alt text of it.
100
101 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
104         smime-decrypt-region using function argument.
105         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
106
107         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
108
109         * smime.el (smime-decrypt-region): Catch it.
110
111 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
112
113         * smime.el (smime-mode-map): Move initialization into declaration.
114         (gnus-run-mode-hooks): Don't autoload.
115         (smime-mode): Use define-derived-mode.
116
117 2010-11-11  Glenn Morris  <rgm@gnu.org>
118
119         * smime.el (from): Restrict declaration to XEmacs.
120
121         * nnir.el (gnus-group-topic-name): Autoload.
122
123 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
124
125         * shr.el (shr-insert): Don't break long line if it is because of
126         kinsoku-bol characters in the line end.
127
128 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
129
130         * nnir.el (nnir-request-move-article): Fix to provide original group
131         and subject.
132         (nnir-warp-to-article): Don't fail on articles whose headers haven't
133         been retrieved.
134
135         * gnus-sum.el (gnus-summary-move-article): Use original group and
136         subject for virtual articles such as those in an nnir summary buffer.
137
138 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
139
140         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
141         least 21.5).
142
143         * smime.el (from): Declare it again for XEmacs.
144
145 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
146
147         * message.el (message-resend): Don't disable encoding unless it's
148         already encoded.
149
150         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
151         low-numbered articles.
152
153 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
154
155         * rfc2047.el (rfc2047-syntax-table): Simplify.
156
157         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
158
159         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
160         set-char-table-range for XEmacs.
161
162 2010-11-10  Glenn Morris  <rgm@gnu.org>
163
164         * time-date.el (time-to-seconds): Always an alias on Emacs,
165         never a real function.
166         (with-no-warnings): Remove compat stub, now unused.
167         (time-less-p): Doc fix.
168         (time-to-number-of-days): Simplify.
169
170         * smime.el (from): Remove unused declaration.
171
172         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
173         (gnus-float-time): On Emacs, always an alias.
174
175         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
176         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
177
178 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
179
180         * dgnushack.el: Don't use ignore-errors in the top level form since it
181         is unavailable in XEmacs even if cl is loaded.
182
183         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
184
185 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
186
187         * shr.el (browse-url-mailto): Autoload.
188
189         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
190
191         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
192         regexp doesn't need quoting.
193
194 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
195
196         * message.el (message-subject-trailing-was-ask-regexp)
197         (message-subject-trailing-was-regexp): Match was: in addition to was.
198
199 2010-11-09  Glenn Morris  <rgm@gnu.org>
200
201         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
202         (nnbabyl-check-mbox): Use point-at-bol.
203
204 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
207
208         * message.el (message-mailto): New function.
209         (message-mailto): Should accept other parameters.
210         (message-mailto): Remove since it duplicates browse-url-mailto
211         functionality.
212
213 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
214
215         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
216         methods.
217         (gnus-read-active-file): Ditto.
218
219         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
220         ": " from the prompt.
221         (gnus-group-make-group): Ditto.
222
223 2010-11-07  Glenn Morris  <rgm@gnu.org>
224
225         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
226         (gnus-bookmark-kill-line): Use point-at-eol.
227
228 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
229
230         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
231         asterisks in From header.
232
233 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
234
235         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
236         string to avoid making the From headers syntactically invalid.
237
238         * message.el (message-send-mail): Don't insert courtesy messages if the
239         message already has List-Post and List-ID messages.
240
241 2010-11-06  Glenn Morris  <rgm@gnu.org>
242
243         * gnus-art.el (gnus-treat-article): Give dynamic local variables
244         `condition', `type', `length' a prefix.
245         (gnus-treat-predicate): Update for above name changes.
246
247 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
248
249         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
250         binding.  Handled by `gnus-summary-refer-thread' instead.
251         (nnir-warp-to-article): New backend function.
252
253         * nnimap.el (nnimap-request-thread): Force dependency updating.
254
255         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
256         (gnus-summary-refer-thread): Rework to improve thread-referral.
257
258         * gnus-int.el (gnus-warp-to-article): New function.
259
260         * gnus-sum.el (gnus-summary-article-map): Bind it.
261
262 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
263
264         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
265         gnus-summary-refer-thread.
266
267         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
268         headers.
269         (gnus-summary-limit-include-thread): Prevent articles in thread from
270         being cut in gnus-cut-threads.
271         (gnus-summary-refer-thread): Limit retrieved headers to those in
272         thread.
273
274 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275
276         * message.el (message-send-mail): Use the value of
277         message-courtesy-message from the message buffer.
278
279         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
280
281         * shr.el (shr-browse-url): Implement mailto: URLs.
282
283         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
284         "raw".
285
286         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
287         if it's already selected.
288
289         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
290
291 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
292
293         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
294         to measure the length and truncate alt text.
295
296 2010-11-03  Glenn Morris  <rgm@gnu.org>
297
298         * nndiary.el (nndiary-generate-nov-databases-1)
299         (nndiary-generate-active-info): Rename dynamic variable `files' to
300         something less generic.
301
302 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
303
304         * nnir.el (nnir-request-move-article): Call the underlying backend to
305         move articles from nnir.
306
307 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
310
311 2010-11-02  Julien Danjou  <julien@danjou.info>
312
313         * nnir.el: Remove wais support.
314
315 2010-11-02  Glenn Morris  <rgm@gnu.org>
316
317         * gnus-html.el: Reorder requirements to quieten compiler.
318
319 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
320
321         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
322         properly for XEmacs as well.
323         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
324         (gnus-article-natural-long-line-p): Use window-width rather than
325         frame-width.
326
327 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
328
329         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
330         (nnir-read-parms): Don't modify query.
331         (nnir-run-query): Add ability to search topic on current line.
332         (nnir-get-active): Clean up.
333
334 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
335
336         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
337         degenerate articles.
338
339         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
340         (gnus-print-buffer): Just print the buffer as is, without any copying
341         to a buffer and then re-highlighting.
342
343         * nnimap.el (nnimap-request-group): Store the new updated info.
344         (nnimap-request-group): Select the group when we don't know whether it
345         exists or not.
346
347         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
348         groups.
349
350         * gnus-group.el (gnus-group-find-new-groups): Display all the new
351         groups.
352
353         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
354         groups.
355
356         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
357         long-lines case by only filling the long lines.
358
359         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
360         (bug #7311).
361
362 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
363
364         * shr.el: No need to declare `declare-function' since shr.el is for
365         only Emacsen that provide `libxml-parse-html-region'.
366
367         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
368         effective only in a file it is referred to.
369
370 2010-11-01  Glenn Morris  <rgm@gnu.org>
371
372         * mm-util.el (gnus-completing-read): Autoload.
373         (mm-read-coding-system): Simplify Emacs definition.
374
375         * nnmail.el (gnus-activate-group):
376         * nnimap.el (gnutls-negotiate):
377         * nntp.el (netrc-parse): Fix declarations.
378
379 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
380
381         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
382         string-match-p in Emacs >=23.
383
384         * gnus-msg.el (gnus-configure-posting-styles)
385         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
386
387 2010-11-01  Glenn Morris  <rgm@gnu.org>
388
389         * nnir.el (declare-function): Add compat stub.
390         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
391         (nnir-run-gmane): Require 'mm-url.
392
393         * mm-util.el (mm-string-to-multibyte): Simplify.
394
395         * shr.el (declare-function): Add compat stub.
396         (url-cache-create-filename): Declare.
397         (mm-disable-multibyte, widget-convert-button): Autoload.
398
399         * smime.el (ldap-search): Declare.
400         (smime-cert-by-ldap-1): Require ldap on Emacs.
401
402         * nnimap.el: Require nnmail, and gnus-sum when compiling.
403         (nnimap-keepalive): Use gnus-float-time.
404
405         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
406         (mail-source-delete-crash-box): Use gnus-float-time.
407
408         * gnus-dired.el (gnus-completing-read): Autoload.
409
410         * mm-view.el (gnus-rescale-image): Autoload.
411
412         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
413
414         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
415
416         * sieve-manage.el: Require 'cl when compiling.
417
418         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
419         (gnus-iswitchb-completing-read): Require iswitchb.
420         (gnus-select-frame-set-input-focus): Silence compiler.
421
422 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
423
424         * message.el (message-subject-trailing-was-query): Change default to t,
425         since I think that's what most people want.
426
427         * nnimap.el (nnimap-request-accept-article): Erase buffer before
428         appending for easier debugging.
429         (nnimap-wait-for-connection): Take a regexp.
430         (nnimap-request-accept-article): Wait for the continuation line before
431         sending anything unless we're streaming.
432
433         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
434         leave the header washing to take place.
435
436 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
437
438         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
439         regular expression match and replace in posting styles.
440
441 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
442
443         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
444         an entire server.
445         (nnir-get-active): New function.
446         (nnir-run-imap): Use it.
447         (nnir-run-gmane): Who knew, gmane search returns an article score!
448
449         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
450         server on the current line with nnir.
451
452 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
453
454         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
455         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
456         left edge.
457         (gnus-article-foldable-buffer): Skip past the prefix when determining
458         raggedness.
459
460         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
461         the raw article, and change `C-u g' to show the article without doing
462         treatments.
463
464         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
465         on to `gnus-treat-article'.
466         (gnus-inhibit-article-treatments): New variable.
467
468         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
469
470         * gnus-art.el (gnus-treatment-function-alist): Have
471         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
472         (gnus-treat-fill-long-lines): Change default to fill all text/plain
473         sections.
474
475         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
476         parameter.
477         (gnus-article-fill-cited-long-lines): New function.
478         (gnus-article-fill-cited-article): Allow filling only long sections.
479
480         * shr.el (shr-find-fill-point): Don't break lines between punctuation
481         and non-punctuation (like after the apostrophe in "'We").
482
483         * gnus-sum.el (gnus-summary-select-article): Make sure
484         gnus-original-article-buffer is alive.
485
486         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
487         reflect the order they're in in the digest.
488
489         * gnus.el (gnus-group-startup-message): Move point to the start of the
490         buffer.
491
492         * nnimap.el (nnimap-capability): New function.
493         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
494         is set.
495
496 2010-10-31  David Engster  <dengste@eml.cc>
497
498         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
499         conform with changes to gnus-completing-read.
500
501 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
502
503         * shr.el (shr-tag-img): Output "*" instead of "[img]".
504
505 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
506
507         * nnir.el move defvar, defcustom around to keep file organized and keep
508         byte-compiler quiet.
509         (nnir-read-parms): accept search-engine as arg.
510         (nnir-run-query): pass search-engine as arg.
511         (nnir-search-engine): remove.
512
513 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
514
515         * shr.el (shr-generic): The text nodes should be text, not :text.
516
517         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
518         later in the file.
519
520 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
521
522         * nnir.el: general clean up. allow searching with multiple
523         engines. allow separate extra-parameters for each engine. batch queries
524         when possible.
525         (nnir-imap-default-search-key,nnir-method-default-engines): add
526         customize interface.
527         (nnir-run-gmane): new engine.
528         (nnir-engines): use it. qualify all prompts with engine name.
529         (nnir-search-engine): remove global variable.
530         (nnir-run-hyrex): restore for now.
531         (nnir-extra-parms,nnir-search-history): new variables.
532         (gnus-group-make-nnir-group): use them.
533         (nnir-group-server): remove in favor of gnus-group-server.
534         (nnir-request-group): avoid searching twice.
535         (nnir-sort-groups-by-server): new function.
536
537 2010-10-30  Julien Danjou  <julien@danjou.info>
538
539         * gnus-group.el: Remove gnus-group-fetch-control.
540
541         * gnus-start.el (gnus-find-new-newsgroups): Remove
542         gnus-check-first-time-used.
543
544         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
545
546 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
547
548         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
549         set on groups that don't have \* permanentflags.
550
551 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
552
553         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
554         control the background color.
555         (shr-tag-img): Ignore very small web bug type images.
556         (shr-put-image): Add help-echo alt texts to the images.
557         (shr-tag-video): Show the video poster image.
558
559 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
560
561         * shr.el (shr-table-depth): New variable.
562         (shr-tag-table-1): Only insert the images after the top-level table.
563
564         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
565
566         * gnus-util.el (gnus-list-memq-of-list): New function.
567
568         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
569         selected.
570         (nnimap-unsplittable-articles): New slot.
571         (nnimap-new-articles): Use it.
572
573 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
574
575         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
576         move to the previous line on `M-g'.
577
578 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
579
580         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
581         *-request-group, which seems unnecessary.
582
583         * nnimap.el (nnimap-quote-specials): Function copied over from
584         imap.el.
585         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
586         they support that.  Suggested by Tom Regner.
587
588 2010-10-29  Julien Danjou  <julien@danjou.info>
589
590         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
591         defalias.
592         (gnus-summary-delete-marked-with): Remove obsolete defalias.
593
594         * gnus.el: Remove `gnus-nntp-service' variable.
595         (gnus-secondary-servers): Make obsolete.
596         (gnus-nntp-server): Make obsolete.
597
598         * gnus-start.el (gnus-1): Remove x-splash calls.
599
600         * gnus-ems.el (gnus-x-splash): Remove.
601
602         * gnus.el (gnus-group-startup-message): Simplify/update code.
603
604         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
605         definition.
606
607         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
608         capability before doing anything.
609         (gnus-group-insert-group-line): Remove useless
610         gnus-group-remove-excess-properties.
611
612 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
613
614         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
615
616 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
619         config after reselecting.
620
621 2010-10-28  Julien Danjou  <julien@danjou.info>
622
623         * shr.el (shr-put-image): Use point even if only inserting text.
624         (shr-put-image): Save excursion when inserting alt text on non-graphic
625         display, so the behaviour is the same when we are on a graphic display.
626
627         * nnir.el (nnir-run-swish-e): Remove hyrex support.
628
629 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
630
631         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
632         (gnus-mime-copy-part): Check coding system, not charset.
633         (gnus-mime-view-part-externally): Never remove part.
634         (gnus-mime-view-part-internally): Don't remove part here.
635         (gnus-article-part-wrapper): Make sure MIME tag is visible.
636         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
637         multipart/alternative.
638
639         * mm-decode.el (mm-display-part): Take optional arg `force'.
640
641 2010-10-26  Julien Danjou  <julien@danjou.info>
642
643         * gnus-group.el (gnus-group-default-list-level): Add this function to
644         compute the default list level.
645         (gnus-group-default-list-level): Add possibility to use a function.
646
647 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
650
651         * gnus-group.el (gnus-group-completing-read)
652         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
653         gnus-replace-in-string.
654
655 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
656
657         * shr.el (shr-tag-div): Added.
658
659         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
660
661 2010-10-25  Julien Danjou  <julien@danjou.info>
662
663         * gnus-util.el: Remove `gnus-with-local-quit'.
664
665         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
666
667 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
668
669         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
670         the original article buffer.
671
672 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * nnimap.el (nnimap-request-head): New function.
675         (nnimap-request-move-article): Try to be slighly faster by not
676         requesting the entire message when moving.
677         (nnimap-transform-headers): Don't bug out on bodiless articles.
678         (nnimap-send-command): Have no outstanding messages if the IMAP server
679         doesn't support streaming.
680         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
681
682 2010-10-24  Julien Danjou  <julien@danjou.info>
683
684         * message.el (message-default-headers): Fix type.
685
686 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
689         prefetching images.
690
691         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
692         backend for unknown groups.  This is mainly useful for nnimap groups.
693
694         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
695         group isn't covered by the agent.
696
697 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
698
699         * nnir.el (nnir-method-default-engines): new variable.
700         (nnir-run-query): use it.
701         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
702         (gnus-summary-nnir-goto-thread): change group if needed.
703
704         * gnus-group.el (gnus-group-group-map): add key binding for
705         gnus-group-make-nnir-group.
706
707 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
708
709         * shr.el (shr-tag-object): Added.
710
711         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
712         original article buffer live.
713         (gnus-summary-select-article-buffer): Mention
714         gnus-widen-article-buffer.
715
716 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
717
718         * shr.el (shr-tag-strong): Added.
719
720 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
721
722         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
723         group names.  They mess up the group buffer badly.
724
725         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
726
727         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
728         instead of the summary one.
729
730 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
731
732         * mml.el (mml-preview): Work properly when editing article.
733
734         * gnus-start.el (gnus-read-active-file-1): Don't add method to
735         gnus-have-read-active-file if it's already been in.
736
737 2010-10-22  Tom Tromey  <tromey@redhat.com>
738
739         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
740         gnus-group-completing-read.
741
742 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
743
744         * message.el (message-mode-map): Don't bind M-; to comment region, to
745         allow the global comment-dwim to work.
746
747 2010-10-21  Julien Danjou  <julien@danjou.info>
748
749         * message.el (message-setup-1): Allow message-default-headers to be a
750         function.
751
752 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
753
754         * shr.el (shr-tag-table): Simplify.
755
756 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
757
758         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
759         to avoid trying to snarf invalid stuff.
760
761         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
762
763         * gnus.el (gnus-message-archive-group): Quote value.
764         (gnus-message-archive-group): Mark as changed.
765
766         * shr.el (shr-add-font): Don't put the font properties on the newline
767         or the indentation.
768
769         * message.el (message-fix-before-sending): Change options when sending
770         non-printable characters.
771
772         * gnus.el (gnus-message-archive-method): Change the default to
773         monthly outgoing groups.
774
775         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
776         that have gotten new numbers.
777
778         * nnimap.el (nnimap-request-replace-article): New function.
779
780 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
781
782         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
783         (nnrss-request-article): Don't use special html washing code.
784
785 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
786
787         * shr.el (shr-tag-table): Remove useless nconc.
788
789 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
790
791         * gnus-art.el (article-wash-html): Simplify and remove the charset
792         stuff.  Use the normal html rendering code instead of the special html
793         washing code.
794
795         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
796         `gnus-w3m' symbols.
797         (mm-text-html-washer-alist): Removed.
798
799         * mm-decode.el (mm-inline-text-html-renderer): Removed.
800         (mm-inline-media-tests): Removed use.
801         (mm-text-html-renderer): Change default to the `shr' symbol.
802
803         * mm-view.el (mm-inline-text-html): Removed use.
804
805         * gnus-art.el (gnus-blocked-images): New function.  Allow the
806         `gnus-blocked-images' to be a function.
807         (gnus-article-wash-function): Removed.
808
809 2010-10-20  Julien Danjou  <julien@danjou.info>
810
811         * spam.el (spam-list-of-processors): Mark as obsolete.
812
813         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
814         (nnimap-insert-partial-structure): Fix boundary detection.
815
816 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
817
818         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
819         run file-truename on remote files.  This can be expensive and even
820         prevent one from editing drafts if some unrelated buffer has a stale
821         connection.
822
823 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
824
825         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
826         kinsoku-eol regardless of shr-kinsoku-shorten.
827         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
828         (shr-tag-table): Support caption, thead, and tfoot.
829
830 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
831
832         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
833         lines.
834         (shr-save-contents): New command and keystroke.
835
836         * nndoc.el (nndoc-type-alist): Add git support.
837         (nndoc-git-type-p): New function.
838         (nndoc-transform-git-article): Ditto.
839         (nndoc-transform-git-headers): Ditto.
840         (nndoc-transform-git-headers): Generate Subject headers.
841
842         * shr.el (shr-parse-style): New function.
843         (shr-tag-span): Ditto.
844
845         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
846         to `G G' to avoid collisions.
847
848 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
849
850         * shr.el: Load kinsoku if necessary.
851         (shr-kinsoku-shorten): New internal variable.
852         (shr-find-fill-point): Make kinsoku shorten text line if
853         shr-kinsoku-shorten is bound to non-nil.
854         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
855         shr-indentation too when testing if table is wider than frame width.
856         (shr-insert-table): Use `string-width' instead of `length' to measure
857         text width.
858         (shr-insert-table-ruler): Make sure indentation is done at bol.
859
860 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
861
862         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
863         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
864         undecoded network data.
865
866 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
867
868         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
869         name in the mode line spec so that the mode line menu works
870         (bug #2431).
871
872         * message.el (message-get-reply-headers): If we're fed `to-address',
873         then always use that.
874
875         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
876         aren't so wide as to need to switch off the edit menu.
877
878         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
879         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
880
881         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
882         `M-g'.
883         (nnimap-update-info): Update flags/read marks even if \* isn't part of
884         the permanent marks.
885
886 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
887
888         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
889         Splitting according to references/in-reply-to obeys the ignore-groups
890         variable, while splitting by sender and subject do not.
891
892 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
893
894         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
895         alist, so that we can look for non-Unicode chars.
896         (article-translate-strings): Allow both character and string maps.
897
898 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
899
900         * shr.el (shr-insert): Don't insert space behind a wide character
901         categorized as kinsoku-bol, or between characters both categorized as
902         nospace.
903
904 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
905
906         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
907         headers to gnus-newsgroup-headers.
908
909 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
910
911         * shr.el (shr-tag-img): Don't align images -- since we're not
912         rescaling, this often leads to ugly displays.
913
914 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
915
916         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
917         duplicates.
918
919 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
920
921         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
922         call.
923
924 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus.el: Autoload gnus-html-show-images.
927
928         * nnimap.el: Use nnheader-message throughout.
929
930         * shr.el (shr-tag-img): Ignore images with no data.
931
932 2010-10-15  Julien Danjou  <julien@danjou.info>
933
934         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
935         a possibility to disable format=flow encoding when using hard newlines.
936
937 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
938
939         * shr.el (shr-insert): Remove space inserted before or after a
940         breakable character or at the beginning or the end of a line.
941         (shr-find-fill-point): Do kinsoku; find the second best point or give
942         it up if there's no breakable point.
943
944 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
945
946         * nnimap.el (nnimap-open-connection): Message when opening connection
947         for debugging purposes.
948
949         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
950         on every setup buffer call to allow this to change from article to
951         article.
952
953         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
954         buffers where we have a wide table.
955
956 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
957
958         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
959         uses *-request-thread.
960
961 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
962
963         * nnimap.el (nnimap-open-connection): Remove %s from openssl
964         incantation, which is no longer valid.
965
966 2010-10-14  Julien Danjou  <julien@danjou.info>
967
968         * shr.el: Fix defcustom type (char -> character).
969
970 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
971
972         * nnimap.el (nnimap-open-connection): tls-program should be a list of
973         programs.
974
975 2010-10-14  Julien Danjou  <julien@danjou.info>
976
977         * shr.el (shr-tag-a): Use url-link as widget type.
978
979         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
980         `gnus-group-get-icon'.
981
982 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
983
984         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
985         This should make server editing work better.
986
987         * shr.el (shr-find-fill-point): Don't inloop on indented text.
988
989         * tls.el (tls-program): Remove spurious %s from openssl.
990
991         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
992         (nnimap-parse-flags): Fix regexp.
993
994         * shr.el (shr-find-fill-point): Use a filling algorithm that should
995         probably work for CJVK text, too.
996
997         * nnimap.el (nnimap-extend-tls-programs): Removed.
998         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
999
1000         * tls.el (tls-starttls-switches): Remove starttls hack.
1001         (open-tls-stream): Ditto.
1002         (tls-find-starttls-argument): Ditto.
1003
1004 2010-10-13  Julien Danjou  <julien@danjou.info>
1005
1006         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1007         responses.
1008
1009 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1012
1013         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1014         anything in Emacs.
1015
1016         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1017
1018 2010-10-13  Julien Danjou  <julien@danjou.info>
1019
1020         * shr.el (shr-width): Make shr-width a defcustom with default to
1021         fill-column.
1022         (shr-tag-img): Use shr-width rather than fill-column.
1023
1024 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1025
1026         * dgnushack.el (byte-optimize-apply)
1027         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1028
1029         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1030         position when (X-)Faces exist.
1031         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1032         avatars when called interactively.
1033
1034 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1037         gnus-article-x-face-too-ugly is bound.
1038
1039 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1040
1041         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1042
1043         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1044         mailbox that doesn't exist.
1045
1046 2010-10-12  Julien Danjou  <julien@danjou.info>
1047
1048         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1049         (shr-get-image-data): Encode URL properly when fetching from cache.
1050         (shr-tag-img): Use aligned-to spaces to align correctly images.
1051
1052         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1053         before inserting the Gravatar.
1054
1055         * shr.el (shr-tag-img): Add align attribute support for <img>.
1056
1057 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1058
1059         * gnus-gravatar.el (gnus-art): Required.
1060
1061         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1062         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1063         Remove long obsoleted functions.
1064
1065 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1066
1067         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1068
1069         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1070
1071         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1072         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1073         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1074         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1075         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1076         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1077         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1078
1079 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1080
1081         * nnimap.el (nnimap-request-rename-group): Select group read-only
1082         before renaming it.
1083
1084         * shr.el (shr-insert): Fix up the white space only regexp.
1085
1086         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1087         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1088
1089         * shr.el (shr-current-column): New function.
1090         (shr-find-fill-point): New function.
1091
1092 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1093
1094         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1095         numbers.
1096
1097 2010-10-11  Julien Danjou  <julien@danjou.info>
1098
1099         * shr.el (shr-hr-line): Add.
1100         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1101         display hr lines.
1102         (shr-max-columns): Do not change state to nil if we just inserting
1103         spaces.
1104
1105 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1106
1107         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1108         select the last group.
1109
1110 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1111
1112         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1113
1114 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1115
1116         * dig.el (dig-mode-map): Declare and define in one step.
1117
1118 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1119
1120         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1121         for Gnus.
1122         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1123         (nnimap-update-qresync-info): Mark \Seen articles as read.
1124
1125         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1126         non-variable, too.
1127
1128         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1129         available.
1130         (nnimap-update-info): Rely more on the current active than the param
1131         active to avoid marking articles as read too much.
1132
1133         * auth-source.el (auth-source-create): Use (user-login-name) for the
1134         user name default.
1135
1136         * nnimap.el (nnimap-update-info): If the server doesn't return any
1137         useful info, just use the previous info.
1138         (nnimap-update-info): Prefer old info over start-article.
1139         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1140
1141 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1142
1143         * nnir.el (autoload): Clean up autoloads.
1144         (nnir-imap-default-search-key): Renamed from
1145         nnir-imap-search-field. Use key rather than value.
1146         (nnir-imap-search-other): New variable.
1147         (nnir-read-parm): Use it.
1148         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1149         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1150
1151 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1152
1153         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1154         the process, too.
1155
1156 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1157
1158         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1159         Allbery.
1160
1161         * shr.el: Rework the way things are indented by <li> slightly.
1162
1163         * gnus.el (gnus-group-set-parameter): Fix typo.
1164
1165         * nnimap.el: Start implementing QRESYNC support.
1166
1167 2010-10-09  Julien Danjou  <julien@danjou.info>
1168
1169         * nnir.el (nnir-engines): Fix too many arguments.
1170
1171 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1174         group is the "last", so that the backends like nnfolder actually save
1175         their folders.
1176
1177         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1178         try to use that for the tls stream.
1179         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1180         UIDVALIDITY and find out which groups are read-only and not.
1181         (nnimap-get-flags): Use the same marks parsing code as the rest of
1182         nnimap.
1183
1184 2010-10-09  Julien Danjou  <julien@danjou.info>
1185
1186         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1187
1188         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1189         retrieving gravatars.
1190
1191         * shr.el (shr-table-corner): Add.
1192         (shr-table-line): Add.
1193         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1194
1195 2010-10-08  Julien Danjou  <julien@danjou.info>
1196
1197         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1198
1199 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1200
1201         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1202
1203         * gnus-sum.el (gnus-mark-article-as-unread)
1204         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1205         (gnus-summary-set-bookmark): Use it.
1206
1207         * gnus-msg.el (gnus-setup-message): Use it.
1208
1209         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1210
1211         * gnus.el (gnus-group-remove-parameter): Use it.
1212
1213         * gnus-group.el (gnus-group-make-web-group): Use it.
1214
1215         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1216
1217         * nnregistry.el: Update docs to mention manual.
1218
1219         * gnus-registry.el: Update docs to mention nnregistry.el.
1220         (gnus-registry-initialize): Don't install nnregistry refer method
1221         automatically.
1222         (gnus-registry-install-nnregistry): Remove it.
1223
1224 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1225
1226         * shr.el (shr-insert): Don't insert double spaces.
1227
1228 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1229
1230         * gnus-gravatar.el (gnus-treat-from-gravatar)
1231         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1232         called interactively.
1233
1234         * gnus-art.el (gnus-mime-view-part-externally)
1235         (gnus-mime-view-part-internally): Make predicate function passed to
1236         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1237         of a mime type.
1238
1239         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1240
1241 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1242
1243         * shr.el (require): Require cl when compiling.
1244         (shr-tag-hr): New function.
1245
1246         * nnimap.el (nnimap-update-info): Remove double setting of high.
1247         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1248         makes nnimap work properly on Courier again.
1249
1250         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1251         the variable for backwards compatability.
1252
1253         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1254         the file name before using to avoid setting mm-default-directory to
1255         nil.
1256
1257         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1258         bidning gnus-agent variables.
1259
1260         * shr.el (shr-render-td): Use a cache for the table rendering function
1261         to avoid getting an exponential rendering behaviour in nested tables.
1262         (shr-insert): Rework the line-breaking algorithm.
1263         (shr-insert): Don't leave trailing spaces.
1264         (shr-insert-table): Also insert empty TDs.
1265         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1266
1267 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1268
1269         * gnus-sum.el (gnus-number): Rename from `number'.
1270         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1271         (gnus-summary-limit-children): Update uses correspondingly.
1272
1273 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1276         (gnus-gravatar-transform-address): Don't show avatars of people of
1277         which mail addresses match gnus-gravatar-too-ugly.
1278
1279 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1280
1281         * shr.el (shr-table-widths): Expand TD elements to fill available
1282         space.
1283
1284 2010-10-07  Julien Danjou  <julien@danjou.info>
1285
1286         * nnimap.el (nnimap-request-rename-group): Add this method.
1287
1288 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1289
1290         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1291         name from XEmacs' function-arglist.
1292
1293         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1294         gravatar under XEmacs.
1295
1296 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1297
1298         * auth-source.el: Update docs with TODO items.
1299
1300         * gnus-sync.el: Update docs to explain state and plans.
1301
1302         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1303         Hooks for mark updates.
1304         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1305
1306         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1307         hooks with arguments, which is needed for mark update hooks.
1308
1309 2010-10-06  Julien Danjou  <julien@danjou.info>
1310
1311         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1312         was matched.
1313
1314         * sieve-manage.el: Update example in `Commentary'.
1315
1316         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1317
1318         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1319         not 2000.
1320         (sieve-manage-authenticate): Re-add function.
1321
1322 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323
1324         * shr.el (shr-insert): Get 'space transition right.
1325         (shr-render-td): Only delete space at the end of the TD.
1326
1327         * nnimap.el (nnimap-open-connection): Prepare to support
1328         open-gnutls-stream.
1329
1330         * shr.el: Rearrange function order to be more logical.
1331
1332 2010-10-06  Julien Danjou  <julien@danjou.info>
1333
1334         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1335         (nnrss-discover-feed): Remove 404 URL in docstring.
1336
1337         * nnir.el: Fix Swish-E URL.
1338         Fix Namazu URL.
1339
1340         * message.el (message-change-subject): Remove 404 URL in a comment.
1341
1342 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1343
1344         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1345         called interactively.
1346
1347         * gnus-util.el (gnus-remove-if): Allow hash table.
1348         (gnus-remove-if-not): New function.
1349
1350         * gnus-art.el (gnus-mime-view-part-as-type)
1351         * gnus-score.el (gnus-summary-score-effect)
1352         * gnus-sum.el (gnus-read-move-group-name):
1353         Replace remove-if-not with gnus-remove-if-not.
1354
1355         * gnus-group.el (gnus-group-completing-read):
1356         Regard collection as a hash table if it is not a list.
1357
1358 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1359
1360         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1361
1362         * shr.el: Document the table-rendering algorithm.
1363
1364 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1365
1366         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1367         for Emacsen having no `libxml-parse-html-region' support.
1368
1369 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1370
1371         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1372         invalid URLs.
1373
1374         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1375         line-broken.
1376         (shr-tag-img): Ignore image fetching errors.
1377         (shr-overlays-in-region): Compute overlay positions correctly.
1378
1379         * mm-decode.el (mm-shr): Require shr.
1380
1381         * gnus-art.el (gnus-blocked-images): Move variable here.
1382
1383         * shr.el (shr-insert-table): Bind free variable.
1384
1385         * mm-decode.el (mm-shr): Bind shr-content-function.
1386
1387         * shr.el (shr-content-function): New variable.
1388
1389         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1390         added for symmetry.
1391
1392         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1393
1394         * gnus-group.el (gnus-group-make-group): Doc fix.
1395
1396         * nnimap.el (nnimap-request-newgroups): Return success.
1397
1398         * shr.el (shr-find-elements): New function.
1399         (shr-tag-table): Put all the images after the table.
1400         (shr-tag-table): Really inhibit images inside the table.
1401         (shr-collect-overlays): Copy over overlays from the TD elements to the
1402         main document.
1403
1404         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1405         gnus-blocked-images.
1406
1407 2010-10-05  Julien Danjou  <julien@danjou.info>
1408
1409         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1410
1411         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1412         (gnus-html-maximum-image-size): Add this function.
1413         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1414
1415         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1416         server-value of the capability is nil.
1417
1418 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1419
1420         * shr.el (shr-tag-em): Add <EM> tag.
1421
1422 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1423
1424         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1425         customizable.
1426
1427         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1428         handing broken links to browse-url.
1429
1430 2010-10-05  Julien Danjou  <julien@danjou.info>
1431
1432         * gnus-util.el (gnus-emacs-completing-read)
1433         (gnus-iswitchb-completing-read): Use autoload rather than require.
1434
1435 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1436
1437         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1438         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1439         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1440         iswitchb-temp-buflist for XEmacs.
1441
1442         * gnus-util.el (gnus-completing-read-function): Exclude
1443         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1444         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1445         XEmacs.
1446
1447         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1448         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1449
1450         * gnus-html.el: Don't require help-fns under XEmacs.
1451         (gnus-html-schedule-image-fetching): Work for XEmacs.
1452
1453         * mm-decode.el (mm-shr): Decode contents by charset.
1454
1455 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1456
1457         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1458         unknown.
1459
1460         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1461         (shr-get-image-data): Ensure against the cache file missing.
1462
1463         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1464         for data.
1465
1466         * spam-report.el (spam-report-url-ping-plain): Don't query about
1467         killing the process.
1468
1469         * shr.el (shr-render-td): Protect against too-wide text.
1470
1471 2010-10-04  Julien Danjou  <julien@danjou.info>
1472
1473         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1474         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1475
1476         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1477         retrieved.
1478
1479 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1480
1481         * shr.el (browse-url): Required.
1482         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1483         lines.
1484         (shr-show-alt-text, shr-browse-image): New commands.
1485         (shr-browse-url, shr-copy-url): New commands.
1486
1487         * gnus-sum.el (gnus-widen-article-window): New variable.
1488         (gnus-summary-select-article-buffer): Use it.
1489
1490         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1491         without @ signs.
1492
1493 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1494
1495         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1496
1497 2010-10-04  Julien Danjou  <julien@danjou.info>
1498
1499         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1500         for XEmacs.
1501
1502 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1503
1504         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1505
1506         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1507         (nnimap-close-server): Implement.
1508
1509         * dgnushack.el (iswitchb): Require to shut up the compiler.
1510
1511         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1512         (shr-insert): Tweak line breaking.
1513         (shr-insert): Handle <pre> better.
1514         (shr-tag-li): Get <li> indentation right.
1515         (shr-tag-li): Get <li> indentation even righter.
1516         (shr-tag-blockquote): Ensure paragraph start.
1517         (shr-make-table): Tweak table generation.
1518         (shr-make-table): Fix typo.
1519
1520         * shr.el: Implement table rendering.
1521
1522 2010-10-04  Julien Danjou  <julien@danjou.info>
1523
1524         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1525
1526 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1527
1528         * shr.el (shr-insert): Use string anchors instead of line anchors.
1529
1530 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1531
1532         * shr.el: Add headings.
1533         (shr-ensure-paragraph): Actually work.
1534         (shr-tag-li): Make <ul> prettier.
1535         (shr-insert): Get white space at the beginning/end of elements right.
1536         (shr-tag-p): Collapse subsequent <p>s.
1537         (shr-ensure-paragraph): Don't insert double line feeds after blank
1538         lines.
1539         (shr-insert): \t is also space.
1540         (shr-tag-s): Fix "s" tag name function.
1541         (shr-tag-s): Fix face prop name.
1542
1543 2010-10-03  Julien Danjou  <julien@danjou.info>
1544
1545         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1546
1547         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1548         gnus-window-inside-pixel-edges.
1549
1550         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1551         gnus-ems.
1552
1553         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1554
1555         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1556         function.
1557
1558         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1559         resize choice.
1560
1561 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1562
1563         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1564         beginning of the buffer.
1565
1566         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1567         article buffer again.
1568
1569         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1570         buffer.
1571
1572         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1573         when it's at the start of the buffer.
1574
1575         * shr.el (shr-tag-blockquote): Convert name.
1576         (shr-rescale-image): Use the right image-size variant.
1577
1578         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1579         buffer isn't shown, then select the current article first instead of
1580         bugging out.
1581         (gnus-summary-select-article-buffer): Show both the article and summary
1582         buffers again.
1583
1584         * shr.el (shr-fontize-cont): Protect against regions with no text.
1585         Rename tag functions to shr-tag-* for enhanced security.
1586         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1587
1588 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1589
1590         * shr.el (shr-insert):
1591         * pop3.el (pop3-movemail):
1592         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1593         loaded.
1594
1595 2010-10-03  Glenn Morris  <rgm@gnu.org>
1596
1597         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1598
1599         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1600
1601         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1602
1603         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1604
1605         * gnus-util.el (gnus-make-local-hook): Simplify.
1606
1607 2010-10-02  Julien Danjou  <julien@danjou.info>
1608
1609         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1610         (gnus-ido-completing-read): New function.
1611         (gnus-emacs-completing-read): New function.
1612         (gnus-completing-read): Use gnus-completing-read-function.
1613         Add gnus-completing-read-function.
1614
1615 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616
1617         * shr.el (shr-insert-document): Autoload.
1618         (shr-img): Be silent.
1619         (shr-insert): Add a newline after every picture before text.
1620         (shr-add-font): Use overlays for combining faces.
1621         (shr-insert): Pass upwards the text start point.
1622
1623         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1624         possible.
1625         (mm-shr): New function.
1626
1627 2010-10-02  Julien Danjou  <julien@danjou.info>
1628
1629         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1630         should go backward.
1631
1632 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1633
1634         * shr.el (shr): Fix typo in provide call.
1635
1636 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1637
1638         * shr.el: New file.
1639
1640         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1641
1642         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1643         completing read.
1644
1645 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1646
1647         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1648         we're being queried about.  Suggested by Dan Jacobson.
1649
1650         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1651         by Jason Eisner.
1652
1653         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1654         table, too.  Suggested by Stefan Wiens.
1655         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1656         the table unnecessary.  Suggested by Stefan Wiens.
1657
1658         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1659         longer needed, and probably doesn't work either, as pointed out by
1660         Stefan Wiens.
1661         (gnus-summary-exit): Remove call to the clearing function.
1662         (gnus-summary-exit-no-update): Ditto.
1663
1664         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1665         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1666         Reported by Stefan Monnier.
1667         (gnus-summary-save-in-rmail): Ditto.
1668
1669         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1670         article buffer, instead of both the article buffer and the summary
1671         buffer.  Sort of suggested by Dan Jacobson.
1672
1673         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1674
1675         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1676         Suggested by Dan Jacobson.
1677
1678         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1679         documentation clearer.
1680
1681         * message.el (message-shorten-references): Comment on the number "21".
1682         Suggested by Stefan Monnier.
1683
1684         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1685         Suggested by Dan Jacobson.
1686
1687         * gnus.el (gnus-large-newsgroup): Mention
1688         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1689
1690         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1691         externalize attachments.  Bug reported by Steve Wen.
1692
1693         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1694         really message anything to the user.
1695
1696         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1697         directly.
1698
1699         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1700         messages in empty groups.
1701
1702 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1703
1704         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1705         non-UIDNEXT group.
1706
1707 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708
1709         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1710         not the value from the collection.
1711
1712         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1713         values.  This sometimes happens on some groups that have no info.
1714         (nnimap-request-newgroups): New function.
1715
1716 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1717
1718         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1719         check into `gnus-registry-initialize'.
1720         (gnus-registry-initialize): Ditto.
1721         Fix and extend header docs.
1722
1723 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724
1725         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1726         regexp backtrace overflows.
1727
1728         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1729         for starttls that tls.el implements; i.e. openssl.
1730
1731         * tls.el (tls-starttls-switches): Give up on using starttls with
1732         gnutls-cli.
1733         (tls-program): Add --insecure to be consistent with the defaults from
1734         openssl s_client.  Now all three commands are insecure.
1735
1736 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * lpath.el: Bind completion-styles-alist for XEmacs.
1739
1740         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1741         (gravatar-create-image): New function that's an alias to
1742         gnus-xmas-create-image, gnus-create-image, or create-image.
1743         (gravatar-data->image): Use it.
1744
1745 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1746
1747         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1748         install the nnregistry refer method.
1749         (gnus-registry-install-hooks): Use it.
1750         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1751         unfollowed groups.
1752
1753 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1754
1755         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1756         expanding threads.
1757
1758 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1759
1760         * nnir.el: Use the server names without suffixes (bug #7009).
1761
1762         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1763         unencrypted to STARTTLS, if possible.
1764
1765 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1766
1767         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1768         headers before superseding.
1769
1770 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1771
1772         * nnrss.el (nnrss-use-local): Add documentation.
1773
1774         * nnimap.el (nnimap-extend-tls-programs): New function.
1775         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1776         (nnimap-wait-for-connection): Accept the greeting from the stupid
1777         output from openssl s_client -starttls, too.
1778
1779         * tls.el (tls-starttls-switches): New variable.
1780         (tls-find-starttls-argument): Use it.
1781         (open-tls-stream): Ditto.
1782
1783         * netrc.el (netrc-credentials): Return the value of the "default"
1784         entry.
1785         (netrc-machine): Ditto.
1786
1787         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1788         article number.
1789         (nnimap-split-fancy): New variable.
1790         (nnimap-split-incoming-mail): Use it.
1791
1792         * nntp.el (nntp-server-list-active-group): Document.
1793
1794         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1795         SELECT to get the message-id.
1796
1797         * mail-source.el (mail-sources): Removed webmail support.
1798         (defvar): Ditto.
1799         (mail-source-fetcher-alist): Ditto.
1800         (mail-source-fetch-webmail): Removed.
1801
1802         * webmail.el: Removed -- doesn't seem relevant any more.
1803
1804         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1805
1806         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1807         the \r.
1808
1809 2010-09-30  Julien Danjou  <julien@danjou.info>
1810
1811         * gnus-agent.el (gnus-agent-add-group): Fix call to
1812         gnus-completing-read.
1813
1814 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * nndoc.el (nndoc-retrieve-groups): New function.
1817
1818         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1819         `default', use nnmail-split-methods.
1820         (nnimap-request-article): Downcase the NILs so that they are nil.
1821
1822         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1823         symbol.
1824
1825         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1826         code, since if the user has requested network, that's what they ought
1827         to get.
1828         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1829         (nnimap-split-rule): Mark as obsolete.
1830
1831         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1832         variable.
1833
1834         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1835         correct slot, too.
1836
1837 2010-09-29  Julien Danjou  <julien@danjou.info>
1838
1839         * gnus.el (gnus-local-domain): Declare variable obsolete.
1840
1841         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1842         computing.
1843         (gnus-ido-completing-read): Require ido.
1844
1845 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846
1847         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1848         build Gnus.
1849
1850         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1851         when interpreting the structures.
1852         (nnimap-request-accept-article): Add \r\n to the lines to make this
1853         work with Cyrus.
1854
1855         * nndraft.el (nndraft-request-expire-articles): Use the group name
1856         instead if "nndraft".  Fix found by Nils Ackermann.
1857
1858 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1859
1860         * nnregistry.el: Added.
1861
1862 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1863
1864         * nnmail.el (group, group-art-list, group-art):
1865         Remove unneeded directives.
1866
1867 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1868
1869         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1870         (mm-mime-charset)
1871         * rfc2047.el (rfc2047-syntax-table)
1872         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1873
1874         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1875         rather than `insert-file-contents' and `eval-region'.
1876
1877         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1878         construction.
1879
1880         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1881
1882         * time-date.el: No need to require cl for Emacs 21.
1883
1884 2010-09-29  Julien Danjou  <julien@danjou.info>
1885
1886         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1887         replacement of `gnus-gravatar-relief' to mimic
1888         `gnus-faces-properties-alist'.
1889         Add :version property.
1890
1891 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1892
1893         * mail-source.el (mail-source-report-new-mail)
1894         * message.el (message-default-mail-headers)
1895         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1896
1897         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1898
1899 2010-09-28  Julien Danjou  <julien@danjou.info>
1900
1901         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1902         mail-address contains the same string as real-name.
1903
1904         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1905         non-blank in header, otherwise it'll get stripped.
1906
1907         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1908         real-name, and then for mail address rather than doing : or , search.
1909
1910 2010-09-27  Julien Danjou  <julien@danjou.info>
1911
1912         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1913         (gnus-server-goto-server): Use gnus-completing-read.
1914
1915         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1916
1917         * mm-util.el (defalias): Use gnus-completing-read.
1918         (mm-codepage-setup): Use gnus-completing-read.
1919
1920         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1921         (smime-decrypt-buffer): Use gnus-completing-read.
1922
1923         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1924
1925         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1926         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1927         (mml-insert-multipart): Use gnus-completing-read.
1928
1929         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1930
1931         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1932
1933         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1934
1935         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1936
1937         * gnus.el (gnus-read-method): Use gnus-completing-read.
1938
1939         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1940
1941         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1942         (gnus-mime-action-on-part): Use gnus-completing-read.
1943         (gnus-article-encrypt-body): Use gnus-completing-read.
1944
1945         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1946         (gnus-topic-move-matching): Use gnus-completing-read.
1947         (gnus-topic-copy-matching): Use gnus-completing-read.
1948         (gnus-topic-sort-topics): Use gnus-completing-read.
1949         (gnus-topic-move): Use gnus-completing-read.
1950
1951         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1952         (gnus-agent-add-group): Use gnus-completing-read.
1953
1954         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1955         gnus-completing-read.
1956         (nnmairix-update-groups): Use gnus-completing-read.
1957         (nnmairix-get-server): Use gnus-completing-read.
1958         (nnmairix-backend-to-server): Use gnus-completing-read.
1959         (nnmairix-goto-original-article): Use gnus-completing-read.
1960         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1961
1962         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1963
1964         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1965         (gnus-group-make-useful-group): Use gnus-completing-read.
1966         (gnus-group-make-web-group): Use gnus-completing-read.
1967         (gnus-group-add-to-virtual): Use gnus-completing-read.
1968         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1969
1970         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1971         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1972         (gnus-summary-execute-command): Use gnus-completing-read.
1973         (gnus-summary-respool-article): Use gnus-completing-read.
1974         (gnus-read-move-group-name): Use gnus-completing-read.
1975
1976         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1977         (gnus-summary-score-effect): Use gnus-completing-read.
1978
1979         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1980
1981         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1982         right completing-read function.
1983         (gnus-use-ido): New variable
1984         (gnus-completing-read-with-default): Remove.
1985
1986 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1987
1988         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1989         x-focus-frame.
1990
1991         * nnimap.el (auth-source-forget-user-or-password)
1992         (auth-source-user-or-password): Autoload.
1993
1994         * message.el (message-from-style, message-interactive)
1995         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1996         (message-yank-prefix, message-indentation-spaces, message-signature)
1997         (message-signature-file): Add comment.
1998
1999 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2000
2001         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2002         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2003         new articles.
2004
2005         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2006         parts.
2007         (nnimap-request-article): Work with the t setting, too.
2008
2009         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2010         that you don't get flashes of other buffers.
2011         (gnus-summary-show-complete-article): Intern before setting.
2012
2013 2010-09-27  David Engster  <dengste@eml.cc>
2014
2015         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2016         well as HEADERS.
2017         (nnmairix-retrieve-headers): Provide new argument for the above.
2018
2019 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2020
2021         * gnus-sum.el (gnus-summary-move-article): Don't alter
2022         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2023         group.
2024
2025         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2026
2027         * message.el (message-cite-prefix-regexp): Revert my last edit.
2028
2029         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2030         variable instead of the Gnus variable.
2031
2032         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2033
2034         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
2035         again.
2036
2037         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2038         since some servers don't like it.
2039         (nnimap-open-connection): Forget credentials if the server says the
2040         password was wrong.
2041         (nnimap-parse-line): Protect against invalid data.
2042
2043         * gnus-sum.el (gnus-summary-move-article): Add comment.
2044         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2045         nothing alters it while scanning for new messages.
2046
2047         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2048         which may or may not help.
2049         (nnimap-open-connection): If we're doing a stream connection, and then
2050         discover we're on a STARTTLS-capable server, then open a STARTTLS
2051         connection instead.
2052
2053 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2054
2055         * nnimap.el (utf7): Required.
2056
2057         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2058         prefix.
2059
2060 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2061
2062         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2063
2064 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2065
2066         * nnimap.el (nnimap-request-accept-article): Message the error on
2067         error.
2068
2069 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2070
2071         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2072
2073 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2074
2075         * nndoc.el (nndoc-request-list): Return success always.
2076
2077         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2078         `fetch-old' -- we only want to fetch the articles we've requested.  The
2079         rest are in the agent, probably.
2080         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2081         disappeared server" to something low.  It's not important.
2082
2083         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2084         arrived before the FETCH data.
2085
2086         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2087         target here, because we don't know the Gnus name of the group.
2088
2089         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2090         for the correct group.
2091
2092         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2093
2094         * gnus.el (gnus): Give a final warning after startup.
2095
2096         * gnus-util.el (gnus-action-message-log): New variable.
2097         (gnus-message): Use it.
2098         (gnus-final-warning): New function.
2099
2100         * nnimap.el (nnimap-open-connection): Record the greeting.
2101         (nnimap): Add greeting.
2102
2103 2010-09-26  Julien Danjou  <julien@danjou.info>
2104
2105         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2106         arguments.
2107         (gnus-html-wash-images): Fix spec computing to include start/end.
2108
2109         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2110
2111 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2112
2113         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2114         deletion.
2115         (nnimap-retrieve-headers): Don't select the group, because that's
2116         already done by nnimap-possibly-change-group.
2117
2118         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2119         (gnus-picon-transform-address): Use it.
2120
2121         * mail-source.el (mail-source-value): Revert previous patch.
2122
2123         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2124         on failure.
2125         (nnimap-open-connection): Look up both virtual and physical server name
2126         credentials.
2127
2128         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2129
2130 2009-02-07  Dave Love  <fx@gnu.org>
2131
2132         * tls.el (open-tls-stream): Don't query killing process.
2133
2134 2009-02-08  Dave Love  <fx@gnu.org>
2135
2136         * gnus-win.el (gnus-window-to-buffer-helper,
2137         gnus-all-windows-visible-p): Function needn't be a symbol.
2138
2139         * mail-source.el (mail-source-value): Function needn't be a symbol.
2140
2141 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2142
2143         * message.el (message-cite-prefix-regexp): Remove } from the cite
2144         prefix.
2145
2146         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2147         highlight again, so that the highlight is correct.
2148
2149         * gnus-picon.el (gnus-picon): Remove again.
2150         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2151
2152         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2153         doing the header highlightling, so that the background colour of the
2154         picon is correct.
2155
2156         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2157         (gnus-picon): Ditto.
2158         (gnus-picon): Reinstate.  The background colour for picons is white.
2159         (gnus-picon-insert-glyph): Make the background white.
2160
2161         * nnml.el (nnml-open-nov): Don't return dead buffers.
2162
2163         * auth-source.el (auth-source-create): Query the user for whether to
2164         store the credentials.
2165
2166         * netrc.el (netrc-store-data): New function.
2167
2168         * auth-source.el (auth-source-user-or-password): Use the existing auth
2169         sources, if any, for creation.
2170
2171         * gnus.el (gnus-group-fast-parameter): Return the last matching
2172         parameter instead of the first matching parameter.
2173
2174 2010-09-26  Julien Danjou  <julien@danjou.info>
2175
2176         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2177
2178 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2179
2180         * mml2015.el (mml2015-use): Remove gpg support.
2181
2182         * mml1991.el (mml1991-function-alist): Remove gpg function.
2183         (mml1991-gpg-sign): Removed.
2184
2185 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2186
2187         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2188         (gnus-browse-unsubscribe-current-group): Document it.
2189         (gnus-browse-unsubscribe-group): Use it.
2190
2191 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2192
2193         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2194         address to the To list for easier response.
2195
2196         * gnus.el (gnus-play-startup-jingle): Removed.
2197         (gnus-splash): Don't play jingle.
2198         (gnus): Silence gnus-load message.
2199
2200         * gnus-art.el (gnus-treat-play-sounds): Removed.
2201
2202         * gnus.el (gnus-play-jingle): Remove audio support.
2203
2204         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2205
2206         * earcon.el: Removed -- no users.
2207
2208         * gnus-audio.el: Removed -- no users of this package.
2209
2210         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2211
2212         * gnus-start.el (gnus-setup-news): Remove nocem support.
2213
2214         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2215
2216         * gnus.el (gnus-use-nocem): Removed.
2217
2218         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2219         Removed.
2220
2221         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2222         uses NoCeM any more.
2223
2224         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2225         (gnus-button-ctan-handler): Ditto.
2226         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2227         (gnus-button-ctan-directory-regexp): Ditto.
2228         (gnus-button-handle-ctan): Ditto.
2229         (gnus-button-tex-level): Ditto.
2230         (gnus-button-alist): Removed CTAN stuff.
2231
2232 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2233
2234         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2235         nnimap-streaming test.
2236
2237         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2238         servers twice.
2239
2240         * nnimap.el (nnimap-open-connection): Add more error reporting when
2241         nnimap fails early.
2242
2243         * nnheader.el (nnheader-get-report-string): New function.
2244         (nnheader-get-report): Use it.
2245
2246         * gnus-int.el (gnus-check-server): Say what the error was when opening
2247         failed.
2248
2249         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2250         using streaming.
2251
2252 2010-09-25  Julien Danjou  <julien@danjou.info>
2253
2254         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2255         gnus-window-inside-pixel-edges.
2256
2257 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2258
2259         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2260
2261         * mm-decode.el (mm-save-part): Allow saving to other directories the
2262         normal Emacs way.
2263
2264         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2265         by Jay Berkenbilt.
2266
2267         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2268         there isn't a single byte.
2269
2270         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2271         just do it.  It doesn't really seem to matter what the user responds
2272         here, I think, so it's just a confusing question.
2273
2274         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2275         non-streaming case.
2276
2277         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2278         (gnus-article-encrypt-body): Use it.
2279
2280         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2281         keystroke.
2282
2283         * nnimap.el (nnimap-find-wanted-parts-1): Use
2284         gnus-fetch-partial-articles.
2285
2286         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2287
2288         * nnimap.el (nnimap-insert-partial-structure): New function.
2289         (nnimap-get-partial-article): New function.
2290         (nnimap-request-article): Use it.
2291         (nnimap-wait-for-response): Return whether the wait was successful.
2292         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2293         retrieval wasn't successful.
2294         (nnimap-retrieve-group-data-early): Allow throttling servers.
2295         (nnimap-streaming): New variable.
2296         (nnimap-fetch-partial-articles): Removed.
2297
2298         * mm-decode.el (mm-with-part): Protect against killed buffers.
2299
2300         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2301         for prettier summary display.
2302
2303 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2304
2305         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2306         directly.
2307
2308 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2309
2310         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2311         apparently third-party libraries depend on it.
2312
2313         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2314         before starting negotiation.
2315
2316         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2317         privacy reasons.
2318         (gnus-treat-mail-gravatar): Ditto.
2319
2320         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2321         buffer when inserting images.  Inserting text into the headers, for
2322         instance, can make them invalid.
2323
2324 2010-09-25  Julien Danjou  <julien@danjou.info>
2325
2326         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2327         variables.
2328
2329         * nnheader.el: Remove useless variables news-reply-yank-from and
2330         news-reply-yank-message-id.
2331
2332         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2333         variables.
2334
2335         * mml1991.el: Remove useless mml1991-verbose.
2336
2337         * gnus.el: Remove useless variable gnus-use-generic-from.
2338         Remove obsolete variable gnus-topic-indentation.
2339
2340         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2341
2342         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2343
2344         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2345
2346         * gnus-group.el: Remove useless gnus-group-icon-cache.
2347         Remove useless gnus-ephemeral-group-server.
2348
2349         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2350
2351         * mml2015.el: Remove useless mml2015-verbose.
2352
2353         * mml-smime.el: Remove useless mml-smime-verbose.
2354
2355         * gnus.el: Remove useless gnus-local-domain.
2356
2357         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2358         gnus-gravatar-size.
2359
2360         * gnus-art.el: Remove useless gnus-treat-translate.
2361
2362 2010-09-24  Julien Danjou  <julien@danjou.info>
2363
2364         * gnus-sum.el: Add support for Gravatars.
2365
2366         * gnus-art.el: Add support for Gravatars.
2367
2368         * gnus-gravatar.el: Add this file.
2369
2370         * gravatar.el: Add this file.
2371
2372 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2373
2374         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2375
2376         * gnus-group.el (gnus-group-fetch-faq): Removed.
2377
2378         * gnus.el (gnus-group-faq-directory): Removed.
2379
2380         * gnus-group.el (gnus-group-fetch-charter): Removed.
2381
2382         * gnus.el (gnus-group-charter-alist): Removed.
2383
2384         * gnus-group.el (gnus-group-archive-directory): Removed.
2385         (gnus-group-recent-archive-directory): Ditto.
2386         (gnus-group-make-archive-group): Removed.
2387
2388         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2389
2390         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2391         use the same article number for all the cached articles.
2392
2393         * nnimap.el (nnimap-command): Register the last command time so
2394         that we can use it for idling NOOPs.
2395         (nnimap-open-connection): Start the keeplive timer.
2396         (nnimap-make-process-buffer): Store all the process buffers.
2397         (nnimap-keepalive): New function.
2398
2399         * starttls.el (starttls-open-stream): Add autoload cookie.
2400
2401 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2402
2403         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2404         handling.
2405
2406 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2407
2408         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2409         its data structures.
2410
2411         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2412         instead of the cl.el copy-list.
2413         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2414         equalp.
2415
2416 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2417
2418         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2419         and tool-bar-local-item-from-menu.
2420
2421         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2422         mode-line-highlight face for Emacs.
2423
2424         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2425         loading gnus-sum.elc; fix comment for canlock-verify.
2426         (gnus-article-jump-to-part): Use read-number.
2427         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2428         Emacs pre-21 compatible code for help-echo.
2429         (gnus-article-next-page-1): No need to adjust the number of lines.
2430         (gnus-article-describe-bindings): Always use help-buffer.
2431
2432         * gnus-audio.el (gnus-audio-inline-sound)
2433         * gnus-cus.el (gnus-custom-mode)
2434         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2435
2436         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2437
2438         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2439         compatible code.
2440
2441 2010-09-24  Glenn Morris  <rgm@gnu.org>
2442
2443         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2444         visiting the fcc file in rmail-mode.
2445
2446         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2447
2448 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2449
2450         * nnir.el: Silence the byte compiler.
2451
2452         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2453         alias to browse-url-url-encode-chars if any.
2454         (gnus-html-encode-url): Use it.
2455
2456 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2457
2458         * gnus-start.el (gnus-use-backend-marks): New variable.
2459         (gnus-get-unread-articles-in-group): Use it.
2460
2461         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2462         makeover.
2463
2464 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2465
2466         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2467
2468 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2469
2470         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2471         Removed.
2472         (gnus-setup-news-hook): Removed
2473         gnus-fixup-nnimap-unread-after-getting-new-news.
2474
2475         * gnus-int.el (gnus-request-update-info): Protect against backends not
2476         having the function.
2477
2478         * nnimap.el (nnimap-stream): Mention starttls.
2479         (nnimap-open-connection): Add starttls support.
2480
2481 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2482
2483         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2484
2485 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2486
2487         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2488         BODYSTRUCTUREs.
2489         (nnimap-transform-headers): Unfold quoted {42} headers.
2490
2491         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2492         the info.
2493         (gnus-get-unread-articles): Only call updatep on backends that support
2494         it.
2495
2496         * nnweb.el (nnweb-request-update-info): NOOP.
2497
2498         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2499
2500         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2501         since it only deals with marks.
2502
2503         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2504         gnus-request-marks, and make a new gnus-request-update-info.
2505
2506         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2507         the active instead of the high number, which is usually too low.
2508
2509 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2510
2511         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2512         * encrypt.el: Removed.
2513
2514 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2515
2516         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2517         server in symbolic form.
2518
2519         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2520         0.9.
2521
2522 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2523
2524         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2525         (nnimap-update-info): Fix up code slightly.
2526
2527         * gnus-int.el (gnus-open-server): Add tracing for performance
2528         debugging.
2529
2530         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2531         (gnus-group-insert-group-line): Pass the real group name so that it
2532         gets the right data.
2533
2534         * gnus-start.el (gnus-get-unread-articles): Don't have
2535         `gnus-get-unread-articles-in-group' update info, since that can be
2536         really slow and doesn't seem to be needed?
2537
2538 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2539
2540         * time-date.el (date-to-time): Try using parse-time-string first before
2541         using the slower timezone-make-date-arpa-standard.
2542
2543 2010-09-22  Julien Danjou  <julien@danjou.info>
2544
2545         * gnus-group.el (gnus-group-insert-group-line): Call
2546         gnus-group-highlight-line.
2547         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2548         default hook list.
2549         (gnus-group-update-eval-form): Add new function.
2550         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2551         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2552
2553 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2554
2555         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2556         immediate, then expire all articles.
2557         (nnimap-update-info): Fix off-by-one errors.
2558         (nnimap-flags-to-marks): Would return no marks lists for group with no
2559         flags.  Instead return the other data.
2560
2561 2010-09-22  Julien Danjou  <julien@danjou.info>
2562
2563         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2564         Only return an icon.
2565         (gnus-group-insert-group-line): Compute icon to return.
2566
2567         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2568         variable.
2569         (gnus-html-image-fetched): Only cache if
2570         gnus-html-image-automatic-caching is set.
2571         (gnus-html-image-fetched): Check for errors.
2572
2573 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2574
2575         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2576         once per method on `g'.  This ensures that backends like nnfolder don't
2577         open all their folders.
2578
2579         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2580         (nnimap-request-list): Nix out group in the correct buffer.
2581         (nnimap-parse-flags): Implement by using `read' instead of
2582         hand-parsing.
2583         (nnimap-flags-to-marks): Pass on permanent-flags.
2584         (nnimap-make-process-buffer): Record the server name.
2585         (nnimap-parse-flags): Fix typo.
2586         (nnimap-request-scan): Run split on the server in general, not just a
2587         single group.
2588
2589         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2590         parameter, and propagate this downwards.
2591
2592         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2593         since EXAMINE changes it on the server.
2594
2595         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2596         this command might take a while.
2597
2598 2010-09-22  Julien Danjou  <julien@danjou.info>
2599
2600         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2601         harmful if you have 2 images side-by-side, they can't be properly
2602         update on text deletion.  Using text-property is safer here.
2603         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2604         data.
2605
2606 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2607
2608         * nnimap.el (nnimap-expunge-inbox): Removed.
2609         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2610         (nnimap-expunge): Flip default to t.
2611
2612         * gnus.el (gnus-method-to-server): Don't push things to the cache
2613         unless it's unique.
2614         (gnus-server-to-method): Ditto.
2615
2616 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2617
2618         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2619
2620 2010-09-22  Julien Danjou  <julien@danjou.info>
2621
2622         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2623         get the start of data.
2624         (gnus-html-encode-url): Add this function to encode special chars in
2625         URL.
2626         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2627         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2628
2629         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2630         default.
2631         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2632
2633         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2634         images alt-text.
2635         (gnus-html-put-image): Put alt-text as help-echo.
2636
2637 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2638
2639         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2640         * mm-util.el (mm-decompress-buffer)
2641         * nnir.el (nnir-run-find-grep)
2642         * pop3.el (pop3-list): Use 3rd arg of split-string.
2643
2644         * time-date.el (format-seconds): Comment fix.
2645
2646         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2647         and byte-optimize-form-code-walker.
2648         (dgnushack-make-auto-load): Don't advise make-autoload.
2649
2650         * lpath.el: Remove Emacs 21 stuff.
2651
2652 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2653
2654         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2655         outside the active range.  Suggested by Dan Christensen.
2656
2657         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2658         slightly later to avoid double-getting it.
2659
2660         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2661         previous patch.
2662
2663         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2664
2665 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2666
2667         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2668
2669 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2670
2671         * gnus-int.el (gnus-open-server): Give a better error message in the
2672         "go offline" case.
2673
2674         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2675         marks for nnimap, which is seldom the right thing to do.
2676
2677         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2678         (gnus-same-method-different-name): New function.
2679
2680         * nnimap.el (parse-time): Require.
2681
2682         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2683         method in the presence of many similar methods.
2684
2685         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2686
2687         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2688         nnml-inhibit-expiry.
2689
2690         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2691         find out whether methods are equal.
2692
2693         * nnimap.el (nnimap-find-expired-articles): New function.
2694         (nnimap-process-expiry-targets): New function.
2695         (nnimap-request-move-article): Request the article before looking at
2696         what the Message-ID is.  Fix found by Andrew Cohen.
2697         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2698
2699         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2700         for oldness in addition to being a predicate.
2701
2702         * nnimap.el (nnimap-request-group): When we have zero articles, return
2703         the right data to Gnus.
2704         (nnimap-request-expire-articles): Only delete articles immediately if
2705         the target is 'delete.
2706
2707         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2708         method, this would bug out.
2709
2710         * gnus-group.el (gnus-group-expunge-group): Renamed from
2711         gnus-group-nnimap-expunge, and implemented as a normal interface
2712         function.
2713
2714         * gnus-int.el (gnus-request-expunge-group): New function.
2715
2716         * nnimap.el (nnimap-request-create-group): Implement.
2717         (nnimap-request-expunge-group): New function.
2718
2719 2010-09-21  Julien Danjou  <julien@danjou.info>
2720
2721         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2722         (gnus-html-cache-expired): Add new function.
2723         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2724         wethever we should display image for fetch it.
2725         Compute alt-text earlier to pass it to the fetching function too.
2726         (gnus-html-schedule-image-fetching): Change function argument to only
2727         get one image at a time, not a list.
2728         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2729         cache.
2730         (gnus-html-get-image-data): New function to retrieve image data from
2731         cache.
2732         (gnus-html-put-image): Change buffer argument to use image data rather
2733         than file, and place image above region rather than inserting a new
2734         one. Do not take alt-text as argument, since it's useless now: we place
2735         the image above alt-text.
2736         (gnus-html-prune-cache): Remove.
2737         (gnus-html-show-images): Start to fetch image when we find one, do not
2738         push into a temporary list.
2739         (gnus-html-prefetch-images): Only fetch image if they have expired.
2740         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2741         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2742
2743 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2744
2745         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2746
2747 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2748
2749         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2750         spec inser "*" if the group isn't active instead of 0.
2751
2752         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2753         opening the server.
2754         (nnimap-request-delete-group): Implement group deletion.
2755         (nnimap-transform-headers): Return the size of the entire message in
2756         the Bytes header, not just the size of the first part.
2757         (nnimap-request-move-article): When moving an article from nnimap,
2758         request the article first so the accepting form has an article to
2759         accept.  Reported by Dan Christensen.
2760         (nnimap-command): Make sure that the error message doesn't error out.
2761
2762 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2763
2764         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2765         we haven't requested anything.
2766
2767 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768
2769         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2770         "".  Fix found by Andrew Cohen.
2771
2772         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2773         instead of -encode-string.
2774
2775 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2776
2777         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2778
2779         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2780         by mm-subst-char-in-string.
2781
2782 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2783
2784         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2785         waiting for the connection string.
2786
2787         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2788         arriving.
2789
2790         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2791         bogus characters.  This allows selecting certain Gmail groups.
2792
2793         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2794         (nnimap-fetch-partial-articles): New variable.
2795         (nnimap-open-connection): When looking for credentials, also use the
2796         nnimap-server-port.
2797         (nnimap-request-article): Return the group/article number, so that Gnus
2798         `^' works as expected.
2799         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2800         them.
2801
2802         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2803         comments.
2804         (gnus-methods-sloppily-equal): New function.
2805         (gnus): When using the development version of Gnus, load the gnus-load
2806         file.
2807
2808         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2809         `gnus-open-server' on each method before trying to scan them etc.  This
2810         ensures that all the backend parameters are set correctly.
2811
2812         * nnimap.el (nnimap-authenticator): New variable.
2813         (nnimap-open-connection): Allow anonymous login.
2814         (nnimap-transform-headers): The chars header is called Chars not
2815         Bytes.
2816         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2817         drops.
2818
2819         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2820         patch, found by Knut Anders Hatlen.
2821
2822 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2823
2824         * gnus-agent.el (gnus-agent-batch-confirmation)
2825         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2826         to gnus-message.
2827         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2828         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2829         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2830         * gnus-int.el (gnus-open-server): Likewise.
2831         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2832         (gnus-score-check-syntax): Likewise.
2833         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2834         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2835         Likewise.
2836         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2837
2838 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2839
2840         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2841         calling conventions so that prefetch doesn't bug out.
2842
2843 2010-09-19  Julien Danjou  <julien@danjou.info>
2844
2845         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2846         rather than `subst-char-in-region' in order to be able to replace ASCII
2847         char by UTF-8 ones.
2848
2849         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2850         than curl.
2851         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2852         the right URL and ALT text on images.
2853         (gnus-html-wash-tags): Fix tag case.
2854         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2855         (gnus-article-html): Add -o display_ins_del=2 option.
2856         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2857
2858 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2859
2860         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2861         the extra mail headers, which sometimes seem to happen for unknown
2862         reasons.
2863
2864         * mail-parse.el (mail-header-encode-parameter): Define as
2865         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2866         (or most, perhaps?) mail readers don't understand the latter, but do
2867         understand the former.
2868
2869         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2870         to nil, so that no methods are automatically agentized.  I think this
2871         is probably what most users want.
2872
2873         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2874         from url-retrieve, for instance about invalid URLs.
2875
2876         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2877         groups that have no articles.
2878         (nnimap-request-article): Check that we really got an article when we
2879         requested one.
2880
2881         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2882         doesn't exist.
2883
2884         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2885         nntp buffer so the agent can save it.
2886         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2887         that CRLF doesn't get translated to \n.
2888         (nnimap-open-connection): Don't make 'shell commands only send \n.
2889
2890 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2891
2892         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2893         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2894         Update var name.
2895         (nnml-generate-nov-file): Use dolist.
2896         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2897         Use with-current-buffer.
2898
2899 2010-09-18  Julien Danjou  <julien@danjou.info>
2900
2901         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2902         parallel.
2903
2904 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2905
2906         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2907         the range update right.
2908         (nnimap-request-group): Don't make `M-g' bug out on group with no
2909         marks.
2910         (nnoo): Required, so that other packages can require nnimap.
2911         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2912         command we're looking for.  This helps when the server sends more
2913         responses after we've gotten everything we expected.
2914         (nnimap): Add a `newlinep' field to keep track of end-of-line
2915         conventions.
2916         Don't send CRLF to things that don't want it.
2917         (nnimap-request-accept-article): Ditto.
2918
2919 2010-09-18  Julien Danjou  <julien@danjou.info>
2920
2921         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2922         than curl to retrieve images.
2923
2924 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2925
2926         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2927         the marks.
2928         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2929         (nnimap-wait-for-connection): New function.
2930         (nnimap-open-connection): If we have PREAUTH, don't query for login
2931         credentials.
2932         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2933         when doing a partial update.
2934
2935 2010-09-18  Julien Danjou  <julien@danjou.info>
2936
2937         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2938         tags.
2939
2940 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941
2942         * nnimap.el (nnimap-credentials): New function.
2943         (nnimap-open-connection): Use the new function to look for credentials
2944         also on the numeric equivalents of "imap" and "imaps".
2945
2946         * gnus-start.el (gnus-activate-group): Send the info to
2947         gnus-request-group.
2948
2949         * nnimap.el (nnimap-request-group): Have the "check" version of the
2950         function parse flags and update the info, so that a `M-g' get a total
2951         resync of all flags from the group.
2952
2953         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2954         to allow backends to alter the info on group selection.  Also alter all
2955         the backend -request-group functions to take the parameter.
2956
2957         * nnimap.el (nnimap-store-info): New function.
2958         (nnimap-update-info): Store the info for later usage.
2959         (nnimap-request-group): Use the stored info for the dont-check case, so
2960         that we don't retrieve all marks when we enter a group.
2961
2962         * nnimap.el: Use deffoo instead of defun for interface functions.
2963
2964         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2965         update the group info.  This makes the nndraft groups, for instance, go
2966         back to their old behaviour.
2967
2968         * gnus-sum.el (gnus-select-newsgroup): Indent.
2969
2970         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2971         in.
2972         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2973         nothing.
2974
2975         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2976         from methods that are denied.
2977
2978         * gnus-int.el (gnus-method-denied-p): New function.
2979
2980         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2981         store the password instead of netrc.
2982         (nnimap-open-connection): Don't error out when we can't make a
2983         connections.
2984
2985         * auth-source.el (auth-source-create): In the password prompt, say what
2986         we're querying for.  Also prompt for user name if that hasn't been
2987         given.
2988
2989         * nnimap.el (nnimap-with-process-buffer): Removed.
2990
2991 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2992
2993         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2994         method when we're reading from the agent.
2995
2996         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2997
2998         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2999         that's probably most useful for users.
3000
3001         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
3002         "failed" all the time.
3003
3004         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
3005         ...)) with (with-current-buffer ... ).
3006
3007         * nntp.el (nntp-open-server): Return whether the open was successful or
3008         not.
3009
3010         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
3011         select an unread unseen article first.
3012
3013         * nnimap.el (nnimap-open-connection): If the user doesn't have a
3014         /etc/services, supply some sensible port defaults.
3015
3016         * dgnushack.el: Define netrc-credentials.
3017
3018 2010-09-17  Julien Danjou  <julien@danjou.info>
3019
3020         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
3021
3022 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
3023
3024         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
3025         doesn't have any parameters.
3026
3027 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3028
3029         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
3030         only upcased checks.
3031
3032         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
3033
3034         * nnimap.el (nnimap-open-shell-stream): New function.
3035         (nnimap-open-connection): Use it.
3036         (nnimap-transform-headers): Get the number of lines in each message.
3037         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
3038         number of lines.
3039         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
3040         problem.
3041
3042         * utf7.el (utf7-encode): Autoload.
3043
3044         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
3045         to allow the mail splitting to not return a default group.  This is
3046         useful for nnimap, which will leave unmatched mail in the inbox.
3047
3048         * nnimap.el: Rewritten.
3049
3050         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
3051         nnimap usage.
3052
3053         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
3054         if the move is internal, so that nnimap can do fast internal moves.
3055
3056         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
3057         data.
3058         (gnus-read-active-for-groups): Support finishing the early retrieval of
3059         data.
3060
3061         * gnus-range.el (gnus-range-nconcat): New function.
3062
3063         * gnus-int.el (gnus-finish-retrieve-group-infos)
3064         (gnus-retrieve-group-data-early): New functions.
3065
3066 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
3067
3068         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
3069         (nnrss-retrieve-groups):
3070         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3071         (pop3-quit): Use with-current-buffer.
3072
3073 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3074
3075         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3076         instead of nnheader-accept-process-output.
3077
3078         * dgnushack.el (dgnushack-compile): Add comment.
3079
3080         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3081
3082         * gnus-html.el (gnus-html-schedule-image-fetching)
3083         (gnus-html-prefetch-images): Replace process-kill-without-query by
3084         gnus-set-process-query-on-exit-flag.
3085
3086 2010-09-16  Romain Francoise  <romain@orebokech.com>
3087
3088         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3089
3090 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3091
3092         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3093         parameter to unintern is mandatory-ish in Emacs 24.
3094
3095         * gnus-html.el (gnus-html-schedule-image-fetching)
3096         (gnus-html-prefetch-images): Check for curl before using it.
3097
3098         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3099         depend on curl, which isn't essential.
3100
3101         * imap.el: Revert back to version
3102         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3103         seem problematic.
3104
3105 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3106
3107         * gnus-registry.el (gnus-registry-install-shortcuts):
3108         Explicitly pass `obarray' to `unintern' to avoid a warning.
3109
3110 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111
3112         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3113         change.
3114
3115         * nnrss.el (nnrss-request-list): Removed this function and related
3116         functions, including the moreover stuff.
3117
3118 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119
3120         * nnrss.el (nnrss-retrieve-groups): New function.
3121
3122 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3123
3124         * .dir-locals.el: Add no-byte-compile cookie.
3125
3126 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3127
3128         * time-date.el (format-seconds): Comment fix.
3129
3130         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3131         for back end that doesn't support request-scan.
3132
3133 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134
3135         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3136         then do request scans from the backends.
3137
3138         * netrc.el (netrc-credentials): New conveniency function.
3139
3140         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3141         avoid running a hook per line, since this takes a lot of time,
3142         profiling shows.
3143         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3144         directly if gnus-visual-p is true.
3145
3146 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3149         groups; replace mapcar with dolist which is a bit faster; pass groups
3150         info to gnus-read-active-file-1.
3151         (gnus-read-active-file-1): Scan only specified groups if the new
3152         optional arg `infos' is given.
3153
3154 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3157
3158         * pop3.el (pop3-movemail): Removed.
3159         (pop3-streaming-movemail): Renamed to pop3-movemail.
3160
3161         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3162         don't restrict end-tag searches to the end of the line.
3163
3164 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3165
3166         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3167         articles of every unchecked group to t, which means unknown since the
3168         server has never been opened.
3169
3170 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171
3172         * gnus-html.el (gnus-html-show-alt-text): New command.
3173         (gnus-html-browse-image): Ditto.
3174         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3175         to browse the image directly.
3176         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3177         better.
3178
3179         * gnus-async.el (gnus-async-article-callback): Call
3180         `gnus-html-prefetch-images' unconditionally.
3181
3182         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3183         before feeding URLs to curl.
3184
3185 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3186
3187         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3188         internal images as deletable by `W D D'.
3189
3190         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3191         (gnus-async-article-callback): Fix typo.
3192
3193 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3194
3195         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3196         current line to work around bugs in the output from w3m.
3197
3198         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3199         for groups that want that.
3200
3201         * nntp.el (nntp-wait-for-string): Supply a timeout for
3202         accept-process-output to ensure progress.
3203
3204         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3205         level to get unread articles from, then use that for foreign groups,
3206         too.
3207
3208         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3209         confuses the rest of the function.
3210
3211         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3212         for the methods that support -retrieve-groups, too.
3213
3214         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3215
3216 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3217
3218         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3219         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3220
3221         * pop3.el: Require cl when compiling.
3222         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3223
3224 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3225
3226         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3227         that aren't going to be activated.
3228         (gnus-get-unread-articles): Fix up the last commit.
3229
3230         * gnus-html.el (gnus-article-html): Allow calling without specifying
3231         the handle.  In that case, dissect the buffer first.
3232
3233         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3234
3235         * nnimap.el (nnimap-open-connection): Revert the change that would look
3236         into authinfo for imaps instead of imap.
3237
3238         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3239         say that you don't want to call gnus-request-group with don-check, but
3240         do check the reponse.  This is for virtual groups only.
3241         (gnus-get-unread-articles): Count the archive groups as secondary, so
3242         that they're activated the same way as before.
3243
3244         * imap.el (imap-message-map): Removed optional buffer parameter, since
3245         no callers use it.
3246         (imap-message-get): Ditto.
3247         (imap-message-put): Ditto.
3248         (imap-mailbox-map): Ditto.
3249         (imap-mailbox-put): Ditto.
3250         (imap-mailbox-get): Ditto.
3251         (imap-mailbox-get): Revert last change for this function.
3252
3253         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3254         case-insensitively.
3255         (nnimap-debug): Removed.
3256
3257         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3258         to use `imap-fetch' instead.  According to the comments, this should be
3259         safe, since all other IMAP clients use the 1:* syntax.
3260         (imap-enable-exchange-bug-workaround): Removed.
3261         (imap-debug): Removed -- doesn't seem very useful.
3262
3263         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3264         mail from a file, and the file doesn't exist.
3265
3266         * imap.el (imap-log): New convenience function used throughout instead
3267         of repeating the same code all over the place.
3268
3269         * pop3.el (pop3-streaming-movemail): Return t for success.
3270
3271         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3272         .authinfo if we're using ssl connection.
3273
3274         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3275         already have if we're in a main Gnus `g' run.
3276
3277         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3278
3279 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3280
3281         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3282
3283         * nnmh.el (nnmh-request-list-1): Bind `file'.
3284
3285         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3286         alias to set-process-query-on-exit-flag or process-kill-without-query.
3287         (pop3-open-server): Use it.
3288
3289 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290
3291         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3292         box to the Incoming file.  Fixes mistake in previous checkin.
3293
3294         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3295         request loop (for debugging purposes) removed.
3296
3297         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3298         culprit is more visible.
3299         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3300         (nnml-add-incremental-nov): New functions to do "incremental" nov
3301         updates, where we just append to the end of the existing nov files
3302         without reading/writing them in full.
3303
3304         * mail-source.el (mail-source-delete-crash-box): Really only check the
3305         incoming files once in a while.
3306
3307         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3308
3309         * mail-source.el (mail-source-delete-crash-box): Only check the
3310         incoming files for deletion once per day to save a lot of file
3311         accesses.
3312
3313         * pop3.el (pop3-logon): Fix up unbound variable typo.
3314
3315         * mail-source.el (pop3-streaming-movemail): Autoload.
3316
3317         * pop3.el (pop3-streaming-movemail): Respect
3318         pop3-leave-mail-on-server.
3319
3320         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3321         retrieval.
3322
3323         * pop3.el (pop3-process-filter): Removed unused function.
3324         (pop3-streaming-movemail, pop3-send-streaming-command)
3325         (pop3-wait-for-messages, pop3-write-to-file)
3326         (pop3-number-of-responses): New functions for streaming pop3
3327         retrieval.
3328
3329         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3330         come from no known methods.
3331         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3332         list.
3333
3334         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3335         message sizes.
3336         (pop3-movemail): Use erase-buffer instead of looping and deleting
3337         regions, which seems rather odd.
3338
3339         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3340         file once per `g' run.
3341
3342         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3343         directories.  This makes the draft queue directory work.
3344
3345         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3346         data from the backends, so that we only request the list of groups from
3347         each method once.  This should speed things up considerably.
3348
3349         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3350         detect that it's not implemented.
3351
3352         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3353         we actually do recurse down into the tree, but don't stat all leaf
3354         nodes.
3355
3356         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3357         then say so instead of bugging out.
3358
3359         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3360         files exist before trying to read them.
3361
3362         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3363         around <pre_int>.
3364
3365         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3366
3367         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3368
3369 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3370
3371         * mm-util.el (mm-image-load-path): Just return the image directories,
3372         not all directories in the path in addition to the image directories.
3373         (mm-image-load-path): Maintain a cache of the image directories so that
3374         the `g' command in Gnus doesn't have to stat dozens of directories each
3375         time.
3376
3377         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3378         (gnus-html-wash-tags): Add a new `i' command to insert images.
3379         (gnus-html-insert-image): New command and keystroke.
3380         (gnus-html-redisplay-with-images): New command and keystroke.
3381         (gnus-html-show-images): Renamed command.
3382         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3383         spacers.
3384         (gnus-html-wash-tags): Decode entities at the end, so that entities
3385         inside the tags don't mess up the rest of the "parsing".
3386
3387         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3388         so that nnimap methods aren't agentized by default.  There's apparently
3389         many problems related to agent/imap behaviour.
3390
3391         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3392
3393         * gnus-html.el: Doc fix.
3394
3395 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3396
3397         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3398         specifier-spec-list for Emacs 21.
3399
3400         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3401         glyph-width and glyph-height instead of display-graphic-p and
3402         image-size; make avoidance of displaying small images work for XEmacs.
3403
3404         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3405         for XEmacs.
3406
3407         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3408         of symbol that holds plist data.
3409         (gnus-process-plist): Remove plist of process after getting it.
3410
3411 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412
3413         * message.el (message-generate-hashcash): Change default to
3414         'opportunistic if hashcash is installed.
3415
3416         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3417         (gnus-html-put-image): Only call image-size once, since it's somewhat
3418         time-consuming on remote X servers.
3419
3420 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3421
3422         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3423         type on data, not a file name.
3424
3425         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3426         window-pixel-edges for Emacs 21.
3427
3428         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3429         decoded contents.
3430         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3431
3432 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3433
3434         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3435         group line format, since it isn't very interesting.
3436
3437         * gnus-agent.el (gnus-agent-short-article),
3438         (gnus-agent-long-article): Increase values for these two variables,
3439         since most people are likely to have more network connection and
3440         storage than before.
3441
3442         * gnus.el (gnus-refer-article-method): Change default to 'current.
3443         When referring an article, the common behaviour is to refer it from the
3444         current select method, not the native select method.  The chances of
3445         the native select method having the message in question is rather slim
3446         these days.
3447
3448         * gnus-sum.el (gnus-auto-select-subject): Change default to
3449         `unseen-or-unread'.  I think it's likely that most people want to
3450         select an unseen article over a previously seen, but unread one.
3451
3452         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3453         means that in the article buffer none of the minor mode elements will
3454         be shown, usually, and this is not desirable in most cases.
3455
3456         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3457         that commands like `d' (and the like) go to the next line in the
3458         buffer, instead of the next unread article.  I think this is the
3459         behaviour that is most natural for most users.
3460         (gnus-single-article-buffer): Change default to nil, so that people can
3461         have as many article buffers open as they have summary buffer.  I think
3462         this is the most natural way for the groups to behave.
3463
3464         * message.el (message-generate-new-buffers): Change default to
3465         `unsent', so that all new message buffers start their names with the
3466         string "*unsent", and it's easier to find the buffers if you move from
3467         them.
3468
3469 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3470
3471         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3472         small.  They're probably tracking images.
3473         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3474         (gnus-html-rescale-image): Yet another try at getting the image sizing
3475         right.
3476
3477         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3478         nntp-marks-file-name is nil.
3479
3480 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3481
3482         * gnus-html.el (gnus-html-wash-tags)
3483         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3484         Better logging.
3485
3486 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3487
3488         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3489
3490         * gnus-html.el (gnus-html-wash-tags): Check the value of
3491         gnus-blocked-images in the summary buffer.
3492
3493 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3494
3495         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3496
3497 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3498
3499         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3500         like "a", it seems like.
3501         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3502         since it needs to be picked from the correct buffer.
3503
3504         * nnwfm.el: Removed.
3505
3506         * nnlistserv.el: Removed.
3507
3508 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3509
3510         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3511         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3512
3513 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3514
3515         * nnkiboze.el: Removed.
3516
3517         * nndb.el: Removed.
3518
3519         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3520         alt text.
3521         (gnus-html-rescale-image): Try to get the rescaling logic right for
3522         images that are just wide and not tall.
3523
3524         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3525         overshadow variable bindings.
3526
3527 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3528
3529         * gnus-html.el (gnus-html-wash-tags)
3530         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3531         extra logging.
3532
3533 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3534
3535         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3536         (gnus-max-image-proportion): New variable.
3537         (gnus-html-rescale-image): New function.
3538         (gnus-html-put-image): Rescale images.
3539
3540 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3541
3542         Fix up some byte-compiler warnings.
3543         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3544         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3545         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3546         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3547         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3548         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3549         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3550
3551 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3552
3553         * gnus-html.el (gnus-article-html): Decode contents by charset.
3554
3555 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3556
3557         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3558         (gnus-html-frame-width, gnus-blocked-images)
3559         * message.el (message-prune-recipient-rules): Add custom version.
3560         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3561
3562         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3563         functions.
3564
3565         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3566         gnus-process-get.
3567
3568 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3569
3570         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3571         instead of lsub directly.
3572
3573 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3574
3575         * nnwarchive.el: Removed.
3576
3577         * gnus-soup.el: Removed.
3578
3579         * nnsoup.el: Removed.
3580
3581         * nnultimate.el: Removed.
3582
3583         * gnus-html.el (gnus-blocked-images): New variable.
3584
3585         * message.el (message-prune-recipients): New function.
3586         (message-prune-recipient-rules): New variable.
3587
3588         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3589         guess whether a long line is natural text or not.
3590
3591         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3592         gnus-process-plist and friends for compatibility.
3593
3594 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3595
3596         * gnus-html.el: Require packages that define macros used in this file.
3597         (gnus-article-mouse-face): Declare to silence byte-compiler.
3598         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3599         process-get.
3600         (gnus-html-put-image): Use plist-get to avoid getf.
3601         (gnus-html-prefetch-images): Use with-current-buffer.
3602
3603 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3604
3605         * gnus-ems.el: Provide compatibility functions for
3606         gnus-set-process-plist.
3607
3608         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3609         header-line-format for XEmacs 21.4.
3610
3611         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3612         * gnus.el (gnus-valid-select-methods)
3613         * message.el (message-send-mail-partially-limit)
3614         * mm-decode.el (mm-text-html-renderer)
3615         * mml.el (mml-insert-mime-headers-always)
3616         * smiley.el (smiley-regexp-alist): Bump custom version.
3617
3618 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3619
3620         * gnus-html.el: require mm-url.
3621         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3622         with the url to `url'.
3623         (gnus-html-wash-tags): Support cid: URLs/images.
3624
3625 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3626
3627         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3628         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3629         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3630
3631         * gnus-move.el: Removed file, since it doesn't really work.
3632
3633         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3634         UTF-8.  This seems to fix problems with some German web feeds.
3635
3636         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3637         at the top so that the proper colours are applied.
3638
3639         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3640         don't have dots in their names.
3641
3642         * gnus-art.el (gnus-article-view-part): Doc fix.
3643
3644         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3645         XEmacs-compatible.
3646         (gnus-html-put-image): Don't do images on non-graphic displays.
3647
3648         * nnslashdot.el: Removed this unused backend.
3649
3650         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3651         actions.
3652         (gnus-undo-register-1): Revert last change.
3653
3654         * gnus-group.el (gnus-group-completing-read): Protect against not
3655         having completion-styles bound.
3656
3657         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3658         make broken recipients happier.
3659
3660         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3661
3662         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3663         point parameter.
3664
3665         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3666
3667         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3668         completion-styles for group selection.
3669
3670 2009-02-04  Andreas Schwab  <schwab@suse.de>
3671
3672         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3673         headers and regexp-quote the match if necessary.
3674
3675 2009-03-24  Miles Bader  <miles@gnu.org>
3676
3677         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3678         the blinking smiley.
3679
3680 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3681
3682         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3683         blink smiley.
3684
3685 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686
3687         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3688         where the dribbel file lives exists.
3689
3690         * message.el (message-send-mail-partially-limit): Change the default to
3691         nil, since most people don't want this.
3692
3693         * mm-url.el (mm-url-decode-entities): Also decode entities like
3694         &#x3212.
3695
3696 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3697
3698         * gnus-sum.el (gnus-summary-idna-message):
3699         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3700         Hyperlink urls in docstrings with URL `...'.
3701
3702 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3703
3704         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3705         functions.
3706
3707 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3708
3709         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3710         say what the mouseover text should be.
3711
3712         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3713         version of the mm-w3m-safe-url-regexp variable to only download images
3714         in the groups where we want that to happen.
3715
3716         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3717
3718         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3719         easier debugging.
3720         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3721         big pictures in the article buffer.
3722
3723         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3724         gnus-article-html.
3725         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3726         w3m.
3727
3728         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3729
3730 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3731
3732         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3733         which doesn't exist.
3734
3735         * message.el (message-inhibit-ecomplete): New variable to allow some
3736         function to inhibit ecomplete address storage.
3737         (message-resend): Disable ecomplete message storage when resending
3738         messages.
3739
3740         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3741
3742 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3743
3744         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3745         Save excursion while copying, moving, and deleting articles in order to
3746         prevent the cursor from jumping to unforeseen place.
3747
3748 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3749
3750         * lpath.el: No need to bind bookmark-current-buffer,
3751         bookmark-yank-point and bookmark-make-record-function.
3752
3753 2010-08-17  Glenn Morris  <rgm@gnu.org>
3754
3755         * gnus-sync.el: Require gnus components whose functions are used.
3756
3757         * gnus-art.el (bookmark-make-record-function):
3758         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3759         Declare for compiler.
3760
3761         * mm-url.el (mml-compute-boundary): Autoload.
3762
3763 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3766
3767 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3768
3769         Typo fix "hoo4a" -> "hook".
3770
3771         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3772
3773 2010-08-14  Glenn Morris  <rgm@gnu.org>
3774
3775         * gnus-sync.el (gnus-sync): Fix defgroup version.
3776
3777 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3778
3779         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3780
3781         * gnus-sync.el: Fix docs.
3782         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3783         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3784
3785 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3786
3787         Optimizations for gnus-sync.el.
3788
3789         * gnus-sync.el: Add docs about gnus-sync-backend
3790         possibilities.
3791         (gnus-sync-save): Remove unnecessary message.
3792         (gnus-sync-read): Optimize and show what groups were skipped.
3793
3794 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3795
3796         Minor bug fixes for gnus-sync.el.
3797
3798         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3799         read the sync on get-new-news.
3800
3801         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3802         quiet.
3803
3804         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3805
3806 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3807
3808         Make saving and restoring of hidden threads work with overlays.
3809         Patch applied by Ted Zlatanov.
3810
3811         * gnus-sum.el (gnus-hidden-threads-configuration)
3812         (gnus-restore-hidden-threads-configuration): Update to deal with text
3813         properties, rather than searching for a magic character.
3814
3815 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3816
3817         New gnus-sync.el library for synchronization of marks.
3818
3819         * gnus-sync.el: New library for synchronization of marks.
3820
3821         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3822         renamed from `gnus-registry-grep-in-list'.
3823
3824         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3825
3826         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3827
3828 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3829
3830         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3831         determining charset of text fails.
3832
3833 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3834
3835         * nnmail.el (nnmail-get-new-mail-1): Revert.
3836
3837         * nnml.el (nnml-active-number): Make sure names of newly created groups
3838         in nnml-group-alist are encoded.
3839
3840 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3841
3842         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3843         containing non-ASCII characters in active file for nnml back end.
3844
3845 2010-07-24  David Engster  <dengste@eml.cc>
3846
3847         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3848         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3849
3850 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3851
3852         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3853         tag (Bug#6654).
3854
3855 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3856
3857         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3858         the article buffer, not the summary buffer.
3859
3860 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3861
3862         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3863         Emacs 23 as well.
3864
3865 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3866
3867         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3868         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3869
3870 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3871
3872         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3873         Patch applied by Karl Fogel.
3874
3875         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3876         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3877
3878 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3879
3880         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3881         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3882         C-w still not working correctly from Article buffers; Thierry's
3883         patch to fix that will be applied after this.
3884
3885         * gnus-art.el (bookmark-make-record-function): New local variable.
3886
3887         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3888         article buffer.
3889         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3890
3891 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3892
3893         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3894         on changes in bookmark.el.
3895
3896 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3897
3898         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3899         `no-log' instead of message not to log prompt string.
3900
3901 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3902
3903         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3904         the *other* type of HTML form submission.
3905
3906 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3907
3908         * auth-source.el (auth-source-pick): If choice does not contain a
3909         questioned keyword, set the check to t.
3910
3911 2010-06-12  Romain Francoise  <romain@orebokech.com>
3912
3913         * gnus-util.el (gnus-date-get-time): Move up before first use.
3914
3915 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3916
3917         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3918         (gnus-article-edit-part): Bind it to make last part that is substituted
3919         or deleted visible.
3920         (gnus-mime-display-single): Buttonize part of which id equals to
3921         gnus-mime-buttonized-part-id.
3922
3923 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3924
3925         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3926         (gnus-dd-mmm): Use gnus-date-get-time.
3927         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3928         simplify logic.
3929         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3930         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3931
3932 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3933
3934         * auth-source.el (top): Autoload `secrets-list-collections',
3935         `secrets-create-item', `secrets-delete-item'.
3936         (auth-sources): Fix tag string.
3937         (auth-get-source, auth-source-retrieve, auth-source-create)
3938         (auth-source-delete): New defuns.
3939         (auth-source-pick): Rewrite in order to avoid 2 passes.
3940         (auth-source-forget-user-or-password): New parameter USERNAME.
3941         (auth-source-user-or-password): New parameters CREATE-MISSING and
3942         DELETE-EXISTING.  Retrieve password interactively, if needed.
3943
3944 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3945
3946         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3947         deleting unused directories when gnus-expert-user is t.
3948
3949 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3950
3951         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3952         for each temp file when gnus-article-browse-delete-temp is ask.
3953
3954 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3955
3956         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3957         Lisp calls to delete-backward-char by calls to delete-char.
3958
3959 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3960
3961         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3962
3963 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3964
3965         * password-cache.el (password-cache-remove): Fix docstring.
3966
3967 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3968
3969         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3970         article unless decoding article to be saved.
3971
3972 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3973
3974         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3975         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3976         generated within the mm-with-unibyte-current-buffer macro.
3977
3978 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3979
3980         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3981         to nil when we're in a mml-preview buffer and no group is selected.
3982
3983 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3984
3985         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3986         when catching the `C-g'.  Reported by "Leo".
3987
3988 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3989
3990         * message.el (message-forward-make-body-plain)
3991         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3992         multibyte-string-p.
3993
3994         * lpath.el: Revert.
3995
3996 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3997
3998         * message.el (message-forward-make-body-mml): Assume original message
3999         is multibyte string; error on unibyte.
4000         (message-forward-make-body-plain): Ditto; don't add excessive newline
4001         in body end.
4002
4003         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4004
4005 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4006
4007         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4008         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4009
4010 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4011
4012         * mm-extern.el (mm-extern-url): Don't use
4013         mm-with-unibyte-current-buffer.
4014         (mm-extern-cache-contents): Use with-current-buffer instead of
4015         save-excursion + set-buffer.
4016
4017 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4018
4019         * mm-util.el (mm-emacs-mule): Remove.
4020
4021 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4022
4023         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4024         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4025         change.
4026
4027 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4028
4029         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4030         bind the default value of enable-multibyte-characters to nil.
4031
4032 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4033
4034         * message.el (message-forward-make-body-plain)
4035         (message-forward-make-body-mml):
4036         Don't use mm-with-unibyte-current-buffer.
4037
4038 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4039
4040         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4041
4042 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4043
4044         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4045         (Bug#5592).
4046
4047 2010-05-07  Julien Danjou  <julien@danjou.info>
4048
4049         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4050         it to mm-pipe-part.
4051
4052         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4053         it is given.
4054
4055 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4056
4057         * binhex.el (binhex-decode-region-internal)
4058         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4059         (dns-query)
4060         * nnweb.el (nnweb-gmane-search)
4061         * pgg-parse.el (pgg-parse-armor)
4062         * pgg.el (pgg-verify-region)
4063         * sha1.el (sha1-string-external)
4064         * uudecode.el (uudecode-decode-region-internal)
4065         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4066         XEmacs.
4067
4068         * gnus-art.el (gnus-article-browse-html-parts)
4069         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4070         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4071         make-temp-file.
4072
4073         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4074         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4075         compiling.
4076
4077         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4078         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4079         XEmacs when compiling.
4080
4081         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4082         gnus-pick-mode-off-hook for XEmacs when compiling.
4083         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4084         gnus-binary-mode-off-hook for XEmacs when compiling.
4085
4086         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4087         nil if char-charset is not available.
4088
4089         * imap.el (imap-disable-multibyte)
4090         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4091         macros.
4092
4093         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4094         instead of encode-coding-string.
4095
4096         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4097         'xemacs) instead of mm-emacs-mule to switch function definitions.
4098         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4099
4100         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4101         bind temporary-file-directory for XEmacs;
4102         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4103         timer-set-function for XEmacs 21.4 and SXEmacs;
4104         bind timer-list for XEmacs 21.4 and SXEmacs;
4105         fbind char-charset and find-charset-region for non-Mule XEmacs;
4106         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4107         encode-coding-region and encode-coding-string for XEmacs having no
4108         file-coding feature.
4109
4110 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4111
4112         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4113
4114 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4115
4116         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4117         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4118
4119 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4120
4121         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4122         alias `jka-compr-delete-temp-file' no longer exists.
4123
4124 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4125
4126         Use define-minor-mode in Gnus where applicable.
4127         * mml.el (mml-mode): Use define-minor-mode.
4128         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4129         (gnus-undo-mode): Use define-minor-mode.
4130         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4131         (gnus-dead-summary-mode): Use define-minor-mode.
4132         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4133         Initialize in declaration.
4134         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4135         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4136         (gnus-mailing-list-mode): Use define-minor-mode.
4137         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4138         (gnus-draft-mode): Use define-minor-mode.
4139         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4140         (gnus-dired-mode): Use define-minor-mode.
4141
4142 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4143
4144         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4145         handles on recursive mml-to-mime translation and check them for
4146         boundary delimiter collisions.  Reported by Greg Troxel.
4147
4148 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4149
4150         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4151
4152 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4153
4154         * mm-util.el (mm-find-buffer-file-coding-system):
4155         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4156
4157 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4158
4159         * message.el (message-generate-headers): Record insertion of optional
4160         headers as well.  Otherwise the check to prevent repeated insertion of
4161         optional headers is a no-op.
4162
4163 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4164
4165         * smime.el: Don't mention CVS.
4166
4167         * nnrss.el (nnrss-fetch): Don't mention CVS.
4168
4169         * nnir.el: Don't mention CVS.
4170
4171 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4172
4173         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4174
4175 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4176
4177         * lpath.el: Fbind bookmark-default-handler,
4178         bookmark-get-bookmark-record, bookmark-make-record-default,
4179         bookmark-prop-get for Emacs <23 and XEmacs.
4180
4181 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4182
4183         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4184         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4185         Use with-current-buffer to silence the byte-compiler.
4186         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4187         bother to require `gnus'.
4188         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4189
4190 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4191
4192         * gnus-sum.el (gnus-summary-bookmark-make-record)
4193         (gnus-summary-bookmark-jump): New functions.
4194         (gnus-summary-mode): Setup bookmark support.
4195
4196 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4197
4198         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4199         if set.
4200
4201 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4202
4203         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4204         gnus-article-browse-html-save-cid-image; make it work recursively for
4205         forwarded messages as well.
4206         (gnus-article-browse-html-parts): Work when prefix arg is given.
4207         (gnus-article-browse-html-article): Doc fix.
4208
4209 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4210
4211         * message.el (message-default-mail-headers):
4212         (message-default-headers): Carry the value mail-default-headers over
4213         into message-default-mail-headers, rather than message-default-headers.
4214
4215 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4216
4217         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4218         charset.
4219
4220         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4221         charset into the <meta> tag when the article is encoded to utf-8.
4222
4223 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4224
4225         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4226         directories as well.
4227         (gnus-article-browse-html-parts): Work for images that do not specify
4228         file names; delete temp directory when quitting; insert header at the
4229         right place; use file: scheme for image files.
4230
4231 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4232
4233         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4234         (gnus-article-browse-html-parts): Use it to make temporary cid image
4235         files in addition to html file so that browser may display them.
4236
4237 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4238
4239         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4240
4241 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4242
4243         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4244
4245 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4246
4247         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4248         about Secret Service API sources.  Improve Customize options.
4249         (auth-source-pick): Change to accept any number of search parameters.
4250         Implement fallbacks iteratively, not recursively.  Add scoring on the
4251         second pass and sort by score.  Call Secret Service API when needed.
4252         (auth-source-user-or-password): Use it.  Call Secret Service API
4253         directly when needed to get the user name and the password.
4254
4255 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4256
4257         * message.el (message-interactive): Doc fix.
4258         (message-qmail-inject-args): Reflow.
4259         (message-kill-to-signature): Fix typo in docstring.
4260
4261         * smiley.el (smiley-buffer): Fix typo in docstring.
4262
4263 2010-03-24  Glenn Morris  <rgm@gnu.org>
4264
4265         * mail-source.el (gnus-message): Declare.
4266         (mail-source-delete-old-incoming): Require gnus-util.
4267
4268 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4269
4270         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4271
4272         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4273
4274         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4275         password-cache's default if it is not bound.
4276         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4277         password-cache-expiry's default if it is not bound.
4278
4279         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4280         available in Emacs 21.
4281
4282         * lpath.el: Suppress compiler warnings for:
4283         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4284         XEmacs;
4285         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4286         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4287         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4288
4289 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4290
4291         * auth-source.el (auth-sources): Fix up definition so extra parameters
4292         are always inline.
4293
4294 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4295
4296         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4297         wasn't updated after mismatch.  Clear cached mailbox info correctly
4298         when uidvalidity changes.
4299         (nnimap-group-prefixed-name): New function to avoid some code
4300         duplication.
4301         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4302         (nnimap-request-group): Use it.
4303         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4304         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4305         with many imap folders.  This is done by caching the group status from
4306         the imap server persistently in a group parameter `imap-status'.  (This
4307         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4308         but not persistently, so every Gnus startup was still very slow.)
4309
4310 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4311
4312         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4313         delete the extra newline.  Otherwise editing of :string and :number
4314         types don't work.
4315
4316 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4317
4318         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4319         secrets.el dependency.
4320         (auth-sources): Add optional user name.  Add secrets.el configuration
4321         choice (unused right now).
4322
4323 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4324
4325         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4326         `gnus-registry-install-shortcuts' fill in the functions.
4327
4328         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4329         warnings.
4330         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4331         (gnus-registry-install-shortcuts): Populate and use it in a
4332         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4333
4334 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4335
4336         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4337         In-place substitutions for the group name encoding/decoding.
4338         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4339         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4340         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4341         (nnimap-update-unseen, nnimap-request-list)
4342         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4343         (nnimap-request-set-mark, nnimap-split-to-groups)
4344         (nnimap-split-articles, nnimap-request-newgroups)
4345         (nnimap-request-create-group, nnimap-request-accept-article)
4346         (nnimap-request-delete-group, nnimap-request-rename-group)
4347         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4348         `encoded-mbx' for consistency.
4349         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4350         variable `imap-current-mailbox'.
4351
4352         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4353         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4354
4355 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4356
4357         * pop3.el (pop3-display-message-size-flag): Display message size byte
4358         counts during POP3 download.
4359         (pop3-movemail): Use it.
4360         (pop3-list): Implement listing of available messages.
4361
4362 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4363
4364         * nnir.el (nnir-get-article-nov-override-function): New function to
4365         override the normal NOV retrieval.
4366         (nnir-retrieve-headers): Use it.
4367
4368 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4369
4370         * auth-source.el (netrc-machine-user-or-password): Autoload.
4371
4372 2010-03-19  Glenn Morris  <rgm@gnu.org>
4373
4374         Stop message.el from loading about 40 libraries it doesn't always need.
4375         The general approach is to autoload rather than require, and to
4376         require in the specific functions rather than the file.  (Bug#5642)
4377
4378         * gmm-utils.el: Don't require wid-edit.
4379         (widget-create-child-value, widget-convert, widget-default-get):
4380         Autoload.
4381
4382         * gnus-util.el: Don't require time-date, netrc.
4383         (message-fetch-field, gnus-group-name-decode): Declare rather than
4384         autoloading.
4385         (gnus-fetch-field): Require message.
4386         (gnus-decode-newsgroups): Require gnus-group.
4387
4388         * ietf-drums.el: Don't require time-date.
4389
4390         * message.el: Don't require hashcash, canlock, ecomplete.
4391         Do require mail-utils.  Require nnheader only when compiling.
4392         (smtpmail-default-smtp-server): Remove declaration.
4393         (message-send-mail-function): Check smtpmail-default-smtp-server
4394         is bound rather than requiring smtpmail.
4395         (message-auto-save-directory, message-insert-signature): Use
4396         expand-file-name rather than nnheader-concat.
4397         (nnheader-insert-file-contents): Autoload.
4398         (hashcash-wait-async): Declare.
4399         (message-send-mail): Only call gnus-setup-posting-charset if
4400         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4401         (message-send-mail-with-sendmail): Require sendmail.
4402         (canlock-password, canlock-password-for-verify): Declare.
4403         (message-canlock-password): Require canlock.
4404         (nnheader-get-report): Autoload.
4405         (gnus-setup-posting-charset): Declare.
4406         (message-send-news): Require gnus-msg.
4407         (message-make-references, message-make-in-reply-to): Use mail-header-id
4408         rather than the alias mail-header-message-id.
4409         (ecomplete-add-item, ecomplete-save): Declare.
4410         (message-put-addresses-in-ecomplete): Require ecomplete.
4411         (ecomplete-display-matches): Autoload.
4412
4413         * mm-decode.el: Don't require mailcap, gnus-util.
4414         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4415         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4416         Autoload.
4417         (mailcap-mime-extensions): Declare.
4418
4419         * mm-encode.el: Don't require mailcap.
4420         (mailcap-extension-to-mime): Autoload.
4421
4422         * mml-sec.el: Don't require password-cache.
4423
4424         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4425         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4426         (mml-minibuffer-read-type): Require mailcap.
4427         (mml-preview): Require gnus-msg.
4428
4429         * mml1991.el: Require password-cache.
4430         (password-cache-expiry): Remove declaration.
4431
4432         * mml2015.el: Require password-cache.
4433         (password-cache-expiry): Remove declaration.
4434
4435         * nneething.el (mailcap): Require mailcap.
4436
4437         * nnheader.el (declare-function): Add compatibility stub.
4438         (message-remove-header): Declare rather than autoload.
4439         (nnheader-replace-header): Require message.
4440
4441         * nnimap.el (declare-function): Add compatibility stub.
4442         (netrc-parse, netrc-machine-user-or-password): Declare.
4443         (nnimap-open-connection): Require netrc.
4444
4445         * nntp.el (declare-function): Add compatibility stub.
4446         (netrc-parse, netrc-machine, netrc-get): Declare.
4447         (nntp-send-authinfo): Require netrc.
4448
4449         * rfc2047.el: Don't require qp.
4450         (quoted-printable-encode-region, quoted-printable-decode-string):
4451         Autoload.
4452
4453         * sieve-mode.el: Don't require easymenu.
4454         (easy-menu-add-item): Autoload it.
4455
4456         * spam-stat.el (time-to-number-of-days): Autoload it.
4457
4458 2010-03-19  Glenn Morris  <rgm@gnu.org>
4459
4460         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4461
4462 2010-03-18  Glenn Morris  <rgm@gnu.org>
4463
4464         * hashcash.el (declare-function): Remove duplicate definition.
4465
4466 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4467
4468         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4469         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4470         value if any backslash escapes).
4471
4472 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4473
4474         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4475         if it is available.  (bug#5647)
4476
4477         * lpath.el: Suppress compiler warning for coding-system-from-name for
4478         Emacs 21 and XEmacs.
4479
4480 2010-03-14  Juri Linkov  <juri@jurta.org>
4481
4482         * hmac-def.el:
4483         * hmac-md5.el:
4484         * netrc.el: Fix keywords.
4485
4486 2010-02-26  Glenn Morris  <rgm@gnu.org>
4487
4488         * message.el (message-send-mail-function): Change the default, so that
4489         it inherits from a customized send-mail-function.  (Bug#5643)
4490
4491 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4492
4493         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4494         shell-command-to-string signals an error (bug#5299).
4495
4496 2010-02-24  Glenn Morris  <rgm@gnu.org>
4497
4498         * message.el (message-smtpmail-send-it)
4499         (message-send-mail-with-mailclient): Doc fixes.
4500
4501 2010-02-16  Glenn Morris  <rgm@gnu.org>
4502
4503         * message.el (message-default-mail-headers): Change the default value
4504         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4505
4506 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4507
4508         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4509         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4510
4511 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4512
4513         * time-date.el (date-to-time): Doc fix (Bug#5408).
4514
4515 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4516
4517         * message.el (message-mail): Just pass yank-action on to message-setup.
4518         (message-setup): Handle (FUN . ARGS) form of yank-action.
4519         (message-with-reply-buffer, message-widen-reply)
4520         (message-yank-original): Handle non-buffer values of
4521         message-reply-buffer (Bug#4080).
4522         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4523
4524 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4525
4526         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4527         Fix typo in docstring.
4528
4529 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4530
4531         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4532         response.
4533
4534 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4535
4536         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4537
4538         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4539
4540         * message.el (message-check-news-header-syntax): Protect against a
4541         string that `rfc822-addresses' returns when parsing fails.
4542
4543 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4544
4545         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4546         (gnus-previous-char-property-change): New functions.
4547
4548         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4549
4550 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4551
4552         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4553         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4554
4555 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4556
4557         * message.el (message-exchange-point-and-mark): Rework last change to
4558         avoid using optional arg of exchange-point-and-mark, for backward
4559         compatibility.
4560
4561 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4562
4563         * message.el (message-exchange-point-and-mark): Call
4564         exchange-point-and-mark with an argument rather than setting
4565         mark-active by hand (Bug#5175).
4566
4567 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4568
4569         * nntp.el (nntp-service-to-port): Work for service expressed with
4570         numeric string; replace [:digit:] with [0-9] for XEmacs.
4571
4572 2009-12-17  Glenn Morris  <rgm@gnu.org>
4573
4574         * gnus-group.el (gnus-bug-group-download-format-alist):
4575         Change emacs entry to debbugs.gnu.org.  Bump :version.
4576
4577 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4578
4579         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4580
4581 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4582
4583         * message.el (message-info): Explain why we use `Info-goto-node'.
4584
4585 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4586
4587         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4588
4589 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4590
4591         * message.el (message-completion-in-region): New compatibility function.
4592         (message-expand-group): Use it.
4593
4594 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4595
4596         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4597         with no unread article should be listed if the 2nd arg `predicate' is
4598         given.
4599
4600 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4601
4602         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4603
4604 2009-11-29  Juri Linkov  <juri@jurta.org>
4605
4606         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4607         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4608         on `gnus-recenter'. (Bug#4698, Bug#4981)
4609
4610 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4611
4612         * sha1.el (sha1-string-external): default-directory "/" in case
4613         otherwise non-existent.  process-connection-type pipe for touch of
4614         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4615
4616 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4617
4618         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4619         it's comms related and sgml-mode.el has "comm" on that basis too.
4620
4621 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4622
4623         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4624         containing tspecial characters if they have been already quoted.
4625
4626 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4627
4628         * dns-mode.el (auto-mode-alist): Purecopy string.
4629
4630 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4631
4632         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4633
4634 2009-10-24  Glenn Morris  <rgm@gnu.org>
4635
4636         * gnus-art.el (help-xref-stack-item): Define for compiler.
4637
4638 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4639
4640         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4641
4642 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4643
4644         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4645
4646 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4647
4648         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4649         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4650
4651 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4652
4653         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4654         (gnus-overlays-in): New alias to overlays-in.
4655
4656         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4657         gnus-overlay-get, and gnus-delete-overlay.
4658         (gnus-summary-show-thread): Make it work as well for systems in which
4659         next-single-char-property-change is not available.
4660         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4661
4662         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4663         (gnus-overlay-get): New alias to extent-property.
4664         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4665
4666         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4667         SXEmacs.
4668
4669         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4670         SXEmacs.
4671
4672 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4673
4674         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4675
4676 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4677
4678         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4679         and XEmacs that don't have `remove-overlays'.
4680
4681 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4682
4683         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4684         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4685         selective display.  Use overlays instead.
4686
4687 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4688
4689         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4690
4691 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4692
4693         * spam-stat.el (spam-stat-load): Fix typo in message.
4694
4695 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4696
4697         * dig.el (dig-invoke): Fix typo in docstring.
4698         (query-dig): Reflow docstring.
4699
4700 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4701
4702         * gnus-art.el (gnus-article-encrypt-body):
4703         * message.el (message-check-recipients):
4704         * mm-util.el (mm-codepage-setup):
4705         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4706         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4707
4708 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4709
4710         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4711         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4712         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4713         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4714         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4715
4716 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4717
4718         * dig.el: Add "Keywords: comm", as per net-utils.el.
4719
4720 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4721
4722         * dig.el (dig-mode): Use define-derived-mode.
4723
4724 2009-09-19  Glenn Morris  <rgm@gnu.org>
4725
4726         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4727
4728 2009-09-18  Glenn Morris  <rgm@gnu.org>
4729
4730         * gnus-diary.el (gnus-diary-check-message):
4731         * message.el (message-insert-formatted-citation-line):
4732         * nnbabyl.el (top-level):
4733         * nndiary.el (nndiary-schedule):
4734         Fix typos in condition-case handlers.
4735
4736 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4737
4738         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4739         configuration that provides the sole article window in a frame;
4740         position point correctly after deleting a part.
4741
4742 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4743
4744         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4745         (spam-resolve-registrations-routine): Use it to unregister articles
4746         that change status.
4747
4748 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4749
4750         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4751         with XEmacs.
4752         (parse-time-string-chars): Use it.
4753
4754 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4755
4756         * imap.el (imap-interactive-login): Better messages.
4757         (imap-open): Fix bug with renamed buffer on reconnect.
4758         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4759         for easier debugging and cleaner code.  On successful (guessed based on
4760         server capabilities) secondary authentication, set imap-state
4761         correctly.
4762         (imap-last-authenticator): Define imap-last-authenticator as a variable
4763         to avoid warnings.
4764
4765 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * nnrss.el (nnrss-request-article): Remove binding of
4768         default-enable-multibyte-characters that has gotten needless by
4769         the 2007-07-13 change in rfc2047-encode-message-header.
4770
4771         * mml.el (mml-insert-multipart): Error on the message header.
4772         (mml-insert-part): Error on the message header; position point at
4773         the end of a MIME tag.
4774
4775 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4776
4777         * time-date.el (autoload): Expand define-obsolete-function-alias into
4778         defalias and make-obsolete for old Emacsen that Gnus supports.
4779         (with-no-warnings): Define it for old Emacsen.
4780         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4781         is available.
4782         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4783         float-time is available; suppress compile warning for time-to-seconds.
4784
4785         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4786         (gnus-float-time): Alias to float-time if it exists.
4787
4788         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4789         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4790         float-time is available; suppress compile warning for time-to-seconds.
4791
4792         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4793         XEmacs.
4794
4795 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4796
4797         * imap.el (imap-message-map): Docstring fix.
4798
4799 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4800
4801         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4802         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4803         Add the optional argument `encoding' that overrides the default.
4804
4805         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4806         mm-encode-buffer.
4807
4808 2009-09-04  Glenn Morris  <rgm@gnu.org>
4809
4810         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4811         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4812         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4813         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4814         * mm-util.el (mm-with-unibyte-current-buffer)
4815         (mm-find-buffer-file-coding-system):
4816         * yenc.el (yenc-decode-region): Use default-value rather than
4817         default-enable-multibyte-characters.
4818
4819 2009-09-03  Glenn Morris  <rgm@gnu.org>
4820
4821         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4822         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4823         than default-enable-multibyte-characters.
4824
4825 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4826
4827         * gnus-art.el (gnus-article-read-summary-keys):
4828         Fix gnus-buffer-configuration's value temporarily used.
4829
4830 2009-09-02  Glenn Morris  <rgm@gnu.org>
4831
4832         * gnus-util.el (gnus-float-time): New function.
4833         * gnus-delay.el (gnus-delay-article):
4834         * gnus-sum.el (gnus-thread-latest-date):
4835         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4836         * nnspool.el (nnspool-request-newgroups):
4837         Use gnus-float-time rather than time-to-seconds.
4838         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4839
4840         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4841         (gnus-header-subject-face, gnus-header-newsgroups-face)
4842         (gnus-header-name-face, gnus-header-content-face):
4843         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4844         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4845         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4846         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4847         (gnus-cite-face-11):
4848         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4849         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4850         (gnus-server-closed-face, gnus-server-denied-face)
4851         (gnus-server-offline-face):
4852         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4853         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4854         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4855         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4856         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4857         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4858         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4859         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4860         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4861         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4862         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4863         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4864         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4865         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4866         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4867         (gnus-summary-high-undownloaded-face)
4868         (gnus-summary-low-undownloaded-face)
4869         (gnus-summary-normal-undownloaded-face)
4870         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4871         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4872         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4873         (gnus-splash-face):
4874         * message.el (message-header-to-face, message-header-cc-face)
4875         (message-header-subject-face, message-header-newsgroups-face)
4876         (message-header-other-face, message-header-name-face)
4877         (message-header-xheader-face, message-separator-face)
4878         (message-cited-text-face, message-mml-face):
4879         * sieve-mode.el (sieve-control-commands-face)
4880         (sieve-action-commands-face, sieve-test-commands-face)
4881         (sieve-tagged-arguments-face):
4882         * spam.el (spam-face):
4883         Mark face aliases with "-face" in the name as obsolete.
4884
4885 2009-09-01  Glenn Morris  <rgm@gnu.org>
4886
4887         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4888         than goto-line.
4889
4890 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4891
4892         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4893         Don't move point if the command is invoked inside the message header.
4894
4895 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4896
4897         * imap.el (imap-send-command): Simplify.
4898         (imap-wait-for-tag): point-max -> buffer-size.
4899
4900 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4901
4902         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4903         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4904         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4905         * nnir.el (nnir-swish-e-index-file):
4906         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4907         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4908         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4909         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4910         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4911         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4912
4913 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4914
4915         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4916         Don't save excursion.
4917
4918 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4919
4920         * nnheader.el (nnheader-find-file-noselect):
4921         * mm-util.el (mm-insert-file-contents):
4922         Use (default-value 'major-mode) instead of default-major-mode.
4923
4924 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4925
4926         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4927
4928 2009-08-26  Glenn Morris  <rgm@gnu.org>
4929
4930         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4931         than placing in files.el.
4932
4933 2009-08-25  Glenn Morris  <rgm@gnu.org>
4934
4935         * nnir.el (top-level): Don't require cl at run-time.
4936         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4937         Replace cl-function substitute with gnus-replace-in-string.
4938         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4939         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4940         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4941         simplified expansions.
4942
4943 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4944
4945         * dig.el (dig): Add autoload cookie.
4946
4947 2009-08-22  Glenn Morris  <rgm@gnu.org>
4948
4949         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4950         goto-line.
4951
4952 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4953
4954         * parse-time.el (parse-time-string-chars): Save match data.
4955
4956 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4957
4958         * parse-time.el (parse-time-string-chars): Compute using character
4959         classes, to handle non-ascii characters (Bug#3190).
4960
4961 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4962
4963         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4964
4965         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4966         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4967         (gnus-mm-display-part, gnus-mime-display-single)
4968         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4969         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4970
4971         * gnus-sum.el
4972         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4973         (gnus-summary-move-article): Add expirable mark to articles copied or
4974         moved to group that has auto-expire turned on if the option is non-nil.
4975
4976 2009-07-24  Glenn Morris  <rgm@gnu.org>
4977
4978         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4979         Fix typo.  (Bug#3903)
4980
4981 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4982
4983         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4984         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4985         that should not be used for draft articles.
4986         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4987         that has no concern in minor mode keys.
4988         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4989         Abolish.
4990
4991 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4994         article without making inquiry to a user for unknown encoding.
4995
4996         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4997         (nnmaildir--scan): Assume i-node and device number that file-attributes
4998         returns might be cons-cell.
4999
5000         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5001
5002         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5003
5004 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5005
5006         * auth-source.el: Remove docs now in auth.texi.  Don't use
5007         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5008         `auth-source-hide-passwords' and use them.
5009
5010 2009-07-15  Glenn Morris  <rgm@gnu.org>
5011
5012         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5013
5014 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5015
5016         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5017         excessive whitespace from the default values of title and description.
5018
5019 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5020
5021         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5022         mail-fetch-field to fetch Content-Description header in order to
5023         exclude newlines.
5024
5025 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5026
5027         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5028         format used by GnuPG 2.0.11.
5029
5030 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5031
5032         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5033         to deleted part.
5034
5035 2009-05-30  David Engster  <dengste@eml.cc>
5036
5037         * nnmairix.el: Remove old documentation in the commentary block.
5038         (nnmairix-request-group): Do not update active file for nnml back ends.
5039         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5040         end so that overview files are ignored.
5041         (nnmairix-update-groups): Make updating the groups more robust by using
5042         marks.
5043         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5044         with dollar characters in message-id.
5045
5046 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5047
5048         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5049         2008-12-25 in dns.el.
5050
5051 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5052
5053         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5054         could happen if the text is only composed of spaces and/or tabs.
5055
5056 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5057
5058         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5059         when sending a queued message to avoid extra mml tags.
5060
5061 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5062
5063         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5064
5065 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5066
5067         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5068         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5069         rmail-toggle-header for XEmacs;
5070         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5071
5072 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * gnus-dired.el: Remove autoload for gnus-setup-message.
5075         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5076         displaying Gnus logo; always use compose-mail.
5077
5078 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5079
5080         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5081
5082 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5083
5084         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5085         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5086         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5087         available.
5088         (gnus-nocem-epg-verify): New function.
5089
5090 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5091
5092         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5093
5094 2009-02-15  Glenn Morris  <rgm@gnu.org>
5095
5096         * gnus-util.el (rmail-insert-rmail-file-header)
5097         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5098         autoloads.
5099         (rmail-default-rmail-file): Remove unnecessary declaration.
5100         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5101
5102 2009-02-14  Glenn Morris  <rgm@gnu.org>
5103
5104         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5105         variable (only used in gnus-util, which declares it anyway).
5106         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5107         which was only needed by gnus-art (changed to not use it any more).
5108         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5109         only used in gnus-util, which autoloads it itself.
5110         (rmail-update-summary): Fix autoload.
5111
5112         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5113         rather than rmail-output-to-rmail-file.
5114
5115 2009-02-07  Glenn Morris  <rgm@gnu.org>
5116
5117         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5118         autoload of function that no longer exists.
5119         (rmail-toggle-header): Declare.
5120         (message-forward-rmail-make-body): Handle mbox Rmail.
5121
5122 2009-01-31  Glenn Morris  <rgm@gnu.org>
5123
5124         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5125         2009-01-09 change.
5126
5127 2009-01-31  Dave Love  <fx@gnu.org>
5128
5129         * imap.el (imap-fetch-safe): Bind debug-on-error.
5130         (imap-debug): Add imap-fetch-safe.
5131
5132 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5133
5134         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5135         (auth-source-forget-all-cached): New convenience function.
5136         (auth-source-user-or-password): Accept list of modes or a single mode.
5137
5138         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5139         auth-source modes.
5140
5141         * netrc.el (netrc-machine-user-or-password): Use list of
5142         auth-source modes.
5143
5144         * nnimap.el (nnimap-open-connection): Use list of
5145         auth-source modes.
5146
5147         * nntp.el (nntp-send-authinfo): Use list of
5148         auth-source modes.
5149
5150 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5151
5152         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5153         now.
5154
5155 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5156
5157         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5158         coding system in XEmacs; add a workaround for XEmacs.
5159
5160         * lpath.el: Fbind coding-system-aliasee.
5161
5162 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5163
5164         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5165         of current-language-environment.
5166
5167 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5168
5169         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5170         available at runtime.
5171
5172 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5173
5174         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5175
5176 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5177
5178         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5179         the greatest positive fixnum value doesn't work under an XEmacs with
5180         bignum support; use the most-positive-fixnum constant instead,
5181         available since Emacs 21.1 with cl and XEmacs 21.1.
5182
5183 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5184
5185         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5186         XEmacs gets not to work.
5187
5188 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5189
5190         * mm-util.el (mm-coding-system-priorities): Allow the value like
5191         "Japanese (UTF-8)" of current-language-environment.
5192
5193 2009-01-09  Glenn Morris  <rgm@gnu.org>
5194
5195         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5196         with last-command-event.
5197
5198 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5199
5200         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5201         in the doc string.
5202
5203         * message.el (message-fix-before-sending): Amend comment.
5204
5205 2009-01-08  Dave Love  <fx@gnu.org>
5206
5207         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5208
5209 2009-01-07  David Engster  <dengste@eml.cc>
5210
5211         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5212         simplified server definitions by converting it via
5213         gnus-server-to-method.
5214
5215 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5218         parameter's operands.
5219
5220 2009-01-06  David Engster  <dengste@eml.cc>
5221
5222         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5223         primary select method (for gnus-group-mark-article-as-read).
5224
5225 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5226
5227         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5228         `(gnus)Face', not `(gnus)X-Face'.
5229
5230 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5231
5232         * mm-util.el (mm-ucs-to-char): New function.
5233
5234         * mm-url.el (mm-url-decode-entities): Use it.
5235
5236         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5237         unicode-to-char.
5238
5239 2009-01-05  Dave Love  <fx@gnu.org>
5240
5241         * time-date.el: Require cl for `declare'.
5242
5243 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5244
5245         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5246         Dave Love.
5247
5248 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5249
5250         * message.el (message-fix-before-sending): Add `eight-bit' to
5251         illegible-text check.
5252
5253 2009-01-03  Michael Olson  <mwolson@gnu.org>
5254
5255         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5256         `headers' is nil.  This can occur if the IMAP server does not have
5257         permissions to read messages from a folder, but can write new messages
5258         to the folder.
5259         (nnimap-request-article-part): Do not insert `data' if it is nil.
5260
5261         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5262         characters which will confuse `read', so skip past them.
5263
5264 2009-01-01  Dave Love  <fx@gnu.org>
5265
5266         * imap.el (imap-string-to-integer): Fix typo.
5267         (imap-fetch-safe): New function.
5268         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5269
5270         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5271
5272         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5273         (imap-parse-greeting): Fix doc strings.
5274         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5275         (imap-parse-flag-list): Make messages unique.
5276         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5277
5278         * nnimap.el: Fix author email.
5279         (nnimap-split-rule): Add FIXME comment.
5280         (nnimap-debug): Fix doc string.
5281
5282 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5283
5284         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5285
5286 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5287
5288         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5289         nslookup if resolv.conf isn't available.
5290         (dns-query): Rename from query-dns.
5291         (dns-query-cached): Rename from query-dns-cached.
5292
5293 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5294
5295         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5296         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5297         to check if those variables exist (first appeared in Emacs 18.50).
5298
5299 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5300
5301         * mm-util.el (mm-line-number-at-pos): New function.
5302
5303         * spam-report.el (spam-report-process-queue): Use it.
5304
5305 2008-12-24  David Engster  <dengste@eml.cc>
5306
5307         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5308         parameters that haven't existed as variables as buffer-local variables.
5309
5310 2008-12-23  Dave Love  <fx@gnu.org>
5311
5312         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5313         cadar.
5314
5315         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5316         imap-starttls-p.
5317         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5318
5319 2008-12-22  Dave Love  <fx@gnu.org>
5320
5321         * imap.el: Fix author email.  Doc fixes.
5322         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5323         reply.
5324
5325 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5326
5327         * spam-report.el (spam-report-gmane-max-requests): New constant.
5328         (spam-report-gmane-wait): New variable.
5329         (spam-report-gmane-ham, spam-report-gmane-spam)
5330         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5331         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5332         the server.
5333
5334         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5335         Add explanations.
5336
5337         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5338         nnheader-accept-process-output and nnheader-read-timeout if available.
5339         (pop3-movemail): Use it.
5340
5341         * message.el (message-check-news-body-syntax): Fix signature check if
5342         there's an attachment.
5343
5344 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5345
5346         * mm-util.el: Add comments to the mm- emulating functions.
5347
5348 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5349
5350         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5351         by Stephen Berman <stephen.berman@gmx.net>.
5352
5353 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5354
5355         * mm-util.el (mm-substring-no-properties): New function.
5356         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5357         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5358         (mm-string-to-multibyte): Doc fix.
5359
5360         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5361
5362 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5363
5364         * mml.el (mml-attach-file): Strip text properties from file name.
5365         (Bug#1574)
5366
5367 2008-12-16  Glenn Morris  <rgm@gnu.org>
5368
5369         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5370
5371 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5372
5373         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5374         knows since the charset specified might be a bogus alias that
5375         mm-charset-synonym-alist provides.
5376
5377 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5378
5379         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5380         "ISO_8859-1".
5381
5382         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5383
5384 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5385
5386         * mm-util.el (mm-charset-eval-alist):
5387         Define it before mm-charset-to-coding-system.
5388         (mm-charset-to-coding-system): Add optional argument `silent';
5389         define it before mm-charset-override-alist.
5390         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5391         default value if it can be used in Emacs currently running;
5392         silence mm-charset-to-coding-system.
5393
5394 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5397         `allow-override' which says whether to use `mm-charset-override-alist'.
5398         (rfc2047-decode-encoded-words): Use it.
5399
5400         * mm-util.el (mm-charset-override-alist): Fix custom type;
5401         add `(gb2312 . gbk)' to choices.
5402
5403 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5404
5405         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5406         fast.
5407
5408         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5409
5410         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5411
5412 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5413
5414         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5415         on links.
5416
5417         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5418
5419 2008-12-03  Lute Kamstra  <lute@gnu.org>
5420
5421         * sha1.el: Remove leading * from docstrings of defcustoms,
5422         deffaces, defconsts and defuns.
5423
5424 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5425
5426         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5427         users' addresses that don't have domain parts.
5428         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5429         rather than message-narrow-to-head since there will be the message
5430         header separator.
5431
5432 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5433
5434         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5435         since the result is inserted in a unibyte buffer anyway.
5436         (nnimap-demule-use-string-to-multibyte): Remove.
5437         (nnimap-demule): Alias it to mm-string-to-multibyte.
5438
5439 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5440
5441         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5442         variable for debugging bug#464 and bug#1174.
5443         (nnimap-demule): Use it.
5444
5445 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5446
5447         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5448         score calculation correctly.
5449
5450 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5451
5452         * message.el (message-send-mail): Just set the buffer to unibyte
5453         rather than use mm-with-unibyte-current-buffer which does a lot more.
5454         (message-send-mail-partially): Don't bother with
5455         mm-with-unibyte-current-buffer since it's already been made unibyte by
5456         message-send-mail.
5457
5458 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5459
5460         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5461
5462 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5463
5464         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5465
5466 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5467
5468         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5469         require itself and to remove `with-no-warnings'.
5470
5471 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5472
5473         * starttls.el (starttls-any-program-available): Get the name of the
5474         available TLS layer program.
5475         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5476         well as the host name in the "opening" message.
5477
5478         * auth-source.el (auth-source-cache, auth-source-do-cache)
5479         (auth-source-user-or-password): Cache passwords and logins by default,
5480         allow override with `auth-source-do-cache'.
5481         (auth-source-forget-user-or-password): Allow users to remove cache
5482         entries if needed.
5483
5484 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5485
5486         * md4.el (md4-buffer): Fix typo in docstring.
5487         (md4, md4-64): Doc fixes.
5488         (md4-pack-int32): Reflow docstring.
5489
5490 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5491
5492         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5493         condition-case to only the forward-sexp call.
5494
5495 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5496
5497         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5498         quotes contained.  Make it more robust regardless by an extra
5499         condition-case wrapper.
5500
5501 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5502
5503         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5504
5505 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5506
5507         * nnml.el (nnml-request-expire-articles): Check if the function set to
5508         `nnmail-expiry-target' returns the symbol `delete'.
5509
5510         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5511
5512         * nnmail.el (nnmail-expiry-target): Fix custom type.
5513
5514 2008-10-02  Glenn Morris  <rgm@gnu.org>
5515
5516         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5517         Silence compiler warning.
5518
5519 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5520
5521         * tls.el (open-tls-stream): Show the actual command being
5522         executed, instead of the format string.
5523
5524 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5525
5526         * lpath.el: Fbind codepage-setup for Emacs 23.
5527
5528 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5529
5530         * mml.el (mml-menu): Don't assume mml2015 is bound.
5531
5532 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5535         exists.
5536
5537 2008-09-27  Glenn Morris  <rgm@gnu.org>
5538
5539         * gnus-util.el (mail-header-remove-comments): Autoload it.
5540
5541 2008-09-27  Andreas Schwab  <schwab@suse.de>
5542
5543         * gnus-util.el (gnus-split-references): Strip comments.
5544         (gnus-parent-id): Likewise.
5545
5546 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5547
5548         * message.el (message-confirm-send): Fix version.
5549
5550 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * message.el (message-idna-to-ascii-rhs-1): Use
5553         mail-extract-address-components rather than mail-header-parse-addresses
5554         that is an alias by default to ietf-drums-parse-addresses that does not
5555         support non-ASCII names in headers' contents.
5556
5557 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5558
5559         * message.el (message-confirm-send): Fixed variable documentation to
5560         avoid the "y/n" wording.
5561
5562 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5563
5564         * message.el (message-set-auto-save-file-name): Save to a different
5565         filename so multiple messages (especially drafts) can be recovered.
5566
5567 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5568
5569         * message.el (message-confirm-send): Add appropriate version.
5570
5571 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5572
5573         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5574         defvar.
5575
5576 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5577
5578         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5579         (mm-pkcs7-enveloped-magic): Ditto.
5580
5581 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5582
5583         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5584         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5585
5586 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5587
5588         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5589         default, it's better.
5590
5591 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5592
5593         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5594         summary line gnus-number property and ignore them (with a warning
5595         message).
5596
5597 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5598
5599         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5600         macro caddr in the interactive form since it won't be expanded.
5601
5602 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5605         `charset'; fix name of function called recursively.
5606         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5607
5608 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5609
5610         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5611         (gnus-mime-set-charset-parameters): New function.
5612         (gnus-mime-view-part-as-charset): Use it to correctly display part
5613         specifying wrong charset.
5614
5615 2008-09-08  David Engster  <dengste@eml.cc>
5616
5617         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5618         in completing-read for back end server.
5619
5620 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5621
5622         * message.el (message-confirm-send): New variable to confirm sending a
5623         message.
5624         (message-send): Use it.
5625
5626 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5627
5628         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5629
5630 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5631
5632         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5633
5634 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5635
5636         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5637         prevent tracking too many groups.
5638         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5639         Use it.
5640
5641 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5642
5643         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5644         moving point to the bottom of the window in order to avoid recentering.
5645
5646 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5647
5648         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5649
5650         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5651         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5652         (gnus-article-beginning-of-window): Fix calculation.
5653
5654 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5655
5656         * gnus-msg.el (gnus-summary-supersede-article)
5657         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5658         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5659         message header.
5660
5661 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5662
5663         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5664         pending output coming after the status change.
5665
5666 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5667
5668         * message.el:
5669         * gnus-start.el:
5670         * gnus-registry.el: Remove VMS support.
5671
5672 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5673
5674         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5675         macro.
5676         (rfc2104-hash): Use it.
5677
5678 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5679
5680         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5681         (gnus-summary-sort-by-most-recent-date): New commands.
5682         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5683         and menu entries.
5684
5685 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5686
5687         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5688         don't redisplay article for raw contents; remove plural articles stuff.
5689
5690         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5691         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5692         on gnus-summary-save-article; display results properly.
5693
5694 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5695
5696         * lpath.el: No need to fbind ns-focus-frame.
5697
5698 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5699
5700         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5701
5702 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5703
5704         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5705         gnus-save-all-headers.
5706
5707 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5708
5709         * gnus-util.el (ns-focus-frame): Remove declaration.
5710         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5711         like x.
5712
5713 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5714
5715         * rfc2104.el (rfc2104-zero): Delete defconst.
5716         (rfc2104-hex-alist): Likewise.
5717         (rfc2104-hex-to-int): Delete func.
5718         (rfc2104-hexstring-to-bitstring): Likewise.
5719         (rfc2104-nybbles): New defconst.
5720         (rfc2104-hash): Rewrite for speed.
5721
5722 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5723
5724         * tls.el (open-tls-stream): Make it work with the 2nd argument
5725         BUFFER that is a string but does not exist as a buffer object, as
5726         mentioned in the doc-string.
5727
5728 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5729
5730         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5731         SXEmacs.
5732
5733 2008-07-16  Glenn Morris  <rgm@gnu.org>
5734
5735         * gnus-util.el (ns-focus-frame): Declare for compiler.
5736
5737 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5738
5739         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5740         set as a group parameter.
5741         (gnus-summary-save-in-pipe): Work when it is called independently.
5742         (gnus-summary-pipe-to-muttprint): Don't modify
5743         gnus-summary-pipe-output-default-command.
5744
5745 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5746
5747         * message.el (message-send-mail-with-sendmail):
5748         Display the error message.
5749
5750 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5751
5752         * gnus-art.el (gnus-default-article-saver):
5753         Add gnus-summary-save-in-pipe to choices.
5754         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5755         gnus-summary-pipe-output-default-command as the default command.
5756         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5757         instead of gnus-last-shell-command.
5758
5759         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5760         New user option.
5761         (gnus-summary-muttprint-program): Mention the value will be changed.
5762         (gnus-summary-save-article): Force showing of all headers.
5763         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5764
5765 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5766
5767         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5768
5769 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5770
5771         * nnimap.el (nnimap-id):
5772         * sieve-manage.el (sieve-manage-open): Doc fixes.
5773
5774 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5775
5776         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5777         if available.
5778
5779 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5780
5781         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5782
5783         * nnkiboze.el (nnkiboze-generate-group):
5784         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5785
5786         * nnmairix.el: Require CL.
5787
5788 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5789
5790         * dgnushack.el: Autoload get-display-table and put-display-table for
5791         XEmacs 21.5.
5792
5793         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5794         21.4 and SXEmacs.
5795
5796 2008-06-15  David Engster  <dengste@eml.cc>
5797
5798         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5799
5800 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5801
5802         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5803         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5804         runtime choice under XEmacs.
5805
5806         * gnus-sum.el (gnus-summary-set-display-table):
5807         Use `gnus-put-display-table', `gnus-get-display-table',
5808         `gnus-set-display-table' for the display table, instead of `aset'.
5809
5810         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5811         Use `gnus-put-display-table', `gnus-get-display-table',
5812         `gnus-set-display-table' for the display table.
5813
5814 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5815
5816         * nnmairix.el: Add autoloads.
5817
5818 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5819
5820         * nnmairix.el (nnmairix-delete-recreate-group)
5821         (nnmairix-update-and-clear-marks): Fix error messages.
5822
5823 2008-06-14  David Engster  <dengste@eml.cc>
5824
5825         * nnmairix.el: Upgrade to version 0.6.
5826         (nnmairix-group-toggle-propmarks-this-group)
5827         (nnmairix-group-toggle-readmarks-this-group)
5828         (nnmairix-group-delete-recreate-this-group)
5829         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5830         (nnmairix-remove-tick-mark-original-article): New commands.
5831         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5832         (nnmairix-propagate-marks-to-nnmairix-groups)
5833         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5834         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5835         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5836         functions needed for marks propagation and manipulation of read marks.
5837         (nnmairix-update-groups): New function.
5838         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5839         (nnmairix-determine-original-group-from-registry)
5840         (nnmairix-determine-original-group-from-path)
5841         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5842         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5843         New helper functions.
5844         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5845         keystrokes for new commands.
5846         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5847         (nnmairix-request-group): Check allow-fast group parameter.
5848         (nnmairix-request-create-group): Set allow-fast group parameter if
5849         nnmairix-allowfast-default is set.
5850         (nnmairix-close-group): Propagate marks upon closing if needed.
5851         (nnmairix-group-toggle-threads-this-group): Use new.
5852         nnmairix-group-toggle-parameter helper function.
5853         (nnmairix-search): Better check for empty search result.
5854         (nnmairix-goto-original-article): Use new helper functions for
5855         determining original article.
5856         (nnmairix-show-original-article): Make sure message-id is in brackets.
5857         (nnmairix-call-mairix-binary): Change variable name.
5858         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5859         helper function.
5860         (nnmairix-widget-toggle-activate): Fix doc string.
5861
5862 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5863
5864         * nnir.el: Require edmacro when compiling with XEmacs.
5865         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5866         available in Emacs 21.
5867
5868 2008-06-11  Glenn Morris  <rgm@gnu.org>
5869
5870         * gnus-util.el (x-focus-frame):
5871         * gnus.el (image-size):
5872         * mm-decode.el (image-size): Declare.
5873
5874         * gnus-picon.el (declare-function): Add compat definition.
5875         (image-size): Declare.
5876
5877         * gnus-group.el (tool-bar-map):
5878         * gnus-sum.el (tool-bar-map): Define for compiler.
5879
5880         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5881
5882         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5883
5884         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5885         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5886         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5887         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5888         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5889         * sieve-manage.el, spam-report.el, spam.el:
5890         Remove unnecessary eval-and-compile of autoloads.
5891
5892 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5893
5894         * auth-source.el: Precise Tramp doc.
5895
5896 2008-06-07  Glenn Morris  <rgm@gnu.org>
5897
5898         * nnmairix.el: Remove unnecessary eval-when-compile.
5899
5900 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5901
5902         * lpath.el: Fbind propertize for XEmacs 21.4.
5903
5904 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5905
5906         * nnir.el: Move here from ../contrib.
5907
5908 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5909
5910         * gnus-util.el (gnus-read-shell-command): New function.
5911         * mm-decode.el (mm-pipe-part):
5912         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5913
5914 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5915
5916         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5917
5918 2008-06-03  Glenn Morris  <rgm@gnu.org>
5919
5920         * pop3.el (nnheader-accept-process-output): Autoload it.
5921
5922 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5923
5924         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5925         are not 2-digit hexadecimal characters that follow `%'s.
5926
5927 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5928
5929         * message.el (message-bogus-recipient-p): Fix type in doc string.
5930         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5931         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5932         Improve custom options.
5933         (message-bogus-recipient-p): Adjust accordingly.
5934
5935 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5936
5937         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5938         long-form month and day names.
5939
5940 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5941
5942         * dgnushack.el: Autoload debug, eudc-expand-inline and
5943         pgg-snarf-keys-region for XEmacs.
5944
5945         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5946
5947         * nnmairix.el: Require edmacro when compiling with XEmacs.
5948
5949 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5950
5951         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5952         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5953
5954 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5955
5956         * auth-source.el: Add more docs.
5957
5958         * netrc.el (netrc-machine): Always match if the port is not given.
5959
5960 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5961
5962         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5963         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5964         retrieval faster in some cases, but might make CPU usage larger.  If
5965         this has any bad side effects, we might revert this change.
5966
5967         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5968         seems to make mail retrieval much, much faster.
5969         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5970         unconditionally.
5971
5972         * gnus-draft.el (gnus-group-send-queue): Bind
5973         message-send-mail-partially-limit to nil to avoid being prompted.
5974
5975 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5976
5977         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5978
5979         * message.el (message-bogus-address-regexp): Fix and improve custom
5980         type.
5981         (message-setup-hook): Add message-check-recipients as custom option.
5982
5983 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5984
5985         * message.el (message-cite-function): Remove bogus autoload which crept
5986         in during merge from v5-10.
5987
5988 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5989
5990         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5991
5992         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5993
5994         * auth-source.el: Preliminary Tramp docs.
5995         (auth-sources): Change the default auth-sources to use
5996         EPA .gpg files.
5997
5998 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5999
6000         * nntp.el: Autoload `auth-source-user-or-password'.
6001         (nntp-send-authinfo): Use it.
6002
6003         * nnimap.el: Autoload `auth-source-user-or-password'.
6004         (nnimap-open-connection): Use it.
6005
6006         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
6007         for the gnus-message function.
6008         (auth-source-user-or-password): Use it.
6009
6010 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6011
6012         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6013         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6014         (rfc2104-hash): Use it.
6015
6016 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6017
6018         * gnus-art.el (gnus-article-toggle-truncate-lines):
6019         Don't use `iff' in docstring.
6020
6021 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6022
6023         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6024
6025         * gnus-util.el (gnus-extract-address-component-name)
6026         (gnus-extract-address-component-email): Convenience functions around
6027         `gnus-extract-address-components'.
6028
6029         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6030         Use `gnus-extract-address-component-email' to fix bug of comparing full
6031         sender name to `user-mail-address'.
6032
6033 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6034
6035         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6036         catch/throw to optimize.
6037         (gnus-registry-find-keywords): Just use member to find a keyword.
6038
6039 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6042         is current before calling gnus-server-prepare.
6043         (gnus-server-setup-buffer, gnus-server-update-server)
6044         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6045
6046 2008-05-04  Juri Linkov  <juri@jurta.org>
6047
6048         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6049         (mailcap-file-default-commands): Use mailcap-replace-in-string
6050         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6051         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6052
6053 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6054
6055         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6056
6057 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6058
6059         * gnus.el: Bump version to 0.11.
6060
6061 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6062
6063         * gnus.el: No Gnus v0.10 is released.
6064
6065 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6066
6067         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6068         hooks.
6069         (gnus-update-read-articles): Speed up non-marks-using users.
6070         (gnus-use-marks): Define gnus-use-marks.
6071         (gnus-propagate-marks): Rename variable to something more sensible.
6072
6073 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6074
6075         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6076         (gmm-image-load-path-for-library): Fix typos in docstrings.
6077         (gmm-message): Reflow docstring.
6078
6079 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6080
6081         * mail-source.el (mail-source-set-1, mail-source-bind):
6082         Move auth-source code out of the macro to clean it up and fix bugs.
6083
6084 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6085
6086         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6087         by sender if it's equal to user-mail-address, it's likely to be
6088         useless.
6089
6090         * mail-source.el (mail-source-bind): Don't use user or password if they
6091         are not bound.  Unintern them if they are nil.  Don't use server unless
6092         it's bound, and default it to empty string otherwise.
6093
6094 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6095
6096         * mail-source.el: Load auth-source.el.
6097         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6098         get user name or password, if auth-sources is set up.
6099
6100         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6101         strategy of splitting with parent.
6102         (gnus-registry-split-fancy-with-parent)
6103         (gnus-registry-post-process-groups): Use it and fix prior
6104         bug (returning a list as the split result).
6105
6106         * auth-source.el (auth-sources): Remove server parameter.
6107         (auth-source-pick, auth-source-user-or-password)
6108         (auth-source-user-or-password-imap)
6109         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6110         (auth-source-user-or-password-sftp)
6111         (auth-source-user-or-password-smtp): Remove server parameter.
6112
6113 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6114
6115         * smime.el (smime-sign-region, smime-encrypt-region)
6116         (smime-decrypt-region):
6117         Remove redundant calls to `generate-new-buffer-name'.
6118
6119 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6120
6121         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6122         Don't use QP for message/rfc822.
6123         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6124
6125 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6126
6127         * sieve-manage.el (sieve-string-bytes): Remove.
6128         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6129         correct byte-length only if the process's coding-system is the same as
6130         the one used internally by Emacs to represent strings.
6131
6132 2008-04-22  Juri Linkov  <juri@jurta.org>
6133
6134         * mailcap.el (mailcap-file-default-commands): New function.
6135
6136 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6137
6138         * message.el (message-signature-separator, message-cite-function):
6139         Change custom version.
6140
6141 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6142
6143         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6144         commands.
6145         (tls-checktrust): Ditto.
6146
6147 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6148
6149         * mm-decode.el (mm-display-external): Make temp file read-only.
6150
6151 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6152
6153         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6154         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6155         `C-c C-f d'.
6156
6157 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6158
6159         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6160
6161 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6162
6163         * gnus.el: Bump version to 0.9.
6164
6165 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6166
6167         * gnus.el: No Gnus v0.8 is released.
6168
6169 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6170
6171         * mail-source.el (mail-source-value):
6172         Prefer fboundp to functionp so it works with macros as well.
6173
6174 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6175
6176         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6177         Fix last change in case the element is not even a symbol.
6178
6179 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6180
6181         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6182         Prefer fboundp to functionp so it works with macros as well.
6183
6184 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6185
6186         * auth-source.el: Added docs.
6187         (auth-sources): Modify format to support server.
6188         (auth-source-pick, auth-source-user-or-password)
6189         (auth-source-user-or-password-imap)
6190         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6191         (auth-source-user-or-password-sftp)
6192         (auth-source-user-or-password-smtp): Add server parameter.
6193
6194 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6195
6196         * gnus-registry.el: Initialize the registry when gnus-registry-install
6197         is t.
6198
6199 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6200
6201         * compface.el (uncompface): Make buffer unibyte.
6202
6203 2008-04-05  Glenn Morris  <rgm@gnu.org>
6204
6205         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6206
6207 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6208
6209         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6210         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6211
6212         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6213         multibyteness after rather than before erasing it.
6214
6215         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6216         mm-with-multibyte.
6217         (gnus-request-article-this-buffer): Make sure the proper decoding is
6218         used if gnus-original-article-buffer happens to be unibyte.
6219
6220         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6221         default-enable-multibyte-characters.
6222
6223         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6224         default-enable-multibyte-characters.
6225
6226         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6227
6228         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6229
6230 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6231
6232         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6233         (imap-message-copyuid-1): Use it.
6234         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6235         J. Williams in
6236         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6237
6238         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6239         imap-enable-exchange-bug-workaround.
6240         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6241
6242 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6243
6244         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6245         a 100 byte status-checks into a 2-3MB transfer for each group.
6246         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6247         to enable bug workaround or not.
6248         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6249
6250 2008-03-31  Glenn Morris  <rgm@gnu.org>
6251
6252         * message.el (mml2015-use): Declare for compiler.
6253         (message-info): Require mml2015 when appropriate.
6254
6255 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6256
6257         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6258         whitespace.
6259
6260 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6261
6262         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6263         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6264         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6265         (nntp-service-to-port): New function.
6266         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6267         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6268         (nntp-open-netcat-stream): New function.
6269         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6270
6271 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6272
6273         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6274
6275 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6276
6277         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6278
6279 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6280
6281         * dns.el (dns-write): Use set-buffer-multibyte.
6282
6283 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6284
6285         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6286
6287 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6288
6289         * message.el (message-signature-separator): Change default.
6290         Improve custom type.
6291         (message-cite-function): Change default to
6292         message-cite-original-without-signature.
6293
6294         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6295         toggle.
6296
6297         * message.el (message-check-news-body-syntax): Fix signature check.
6298         (message-setup-1): Mark buffer as unmodified _after_ running
6299         message-setup-hook and handling message-alternative-emails.
6300         (message-shorten-references): Be more strict when building list of
6301         valid references to comply with GNKSA.
6302
6303         * gnus-group.el (gnus-read-ephemeral-bug-group)
6304         (gnus-read-ephemeral-debian-bug-group)
6305         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6306
6307         * message.el (message-info): Don't use booleanp which isn't supported
6308         in Emacs 21 and XEmacs.
6309
6310 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6311
6312         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6313         gnus-group-gmane-group-download-format.
6314         (gnus-group-read-ephemeral-gmane-group): Rename from
6315         gnus-group-read-ephemeral-gmane-group.
6316         (gnus-read-ephemeral-gmane-group-url): Rename from
6317         gnus-group-read-ephemeral-gmane-group-url.
6318         (gnus-bug-group-download-format-alist): New variable.
6319         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6320         (gnus-read-ephemeral-emacs-bug-group): New commands.
6321
6322 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6323
6324         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6325         (gnus-visible-headers): Improve custom type.
6326
6327 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6328
6329         * mml.el (mml-menu): Add workarounds for XEmacs.
6330
6331         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6332         X-Boundary header.
6333
6334         * message.el (message-simplify-recipients): Fix previous commit.
6335
6336 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6337
6338         * mm-util.el (mm-set-buffer-multibyte): New function.
6339         * mm-decode.el (mm-copy-to-buffer): Use it.
6340
6341 2008-03-19  Glenn Morris  <rgm@gnu.org>
6342
6343         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6344         Accidentally removed in the sync process with Emacs.
6345
6346 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6347
6348         * message.el (message-alter-recipients-discard-bogus-full-name):
6349         New function.
6350         (message-alter-recipients-function): New variable.
6351         (message-get-reply-headers): Use it.
6352         (message-replace-header): New helper function.
6353         (message-recipients-without-full-name): New variable.
6354         (message-simplify-recipients): New command.
6355
6356         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6357
6358         * message.el (message-info): Handle EasyPG manual.
6359
6360         * mml.el (mml-menu): Add entry for EasyPG.
6361
6362 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6363
6364         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6365         parameter.
6366
6367         * message.el (message-disassociate-draft): Specify drafts group name
6368         fully.
6369
6370 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6371
6372         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6373         unnecessary duplicates from the match list.
6374
6375 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6376
6377         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6378
6379         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6380
6381         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6382         args of `how-many' of which the XEmacs version doesn't take; declare
6383         Info-index-next as function.
6384
6385 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6386
6387         * gnus-score.el (gnus-score-headers): Fix handling of
6388         gnus-inhibit-slow-scoring.
6389
6390         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6391         string.
6392         (gnus-button-url-regexp): Improve handling of parenthesis.
6393         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6394         (gnus-button-handle-info-keystrokes): Handle index entries.
6395
6396 2008-03-15  Glenn Morris  <rgm@gnu.org>
6397
6398         * parse-time.el (parse-time-string): Simplify.
6399
6400 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6401
6402         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6403         Incoming* files.
6404
6405 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6406
6407         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6408         (auth-source-pick): Use it.
6409
6410 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6411
6412         * binhex.el (binhex-decode-region-internal):
6413         * uudecode.el (uudecode-decode-region-internal):
6414         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6415         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6416         setting default-enable-multibyte-characters.
6417
6418 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6419
6420         * auth-source.el (auth-source-protocols)
6421         (auth-source-protocols-customize, auth-source-choices): Added and
6422         modified variable customizations and defaults.
6423         (auth-source-pick, auth-source-user-or-password)
6424         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6425         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6426         (auth-source-user-or-password-sftp)
6427         (auth-source-user-or-password-smtp): Use new variables and provide an
6428         interface to netrc.el.
6429
6430 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6431
6432         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6433         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6434         Make sure the nntp port to specify is a string.
6435
6436 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6437
6438         * nntp.el: Use with-current-buffer.
6439         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6440         dubious mm-with-unibyte-current-buffer.
6441         (nntp-with-open-group-function): New function extracted from
6442         nntp-with-open-group macro.
6443         (nntp-with-open-group): Use the function, so it's easier to debug.
6444         Add indentation and debugging info.
6445         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6446         the use of the netcat alternatives.
6447
6448         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6449         Avoid mm-string-as-multibyte as well.
6450
6451         * nnweb.el (nnweb-insert-html):
6452         Remove use of nnheader-string-as-multibyte.
6453
6454         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6455         (nnheader-string-as-multibyte): Remove.
6456
6457         * mm-view.el: Use inhibit-read-only.
6458         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6459         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6460         or unibyte-string.
6461
6462         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6463         (mm-uu-yenc-extract): Use with-current-buffer.
6464
6465         * gnus-soup.el (gnus-soup-send-packet): Don't use
6466         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6467
6468         * nnmh.el: Use with-current-buffer.
6469         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6470         mm-string-as-multibyte on the output of mm-encode-coding-string.
6471
6472         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6473         (nnimap-request-move-article): Use with-current-buffer.
6474
6475         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6476         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6477         conversion uses string-make-unibyte rather than string-as-unibyte.
6478
6479         * gnus-msg.el: Use with-current-buffer.
6480
6481         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6482
6483 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6484
6485         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6486         string for caching if it is 'PIN.
6487
6488 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6489
6490         * lpath.el: Consider the case without Emacs/W3.
6491
6492 2008-03-08  Glenn Morris  <rgm@gnu.org>
6493
6494         * time-date.el (date-to-time, time-subtract, time-add)
6495         (safe-date-to-time): Doc fixes.
6496
6497 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6498
6499         * mail-source.el (mail-source-delete-old-incoming-confirm):
6500         Change default to nil.
6501         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6502
6503 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * lpath.el: Rearrange.
6506
6507         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6508         (gnus-article-goto-prev-page): Work for articles having ^L's.
6509
6510         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6511
6512         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6513
6514 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6515
6516         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6517         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6518         (gnus-bookmark-jump): Adjust some variable names.
6519
6520 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6521
6522         * auth-source.el: New package.
6523         (auth-source-choices): Add customization entry point variable.
6524
6525         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6526         bug.
6527
6528 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6529
6530         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6531         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6532         (gnus-registry-install-shortcuts): Rename from
6533         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6534         the `gnus-registry-mark-map' keymap dynamically from
6535         `gnus-registry-marks'.  The generated functions update the summary line
6536         when a registry mark is added or deleted, and will call
6537         `gnus-registry-install-p' (see the comments in the code).
6538         (gnus-registry-user-format-function-M): Use concat intelligently.
6539
6540         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6541         the registry mark functions.
6542
6543 2008-03-05  Glenn Morris  <rgm@gnu.org>
6544
6545         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6546         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6547         gnus-art.
6548         (top-level): No need to load own source when compiling.
6549
6550 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6551
6552         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6553         Suggested by <chris.anderton@zetnet.co.uk>.
6554
6555 2008-03-04  Glenn Morris  <rgm@gnu.org>
6556
6557         * gnus-sum.el (top-level): No need to require gnus when compiling,
6558         since unconditionally required near start of file.
6559         (gnus-summary-display-while-building): Move definition before use.
6560
6561 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6562
6563         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6564         formatting function.
6565
6566 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6567
6568         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6569         with plists.
6570         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6571         Use new format.
6572
6573 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6574
6575         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6576         `where-is-internal' that returns a range of key sequences.
6577
6578 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6579
6580         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6581
6582         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6583         (gnus-summary-jump-to-group): Consider windows on other displayed
6584         frames as well.  Similar changes might be needed elsewhere, but that's
6585         the one I've bumped into during my use.
6586
6587         * nndoc.el (nndoc-oe-dbx-type-p):
6588         * gnus-msg.el (gnus-debug):
6589         * gnus-group.el (gnus-update-group-mark-positions):
6590         Use mm-string-to-multibyte.
6591
6592 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6593
6594         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6595         doesn't handle NotDashEscaped.
6596
6597         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6598         (mml-dnd-attach-options): Fix typo in custom choice.
6599
6600         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6601         nndoc-article-type to mbox.
6602         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6603
6604         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6605         to nil, instead of html2text.
6606
6607         * imap.el (imap-debug): Add `imap-ping-server'.
6608
6609         * gnus-bookmark.el: Add FIXMEs.
6610
6611         * message.el (message-form-letter-separator)
6612         (message-send-form-letter-delay): New variables.
6613         (message-send-form-letter): Use them.  New command to send form
6614         letters.  Requested by Uwe Siart.
6615         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6616
6617 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6618
6619         * Update copyright years.
6620
6621 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6622
6623         Sync from EMACS_22_BASE.
6624
6625         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6626
6627 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6628
6629         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6630         empty author.
6631
6632 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6633
6634         * gnus-registry.el (gnus-registry-marks): Add variable for
6635         customization of marks and their appearance.
6636         (gnus-registry-read-mark): Use it.
6637         (gnus-registry-do-marks): Add utility function to loop through
6638         `gnus-registry-marks'.
6639         (gnus-registry-install-shortcuts-and-menus): Add function to install
6640         shortcuts and menus.
6641         (gnus-registry-initialize): Use it.
6642         (gnus-registry-default-mark): Clarify documentation.
6643
6644 2008-02-29  Glenn Morris  <rgm@gnu.org>
6645
6646         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6647         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6648         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6649         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6650         Change defcustom :version from 23.0 to 23.1.
6651
6652 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6653
6654         * gnus-registry.el (gnus-registry-follow-group-p)
6655         (gnus-registry-post-process-groups): Add functions to aid registry
6656         splitting and improve logging.  Clarify behavior in function
6657         documentation.
6658         (gnus-registry-split-fancy-with-parent): Use them.
6659
6660 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6661
6662         * gnus-art.el: Use with-current-buffer.
6663
6664 2008-02-27  David Engster  <dengste@eml.cc>
6665
6666         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6667         Express real group name in the response.
6668
6669 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6670
6671         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6672         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6673         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6674         autoload gnus-registry-fetch-group when compiling.
6675         (nnmairix-request-group-with-article-number-correction): Remove
6676         unreferenced argument passed to nnmairix-call-backend.
6677
6678 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6679
6680         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6681         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6682         Wilde.
6683
6684 2008-02-27  Glenn Morris  <rgm@gnu.org>
6685
6686         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6687         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6688         variables to defconsts.  Convert comments to doc-strings.
6689         (nnmairix-last-server, nnmairix-current-server): Convert from free
6690         variables to defvars.  Convert comments to doc-strings.
6691         (gnus-registry-fetch-group): Autoload.
6692         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6693         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6694         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6695         caddr.
6696         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6697         nnmairix-request-group-with-article-number-correction call.
6698         (nnmairix-fast, nnmairix-group): New, less general names, for free
6699         variables passed from nnmairix-request-group to
6700         nnmairix-request-group-with-article-number-correction.  Declare.
6701         (nnmairix-request-group-with-article-number-correction):
6702         Use nnmairix-fast, nnmairix-group rather than fast, group.
6703
6704 2008-02-26  David Engster  <dengste@eml.cc>
6705
6706         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6707         version 0.5.
6708
6709 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6710
6711         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6712         instead of making an extra function call.  Don't add the current group
6713         to articles only when they have the group.  Use
6714         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6715         Reported by David <de_bb@arcor.de>.
6716
6717 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6718
6719         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6720         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6721
6722 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6723
6724         * mail-source.el (mail-source-delete-incoming): Change default.
6725         Supplement doc string.
6726
6727         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6728
6729 2008-02-14  Glenn Morris  <rgm@gnu.org>
6730
6731         * time-date.el (format-seconds): New function.
6732
6733 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6734
6735         * nnmail.el (nnmail-message-id-cache-file): Derive from
6736         `gnus-home-directory'.
6737
6738 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6739
6740         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6741         Document negative prefix.
6742
6743         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6744
6745 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6746
6747         * message.el (message-unsent-separator): Add the Exim bounce
6748         separator.
6749
6750 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6751
6752         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6753         list.
6754         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6755         recipient/signer list.
6756
6757 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6758
6759         * Makefile.in (datarootdir): Define.
6760         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6761         name that might contain whitespace.
6762
6763 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6764
6765         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6766         fbound (Emacs 23 unicode), signal an error.
6767
6768 2008-02-08  Glenn Morris  <rgm@gnu.org>
6769
6770         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6771
6772 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6773
6774         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6775         ports to the calls to `netrc-machine-user-or-password' in addition to
6776         "imap" and "imaps".
6777
6778 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6779
6780         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6781
6782         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6783
6784 2008-02-01  Kenichi Handa  <handa@m17n.org>
6785
6786         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6787         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6788         (rfc2104-hash): Convert the result of concat to unibyte string.
6789
6790 2008-02-01  Dave Love  <fx@gnu.org>
6791
6792         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6793         coding-system-for-read.
6794         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6795
6796 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6797
6798         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6799         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6800         <hanche@math.ntnu.no>.
6801
6802 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6803
6804         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6805
6806         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6807
6808 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6809
6810         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6811         * message.el (message-beginning-of-line): Use featurep instead of bound
6812         tests in order to resolve conditionals at compile time.
6813
6814 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6815
6816         * mail-source.el (mail-sources): Add `group' choice.
6817
6818         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6819         parameter `in-group' to control into which group the articles go.
6820         Add treatment of `group' mail-source.
6821
6822 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6823
6824         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6825
6826         * mm-decode.el (mm-dissect-buffer): Decode description.
6827
6828         * mml.el (mml-to-mime): Encode message header first.
6829
6830 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6831
6832         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6833         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6834
6835         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6836         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6837
6838 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6839
6840         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6841
6842 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6843
6844         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6845         prefix keys.
6846         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6847         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6848         gnus-xmas.el.
6849
6850         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6851         (gnus-xmas-article-describe-bindings): New function.
6852         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6853         gnus-xmas-article-describe-bindings.
6854
6855         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6856
6857 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6858
6859         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6860         Add new variables for article mark management.
6861         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6862         list of extra data entries which, when present, will indicate that the
6863         article ID should not be trimmed from the registry.
6864         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6865         functions.
6866         (gnus-registry-read-mark): New function to read a mark name from the
6867         user.
6868         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6869         (gnus-registry-set-article-mark-internal): New functions to add and
6870         remove marks.
6871         (gnus-registry-get-article-marks): New function to show the marks for
6872         an article, or retrieve them for further use.
6873
6874 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6875
6876         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6877         keys when no argument is given.
6878
6879 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6880
6881         * imap.el (imap-ping-server): New variable.
6882         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6883         (imap-ping-server): Minor doc string fixes.
6884
6885 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6886
6887         * imap.el (imap-ping-server): New function.
6888         (imap-opened): Call imap-ping-server.
6889
6890 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6891
6892         * gnus-sum.el (gnus-article-sort-by-random)
6893         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6894         jidanni@jidanni.org.
6895
6896 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6897
6898         * gnus-art.el (gnus-article-describe-bindings): New function.
6899         (gnus-article-read-summary-keys): Use it.
6900         (gnus-article-mode-map): Bind `C-h b' to it.
6901
6902 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6903
6904         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6905         XEmacs.
6906         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6907         against non-character events.
6908
6909         * lpath.el: Fbind map-keymap for Emacs 21.
6910
6911 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6912
6913         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6914         command.
6915         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6916         instead of END.  Change name of the temp file.
6917         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6918         customizable.
6919
6920 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6923         bind `S W' to gnus-article-wide-reply-with-original; set default
6924         binding to gnus-article-read-summary-send-keys.
6925         (gnus-article-read-summary-keys): Fix the order of keys; display
6926         continuation keys correctly in the echo area; describe bindings
6927         correctly when keys end with `C-h'.
6928         (gnus-article-read-summary-send-keys): New function.
6929         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6930         for gnus-article-read-summary-send-keys; display continuation keys
6931         correctly in the echo area.
6932         (gnus-article-reply-with-original): Ignore prefix argument.
6933         (gnus-article-wide-reply-with-original): New function.
6934
6935         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6936         Emacs 21.
6937
6938 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6939
6940         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6941         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6942
6943 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6944
6945         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6946         (gnus-group-read-ephemeral-gmane-group): New command.
6947
6948 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6949
6950         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6951
6952 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6953
6954         * message.el (message-send-mail-function): Increase custom version.
6955
6956         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6957         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6958
6959 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6960
6961         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6962         for the cases where imap-authenticate is called with a nil buffer
6963         parameter.
6964
6965 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6966
6967         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6968         html parts correctly; support forwarded messages.
6969         (gnus-article-browse-html-article): Remove work buffers.
6970
6971         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6972         compiling.
6973         (netrc-bound-and-true-p): New macro.
6974         (netrc-parse): Use it instead of bound-and-true-p that is not available
6975         in XEmacs 21.4.
6976
6977 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6978
6979         * gnus-registry.el (gnus-registry-mark-article)
6980         (gnus-registry-article-marks): Add functionality to mark articles
6981         through the Gnus registry.
6982
6983         * encrypt.el: Clarify documentation for the new pgg method.
6984         (encrypt-file-alist): Add PGG option.
6985         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6986         functionality.  Abstract password key and messaging to external
6987         functions.
6988         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6989         (encrypt-message-method-and-cipher): Add new convenience external
6990         functions.
6991         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6992         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6993
6994         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6995         (netrc-parse): Use encrypt-file-alist to determine if
6996         encrypt-find-model or encrypt-insert-file-contents should be used.
6997
6998         * encrypt.el: Clarify documentation.  Load password-cache or
6999         password, whichever one is found first, instead of autoloading.
7000
7001 2007-12-19  Glenn Morris  <rgm@gnu.org>
7002
7003         * mml.el (message-options-set, message-narrow-to-head)
7004         (message-in-body-p, message-mail-p, message-encode-message-body):
7005         Autoload.
7006         (message-remove-header, message-narrow-to-headers-or-head)
7007         (message-subscribed-p, message-make-mail-followup-to)
7008         (message-position-on-field, message-news-p)
7009         (message-options-set-recipient, message-generate-headers)
7010         (message-sort-headers): Declare as functions.
7011
7012 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7013
7014         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7015         convention in doc string.
7016
7017 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7018
7019         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7020         title to html parts.
7021         (gnus-article-browse-html-article): Pass message header to it.
7022
7023         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7024
7025 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7026
7027         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7028         or password compatible with XEmacs.
7029
7030 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7031
7032         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7033         format document.
7034         (gnus-mime-delete-part): Don't write description line if empty.
7035         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7036
7037 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7038
7039         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7040         (gnus-summary-mark-read-and-unread-as-read)
7041         (gnus-summary-mark-current-read-and-unread-as-read)
7042         (gnus-summary-mark-unread-as-ticked): Doc fix.
7043         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7044
7045 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7046
7047         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
7048         Christoph Conrad <christoph.conrad@gmx.de>.
7049
7050 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7051
7052         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7053         yes-or-no-p.
7054
7055 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7056
7057         * mm-decode.el (mm-add-meta-html-tag): New function.
7058         (mm-save-part-to-file, mm-pipe-part): Use it.
7059
7060         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
7061         gnus-y-or-n-p instead of y-or-n-p.
7062         (gnus-article-browse-html-parts): Work with message/external-body; use
7063         mm-add-meta-html-tag.
7064
7065 2007-12-11  Glenn Morris  <rgm@gnu.org>
7066
7067         * gnus-cache.el: Require gnus-sum not just when compiling.
7068
7069         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7070
7071         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7072         definitions before use.
7073
7074         * mm-decode.el: Require gnus-util.
7075         (mm-remove-part): Only call delete-annotation on XEmacs.
7076
7077         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7078
7079         * nnmail.el: Require gnus-int.
7080
7081         * spam.el: Move `require's before `eval-when-compile's.
7082
7083         * gnus-ems.el (gnus-alive-p):
7084         * gnus-fun.el (message-goto-eoh):
7085         * gnus-util.el (gnus-group-name-decode):
7086         * mail-source.el (gnus-compress-sequence):
7087         * message.el (Info-goto-node, format-spec):
7088         * mm-bodies.el (message-options-get):
7089         * mm-decode.el (mm-view-pkcs7):
7090         * mm-util.el (gmm-write-region):
7091         * mml-smime.el (mml-compute-boundary)
7092         (gnus-completing-read-with-default):
7093         * mml.el (widget-button-press, gnus-make-hashtable):
7094         * mml1991.el (mm-decode-content-transfer-encoding)
7095         (mm-encode-content-transfer-encoding)
7096         (message-options-get, message-options-set):
7097         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7098         * nnfolder.el (gnus-request-group):
7099         * nnheader.el (ietf-drums-unfold-fws):
7100         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7101         * smime.el (gnus-run-mode-hooks):
7102         * spam-stat.el (gnus-message): Autoload.
7103
7104         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7105         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7106         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7107         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7108         Add declare-function compatibility definition.
7109
7110         * gnus-cache.el (nnvirtual-find-group-art):
7111         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7112         (gnus-add-image, gnus-add-wash-type):
7113         * gnus-group.el (nnkiboze-score-file):
7114         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7115         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7116         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7117         (message-tokenize-header, gnus-get-buffer-create)
7118         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7119         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7120         * gnus.el (gnus-group-decoded-name):
7121         * mail-source.el (imap-capability):
7122         * mm-bodies.el (message-options-set):
7123         * mm-decode.el (gnus-configure-windows):
7124         * mm-extern.el (message-goto-body):
7125         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7126         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7127         (epg-sub-key-validity, message-options-set):
7128         * mml.el (widget-event-point, gnus-configure-windows):
7129         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7130         * mml2015.el (epg-check-configuration, epg-configuration)
7131         (message-options-set):
7132         * nndb.el (nndb-request-article):
7133         * nnfolder.el (gnus-request-create-group):
7134         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7135         * nnmaildir.el (gnus-group-mark-article-read):
7136         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7137         * rfc1843.el (message-fetch-field):
7138         * spam.el (gnus-extract-address-components):
7139         Declare as functions.
7140
7141 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7142
7143         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7144
7145         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7146
7147         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7148         bind show-trailing-whitespace for XEmacs.
7149
7150 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7151
7152         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7153         new no-op macro for backward compatibility.
7154
7155         * imap.el (imap-string-to-integer): New function.
7156
7157 2007-12-09  Glenn Morris  <rgm@gnu.org>
7158
7159         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7160
7161         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7162         * message.el, mm-view.el, sieve-manage.el, smime.el:
7163         Add declare-function compatibility definition.
7164
7165         * gnus-art.el (w3-region, w3m-region, Info-menu):
7166         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7167         * gnus-sum.el (gnus-get-predicate):
7168         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7169         * message.el (mail-abbrev-in-expansion-header-p):
7170         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7171         (w3m-detect-meta-charset, w3m-region):
7172         * sieve-manage.el (password-read, password-cache-add)
7173         (password-cache-remove):
7174         * smime.el (password-read-and-add): Declare as functions.
7175
7176 2007-12-08  David Kastrup  <dak@gnu.org>
7177
7178         * gnus-sum.el (gnus-summary-simplify-subject-query):
7179         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7180         `message'.
7181
7182 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7183
7184         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7185         it to bind idna-program, installation-directory, defined-colors, and
7186         face-attribute for XEmacs of the version that compiles defcustom forms.
7187
7188 2007-12-07  Glenn Morris  <rgm@gnu.org>
7189
7190         * gnus-art.el (article-make-date-line): Revert previous change.
7191
7192 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7193
7194         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7195
7196 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7197
7198         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7199         Call gnus-add-to-range ranges only once with a prepared article-list.
7200
7201 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7202
7203         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7204         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7205         group names with backslashes.  Reported by Tassilo Horn
7206         <tassilo@member.fsf.org>.
7207
7208 2007-12-06  Deepak Goel  <deego3@gmail.com>
7209
7210         * gnus-art.el (article-make-date-line):
7211         * gnus-start.el (gnus-load):
7212         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7213
7214 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7215
7216         * gnus-art.el (gnus-use-idna)
7217         * gnus-start.el (gnus-site-init-file)
7218         * message.el (message-use-idna)
7219         * mm-uu.el (mm-uu-hide-markers)
7220         * smiley.el (smiley-style): Revert changes that suppress warnings.
7221
7222 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7223
7224         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7225         specify charset to html source.  Reported by Christoph Conrad
7226         <christoph.conrad@gmx.de>.
7227
7228 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7229
7230         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7231         idna-program in order to suppress byte compile warning issued by XEmacs
7232         that came to byte compile the default value section of defcustom forms
7233         recently.
7234
7235         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7236         value of installation-directory.
7237
7238         * message.el (message-use-idna): Don't directly refer to the value of
7239         idna-program.
7240
7241         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7242
7243         * smiley.el (smiley-style): Don't directly call face-attribute.
7244
7245 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7248
7249         * gnus-dired.el: Reduce Gnus dependencies.
7250         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7251         require.  Use autoloads instead.
7252         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7253         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7254         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7255         (gnus-dired-mode): Adjust doc string.
7256         (gnus-dired-mail-mode): New variable.
7257         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7258         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7259         (gnus-dired-mail-buffers): New function.  Return mail or message
7260         composition buffers.
7261         (gnus-dired-attach): Use it.
7262         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7263         NO-DECODE.
7264         (gnus-dired-print): Use `gnus-print-buffer' depending on
7265         `gnus-dired-mail-mode'.
7266
7267 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7268
7269         * rfc2047.el (rfc2047-encoded-word-regexp)
7270         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7271         explaining what regexp patterns are for.
7272
7273 2007-12-04  Glenn Morris  <rgm@gnu.org>
7274
7275         * password.el: Move to password-cache.el.
7276
7277         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7278         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7279         * mml-smime.el (password-read, password-cache-add)
7280         (password-cache-remove):
7281         No need to autoload, since mml-sec requires password.
7282
7283         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7284         * message.el (gnus-extract-address-components):
7285         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7286
7287         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7288         password.
7289
7290 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7291
7292         * mailcap.el: Reduce dependencies.
7293         (mail-header-parse-content-type): Autoload.
7294         (mailcap-delete-duplicates): New alias.
7295         (mailcap-mime-info): Add optional argument NO-DECODE.
7296         (mailcap-mime-types): Use mailcap-delete-duplicates.
7297
7298         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7299
7300 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7301
7302         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7303         (imap-parse-status): Upcase status-att for servers that sends them
7304         lower-case (e.g., MS Exchange 2007).
7305
7306 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7307
7308         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7309         function.
7310
7311         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7312         (gnus-uu-yenc-article): New function.
7313
7314         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7315
7316         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7317         buffer.
7318
7319 2007-12-02  Glenn Morris  <rgm@gnu.org>
7320
7321         * binhex.el (binhex): New custom group.
7322         (binhex-decoder-program, binhex-decoder-switches)
7323         (binhex-use-external): Move to the binhex custom group.
7324
7325         * uudecode.el (uudecode): New custom group.
7326         (uudecode-decoder-program, uudecode-decoder-switches)
7327         (uudecode-use-external): Move to the uudecode custom group.
7328
7329         * netrc.el (top-level): Don't load `encrypt' features.
7330         (netrc-parse): Don't use encrypt.
7331         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7332
7333         * encrypt.el: Remove file.
7334
7335 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7336
7337         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7338         matches on patches.
7339
7340         * gnus-art.el (gnus-article-browse-html-article): Mention
7341         `mm-text-html-renderer' in the doc string.
7342
7343         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7344         string.  Add comments.
7345
7346         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7347         if rhs is ASCII.
7348
7349 2007-12-01  Glenn Morris  <rgm@gnu.org>
7350
7351         * mail-source.el (top-level): Require format-spec before
7352         eval-when-compile.
7353
7354 2007-11-30  Glenn Morris  <rgm@gnu.org>
7355
7356         * encrypt.el: Require password, rather than autoloading password-read.
7357
7358 2007-11-29  Glenn Morris  <rgm@gnu.org>
7359
7360         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7361         (sasl-make-client, sasl-next-step, sasl-step-data)
7362         (sasl-step-set-data): Declare as functions.
7363
7364 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7367
7368 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7369
7370         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7371         certs should be verified and what is to be done in the event of a
7372         verification failure.
7373
7374         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7375         caller can indicate whether the cache should be disregarded for this
7376         call.  This way the result of the call is reproducible at all times and
7377         can be considered a canonical server name for the supplied method.
7378         (gnus-agent-method-p): Canonicalize server names by pushing their
7379         method through `gnus-method-to-server' using the no-cache argument.
7380
7381         * gnus-srvr.el (gnus-server-insert-server-line): Call
7382         `gnus-method-to-server' with `no-cache' argument.
7383
7384         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7385         gnus-agent-possibly-synchronize-flags as this should be called when the
7386         server is actually being opened.
7387         (gnus-agent-possibly-synchronize-flags)
7388         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7389         flags file of an agentized server to the latter function.
7390
7391         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7392         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7393         after a connection has been established successfully.
7394
7395 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7396
7397         * gnus-art.el (article-display-face): Force to display face if called
7398         interactively; check if gnus-article-x-face-too-ugly matches author.
7399         (article-display-x-face): Display face even if From header is missing
7400         as article-display-face does.
7401
7402 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7403
7404         * hashcash.el (message-narrow-to-headers-or-head)
7405         (message-fetch-field, message-goto-eoh)
7406         (message-narrow-to-headers): Declare as functions.
7407
7408 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7409
7410         * mail-source.el (mail-sources): Default to fetch from file for
7411         compatibility with default of nnmail-spool-file.
7412
7413 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7414
7415         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7416         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7417         to look for encoded word that should be encoded again.
7418         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7419         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7420         encoding pattern.
7421         (rfc2047-decode-region): Switch strict regexp and loose one according
7422         to rfc2047-allow-irregular-q-encoded-words.
7423
7424 2007-11-25  Romain Francoise  <romain@orebokech.com>
7425
7426         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7427
7428 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7429
7430         * tls.el (tls-program): Provide more custom choices from
7431         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7432         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7433
7434 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7435
7436         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7437         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7438
7439         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7440         `nnmail-spool-file'.
7441
7442         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7443         `nnmail-spool-file'.
7444
7445         * gnus-move.el (gnus-change-server): Ditto.
7446
7447         * gnus-kill.el (gnus-batch-score): Ditto.
7448
7449         * gnus-cache.el (gnus-jog-cache): Ditto.
7450
7451         * gnus-msg.el (gnus-summary-reply):
7452         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7453
7454 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7455
7456         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7457         version.  Minor improvement to doc strings.
7458         (tls-program): Add comment.
7459
7460 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7461
7462         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7463         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7464         mismatch between the hostname provided in the certificate and the name
7465         of the host connnecting to.
7466         (open-tls-stream): Use them.  Check certificates against trusted root
7467         certificates.
7468
7469 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7470
7471         * gnus-cache.el (gnus-cache-generate-nov-databases):
7472         Use nnml-generate-nov-databases-directory instead of
7473         nnml-generate-nov-databases-1.
7474
7475 2007-11-24  Glenn Morris  <rgm@gnu.org>
7476
7477         * message.el (message-tool-bar-retro): Update for rename
7478         mail_send.xpm->mail-send.xpm.
7479
7480 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7481
7482         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7483         `smime-ldap-search' for Emacs 22 and up.
7484
7485 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7486
7487         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7488
7489         * message.el (message-send-mail-function): Fix error convention.
7490         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7491         (message-widen-reply, message-send-mail, message-talkative-question)
7492         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7493         (message-clone-locals, message-send-news): Use with-current-buffer.
7494         (message-insert-or-toggle-importance): Remove unused var `valid'.
7495         (message-make-references): Remove unused var `new-references'.
7496         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7497
7498 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7499
7500         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7501         (spam-split-symbolic-return-positive): Reflow docstring.
7502         (spam-backends, spam-summary-exit-behavior)
7503         (spam-mark-ham-unread-before-move-from-spam-group)
7504         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7505         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7506         (spam-clear-cache, spam-backend-check, spam-install-backend)
7507         (spam-install-statistical-backend, spam-list-of-processors)
7508         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7509         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7510         (spam-check-crm114, spam-initialize, spam-unload-hook):
7511         Fix typos in docstrings.
7512
7513 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7514
7515         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7516         been checked if they have never been read and those group levels are
7517         higher than the one that a user specified.
7518
7519 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7520
7521         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7522         foreign groups unless a group level is specified by a user.
7523         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7524
7525 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7526
7527         * message.el (message-send-mail-function): Require sendmail.
7528
7529 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7530
7531         * message.el (message-send-mail-function): Check for smtpmail too.
7532
7533         * utf7.el (utf7-encode, utf7-decode): Use coding system
7534         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7535
7536         * message.el (message-send-mail-function): New function.
7537         (message-send-mail-function): Set default using
7538         message-send-mail-function.  Adjust doc string.
7539         (message-send-mail-with-mailclient): New function.
7540
7541 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7542
7543         * smime.el (from):
7544         * rfc2047.el (message-posting-charset):
7545         * qp.el (mm-use-ultra-safe-encoding):
7546         * pop3.el (parse-time-months):
7547         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7548         * nnml.el (files):
7549         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7550         (jka-compr-compression-info-list, ange-ftp-path-format)
7551         (efs-path-regexp):
7552         * nndiary.el (files):
7553         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7554         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7555         (epg-digest-algorithm-alist, inhibit-redisplay)
7556         (password-cache-expiry):
7557         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7558         (pgg-output-buffer, password-cache-expiry):
7559         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7560         (efs-path-regexp):
7561         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7562         (inhibit-redisplay):
7563         * mm-uu.el (file-name, start-point, end-point, entry)
7564         (gnus-newsgroup-name, gnus-newsgroup-charset):
7565         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7566         (latin-unity-ucs-list):
7567         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7568         (mm-uu-binhex-decode-function):
7569         * message.el (gnus-message-group-art, gnus-list-identifiers)
7570         (rmail-enable-mime-composing, gnus-local-organization)
7571         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7572         (gnus-read-active-file, facemenu-add-face-function)
7573         (facemenu-remove-face-function, gnus-article-decoded-p)
7574         (tool-bar-mode):
7575         * mail-source.el (display-time-mail-function):
7576         * gnus-util.el (nnmail-pathname-coding-system)
7577         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7578         (gnus-original-article-buffer, gnus-user-agent)
7579         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7580         (xemacs-codename, sxemacs-codename, emacs-program-version):
7581         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7582         * gnus-start.el (gnus-agent-covered-methods)
7583         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7584         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7585         (gnus-newsgroup-headers, gnus-group-list-mode)
7586         (gnus-group-mark-positions, gnus-newsgroup-data)
7587         (gnus-newsgroup-unreads, nnoo-state-alist)
7588         (gnus-current-select-method, mail-sources)
7589         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7590         (nnmail-spool-file, gnus-cache-active-hashtb):
7591         * gnus-mh.el (mh-lib-progs):
7592         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7593         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7594         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7595         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7596         (gnus-group-buffer):
7597         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7598         (font-lock-set-defaults):
7599         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7600         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7601         (gnus-summary-post-menu, total-parts, type, condition, length):
7602         * gnus-agent.el (gnus-agent-read-agentview):
7603         * flow-fill.el (show-trailing-whitespace):
7604         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7605         eval-and-compile wrappers for byte compiler pacifiers.
7606
7607         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7608         (mm-display-inline-fontify): Check for featurep 'xemacs not
7609         extent-list.
7610
7611         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7612         itimer-list.
7613         (mm-create-image-xemacs): Only do something for XEmacs.
7614         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7615
7616         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7617
7618         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7619         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7620
7621 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7622
7623         * nnimap.el (nnimap-split-download-body):
7624         * gnus-demon.el (gnus-demon):
7625         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7626
7627 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7628
7629         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7630         macros.
7631         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7632         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7633         copy data from unibyte buffer to multibyte current buffer.
7634         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7635         to copy data from unibyte current buffer to multibyte buffer.
7636         (nntp-make-process-buffer): Make process buffer unibyte.
7637
7638         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7639
7640 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7641
7642         * pop3.el (pop3-open-server): Accept and process data more robustly at
7643         connexion start to avoid spurious "POP SSL connexion failed" errors.
7644
7645 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7646
7647         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7648         read group names.
7649
7650 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7651
7652         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7653
7654 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7655
7656         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7657         (nnmail-save-active): Use a unibyte buffer when saving active file,
7658         which may contain non-ASCII group names.
7659
7660         * nnml.el (nnml-request-group): Decode group names in messages.
7661
7662 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7663
7664         * message.el (message-citation-line-function)
7665         (message-insert-formatted-citation-line): Fix spelling of
7666         `message-insert-formated-citation-line'.
7667
7668 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7669
7670         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7671
7672 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7673
7674         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7675         nnmail-pathname-coding-system.
7676
7677         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7678         that a user enters; decode group names in messages.
7679
7680         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7681
7682 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7683
7684         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7685
7686         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7687
7688         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7689         risky local variable.
7690
7691         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7692
7693 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7694
7695         * encrypt.el: Improve documentation to fix function name typo.
7696         Reported by Daiki Ueno <ueno@unixuser.org>.
7697
7698 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7699
7700         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7701         even if the point is not in the last page of an article.
7702         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7703         back to the previous page.
7704
7705 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7708
7709 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7710
7711         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7712
7713 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7714
7715         * message.el (message-check-news-body-syntax): Avoid
7716         mm-string-as-multibyte.
7717         (message-hide-headers): Don't assume (point-min)==1.
7718
7719 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7720
7721         * message.el (message-remove-blank-cited-lines): Fix if remove is
7722         given.
7723         (message-bogus-address-regexp): New variable.
7724         (message-bogus-recipient-p): New function.
7725         (message-check-recipients): New command.
7726         (message-syntax-checks): Add `bogus-recipient'.
7727         (message-fix-before-sending): Add `bogus-recipient'.
7728
7729         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7730         (gnus-treat-body-boundary): Don't test window-system.
7731
7732 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7733
7734         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7735
7736 2007-10-28  Miles Bader  <miles@gnu.org>
7737
7738         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7739         at compile-time too.
7740
7741 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7742
7743         * gnus-msg.el (gnus-message-setup-hook): Add
7744         `message-remove-blank-cited-lines' to options.
7745
7746 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7747
7748         * message.el (message-remove-blank-cited-lines): New function.
7749         Suggested by Karl Plästerer.
7750
7751 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7752
7753         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7754         mapc.
7755
7756         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7757         (top-level): Use mapc to set functions to be traced for debugging.
7758
7759         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7760         called for effect with while loop.
7761
7762         * message.el (message-talkative-question): Replace mapcar called for
7763         effect with mapc.
7764
7765         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7766         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7767         called for effect with dolist.
7768
7769         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7770
7771         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7772         gnus-extra-headers and nnmail-extra-headers.
7773
7774         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7775         called for effect with dolist.
7776         (top-level): Use mapc to set functions to be traced for debugging.
7777
7778         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7779         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7780         dolist.
7781
7782         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7783         Replace mapcar called for effect with mapc.
7784         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7785         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7786         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7787         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7788
7789         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7790         remove-if that's a cl function.
7791
7792         * webmail.el (webmail-debug): Replace mapcar called for effect with
7793         dolist.
7794
7795         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7796         with mapc.
7797
7798 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7799
7800         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7801         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7802         with while loop.
7803
7804         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7805         functions from article-* functions.
7806         (gnus-multi-decode-header): Replace mapcar called for effect with
7807         dolist.
7808
7809         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7810         (gnus-bookmark-show-details): Replace mapcar called for effect with
7811         while loop.
7812
7813         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7814         called for effect with while loop.
7815
7816         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7817         with dolist.
7818
7819         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7820         mapcar called for effect with dolist.
7821
7822         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7823
7824         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7825         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7826         Replace mapcar called for effect with dolist.
7827         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7828         mapc.
7829
7830         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7831         Replace mapcar called for effect with dolist.
7832         (gnus-topic-list): Replace mapcar called for effect with mapc.
7833
7834         * gnus.el: Use mapc instead of mapcar to add autoloads.
7835
7836 2007-10-23  Richard Stallman  <rms@gnu.org>
7837
7838         * gnus-group.el (gnus-group-highlight): Mark as risky.
7839
7840 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7841
7842         * gnus.el (gnus-server-to-method): Return method found first in
7843         gnus-newsrc-alist.
7844
7845         * gnus-art.el (gnus-article-highlight-signature)
7846         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7847         button overlay without the front stickiness.
7848
7849 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7850
7851         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7852         overview buffer needed a catch to receive its throw.
7853         (gnus-agent-flush-cache): Declared as interactive to make this function
7854         easier to use.
7855
7856 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7857
7858         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7859         `next-line'.
7860
7861 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7862
7863         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7864         exclude address matching message-dont-reply-to-names.
7865
7866 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7867
7868         * gnus-util.el (gnus-string<): New function.
7869
7870         * gnus-sum.el (gnus-article-sort-by-author)
7871         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7872
7873 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7874
7875         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7876         the frame-focus tag is set in gnus-buffer-configuration.
7877
7878 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7879
7880         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7881         the front stickiness.
7882
7883 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7884
7885         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7886         url pattern; remove duplicate one.
7887         (gnus-article-extend-url-button): New function.
7888         (gnus-article-add-buttons): Use it.
7889         (gnus-button-push): Use concatenated url that it makes.
7890
7891 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7892
7893         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7894
7895 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7896
7897         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7898         Don't hardcode point-min==1.
7899
7900 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7901
7902         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7903         Fix comment about "iso8859-1".
7904
7905 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7906
7907         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7908         ones returned from the verify-function.
7909
7910         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7911         mml2015-extract-cleartext-signature if extraction failed.
7912
7913 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7914
7915         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7916         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7917         failed.
7918
7919 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7920
7921         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7922
7923 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7926         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7927         recommends to use EasyPG instead of PGG.
7928
7929         * pgg.el: Revert to revision 6.23.2.16.
7930
7931         * pgg-def.el: Revert to revision 6.6.2.14.
7932
7933         * pgg-gpg.el: Revert to revision 6.23.2.34.
7934
7935 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7936
7937         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7938         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7939         thread for both the null and zero (kill/expire thread) universal prefix
7940         cases.
7941         (gnus-summary-expire-thread): Add new function to expire a thread,
7942         using gnus-summary-kill-thread.
7943         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7944         shortcuts for gnus-summary-expire-thread.
7945         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7946         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7947
7948 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7949
7950         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7951         extras value, so an extras entry can be deleted.
7952         (gnus-registry-delete-extra-entry): Use it.
7953         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7954         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7955         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7956         storage through the gnus-registry, and provide an appropriate API for
7957         it.
7958
7959 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7960
7961         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7962         Suggested by Leo <sdl.web@gmail.com>.
7963
7964         * gnus.el: Do.
7965
7966 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7967
7968         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7969         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7970
7971         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7972
7973         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7974         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7975
7976 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7977
7978         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7979         newline.
7980         (nnmbox-request-accept-article): Don't change article in source buffer;
7981         narrow to header to use message-fetch-field rather than
7982         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7983         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7984         as delimiters; make sure article ends with newline.
7985         (nnmbox-delete-mail): Correct last position of article to be deleted;
7986         ignore X-Gnus-Newsgroup header in article body.
7987         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7988         positions; make sure article ends with newline.
7989
7990         * message.el (message-display-abbrev): Don't infloop when a user
7991         inserts SPC in the beginning of header.
7992
7993         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7994         coding-system-for-read and coding-system-for-write for XEmacs having no
7995         file-coding feature.
7996
7997         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7998
7999 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8000
8001         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8002         list of groups not followed by default.  Fix type to be regexp.
8003         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8004
8005 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8006
8007         * hmac-def.el (define-hmac-function): Switch from old-style to
8008         new-style backquotes.
8009
8010         * md4.el (md4-make-step): Likewise.
8011
8012 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8013
8014         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8015         raw-text coding system when saving .newsrc file, which may contain
8016         non-ASCII group names.
8017
8018 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8019
8020         * gnus-cus.el (gnus-score-extra): New widget.
8021         (gnus-score-extra-convert): New function.
8022         (gnus-score-customize): Use it for Extra.
8023
8024 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8025
8026         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8027         (mml2015-mailcrypt-clear-verify): Use it.
8028         (mml2015-gpg-clear-verify): Use it.
8029         (mml2015-pgg-clear-verify): Use it.
8030         (mml2015-epg-clear-verify): Replace the current part with the output
8031         from GnuPG; don't extract the plaintext by itself.
8032
8033         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8034         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8035         mml2015-clear-verify-function; don't touch the armor headers or
8036         dash-escaped text here.
8037
8038 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8039
8040         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8041         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8042         parts, or application/octet-stream as a last resort.
8043         (gnus-mime-view-part-as-type): Don't toggle display.
8044         (gnus-mime-view-part-as-charset): Don't turn off display before
8045         querying charset.
8046
8047         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8048         stuff to undisplayer function in Emacs.
8049         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8050
8051         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8052         text/calendar parts.
8053
8054 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8055
8056         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8057         decoding text/calendar parts.
8058
8059         * message.el (message-forward-make-body-mime): Always mark body as
8060         having no illegible text; remove signed-or-encrypted argument.
8061         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8062
8063         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8064         (mml-generate-mime-1): Don't encode body if it is specified to be in
8065         raw form; don't make buffer be unibyte when inserting multibyte string.
8066
8067 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8068
8069         * sha1.el: Fix up comment style.
8070         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8071         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8072
8073         * hex-util.el: Fix up comment style.
8074         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8075
8076         * gnus-salt.el: Use with-current-buffer.
8077         (gnus-pick-setup-message): Fix long-standing typo.
8078
8079 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8080
8081         * imap.el (imap-logout-timeout): New variable.
8082         (imap-logout, imap-logout-wait): New functions.
8083         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8084
8085         * nnimap.el (nnimap-logout-timeout): New server variable.
8086         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8087         nnimap-logout-timeout.
8088
8089         * gnus-art.el (gnus-article-summary-command-nosave)
8090         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8091
8092 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8093
8094         * gnus.el (gnus-maximum-newsgroup): New variable.
8095
8096         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8097         according to gnus-maximum-newsgroup.
8098
8099         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8100         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8101         Limit the range of articles according to gnus-maximum-newsgroup.
8102
8103 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8104
8105         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8106         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8107         Don't perform gnus-configure-windows here; reuse existing sticky
8108         article buffer.
8109
8110         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8111         it doesn't exist in gnus-article-mode.
8112
8113 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8114
8115         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8116         (gnus-agent-decoded-group-name): New function.
8117         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8118         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8119
8120 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8121
8122         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8123         Add binding for gnus-sticky-article.
8124         (gnus-summary-exit): Don't kill sticky article buffers.
8125
8126         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8127         article buffer.
8128         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8129         (gnus-kill-sticky-article-buffers): New commands.
8130
8131 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8132
8133         * nntp.el (nntp-xref-number-is-evil): New server variable.
8134         (nntp-find-group-and-number): If it is non-nil, don't trust article
8135         numbers in the Xref header.
8136
8137 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8138
8139         * gnus-agent.el (gnus-agent-read-group): New function.
8140         (gnus-agent-flush-group, gnus-agent-expire-group)
8141         (gnus-agent-regenerate-group): Use it.
8142         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8143         nnmail-pathname-coding-system.
8144
8145 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8146
8147         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8148
8149         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8150         that are unread as unread, and also as selected so that information of
8151         marks having been changed by a user may be updated when exiting group.
8152
8153 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8154
8155         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8156         calculated ignoring signature parts to gnus-treat-article.
8157
8158 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8159
8160         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8161         a point here in order to keep the window start.
8162         (gnus-insert-mime-security-button): Make a button overlay without the
8163         front stickiness.
8164         (gnus-mime-display-security): Goto the end of a button.
8165
8166         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8167
8168 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8171         group-name-at-point.
8172         (gnus-group-completing-read): New function that offers decoded
8173         non-ASCII group names for completion.
8174         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8175         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8176         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8177         (gnus-group-fetch-control): Use it.
8178         (gnus-fetch-group): Use group-name-at-point for the initial value
8179         rather than the default value; use gnus-alive-p.
8180
8181         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8182         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8183         (gnus-summary-post-news): Use gnus-group-completing-read.
8184
8185         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8186         (gnus-read-move-group-name): Decode group name for completion.
8187
8188 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8189
8190         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8191         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8192         Yamaoka slightly modified the code).
8193
8194 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8195
8196         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8197         (nnmail-split-incoming): Bind it.
8198
8199         * nnml.el (nnml-group-name-charset): New function.
8200         (nnml-decoded-group-name): Use it; don't decode group name if
8201         nnmail-group-names-not-encoded-p is non-nil.
8202         (nnml-encoded-group-name): New function.
8203         (nnml-group-pathname): Inline nnml-decoded-group-name.
8204         (nnml-request-expire-articles): Decode group name in message.
8205         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8206         nnmail-pathname-coding-system.
8207         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8208         not decoded ones according to nnmail-group-names-not-encoded-p.
8209         (nnml-generate-active-info): Use nnml-encoded-group-name.
8210
8211 2007-08-08  Glenn Morris  <rgm@gnu.org>
8212
8213         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8214         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8215         doc-strings and comments.
8216
8217 2007-07-25  Glenn Morris  <rgm@gnu.org>
8218
8219         * Relicense all FSF files to GPLv3 or later.
8220
8221 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * gnus-sum.el (gnus-summary-move-article): Make
8224         gnus-summary-respool-article work.
8225
8226 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8227
8228         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8229         string.
8230
8231 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8232
8233         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8234         that should be ignored when comparing distant RSS articles with local
8235         ones.
8236         (nnrss-make-hash-index): New function.  Create a hash index according
8237         to the ignored fields.
8238         (nnrss-check-group): Use it.
8239
8240 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8241
8242         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8243
8244         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8245
8246         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8247         the new optional argument ENCODED is non-nil.
8248         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8249         coding system for encoding group name.
8250         (gnus-group-make-rss-group): Pass un-encoded group name to
8251         gnus-group-make-group.
8252         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8253         encoded.
8254
8255         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8256         Encode group name to which articles are moved or copied.
8257         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8258         coding system for encoding Newsgroup, Followup-To and Xref headers.
8259
8260         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8261         marks; use nnheader-file-coding-system to write a file.
8262         (nnagent-retrieve-headers): Bind file-name-coding-system to
8263         nnmail-pathname-coding-system.
8264
8265         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8266
8267         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8268         (nnml-request-article, nnml-request-create-group)
8269         (nnml-request-rename-group, nnml-find-id)
8270         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8271         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8272         (nnml-save-marks): Use nnml-group-pathname instead of
8273         nnmail-group-pathname.
8274
8275         (nnml-request-create-group, nnml-request-expire-articles)
8276         (nnml-request-move-article, nnml-request-delete-group)
8277         (nnml-deletable-article-p, nnml-possibly-create-directory)
8278         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8279         (nnml-open-marks): Bind file-name-coding-system to
8280         nnmail-pathname-coding-system.
8281
8282         (nnml-request-article): Pass server argument to nnml-find-group-number.
8283         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8284         server argument to nnml-possibly-create-directory.
8285         (nnml-request-accept-article): Pass server argument to
8286         nnml-active-number and nnml-save-mail.
8287         (nnml-find-group-number): Pass server argument to nnml-find-id.
8288         (nnml-request-update-info): Pass server argument to
8289         nnml-marks-changed-p.
8290
8291         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8292         (nnml-save-mail, nnml-active-number): Add server argument.
8293
8294         (nnml-request-delete-group): Warn if group is missing.
8295         (nnml-get-nov-buffer): Decode group name.
8296         (nnml-generate-active-info): Encode group name.
8297         (nnml-open-marks): Decode group name in messages.
8298
8299 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8300
8301         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8302         if it is not specified.
8303         (gnus-article-pipe-part, gnus-article-save-part)
8304         (gnus-article-interactively-view-part, gnus-article-copy-part)
8305         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8306         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8307         (gnus-article-replace-part, gnus-article-delete-part)
8308         (gnus-article-view-part-as-type): Pass raw prefix argument to
8309         gnus-article-part-wrapper.
8310
8311 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8312
8313         * gnus-agent.el (gnus-agent-save-active): Bind
8314         nnheader-file-coding-system to gnus-agent-file-coding-system.
8315
8316         * gnus-cache.el (gnus-cache-save-buffers)
8317         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8318         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8319         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8320         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8321         (gnus-cache-generate-active, gnus-cache-rename-group)
8322         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8323         (gnus-cache-update-overview-total-fetched-for): Bind
8324         file-name-coding-system to nnmail-pathname-coding-system.
8325         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8326         variables.
8327         (gnus-cache-decoded-group-name): New function.
8328         (gnus-cache-file-name): Use it.
8329         (gnus-cache-generate-active): Use non-decoded group name for active.
8330
8331         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8332         right place.
8333         (gnus-write-active-file): Don't break non-ASCII group names.
8334
8335         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8336         nnmail-pathname-coding-system.
8337
8338         * lpath.el: Bind default-file-name-coding-system,
8339         file-name-coding-system and language-info-alist for XEmacs.
8340
8341         * gnus-uu.el (gnus-uu-decode-save): Typo.
8342
8343 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8344
8345         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8346
8347 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8348
8349         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8350         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8351         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8352         (gnus-agent-flush-group, gnus-agent-flush-cache)
8353         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8354         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8355         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8356         (gnus-agent-regenerate-group)
8357         (gnus-agent-update-files-total-fetched-for)
8358         (gnus-agent-update-view-total-fetched-for): Bind
8359         file-name-coding-system to nnmail-pathname-coding-system.
8360         (gnus-agent-group-pathname): Don't encode file names by
8361         nnmail-pathname-coding-system.
8362         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8363         coding-system-for-write instead of buffer-file-coding-system to
8364         gnus-agent-file-coding-system.
8365
8366         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8367         Decode group name.
8368
8369         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8370
8371         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8372         (gnus-read-newsrc-el-file): Make group names unibyte.
8373
8374         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8375         nnmail-pathname-coding-system.
8376
8377         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8378         (nnrss-request-delete-group): Bind file-name-coding-system to
8379         nnmail-pathname-coding-system.
8380         (nnrss-read-server-data, nnrss-read-group-data): Bind
8381         file-name-coding-system correctly.
8382         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8383
8384         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8385         (nntp-server-to-method-cache): New variable.
8386         (nntp-group-pathname): New function that decodes non-ASCII group names.
8387         (nntp-possibly-create-directory, nntp-marks-changed-p)
8388         (nntp-save-marks, nntp-open-marks): Use it.
8389         (nntp-possibly-create-directory, nntp-open-marks):
8390         Bind file-name-coding-system to nnmail-pathname-coding-system.
8391         (nntp-open-marks): Decode group names when bootstrapping marks.
8392
8393         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8394         Newsgroups and Folowup-To headers.
8395
8396 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8397
8398         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8399         (gnus-server-closed-face, gnus-server-denied-face)
8400         (gnus-server-offline-face): Remove variable.
8401         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8402
8403         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8404         of modifying message-stack directly for XEmacs.
8405
8406         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8407         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8408         if the coding-system argument is nil for XEmacs.
8409
8410         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8411         mm-charset-override-alist.
8412
8413         * rfc2047.el: Don't require base64; require rfc2045 for the function
8414         rfc2045-encode-string.
8415         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8416         to quote the parameter value.
8417
8418 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8421         form in gnus-group-name-charset-method-alist.
8422
8423         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8424         overrides the default layout edit-form.
8425
8426         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8427
8428         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8429
8430 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8431
8432         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8433         as unfetched articles.
8434
8435 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8436
8437         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8438
8439 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8440
8441         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8442         original back end that keeps marks in the local system.
8443
8444 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8445
8446         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8447         arg of pop-to-buffer for XEmacs.
8448         (gnus-article-read-summary-keys): Ditto; don't restore window
8449         configuration if summary command ends up with neither article buffer
8450         nor summary buffer; describe bindings if summary keys end with C-h.
8451
8452 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8453
8454         * message.el (message-fix-before-sending): Skip raw message part to be
8455         forwarded while checking illegible text.
8456         (message-forward-make-body-mime, message-forward-make-body): Mark
8457         signed or encrypted raw message as having no illegible text.
8458
8459 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8460
8461         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8462         (gnus-message-with-timestamp-1): New macro.
8463         (gnus-message-with-timestamp): New function.
8464         (gnus-message): Use them.
8465
8466         * nnheader.el (nnheader-message): Use them.
8467
8468 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8469
8470         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8471         .newsrc.eld file.
8472
8473 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8474
8475         * gnus-agent.el (gnus-agent-fetch-headers)
8476         (gnus-agent-retrieve-headers): Bind
8477         gnus-decode-encoded-address-function to identity.
8478
8479         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8480         available also when the server returns simply a dot.
8481
8482         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8483
8484 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8487
8488 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-ems.el (gnus-x-splash): Make it work.
8491
8492         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8493         from being used.
8494
8495         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8496
8497 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8498
8499         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8500         4th and the 5th arguments.
8501
8502         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8503         the front stickiness.
8504         (gnus-article-summary-command-nosave): Correct the order of the
8505         arguments passed to pop-to-buffer.
8506         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8507         summary command ends up with the article buffer.
8508
8509         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8510         the same faces.
8511
8512 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8513
8514         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8515
8516 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8517
8518         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8519         * gnus-sum.el (gnus-summary-highlight):
8520         * pgg.el (pgg-sign-region, pgg-sign):
8521         * mail-source.el (mail-source-delete-old-incoming-confirm):
8522         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8523
8524 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * gnus-art.el (gnus-mime-view-part-externally)
8527         (gnus-mime-view-part-internally): Fix predicate function passed to
8528         completing-read.
8529
8530         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8531
8532         * gnus.el (gnus-update-message-archive-method): Add :version.
8533
8534 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8535
8536         * gnus.el (gnus-update-message-archive-method): New variable.
8537
8538         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8539         according to gnus-message-archive-method if
8540         gnus-update-message-archive-method is non-nil.
8541
8542 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8543
8544         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8545         by Loic Dachary <loic@dachary.org>.
8546         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8547
8548 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8549
8550         * message.el (message-pop-to-buffer): Add switch-function argument.
8551         (message-mail): Pass switch-function argument to it.
8552
8553 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8554
8555         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8556         Improve doc string.
8557
8558 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8559
8560         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8561         (gnus-header-content)
8562         * gnus-cite.el (gnus-cite-10)
8563         * gnus-srvr.el (gnus-server-closed)
8564         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8565         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8566         (gnus-group-mail-3-empty, gnus-group-mail-low)
8567         (gnus-group-mail-low-empty, gnus-splash)
8568         * message.el (message-header-to, message-header-cc)
8569         (message-header-subject, message-header-other, message-header-name)
8570         (message-header-xheader, message-separator, message-cited-text)
8571         (message-mml): Lighten colors of faces used for dark background.
8572
8573 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8574
8575         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8576         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8577
8578 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8579
8580         * message.el (message-narrow-to-headers-or-head):
8581         Ignore mail-header-separator in the body.
8582
8583 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8584
8585         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8586         same as window size.
8587
8588 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8589
8590         * message.el (message-font-lock-keywords): Use message-header-xheader
8591         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8592         ahead of the anything pattern, to get it recognised.
8593
8594 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8595
8596         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8597         spam.el loads uses it in the compiled defadvice form.
8598
8599 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8600
8601         * gnus-sum.el (gnus-articles-to-read)
8602         (gnus-summary-insert-old-articles): Don't truncate group name for
8603         `read-string'.
8604
8605         * gnus-util.el (gnus-limit-string): Delete this function.
8606
8607         * gnus-sum.el (gnus-simplify-subject-fully): Use
8608         `truncate-string-to-width' instead.
8609
8610 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8611
8612         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8613         if, on summary exit, the next group has to be selected.
8614         (gnus-summary-exit): Use it.
8615
8616 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8617
8618         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8619         non-break space.
8620
8621 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8622
8623         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8624         Check if group is not a directory.
8625         (nnfolder-request-expire-articles): Don't delete articles if the target
8626         group is not available.
8627
8628         * nnml.el (nnml-request-create-group): Properly check if group is not a
8629         file.
8630         (nnml-request-expire-articles): Don't delete articles if the target
8631         group is not available.
8632
8633         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8634         Don't quote characters that are within parentheses.
8635
8636 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8637
8638         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8639         (gnus-handle-ephemeral-exit): Select article according to it.
8640
8641 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8642
8643         * message.el (message-insert-formated-citation-line): Remove newline.
8644         (message-citation-line-format): Add final \n here so that the user can
8645         avoid a blank line.
8646
8647 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8648
8649         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8650         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8651         Update lanl/arXiv support.
8652
8653 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8654
8655         * gnus.el: Bump version number.
8656
8657 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8658
8659         * gnus.el (gnus-version-number): Bump version.
8660
8661 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8662
8663         * gnus.el: No Gnus v0.6 is released.
8664
8665 2007-04-27  Didier Verna  <didier@xemacs.org>
8666
8667         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8668         * gmm-utils.el (gmm-regexp-concat): here.
8669         * message.el: Don't require 'gnus-util.
8670         (message-dont-reply-to-names): Handle name change above.
8671         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8672
8673 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8674
8675         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8676         since the initial value varies according to the system.
8677
8678 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8679
8680         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8681
8682 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8683
8684         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8685
8686 2007-04-24  Didier Verna  <didier@xemacs.org>
8687
8688         Improve the type of gnus-ignored-from-addresses.
8689         * gnus-util.el (gnus-orify-regexp): New function.
8690         * message.el (gnus-util): Require it.
8691         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8692         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8693         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8694
8695 2007-04-24  Didier Verna  <didier@xemacs.org>
8696
8697         * gnus-sum.el:
8698         * gnus-utils.el: Fix some trailing whitespaces.
8699
8700 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8701
8702         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8703         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8704         article's Message-ID; refer parent article in summary buffer.
8705
8706         * message.el (message-bounce): Call mime-to-mml.
8707
8708         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8709         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8710         optimize and/or forms properly.
8711
8712 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8713
8714         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8715         URL.
8716
8717 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8718
8719         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8720
8721 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8722
8723         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8724         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8725         displayed of multipart/alternative part if it is invoked from summary
8726         buffer.
8727
8728         * mm-view.el (mm-inline-text-html-render-with-w3m)
8729         (mm-inline-text-html-render-with-w3m-standalone)
8730         (mm-inline-render-with-function): Use mail-parse-charset by default.
8731
8732 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8733
8734         * parse-time.el (parse-time-string-chars): Check if CHAR
8735         is less than the length of parse-time-syntax.
8736
8737 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8738
8739         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8740         from gnus-newsgroup-processable.
8741
8742 2007-04-16  Didier Verna  <didier@xemacs.org>
8743
8744         * gnus-msg.el (gnus-configure-posting-styles): Handle
8745         message-signature-directory properly with :file syntax.  Reported by
8746         "Leo".
8747
8748 2007-04-11  Didier Verna  <didier@xemacs.org>
8749
8750         New user option: message-signature-directory.
8751         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8752         * message.el (message-insert-signature): Ditto.
8753         * message.el (message-signature-file): Doc update.
8754         * message.el (message-signature-directory): New.
8755
8756 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8757
8758         * gnus-msg.el (gnus-inews-yank-articles): Use
8759         message-exchange-point-and-mark instead of exchange-point-and-mark.
8760
8761 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8762
8763         * message.el (message-yank-original): Make sure cited text ends with
8764         newline; don't exchange point and mark.
8765
8766 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8767
8768         * tls.el (open-tls-stream): Properly handle case where there
8769         is no associated buffer.
8770
8771 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8772
8773         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8774         message-yank-original, make sure (< mark TEXT point).
8775
8776 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8777
8778         * message.el (message-fill-column): New variable.
8779         (message-mode): Use it.  Add comment on a possible new hook.
8780
8781         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8782         (nnmail-get-new-mail): Reformat.
8783
8784         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8785
8786         * gmm-utils.el: Fix Commentary.
8787         (gmm-tool-bar-from-list): Fix typo in doc string.
8788
8789 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8790
8791         * message.el (message-yank-original): Don't switch point and mark
8792         unnecessarily to put point and mark as documented.
8793
8794 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8795
8796         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8797         from the message heads.
8798
8799 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8800
8801         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8802         article buffer does not have a window.  This may not be the best
8803         solution but is certainly better than setting the start of the null,
8804         that is the current, window.
8805
8806 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8807
8808         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8809         (gnus-draft-setup): Run it.
8810
8811         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8812         gnus-score-fast-scoring.  Allow regexp.
8813         (gnus-score-headers): Use it.
8814
8815         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8816         XEmacs.
8817
8818         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8819         string.
8820         (gnus-button-alist): Also catch `<f1> k ...'.
8821         (gnus-treat-display-x-face): Fix doc string.
8822
8823 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8824
8825         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8826         evaluation of gnus-extended-version to ensure correct generation of the
8827         User-Agent header when message-generate-headers-first is used.
8828
8829 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8830
8831         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8832         hashcash-path is nil.  Don't call callback with incorrect number of
8833         parameters if val is 0.
8834
8835 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8836
8837         * message.el (message-required-news-headers):
8838         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8839
8840 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8841
8842         * tls.el (open-tls-stream): In handshake-waiting loop,
8843         don't wait more if there is output available to process.
8844
8845 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8846
8847         * tls.el (tls-program): Doc fix.
8848
8849 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8850
8851         * message.el (message-generate-new-buffers): Change the meaning of the
8852         nil value; add `standard' to the choices; treat t as `unique'; improve
8853         doc string.
8854         (gnus-select-frame-set-input-focus): Autoload.
8855         (message-buffer-name): Search for the existing message buffer if
8856         message-generate-new-buffers is nil or `standard'; treat the value t of
8857         message-generate-new-buffers as `unique'.
8858         (message-pop-to-buffer): Raise the frame already displaying the message
8859         buffer; clear the echo area after querying.
8860         (message-setup): Pass the `continue' argument to compose-mail.
8861         (message-mail): Prefer `switch-function' if it is given; search for the
8862         existing message buffer if the `continue' argument is non-nil; pass
8863         continue and switch-function arguments to compose-mail by way of
8864         message-setup.
8865         (message-mail-other-window): Adjust argument of message-setup.
8866         (message-mail-other-frame): Ditto.
8867
8868 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8869
8870         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8871         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8872         to turn font-lock on when turning gnus-message-citation-mode on.
8873
8874 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8875
8876         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8877         (mml-smime-function-alist): New variable; add epg as the backend.
8878         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8879         mml-smime- functions instead.
8880         * mm-view.el: Require smime.
8881
8882 2007-03-05  Didier Verna  <didier@xemacs.org>
8883
8884         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8885         instead of just inheritance for posting styles.
8886         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8887
8888 2007-02-24  Chris Moore  <dooglus@gmail.com>
8889
8890         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8891         * pgg-pgp.el (pgg-pgp-encrypt-region):
8892         * pgg-gpg.el (pgg-gpg-encrypt-region):
8893         Check pgg-encrypt-for-me if no other recipients.
8894
8895 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8896
8897         * tls.el (tls-certtool-program): Fix custom type.
8898
8899 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8900
8901         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8902         and point-at-eol instead of line-(beginning|end)-position.
8903
8904         * assistant.el (assistant-parse-buffer): Ditto.
8905
8906         * netrc.el (netrc-parse-services): Ditto.
8907
8908 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8909
8910         * mml2015.el (mml2015-epg-find-usable-key): New function.
8911         (mml2015-epg-sign): Use it.
8912         (mml2015-epg-encrypt): Use it.
8913
8914 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8915
8916         * message.el (message-make-in-reply-to): Quote name containing
8917         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8918         if there are special characters.  Reported by NAKAJI Hiroyuki
8919         <nakaji@jp.freebsd.org>.
8920
8921 2007-02-27  Didier Verna  <didier@xemacs.org>
8922
8923         Include the group parameters as well as the topic ones in the
8924         inheritance filter process.
8925         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8926         argument GROUP-PARAMS-LIST.
8927         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8928
8929 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8930
8931         * nntp.el (nntp-never-echoes-commands)
8932         (nntp-open-connection-functions-never-echo-commands): New variables.
8933         (nntp-send-command): Use them.
8934
8935 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8936
8937         * mml2015.el (mml2015-epg-verify): Simplified.
8938
8939 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8940
8941         * mml.el (mml-content-disposition-alist): New user option.
8942         (mml-content-disposition): New function.
8943         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8944         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8945
8946 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8947
8948         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8949         verification.
8950
8951 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8952
8953         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8954         articles posted in the last 24 hours.
8955
8956 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8957
8958         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8959
8960 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8961
8962         * nntp.el (nntp-send-command): Don't wait for echoes when
8963         nntp-open-ssl-stream is used.
8964
8965 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8966
8967         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8968         (gnus-message-add-citation-keywords)
8969         (gnus-message-remove-citation-keywords): Remove.
8970         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8971         directly, make the variables in font-lock-defaults buffer-local, add
8972         gnus-message-citation-keywords to them and then update the value of
8973         font-lock-keywords.
8974
8975 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8976
8977         * message.el (message-cite-original-1): Don't call
8978         gnus-article-highlight-citation.
8979
8980         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8981         citations; fix line count.
8982
8983 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8984
8985         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8986         (gnus-message-add-citation-keywords)
8987         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8988         versions of font-lock-add-keywords and font-lock-remove-keywords to
8989         work with XEmacs correctly.
8990
8991 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8992
8993         * gnus-cite.el (gnus-cite-face-list): Set the values of
8994         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8995         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8996         (gnus-message-cite-prefix-regexp): New variable.
8997         (gnus-message-search-citation-line): Use it; protect against long
8998         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8999         the 0th match data for Emacs.
9000         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9001         (gnus-message-add-citation-keywords): Append keywords rather than
9002         prepending; emulate font-lock-add-keywords if it is not available.
9003         (gnus-message-remove-citation-keywords): Emulate
9004         font-lock-remove-keywords if it is not available.
9005
9006         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9007
9008         * message.el (message-cite-prefix-regexp): Set the value of
9009         gnus-message-cite-prefix-regexp.
9010
9011 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9012
9013         * nnweb.el (nnweb-google-parse-1): Update parser.
9014
9015 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9016
9017         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9018
9019 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9020
9021         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9022         regexp.
9023
9024 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9025
9026         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9027         string-to-multibyte.
9028         (uudecode-decode-region-internal): Use it.
9029
9030         * lpath.el: Fbind string-as-multibyte for XEmacs.
9031
9032 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9033
9034         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
9035         custom choice.
9036
9037         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9038
9039 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9040
9041         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9042
9043         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9044         `write-region' to respect `mm-inhibit-file-name-handlers'.
9045
9046 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9047
9048         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9049         Use gnus-home-directory instead of "~/" or "$HOME".
9050
9051 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9052
9053         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9054         to mention filename.
9055         Add comments at beginning regarding usage.
9056         (encrypt-write-file-contents): Change interactive so a string is
9057         acceptable.  If the file has no associated model, show an error instead
9058         of a nonsense prompt.
9059
9060 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9061
9062         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9063         Thanks to Yoshihiko Yamada for kind notification of this typo.
9064
9065 2007-01-12  Kenichi Handa  <handa@m17n.org>
9066
9067         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9068         multibyte buffer.
9069
9070 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9071
9072         * gnus-score.el (gnus-score-fast-scoring): New variable.
9073         (gnus-score-headers): Use it.
9074
9075         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9076
9077         * message.el (message-cite-original-1): Call
9078         gnus-article-highlight-citation if requested.
9079         (message-make-from): Allow name and address as optional arguments.
9080
9081         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9082
9083         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9084         bugs to doc string.
9085         (gnus-button-alist): Add mid\\|message-id.
9086         (gnus-button-fetch-group): Extend for use in
9087         `browse-url-browser-function'.
9088         (gnus-button-url-regexp): Try to catch paired parentheses like in
9089         Wikipedia URLs.
9090
9091         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9092         Suggested by Simon Krahnke <overlord@gmx.li>.
9093
9094 2007-01-13  Romain Francoise  <romain@orebokech.com>
9095
9096         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9097         Update copyright.
9098
9099 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9100
9101         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9102
9103 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9104
9105         * gnus-registry.el (gnus-registry-unfollowed-groups)
9106         (gnus-registry-split-fancy-with-parent): Fix documentation.
9107
9108 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9109
9110         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9111         from nnweb groups.
9112
9113 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9114
9115         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9116         Xref urls.  Erase buffer before requesting head.
9117
9118 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9119
9120         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9121         customizable.
9122
9123 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9124
9125         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9126         no signing key is found.
9127         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9128         no encrypting and/or signing key is found.
9129
9130 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9131
9132         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9133
9134 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9135
9136         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9137         headers read from disk with the ones newly found in the current search.
9138         This should no longer cause problems, because the article numbers in
9139         Gmane's `nov.php' output are ignored since the previous change.
9140
9141 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9142
9143         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9144
9145 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9146
9147         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9148         replace-regexp-in-string; bind url-version; fbind display-images-p and
9149         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9150         find-face and set-itimer-function for Emacs; bind itimer-list for
9151         Emacs.
9152
9153         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9154
9155 2007-01-01  Romain Francoise  <romain@orebokech.com>
9156
9157         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9158
9159 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9160
9161         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9162         `define-minor-mode' macro definition expanded properly.
9163         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9164         exclude it there.
9165
9166         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9167         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9168         `fboundp' test.
9169         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9170         This is OK to autoload in (S)XEmacs now.
9171
9172 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9173
9174         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9175         keystroke.
9176         (gnus-summary-limit-to-singletons): Fix typo.
9177
9178         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9179         else fails.
9180
9181 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9182
9183         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9184         docstring.
9185
9186         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9187         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9188         (gnus-summary-insert-dormant-articles): Fix typo in message.
9189
9190 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9191
9192         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9193         nil for XEmacs.
9194         (gnus-message-citation-mode): Don't autoload in XEmacs.
9195
9196         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9197
9198 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9199
9200         * nnimap.el (nnimap-expunge-search-string): Mention
9201         nnimap-search-uids-not-since-is-evil in docstring.
9202
9203 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9204
9205         * spam.el: Revert to make-obsolete-variable because
9206         define-obsolete-variable-alias is not supported in Emacs 21.
9207
9208         * spam.el (spam-ifile-path, spam-ifile-database-path)
9209         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9210         make-obsolete-variable.
9211         (spam-bsfilter-path, spam-bsfilter-program)
9212         (spam-spamassassin-path, spam-spamassassin-program)
9213         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9214         use "path" inappropriately.
9215         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9216         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9217         variable names.
9218
9219 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9220
9221         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9222         summary buffer.
9223
9224         * password.el (password-cache-remove): Use clear-string to burn
9225         password, if available.
9226
9227 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9228
9229         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9230
9231         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9232
9233         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9234         (gnus-message-highlight-citation): Move defcustom here from
9235         gnus-cite.el.
9236         (gnus-message-citation-mode): Autoload.
9237
9238         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9239         checks to make it compile with XEmacs.
9240         (gnus-message-citation-mode): New minor mode.
9241         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9242         (gnus-message-highlight-citation): New variables.
9243         (gnus-message-search-citation-line)
9244         (gnus-message-add-citation-keywords)
9245         (gnus-message-remove-citation-keywords)
9246         (turn-on-gnus-message-citation-mode)
9247         (turn-off-gnus-message-citation-mode): New functions.
9248
9249 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9250
9251         * gnus-cite.el: Enable highlighting of different citation levels in
9252         message-mode.
9253
9254 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9255
9256         * message.el (message-make-fqdn): Fix comment.
9257         (message-bogus-system-names): Add ".local".
9258
9259         * spam.el (spam-ifile-path, spam-ifile-program)
9260         (spam-ifile-database-path, spam-ifile-database)
9261         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9262         Don't use "path" inappropriately.
9263         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9264         strings.
9265         (spam-check-ifile, spam-ifile-register-with-ifile)
9266         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9267         new variable names.
9268
9269         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9270         (gnus-treat-display-smileys): Simplify using
9271         gnus-image-type-available-p.
9272
9273         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9274         available.
9275
9276         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9277         `display-images-p' if available.
9278
9279 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9280
9281         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9282         one after turning on the buffer's multibyteness instead of decoding
9283         them directly in the unibyte buffer that causes unexpected conversion
9284         in Emacs 23 (unicode).
9285
9286 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9287
9288         * message.el (message-generate-hashcash): Fix custom type.
9289
9290 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9291
9292         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9293
9294 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9295
9296         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9297         disconnect icons.  Add help text.
9298
9299 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9300
9301         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9302         negated to be consistent with the others we handle.
9303
9304 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9305
9306         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9307         version of gnus-summary-buffer to something, so that we can use two
9308         article buffers at the same time.
9309
9310 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9311
9312         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9313         trigger all the extra headers.
9314         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9315         sorting.
9316
9317 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9318
9319         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9320         solid groups.
9321
9322 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9323
9324         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9325
9326 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9327
9328         * legacy-gnus-agent.el: Add Copyright notice.
9329
9330 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9331
9332         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9333
9334 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9335
9336         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9337
9338         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9339         to make it work reliably in CVS Emacs.
9340         (gnus-summary-limit-strange-charsets-predicate)
9341         (gnus-summary-limit-to-predicate): New functions.
9342
9343 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9344
9345         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9346         specifying array size.
9347         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9348         array if it is too small.
9349         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9350         (gnus-sort-threads-loop): New function.
9351
9352 2006-12-06  Chris Moore  <dooglus@gmail.com>
9353
9354         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9355         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9356
9357 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9358
9359         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9360         options.
9361
9362 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9363
9364         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9365         DOS-ing the recipient.
9366
9367         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9368         the headers when creating the mapping to avoid mismappings.
9369         (nnweb-gmane-create-mapping): Always nix out old mapping.
9370
9371 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9372
9373         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9374         and mm-verify-option to never.
9375
9376 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * message.el (message-signed-or-encrypted-p): New function.
9379         (message-forward-make-body): Use it.
9380
9381         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9382         Replace encode-coding-string with mm-encode-coding-string.
9383
9384 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9385
9386         * nneething.el (nneething-decode-file-name): Replace
9387         decode-coding-string with mm-decode-coding-string.
9388
9389         * gnus-int.el (gnus-open-server): Say failed server's name.
9390
9391 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9392
9393         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9394         strings to a single string.  Quote `errors-file-name'.
9395         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9396         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9397         Adjust calls.  Use `shell-quote-argument'.
9398
9399 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9400
9401         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9402         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9403
9404         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9405         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9406         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9407         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9408         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9409         (gnus-subscribe-newsgroup, gnus-1):
9410         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9411         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9412         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9413         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9414
9415 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9416
9417         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9418         keystroke.
9419         (gnus-summary-limit-to-bodies): Implement headersp.
9420
9421 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9422
9423         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9424
9425 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9426
9427         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9428
9429 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9430
9431         * message.el (message-generate-hashcash): Expand range of values to
9432         include `opportunistic'.
9433         (message-send-mail): Use it.
9434
9435 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9436
9437         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9438         and comment it.
9439
9440         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9441
9442 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9443
9444         * gnus-util.el (gnus-extract-address-components): Improve comment.
9445
9446 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9447
9448         * gnus-util.el (gnus-extract-address-components): Work with address in
9449         which the name portion contains @.
9450
9451         * lpath.el: Fbind custom-autoload.
9452
9453 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * gnus.el (gnus-start): Move custom group up.
9456         (gnus-select-method): Don't autoload, but make it available for
9457         `customize-variable'.
9458         (gnus-getenv-nntpserver): Don't autoload.
9459
9460 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9461
9462         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9463
9464 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9465
9466         * message.el (message-sendmail-extra-arguments): New variable.
9467         (message-send-mail-with-sendmail): Use it.
9468
9469 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9470
9471         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9472         mm-with-unibyte-current-buffer to make string unibyte.
9473
9474         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9475         mm-string-as-multibyte.
9476
9477 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9478
9479         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9480         Reported by Werner Koch <wk@gnupg.org>.
9481
9482 2006-11-14  Daiki Ueno  <ueno@p360>
9483
9484         * mml2015.el: Autoload epa-select-keys when compiling.
9485
9486 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9487
9488         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9489         message-options.
9490         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9491
9492 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9493
9494         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9495         EasyPG (< 0.0.6).
9496         (mml2015-always-trust): New user option.
9497         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9498         prompt.
9499
9500 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9501
9502         * nntp.el (nntp-authinfo-force): New variable.
9503         (nntp-send-authinfo): Use it.
9504
9505 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9506
9507         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9508         decode encoded words.  Improve prompt.  Add comment about forwarding.
9509         (message-replacement-char): Move up.
9510
9511 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9512
9513         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9514         instead of gnus-intersection because arguments of gnus-sorted-nunion
9515         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9516
9517 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9518
9519         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9520         (message-simplify-subject-functions): Enable
9521         message-strip-subject-encoded-words by default.
9522
9523 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9524
9525         * message.el (message-strip-subject-encoded-words): New function.
9526         (message-simplify-subject-functions): New variable.
9527         (message-simplify-subject): Use it.  Fix typo in doc string.
9528         Support message-strip-subject-encoded-words.
9529
9530 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9531
9532         * gnus-diary.el (gnus-diary-delay-format-function):
9533         * nndiary.el (nndiary-reminders):
9534         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9535
9536 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9537
9538         * gnus-art.el (article-hide-boring-headers): Fetch date from
9539         gnus-original-article-buffer to avoid problems with localized date
9540         strings.
9541
9542 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9543
9544         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9545
9546 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9547
9548         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9549         New variables.
9550         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9551         (mm-charset-synonym-alist): Move some entries to
9552         mm-codepage-iso-8859-list.
9553         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9554         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9555
9556 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9557
9558         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9559
9560 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9561
9562         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9563         with Emacs 21 and XEmacs.
9564
9565 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9566
9567         * spam.el (spam-parse-address): New function for better parsing,
9568         catching errors, etc.
9569         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9570
9571 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9572
9573         * mm-view.el: Add interactive arg to html2text autoload.
9574
9575 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9576
9577         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9578
9579 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9580
9581         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9582         variables.
9583         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9584         (mm-charset-synonym-alist): Move some entries to
9585         mm-codepage-iso-8859-list.
9586
9587         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9588
9589 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9590
9591         * message.el (message-citation-line-format)
9592         (message-insert-formated-citation-line): Fix implementation of %E, %N
9593         and %n according to the doc string.
9594
9595 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9596
9597         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9598         car-safe to avoid bad parses.
9599
9600 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9601
9602         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9603         names.
9604
9605         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9606
9607 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9608
9609         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9610         header.
9611
9612         * message.el (message-draft-headers): Add Date.
9613         (message-headers-to-generate): Fix typo in docstring.
9614
9615         * nndraft.el (nndraft-required-headers): New variable.
9616         (nndraft-generate-headers): Use it.
9617
9618         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9619
9620 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9621
9622         * gnus-registry.el (gnus-registry-wash-for-keywords)
9623         (gnus-registry-find-keywords): New functions to allow easy searching of
9624         articles that are in the registry.
9625
9626 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9627
9628         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9629         ietf-drums-parse-address instead of gnus-extract-address-components.
9630         Reported by Damien Elmes <damien@repose.cx>.
9631
9632 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9633
9634         * gnus.el (gnus-mime): Remove unused custom group.
9635
9636 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9637
9638         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9639         "blank line" when searching for end of armor headers.
9640
9641 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gmm-utils.el (gmm-write-region): Fix variable name.
9644
9645 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9646
9647         * gmm-utils.el (gmm-write-region): New function based on compatibility
9648         code from `mm-make-temp-file'.
9649
9650         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9651
9652         * nnmaildir.el (nnmaildir--update-nov)
9653         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9654         Use `gmm-write-region'.
9655
9656 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9657
9658         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9659         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9660
9661         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9662
9663         * message.el (message-replacement-char): New variable.
9664         (message-fix-before-sending): Use it.
9665         (message-simplify-subject): New function to remove duplicate code.
9666         (message-reply, message-followup): Use it.
9667
9668         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9669         gnus-summary-limit-to-articles.
9670
9671 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9672
9673         * gnus-util.el (gnus-with-local-quit): New macro.
9674
9675         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9676
9677 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9678
9679         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9680         ignore non-string data.
9681
9682 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9683
9684         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9685         non-string data (needs to be done in the registry too).
9686
9687 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9688
9689         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9690         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9691         (gnus-registry-split-fancy-with-parent)
9692         (gnus-registry-fetch-simplified-message-subject-fast)
9693         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9694         Remove text properties on ingress into the registry and when it's saved.
9695         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9696         registry from entries with no groups.
9697
9698 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9699
9700         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9701         function to remove string properties.
9702
9703 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9704
9705         * gmm-utils.el (gmm): Adjust custom version.
9706
9707         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9708         custom version.
9709
9710         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9711
9712 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9713
9714         * gnus-art.el (gnus-insert-prev-page-button)
9715         (gnus-insert-next-page-button): Simplify.  Reformat.
9716
9717 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9718
9719         * gnus-art.el (gnus-insert-prev-page-button)
9720         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9721
9722 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9723
9724         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9725
9726 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9727
9728         * gnus-art.el (gnus-insert-mime-button)
9729         (gnus-insert-mime-security-button):
9730         Apply gnus-article-button-face to MIME and security buttons.
9731
9732 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9733
9734         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9735         readable.
9736
9737 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9738
9739         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9740
9741 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9742
9743         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9744         `browse-url-of-file' instead of `browse-url'.
9745
9746 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9747
9748         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9749         regexp.  Articles containing quotation were cut prematurely.
9750
9751 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9752
9753         * message.el (message-cite-original-1): Use nobody by default for the
9754         value of From header.
9755         (message-reply): Ditto.
9756
9757 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9758
9759         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9760         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9761         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9762
9763 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9766         mails in the doc string.  Add some URLs in comment.
9767         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9768
9769 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9770
9771         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9772         backslashes handling and the way to find boundaries of quoted strings.
9773
9774 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9775
9776         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9777         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9778         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9779         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9780
9781 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9782
9783         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9784         doc string.
9785         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9786
9787 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9788
9789         * lpath.el: Fbind epg-check-configuration.
9790
9791 2006-09-06  Simon Josefsson  <jas@extundo.com>
9792
9793         * mml2015.el (mml2015-use): Doc fix, mention epg.
9794
9795 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9796
9797         * mml2015.el (mml2015-use): Default to epg, if available.
9798
9799 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9800
9801         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9802         message-sender.
9803         (mml1991-epg-encrypt): Ditto.
9804         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9805         message-sender.
9806         (mml2015-epg-encrypt): Ditto.
9807
9808 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9809
9810         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9811         several common directories.
9812
9813 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9814
9815         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9816         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9817
9818 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9819
9820         * gnus-art.el (article-decode-encoded-words): Make it fast.
9821
9822 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9823
9824         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9825
9826         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9827         in quoted string into `\'.
9828
9829 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9830
9831         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9832         Use standard-syntax-table.
9833
9834 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9835
9836         * gnus-art.el (gnus-decode-address-function): New variable.
9837         (article-decode-encoded-words): Use it to decode headers which are
9838         assumed to contain addresses.
9839         (gnus-mime-delete-part): Remove useless `or'.
9840
9841         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9842         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9843         (gnus-nov-parse-line): Use it to decode From header.
9844         (gnus-get-newsgroup-headers): Ditto.
9845         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9846
9847         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9848         (mail-decode-encoded-address-string): New alias.
9849
9850         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9851         New function.
9852         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9853         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9854         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9855         (rfc2047-decode-string): Ditto.
9856         (rfc2047-decode-address-region): New function.
9857         (rfc2047-decode-address-string): New function.
9858
9859 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9860
9861         * message.el (message-caesar-buffer-body): Allow rotating headers.
9862
9863         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9864
9865         * message.el (message-insert-formated-citation-line): Fix %f.
9866         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9867
9868 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9871         (gnus-bookmark-mouse-available-p): New macro.
9872         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9873         (gnus-bookmark-bmenu-show-infos): Use it.
9874         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9875         (gnus-bookmark-bmenu-hide-infos): Ditto.
9876         (gnus-bookmark-remove-properties): New function.
9877         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9878         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9879         (gnus-bookmark-write-file): Bind coding-system-for-write.
9880         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9881         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9882         group before selecting it.
9883         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9884         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9885         quit-window if it is not available; use gnus-mouse-2 and bind it to
9886         gnus-bookmark-bmenu-select-by-mouse.
9887         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9888         (gnus-bookmark-bmenu-select-by-mouse): New function.
9889
9890 2006-08-13  Romain Francoise  <romain@orebokech.com>
9891
9892         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9893         space.
9894
9895 2006-08-10  Romain Francoise  <romain@orebokech.com>
9896
9897         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9898         (dns-mode-soa-auto-increment-serial): New user option.
9899         (dns-mode-soa-maybe-increment-serial): New function.
9900         (dns-mode): Add the latter to `write-contents-functions'.
9901
9902 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * compface.el (uncompface): Use binary rather than raw-text-unix.
9905
9906 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9907
9908         * compface.el (uncompface): Make sure the eol conversion doesn't take
9909         place when communicating with the external programs.  Reported by
9910         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9911
9912 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9913
9914         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9915
9916 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9917
9918         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9919         Make it more robust by parsing author and date independently.
9920
9921 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9922
9923         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9924
9925 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9926
9927         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9928         first matching secret key.
9929         (mml2015-epg-encrypt): Ditto.
9930
9931         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9932         first matching secret key.
9933         (mml1991-epg-encrypt): Ditto.
9934
9935         * mml2015.el (mml2015-encrypt-to-self): New user option.
9936         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9937         mml2015-epg-encrypt-to-self is set.
9938
9939         * mml1991.el (mml1991-encrypt-to-self): New variable.
9940         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9941         mml1991-epg-encrypt-to-self is set.
9942
9943         * mml2015.el (mml2015-signers): New user option.
9944         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9945         (mml2015-epg-encrypt): Allow to select signing keys.
9946
9947         * mml1991.el (mml1991-signers): New variable.
9948         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9949         (mml1991-epg-encrypt): Allow to select signing keys.
9950
9951 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9952
9953         * nnheader.el (nnheader-insert-head): Make it work even if the file
9954         uses CRLF for the line-break code.
9955
9956 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9957
9958         * mml2015.el: Require mml-sec instead of password.
9959         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9960         (mml2015-cache-passphrase): Inherit the default value from
9961         mml-secure-cache-passphrase.
9962         (mml2015-passphrase-cache-expiry): Inherit the default value from
9963         mml-secure-passphrase-cache-expiry.
9964
9965         * mml1991.el: Require mml-sec instead of password.
9966         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9967         (mml1991-cache-passphrase): Inherit the default value from
9968         mml-secure-cache-passphrase.
9969         (mml1991-passphrase-cache-expiry): Inherit the default value from
9970         mml-secure-passphrase-cache-expiry.
9971
9972         * mml-sec.el: Require password.
9973         (mml-secure-verbose): New user option.
9974         (mml-secure-cache-passphrase): New user option.
9975         (mml-secure-passphrase-cache-expiry): New user option.
9976
9977 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9978
9979         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9980         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9981         andreas@altroot.de (Andreas Vögele).
9982
9983         FIXME: Use `tiny change'?
9984
9985 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9986
9987         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9988         workaround for the url package included with Emacs.
9989
9990         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9991
9992 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9993
9994         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9995         correctly.  This fixes a bug caused by the 2006-05-12 change.
9996
9997 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9998
9999         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10000         some information about the error when saying that the `bogus' mail
10001         group will be used.
10002
10003 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10004
10005         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10006         string.
10007
10008 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10009
10010         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10011
10012 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10013
10014         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10015
10016 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10017
10018         * mml1991.el (mml1991-function-alist): Add epg.
10019         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10020         (mml1991-epg-encrypt): New functions.
10021
10022 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10023
10024         * mml2015.el (mml2015-verbose): New variable.
10025         (mml2015-cache-passphrase): Ditto.
10026         (mml2015-passphrase-cache-expiry): Ditto.
10027         (mml2015-function-alist): Add epg.
10028         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10029         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10030         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
10031         functions.
10032
10033 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10034
10035         * message.el (message-cite-original-1): Preserve region when removing
10036         quoted text due to X-No-Archive in order to avoid bogus attribution
10037         when citing multiple messages.
10038
10039 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10040
10041         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
10042         Kenneth Jacker <khj@be.cs.appstate.edu>.
10043
10044 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10045
10046         * gnus-diary.el (gnus-user-format-function-d)
10047         (gnus-user-format-function-D): Autoload.
10048
10049         * imap.el (Commentary): Fix typo.
10050
10051         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10052         2006-04-22 contribution.
10053
10054 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10055
10056         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10057         It didn't really fix the bogosity I'm seeing with solid web groups.
10058
10059 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10060
10061         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10062         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10063         created using server names.  If we use the feature without declaring
10064         it, Gnus does not properly manage server and group state.
10065
10066         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10067         bound.
10068
10069 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10070
10071         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10072         looking up the method using GROUP's prefix before inventing a new one.
10073         It is used on killed/unknown groups in various places where returning
10074         an all-new method isn't expected by the caller.
10075
10076         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10077         and match semantics of gnus-group-real-prefix.
10078
10079 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10080
10081         * nnmail.el (nnmail-broken-references-mailers): New variable.
10082         (nnmail-ignore-broken-references): New function generalizing
10083         nnmail-fix-eudora-headers.
10084         (nnmail-fix-eudora-headers): Now obsolete.
10085
10086         * gnus-art.el (gnus-button-handle-custom): Support
10087         `customize-apropos*'.
10088
10089 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090
10091         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10092
10093         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10094         articles.
10095
10096 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10097
10098         * message.el (message-cite-reply-above): New variable.
10099         (message-yank-original): Use it.
10100
10101 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10104
10105 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10106
10107         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10108         as read.
10109
10110         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10111
10112 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10113
10114         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10115         (gnus-bookmark-default-file): Use gnus-directory.
10116         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10117         Remove "*" in doc string.
10118         (gnus-bookmark-write-file): Simplify.
10119         (gnus-bookmark-maybe-sort-alist): Use `when'.
10120         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10121         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10122         FIXME about Emacs 21 and XEmacs compatibility.
10123         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10124         compatibility.
10125         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10126         compatibility.
10127         (gnus-bookmark-menu-heading): Fix version.
10128
10129 2006-06-19  Bastien Guerry  <bzg@altern.org>
10130
10131         * gnus-bookmark.el: New file.
10132
10133 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10134
10135         * message.el (message-syntax-checks): Doc fix.
10136
10137 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10138
10139         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10140         unsubscribed groups as if they were killed ones.  It causes duplicate
10141         entries in gnus-newsrc-alist.
10142
10143 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10144
10145         * message.el (message-syntax-checks): Doc fix.
10146         (message-send-mail): Add check for continuation headers.
10147         (message-check-news-header-syntax): Fix regexp used to check for
10148         continuation headers.
10149
10150 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10151
10152         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10153
10154 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10155
10156         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10157
10158 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10159
10160         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10161         default-truncate-lines.
10162
10163 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10164
10165         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10166         to fill the utf-8 entry.
10167
10168         * lpath.el: Fbind unicode-precedence-list.
10169
10170 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10171
10172         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10173
10174 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10175
10176         * gnus-agent.el (directory-files-and-attributes): Move all the way
10177         forward (the third and final move).
10178         (gnus-agent-read-agentview): Trap reconstruction errors due to
10179         nonexistant directory.  Handle by returning nil.
10180
10181 2006-05-30  Didier Verna  <didier@xemacs.org>
10182
10183         * message.el (message-dont-reply-to-names): Update the custom type.
10184         * message.el (message-dont-reply-to-names): New defsubst: potentially
10185         convert a list of regexps into a single one.
10186         * message.el (message-get-reply-headers): Use it.
10187         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10188
10189 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * gnus-agent.el (directory-files-and-attributes): Move forward.
10192
10193 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10194
10195         * gnus-ml.el (gnus-mailing-list-subscribe)
10196         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10197         (gnus-mailing-list-message): Fix doc strings.
10198
10199 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10200
10201         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10202         of doing it manually.
10203
10204 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10205
10206         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10207         comment.
10208
10209 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10210
10211         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10212         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10213         (gnus-agent-read-local): All symbols allocated in my-obarray.
10214         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10215         (gnus-agent-regenerate-group): Check numeric names to see if they are
10216         messages or groups.
10217         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10218         better way of do this...)
10219
10220         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10221         'dummy.group' (there should be a better way of do this...)
10222
10223 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10226         (gnus-saved-headers): Ditto.
10227         (gnus-default-article-saver): Mention functions may have properties.
10228         (gnus-article-save): Override gnus-save-all-headers and
10229         gnus-saved-headers by :headers property which saver function may have.
10230         (gnus-summary-save-in-file): Add :headers property.
10231         (gnus-summary-write-to-file): Ditto.
10232
10233         * gnus-sum.el (gnus-summary-save-article): Bind
10234         gnus-prompt-before-saving to t when saving many articles in a file;
10235         always show all headers.
10236
10237         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10238
10239 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10240
10241         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10242         marks.
10243
10244         * message.el (message-indent-citation): Add optional arguments to allow
10245         using it outside of message buffers.
10246
10247         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10248         (gnus-article-treat-unfold-headers): Use it.
10249         (gnus-article-truncate-lines): New variable.
10250         (gnus-article-mode): Use it.
10251         (gnus-article-toggle-truncate-lines): New function.
10252
10253         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10254         gnus-article-toggle-truncate-lines.
10255
10256         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10257         coding system in XEmacs, use binary.
10258
10259 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10260
10261         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10262         after-load-alist.
10263
10264         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10265         this function should save decoded articles.
10266         (gnus-summary-write-to-file): Use property to specify this function
10267         should save decoded articles and specify gnus-summary-save-in-file
10268         should be used to save articles other than the first one when saving
10269         many articles.
10270         (gnus-summary-save-body-in-file): Use property to specify this
10271         function should save decoded articles.
10272         (gnus-summary-write-body-to-file): Use property to specify this
10273         function should save decoded articles and specify
10274         gnus-summary-save-body-in-file should be used to save articles other
10275         than the first one when saving many articles.
10276
10277         * gnus-sum.el (gnus-summary-save-article): Simplify.
10278
10279 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10280
10281         * gnus-art.el (gnus-default-article-saver): Add
10282         gnus-summary-write-body-to-file.
10283         (gnus-article-save-coding-system): Don't use coding system object
10284         in XEmacs.
10285         (gnus-read-save-file-name): Add optional `dir-var' argument which
10286         specifies directory in which files are saved; work even if optional
10287         `variable' argument is not specified.
10288         (gnus-summary-write-to-file): Read file name.
10289         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10290         (gnus-summary-write-body-to-file): New function.
10291
10292         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10293         (gnus-summary-local-variables): Add it.
10294         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10295         (gnus-summary-save-article): Remove optional `decode' argument;
10296         determine whether to decode articles by the value of
10297         gnus-default-article-saver; when saving many files using
10298         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10299         it first and use gnus-summary-save-in-file or
10300         gnus-summary-save-body-in-file thereafter unless
10301         gnus-prompt-before-saving is always; move point to article which
10302         will be saved.
10303         (gnus-summary-save-article-file): Revert.
10304         (gnus-summary-write-article-file): Revert.
10305         (gnus-summary-save-article-body-file): Revert.
10306         (gnus-summary-write-article-body-file): New function.
10307
10308 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10309
10310         * gnus-art.el (gnus-default-article-saver): Doc fix.
10311         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10312         from gnus-summary-save-article-coding-system, and default to a
10313         certain coding system.
10314         (gnus-output-to-file): Add coding cookie and encode text according
10315         to gnus-article-save-coding-system; don't use mm-append-to-file.
10316
10317         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10318         gnus-art.el and rename to gnus-article-save-coding-system.
10319         (gnus-summary-save-article): Require gnus-art; don't show all
10320         headers if it decodes articles; don't add coding cookie here;
10321         don't bind mm-text-coding-system-for-write.
10322         (gnus-summary-save-article-file): Save decoded articles.
10323         (gnus-summary-write-article-file): When saving many files, use
10324         gnus-summary-write-to-file first and gnus-summary-save-in-file
10325         thereafter unless gnus-prompt-before-saving is always.
10326         (gnus-summary-save-article-body-file): Save decoded articles.
10327
10328         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10329
10330 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10331
10332         * nnrss.el (nnrss-check-group): Bind hash-index.
10333
10334 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10335
10336         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10337         its hash index.  Store this hash in `nnrss-group-data'.
10338         (nnrss-read-group-data): Update accordingly.
10339
10340 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10341
10342         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10343         entry.
10344
10345         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10346         gnus-article-browse-html-article.
10347
10348 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10349
10350         * gnus-sum.el (gnus-summary-mime-map): Add
10351         gnus-article-browse-html-article.
10352
10353         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10354
10355 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10356
10357         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10358         suitable coding systems in customize.
10359
10360 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10361
10362         * mail-source.el (mail-sources): Fix custom type.
10363
10364 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10367         (gnus-summary-expire-articles-now): Shorten prompt.
10368
10369         * gmm-utils.el (wid-edit): Require.
10370         (defun-gmm): Renamed from `gmm-defun-compat'.
10371         (gmm-image-search-load-path): Use it.
10372         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10373
10374 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10375
10376         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10377         variable.
10378         (gnus-summary-save-article): Add optional `decode' argument.  If
10379         it is set and gnus-summary-save-article-coding-system is non-nil,
10380         save decoded article.
10381         (gnus-summary-write-article-file): Save decoded article if
10382         gnus-summary-save-article-coding-system is non-nil.
10383
10384         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10385         type.
10386
10387 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10388
10389         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10390
10391 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10392
10393         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10394         first to test gnus-single-article-buffer which may be buffer-local.
10395
10396         * gnus-sum.el (gnus-summary-setup-buffer): Make
10397         gnus-single-article-buffer buffer-local and nil in ephemeral
10398         group; make gnus-article-buffer, gnus-article-current, and
10399         gnus-original-article-buffer always buffer-local.
10400         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10401         group.
10402         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10403
10404 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10405
10406         * nnml.el (nnml-request-compact-group): Compressed files might not
10407         have .gz extension.
10408
10409 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10410
10411         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10412         (mm-copy-to-buffer): Use with-current-buffer.
10413         (mm-display-part): Simplify.
10414         (mm-inlinable-p): Add optional arg `type'.
10415
10416 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10417
10418         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10419         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10420         Try harder to show the attachment internally or externally using
10421         gnus-mime-view-part-as-type.
10422
10423 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10424
10425         * message.el (message-from-style, message-signature-separator)
10426         (message-user-organization-file, message-send-mail-function)
10427         (message-citation-line-function, message-yank-prefix)
10428         (message-indent-citation-function, message-signature)
10429         (message-signature-file, message-signature-insert-empty-line):
10430         Remove autoloads.
10431
10432         * gnus-art.el (gnus-buttonized-mime-types): Remove
10433         "multipart/signed".  Revert 2006-04-26 change.
10434
10435 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10436
10437         * gnus.el (gnus-version-number): Bump version.
10438
10439 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10440
10441         * gnus.el: No Gnus v0.5 is released.
10442
10443 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10444
10445         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10446         fetching articles by message-id.
10447
10448 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10449
10450         * message.el (hashcash): Require hashcash as normal.
10451
10452         * ecomplete.el (ecomplete-highlight-match-line): Use
10453         point-at-eol.
10454         (ecomplete-highlight-match-line): Use `highlight', because that
10455         face exists in both Emacs and XEmacs.
10456
10457         * message.el (message-display-abbrev): Use point-at-bol.
10458
10459         * mail-source.el: Don't require timer/timer-funcs.
10460
10461         * gnus-async.el: Ditto.
10462
10463         * password.el: Ditto.
10464
10465         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10466
10467         * mm-url.el: Ditto.
10468
10469         * gnus-xmas.el: Don't require timer-funcs.
10470
10471         * mm-util.el: Require timer/timer-funcs.
10472
10473 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10474
10475         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10476         Close.
10477
10478 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10479
10480         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10481         unibyte after clear-decrypt function runs.
10482
10483         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10484         returns as a unibyte string.
10485
10486 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10487
10488         * lpath.el: Revert.
10489
10490         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10491         (pgg-gpg-process-sentinel): Revert.
10492
10493         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10494         (pgg-pgp-lookup-key): Revert.
10495
10496         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10497         (pgg-pgp5-lookup-key): Revert.
10498
10499         * pgg.el (pgg-fetch-key): Revert.
10500
10501 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10502
10503         * lpath.el: Fbind string-as-multibyte for XEmacs.
10504
10505         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10506         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10507         (mml1991-pgg-encrypt): Ditto.
10508
10509         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10510         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10511         a multibyte buffer.
10512
10513         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10514         (pgg-pgp-lookup-key): Ditto.
10515
10516         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10517         (pgg-pgp5-lookup-key): Ditto.
10518
10519         * pgg.el (pgg-fetch-key): Ditto.
10520
10521 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10522
10523         * message.el (message-user-organization-file): Check several
10524         locations of the organization file.
10525
10526         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10527         Add gnus-article-view-part-as-type.
10528
10529         * gnus-art.el (gnus-article-view-part-as-type): New function.
10530
10531         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10532         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10533
10534         * mml.el: Simplify autoload.
10535         (mml-mode): defvar dnd-protocol-alist instead of using
10536         symbol-value.
10537         (mml-default-directory): New variable.
10538         (mml-minibuffer-read-file): Use it.
10539         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10540
10541         * message.el (message-citation-line-format): New variable.
10542         (message-insert-formated-citation-line): New function.
10543         (message-citation-line-function): Add
10544         `message-insert-formated-citation-line' to custom type.
10545
10546         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10547         to doc string.
10548
10549         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10550         depending on mm-verify-option.
10551
10552 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10553
10554         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10555         binding pgg-* variables; reimplement the section which prevents
10556         MIME header from being signed.
10557         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10558         pgg-text-mode; remove a blank line at the top of body.
10559
10560         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10561         lines at the top of body; use gnus-newsgroup-charset if there's no
10562         Charset header.
10563
10564 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * message.el (message-self-insert-commands): Doc fix.
10567
10568         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10569         (mm-uu-pgp-encrypted-test): Ditto.
10570         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10571         between header and body; return application/pgp-encrypted handle
10572         if decryption failed; decode decrypted body by charset.
10573
10574         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10575         element match to application/pgp-*.
10576
10577 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10578
10579         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10580         HTML.
10581
10582 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10583
10584         * mail-source.el (mail-source-call-script): Message the error
10585         string.
10586
10587 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10588
10589         * gnus-util.el (gnus-byte-compile): Use it.
10590
10591 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10592
10593         * gnus-util.el (kill-empty-logs): New function.
10594
10595 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10596
10597         * message.el (message-mail-alias-type): Doc fix.
10598         (message-mail-alias-type-p): New function.
10599         (message-send): Use it.
10600         (message-mode): Ditto.
10601         (message-strip-forbidden-properties): Ditto.
10602
10603         * ecomplete.el (ecomplete-database-file-coding-system): New
10604         variable.
10605         (ecomplete-save): Use it.
10606         (ecomplete-setup): Use it.
10607
10608 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10609
10610         * message.el (message-self-insert-commands): New variable.
10611         (message-strip-forbidden-properties): Use it.
10612
10613 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10614
10615         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10616         that doesn't make XEmacs choke.
10617
10618 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10619
10620         * gnus-util.el (gnus-replace-in-string):
10621         Prefer replace-regexp-in-string over of replace-in-string.
10622
10623 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10624
10625         * gnus-util.el (gnus-select-frame-set-input-focus):
10626         Use select-frame-set-input-focus if it is available in XEmacs; use
10627         definition defined in Emacs 22 for old Emacsen.
10628
10629         * dgnushack.el: Autoload unmorse-region for XEmacs.
10630
10631         * lpath.el: Bind cursor-in-non-selected-windows and
10632         select-frame-set-input-focus for XEmacs.
10633
10634 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10635
10636         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10637
10638 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10639
10640         * gnus-registry.el (gnus-registry-cache-save): Remove text
10641         properties when saving via the temp buffer.
10642
10643 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10644
10645         * message.el (message-generate-hashcash): Honor custom type.
10646
10647 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10648
10649         * message.el (message-generate-hashcash): Default to non-nil when
10650         hashcash is found.
10651
10652         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10653         (gnus-refer-thread-limit): Increase default to 500.
10654
10655         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10656
10657         * flow-fill.el (fill-flowed): Allow delete-space.
10658
10659 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10660
10661         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10662         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10663         Remove autoloads.
10664
10665 2006-04-18  Simon Josefsson  <jas@extundo.com>
10666
10667         * message.el (message-generate-hashcash): Default to.
10668
10669 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10670
10671         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10672         concatenating segments rather than before concatenating them.
10673
10674 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10675
10676         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10677
10678 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10679
10680         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10681
10682         * message.el (message-forward-make-body-plain): Allow
10683         message-forward-ignored-headers to be a list.
10684         (message-remove-ignored-headers): Factor out into function.
10685         (message-forward-make-body-mml): Use it.
10686
10687         * imap.el (imap-quote-specials): New function.
10688         (imap-login-auth): Quote specials.
10689
10690         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10691         (rfc2231-parse-string): Allow concatanation of parameters that
10692         aren't contiguous.  The test case is
10693           (mail-header-parse-content-type "message/external-body;
10694             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10695             access-type=LOCAL-FILE;
10696             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10697
10698 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10699
10700         * nntp.el (nntp-accept-process-output): Return the value of
10701         `nnheader-accept-process-output'.
10702
10703 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10704
10705         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10706         (gnus-button-alist): Recognize more diff formats.
10707         (gnus-button-patch): Strip directory.
10708
10709 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10710
10711         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10712         Emacs 22 when setting focus.
10713
10714 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10715
10716         * gnus-art.el (gnus-article-treat-types): Do treatment of
10717         text/x-verbatim parts.
10718         (gnus-button-patch): New command.
10719
10720         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10721         addresses that contain invalid characters.
10722
10723 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10724
10725         * message.el (message-put-addresses-in-ecomplete): Use
10726         gnus-replace-in-string.
10727         (message-is-yours-p): Use the more correct
10728         mail-header-parse-address instead of
10729         mail-extract-address-components.
10730         (message-put-addresses-in-ecomplete): Fix typo.
10731
10732         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10733         keystroke.
10734
10735         * gnus-art.el (gnus-treatment-function-alist): Change order of
10736         newsgroups/generic header folding to avoid double-folding.
10737
10738         * message.el (message-hidden-headers): Add X-Draft-From.
10739
10740         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10741         command.
10742         (gnus-summary-repeat-search-article-backward): New command.
10743
10744         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10745         groups in the parent topic.
10746
10747 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10748
10749         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10750         (spam-extra-header-to-number): Return the CRM114 number as a
10751         number instead of a string.
10752
10753 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10754
10755         * gnus-art.el (gnus-face-properties-alist): Moved here from
10756         gnus-fun.
10757
10758         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10759
10760 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10761
10762         * message.el (message-strip-forbidden-properties): Only display on
10763         self-insert-command.
10764
10765         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10766         reindent.
10767         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10768
10769 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10770
10771         * smiley.el (smiley-style): Fix typo.
10772
10773 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10774
10775         * hashcash.el (hashcash-insert-payment-async-2): Use
10776         message-goto-eoh instead of doing it manually.
10777         (mail-add-payment): Use message-narrow-to-header instead of trying
10778         to do the same itself.
10779
10780         * message.el (message-hidden-headers): Add Face.
10781
10782         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10783         reparenting code.
10784         (gnus-summary-reparent-children): Refactored out code.
10785         (gnus-summary-thread-map): New keystroke.
10786         (gnus-summary-reparent-children): Make into command.
10787
10788         * smiley.el (smiley-style): Default to `medium' if using a large
10789         font.
10790
10791         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10792         does it itself.
10793
10794         * message.el (message-point-in-header-p): Simplify definition.
10795
10796 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10797
10798         * nnagent.el (nnagent-request-set-mark): Silence log file
10799         writing.
10800         (nnagent-request-set-mark): Use write-region instead of
10801         append-to-file.
10802
10803         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10804         strange select method.
10805
10806         * ecomplete.el (ecomplete-display-matches): Get highlightling
10807         right.
10808         (ecomplete-display-matches): Use literals.
10809         (ecomplete-display-matches): Disable message logging.
10810
10811         * message.el (message-display-abbrev): Small optimization.
10812
10813         * ecomplete.el (ecomplete-display-matches): Allow automatic
10814         display.
10815
10816         * message.el (message-strip-forbidden-properties): Display
10817         abbrevs.
10818         (message-display-abbrev): Get automatic display right.
10819
10820         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10821         keystrokes.
10822
10823 2006-04-13  Romain Francoise  <romain@orebokech.com>
10824
10825         TODO: Backport to v5-10!
10826
10827         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10828         Moved here (and renamed) from gnus-registry.el.
10829
10830         * gnus-registry.el: Require gnus-util.
10831         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10832
10833 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10834
10835         * gnus-group.el (gnus-group-catchup-current): Change
10836         if-then-else-if-then-else into cond.
10837         (gnus-group-catchup): Indent.
10838         (group-name-at-point): New function.
10839         (gnus-fetch-group): Provide default from thing at point.
10840
10841 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10842
10843         * message.el (message-display-abbrev): Fix regexp.
10844
10845         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10846         choosing.
10847         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10848         dead variables.
10849
10850         * message.el (message-newline-and-indent): Remove debugging.
10851         (message-display-abbrev): Use new implementation.
10852
10853 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10854
10855         * gnus-art.el (gnus-article-mode): Set
10856         cursor-in-non-selected-windows to nil.
10857
10858         * smiley.el: Revert previous change.
10859         (smiley-data-directory): defvar it before using it in the
10860         defcustom of `smiley-style'.
10861
10862 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10863
10864         * message.el (message-newline-and-indent): New function.
10865
10866         * ecomplete.el: Implement more bits.
10867
10868         * message.el (message-put-addresses-in-ecomplete): Clean up the
10869         string.
10870
10871         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10872
10873         * gnus-sum.el (gnus-summary-save-parts): Bind
10874         gnus-summary-save-parts-counter and use it to make unique file
10875         names.
10876
10877         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10878
10879         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10880         parameter to say whether to actually parse the individual
10881         addresses.
10882
10883         * message.el (message-put-addresses-in-ecomplete): New function.
10884         (ecomplete): Require.
10885         (message-mail-alias-type): Add ecomplete as an option.
10886
10887 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10888
10889         * flow-fill.el (fill-flowed): Remove trailing space from blank
10890         quoted lines.
10891
10892 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10893
10894         * smiley.el (smiley-style): Move definition later to avoid a
10895         compilation warning.
10896
10897 2006-04-12  Kenichi Handa  <handa@m17n.org>
10898
10899         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10900         buffer and then decode the buffer text if necessary.
10901         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10902         first, and after mm-encode-body, change the buffer to unibyte.
10903         Use mm-disable-multibyte instead of set-buffer-multibyte.
10904
10905 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10906
10907         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10908         Content-Type header instead of Content-Disposition header.
10909         (gnus-mime-inline-part): Ditto.
10910         (gnus-mime-view-part-as-charset): Ignore charset that the part
10911         specifies.
10912
10913         * mm-decode.el (mm-display-part): Work with external parts and
10914         usual parts similarly.
10915
10916         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10917         instead of gnus-display-mime.
10918
10919         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10920         instead of with-temp-buffer.
10921
10922         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10923         tag to summarized topics part in order to encode non-ASCII text.
10924
10925 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10926
10927         * smiley.el (smiley-style): New variable.
10928         (smiley-directory): New function.
10929         (smiley-data-directory): Derive from `smiley-style' using
10930         `smiley-directory'.
10931         (smiley-regexp-alist): Add new entries.
10932
10933         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10934         (gnus-article-browse-delete-temp): Add :version.
10935
10936 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10937
10938         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10939         the sieve region.
10940
10941 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10942
10943         * gnus.el (gnus-version-number): Bump version.
10944
10945 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10946
10947         * gnus.el: No Gnus v0.4 is released.
10948
10949 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10950
10951         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10952         layout.
10953
10954         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10955         unknown charset.
10956
10957         * message.el (message-header-synonyms): Add Original-To to the
10958         default.
10959
10960         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10961         optional parameter.
10962
10963 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * gnus-fun.el (gnus): Require it for gnus-directory.
10966
10967 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10968
10969         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10970
10971 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10972
10973         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10974
10975 2006-04-05  Simon Josefsson  <jas@extundo.com>
10976
10977         * password.el (password-reset): New function.
10978
10979 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10980
10981         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10982         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10983
10984 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10985
10986         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10987         Some whitespace was matched into the url, which broke browsing hits
10988         > 100 when mm-url-use-external was nil.
10989
10990 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10991
10992         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10993         gnus-extra-headers for 'Newsgroups.
10994
10995         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10996         bound.
10997
10998 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10999
11000         * pgg-gpg.el: Clean up process buffers every time gpg processes
11001         complete.
11002
11003 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11004
11005         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11006         doc string.
11007
11008 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11009
11010         * pgg-gpg.el (pgg-gpg-process-filter)
11011         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11012
11013         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11014         lines, temporary fix.
11015
11016 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11017
11018         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11019
11020 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11021
11022         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11023         default-enable-multibyte-characters.  This reverts the change from
11024         revision 6.17 which is no longer necessary because the passphrase
11025         is sent separately now.  GnuPG messages are unreadable under
11026         multibyte locales with default-enable-multibyte-characters set to
11027         nil.
11028
11029 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11030
11031         * message.el (message-tool-bar-gnome): Move "spell".
11032
11033 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11034
11035         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11036         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11037         instead.
11038
11039 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11040
11041         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
11042         newsgroups handling for NNTP overviews which don't include
11043         Newsgroups.
11044
11045 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11046
11047         * message.el (message-resend): Bind message-generate-hashcash to nil.
11048
11049 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11050
11051         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11052         when searching for already-paid recipients.
11053
11054 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11055
11056         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11057         passphrases when it is not needed.
11058         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11059         passphrase stuff from gpg, should only be necessary when you use
11060         gpg with a smartcard.
11061
11062 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11063
11064         * mml.el (mml-insert-mime): Ignore cached contents of
11065         message/external-body part.
11066
11067         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11068         (mm-insert-part): Ditto.
11069
11070 2006-03-23  Simon Josefsson  <jas@extundo.com>
11071
11072         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11073         Reiner.
11074         (pgg-gpg-use-agent-p): Use it again.
11075
11076 2006-03-23  Simon Josefsson  <jas@extundo.com>
11077
11078         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11079         older emacsen.
11080         (pgg-gpg-use-agent-p): Don't use it.
11081
11082 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11083
11084         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11085         if we can.
11086
11087 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11088
11089         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11090         (pgg-gpg-update-agent): New function.
11091         (pgg-gpg-use-agent-p): New function.
11092         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11093         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11094         (pgg-gpg-sign-region): Use it.
11095
11096 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11097
11098         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11099         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11100
11101 2006-03-21  Simon Josefsson  <jas@extundo.com>
11102
11103         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11104         <wilde@sha-bang.de>.
11105         (pgg-gpg-use-agent): New variable.
11106         (pgg-gpg-process-region): Use it.
11107         (pgg-gpg-encrypt-region): Likewise.
11108         (pgg-gpg-encrypt-symmetric-region): Likewise.
11109         (pgg-gpg-decrypt-region): Likewise.
11110         (pgg-gpg-sign-region): Likewise.
11111         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11112
11113 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11114
11115         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11116
11117         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11118         Add comment on version.
11119
11120 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11121
11122         * smiley.el: Add missing test smiley.
11123
11124 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11125
11126         * mm-decode.el (mm-with-part): New macro.
11127         (mm-get-part): Use it; work with message/external-body as well.
11128         (mm-save-part): Treat name and filename equally.
11129
11130         * mm-extern.el (mm-extern-cache-contents): New function.
11131         (mm-inline-external-body): Use it; force the part to be displayed;
11132         move undisplayer added to the cached handle to the parent.
11133
11134         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11135         (gnus-mime-view-part-as-type): Work with message/external-body.
11136
11137         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11138
11139 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11140
11141         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11142         images in image-load-path.  [Sync with image.el, revision 1.60, in
11143         Emacs.]
11144
11145 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11146
11147         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11148         path rather than symbol.  Always return list of directories.
11149         Guarantee that image directory comes first.  [Sync with image.el,
11150         revision 1.59, in Emacs.]
11151
11152         * message.el (message-make-tool-bar): Adjust to new API of
11153         `gmm-image-load-path-for-library'.
11154
11155         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11156
11157         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11158
11159 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11160
11161         * gnus-art.el (gnus-article-only-boring-p):
11162         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11163         intangible text.
11164         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11165
11166 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11169         `defun' instead of `gmm-defun-compat'.
11170
11171 2006-03-14  Simon Josefsson  <jas@extundo.com>
11172
11173         * message.el (message-unique-id): Don't use message-number-base36
11174         if (user-uid) is a float.
11175         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11176
11177 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11178
11179         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11180
11181         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11182         empty line between a part and a message part.
11183
11184 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11185
11186         * smiley.el: Add more test smileys.
11187         (smiley-data-directory, smiley-regexp-alist)
11188         (gnus-smiley-file-types): Fix doc strings.
11189         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11190         adding new elements.
11191         (smiley-mouse-map): Unused code.  Make it a comment.
11192
11193 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11194
11195         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11196         scan latest NoCeM messages instead of old ones.
11197         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11198         delimiters that are recently used.
11199         (gnus-nocem-load-cache): Add autoload cookie.
11200
11201         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11202
11203         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11204         level which is larger than gnus-use-nocem is specified.
11205
11206         * gnus-group.el (gnus-group-get-new-news): Ditto.
11207
11208 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11209
11210         * gnus-util.el (gnus-tool-bar-update): New function.
11211
11212         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11213         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11214
11215         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11216
11217         * gnus-group.el (gnus-group-redraw-when-idle)
11218         (gnus-group-redraw-check): Remove.
11219         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11220
11221 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11222
11223         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11224         if optional last element is specified in splits (FIELD VALUE...).
11225
11226 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11229         to gmm-image-load-path-for-library.  Call with no-error argument.
11230         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11231
11232         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11233
11234         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11235
11236         * gmm-utils.el (gmm-image-load-path): Remove alias.
11237
11238 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11239
11240         * gmm-utils.el (gmm-image-load-path): Add alias.
11241
11242         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11243         nnml-generate-nov-databases-1.
11244         (nnml-generate-nov-databases): Use it.
11245         (nnml-generate-nov-databases-directory): Document no-active
11246         argument.
11247
11248         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11249         directory if path is t.  Add no-error.
11250
11251         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11252         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11253
11254         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11255         resetting gnus-article-browse-html-temp-list.
11256
11257         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11258         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11259         Add example to docstring.  Rename local variables.  Move error
11260         checks to default case in cond and simplify.
11261
11262 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11263
11264         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11265         handle is multipart when calling it recursively.
11266         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11267
11268 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11269
11270         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11271         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11272
11273 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11274
11275         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11276         is loaded.
11277
11278         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11279         loaded.
11280
11281 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11282
11283         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11284         to "Emacs 23 (unicode)" in doc string.
11285
11286         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11287         "Emacs 23 (unicode)" in comment.
11288
11289 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11290
11291         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11292
11293         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11294         characters 160 through 255 in Emacs 23.
11295
11296 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11297
11298         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11299         gnus-article-browse-html-temp.
11300         (gnus-article-browse-delete-temp): Make it customizable.  Add
11301         `file'.  Adjust doc string.
11302         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11303         query for each file.  Adjust doc string.
11304         (gnus-article-browse-html-parts): Add
11305         `gnus-article-browse-delete-temp-files' to
11306         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11307
11308 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11309
11310         * gnus-art.el (gnus-article-browse-html-temp)
11311         (gnus-article-browse-delete-temp): New variables.
11312         (gnus-article-browse-delete-temp-files): New function.
11313         (gnus-article-browse-html-parts): Use it.
11314
11315 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11316
11317         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11318
11319         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11320         string.
11321
11322         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11323         gnus-summary-insert-new-articles when unplugged.  Remove
11324         gnus-summary-search-article-forward.
11325
11326         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11327         display-visual-class instead of display-color-cells.
11328
11329 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11330
11331         * dgnushack.el: Autoload customize-group for XEmacs.
11332
11333         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11334         message/* containing non-ASCII text properly.
11335
11336 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * message.el: Require gmm-utils, remove autoloads.
11339         (message-tool-bar): Set default based on
11340         gmm-tool-bar-style.
11341         (message-tool-bar-gnome): Add gmm-customize-mode.
11342
11343         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11344         gmm-tool-bar-style.
11345         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11346
11347         * gnus-group.el (gnus-group-tool-bar): Set default based on
11348         gmm-tool-bar-style.
11349         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11350
11351         * gmm-utils.el (gmm-image-directory): Rename variable from
11352         gmm-image-load-path.
11353         (gmm-image-load-path): Use gmm-image-directory.
11354         (gmm-customize-mode): New function.
11355         (gmm-tool-bar-style): New variable.
11356
11357         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11358         gnus-group-redraw-line-number.
11359         (gnus-group-redraw-check): Simplify.
11360         (gnus-group-tool-bar-update): Remove redraw check.
11361         (gnus-group-make-tool-bar): Add redraw check.
11362
11363 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11364
11365         * gnus-art.el (gnus-button): Add missing parentheses.
11366
11367 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11368
11369         * lpath.el: Fbind line-number-at-pos.
11370
11371 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11372
11373         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11374
11375 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11376
11377         * gnus-art.el (gnus-button): New face.
11378         (gnus-article-button-face): Use it.
11379
11380         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11381         gnus-summary-next-page.  Re-order.
11382
11383         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11384         next-node are now included.
11385         (gnus-group-redraw-line-number): New internal variable.
11386         (gnus-group-redraw-check): Helper function for updating the tool
11387         bar.
11388         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11389
11390         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11391
11392         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11393         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11394         Use it to match format of Spamassassin 3.0 and later.  Reported by
11395         IRIE Tetsuya <irie@t.email.ne.jp>.
11396         (spam-check-bogofilter)
11397         (spam-bogofilter-register-with-bogofilter): Fix args of
11398         `gnus-error' calls.
11399
11400 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11401
11402         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11403         unnecessary interaction when sending queued mails.  Reported by
11404         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11405
11406 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11407
11408         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11409         first or last are nil.
11410
11411 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11412
11413         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11414
11415 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11416
11417         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11418
11419 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11420
11421         * dns.el (query-dns): Protect more against buggy tcp output.
11422
11423 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11426         nov.php.
11427
11428 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11429
11430         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11431         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11432         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11433         output on the server side.
11434         (nnweb-google-create-mapping): Update regexps and add some
11435         progress indication.
11436
11437 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11438
11439         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11440         gnus-agent-toggle-plugged.  Re-order icons.
11441         (gnus-group-tool-bar-gnome): Add
11442         gnus-group-{prev,next}-unread-group.
11443         (gnus-group-tool-bar-gnome): Re-order icons.
11444
11445         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11446         gnus-summary-insert-new-articles.
11447
11448         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11449         comments.
11450
11451         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11452         also available in Emacs 21.3.
11453
11454         * message.el (message-fix-before-sending): Change "Emacs 22" to
11455         "Emacs 23 (unicode)" in comment.
11456
11457         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11458         "Emacs 23 (unicode)" in comment.
11459
11460         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11461         comment.
11462         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11463
11464         * mm-view.el (mm-fill-flowed): Add :version.
11465
11466 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11467
11468         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11469         and load-path.
11470
11471 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11472
11473         * message.el: Autoload gmm-image-load-path.
11474         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11475         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11476         consitency.
11477
11478         * gmm-utils.el (gmm-image-load-path): Also search in
11479         "../etc/images".  Don't set gmm-image-load-path if we don't find
11480         the image.
11481
11482 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11483
11484         * gmm-utils.el (gmm-image-load-path): Don't make
11485         `gmm-image-load-path' include subdirectories which the second arg
11486         `image' might specify.
11487
11488         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11489         subdirectory to icon file names.
11490
11491         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11492
11493 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11494
11495         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11496         gmm-image-load-path calls.
11497
11498         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11499
11500         * message.el (message-make-tool-bar): Ditto.
11501
11502         * mml.el (mml-preview): Added comment concerning tool bar icons.
11503
11504         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11505         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11506
11507         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11508         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11509
11510         * message.el (message-tool-bar-gnome): Use new icon names.
11511         (message-make-tool-bar): Use `gmm-image-load-path'.
11512
11513         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11514         functions from MH-E.
11515         (gmm-image-load-path): New variable from MH-E.
11516         (gmm-image-load-path): New function from MH-E.  Added arguments
11517         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11518         *-image-load-path-called-flag.
11519
11520 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11521
11522         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11523
11524 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11525
11526         * nnimap.el (nnimap-request-move-article): Change folder back to
11527         source group before deleting.
11528
11529 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11530
11531         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11532
11533         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11534         mm-url.
11535
11536         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11537
11538 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11539
11540         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11541         coding system which mm-charset-to-coding-system returns for a
11542         given charset is valid.
11543
11544 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11545
11546         * html2text.el (html2text-remove-tag-list):
11547         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11548
11549 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11550
11551         * gnus-cus.el: Revert 2005-10-17 change.
11552
11553 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11554
11555         * gnus-art.el (article-strip-banner): Call
11556         article-really-strip-banner only when the regexp match is made.
11557
11558 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11559
11560         * gnus-art.el (article-strip-banner): Use
11561         gnus-extract-address-components instead of
11562         mail-header-parse-addresses to make it work with non-ASCII text;
11563         remove mail-encode-encoded-word-string.
11564
11565         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11566         values which are surrounded with \"...\"; make it never cause a
11567         Lisp error; give up parsing of parameters if it failed in
11568         extracting type.
11569
11570 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11571
11572         * smime.el (smime-cert-by-ldap-1): Fix bug where
11573         `smime-ldap-search' returns results without userCertificates.
11574
11575 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11578
11579 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * spam.el (spam-check-spamassassin-headers): Adapt format for
11582         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11583         <ari@mbf.ocn.ne.jp>.
11584         (spam-list-of-processors): Add spam-use-gmane.
11585
11586 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11587
11588         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11589         make-temp-file; make it work with XEmacs as well.
11590
11591         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11592         mm-make-temp-file.
11593
11594         * mm-decode.el (mm-display-external): Use the 3rd arg of
11595         mm-make-temp-file.
11596         (mm-create-image-xemacs): Ditto.
11597
11598 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11599
11600         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11601         with message-narrow-to-headers.
11602         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11603         (gnus-draft-check-draft-articles): New function.
11604         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11605
11606 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11607
11608         * gnus-art.el (gnus-article-browse-html-parts):
11609         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11610         Don't use suffix argument for mm-make-temp-file for Emacs 21
11611         compatibility.  Remove useless `format'.
11612
11613 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11614
11615         * nnweb.el (nnweb-google-wash-article): Update regexps.
11616         (nnweb-group-alist): Use defvoo instead of defvar.
11617
11618 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11619
11620         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11621         re-loading nn* modules.
11622
11623 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11624
11625         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11626         for `tool-bar-mode' and don't check it's default-value.
11627
11628         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11629
11630         * message.el (message-make-tool-bar): Ditto.
11631
11632         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11633         `substring'.  Shorten tmp-file name.
11634
11635         * gnus.el: Remove bogus comment.
11636
11637 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11638
11639         * gnus-art.el (gnus-article-browse-html-parts): New function.
11640         (gnus-article-browse-html-article): New function for viewing html
11641         articles with a browser.
11642
11643 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11644
11645         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11646         in elisp.
11647         (pgg-gpg-encrypt-symmetric-region): Ditto.
11648         (pgg-gpg-sign-region): Ditto.
11649
11650         * pgg-def.el (pgg-text-mode): New variable.
11651
11652         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11653         (mml2015-pgg-encrypt): Ditto.
11654
11655         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11656         (mml1991-pgg-encrypt): Ditto.
11657
11658 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11659
11660         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11661         message-make-date instead of current-time-string.
11662
11663         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11664         to gnus-decoded which mm-uu might set.
11665
11666 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11667
11668         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11669         don't decode quoted parameters; remove misimported Emacs code.
11670         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11671         (rfc2231-decode-encoded-string): Don't use split-string which
11672         behaves differently according to Emacs version; use
11673         mm-decode-coding-region to convert charset to coding-system.
11674         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11675         (rfc2231-encode-string): Remove misimported Emacs code.
11676
11677 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11678
11679         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11680         when calling mail-header-parse-content-type.
11681         (article-de-quoted-unreadable): Ditto.
11682         (article-de-base64-unreadable): Ditto.
11683         (article-wash-html): Ditto.
11684
11685         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11686         calling mail-header-parse-content-type and
11687         mail-header-parse-content-disposition.
11688         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11689         mail-header-parse-content-type.
11690
11691         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11692         insert charset and format parameters; encode description after
11693         inserting it to buffer.
11694         (mml-insert-parameter): Fold lines properly even if a parameter is
11695         segmented into two or more lines; change the max column to 76.
11696
11697         * rfc1843.el (rfc1843-decode-article-body): Don't use
11698         ignore-errors when calling mail-header-parse-content-type.
11699
11700         * rfc2231.el (rfc2231-parse-string): Return at least type if
11701         possible; don't cause an error even if it fails in parsing of
11702         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11703         (rfc2231-encode-string): Don't break lines at the beginning, leave
11704         it to mml-insert-parameter.
11705
11706         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11707         calling mail-header-parse-content-type.
11708
11709 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11710
11711         * spam-report.el (spam-report-gmane-use-article-number):
11712         Improve doc string.
11713         (spam-report-gmane-internal): Check if a suitable header was found
11714         in the article.
11715
11716 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11717
11718         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11719         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11720
11721 2006-02-05  Romain Francoise  <romain@orebokech.com>
11722
11723         Update copyright notices of all files in the gnus directory.
11724
11725 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11726
11727         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11728
11729 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11730
11731         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11732         segmented lines of parameter value to cope with Thunderbird 1.5
11733         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11734         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11735         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11736
11737 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11738
11739         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11740         parts.
11741
11742 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11743
11744         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11745         there's only one active file for all servers.
11746         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11747         solid groups.  Gnus might have used a FAST request to select the group.
11748         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11749         and nnweb-search redundantly in the active file.
11750         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11751         (nnweb-request-create-group): Don't use ARGS.
11752         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11753         initialisations.  Let nnoo do the work.
11754
11755 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11756
11757         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11758         Say the part has been decoded.
11759
11760         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11761
11762 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11763
11764         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11765         mailcap-viewer-test-cache when there's no 'test clause, since that
11766         will invert the meaning of a "nil" test previously determined by
11767         mailcap-mailcap-entry-passes-test.
11768
11769 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11772         compiling.
11773
11774         * gnus-sum.el: Ditto.
11775
11776         * message.el: Don't bind tool-bar-map when compiling.
11777
11778 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11779
11780         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11781
11782 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11783
11784         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11785         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11786         current Google Groups.
11787
11788 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11789
11790         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11791         and tool-bar-mode.
11792
11793         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11794         and tool-bar-mode.
11795
11796         * message.el (message-tool-bar-update): Simplify.
11797         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11798
11799         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11800         gnus-summary-buffer.
11801         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11802         gnus-summary-reply.
11803
11804         * gmm-utils.el (gmm): Add :version.
11805
11806 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11807
11808         * Makefile.in (clean): New rule.
11809         (distclean): Use it.
11810
11811 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11812
11813         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11814         autoload.
11815
11816 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11817
11818         * gmm-utils.el (gmm-verbose): Add :group.
11819
11820 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11821
11822         * message.el: Change some comments WRT tool-bars.
11823
11824         * gnus-sum.el (gnus-summary-tool-bar)
11825         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11826         (gnus-summary-tool-bar-zap-list): New variables.
11827         (gnus-summary-make-tool-bar): Complete rewrite using
11828         `gmm-tool-bar-from-list'.
11829
11830         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11831         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11832         variables.
11833         (gnus-group-make-tool-bar): Complete rewrite using
11834         `gmm-tool-bar-from-list'.
11835         (gnus-group-tool-bar-update): New function.
11836
11837         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11838
11839 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11840
11841         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11842         is dissected into a single part of which the type is the same as
11843         the given one; decode charset.
11844
11845 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11846
11847         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11848         into alists as symbol not string, since that's what
11849         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11850         look for.
11851
11852 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11853
11854         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11855         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11856
11857         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11858
11859 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11860
11861         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11862         (gnus-xmas-mime-security-button-menu): New function.
11863
11864         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11865         (gnus-mime-security-button-menu): New definition.
11866         (gnus-mime-security-button-map): Use them.
11867         (gnus-mime-security-button-menu): New function.
11868         (gnus-insert-mime-security-button): Addition to help echo.
11869         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11870         (gnus-mime-security-pipe-part): New functions.
11871
11872         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11873         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11874
11875         * mm-decode.el (mm-handle-set-disposition): Remove.
11876         (mm-handle-set-description): Remove.
11877
11878 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11879
11880         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11881         (mm-w3m-standalone-supports-m17n-p): New function.
11882         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11883         w3m usage.
11884
11885         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11886         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11887
11888 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11889
11890         * message.el (message-tool-bar-zap-list): Use
11891         gmm-tool-bar-zap-list as custom type.
11892         (message-tool-bar-update): New function.
11893         (message-tool-bar, message-tool-bar-gnome)
11894         (message-tool-bar-retro): Add message-tool-bar-update.
11895         (message-tool-bar-gnome): Add flyspell-buffer.
11896
11897         * gnus-util.el (gnus-error): Describe `args'.
11898
11899         * gmm-utils.el (gmm-error): Describe `args'.
11900         (gmm-tool-bar-zap-list): New widget.
11901         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11902
11903 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11904
11905         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11906         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11907         the number of recursive calls.
11908
11909         * mm-decode.el (mm-handle-set-disposition): New macro.
11910         (mm-handle-set-description): New macro.
11911
11912 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11913
11914         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11915         encoding.
11916
11917 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11918
11919         * message.el (message-tool-bar-zap-list, message-tool-bar)
11920         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11921         (message-tool-bar-local-item-from-menu): Remove.
11922         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11923         (message-make-tool-bar): New function.
11924         (message-mode): Use `message-make-tool-bar'.
11925
11926         * gmm-utils.el: New file.
11927         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11928         (gmm-lazy): New widget copied from `nnmail.el'.
11929         (gmm-tool-bar-from-list): New function for creating customizable
11930         tool bars.
11931         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11932         output.
11933         (gmm): Add :prefix to defgroup.
11934
11935 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11936
11937         * gmm-utils.el (gmm-widget-p): New function.
11938
11939 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11940
11941         * mml.el (mml-attach-file): Describe `description' in doc string.
11942         (mml-menu): Add Emacs MIME manual and PGG manual.
11943
11944 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11945
11946         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11947
11948 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11949
11950         * nntp.el (nntp-end-of-line): Doc fix.
11951
11952 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11953
11954         * imap.el (imap-open): Handle case where buffer is a buffer
11955         object.
11956
11957 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11958
11959         * gnus-delay.el (gnus-delay): Don't autoload.
11960         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11961         to be re-loaded when customizing the `gnus-delay' group.
11962
11963 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11964
11965         * message.el (message-insert-citation-line): Use newlines.
11966
11967 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11968
11969         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11970         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11971         these routines, so the passphrase can be managed externally and
11972         passed in to the system.
11973         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11974         pgg-add-passphrase-to-cache function.
11975
11976         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11977         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11978         these routines, so the passphrase can be managed externally and
11979         passed in to the system.
11980         (pgg-pgp5-sign-region): Use new name of
11981         pgg-add-passphrase-to-cache function.
11982
11983 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11984
11985         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11986         part of the decoded armor to find the key-identifier.
11987         (pgg-gpg-lookup-key-owner): New function to return the
11988         human-readable identifier of a key owner.
11989         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11990         itself.
11991         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11992         the key value) if we have a key and can match it against a secret
11993         key.  Also, added a note pointing out fact that the prompt only
11994         indicates the first matching key.
11995
11996         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11997         pgg-decrypt-region.
11998         (pgg-add-passphrase-to-cache): Rename from
11999         `pgg-add-passphrase-cache' to reduce confusion (all callers
12000         changed).
12001         (pgg-remove-passphrase-from-cache): Rename from
12002         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12003         changed).
12004         (pgg-read-passphrase, pgg-add-passphrase-cache)
12005         (pgg-remove-passphrase-cache): Add informative docstrings.
12006         (pgg-decrypt): Convey provided passphrase in subordinate call to
12007         pgg-decrypt-region.
12008
12009 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12010
12011         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12012         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12013         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12014         'passphrase' argument, so the passphrase can be managed externally
12015         and then passed in to the system.
12016
12017         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12018         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12019         so the passphrase cache can be used reliably with identifiers
12020         besides a pgp packet's key id.
12021
12022         * pgg-gpg.el (pgg-gpg-encrypt-region)
12023         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12024         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12025         these routines, so the passphrase can be managed externally and
12026         passed in to the system.
12027
12028         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12029         'notruncate' argument, so the passphrase cache can be used
12030         reliably with identifiers besides a pgp packet's key id.
12031
12032 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12033
12034         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12035         symmetric encryption.
12036         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12037         encrypted session key.
12038         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12039         message ask for the passphrase in a proper way.
12040
12041         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12042         New user commands for symmetric encryption.
12043
12044 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12045
12046         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12047
12048         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12049
12050 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12051
12052         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12053
12054 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12055
12056         * mm-decode.el (mm-inlined-types): Add application/pgp.
12057         (mm-automatic-display): Ditto.
12058
12059         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12060         part as text.
12061
12062 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12063
12064         * nnrss.el: Update copyright.
12065         (nnrss-opml-import): Query whether to subscribe to each entry.
12066
12067         * gnus-art.el:
12068         * gnus-sum.el:
12069         * gnus-xmas.el:
12070         * messagexmas.el:
12071         * mm-uu.el:
12072         * mm-view.el: Update copyright.
12073
12074 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12075
12076         * message.el (message-info): New function.
12077         (message-mode-menu): Add it.
12078         Update copyright.
12079
12080         * ChangeLog: Fix and update copyright.
12081
12082 2006-01-13  Romain Francoise  <romain@orebokech.com>
12083
12084         * message.el (message-forward-subject-name-subject): Prefer the
12085         address to 'nowhere' if the sender has no name.
12086         Fix typo.  Update copyright year.
12087
12088 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12089
12090         * gnus-art.el (article-wash-html): Use
12091         gnus-summary-show-article-charset-alist if a numeric arg is given.
12092         (gnus-article-wash-html-with-w3m-standalone): New function.
12093
12094         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12095         mm-inline-text-html-render-with-w3m-standalone.
12096         (mm-text-html-washer-alist): Map w3m-standalone to
12097         gnus-article-wash-html-with-w3m-standalone.
12098         (mm-inline-text-html-render-with-w3m-standalone): New function.
12099
12100 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12101
12102         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12103         Improve LaTeX.
12104
12105 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12108         (nnrss-request-article): Render text/plain parts as HTML.
12109
12110         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12111         the buffer.
12112
12113 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12114
12115         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12116         custom definition of `gnus-posting-styles'.
12117
12118         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12119         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12120
12121 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12122
12123         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12124         Use nntp for bug archive.
12125
12126 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12127
12128         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12129         parts.
12130         (nnrss-normalize-date): New function converts ISO 8601 date into
12131         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12132         (nnrss-check-group): Use it.
12133
12134 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12137
12138         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12139         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12140         (nnrss-insert-w3): Ditto.
12141
12142 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12143
12144         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12145         the articles to be forwarded including the case where neither a
12146         number of articles nor a region is specified.
12147
12148 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12149
12150         * nnrss.el (nnrss-request-article): Fix last change; fill
12151         text/plain parts.
12152
12153 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12154
12155         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12156         in text/plain part.
12157         (nnrss-check-group): Don't add excessive newline to dc:subject.
12158
12159 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12160
12161         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12162         article.
12163
12164 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12165
12166         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12167         (nnml-use-compressed-files, nnml-save-mail): Support other
12168         comression programs such as bzip2.
12169
12170 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12171
12172         * dns.el (query-dns): Make sure we check the buffer size before
12173         removing tcp headers.
12174
12175 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12176
12177         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12178         remove MIME buttons associated with multipart/alternative parts.
12179         (gnus-mime-display-alternative): Tag buttons using `article-type'
12180         text property.
12181
12182         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12183         associated with multipart/alternative parts.
12184
12185         * gnus-art.el (gnus-signature-separator): Fix custom type.
12186
12187         * mm-decode.el (mm-inlined-types): Fix custom type.
12188         (mm-keep-viewer-alive-types): Ditto.
12189         (mm-automatic-display): Ditto.
12190         (mm-attachment-override-types): Ditto.
12191         (mm-inline-override-types): Ditto.
12192         (mm-automatic-external-display): Ditto.
12193
12194 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12195
12196         * spam-report.el (spam-report-user-mail-address)
12197         (spam-report-user-agent): New variables.
12198         (spam-report-url-ping-plain): Use spam-report-user-agent.
12199
12200 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12201
12202         * gnus-art.el (gnus-button-handle-custom): Do not just use
12203         `customize-apropos' for any "M-x customize-*" button but the
12204         function called for.  Accept both the function name and its
12205         argument in order to achieve this.
12206         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12207         function name to `gnus-button-handle-custom' in case of "M-x
12208         customize-*" buttons.
12209
12210 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12211
12212         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12213         multipart/alternative and add xref to mm-discouraged-alternatives
12214         in doc string.
12215
12216         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12217         gnus-buttonized-mime-types in doc string.
12218
12219 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12220
12221         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12222         Suggest image/.* in the doc string.
12223
12224 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12225
12226         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12227         message-marks (Debian bug #342521).
12228
12229 2005-12-12  Simon Josefsson  <jas@extundo.com>
12230
12231         * password.el (password-read-from-cache): Add.
12232         (password-read): Use it.
12233
12234 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12235
12236         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12237         us-ascii as a MIME charset.
12238
12239         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12240         against the case where the 2nd arg TYPE is nil.
12241
12242 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12243
12244         * pop3.el (pop3-stream-type): Fix custom version.
12245
12246         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12247
12248 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12249
12250         * mm-decode.el (mm-display-external): Add missing cdr.
12251
12252 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12253
12254         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12255         RFC1524) if it is in mailcap or add a suffix according to
12256         mailcap-mime-extensions when generating a temp filename; postpone
12257         deleting a temp file for 2 seconds for some wrappers, shell
12258         scripts, and so on, which might exit right after having started a
12259         viewer command as a background job.
12260
12261 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12262
12263         * nntp.el (nntp-marks-directory): Fix custom group.
12264
12265         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12266         steps when < 10.
12267
12268         * gnus-start.el (gnus-no-server-1): Mention
12269         `gnus-level-default-subscribed' in doc string.
12270
12271 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12272
12273         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12274         parens.
12275
12276 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12277
12278         * gnus-xmas.el (gnus-use-toolbar): Revert.
12279         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12280         gnus-use-toolbar is default.
12281
12282         * messagexmas.el (message-use-toolbar): Revert.
12283         (message-setup-toolbar): Use global default-toolbar if
12284         message-use-toolbar is default.
12285
12286 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12287
12288         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12289         according to default-toolbar-visible-p.
12290
12291         * messagexmas.el (message-use-toolbar): Ditto.
12292
12293 2005-11-26  Dave Love  <fx@gnu.org>
12294
12295         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12296         (tls-program, tls-success): Provide openssl alternative.
12297
12298         * starttls.el: Doc fixes.
12299         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12300         SERVICE to PORT.
12301
12302         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12303         port null or service name.
12304         (starttls-negotiate): Autoload.
12305
12306 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * message.el (message-kill-to-signature): Fix interactive spec.
12309
12310 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12311
12312         * pop3.el (pop3-open-server): Recognize a string as a service name.
12313
12314 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12315
12316         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12317
12318 2005-11-23  Dave Love  <fx@gnu.org>
12319
12320         Add pop3s, pop3/starttls.
12321
12322         * pop3.el (pop3-authentication-scheme): Clarify doc.
12323         (open-tls-stream, starttls-open-stream): Autoload.
12324         (pop3-stream-type): New.
12325         (pop3-open-server): Use it.
12326
12327         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12328         for POP.
12329         (mail-source-keyword-map): Add :stream for POP.
12330         (mail-source-fetch-pop): Use pop3-stream-type.
12331
12332 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12335         of current-time-string.
12336
12337 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12338
12339         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12340         date header.
12341
12342 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12343
12344         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12345         it can seriously impact performance as it bypasses the agent's
12346         local caches.
12347
12348 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12349
12350         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12351         must be explicitly online rather than "not explicitly offline" for
12352         its flags to be synchronized.
12353
12354         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12355         that gnus-uu-unmark-thread will function correctly.
12356
12357         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12358         1024K is instead displayed as 1M.
12359
12360 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12361
12362         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12363
12364 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12365
12366         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12367
12368 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12369
12370         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12371         error message to display actual error condition.
12372         (gnus-agent-save-local): Avoid saving symbols that are bound to
12373         nil as they simply result in a warning message in
12374         gnus-agent-read-local.
12375
12376 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12377
12378         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12379         rather than make-variable-buffer-local for file-precious-flag.
12380
12381 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12382
12383         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12384         for duplicates which are removed.  The invalid sort check then
12385         triggers a rescan after the sort as sorting may have moved
12386         duplicate entries such that they can be cheaply detected.
12387
12388 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12389
12390         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12391
12392 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12393
12394         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12395         internal variable to a custom variable.  Changed default value
12396         from compressed(2) to uncompressed(1).
12397         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12398         support for uncompressed agentview files.  Taken together, reading
12399         the agentview file should now be 6-7 times faster.
12400
12401 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12402
12403         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12404         as a buffer-local variable.  This avoids creating truncated
12405         dribble files as a result of a hang up, eg.
12406
12407 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12408
12409         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12410         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12411         XEmacs.
12412
12413 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12414
12415         * gnus-start.el (gnus-start-draft-setup): Enforce
12416         `gnus-draft-mode' for nndraft:drafts at startup.
12417
12418         * gnus.el (gnus-splash): Change custom group.
12419         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12420         allow-list argument.
12421
12422         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12423         string.
12424
12425 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12426
12427         * gnus-art.el (gnus-default-article-saver): Add user-defined
12428         `function' to custom type.
12429
12430 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12431
12432         * imap.el (imap-open): Handle case where buffer is a buffer
12433         object.
12434
12435 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12436
12437         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12438         long lines.
12439         (gnus-cache-delete-group): Wrap doc strings.
12440
12441         * gnus-agent.el (gnus-agent-rename-group)
12442         (gnus-agent-delete-group): Wrap doc strings.
12443
12444 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12445
12446         * messagexmas.el (message-use-toolbar): Change the valid values
12447         into default, top, bottom, left, and right.
12448         (message-toolbar-thickness): New variable.
12449         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12450         well.
12451         (message-setup-toolbar): Make it work.
12452
12453         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12454         (gnus-use-toolbar): Change the valid values into default, top,
12455         bottom, left, and right.
12456         (gnus-toolbar-thickness): New variable.
12457         (gnus-xmas-setup-toolbar): New function.
12458         (gnus-xmas-setup-group-toolbar): Use it.
12459         (gnus-xmas-setup-summary-toolbar): Use it.
12460
12461 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12462
12463         * gnus-start.el (gnus-1): Add "native" to
12464         gnus-predefined-server-alist.
12465
12466         * gnus.el (gnus-method-to-server): Don't add "native" to the
12467         lists here, because that leads to problems when
12468         gnus-select-method is bound.
12469
12470 2005-11-09  Simon Josefsson  <jas@extundo.com>
12471
12472         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12473         use (not sort-by-date) instead.
12474
12475 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12476
12477         * gnus-delay.el (gnus-delay-group): Don't autoload.
12478         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12479         to be re-loaded when customizing the `gnus-delay' group.
12480
12481 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12482
12483         * message.el: Revert last changes.
12484         (message-insert-citation-line): Use newlines.
12485
12486 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12487
12488         * message.el (message-courtesy-message)
12489         (message-mark-insert-begin, message-mark-insert-end)
12490         (message-elide-ellipsis, message-cancel-message)
12491         (message-add-header, message-change-subject)
12492         (message-cross-post-followup-to-header)
12493         (message-cross-post-insert-note, message-reduce-to-to-cc)
12494         (message-widen-reply, message-delete-not-region)
12495         (message-kill-to-signature, message-insert-signature)
12496         (message-insert-importance-high, message-insert-importance-low)
12497         (message-insert-or-toggle-importance)
12498         (message-insert-disposition-notification-to)
12499         (message-indent-citation, message-yank-original)
12500         (message-cite-original-without-signature, message-cite-original)
12501         (message-insert-citation-line, message-position-on-field)
12502         (message-fix-before-sending, message-send-mail-partially)
12503         (message-send-mail, message-send-mail-with-sendmail)
12504         (message-send-mail-with-qmail, message-send-news)
12505         (message-check-news-header-syntax, message-generate-headers)
12506         (message-insert-courtesy-copy, message-fill-address)
12507         (message-fill-header, message-shorten-references)
12508         (message-setup-1, message-cancel-news)
12509         (message-forward-make-body-plain, message-forward-make-body-mime)
12510         (message-forward-make-body-mml, message-encode-message-body)
12511         (message-forward-make-body-digest-plain)
12512         (message-forward-make-body-digest-mime)
12513         (message-use-alternative-email-as-from): Insert `hard-newline'
12514         instead of ordinary newlines.
12515
12516 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12517
12518         * message.el (message-generate-headers): Downcase the argument
12519         given to message-check-element.
12520
12521 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12522
12523         * nntp.el (nntp-authinfo-rejected): New error condition.
12524         (nntp-wait-for): Use new error condition to signal authentication
12525         error.
12526         (nntp-retrieve-data): Rethrow new error condition to break out of
12527         recursive call to nntp-send-authinfo.
12528
12529 2005-11-08  Romain Francoise  <romain@orebokech.com>
12530
12531         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12532         (gnus-summary-exit-map): Bind to `Z p'.
12533         (gnus-summary-make-menu-bar): Add menu item.
12534
12535 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12536
12537         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12538         (gnus-treat-*): Add `first' in all doc strings.
12539
12540         * gnus-group.el (gnus-group-compact-group): Fix typo.
12541
12542 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * gnus.el (gnus-parameters-case-fold-search): New variable.
12545         (gnus-parameters-get-parameter): Use it.
12546
12547         * gnus-score.el (gnus-home-score-file): Doc fix.
12548
12549 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12550
12551         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12552
12553 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12554
12555         * mm-util.el (mm-special-display-p): New function.
12556
12557         * mml.el (mml-preview): Use it; doc fix.
12558
12559 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12560
12561         * imap.el (imap-open): Handle case where buffer is a buffer object.
12562
12563 2005-10-29  Romain Francoise  <romain@orebokech.com>
12564
12565         * message.el (message-fix-before-sending): Fix comment.
12566
12567 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12568
12569         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12570
12571 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12572
12573         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12574         Used in gnus-score.el.
12575
12576 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12577
12578         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12579
12580 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12581
12582         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12583         whitespace removed in revision 7.8.  Use concatenated string to
12584         protect trailing whitespace.
12585
12586 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12587
12588         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12589         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12590         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12591         Courier IMAP ("some version from 2004").  Mostly based on similar
12592         code in the same function.
12593
12594 2005-10-26  Didier Verna  <didier@xemacs.org>
12595
12596         * gnus-group.el (gnus-group-compact-group): Invalidate original
12597         article buffer.
12598         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12599         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12600         NOV database and in article itself.
12601         Invalidate article backlog.
12602
12603 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12604
12605         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12606
12607 2005-10-26  Simon Josefsson  <jas@extundo.com>
12608
12609         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12610         part of 2004-07-25 change.
12611
12612 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12613
12614         * message.el (message-display-completion-list): New function.
12615         (message-expand-group): Use it; make sure the Completions buffer
12616         is modifiable.
12617 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12618
12619         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12620         user-mail-name is an empty string.
12621
12622 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12625         depending on gnus-score-decay-constant.
12626
12627         * encrypt.el (encrypt-insert-file-contents)
12628         (encrypt-write-file-contents): Don't use `gnus-message'.
12629
12630         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12631         arguments.
12632         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12633         arguments to mm-uu-verbatim-marks-extract.
12634         (mm-uu-hide-markers): New variable.
12635         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12636
12637         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12638         (gnus-convert-image-to-face-command): Use "convert" by default to
12639         allow other input image formats.
12640         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12641         accordingly.
12642
12643 2005-10-23  Simon Josefsson  <jas@extundo.com>
12644
12645         * imap.el (imap-gssapi-program): Align command line parameters
12646         with latest GNU SASL.
12647         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12648
12649 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12650
12651         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12652         HTML.
12653         (nnslashdot-request-article): Ditto.
12654
12655         * lpath.el (featurep): Add nobreak-char-display.
12656
12657 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12658
12659         * mail-source.el (mail-source-fetch-pop): Require pop3.
12660         (mail-source-check-pop): Ditto.
12661
12662 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12663
12664         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12665         errors.
12666
12667 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12668
12669         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12670         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12671
12672         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12673
12674         * mm-bodies.el (mm-decode-string): Call
12675         `mm-charset-to-coding-system' with allow-override argument.
12676
12677 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12678
12679         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12680         (rfc2047-charset-to-coding-system): New function.
12681         (rfc2047-decode-encoded-words): New function.
12682         (rfc2047-decode-region): Use them.
12683         (rfc2047-decode-cte): Remove.
12684         (rfc2047-parse-and-decode): Remove.
12685         (rfc2047-decode): Remove.
12686
12687 2005-10-15  Kenichi Handa  <handa@m17n.org>
12688
12689         * rfc2047.el (rfc2047-decode-cte): New function.
12690         (rfc2047-decode-region): Change the way to decode successive
12691         encoded-words: decode B- or Q-encoding in each encoded-word,
12692         concatenate them, and decode it as charset.
12693
12694 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12695
12696         * lpath.el: Fbind codepage-setup for XEmacs.
12697
12698 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12699
12700         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12701         widget-move-and-invoke.
12702         (gnus-custom-mode): Use gnus-custom-map.
12703
12704 2005-10-15  Bill Wohler  <wohler@newt.com>
12705
12706         * message.el (message-tool-bar-map): Renamed image file from
12707         mail_send to mail/send.
12708
12709 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12710
12711         * message.el (message-expand-group): Pass the common
12712         prefix substring of completion to `display-completion-list'.
12713
12714 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12715
12716         * mml-sec.el (mml-secure-method): New internal variable.
12717         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12718         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12719         functions using mml-secure-method.
12720
12721         * mml.el (mml-mode-map): Add key bindings for those functions.
12722         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12723         Harder <harder@myrealbox.com>.
12724         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12725         end of message if point is the headers of the message.
12726
12727         * message.el (message-in-body-p): New function.
12728
12729         * assistant.el: Autoload gnus-util and netrc.
12730
12731         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12732         Use `mm-charset-override-alist' only when decoding.
12733
12734         * mm-bodies.el (mm-decode-body): Call
12735         `mm-charset-to-coding-system' with allow-override argument.
12736
12737         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12738         `filename' from Content-Disposition if Content-Type doesn't
12739         provide `name'.
12740         (gnus-mime-view-part-as-type): Set default instead of
12741         initial-input.
12742
12743 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12744
12745         * format-spec.el (format-spec): Propagate text properties of % spec.
12746
12747 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12748
12749         * gnus-art.el (gnus-treat-predicate): Add `first'.
12750
12751 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12752
12753         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12754         (mm-charset-override-alist): New variable.
12755         (mm-charset-to-coding-system): Use it.
12756         (mm-codepage-setup): New helper function.
12757         (mm-charset-eval-alist): New variable.
12758         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12759         about unknown charsets.
12760
12761         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12762
12763 2005-10-04  David Hansen  <david.hansen@gmx.net>
12764
12765         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12766         (nnrss-check-group): Ditto.
12767
12768 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12769
12770         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12771         Rename x-gnus-verbatim to x-verbatim.
12772         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12773
12774         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12775         x-verbatim.
12776
12777         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12778
12779         * gnus-util.el (gnus-remove-duplicates): Remove.
12780
12781         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12782         instead of gnus-remove-duplicates.
12783
12784         * message.el (message-remove-duplicates): Remove.
12785         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12786         message-remove-duplicates.
12787
12788         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12789         available, else use implementation from `delete-dups'.
12790
12791         * message.el (message-insert-expires): New function.
12792         (message-mode-map): Add key binding.
12793         (message-mode-field-menu): Add menu entry.
12794         (message-mode): Document it.
12795         (message-make-expires-date): Use `message-make-date'.
12796
12797 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12798
12799         * message.el (message-make-expires-date): New function.
12800
12801 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12802
12803         * Makefile.in (list-installed-shadows): New entry.
12804         (install): Use it.
12805         (remove-installed-shadows): New entry.
12806
12807         * dgnushack.el (dgnushack-default-load-path): New variable.
12808         (dgnushack-find-lisp-shadows): New function.
12809         (dgnushack-remove-lisp-shadows): New function.
12810
12811 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12812
12813         * Makefile.in (install-el-elc): New entry.
12814         (install): Use it so that .el files are necessarily installed.
12815
12816 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12817
12818         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12819
12820 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12821
12822         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12823         function rather than the diff-mode.el package.
12824         (mm-display-external): Use with-current-buffer.
12825         (mm-viewer-completion-map, mm-viewer-completion-map):
12826         Move initialization inside declaration.
12827
12828 2005-09-29  Simon Josefsson  <jas@extundo.com>
12829
12830         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12831         autoload mail-check-payment.
12832         (spam-check-hashcash): Define unconditionally, since hashcash.el
12833         is part of Gnus now.  Ignore errors from payment checking.
12834
12835 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12836
12837         * message.el (message-bold-region, message-unbold-region): Rename
12838         from `bold-region' and `unbold-region'.
12839
12840         * message.el: Remove useless autoloads.
12841
12842 2005-09-28  Simon Josefsson  <jas@extundo.com>
12843
12844         * message.el (message-use-idna): Default to t.
12845         (message-use-idna): Test whether encoding works too.  Doc fix.
12846
12847 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * nntp.el (nntp-warn-about-losing-connection): Remove.
12850
12851 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12852
12853         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12854         customizable.  Change default value.
12855         (mm-uu-diff-groups-regexp): Change default value.
12856         (mm-uu-type-alist): Add doc string.
12857         (mm-uu-configure): Add doc string.  Make it interactive.
12858         (mm-uu-tex-groups-regexp): New variable.
12859         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12860         (mm-uu-type-alist): Add LaTeX documents.
12861         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12862         of "text/verbatim".
12863         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12864
12865         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12866         instead of "text/verbatim".
12867
12868         * message.el (message-mark-inserted-region)
12869         (message-mark-insert-file): Use slrn style marks when called with
12870         prefix argument.
12871
12872 2005-09-27  Simon Josefsson  <jas@extundo.com>
12873
12874         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12875
12876 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12877
12878         * message.el (message-remove-duplicates): New function.
12879         Implementation borrowed from `gnus-remove-duplicates'.
12880         (message-idna-to-ascii-rhs): Also encode idna addresses in
12881         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12882         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12883         only ask about the same idna domain once per header and also tell
12884         in what header to replace the idna domain.
12885
12886         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12887         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12888         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12889         a header is decoded and not just the last one.
12890
12891 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12892
12893         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12894         has been decoded.
12895
12896         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12897         (mm-insert-part): Don't modify text if it has been decoded.
12898
12899         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12900         decoded.
12901
12902         * mm-view.el (mm-inline-text): Don't strip text props unless
12903         decoding enriched or richtext parts.
12904
12905 2005-09-25  Romain Francoise  <romain@orebokech.com>
12906
12907         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12908         * gnus-start.el (gnus-subscribe-interactively):
12909         * gnus-uu.el (gnus-uu-grab-articles):
12910         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12911         space.
12912
12913 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12914
12915         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12916         * mm-view.el (mm-view-pkcs7-decrypt):
12917         * gnus-sum.el (gnus-summary-limit-to-extra)
12918         (gnus-summary-respool-article, gnus-read-move-group-name):
12919         * gnus-score.el (gnus-summary-increase-score):
12920         * gnus-util.el (gnus-completing-read-with-default):
12921         * gnus-art.el (gnus-read-save-file-name)
12922         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12923         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12924         * message.el (message-check-news-header-syntax):
12925         Follow convention for reading with the minibuffer.
12926
12927 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12928
12929         * spam-report.el (spam-report-url-ping-plain):
12930         Use gnus-extended-version as User-Agent.
12931
12932         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12933         default value is nil.
12934
12935         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12936         (mm-uu-verbatim-marks-extract): New function.
12937         (mm-uu-extract): New face.
12938         (mm-uu-copy-to-buffer): Use it.
12939
12940         * spam-report.el (spam-report-gmane-ham): Renamed from
12941         `spam-report-gmane-unspam'.
12942         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12943         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12944
12945         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12946         Autoload.
12947         (spam-report-gmane-unregister-routine): Renamed
12948         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12949
12950 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12951
12952         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12953         (spam-report-gmane-unregister-routine): Add support for gmane
12954         unregistration.
12955
12956         * spam-report.el (spam-report-gmane-unspam)
12957         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12958         (spam-report-gmane): Change to take a single article and do unspam
12959         registration.
12960
12961 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12962
12963         * mm-url.el (mm-url-decode-entities): Fix regexp.
12964
12965 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12966
12967         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12968         default to nil, to be able to use Gnus at all.  If the default
12969         switches to something else, then the function should be fixed not
12970         be exceedingly slow.
12971
12972 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12973
12974         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12975         fail hard.
12976
12977         * spam-report.el: Add better Keywords line.
12978
12979         * spam.el: Add Maintainer and better Keywords line.
12980
12981 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12982
12983         * gnus-art.el (gnus-article-replace-part)
12984         (gnus-mime-replace-part): New functions.
12985         (gnus-mime-action-alist, gnus-mime-button-commands)
12986         (gnus-mime-save-part-and-strip): Added file argument.
12987         (gnus-article-part-wrapper): Added interactive argument.
12988
12989         * gnus-sum.el (gnus-summary-mime-map): Add
12990         `gnus-article-replace-part'.
12991
12992 2005-09-19  Didier Verna  <didier@xemacs.org>
12993
12994         The nnml compaction feature:
12995         * nnml.el (nnml-request-compact-group): New function.
12996         * nnml.el (nnml-request-compact): New function.
12997         * gnus-int.el (gnus-request-compact-group): New function.
12998         * gnus-int.el (gnus-request-compact): New function.
12999         * gnus-group.el (gnus-group-compact-group): New function.
13000         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13001         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13002         * gnus-srvr.el (gnus-server-compact-server): New function.
13003         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13004         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13005
13006 2005-09-18  Deepak Goel  <deego@gnufans.org>
13007
13008         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13009         format spec.
13010
13011 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13012
13013         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13014
13015 2005-09-15  Romain Francoise  <romain@orebokech.com>
13016
13017         * message.el (message-fill-paragraph): Clarify docstring.
13018
13019 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13020
13021         * gnus-art.el (gnus-mime-display-part): Protect against broken
13022         MIME messages.
13023
13024 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13025
13026         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13027         before parsing header.
13028
13029 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13030
13031         * html2text.el (html2text-replace-list): Add new entities.
13032
13033 2005-09-11  Romain Francoise  <romain@orebokech.com>
13034
13035         * message.el (message-alternative-emails): Improve docstring.
13036         (message-setup-1): Call `message-use-alternative-email-as-from'
13037         after `message-setup-hook' to give it precedence over posting
13038         styles, etc.
13039         (message-use-alternative-email-as-from): Add docstring.  Remove
13040         the original From header if present.
13041
13042         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13043         (nnml-save-mail): Use it.
13044
13045         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13046         articles.  Add new argument `silent'.
13047         (gnus-uu-mark-all): Report the total number of marked articles.
13048
13049 2005-09-10  Romain Francoise  <romain@orebokech.com>
13050
13051         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13052         (gnus-uu-mark-series): Likewise.
13053
13054 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13055
13056         * spam-report.el (spam-report-gmane): Fix generation of spam
13057         report URL.
13058
13059 2005-09-10  Simon Josefsson  <jas@extundo.com>
13060
13061         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13062         t, based on discussion on the ding list with Robert Epprecht
13063         <epprecht@solnet.ch>.
13064
13065 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13066
13067         * spam-report.el (spam-report-gmane): Make it work without
13068         X-Report-Spam header.  Gmane now only provides Archived-At.
13069         This is only used if `spam-report-gmane-use-article-number' is nil.
13070         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13071
13072         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13073         make `gnus-summary-sort-by-recipient' work with threading.
13074
13075         * nnweb.el (nnweb-google-wash-article): Print a message if article
13076         is not available.
13077
13078 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13079
13080         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13081         change.  Decode text/* parts content before displaying.
13082
13083 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13084
13085         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13086
13087 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13090
13091         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13092         url-package-name, url-package-version,
13093         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13094         w3m-display-inline-images, and w3m-minor-mode-map.
13095
13096 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13097
13098         * message.el (message-tab-body-function): Fix mismatched custom type.
13099
13100         * gnus.el (gnus-group-change-level-function): Ditto.
13101
13102         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13103
13104         * gnus-art.el (gnus-signature-limit)
13105         (gnus-article-mime-part-function): Ditto.
13106
13107 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * mml.el (mml-mode): Silence the byte compiler.
13110
13111         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13112         using `(sit-for 0)' before moving the point to the specified part;
13113         skip unbuttonized parts.
13114         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13115         return to the summary window if gnus-auto-select-part is non-nil.
13116
13117 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13120         variables.
13121         (mml-dnd-attach-file, mml-mode): Use them.
13122
13123         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13124         Make fetching article by MID work again for Google Groups.  Added
13125         FIXME concerning gnus-group-make-web-group.
13126
13127         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13128         Don't depend on Gnus by using mail-extract-address-components if
13129         gnus-extract-address-components is not bound.
13130
13131 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13132
13133         * gnus-art.el (gnus-mime-display-security): Don't display the
13134         signature, but only the signed part.
13135
13136 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13137
13138         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13139
13140         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13141         list, not listp.
13142
13143 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13144
13145         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13146         when encoding.
13147
13148         * mm-bodies.el (mm-decode-content-transfer-encoding):
13149         De-canonicalize CRLF for all text content types, not just
13150         text/plain.
13151
13152 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13153
13154         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13155         valid article; point arrow and cursor at the MIME button.
13156
13157 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13158
13159         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13160         Suggested by Dan Christensen <jdc@uwo.ca>.
13161
13162         * mm-decode.el (mm-save-part): Enable change of prompt.
13163
13164 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13165
13166         * gnus-msg.el (gnus-inews-add-send-actions): Made
13167         `message-post-method' lambda parameter ARG `&optional'.
13168
13169 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13170
13171         * gnus-sum.el (gnus-summary-mime-map): Added
13172         gnus-article-save-part-and-strip, gnus-article-delete-part and
13173         gnus-article-jump-to-part.
13174
13175         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13176         (gnus-article-edit-part): Use it.
13177         (gnus-article-part-wrapper): Added no-handle argument.
13178         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13179         functions.
13180
13181 2005-08-29  Romain Francoise  <romain@orebokech.com>
13182
13183         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13184         docstring.
13185         (gnus-face-from-file): Likewise.
13186
13187 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13188
13189         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13190         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13191         non-nil.
13192         (gnus-auto-select-part): New variable.
13193         (gnus-article-jump-to-part): New function.
13194         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13195         (gnus-mime-delete-part): Allow selecting specified part after
13196         deleting or stripping parts.
13197         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13198         part if argument is bogus.
13199
13200 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13201
13202         * gnus-art.el (w3m-minor-mode-map):
13203         * gnus-spec.el (gnus-newsrc-file-version):
13204         * gnus-util.el (nnmail-active-file-coding-system)
13205         (gnus-original-article-buffer, gnus-user-agent):
13206         * gnus.el (gnus-ham-process-destinations)
13207         (gnus-parameter-ham-marks-alist)
13208         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13209         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13210         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13211         * mm-decode.el (gnus-current-window-configuration):
13212         * mm-extern.el (gnus-article-mime-handles):
13213         * mm-url.el (url-current-object, url-package-name)
13214         (url-package-version):
13215         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13216         (smime-keys, w3m-cid-retrieve-function-alist)
13217         (w3m-current-buffer, w3m-display-inline-images)
13218         (w3m-minor-mode-map):
13219         * mml-smime.el (gnus-extract-address-components):
13220         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13221         (gnus-newsrc-hashtb, message-default-charset)
13222         (message-deletable-headers, message-options)
13223         (message-posting-charset, message-required-mail-headers)
13224         (message-required-news-headers):
13225         * mml1991.el (mc-pgp-always-sign):
13226         * mml2015.el (mc-pgp-always-sign):
13227         * nnheader.el (nnmail-extra-headers):
13228         * rfc1843.el (gnus-decode-encoded-word-function)
13229         (gnus-decode-header-function, gnus-newsgroup-name):
13230         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13231
13232 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13233
13234         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13235         the end of the date treatments.
13236
13237 2005-08-15  Simon Josefsson  <jas@extundo.com>
13238
13239         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13240         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13241         Capello and Romain Francoise.
13242         (pgg-fetch-key-function): Removed, not used?
13243         (pgg-insert-url-with-w3): Require url, to get
13244         url-insert-file-contents regardless of where it is defined.
13245
13246 2005-08-13  Romain Francoise  <romain@orebokech.com>
13247
13248         * message.el (message-cite-original-1): New function.
13249         (message-cite-original): Use it.
13250         (message-cite-original-without-signature): Ditto.
13251
13252 2005-08-08  Romain Francoise  <romain@orebokech.com>
13253
13254         * message.el (message-yank-empty-prefix): New variable.
13255         (message-indent-citation): Use it.
13256         (message-cite-original-without-signature): Respect X-No-Archive.
13257
13258 2005-08-08  Simon Josefsson  <jas@extundo.com>
13259
13260         * pgg.el: Autoload url-insert-file-contents instead of loading
13261         w3/url.
13262         (pgg-insert-url-with-w3): Don't load url here.
13263
13264 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13265
13266         * message.el (message-kill-to-signature): Don't insert newline at
13267         bol.
13268         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13269
13270 2005-08-06  Romain Francoise  <romain@orebokech.com>
13271
13272         * message.el (message-user-fqdn): Fix typo in docstring.
13273
13274 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13275
13276         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13277
13278         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13279
13280 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13281
13282         * mm-bodies.el (mm-encode-body): Use coding system rather than
13283         charset to encode text.
13284
13285         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13286         number of charsets if utf-8 is available (XEmacs).
13287
13288 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13289
13290         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13291         taken from `gnus-button-mid-or-mail-regexp'.
13292         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13293         (gnus-button-alist): Improve regexp for domain part of the MIDs
13294         for news:localpart@domain buttons.
13295         (gnus-button-ctan-directory-regexp): Update.
13296
13297 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13298
13299         * sieve-manage.el (sieve-manage-interactive-login): Use
13300         make-local-variable rather than make-variable-buffer-local.
13301         (sieve-manage-open): Ditto.
13302         (sieve-manage-authenticate): Ditto.
13303
13304         * mml.el (mml-generate-mime-1): Make the content type default to
13305         text/plain if the filename is not specified.
13306
13307 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13310         instead of insert-buffer.
13311
13312         * message.el (message-yank-original): Ditto; set the mark at the
13313         end of the yanked message.
13314
13315 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13316
13317         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13318         lines to scroll rather than to stop it.
13319
13320         * mml.el (mml-generate-default-type): Add doc string.
13321         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13322         default to application/octet-stream when determining the content
13323         type if it is not specified for the part or the mml contents; add
13324         a comment about mml-generate-default-type.
13325
13326 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13329         make it default to application/octet-stream when determining the
13330         content type if it is not specified for the external contents.
13331
13332 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13333
13334         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13335         segmented parameter but also other parameters might be there.
13336
13337 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13338
13339         * mm-decode.el (mm-display-external): Delete temp file, directory
13340         and buffer immediately if the external process is exited.
13341
13342 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13343
13344         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13345         fewer lines than that of scroll-margin.
13346         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13347
13348 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13349
13350         * gnus-art.el (gnus-article-next-page): Revert.
13351         (gnus-article-beginning-of-window): New macro.
13352         (gnus-article-next-page-1): Use it.
13353         (gnus-article-prev-page): Ditto.
13354         (gnus-article-edit-part): Use insert-buffer-substring instead of
13355         insert-buffer.
13356         (gnus-article-edit-exit): Ditto.
13357
13358         * gnus-util.el (gnus-beginning-of-window): Remove.
13359         (gnus-end-of-window): Remove.
13360
13361         * lpath.el: Don't bind header-line-format and scroll-margin.
13362
13363 2005-07-25  Simon Josefsson  <jas@extundo.com>
13364
13365         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13366         to have the url package without w3.  Reported by Daiki Ueno
13367         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13368
13369 2005-07-20  Didier Verna  <didier@xemacs.org>
13370
13371         * gnus-diary.el: Remove the description comment (nndiary is now
13372         properly documented in the Gnus manual).
13373         Fix the spelling of "Back End".
13374         * nndiary.el: Ditto.
13375         Fix the copyright notice.
13376
13377 2005-07-18  Romain Francoise  <romain@orebokech.com>
13378
13379         * gnus-sum.el (gnus-summary-to-prefix)
13380         (gnus-summary-newsgroup-prefix): New variables.
13381         (gnus-summary-from-or-to-or-newsgroups): Use them.
13382
13383 2005-07-17  Romain Francoise  <romain@orebokech.com>
13384
13385         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13386         space as it's generally not especially interesting to the user.
13387
13388 2005-07-16  Romain Francoise  <romain@orebokech.com>
13389
13390         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13391         nil to avoid prompting and file modification if one of the
13392         messages at the top of the nnfolder file contains a copyright
13393         notice.
13394         Update copyright notice.
13395
13396         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13397         instead of `current-time-string' as the latter creates a time
13398         string that is not RFC 2822 compliant (it lacks the zone).
13399         Update copyright notice.
13400
13401 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13402
13403         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13404         for text/rtf.  Display default in prompt.  Pass default for M-n.
13405
13406         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13407
13408 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13409
13410         * gnus-msg.el (gnus-button-mailto): Remove
13411         save-selected-window-window hackery because it relies on
13412         save-selected-window internals.
13413
13414 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13415
13416         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13417         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13418         (gnus-article-prev-page): Ditto.
13419
13420         * gnus-util.el (gnus-beginning-of-window): New function.
13421         (gnus-end-of-window): New function.
13422
13423         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13424
13425 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13426
13427         * gnus-score.el (gnus-score-edit-all-score): Set
13428         gnus-score-edit-exit-function to gnus-score-edit-done and call
13429         gnus-message.
13430
13431 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13432
13433         * gnus-msg.el (gnus-button-mailto): Remove
13434         save-selected-window-window hackery because it relies on
13435         save-selected-window internals.
13436
13437 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13438
13439         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13440         add-minor-mode.
13441         (gnus-binary-mode): Ditto.
13442
13443         * gnus-topic.el (gnus-topic-mode): Ditto.
13444
13445 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13446
13447         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13448         (gnus-article-prev-page): Take scroll-margin into consideration.
13449
13450 2005-07-04  Lute Kamstra  <lute@gnu.org>
13451
13452         Update FSF's address in GPL notices.
13453
13454 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13455
13456         * gnus.el (gnus-exit):
13457         * gnus-group.el (gnus-group-icons):
13458         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13459
13460         * gnus-nocem.el (gnus-nocem):
13461         * message.el (message-various, message-buffers, message-sending)
13462         (message-interface, message-forwarding, message-insertion)
13463         (message-headers, message-news, message-mail):
13464         * pgg-gpg.el (pgg-gpg):
13465         * pgg-parse.el (pgg-parse):
13466         * pgg-pgp.el (pgg-pgp):
13467         * pgg-pgp5.el (pgg-pgp5):
13468         * pop3.el (pop3): Finish `defgroup' description with period.
13469
13470 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13471
13472         * gnus-art.el (article-display-face): Improve the efficiency.
13473         (article-display-x-face): Ditto; remove grey x-face stuff.
13474
13475 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13476
13477         * gnus-art.el (article-display-face): Correct the position in
13478         which Faces are inserted.
13479
13480 2005-06-29  Didier Verna  <didier@xemacs.org>
13481
13482         * gnus-art.el (article-display-face): Display faces in correct
13483         order.
13484
13485 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13486
13487         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13488         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13489         (gnus-nocem-check-article): Fetch the Type header.
13490         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13491         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13492         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13493         make sure gnus-nocem-hashtb is initialized.
13494         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13495         (gnus-nocem-unwanted-article-p): Ditto.
13496
13497         * pgg.el (pgg-verify): Return the verification result.
13498
13499 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13500
13501         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13502         is ascii.
13503
13504 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13505
13506         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13507         `show-nonbreak-escape'.
13508
13509 2005-06-23  Lute Kamstra  <lute@gnu.org>
13510
13511         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13512
13513         * dig.el (dig-mode):
13514         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13515
13516 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13517
13518         * nnimap.el (nnimap-split-download-body): Fix spellings.
13519
13520 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13521
13522         * gnus-art.el (gnus-article-encrypt-body):
13523         * gnus-cus.el (gnus-score-customize):
13524         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13525         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13526
13527 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13528
13529         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13530         header by looking for magic "MII" at the beginnig.
13531
13532 2005-06-16  Miles Bader  <miles@gnu.org>
13533
13534         * gnus-xmas.el (gnus-xmas-group-startup-message):
13535         Use renamed gnus-splash face.
13536
13537         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13538         (assistant-field-face): New backward-compatibility alias for renamed
13539         face.
13540         (assistant-render-text): Use renamed assistant-field face.
13541
13542         * spam.el (spam): Remove "-face" suffix from face name.
13543         (spam-face): New backward-compatibility alias for renamed face.
13544         (spam-face, spam-initialize): Use renamed spam face.
13545
13546         * message.el (message-header-to, message-header-cc)
13547         (message-header-subject, message-header-newsgroups)
13548         (message-header-other, message-header-name)
13549         (message-header-xheader, message-separator, message-cited-text)
13550         (message-mml): Remove "-face" suffix from face names.
13551         (message-header-to-face, message-header-cc-face)
13552         (message-header-subject-face, message-header-newsgroups-face)
13553         (message-header-other-face, message-header-name-face)
13554         (message-header-xheader-face, message-separator-face)
13555         (message-cited-text-face, message-mml-face):
13556         New backward-compatibility aliases for renamed faces.
13557         (message-font-lock-keywords): Use renamed message faces.
13558
13559         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13560         (sieve-test-commands, sieve-tagged-arguments):
13561         Remove "-face" suffix from face names.
13562         (sieve-control-commands-face, sieve-action-commands-face)
13563         (sieve-test-commands-face, sieve-tagged-arguments-face):
13564         New backward-compatibility aliases for renamed faces.
13565         (sieve-control-commands-face, sieve-action-commands-face)
13566         (sieve-test-commands-face, sieve-tagged-arguments-face):
13567         Use renamed sieve faces.
13568
13569         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13570         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13571         (gnus-group-news-3-empty, gnus-group-news-4)
13572         (gnus-group-news-4-empty, gnus-group-news-5)
13573         (gnus-group-news-5-empty, gnus-group-news-6)
13574         (gnus-group-news-6-empty, gnus-group-news-low)
13575         (gnus-group-news-low-empty, gnus-group-mail-1)
13576         (gnus-group-mail-1-empty, gnus-group-mail-2)
13577         (gnus-group-mail-2-empty, gnus-group-mail-3)
13578         (gnus-group-mail-3-empty, gnus-group-mail-low)
13579         (gnus-group-mail-low-empty, gnus-summary-selected)
13580         (gnus-summary-cancelled, gnus-summary-high-ticked)
13581         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13582         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13583         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13584         (gnus-summary-low-undownloaded)
13585         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13586         (gnus-summary-low-unread, gnus-summary-normal-unread)
13587         (gnus-summary-high-read, gnus-summary-low-read)
13588         (gnus-summary-normal-read, gnus-splash):
13589         Remove "-face" suffix from face names.
13590         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13591         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13592         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13593         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13594         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13595         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13596         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13597         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13598         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13599         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13600         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13601         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13602         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13603         (gnus-summary-normal-ticked-face)
13604         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13605         (gnus-summary-normal-ancient-face)
13606         (gnus-summary-high-undownloaded-face)
13607         (gnus-summary-low-undownloaded-face)
13608         (gnus-summary-normal-undownloaded-face)
13609         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13610         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13611         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13612         (gnus-splash-face):
13613         New backward-compatibility aliases for renamed faces.
13614         (gnus-group-startup-message): Use renamed gnus faces.
13615
13616         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13617         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13618         (gnus-server-agent): Remove "-face" suffix from face names.
13619         (gnus-server-agent-face, gnus-server-opened-face)
13620         (gnus-server-closed-face, gnus-server-denied-face)
13621         (gnus-server-offline-face):
13622         New backward-compatibility aliases for renamed faces.
13623         (gnus-server-agent-face, gnus-server-opened-face)
13624         (gnus-server-closed-face, gnus-server-denied-face)
13625         (gnus-server-offline-face): Use renamed gnus faces.
13626
13627         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13628         Remove "-face" suffix from face names.
13629         (gnus-picon-xbm-face, gnus-picon-face):
13630         New backward-compatibility aliases for renamed faces.
13631
13632         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13633         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13634         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13635         (gnus-cite-11): Remove "-face" suffix from face names.
13636         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13637         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13638         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13639         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13640         New backward-compatibility aliases for renamed faces.
13641         (gnus-cite-attribution-face, gnus-cite-face-list)
13642         (gnus-article-boring-faces): Use renamed gnus faces.
13643
13644         * gnus-art.el (gnus-signature, gnus-header-from)
13645         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13646         (gnus-header-content): Remove "-face" suffix from face names.
13647         (gnus-signature-face, gnus-header-from-face)
13648         (gnus-header-subject-face, gnus-header-newsgroups-face)
13649         (gnus-header-name-face, gnus-header-content-face):
13650         New backward-compatibility aliases for renamed faces.
13651         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13652
13653         * gnus-sum.el (gnus-summary-selected-face)
13654         (gnus-summary-highlight): Use renamed gnus faces.
13655         * gnus-group.el (gnus-group-highlight): Likewise.
13656
13657 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13658
13659         * gnus-sieve.el (gnus-sieve-article-add-rule):
13660         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13661         * spam-stat.el (spam-stat-buffer-change-to-spam)
13662         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13663
13664         * message.el (message-is-yours-p):
13665         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13666
13667 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13668
13669         * mm-view.el (mm-inline-text): Withdraw the last change.
13670
13671 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13672
13673         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13674         executing enriched-decode.
13675
13676 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13677
13678         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13679         charset of tar files.
13680
13681 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13682
13683         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13684
13685 2005-06-04  Lute Kamstra  <lute@gnu.org>
13686
13687         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13688         information is never recorded.
13689
13690 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13691
13692         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13693
13694 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13695
13696         * pop3.el (pop3-apop): Run md5 in the binary mode.
13697
13698         * starttls.el (starttls-set-process-query-on-exit-flag):
13699         Use eval-and-compile.
13700
13701 2005-05-31  Simon Josefsson  <jas@extundo.com>
13702
13703         * smime.el (smime-replace-in-string): Define.
13704         (smime-cert-by-ldap-1): Use it.
13705
13706 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13707
13708         * gnus-art.el (article-display-x-face): Replace
13709         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13710
13711         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13712         set-process-query-on-exit-flag or process-kill-without-query.
13713
13714         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13715         loop instead of replace-regexp.
13716
13717         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13718         instead of process-kill-without-query if it is available.
13719
13720         * lpath.el: Fbind ldap-search-entries.
13721
13722         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13723         instead of find-file-hooks if it is available.
13724
13725         * mml1991.el: Bind pgg-default-user-id when compiling.
13726
13727         * mml2015.el: Bind pgg-default-user-id when compiling.
13728
13729         * nndraft.el (nndraft-request-associate-buffer):
13730         Use write-contents-functions instead of write-contents-hooks if it is
13731         available.
13732
13733         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13734         instead of find-file-hooks if it is available.
13735
13736         * nntp.el (nntp-open-connection): Replace
13737         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13738         (nntp-open-ssl-stream): Ditto.
13739         (nntp-open-tls-stream): Ditto.
13740
13741         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13742         set-process-query-on-exit-flag or process-kill-without-query.
13743         (starttls-open-stream-gnutls): Use it instead of
13744         process-kill-without-query.
13745         (starttls-open-stream): Ditto.
13746
13747 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13748
13749         * smime.el (smime-cert-by-ldap-1): Don't use
13750         replace-regexp-in-string.
13751
13752 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13753
13754         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13755
13756         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13757         in PEM format.  Adjust to the XEmacs compability.
13758
13759 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13760
13761         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13762         by `string-to-number'.
13763         * gnus-agent.el (gnus-agent-regenerate-group)
13764         (gnus-agent-fetch-articles): Ditto.
13765         * gnus-art.el (gnus-button-fetch-group): Ditto.
13766         * gnus-cache.el (gnus-cache-generate-active)
13767         (gnus-cache-articles-in-group): Ditto.
13768         * gnus-group.el (gnus-group-set-current-level)
13769         (gnus-group-insert-group-line): Ditto.
13770         * gnus-score.el (gnus-score-set-expunge-below)
13771         (gnus-score-set-mark-below, gnus-summary-score-effect)
13772         (gnus-summary-score-entry): Ditto.
13773         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13774         (gnus-soup-pack): Ditto.
13775         * gnus-spec.el (gnus-xmas-format): Ditto.
13776         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13777         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13778         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13779         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13780         * nndb.el (nndb-get-remote-expire-response): Ditto.
13781         * nndiary.el (nndiary-parse-schedule-value)
13782         (nndiary-string-to-number, nndiary-request-replace-article)
13783         (nndiary-request-article): Ditto.
13784         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13785         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13786         * nneething.el (nneething-make-head): Ditto.
13787         * nnfolder.el (nnfolder-request-article)
13788         (nnfolder-retrieve-headers): Ditto.
13789         * nnheader.el (nnheader-file-to-number): Ditto.
13790         * nnkiboze.el (nnkiboze-request-article): Ditto.
13791         * nnmail.el (nnmail-process-unix-mail-format)
13792         (nnmail-process-babyl-mail-format): Ditto.
13793         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13794         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13795         (nnmh-request-create-group, nnmh-request-list-1)
13796         (nnmh-request-group, nnmh-request-article): Ditto.
13797         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13798         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13799         * nnsoup.el (nnsoup-make-active): Ditto.
13800         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13801         * nntp.el (nntp-find-group-and-number)
13802         (nntp-retrieve-headers-with-xover): Ditto.
13803         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13804         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13805         (pgg-format-key-identifier): Ditto.
13806         * pop3.el (pop3-last, pop3-stat): Ditto.
13807         * qp.el (quoted-printable-decode-region): Ditto.
13808
13809         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13810         of concat.
13811
13812 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13813
13814         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13815
13816         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13817
13818         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13819
13820         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13821
13822         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13823
13824         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13825
13826         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13827         (gnus-carpal-mode): Ditto.
13828
13829         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13830         (gnus-browse-mode): Ditto.
13831
13832         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13833
13834         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13835
13836 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13837
13838         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13839
13840 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13841
13842         * gnus-util.el (gnus-run-mode-hooks): New function.
13843
13844         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13845
13846         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13847         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13848
13849 2005-05-27  Lute Kamstra  <lute@gnu.org>
13850
13851         * dns-mode.el (dns-mode): Specify customization group.
13852
13853 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13854
13855         * gnus-agent.el (gnus-agent-make-mode-line-string):
13856         Use mode-line-highlight as mouse-face.
13857
13858 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * canlock.el (canlock): Change the parent group to news.
13861
13862         * deuglify.el (gnus-outlook-deuglify): Add :group.
13863
13864         * dig.el (dig): Add :group.
13865
13866         * dns-mode.el (dns-mode): Add :group.
13867
13868         * encrypt.el (encrypt): Add :group.
13869
13870         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13871         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13872         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13873         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13874         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13875
13876         * gnus-diary.el (gnus-diary): Add :group.
13877
13878         * gnus.el (gnus-group-news-1-face): Add :group.
13879         (gnus-group-news-1-empty-face): Ditto.
13880         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13881         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13882         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13883         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13884         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13885         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13886         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13887         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13888         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13889         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13890         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13891         (gnus-summary-high-ticked-face): Ditto.
13892         (gnus-summary-low-ticked-face): Ditto.
13893         (gnus-summary-normal-ticked-face): Ditto.
13894         (gnus-summary-high-ancient-face): Ditto.
13895         (gnus-summary-low-ancient-face): Ditto.
13896         (gnus-summary-normal-ancient-face): Ditto.
13897         (gnus-summary-high-undownloaded-face): Ditto.
13898         (gnus-summary-low-undownloaded-face): Ditto.
13899         (gnus-summary-normal-undownloaded-face): Ditto.
13900         (gnus-summary-high-unread-face): Ditto.
13901         (gnus-summary-low-unread-face): Ditto.
13902         (gnus-summary-normal-unread-face): Ditto.
13903         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13904         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13905
13906         * hashcash.el (hashcash): New custom group.
13907         (hashcash-default-payment): Add :group.
13908         (hashcash-payment-alist): Ditto.
13909         (hashcash-default-accept-payment): Ditto.
13910         (hashcash-accept-resources): Ditto.
13911         (hashcash-path): Ditto.
13912         (hashcash-extra-generate-parameters): Ditto.
13913         (hashcash-double-spend-database): Ditto.
13914         (hashcash-in-news): Ditto.
13915
13916         * message.el (message-minibuffer-local-map): Add :group.
13917
13918         * netrc.el (netrc): Add :group.
13919
13920         * sieve-manage.el (sieve-manage-log): Add :group.
13921         (sieve-manage-default-user): Diito.
13922         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13923         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13924         (sieve-manage-authenticators): Ditto.
13925         (sieve-manage-authenticator-alist): Ditto.
13926         (sieve-manage-default-port): Ditto.
13927
13928         * sieve-mode.el (sieve-control-commands-face): Add :group.
13929         (sieve-action-commands-face): Ditto.
13930         (sieve-test-commands-face): Ditto.
13931         (sieve-tagged-arguments-face): Ditto.
13932
13933         * smime.el (smime): Add :group.
13934
13935         * spam-report.el (spam-report): Add :group.
13936
13937         * spam.el (spam, spam-face): Add :group.
13938
13939 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13940
13941         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13942         return \n.\n.\n at the end of articles.  Protect against that.
13943         (nntp-with-open-group): Allow debugging.
13944
13945         * nnheader.el (mail-header-set-extra): Make into a function
13946         because I just could't understand how to quote the list properly.
13947
13948         * dns.el (query-dns-cached): New function.
13949
13950 2005-05-26  Lute Kamstra  <lute@gnu.org>
13951
13952         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13953
13954 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13955
13956         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13957
13958         * gnus-art.el: Don't autoload mail-extract-address-components.
13959
13960         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13961         eval-and-compile to evaluate it.
13962
13963         * hashcash.el: Don't autoload executable-find.
13964
13965         * nndb.el: Don't declare the nndb back end two or more times; don't
13966         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13967
13968         * nntp.el: Autoload format-spec instead of format; use
13969         eval-and-compile to evaluate autoload forms.
13970
13971 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13972
13973         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13974
13975 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13976
13977         * gnus.el (gnus-version-number): Bump version.
13978
13979 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13980
13981         * gnus.el: No Gnus v0.3 is released.
13982
13983 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13984
13985         * lpath.el (featurep): Bind show-nonbreak-escape.
13986
13987 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13988
13989         * gnus-art.el (gnus-article-edit-part): Disable undo.
13990
13991 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13994         gnus-article-date-lapsed-new-header is t if date timer is active;
13995         skip headers in which the original date value is empty.
13996         (gnus-article-save-original-date): Redefine it as a macro.
13997         (gnus-display-mime): Use it.
13998
13999 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14000
14001         * gnus-art.el (article-date-ut): Support converting date in
14002         forwarded parts as well.
14003         (gnus-article-save-original-date): New function.
14004         (gnus-display-mime): Use it.
14005
14006 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14007
14008         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14009         enclosure element of <item>.
14010
14011 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14012
14013         * message.el (message-kill-buffer-query): Renamed from
14014         `message-kill-buffer-query-if-modified'.  Added :version.
14015
14016 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14017
14018         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14019         window layout.
14020
14021 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * mml.el: Autoload dnd when compiling.
14024
14025 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14026
14027         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14028         x-dnd-*.
14029
14030 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14031
14032         * qp.el (quoted-printable-encode-region): Save excursion.
14033
14034 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14035
14036         * message.el (message-kill-buffer-query-if-modified): Add new variable
14037         so the user can kill a modified message buffer quickly.
14038         (message-kill-buffer): Use it.
14039
14040 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14041
14042         * lpath.el: Fbind display-time-event-handler; don't fbind
14043         string-to-multibyte.
14044
14045         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14046
14047 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14048
14049         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14050         contained in text because xml.el decodes entities) with LFs.
14051
14052 2005-04-11  Lute Kamstra  <lute@gnu.org>
14053
14054         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14055         differently.
14056
14057 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14058
14059         * mm-util.el (mm-detect-coding-region): Typo.
14060
14061 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14062
14063         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14064
14065 2005-04-06  Deepak Goel  <deego@gnufans.org>
14066
14067         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14068         user-function allow user modifications of the scores.
14069         (spam-stat-score-buffer-user): New function, to allow
14070         user-computed modifications to the score.
14071         (spam-stat-score-buffer-user-functions): List of additional
14072         scoring functions.
14073         (spam-stat-error-holder): Global temporary error holder.
14074         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14075         variable.
14076
14077 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14078
14079         * gnus-registry.el (gnus-registry-clean-empty-function)
14080         (gnus-registry-trim, gnus-registry-fetch-groups)
14081         (gnus-registry-delete-group): Groups that match
14082         `gnus-registry-ignored-groups' are removed from the registry
14083         entries, not just ignored for splitting.  This helps clean up the
14084         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14085         to get all the groups a message ID is in.
14086
14087         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14088         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14089         (spam-stat-score-buffer-user-functions): Add :number custom type.
14090
14091 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14092
14093         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14094         argument in XEmacs.
14095
14096         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14097         (nnrss-request-group): Decode group name first.
14098         (nnrss-request-article): Make a text/plain article if mml-to-mime
14099         failed.
14100         (nnrss-get-encoding): Return a compatible encoding according to
14101         nnrss-compatible-encoding-alist.
14102         (nnrss-find-el): Use consp instead of listp.
14103         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14104
14105 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14106
14107         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14108         which Emacs 20 doesn't support.
14109         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14110
14111 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14112
14113         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14114         silence the byte compiler inside the defun.
14115
14116         * gnus-demon.el (parse-time-string): Add autoload.
14117
14118         * gnus-delay.el (parse-time-string): Add autoload.
14119
14120         * gnus-art.el (parse-time-string): Add autoload.
14121
14122         * nnultimate.el (parse-time): Require for `parse-time-string'.
14123
14124 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14125
14126         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14127
14128         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14129
14130         * smime.el (smime-ldap-host-list): Add :version.
14131
14132 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14133
14134         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14135         pass it to `gnus-browse-read-group'.
14136         (gnus-browse-read-group): Add NUMBER argument and pass it to
14137         `gnus-group-read-ephemeral-group'.
14138
14139         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14140         argument and pass it to `gnus-group-read-group'.
14141
14142 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14143
14144         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14145         mm-xemacs-find-mime-charset-1 if we have the mule feature
14146         available at runtime.
14147
14148 2005-03-25  Werner Lemberg  <wl@gnu.org>
14149
14150         * nnmaildir.el: Replace `illegal' with `invalid'.
14151
14152 2005-03-23  Lute Kamstra  <lute@gnu.org>
14153
14154         * time-date.el: Add comment on time value formats.
14155         Don't require parse-time.
14156         (with-decoded-time-value): New macro.
14157         (encode-time-value): New function.
14158         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14159         (days-to-time): Return a valid time value when arg is huge.
14160         (time-since): Use time-subtract.
14161         (time-to-number-of-days): Use time-to-seconds.
14162
14163 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14164
14165         * gnus-start.el (gnus-display-time-event-handler):
14166         Check display-time-timer at runtime rather than only at load time
14167         in case display-time-mode is turned off in the mean time.
14168
14169 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14170
14171         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14172         used.
14173
14174         * nneething.el (nneething-map-file-directory): Derive from
14175         `gnus-directory'.
14176
14177         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14178         the To/Cc button.
14179
14180 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14181
14182         * nnmaildir.el (nnmaildir-request-accept-article):
14183         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14184
14185 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14186
14187         * gnus-async.el: Require timer-funcs at compile time when in
14188         XEmacs for `run-with-idle-timer'.
14189
14190 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14191
14192         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14193         autoloaded function.
14194
14195 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14196
14197         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14198
14199 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14200
14201         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14202
14203 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14204
14205         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14206         gnus-expert-user to default.
14207
14208 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14209
14210         * nnimap.el (nnimap-open-server): Ditto.
14211
14212         * imap.el (imap-authenticate): Fix typo.
14213
14214 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14215
14216         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14217         buffer (since IMAP server might return FETCH response out of
14218         order, and the nntp buffer must be sorted).
14219
14220 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14221
14222         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14223         comparison on string.
14224
14225         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14226         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14227         (gnus-agent-summary-fetch-series): Modified to protect against
14228         gnus-agent-summary-fetch-group clearing processable flags.
14229         (gnus-agent-synchronize-group-flags): Update live group buffer as
14230         synchronization may occur due to the user toggle the plugged
14231         status.
14232         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14233         successfully downloaded.
14234         (gnus-agent-expire-group-1): Avoid using markers when the overview
14235         is in ascending order; greatly improves performance.
14236         (gnus-agent-regenerate-group): Use
14237         gnus-agent-synchronize-group-flags to reset read status in both
14238         gnus and server.
14239         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14240
14241 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14242
14243         * message.el: Don't autoload former message-utils variables.
14244         (message-strip-subject-trailing-was): Change doc string.
14245
14246         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14247         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14248         (nnweb-google-search): Add "hl=en" here.
14249         (nnweb-google-parse-1, nnweb-google-create-mapping):
14250         Don't hardcode URL.
14251
14252 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14253
14254         * message.el (message-get-reply-headers, message-followup):
14255         Mention related variables `message-use-followup-to' and
14256         `message-use-mail-followup-to', in the information buffer.
14257
14258         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14259         of broken groups(-beta).google.com.
14260
14261 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14262
14263         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14264         parameter to invoked gnus-request-move-article; remove the
14265         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14266         all at once instead of once per article.
14267         (gnus-summary-remove-process-mark): Accept a list of articles as
14268         well as a single article for processing.
14269
14270         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14271         parameter.
14272
14273         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14274
14275         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14276
14277         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14278         parameter.
14279
14280         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14281         parameter.
14282
14283         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14284         parameter and remove the gnus-sum-hint-move-is-internal variable.
14285
14286         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14287         parameter.
14288
14289         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14290         parameter.
14291
14292         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14293         parameter.
14294
14295         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14296
14297         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14298         parameter.
14299
14300         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14301         parameter.
14302
14303 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14304
14305         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14306         a more conservative way.
14307
14308 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14309
14310         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14311         buffer, so it moves the window's cursor.
14312
14313 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14314
14315         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14316         `mm-dissect-multipart' and receive the from field as an (optional)
14317         argument from `mm-dissect-multipart'.
14318         (mm-dissect-multipart): Receive the from field as an argument and
14319         pass it on when we call `mm-dissect-buffer' on MIME parts.
14320         Fixes verification/decryption of signed/encrypted MIME parts.
14321
14322 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14323
14324         * gnus-sum.el (gnus-summary-move-article): Set
14325         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14326         whatever it calls (right now, only nnimap-request-move article
14327         respects it).
14328
14329         * nnimap.el (nnimap-request-move-article): When
14330         gnus-sum-hint-move-is-internal is set, don't do the extra
14331         nnimap-request-article.
14332
14333 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14334
14335         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14336
14337         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14338         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14339
14340         * gnus-sum.el (gnus-summary-caesar-message):
14341         Apply `gnus-treat-article' after rotation.
14342
14343         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14344         doc string.
14345
14346 2005-02-22  Simon Josefsson  <jas@extundo.com>
14347
14348         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14349         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14350         <arne@arnested.dk>.
14351         (encrypt): Add password-cache and password-cache-expiry as group
14352         members.
14353
14354 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14355
14356         * smime.el (smime-ldap-host-list): Doc fix.
14357         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14358         cache) password.
14359         (smime-sign-region): Use it.
14360         (smime-decrypt-region): Use it.
14361         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14362         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14363         fails.
14364         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14365         certificate from DER to PEM format rather than calling openssl.
14366
14367         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14368
14369         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14370         for signing/encryption.
14371
14372         * mml.el (mml-parse-1): Use them.
14373
14374 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14375
14376         * nnrss.el (nnrss-verbose): Removed.
14377         (nnrss-request-group): Use `nnheader-message' instead.
14378
14379 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14380
14381         * nnrss.el (nnrss-verbose): New variable.
14382         (nnrss-request-group): Make it say nnrss is requesting a group.
14383
14384 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14385
14386         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14387         Handle news URL with given port correctly.
14388
14389 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14390
14391         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14392         containing special characters.
14393
14394         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14395
14396         * mml.el (mime-to-mml): Ditto.
14397
14398         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14399         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14400         (rfc2047-decode-region): Quote decoded words containing special
14401         characters when rfc2047-quote-decoded-words-containing-tspecials
14402         is non-nil.
14403
14404 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14405
14406         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14407
14408         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14409
14410 2005-02-15  Simon Josefsson  <jas@extundo.com>
14411
14412         * nnimap.el (nnimap-debug): Doc fix.
14413
14414         * imap.el (imap-debug): Doc fix.
14415
14416 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14419
14420 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14421
14422         * gnus.el (spam-contents): Improve docs for spam-contents
14423         parameter in its variable incarnation.
14424
14425 2005-02-14  Simon Josefsson  <jas@extundo.com>
14426
14427         * smime-ldap.el: Use require instead of load-library for ldap.
14428         (smime-ldap-search): Indent.
14429         (smime-ldap-search-internal): Shorten line.
14430
14431         * smime.el (smime-cert-by-dns): Add doc-string.
14432         (smime-cert-by-ldap-1): Indent.
14433
14434         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14435         mml-smime-get-dns-ldap.
14436         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14437
14438 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14439
14440         * smime.el: Require smime-ldap.
14441         (smime-ldap-host-list): New variable.
14442         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14443
14444         * mml-smime.el (mml-smime-encrypt-query): New function.
14445         (mml-smime-encrypt-query): Use it.
14446
14447         * smime-ldap.el: New file.
14448
14449 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14450
14451         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14452
14453 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14454
14455         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14456         argument in doc string.  Make query for type more clear.
14457
14458 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * gnus.el (gnus-group-startup-message): Search for gnus images in
14461         etc/images/gnus.
14462         * mm-util.el (mm-image-load-path): Likewise.
14463         * smiley.el (smiley-data-directory): Search for smilies in
14464         etc/images/smilies.
14465
14466 2005-02-09  Kim F. Storm  <storm@cua.dk>
14467
14468         Change Emacs release version from 21.4 to 22.1 throughout.
14469         Change Emacs development version from 21.3.50 to 22.0.50.
14470
14471 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14472
14473         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14474
14475         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14476         non-Mule XEmacs as well.
14477         (mm-decompress-buffer): Signal an error intentionally if it does
14478         not decompress compressed data because auto-compression-mode is
14479         disabled.
14480
14481 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14482
14483         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14484         an ID in the registry even if it has no groups.
14485
14486 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14489         merge it into mm-decompress-buffer.
14490         (gnus-mime-copy-part): Use the MIME part charset, the value which
14491         a user specified or gnus-newsgroup-charset for decoding, like
14492         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14493         save-buffer what was used.  Suggested by Kevin Ryde
14494         <user42@zip.com.au>.
14495         (gnus-mime-inline-part): Allow the name parameter as well as the
14496         filename parameter; force decompressing of compressed data; always
14497         display contents being not decoded as unibyte.
14498
14499         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14500         as well as the filename parameter.
14501
14502         * mm-util.el (mm-decompress-buffer): Merge
14503         gnus-mime-jka-compr-maybe-uncompress.
14504         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14505         of compressed data.
14506
14507 2005-02-08  Simon Josefsson  <jas@extundo.com>
14508
14509         * imap.el (imap-log): Doc fix.
14510
14511 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14512
14513         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14514         the coding cookies; decompress compressed parts.
14515
14516         * mml.el (mml-generate-mime-1): Add the charset parameter according
14517         to the value which a user specified manually or the coding cookie.
14518
14519         * mm-util.el (mm-string-to-multibyte): New function.
14520         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14521         (mm-coding-system-to-mime-charset): New function.
14522         (mm-decompress-buffer): New function.
14523         (mm-find-buffer-file-coding-system): New function.
14524
14525         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14526         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14527         parts.
14528
14529 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14530
14531         * mm-view.el (mm-display-inline-fontify): Decode a part according
14532         to the charset parameter.
14533
14534 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14535
14536         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14537         prefix arg is neither nil nor a number, as info specifies.
14538
14539 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14540
14541         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14542         timestamps.
14543
14544 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14545
14546         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14547         groups error checking and notify user.
14548
14549 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14550
14551         * message.el (message-send-mail-function): Check existence of
14552         sendmail-program first before using default value
14553         `message-send-mail-with-sendmail'.  Otherwise use more generic
14554         `smtpmail-send-it'.
14555
14556 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14557
14558         * nntp.el (nntp-request-update-info): Always return nil.
14559
14560 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14561
14562         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14563
14564 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14565
14566         * message.el (message-beginning-of-line): Change the behavior when
14567         invoked between BOL and : so that it first moves backward.
14568
14569 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14570
14571         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14572         article buffer when editing of the article is discarded.
14573         (gnus-article-prepare): Revert.
14574
14575 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14576
14577         * gnus-art.el (gnus-article-prepare):
14578         Remove message-strip-forbidden-properties from the local hook.
14579
14580 2005-01-27  Simon Josefsson  <jas@extundo.com>
14581
14582         * password.el (password-cache-add): Only start one timer per key.
14583         Reported by Derek Atkins <warlord@MIT.EDU>.
14584
14585 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14586
14587         * run-at-time.el: Removed.  It is no longer needed as
14588         timer-funcs.el in the xemacs-base package has a working version of
14589         `run-at-time'.
14590
14591         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14592
14593         * password.el: Require timer-funcs instead of run-at-time in
14594         XEmacs.
14595         Remove `password-run-at-time' macro.
14596         (password-cache-add): Use `run-at-time' instead of
14597         `password-run-at-time'.
14598
14599         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14600         Remove `nnheader-cancel-function-timers' alias,
14601         `cancel-function-timers' exists in XEmacs in timer-funcs.
14602
14603         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14604         for `run-with-idle-timer'.
14605
14606         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14607         for `run-at-time'.
14608
14609         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14610         for `with-timeout'.
14611
14612         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14613         the same as for XEmacs 21.4.
14614         No need to ignore `run-with-idle-timer', this function exists in
14615         XEmacs now in timer-funcs.el in the xemacs-base package.
14616         (dgnushack-compile): No need to delete
14617         run-at-time.el from the list of files to compile because it
14618         doesn't exist anymore.
14619
14620 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14621
14622         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14623         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14624
14625 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14626
14627         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14628         sensitively.
14629
14630 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14631
14632         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14633
14634 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14635
14636         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14637         which will be inserted according to the multibyteness of a buffer
14638         rather than the type of contents.  Suggested by ARISAWA Akihiro
14639         <ari@mbf.ocn.ne.jp>.
14640
14641         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14642         of string which old xml.el may return rather than a string.
14643
14644 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14647
14648 2005-01-16  Simon Josefsson  <jas@extundo.com>
14649
14650         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14651         idn/idna.el isn't available.
14652         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14653         <michael@waxrat.com>.
14654
14655         * hashcash.el: Remove non-FSF copyright header.
14656
14657         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14658         (hashcash-generate-payment): Use it.
14659         (hashcash-generate-payment-async): Use it.
14660
14661 2005-01-15  Simon Josefsson  <jas@extundo.com>
14662
14663         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14664         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14665
14666         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14667         gnus-summary-idna-message.
14668         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14669         (gnus-summary-idna-message): New function.
14670
14671 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14672
14673         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14674         gnus-novice-user.
14675
14676 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14677
14678         * nnrss.el (nnrss-request-delete-group): Delete entries in
14679         nnrss-group-alist as well.
14680         (nnrss-save-server-data): Insert newline.
14681
14682 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14683
14684         * gnus.el (gnus-user-agent): Use list of symbols instead of
14685         symbols.  Display full version number for (S)XEmacs.  Optionally
14686         display (S)XEmacs codename.
14687
14688         * gnus-util.el (gnus-emacs-version): Update for new
14689         `gnus-user-agent'.
14690
14691         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14692         Gnus version.
14693
14694 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14695
14696         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14697         which is unreadable in some setups.
14698
14699 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14700
14701         * gnus-spec.el (gnus-update-format-specifications): Flush the
14702         group format spec cache if it doesn't support decoded group names.
14703
14704 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14705
14706         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14707         Allow to apply decay on score files matching a regexp.
14708
14709 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14710
14711         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14712         compatibility in %g and %c.
14713
14714 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14715
14716         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14717         name for only %g and %c.
14718         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14719         of gnus-tmp-group to decoded group name.
14720         (gnus-group-make-rss-group): Exclude `/'s from group names.
14721
14722 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * nnrss.el (nnrss-get-encoding): Fix regexp.
14725
14726 2004-12-27  Simon Josefsson  <jas@extundo.com>
14727
14728         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14729         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14730         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14731
14732 2004-12-17  Kim F. Storm  <storm@cua.dk>
14733
14734         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14735
14736         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14737
14738 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14739
14740         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14741
14742 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14743
14744         * nnrss.el: Require rfc2047 and mml.
14745         (nnrss-file-coding-system): New variable.
14746         (nnrss-format-string): Redefine it as an inline function.
14747         (nnrss-decode-group-name): New function.
14748         (nnrss-string-as-multibyte): Remove.
14749         (nnrss-retrieve-headers): Decode group name; don't use
14750         nnrss-format-string.
14751         (nnrss-request-group): Decode group name.
14752         (nnrss-request-article): Decode group name; allow a Message-ID as
14753         well as an article number; don't use nnrss-format-string; encode a
14754         Message-ID string which may contain non-ASCII characters; use
14755         mml-to-mime to compose a MIME article.
14756         (nnrss-request-expire-articles): Decode group name.
14757         (nnrss-request-delete-group): Decode group name.
14758         (nnrss-fetch): Clarify error message.
14759         (nnrss-read-server-data): Use insert-file-contents instead of load;
14760         bind file-name-coding-system; use multibyte buffer.
14761         (nnrss-save-server-data): Bind coding-system-for-write to the
14762         value of nnrss-file-coding-system; bind file-name-coding-system;
14763         add coding cookie.
14764         (nnrss-read-group-data): Use insert-file-contents instead of load;
14765         bind file-name-coding-system; use multibyte buffer.
14766         (nnrss-save-group-data): Bind coding-system-for-write to the
14767         value of nnrss-file-coding-system; bind file-name-coding-system.
14768         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14769         make it work with non-ASCII text.
14770         (nnrss-find-el): Make it work with old xml.el as well.
14771
14772 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14773
14774         * nnrss.el (nnrss-get-encoding): New function.
14775         (nnrss-fetch): Use unibyte buffer initially; bind
14776         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14777         decode contents according to the encoding attribute.
14778         (nnrss-save-group-data): Add coding cookie.
14779         (nnrss-mime-encode-string): New function.
14780         (nnrss-check-group): Use it to encode subject and author.
14781
14782 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14783
14784         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14785         imaginary variable.
14786
14787 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14788
14789         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14790         correctly even if there are wide characters.
14791
14792 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14793
14794         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14795         downcased symbol names; make a new cache instead of reusing
14796         bbdb-hashtable.
14797
14798 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14799
14800         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14801         concatenating segments rather than before concatenating them.
14802         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14803
14804         * message.el (message-get-reply-headers): Bind `extra'.
14805
14806 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14807
14808         * message.el (message-extra-wide-headers): New variable.
14809         (message-get-reply-headers): Use it.
14810
14811 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14812
14813         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14814         (gnus-agent-group-pathname): Ditto.
14815
14816         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14817
14818         * gnus-group.el (gnus-group-make-group): Decode group name.
14819         (gnus-group-make-rss-group): Register the group data after opening
14820         the nnrss group.
14821
14822 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14823
14824         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14825         by expiry now get marked as read.
14826
14827 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14828
14829         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14830
14831 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14832
14833         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14834         unify Latin characters in XEmacs.
14835         (mm-find-mime-charset-region): Use it.
14836
14837 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14838
14839         * gnus-util.el (gnus-delete-directory): New function.
14840
14841         * gnus-agent.el (gnus-agent-delete-group): Use it.
14842
14843         * gnus-cache.el (gnus-cache-delete-group): Use it.
14844
14845 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14846
14847         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14848         names.
14849
14850 2004-12-16  Simon Josefsson  <jas@extundo.com>
14851
14852         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14853
14854 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14855
14856         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14857
14858         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14859         (gnus-group-set-current-level): Decode group name.
14860
14861 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14862
14863         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14864         failed.
14865
14866 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14867
14868         * gnus-group.el (gnus-group-delete-group): Decode group name.
14869         (gnus-group-make-rss-group): Encode group name.
14870         (gnus-group-catchup-current): Decode group name.
14871         (gnus-group-kill-group): Decode group name.
14872
14873 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14874
14875         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14876
14877 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14878
14879         * gnus-group.el (gnus-group-make-rss-group):
14880         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14881
14882         * gnus-start.el (gnus-setup-news): Honor user's setting to
14883         gnus-message-archive-method.  Suggested by Lute Kamstra
14884         <lute@gnu.org>.
14885
14886 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14887
14888         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14889         global counterparts of the buffer-local variables.
14890
14891 2004-11-16  Romain Francoise  <romain@orebokech.com>
14892
14893         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14894         counterparts of the buffer-local variables.
14895
14896 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * message.el (message-forbidden-properties): Fixed typo in doc
14899         string.
14900
14901 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14902
14903         * gnus-util.el (gnus-replace-in-string): Added doc string.
14904
14905         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14906         to avoid problems when splitting mails with many recipients.
14907
14908 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14909
14910         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14911         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14912
14913 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14914
14915         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14916         if there is no hashtable in memory or file modification time is
14917         newer than cached timestamp.
14918
14919 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14920
14921         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14922         not-matching option.
14923
14924 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14925
14926         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14927         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14928         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14929         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14930         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14931         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14932
14933 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14934
14935         * message.el (message-forward-make-body-mml): Remove headers
14936         according to message-forward-ignored-headers if a message is decoded.
14937
14938 2004-12-02  Romain Francoise  <romain@orebokech.com>
14939
14940         * message.el (message-forward-make-body-plain): Always remove
14941         headers according to message-forward-ignored-headers.
14942
14943 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14944
14945         * spam.el (spam-summary-prepare-exit): Remove the
14946         gnus-summary-limit pop for now, it has problems with ham marks for
14947         me.
14948
14949 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14950
14951         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14952         correctly.
14953
14954 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14955
14956         * format-spec.el (format-spec): Message the char.
14957
14958 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14959
14960         * gnus-art.el (gnus-split-methods): Reformat comments.
14961
14962         * spam.el (spam-summary-prepare-exit): Remove article limits
14963         before exiting the summary buffer.
14964
14965 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14966
14967         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14968         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14969
14970         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14971         order to silence the byte compiler.
14972
14973         * spam.el: Fix the way to silence the byte compiler, which
14974         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14975         bbdb-search-simple, spam-BBDB-register-routine,
14976         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14977         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14978         spam-stat-buffer-is-spam, spam-stat-load,
14979         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14980         spam-stat-save and spam-stat-split-fancy.
14981
14982 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14983
14984         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14985         which may confuse users.
14986         (canlock-password-for-verify): Ditto.
14987
14988         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14989
14990         * gnus-art.el (gnus-emphasis-alist): Ditto.
14991
14992         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14993
14994         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14995
14996         * gnus-start.el (gnus-save-killed-list): Ditto.
14997
14998         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14999         (gnus-sum-thread-tree-root): Ditto.
15000         (gnus-sum-thread-tree-false-root): Ditto.
15001         (gnus-sum-thread-tree-single-indent): Ditto.
15002
15003         * message.el (message-courtesy-message): Ditto.
15004         (message-archive-note): Ditto.
15005         (message-subscribed-address-file): Ditto.
15006         (message-user-fqdn): Ditto.
15007
15008         * spam-report.el (spam-report-gmane-regex): Ditto.
15009
15010         * spam.el (spam-blackhole-good-server-regex): Ditto.
15011
15012 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15013
15014         * mml.el (mml-preview): Widen the message buffer before copying
15015         the contents to the preview buffer; sort headers before previewing.
15016
15017         * message.el (message-hidden-headers): Fix the way to avoid a bug
15018         in the `repeat' widget in Emacs 21.3 or earlier.
15019
15020 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15021
15022         * message.el (message-hidden-headers): Default to "^References:".
15023         Improve customization type.  Suggested by Reiner Steib
15024         <Reiner.Steib@gmx.de>.
15025
15026 2004-11-25  Romain Francoise  <romain@orebokech.com>
15027
15028         * message.el (message-strip-forbidden-properties): Remove check for
15029         obsolete `message-hidden' text property, hidden headers are not
15030         accessible in the buffer anymore.
15031
15032 2004-11-22  Romain Francoise  <romain@orebokech.com>
15033
15034         * message.el (message-header-format-alist): Add `From' in list
15035         so that it can be sorted.
15036         (message-fix-before-sending): Widen and sort headers before
15037         sending.
15038         (message-hide-headers): Use narrowing to hide headers by moving
15039         them to the top of the buffer and narrowing to the region
15040         underneath.
15041
15042 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15043
15044         * message.el (message-strip-forbidden-properties): Bind
15045         buffer-read-only (etc) to nil.
15046
15047 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15048
15049         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15050         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15051
15052 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15053
15054         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15055
15056 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15057
15058         * dns.el (query-dns): Use sit-for to time instead of
15059         accept-process-output, since that doesn't seem to work on udp
15060         sockets.
15061
15062 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15063
15064         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15065
15066 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15067
15068         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15069         doc string.  Improve doc string.
15070
15071 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15072
15073         * nntp.el (nntp-request-update-info): Return nil if
15074         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15075         may not call gnus-activate-group which uselessly issues the GROUP
15076         commands for all nntp groups and wastes time.  Reported by Romain
15077         Francoise <romain@orebokech.com>.
15078
15079         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15080
15081 2004-11-15  Simon Josefsson  <jas@extundo.com>
15082
15083         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15084         headers separately.
15085         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15086         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15087
15088 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15089
15090         * gnus-start.el (gnus-convert-old-newsrc):
15091         Assign legacy-gnus-agent to 5.10.7.
15092
15093 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15094
15095         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15096         start of the lines.
15097
15098 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15099
15100         * hashcash.el (hashcash-default-payment): Change default to 20.
15101         (hashcash-default-accept-payment): Change default to 20.
15102         (hashcash-process-alist): New variable.
15103         (hashcash-generate-payment-async): Add.
15104         (hashcash-already-paid-p): Add.
15105         (hashcash-insert-payment): Don't generate payments twice.
15106         (hashcash-insert-payment-async): Add.
15107         (hashcash-insert-payment-async-2): Add.
15108         (hashcash-cancel-async): Add.
15109         (hashcash-wait-async): Add.
15110         (hashcash-processes-running-p): Add.
15111         (hashcash-wait-or-cancel): Add.
15112         (mail-add-payment): New optional argument.  Conditionally start
15113         asynchronous calculation.
15114         (mail-add-payment-async): Add.
15115
15116         * message.el (message-send-mail): Wait for asynchronous hashcash
15117         results.  Don't clobber existing X-Hashcash headers.
15118         (message-setup-1): Call mail-add-payment-async when
15119         message-generate-hashcash is non-nil.
15120
15121 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15122
15123         * message.el (message-use-alternative-email-as-from): Examine the
15124         From header as well; use message-make-from in order to include a
15125         user's full name.
15126
15127 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15128
15129         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15130         default; improve customization type.
15131         (gnus-emphasis-custom-with-format): New macro.
15132         (gnus-emphasis-custom-value-to-external): New function.
15133         (gnus-emphasis-custom-value-to-internal): New function.
15134
15135 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15136
15137         * dns.el (query-dns): Resolve reverse addresses.
15138
15139 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15140
15141         * gnus-group.el (gnus-group-get-new-news): Use it.
15142
15143         * gnus-start.el (gnus-check-reasonable-setup): New function.
15144
15145 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15146
15147         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15148         "Args out of range" error.  Reported by Arnaud Giersch
15149         <arnaud.giersch@free.fr>.
15150
15151 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15152
15153         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15154
15155 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15156
15157         * spam.el (spam group): Add :version.
15158
15159         * pgg-def.el (pgg group): Add :version.
15160
15161 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15162
15163         * gnus-art.el (gnus-article-edit-article): Don't associate the
15164         article buffer with a draft file.  This is a temporary measure
15165         against the 2004-08-22 change to gnus-article-edit-mode.
15166
15167 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15168
15169         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15170         (html2text-format-tags): Remove unused variable `attr'.
15171
15172 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15173
15174         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15175
15176         * tls.el (tls-process-connection-type, tls-success)
15177         (tls-certtool-program): Add :version.
15178
15179         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15180         (starttls-extra-arguments, starttls-process-connection-type)
15181         (starttls-connect, starttls-failure, starttls-success): Add :version.
15182
15183         * spam-stat.el (spam-stat): Add :version.
15184
15185         * sieve.el (sieve): Add :version.
15186
15187         * sha1.el (sha1): Add :version.
15188         (sha1-use-external): Remove redundant version.
15189
15190         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15191         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15192         (nnmail-split-fancy-match-partial-words)
15193         (nnmail-split-lowercase-expanded): Add :version.
15194
15195         * nndiary.el (nndiary): Add :version.
15196
15197         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15198
15199         * mml-sec.el (mml-default-sign-method)
15200         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15201         Add :version.
15202
15203         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15204
15205         * mm-url.el (mm-url-use-external, mm-url-program)
15206         (mm-url-arguments): Add :version.
15207
15208         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15209         (mm-attachment-file-modes, mm-decrypt-option)
15210         (mm-w3m-safe-url-regexp): Add :version.
15211
15212         * message.el (message-cite-prefix-regexp)
15213         (message-sendmail-envelope-from, message-minibuffer-local-map)
15214         (message-user-fqdn, message-completion-alist): Add :version.
15215
15216         * gnus-win.el (gnus-configure-windows-hook)
15217         (gnus-use-frames-on-any-display): Add :version.
15218
15219         * gnus-art.el (gnus-article-address-banner-alist)
15220         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15221         (gnus-treat-from-picon, gnus-treat-mail-picon)
15222         (gnus-treat-x-pgp-sig): Add :version.
15223
15224         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15225         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15226         (gnus-summary-article-delete-hook)
15227         (gnus-summary-display-while-building): Add :version.
15228
15229         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15230         (gnus-get-top-new-news-hook): Add :version.
15231
15232         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15233         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15234
15235         * gnus-registry.el (gnus-registry): Add :version.
15236
15237         * gnus-spec.el (gnus-use-correct-string-widths)
15238         (gnus-make-format-preserve-properties): Add :version.
15239
15240         * gnus.el (gnus-group-charter-alist)
15241         (gnus-group-fetch-control-use-browse-url)
15242         (gnus-install-group-spam-parameters): Add :version.
15243
15244         * gnus-diary.el (gnus-diary): Add :version.
15245
15246         * gnus-delay.el (gnus-delay): Add :version.
15247
15248         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15249         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15250         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15251         Add :version.
15252
15253         * gnus-agent.el (gnus-agent-max-fetch-size)
15254         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15255         (gnus-agent-prompt-send-queue): Add :version.
15256
15257         * deuglify.el (gnus-outlook-deuglify): Add :version.
15258
15259         * html2text.el: Beautify code.  Improve doc strings.  Some
15260         checkdoc cleanup.
15261         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15262
15263 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15264
15265         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15266
15267 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15268
15269         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15270         when package is loaded.
15271
15272         * spam.el (spam-summary-score-preferred-header): Add global preference
15273         for people who want to override the default SpamAssassin over
15274         Bogofilter preference (when both are set).
15275         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15276         (spam-user-format-function-S): Check
15277         spam-summary-score-preferred-header.
15278         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15279         (spam-user-format-function-S): Format the score correctly.
15280
15281 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15282
15283         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15284         signature file.  Suggested by Manoj Srivastava
15285         <srivasta@golden-gryphon.com>.
15286
15287         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15288         iso-2022-jp even in the Japanese language environment.
15289         Suggested by Jason Rumney <jasonr@gnu.org>.
15290
15291 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15292
15293         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15294         use the same characters as the dummy marks; make it free from
15295         getting affected by the language environment.
15296         (gnus-summary-read-group-1): Update mark positions only when the
15297         format spec is updated.
15298
15299         * gnus-spec.el (gnus-update-format-specifications): Return a list
15300         of updated types.
15301
15302 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15303
15304         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15305         of boundp to check if display-warning is available.
15306
15307 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15308
15309         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15310
15311 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15312
15313         * nnspool.el (nnspool-spool-directory): Use news-path if the
15314         news-directory variable is not bound.
15315
15316         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15317         function instead of display-warning if it is not available.
15318
15319 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15320
15321         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15322         v5-10: Use `point-at-bol'.
15323
15324 2004-10-26  Simon Josefsson  <jas@extundo.com>
15325
15326         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15327         <chenggao@gmail.com>.
15328
15329 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15330
15331         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15332         instead.
15333
15334 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15335
15336         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15337         to remove a server from the nnimap-server-buffer-alist.
15338         (nnimap-open-connection, nnimap-close-server): Use it.
15339
15340         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15341
15342 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15345         running the major-mode function.
15346
15347 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15348
15349         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15350         dummy marks in the right way.
15351
15352 2004-10-18  David Edmondson  <dme@dme.org>
15353
15354         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15355         excessively.
15356
15357 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15358
15359         * gnus-util.el (gnus-split-references): Accept a nil references
15360         string and go on blissfully.
15361
15362         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15363         cases where the references string is non-nil but has no references.
15364
15365         * encrypt.el: Add autoload tags.
15366
15367         * spam.el (spam-resolve-registrations-routine): Remove article
15368         from unregistration list too.  Reported by David Hanak
15369         <dhanak@isis.vanderbilt.edu>
15370
15371 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15374         nil.  Changed custom type.
15375
15376 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15377
15378         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15379
15380         * gnus-sum.el (gnus-summary-move-article): Use it.
15381
15382 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15383
15384         * encrypt.el: Add autoload cookies.
15385
15386         * spam.el (spam-backend-article-list-property)
15387         (spam-backend-get-article-todo-list)
15388         (spam-backend-put-article-todo-list)
15389         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15390         Resolve registrations separately.
15391         (spam-register-routine): Format comments.
15392         (spam-unregister-routine, spam-register-routine): Always call with
15393         specific-articles, no default list.
15394         (spam-summary-prepare-exit): Use the spam-classifications function.
15395
15396         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15397         gnus-encrypt.el.
15398
15399         * encrypt.el: Copied from gnus-encrypt.el.
15400
15401         * gnus-encrypt.el: Commented that it's obsolete.
15402
15403 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15404
15405         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15406         (gnus-score-save): Use it.
15407
15408         * message.el (message-bury): Use `window-dedicated-p'.
15409
15410 2004-10-15  Simon Josefsson  <jas@extundo.com>
15411
15412         * pop3.el (top-level): Don't require nnheader.
15413         (pop3-read-timeout): Add.
15414         (pop3-accept-process-output): Add.
15415         (pop3-read-response, pop3-retr): Use it.
15416
15417 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15418
15419         * spam.el (spam-register-routine): Move comment.
15420         (spam-verify-bogofilter): Use 'unknown for the initial
15421         spam-bogofilter-valid state, not 'never.
15422
15423         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15424         for netrc-machine.
15425
15426         * nnimap.el (nnimap-open-connection): Use
15427         netrc-machine-user-or-password.
15428
15429 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15430
15431         * gnus-registry.el (gnus-registry-unload-hook):
15432         Set as a variable with add-hook.
15433
15434         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15435         of news-path.
15436
15437         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15438
15439         * spam.el: Delete duplicate `provide'.
15440         (spam-unload-hook): Set as a variable with add-hook.
15441
15442 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15443
15444         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15445         in the doc string.
15446
15447         * message.el (message-ignored-news-headers)
15448         (message-ignored-supersedes-headers)
15449         (message-ignored-resent-headers)
15450         (message-forward-ignored-headers): Improve custom type.
15451
15452 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15453
15454         * message.el (message-tokenize-header): Fix 2004-09-06 change
15455         which used point-min in the wrong place.
15456
15457 2004-10-12  Simon Josefsson  <jas@extundo.com>
15458
15459         * tls.el (tls-certtool-program): New variable.
15460         (tls-certificate-information): New function, based on
15461         ssl-certificate-information.
15462
15463 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15464
15465         * compface.el: Move the version of ELisp-based uncompface program
15466         to the contrib directory because of the copyright problem.
15467
15468 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15469
15470         * message.el (message-kill-buffer): Raise the current frame.
15471
15472 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15473
15474         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15475
15476         * gnus.el (message-y-or-n-p): Autoload.
15477
15478         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15479         (pop3-password-required, pop3-authentication-scheme)
15480         (pop3-leave-mail-on-server): Made customizable.
15481         (pop3): New custom group.
15482         (pop3-retr): Remove `sleep-for' statements.
15483         Suggested by Dave Love <fx@gnu.org>.
15484
15485         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15486         Windows/DOS.
15487
15488         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15489         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15490         Dave Love <fx@gnu.org>.
15491
15492         * mml.el (mml-minibuffer-read-disposition): Require match.
15493         Suggested by Dave Love <fx@gnu.org>.
15494
15495 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15496
15497         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15498         doc string.
15499
15500 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15501
15502         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15503
15504 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15505
15506         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15507         instead of calling `mm-insert-inline', to decode text/* parts
15508         before displaying them.
15509
15510 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15511
15512         * mm-uu.el (mm-uu-text-plain-type): New variable.
15513         (mm-uu-pgp-signed-extract-1): Use it.
15514         (mm-uu-pgp-encrypted-extract-1): Use it.
15515         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15516         bind mm-uu-text-plain-type with that value.
15517         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15518         mm-uu-dissect.
15519
15520 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-group.el (gnus-update-group-mark-positions):
15523         * gnus-sum.el (gnus-update-summary-mark-positions):
15524         * message.el (message-check-news-body-syntax):
15525         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15526         of string-as-multibyte.
15527
15528 2004-10-05  Juri Linkov  <juri@jurta.org>
15529
15530         * gnus-group.el (gnus-update-group-mark-positions):
15531         * gnus-sum.el (gnus-update-summary-mark-positions):
15532         * message.el (message-check-news-body-syntax):
15533         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15534         8-bit unibyte values to a multibyte string for search functions.
15535
15536 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15537
15538         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15539         (mm-uu-dissect-text-parts): New function.
15540
15541         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15542         dissect text parts.
15543
15544         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15545         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15546
15547         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15548
15549         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15550         gnus-current-topics instead of gnus-current-topic.
15551
15552 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15553
15554         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15555
15556 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15557
15558         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15559         where approriate.
15560
15561         * nnml.el (nnml-generate-active-info): do.
15562
15563         * nndiary.el (nndiary-generate-active-info): do.
15564
15565         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15566         (gnus-topic-move): do.
15567
15568         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15569         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15570
15571         * gnus-srvr.el (gnus-server-prepare)
15572         (gnus-server-open-all-servers): do.
15573
15574         * gnus-msg.el (gnus-summary-cancel-article)
15575         (gnus-summary-resend-message)
15576         (gnus-summary-mail-crosspost-complaint): do.
15577
15578         * gnus-move.el (gnus-change-server): do.
15579
15580         * gnus-group.el (gnus-group-unmark-all-groups)
15581         (gnus-group-set-current-level): do.
15582
15583 2004-10-04  Simon Josefsson  <jas@extundo.com>
15584
15585         * message.el (message-generate-hashcash): Doc fix.
15586
15587 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15588
15589         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15590         avoid infinite recursion via gnus-get-function.
15591
15592 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15593
15594         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15595
15596         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15597
15598         * nnmail.el (nnmail-split-history): do.
15599
15600         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15601         (nnml-request-delete-group): do.
15602
15603         * nnslashdot.el (nnslashdot-read-groups): do.
15604
15605         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15606         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15607
15608         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15609         (nnspool-sift-nov-with-sed): Use last.
15610         (nnspool-retrieve-headers-with-nov): Use mapc.
15611         (nnspool-request-newgroups): Use dolist.
15612         (nnspool-request-group): Use last.
15613
15614         * nntp.el (nntp-read-server-type): Use dolist.
15615
15616         * nnvirtual.el (nnvirtual-create-mapping)
15617         (nnvirtual-update-read-and-marked): Use dolist.
15618         (nnvirtual-convert-headers): Simplify.
15619
15620 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15621
15622         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15623         support for sync'ing tick marks.
15624
15625 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15626
15627         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15628         there's no visible header.
15629
15630 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15631
15632         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15633         necessary, pass full group name to gnus-request-set-marks.
15634
15635 2004-10-01  Simon Josefsson  <jas@extundo.com>
15636
15637         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15638         acroread.
15639
15640 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15641
15642         * spam-report.el (spam-report-gmane): Fix interactive.
15643
15644         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15645
15646         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15647         when writing file.
15648         (gnus-agent-synchronize-flags): Don't default to being
15649         interactive.
15650
15651 2004-09-30  Simon Josefsson  <jas@extundo.com>
15652
15653         * message.el (message-generate-hashcash): Add.
15654         (message-send-mail): Use it, call mail-add-payment.
15655
15656 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15657
15658         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15659
15660 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15661
15662         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15663         gnus-requst-update-info with explicit code to sync the in-memory
15664         info read flags with the marks being sync'd to the backend.
15665
15666         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15667
15668 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15669
15670         * spam.el (spam-verify-bogofilter): Add new function.
15671         (spam-check-bogofilter)
15672         (spam-bogofilter-register-with-bogofilter): Use it.
15673         (spam-verify-bogofilter): Add small fixes.
15674
15675 2004-09-28  Simon Josefsson  <jas@extundo.com>
15676
15677         * hashcash.el (hashcash-generate-payment): Revert.
15678
15679 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15680
15681         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15682         gnus-extract-references instead of gnus-split-references.
15683
15684         * gnus-util.el (gnus-extract-references): Add new function, analogous
15685         to gnus-split-references but extracts only the message-ID without
15686         anything extra.
15687
15688         * hashcash.el (hashcash-generate-payment)
15689         (hashcash-check-payment): Do the right thing if hashcash-path is
15690         nil (because the hashcash program could not be found).
15691
15692         * spam.el (spam-use-hashcash): Remove comment.
15693
15694 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15695
15696         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15697         (gnus-cache-enter-article, gnus-cache-remove-article)
15698         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15699
15700         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15701
15702         * gnus-art.el (article-hide-boring-headers)
15703         (article-translate-strings, article-display-face)
15704         (gnus-article-mime-match-handle-first)
15705         (gnus-article-highlight-headers)
15706         (gnus-article-add-buttons-to-head): do.
15707
15708 2004-09-27  Simon Josefsson  <jas@extundo.com>
15709
15710         * hashcash.el: New version, from
15711         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15712         ../contrib/.
15713
15714 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15715
15716         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15717
15718 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15719
15720         * gnus-dup.el (gnus-dup-open): Use mapc.
15721         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15722
15723         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15724         Reported by Stefan Wiens <s.wi@gmx.net>.
15725
15726         * gnus.el (gnus-shutdown): Use dolist.
15727
15728         * gnus-undo.el (gnus-undo): Use mapc.
15729
15730         * nnrss.el (nnrss-generate-active): do.
15731
15732         * message.el (message-cite-original-without-signature)
15733         (message-cite-original): Use mapc.
15734         (message-do-actions, message-make-forward-subject): Use dolist.
15735
15736 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15737
15738         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15739         deletion to remove entire duplicate line.  Fixes merged article
15740         number bug.
15741
15742 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15743
15744         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15745         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15746         first ask if you want to open a server and then, even when you
15747         responded with no, asking if you want to synchronize the server's
15748         flags.
15749         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15750         multi-line expressions.
15751         (gnus-agent-synchronize-group-flags): New internal function.
15752         Updates marks in memory (in the info structure) AND in the
15753         backend.
15754
15755         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15756
15757         * nnagent.el (nnagent-request-set-mark): Use
15758         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15759         method, to ensure that synchronization updates marks in the
15760         backend and in the info (in memory) structure.
15761
15762 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15763
15764         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15765         convention fully; don't miss the root article of a thread; make
15766         the X-Draft-From header with correct article numbers.
15767
15768 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15769
15770         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15771         unless plugged.  Disable the agent so that an open failure causes
15772         an error.
15773
15774         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15775         Reverted 2004-09-21 change.  The backend must be opened while
15776         synchronizing flags even when the backend stores the flags
15777         locally.
15778
15779 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15780
15781         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15782         in `header' match.  Reported by Svend Tollak Munkejord.
15783
15784         * message.el (message-cite-original): Fix use of
15785         `message-cite-articles-with-x-no-archive'.
15786
15787 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15788
15789         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15790         (gnus-window-to-buffer): Ditto.
15791
15792         * mml.el (mml-preview-buffer): New variable.
15793         (mml-preview): Manage window layout with gnus-buffer-configuration.
15794
15795         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15796         X-Draft-From header even if those articles aren't quoted.
15797
15798 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15799
15800         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15801         (gnus-request-set-mark, gnus-request-update-mark): Use new
15802         g-s-t-u-l-m to decide to use backend even when unplugged.
15803
15804 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15805
15806         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15807         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15808
15809 2004-09-20  Simon Josefsson  <jas@extundo.com>
15810
15811         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15812         "utf-16-le".
15813
15814 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15815
15816         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15817
15818 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15819
15820         * uudecode.el (uudecode-use-external): Add :version.
15821
15822         * smime.el (smime-CA-file, smime-encrypt-cipher)
15823         (smime-dns-server): Add :version.
15824
15825         * smiley.el (gnus-smiley-file-types): Add :version.
15826
15827         * sha1.el (sha1-use-external): Add :version.
15828
15829         * pgg-def.el (pgg-query-keyserver): Add :version.
15830
15831         * nnmail.el (nnmail-fancy-expiry-targets)
15832         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15833         Add :version.
15834
15835         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15836         (nnimap-retrieve-groups-asynchronous): Add :version.
15837         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15838
15839         * mml.el (mml-content-disposition-parameters)
15840         (mml-insert-mime-headers-always): Add :version.
15841
15842         * mm-util.el (mm-coding-system-priorities): Add :version.
15843
15844         * mm-decode.el (mm-inline-text-html-with-images)
15845         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15846         (mm-verify-option): Add :version.
15847         (mm-text-html-renderer): Change :version.
15848
15849         * message.el (message-fcc-externalize-attachments)
15850         (message-required-headers, message-draft-headers)
15851         (message-subject-trailing-was-query)
15852         (message-subject-trailing-was-ask-regexp)
15853         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15854         (message-mark-insert-end, message-archive-header)
15855         (message-archive-note, message-cross-post-default)
15856         (message-cross-post-note, message-followup-to-note)
15857         (message-cross-post-note-function, message-use-mail-followup-to)
15858         (message-subscribed-address-functions)
15859         (message-subscribed-address-file, message-subscribed-addresses)
15860         (message-subscribed-regexps, message-allow-no-recipients)
15861         (message-yank-cited-prefix, message-signature-insert-empty-line)
15862         (message-hidden-headers, message-hierarchical-addresses)
15863         (message-mail-user-agent, message-use-idna)
15864         (message-valid-fqdn-regexp)
15865         (message-strip-special-text-properties, message-header-synonyms)
15866         (message-beginning-of-line, message-tab-body-function): Add :version.
15867         (message-insert-canlock, message-wide-reply-confirm-recipients):
15868         Change :version.
15869
15870         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15871         and :version.
15872         (mail-source-delete-old-incoming-confirm)
15873         (mail-source-movemail-program): Add :version.
15874
15875         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15876         (gnus-agent-cache, gnus-agent): Change :version.
15877
15878         * gnus-util.el (gnus-use-byte-compile): Change :version.
15879
15880         * gnus-sum.el (gnus-summary-make-false-root-always)
15881         (gnus-summary-default-high-score)
15882         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15883         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15884         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15885         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15886         (gnus-sum-thread-tree-single-indent)
15887         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15888         (gnus-sum-thread-tree-leaf-with-other)
15889         (gnus-sum-thread-tree-single-leaf): Add :version.
15890         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15891         (gnus-article-loose-mime): Change :version.
15892
15893         * gnus-start.el (gnus-backup-startup-file)
15894         (gnus-save-startup-file-via-temp-buffer): Add :version.
15895
15896         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15897         (gnus-server-offline-face): Add :version.
15898
15899         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15900
15901         * gnus-msg.el (gnus-gcc-externalize-attachments)
15902         (gnus-debug-files, gnus-debug-exclude-variables)
15903         (gnus-discouraged-post-methods): Change :version.
15904         (gnus-confirm-mail-reply-to-news)
15905         (gnus-confirm-treat-mail-like-news): Add :version.
15906
15907         * gnus-int.el (gnus-server-unopen-status): Add :version.
15908
15909         * gnus-group.el (gnus-group-jump-to-group-prompt)
15910         (gnus-large-ephemeral-newsgroup)
15911         (gnus-fetch-old-ephemeral-headers): Add :version.
15912
15913         * gnus-fun.el (gnus-x-face-directory)
15914         (gnus-convert-pbm-to-x-face-command)
15915         (gnus-convert-image-to-x-face-command)
15916         (gnus-convert-image-to-face-command): Add :version.
15917
15918         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15919
15920         * gnus-cite.el (gnus-cite-blank-line-after-header)
15921         (gnus-article-boring-faces): Add :version.
15922
15923         * gnus-art.el (gnus-buttonized-mime-types)
15924         (gnus-inhibit-mime-unbuttonizing)
15925         (gnus-treat-display-face)
15926         (gnus-treat-body-boundary): Change :version.
15927         (gnus-body-boundary-delimiter, gnus-picon-databases)
15928         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15929         (gnus-treat-date-english, gnus-treat-fold-headers)
15930         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15931         (gnus-treat-mail-picon, gnus-treat-wash-html)
15932         (gnus-article-encrypt-protocol)
15933         (gnus-use-idna, gnus-article-over-scroll)
15934         (gnus-mime-display-multipart-alternative-as-mixed)
15935         (gnus-mime-display-multipart-related-as-mixed)
15936         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15937         (gnus-ctan-url, gnus-button-ctan-handler)
15938         (gnus-button-handle-ctan-bogus-regexp)
15939         (gnus-button-ctan-directory-regexp)
15940         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15941         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15942         (gnus-button-man-level, gnus-button-emacs-level)
15943         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15944
15945         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15946         (gnus-agent-go-online): Change :version.
15947         (gnus-agent-expire-unagentized-dirs)
15948         (gnus-agent-auto-agentize-methods): Add :version.
15949
15950         * flow-fill.el (fill-flowed-display-column)
15951         (fill-flowed-encode-column): Add :version.
15952
15953         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15954         (gnus-outlook-deuglify-unwrap-max)
15955         (gnus-outlook-deuglify-cite-marks)
15956         (gnus-outlook-deuglify-unwrap-stop-chars)
15957         (gnus-outlook-deuglify-no-wrap-chars)
15958         (gnus-outlook-deuglify-attrib-cut-regexp)
15959         (gnus-outlook-deuglify-attrib-verb-regexp)
15960         (gnus-outlook-deuglify-attrib-end-regexp)
15961         (gnus-outlook-display-hook): Add :version.
15962
15963         * binhex.el (binhex-use-external): Add :version.
15964
15965 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15966
15967         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15968         and `invisible'.
15969
15970 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15971
15972         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15973         in gnus-registry-trim.
15974
15975 2004-09-13  Simon Josefsson  <jas@extundo.com>
15976
15977         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15978
15979         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15980
15981         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15982         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15983         <yamaoka@jpl.org>.
15984         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15985         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15986         <yamaoka@jpl.org>.
15987
15988         * sieve.el (sieve-manage-mode): Ditto.
15989
15990 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15991
15992         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15993
15994 2004-09-11  Simon Josefsson  <jas@extundo.com>
15995
15996         * dns-mode.el: Add.
15997
15998         * mm-view.el (mm-display-dns-inline): Add.
15999
16000         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16001         (mm-automatic-display): Ditto.
16002
16003         * mailcap.el (mailcap-mime-data): Add text/dns.
16004         (mailcap-mime-extensions): Map .soa to text/dns.
16005
16006 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16007
16008         * gnus-art.el (article-decode-mime-words, article-babel)
16009         (gnus-article-highlight-signature, gnus-article-add-buttons)
16010         (gnus-signature-toggle): Remove unnecessary bindings of
16011         `inhibit-read-only' inherited from v5.10 merge.
16012
16013 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16014
16015         * nntp.el (nntp): New customization group.
16016         (nntp-authinfo-file): Add customization group.
16017
16018         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16019
16020         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16021
16022         * gnus.el (to-address, to-list, subscribed)
16023         (large-newsgroup-initial): Ditto.
16024
16025         * flow-fill.el (fill-flowed-display-column)
16026         (fill-flowed-encode-column): Ditto.
16027
16028 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16029
16030         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16031         Use point-min rather than 1.
16032         (message-send-mail): Use buffer-size rather than point-max.
16033
16034         * gnus-sum.el (gnus-summary-search-article-forward):
16035         Signal a specific `search-failed' rather than a generic `error'.
16036
16037         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16038         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16039         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16040
16041 2004-09-10  Simon Josefsson  <jas@extundo.com>
16042
16043         * nndb.el (require): Remove tcp and duplicate cl.
16044
16045 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16046
16047         * gnus-agent.el (directory-files-and-attributes): Move forward.
16048
16049 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16050
16051         * gnus-agent.el (directory-files-and-attributes): Optionally
16052         defined to support XEmacs.
16053
16054 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16055
16056         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16057         to avoid run-time CL dependencies.
16058         (gnus-agent-unfetch-articles): New function.
16059         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16060         article numbers even when local .overview file is missing.
16061         (gnus-agent-read-article-number): New function.  Only accepts
16062         27-bit article numbers.
16063         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
16064         gnus-agent-read-article-number.
16065         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16066         from backend while recognizing that article numbers in .overview
16067         must be valid.
16068         (gnus-agent-update-files-total-fetched-for): Use
16069         directory-files-and-attributes to improve performance.
16070         * gnus-int.el (gnus-request-move-article): Use
16071         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16072         improve performance.
16073
16074         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16075         some users confused by references to .newsrc when they only have a
16076         .newsrc.eld file.
16077         (gnus-convert-mark-converter-prompt)
16078         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16079         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16080         New function.  Used internally to only display 'gnus converting
16081         files' message when actually necessary.
16082
16083         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16084         methods now autoloaded.
16085
16086 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16087
16088         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16089         identifiers.
16090
16091 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16092
16093         * gnus-picon.el: Fix indentation and closing parenthesis.
16094
16095 2004-09-01  Simon Josefsson  <jas@extundo.com>
16096
16097         * message.el (message-canlock-generate): Require sha1, not
16098         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16099         to require within a function.  Sadly, if sha1.el isn't loaded, the
16100         let binding in m-c-g will hide the defcustom definition, which is
16101         bad.)
16102
16103         * canlock.el: Require sha1, not sha1-el.
16104
16105         * message.el: Don't autoload sha1 (there is a autoload cookie in
16106         sha1.el).
16107
16108         * sha1-el.el: Renamed to sha1.el.
16109
16110 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16111
16112         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16113
16114 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16115
16116         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16117
16118 2004-08-30  Kim F. Storm  <storm@cua.dk>
16119
16120         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16121
16122         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16123         Add :group 'nnimap.
16124
16125 2004-08-30  Andreas Schwab  <schwab@suse.de>
16126
16127         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16128         ?* and ?\;.
16129
16130         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16131         and ?\' to symbol instead of whitespace.
16132
16133 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16134
16135         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16136
16137         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16138         instead of re-search-forward.
16139
16140         * gnus-uu.el (gnus-uu-save-article): Ditto.
16141         (gnus-uu-post-encode-uuencode): Ditto.
16142
16143         * html2text.el (html2text-clean-list-items): Ditto.
16144         (html2text-clean-dtdd): Ditto.
16145         (html2text-format-tags): Ditto.
16146
16147         * message.el (message-send-mail-with-sendmail): Fix regexp.
16148         (message-fill-field-general): Use search-forward instead of
16149         re-search-forward.
16150         (unbold-region): Ditto.
16151
16152         * nnrss.el (nnrss-request-article): Ditto.
16153
16154         * nnslashdot.el (nnslashdot-request-article): Ditto.
16155
16156         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16157
16158         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16159         "Unrecognized menu descriptor" error in XEmacs.
16160
16161 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16162
16163         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16164         parent article of a sparse article in the thread hashtb.
16165
16166 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16167
16168         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16169         (nnmail-expand-newtext): Lowercase expanded entries if
16170         nnmail-split-lowercase-expanded is non-nil.
16171
16172 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16173
16174         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16175
16176         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16177         of gnus-tmp-news-method into string under XEmacs.  It will be
16178         passed to gnus-correct-length which takes only a string argument.
16179
16180 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16181
16182         * gnus-util.el (gnus-bind-print-variables): New macro.
16183         (gnus-prin1): Use it.
16184         (gnus-prin1-to-string): Use it.
16185         (gnus-pp): New function.
16186         (gnus-pp-to-string): New function.
16187
16188         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16189         Replace pp-to-string with gnus-pp-to-string.
16190         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16191         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16192         * gnus-msg.el (gnus-debug): Ditto.
16193         * gnus-score.el (gnus-score-save): Ditto.
16194         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16195         gnus-pp-to-string.
16196         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16197         with gnus-pp.
16198         * score-mode.el (gnus-score-pretty-print): Ditto.
16199         * webmail.el (webmail-debug): Ditto.
16200
16201 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16202
16203         * gnus-art.el (article-display-face, article-display-x-face):
16204         Use buffer-read-only.
16205
16206 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16207
16208         * gnus-art.el (article-hide-list-identifiers):
16209         Bind inhibit-read-only as t.
16210
16211 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16212
16213         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16214
16215 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16216
16217         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16218         (gnus-narrow-to-page): Don't assume point-min == 1.
16219         (gnus-article-edit-mode): Derive from message-mode.
16220
16221         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16222         point-min == 1.
16223
16224         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16225         Disable incorrect use of `assert'.
16226
16227         * message.el (message-mode): Set comment-start-skip.
16228
16229
16230 2004-08-22  Sam Steingold  <sds@gnu.org>
16231
16232         * pop3.el (pop3-leave-mail-on-server): New user variable.
16233         (pop3-movemail): Delete mail only when it is nil.
16234
16235 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16236
16237         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16238
16239         * mml.el (mml-preview): Use `pop-to-buffer'.
16240
16241         * message.el (message-goto-mail-followup-to): Insert after "To".
16242         (message-carefully-insert-headers): Add comment.
16243
16244         * gnus.el: Remove unused variable `gnus-article-check-size'.
16245
16246         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16247
16248         * gnus-art.el (gnus-button-alist): Improve
16249         `gnus-button-handle-library' entry.
16250
16251 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16252
16253         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16254         downcase, since XEmacs capitalizes error messages differently.
16255
16256 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16257
16258         * nntp.el: Add (require 'gnus) due to reference to
16259         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16260
16261 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16262
16263         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16264         `mm-fill-flowed'.
16265
16266         * mm-decode.el (mm-dissect-singlepart): Check it.
16267
16268 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16269
16270         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16271         'imap' for netrc parsing.
16272
16273 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16274
16275         * mailcap.el (mailcap-mime-data): Mark as risky.
16276
16277 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16278
16279         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16280         may be included in the encoded word.
16281         (rfc2047-encode): Don't append a space if the encoded word
16282         includes close parenthesis.
16283
16284 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16285
16286         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16287         of text within parentheses.
16288
16289 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16290
16291         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16292         (gnus-encrypt-write-file-contents): Make the password key the file
16293         name PLUS the cipher, not just the cipher.  Also remove failed
16294         passwords from the cache.
16295
16296 2004-08-06  Simon Josefsson  <jas@extundo.com>
16297
16298         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16299         fix.
16300
16301 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16302
16303         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16304         LWSP.
16305
16306 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16307
16308         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16309         to append in-reply-to: data to the references: header.
16310
16311         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16312         (netrc-parse): Use gnus-encrypt.el functions.
16313
16314         * gnus-encrypt.el: Add new file for encryption support; currently
16315         does only a few GPG ciphers and an internal XOR cipher.
16316
16317         * password.el: Add comments on using password-read-and-add.
16318         (password-read-and-add): Add function to read and add the
16319         password to the cache at once.
16320
16321 2004-07-28  Simon Josefsson  <jas@extundo.com>
16322
16323         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16324         parameter (but don't use it, for now).
16325
16326         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16327         instead of hard coding to nil.
16328
16329 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16330
16331         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16332         as mm-inline-image-xemacs does.
16333
16334 2004-07-26  Simon Josefsson  <jas@extundo.com>
16335
16336         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16337         Revert part of 2004-07-17 change below.
16338
16339 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16340
16341         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16342         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16343
16344 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16345
16346         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16347         quotes that actually start with ">" at the beginning of the
16348         lines.
16349
16350 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16351
16352         * rfc2047.el (rfc2047-encode-region): Fix last change.
16353         (rfc2047-encode-parameter): Remove useless concat.
16354
16355 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16356
16357         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16358         encode special characters; fix some kind of misconfigured headers;
16359         signal a real error if debug-on-quit or debug-on-error is non-nil.
16360         (rfc2047-encode-max-chars): New variable.
16361         (rfc2047-encode-1): Use it.
16362         (rfc2047-encode-parameter): New function.
16363
16364         * mml.el (mml-insert-parameter): Remove an excessive space.
16365
16366 2004-07-17  Simon Josefsson  <jas@extundo.com>
16367
16368         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16369         Kai Grossjohann <kai@emptydomain.de>.
16370         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16371         (gnus-group-make-menu-bar): Ditto.
16372
16373         * gnus-util.el (gnus-group-server): Add.
16374
16375 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16376
16377         * message.el (message-clone-locals): Clone sendmail and smtp
16378         variables.
16379
16380 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16381
16382         * rfc2047.el (rfc2047-encode-region): Fix last change.
16383
16384 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16385
16386         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16387         characters as non-special.
16388
16389 2004-07-09  Simon Josefsson  <jas@extundo.com>
16390
16391         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16392         Users will lose all flag changes made while unplugged with
16393         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16394         good default.  See numerous reports on ding mailing list.
16395
16396 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16399         add generate-head-function and generate-article-function to the
16400         rfc822-forward entry.
16401         (nndoc-rfc822-forward-generate-article): New function.
16402         (nndoc-rfc822-forward-generate-head): New function.
16403
16404         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16405
16406 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16407
16408         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16409         respect display group parameter and gnus-summary-expunge-below.
16410         (gnus-articles-to-read): Remove unused reference to display group
16411         parameter.
16412
16413 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16414
16415         * nnheader.el (nnheader-uniquify-message-id): New experimental
16416         variable.
16417         (nnheader-nov-read-message-id): Use it.
16418
16419         * spam-report.el (spam-report-gmane): Add interactive.
16420
16421 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16422
16423         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16424         qp-or-base64 for the application/* types.
16425
16426 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16427
16428         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16429
16430 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16431
16432         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16433         trim value.
16434
16435 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16436
16437         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16438         New macro and function.
16439         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16440
16441 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16442
16443         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16444         after-load-alist.
16445
16446 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16447
16448         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16449         update info that isn't there.
16450
16451 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16452
16453         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16454         entry.
16455
16456 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16457
16458         * mm-view.el (mm-inline-render-with-function): Use multibyte
16459         buffer; decode html source by charset.
16460
16461         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16462
16463         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16464         Mule-UCS is loaded under XEmacs.
16465         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16466
16467 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16468
16469         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16470
16471 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16472
16473         * mm-util.el (mm-coding-system-p): Return a coding-system.
16474         (mm-mime-mule-charset-alist): Use shift_jis instead of
16475         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16476         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16477         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16478         instead of japanese-shift-jis and iso-latin-1 respectively in
16479         order to share the default value with both Emacs and XEmacs-mule.
16480         (mm-mule-charset-to-mime-charset): Make
16481         mm-coding-system-priorities effective.
16482         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16483         while predicating of candidates upon the priorities.
16484
16485 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16486
16487         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16488         gnus-uu-invert-processable.
16489
16490         * gnus.el: Autoload gnus-uu-invert-processable.
16491
16492 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16493
16494         * mm-util.el (mm-with-multibyte-buffer): New macro.
16495
16496         * rfc2047.el (rfc2047-encode-string): Use it.
16497         (rfc2047-encode-region): Move point to the end of the region after
16498         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16499
16500 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16501
16502         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16503         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16504
16505 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16506
16507         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16508         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16509         Karl Chen <quarl@nospam.quarl.org>.
16510
16511 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16512
16513         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16514         invalid addresses.
16515
16516 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16517
16518         * spam.el: Change section markers, revise TODO list.
16519         (spam-backends): Make new master list of all installed backends.
16520         (spam-summary-exit-behavior): Add new variable to determine how
16521         messages moves are done at summary exit.
16522         (spam-move-spam-nonspam-groups-only)
16523         (spam-process-ham-in-nonham-groups)
16524         (spam-process-ham-in-spam-groups): Remove variables, the
16525         spam-summary-exit-behavior variable should be used to manage this
16526         behavior.
16527         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16528         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16529         and spam-old-spam-articles.
16530         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16531         Add empty variables, placeholders for the backends they represent.
16532         (spam-set-difference): Move, unchanged.
16533         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16534         unless the user has a processor variable.
16535         (spam-classifications, spam-classification-valid-p)
16536         (spam-backend-properties, spam-backend-property-valid-p)
16537         (spam-backend-function-type-valid-p)
16538         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16539         (spam-report-articles-gmane, spam-report-articles-resend):
16540         Remove functions, they are not needed.
16541         (spam-install-backend-super, spam-backend-list)
16542         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16543         (spam-backend-function, spam-backend-ham-registration-function)
16544         (spam-backend-spam-registration-function)
16545         (spam-backend-ham-unregistration-function)
16546         (spam-backend-spam-unregistration-function)
16547         (spam-backend-statistical-p, spam-backend-mover-p)
16548         (spam-install-backend-alias, spam-install-checkonly-backend)
16549         (spam-install-mover-backend, spam-install-nocheck-backend)
16550         (spam-install-backend, spam-install-statistical-backend)
16551         (spam-install-statistical-checkonly-backend): Add backend installation
16552         support.
16553         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16554         (spam-group-processor-p): Use the new backend code and respect the
16555         summary exit behavior.
16556         (spam-mark-spam-as-expired-and-move-routine): Remove.
16557         (spam-summary-prepare): Change to use the new spam-old-articles
16558         variable.
16559         (spam-copy-or-move-routine, spam-copy-spam-routine)
16560         (spam-move-spam-routine, spam-copy-ham-routine)
16561         (spam-move-ham-routine): Add code to copy/move ham or spam.
16562         (spam-fetch-field-fast): Improve doc and code, plus allow the
16563         'number request.
16564         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16565         variables.
16566         (spam-split, spam-find-spam): Use the new backend code.
16567         (spam-registration-functions): Remove variable.
16568         (spam-unregister-routine): Add convenience wrapper.
16569         (spam-log-undo-registration, spam-register-routine)
16570         (spam-log-processing-to-registry)
16571         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16572         where possible.
16573         (spam-check-gmane-xref, spam-check-regex-headers)
16574         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16575         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16576         (spam-check-bogofilter-headers, spam-check-spamoracle)
16577         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16578         (spam-check-crm114-headers): Use the spam-split-group that
16579         spam-split prepares, no need to determine it every time.
16580
16581         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16582         to the nnheader-parse-naked-head call.
16583
16584         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16585
16586         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16587         the nnheader-nov-read-message-id call.
16588
16589 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16590
16591         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16592         gnus-activate-group twice.  Suggested by Markus Peter
16593         <warp@spin.de>.
16594
16595 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16596
16597         * gnus-art.el (gnus-article-time-format): Exchange the order of
16598         day and month in the default value; fix customization type.
16599         (article-date-ut): Use add-text-properties.
16600         (article-make-date-line): Use message-make-date instead of
16601         current-time-string.
16602
16603         * message.el (message-fetch-field): Don't use set-text-properties.
16604         (message-make-date): Simplify.
16605
16606         * messagexmas.el (message-xmas-make-date): New function.
16607         (message-xmas-redefine): Defalias message-make-date to it.
16608
16609 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16610
16611         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16612         (rfc2047-encode-region): Treat text within parentheses as special;
16613         show the original text when error has occurred.
16614
16615         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16616         already-computed method to gnus-activate-group.
16617
16618         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16619         same select-methods identical Lisp objects.
16620
16621         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16622         object when modifying the info.
16623
16624 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16625
16626         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16627         gnus-opened-servers since it has never been opened with the new
16628         configuration yet.
16629
16630 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16631
16632         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16633         arg to nnheader-generate-fake-message-id.
16634
16635 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16636
16637         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16638         number and build a fake message ID localized to a group and
16639         article number (so it's repeatable from that point on).
16640         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16641         ID format.
16642
16643         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16644         nnheader-generate-fake-message-id with the article number.
16645
16646 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16647
16648         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16649         end-of-buffer.
16650
16651 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16652
16653         * message.el (message-ignored-supersedes-headers): Add Approved.
16654
16655 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16658         goto-char.
16659         (rfc2047-encode): Fold the line before encoding.
16660
16661 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16662
16663         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16664         folding -- not all headers can be folded, and this should be done
16665         by the message composition mode.  Probably.  I think.
16666
16667 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16668
16669         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16670         fast.
16671
16672         * gnus-ems.el (gnus-remove-image): Don't use
16673         message-text-with-property; remove only the image found first.
16674
16675         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16676         found first.
16677
16678 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16679
16680         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16681
16682 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16683
16684         * message.el (message-text-with-property): Make it fast and accept
16685         optional arguments.
16686         (message-strip-forbidden-properties): Use it.
16687         (message-fix-before-sending): Follow the m-t-w-p change.
16688
16689         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16690
16691 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16692
16693         * gnus-art.el (article-hide-headers): Don't change the buffer
16694         mistakenly when performing mml-preview even if
16695         gnus-single-article-buffer is nil.
16696
16697 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16698
16699         * message.el (message-expand-name-databases): New user option.
16700         (message-expand-name): Use it.
16701
16702 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16703
16704         * spam.el (spam-report-articles-resend)
16705         (spam-report-resend-register-routine): Allow ham reporting.
16706         (spam-report-resend-register-ham-routine): Add wrapper.
16707         (spam-registration-functions): Add ham resending functions.
16708         (spam-list-of-processors): Add ham resend processor.
16709
16710         * gnus.el (ham-resend-to): Add new group parameter.
16711         (spam-process): Add ham resend option.
16712
16713         * spam-report.el (spam-report-resend): Allow reporting ham.
16714         (spam-report-resend-ham): Add wrapper.
16715
16716 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16717
16718         * message.el (message-cite-articles-with-x-no-archive): New
16719         variable.
16720         (message-cite-original): Use it.
16721
16722 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16723
16724         * message.el (message-cite-original): Respect X-No-Archive.
16725
16726 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * gnus-art.el (article-hide-headers): Refer to the values for
16729         gnus-ignored-headers and gnus-visible-headers in the summary
16730         buffer since a user may have set them as group parameters.
16731
16732 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16733
16734         * assistant.el (assistant-node-name): Add convenience function.
16735         (assistant-render-text, assistant-render-node): Add error handling,
16736         plus handle multiple next nodes.
16737         (assistant-find-next-node): Comment out for now.
16738         (assistant-find-next-nodes): Add function, returns list of next
16739         nodes.
16740
16741 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16742
16743         * mail-source.el (mail-source-directory): Fix doc-string.
16744
16745 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16746
16747         * assistant.el (assistant-render-text, assistant-eval): Add :set
16748         widget type, which is different because it takes and returns a
16749         list.  Much hilarity ensues.
16750
16751 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16752
16753         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16754
16755         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16756         doc-string.
16757
16758         * gnus-start.el (gnus-activate-group): Added doc-string.
16759
16760 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16761
16762         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16763
16764 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16765
16766         * assistant.el (assistant-render-text): Try to add a :set
16767         widget, more to come.
16768
16769         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16770         strings.
16771         (spam-report-articles-resend)
16772         (spam-register-routine): Do registration iff any articles warrant
16773         it.
16774         (spam-summary-prepare-exit): Change log message for nil group
16775         destinations.
16776
16777 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16778
16779         * spam.el (spam-report-resend-register-routine): Allow
16780         spam-report-resend-to to be a group parameter or a global value.
16781
16782 2004-05-26  Simon Josefsson  <jas@extundo.com>
16783
16784         * starttls.el: Merge with my GNUTLS based starttls.el.
16785         (starttls-gnutls-program, starttls-use-gnutls)
16786         (starttls-extra-arguments, starttls-process-connection-type)
16787         (starttls-connect, starttls-failure, starttls-success): New
16788         variables.
16789         (starttls-program, starttls-extra-args): Doc fix.
16790         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16791         functions.
16792         (starttls-negotiate, starttls-open-stream): Check
16793         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16794         function if it is set.
16795
16796 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16797
16798         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16799         structured fields.
16800
16801 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16802
16803         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16804
16805 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16806
16807         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16808         variable.
16809         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16810         assigning the spam-mark to new messages.
16811
16812 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16813
16814         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16815
16816 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16817
16818         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16819
16820         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16821         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16822         default.
16823
16824 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16825
16826         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16827         correct data.
16828
16829 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16830
16831         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16832         (spam-group-processor-p): Fix function.
16833         (spam-group-processor-multiple-p)
16834         (spam-group-spam-processor-report-gmane-p)
16835         (spam-group-spam-processor-report-resend-p)
16836         (spam-group-spam-processor-bogofilter-p)
16837         (spam-group-spam-processor-blacklist-p)
16838         (spam-group-spam-processor-ifile-p)
16839         (spam-group-ham-processor-ifile-p)
16840         (spam-group-spam-processor-spamoracle-p)
16841         (spam-group-spam-processor-crm114-p)
16842         (spam-group-ham-processor-bogofilter-p)
16843         (spam-group-spam-processor-stat-p)
16844         (spam-group-ham-processor-stat-p)
16845         (spam-group-ham-processor-whitelist-p)
16846         (spam-group-ham-processor-BBDB-p)
16847         (spam-group-ham-processor-spamoracle-p)
16848         (spam-group-ham-processor-copy-p): Remove functions with some
16849         prejudice against unneeded code.
16850         (spam-report-articles-resend)
16851         (spam-report-resend-register-routine): Allow the group/topic
16852         spam-resend-to value to override spam-report-resend-to.
16853         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16854         properly now.
16855
16856         * gnus.el (spam-resend-to): Add group/topic parameter.
16857         (spam-process): Move the OBSOLETE processors to the end of the
16858         choices.
16859
16860 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16861
16862         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16863         with resend-to set to nil, and then ask the user if necessary.
16864         (spam-report-resend): spam-report-resend takes a list of articles, not
16865         separate article numbers.
16866
16867 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16868
16869         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16870         addition to emacs-w3m.
16871
16872 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16873
16874         * assistant.el (assistant-authinfo-data): New function.
16875         (assistant-eval): Eval for entire assistant.
16876
16877         * netrc.el (netrc-services-file): New variable.
16878         (netrc-parse-services): New function.
16879         (netrc-find-service-name): New function.
16880         (netrc-find-service-number): New function.
16881         (netrc-port-equal): New function.
16882         (netrc-machine): Use it.
16883
16884         * nnimap.el (nnimap-open-connection): Use netrc.
16885
16886         * gnus-util.el (gnus-netrc-get): Remove aliases.
16887
16888         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16889
16890         * assistant.el (wid-edit): Fix compilation.
16891
16892         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16893
16894 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16895
16896         * gnus-util.el (gnus-set-file-modes): New function.  (small
16897         patch).
16898
16899 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16900
16901         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16902
16903         * assistant.el (assistant-render-node): Fix up rendering and
16904         read-only text.
16905         (assistant-render-node): Reset.
16906         (assistant-make-read-only): Not sticky.
16907
16908 2004-05-20  Danny Siu  <dsiu@adobe.com>
16909
16910         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16911         centered even when gnus-auto-center-summary is t.
16912
16913 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16914
16915         * dns.el (dns-get-txt-answer): New function.
16916         (dns-read-txt): Ditto.
16917         (query-dns): Use it.
16918
16919 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16920
16921         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16922         active for foreign groups even if the group level is higher than
16923         the specified value.
16924
16925 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16926
16927         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16928         non-active groups.
16929
16930         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16931
16932 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16933
16934         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16935
16936 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16937
16938         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16939         (spam-crm114-header, spam-crm114-spam-switch)
16940         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16941         (spam-crm114-positive-spam-header)
16942         (spam-crm114-database-directory, spam-list-of-processors)
16943         (spam-group-spam-processor-crm114-p)
16944         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16945         (spam-generic-score, spam-list-of-checks)
16946         (spam-list-of-statistical-checks, spam-registration-functions)
16947         (spam-check-crm114-headers, spam-crm114-score)
16948         (spam-check-crm114, spam-crm114-register-with-crm114)
16949         (spam-crm114-register-spam-routine)
16950         (spam-crm114-unregister-spam-routine)
16951         (spam-crm114-register-ham-routine)
16952         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16953         asjo@koldfront.dk (Adam Sjøgren).
16954
16955         * gnus.el: Add spam-use-crm114.
16956
16957         * spam.el (spam-list-of-processors, spam-registration-functions):
16958         Add spam-use-resend.
16959         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16960         (spam-report-articles-gmane): Add doc fix.
16961         (spam-report-articles-resend, spam-report-resend-register-routine):
16962         Add wrappers around spam-report-resend-to.
16963
16964         * spam-report.el (spam-report-resend-to, spam-report-resend):
16965         Add support for resending spam.
16966         (spam-report-gmane): Fix line length >80.
16967
16968         * gnus.el (spam-process): Add spam-use-resend.
16969
16970 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16971
16972         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16973         number of processed spam messages.
16974         (spam-ham-copy-or-move-routine): Return the number of processed
16975         ham messages.
16976         (spam-summary-prepare-exit): Use the above values to decide
16977         whether status messages shouled be displayed.
16978
16979 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16980
16981         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16982         `rfc2047-encoding-function-alist' in order to avoid conflicting
16983         with the old version.
16984         (rfc2047-encode-region): Concatenate words containing non-ASCII
16985         characters in structured fields; don't encode space-delimited
16986         ASCII words even in unstructured fields; don't break words at
16987         char-category boundaries.
16988         (rfc2047-encode-1): New function.
16989         (rfc2047-encode): Use it; encode text so that it occupies the
16990         maximum width within 76-column; work correctly on Q encoding for
16991         iso-2022-* charsets.
16992         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16993         sure not to break a line just after the header name.
16994         (rfc2047-b-encode-region): Removed.
16995         (rfc2047-b-encode-string): New function.
16996         (rfc2047-q-encode-region): Removed.
16997         (rfc2047-q-encode-string): New function.
16998
16999         * mm-util.el (mm-replace-in-string): New function.
17000
17001 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17002
17003         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
17004         get it right.
17005         (gnus-inews-make-draft): Really.
17006
17007 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17008
17009         * nnmh.el (nnmh-request-list-1): Don't check the link count
17010         before descending.  (small patch)
17011
17012 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17013
17014         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17015         stuff.
17016
17017         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
17018         on real group name.
17019
17020         * gnus-art.el (gnus-signature-limit): Doc fix.
17021
17022         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17023
17024         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17025
17026 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17027
17028         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17029         isn't a string.
17030
17031 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17032
17033         * gnus-draft.el (gnus-draft-send): Bind
17034         rfc2047-encode-encoded-words.
17035
17036         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17037         (rfc2047-encodable-p): Say that =? needs encoding.
17038         (rfc2047-encode-encoded-words): New variable.
17039
17040         * gnus-group.el (gnus-group-select-group): Doc fix.
17041
17042         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17043
17044         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17045         to nil.
17046
17047         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17048
17049         * nnheader.el (nnheader-get-lines-and-char): New function.
17050
17051 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17052
17053         * gnus-msg.el (gnus-summary-followup-with-original): Document
17054         yanking of region when active.
17055
17056 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17057
17058         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17059         groups if the group level is higher than the specified value.
17060
17061 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17062
17063         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17064         (gnus-group-jump-to-group): Added prefix argument using
17065         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17066         non-active group.
17067
17068         * compface.el (uncompface): Be verbose when changing
17069         `uncompface-use-external'.
17070
17071         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17072         handle manual section.
17073
17074 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17075
17076         * gnus-art.el (gnus-button-alist): Revert previous change.
17077
17078 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17079
17080         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17081
17082 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17083
17084         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17085         whether backend can accept message.
17086
17087         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17088
17089 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17090
17091         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17092         Avoid creating directory when nntp-marks-is-evil is true.
17093         Reported by Reiner Steib.
17094
17095 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17096
17097         * gnus-picon.el (gnus-picon-style): New variable.
17098         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17099         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17100         Jesper Harder <harder@ifa.au.dk>.
17101
17102 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17103
17104         * message.el (message-fill-field): Return point.
17105         (message-generate-headers): Go to end of field.
17106
17107         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17108         stuff for non-living groups.
17109
17110 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17111
17112         * gnus-art.el (gnus-article-followup-with-original)
17113         (gnus-article-reply-with-original): gnus-mark-active-p ->
17114         gnus-region-active-p.
17115
17116 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17117
17118         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17119         only when there is spam or ham to be processed.
17120
17121 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17122
17123         * mail-source.el (mail-source-delete-crash-box): Refactor.
17124         (mail-source-fetch): Use it.
17125         (mail-source-fetch-file): Ditto.
17126         (mail-source-fetch-directory): Run postscript in loop.
17127         (mail-source-fetch-pop): Delete.
17128         (mail-source-fetch-maildir): Ditto.
17129         (mail-source-fetch-imap): Ditto.
17130
17131         * imap.el (imap-authenticators): Comment out sasl.
17132
17133         * message.el (message-skip-to-next-address): New function.
17134         (message-fill-header-address): Refactor.
17135         (message-fill-address): Use it.
17136         (message-delete-address): Use it.
17137         (message-fill-header-general): Refactor.
17138         (message-fill-field-address): Rename.
17139         (message-narrow-to-field): Find the start of the header.
17140         (message-header-format-alist): Don't pre-fill.
17141         (message-fill-header): Removed.
17142         (message-insert-header): New function.
17143         (message-shorten-references): Use it.
17144
17145         * rfc2047.el (rfc2047-field-value): Strip props.
17146
17147         * mail-parse.el (mail-header-make-address): New alias.
17148
17149         * ietf-drums.el (ietf-drums-make-address): New function.
17150
17151         * imap.el: Add compiler directives.
17152
17153         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17154
17155         * gnus-art.el (article-decode-idna-rhs): Don't use
17156         message-idna-inside-rhs-p.
17157
17158 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17159
17160         * message.el (message-idna-inside-rhs-p): Removed.
17161         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17162
17163         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17164         false positives.
17165
17166 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17167
17168         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17169
17170 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17171
17172         * nneething.el (nneething-file-name): Don't create spurious
17173         files.
17174
17175         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17176         (gnus-inews-do-gcc): Remove sleep.
17177
17178         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17179         part under point.
17180
17181         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17182         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17183
17184 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17185
17186         * spam.el (spam-summary-prepare-exit): Fixed (length).
17187
17188 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17189
17190         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17191         as expired without moving it" message when there are spam
17192         messages left.
17193
17194 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17195
17196         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17197         header is not nil.
17198
17199 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17200
17201         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17202         nntp-possibly-create-directory, not nntp-possibly-change-group.
17203         (nntp-marks-changed-p): New arg SERVER.
17204         (nntp-request-update-info): Adjust caller.
17205
17206 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17207
17208         * nntp.el (nntp-save-marks): Pass missing arg.
17209
17210 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17211
17212         * nntp.el: Support marks.
17213         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17214         (nntp-marks-modtime, nntp-marks-directory): New variables.
17215         (nntp-request-set-mark, nntp-request-update-info)
17216         (nntp-possibly-create-directory, nntp-marks-changed-p)
17217         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17218         functions.
17219
17220 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17221
17222         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17223         (gnus-xmas-redefine): Rename.
17224
17225         * gnus-score.el (gnus-score-insert-help): Use
17226         gnus-select-lowest-window.
17227
17228         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17229         appt-select-lowest-window and rename to gnus-select-lowest-window.
17230
17231         * gnus.el: do.
17232
17233 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17234
17235         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17236         encodings of MIME-encoded words, in order to improve
17237         interoperability with several broken MUAs.
17238
17239 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17240
17241         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17242         tags, only when charsets are not specified in headers.
17243         (mm-inline-text-html-render-with-w3m): Ditto.
17244
17245         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17246         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17247
17248 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17249
17250         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17251         instead of MIME-decoded from fields when checking
17252         `gnus-article-address-banner-alist'.
17253
17254 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17255
17256         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17257         description rather than subject.
17258
17259 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17260
17261         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17262
17263 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17264
17265         * gnus.el (gnus-version-number): Bump.
17266
17267 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17268
17269         * gnus.el: No Gnus v0.2 is released.
17270
17271 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17272
17273         * gnus-agent.el (gnus-agent-read-agentview): Inline
17274         gnus-uncompress-range.
17275
17276 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17277
17278         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17279         `exec-installed-p'.
17280
17281 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17282
17283         * gnus.el (spam-process, spam-autodetect-methods): Add
17284         bsfilter and bsfilter-headers.
17285
17286         * spam.el (spam-bsfilter): New customize group.
17287         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17288         (spam-bsfilter-header, spam-bsfilter-probability-header)
17289         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17290         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17291         (spam-bsfilter-database-directory): New options.
17292         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17293         (spam-list-of-statistical-checks, spam-registration-functions):
17294         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17295         (spam-bsfilter-score): New command.
17296         (spam-check-bsfilter-headers, spam-check-bsfilter)
17297         (spam-bsfilter-register-with-bsfilter)
17298         (spam-bsfilter-register-spam-routine)
17299         (spam-bsfilter-unregister-spam-routine)
17300         (spam-bsfilter-register-ham-routine)
17301         (spam-bsfilter-unregister-ham-routine): New functions.
17302         (spam-generic-score): Support bsfilter; Accept an optional argument
17303         to recalcurate spam score even if scoring header has already been
17304         added.
17305         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17306         optional argument to recalcurate spam score even if scoring header
17307         has already been added.
17308
17309 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17310
17311         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17312         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17313         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17314         link is missing.
17315
17316 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17317
17318         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17319         (html2text-get-attr): Rewrite.
17320
17321         * message.el (message-setup-1): Remove redundant put-text-property
17322         on mail-header-separator.
17323
17324 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17325
17326         * gnus-registry.el (gnus-registry-cache-whitespace)
17327         (gnus-registry-action, gnus-registry-spool-action)
17328         (gnus-registry-split-fancy-with-parent): Change message levels
17329         from 5 to 3 or 7, as needed.
17330
17331         * spam.el (spam-summary-prepare-exit)
17332         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17333         (spam-split, spam-find-spam, spam-log-undo-registration)
17334         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17335         level from 5 to 6.
17336
17337 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17338
17339         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17340         2004-03-04 change).
17341
17342 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17343
17344         * sieve-manage.el (sieve-manage-open):
17345         * nnweb.el (nnweb-insert-html):
17346         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17347         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17348         * nnspool.el (nnspool-request-group):
17349         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17350         * nnml.el (nnml-request-update-info):
17351         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17352         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17353         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17354         (nnimap-request-set-mark):
17355         * nnfolder.el (nnfolder-request-update-info):
17356         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17357         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17358         * gnus-uu.el (gnus-uu-find-articles-matching):
17359         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17360         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17361         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17362         * gnus-nocem.el (gnus-nocem-scan-groups):
17363         * gnus-int.el (gnus-start-news-server):
17364         * gnus-group.el (gnus-group-make-kiboze-group)
17365         (gnus-group-browse-foreign-server):
17366         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17367         Use mapc when appropriate.
17368
17369 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17370
17371         FIXME: Make separate entries for each person.
17372
17373         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17374         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17375         <shields@msrl.com>:
17376
17377         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17378         may need for spam sorting and scoring.
17379         (spam-user-format-function-S): Add user format function suitable for
17380         general use.
17381         (spam-article-sort-by-spam-status): Add sorting function for summary
17382         sorting.
17383         (spam-extra-header-to-number): Add function to get a score from a
17384         header.
17385         (spam-summary-score): Add function to get a numeric score from the
17386         headers.
17387         (spam-generic-score): Fix function doc, was in wrong place.
17388         (spam-initialize): Take symbols when it's run, and install the
17389         extra headers that spam-necessary-extra-headers thinks we need.
17390
17391 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17392
17393         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17394         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17395
17396 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17397
17398         * gnus-sum.el (gnus-set-global-variables)
17399         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17400         (gnus-article-get-xrefs, gnus-summary-best-group)
17401         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17402         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17403         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17404         Use with-current-buffer.
17405
17406 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17407
17408         * spam.el (spam-summary-prepare-exit): Simplify logic.
17409         (spam-fetch-article-header): Read the article header if it's not
17410         available.
17411         (spam-list-articles): Simplify logic.
17412         (spam-filelist-register-routine): Fix bug with unregister-list.
17413
17414         * gnus-registry.el: Fix comments at beginning.
17415
17416 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17417
17418         * message.el (message-cater-to-broken-inn): Remove.
17419         (message-shorten-references): Make sure the total folded length of
17420         References is shorter than 998 characters to cater to a bug in INN
17421         2.3.  Also, don't pretend that references aren't folded -- this
17422         hasn't worked for a while.
17423
17424 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17425
17426         * gnus-agent.el (gnus-agentize):
17427         gnus-agent-send-mail-real-function no longer set to current value
17428         of message-send-mail-function but rather a lambda that calls
17429         message-send-mail-function.  The change makes the agent real-time
17430         responsive to user changes to message-send-mail-function.
17431
17432 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17433
17434         * legacy-gnus-agent.el
17435         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17436         help from Florian Weimer <fw@deneb.enyo.de>
17437
17438 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17439
17440         * nnmail.el (nnmail-cache-insert): Revert last change.
17441
17442 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17443
17444         * nnmail.el (nnmail-cache-insert): Always check whether
17445         nnmail-cache-ignore-groups matches a group name.
17446
17447 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17448
17449         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17450         (spam-find-spam, spam-log-processing-to-registry)
17451         (spam-log-registered-p, spam-log-unregistration-needed-p)
17452         (spam-log-undo-registration): Use gnus-message instead of
17453         gnus-error, none of these errors are fatal.
17454
17455         * gnus-registry.el (gnus-registry-clean-empty-function)
17456         (gnus-registry-clean-empty): Remove only empty entries without
17457         extra data.
17458
17459 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17460
17461         * spam-stat.el (spam-stat-buffer-change-to-spam)
17462         (spam-stat-buffer-change-to-non-spam): Change (error) to
17463         (gnus-message 8) invocation.
17464
17465 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17466
17467         * nntp.el (nntp-via-netcat-command): New variable.
17468         (nntp-via-netcat-switches): New variable.
17469         (nntp-open-via-rlogin-and-netcat): New function.
17470         (nntp-open-connection-function): Doc fix.
17471         (nntp-telnet-command): Doc fix.
17472         (nntp-end-of-line): Doc fix.
17473         (nntp-via-rlogin-command): Doc fix.
17474         (nntp-via-user-name): Doc fix.
17475         (nntp-via-address): Doc fix.
17476
17477 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17478
17479         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17480         error in Emacs 21.1.
17481
17482 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17483
17484         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17485
17486 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17487
17488         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17489         (gnus-agent-with-refreshed-group): New macro.
17490         (gnus-agent-rename-group): New function.
17491         (gnus-agent-delete-group): New function.
17492         (gnus-agent-save-group-info): Use gnus-command-method when
17493         `method' parameter is nil.  Don't write nil entries into the
17494         active file.
17495         (gnus-agent-get-group-info): New function.
17496         (gnus-agent-fetch-articles): Use
17497         gnus-agent-update-files-total-fetched-for to increment disk space
17498         used.
17499         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17500         gnus-agent-update-view-total-fetched-for to increment disk space
17501         used.
17502         (gnus-agent-get-local): Added optional parameters to avoid calling
17503         gnus-group-real-name and gnus-find-method-for-group.
17504         (gnus-agent-set-local): Delete stored entry if either min, or max,
17505         are nil.
17506         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17507         quit, use gnus-agent-regenerate-group to record existance of any
17508         articles fetched to disk before the quit occurred.
17509         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17510         gnus-agent-update-view-total-fetched-for, and
17511         gnus-agent-update-files-total-fetched-for to decrement disk space
17512         used.
17513         (gnus-agent-retrieve-headers): Use
17514         gnus-agent-update-view-total-fetched-for to increment disk space
17515         used.
17516         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17517         with gnus-agent-update-files-total-fetched-for to decrement disk
17518         space and fresh group buffer.
17519         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17520         (gnus-agent-need-update-total-fetched-for): New variable.
17521         (gnus-agent-update-files-total-fetched-for): New function.
17522         (gnus-agent-update-view-total-fetched-for): New function.
17523         (gnus-agent-total-fetched-for): New function.
17524
17525         * gnus-cache.el (gnus-cache-save-buffers): Use
17526         gnus-cache-update-overview-total-fetched-for to change disk space
17527         used by this group.
17528         (gnus-cache-possibly-enter-article): Use
17529         gnus-cache-update-file-total-fetched-for to increment disk space
17530         used by this group.
17531         (gnus-cache-possibly-remove-article): Use
17532         gnus-cache-update-file-total-fetched-for to decrement disk space
17533         used by this group.
17534         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17535         (gnus-cache-rename-group): New function.
17536         (gnus-cache-delete-group): New function.
17537         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17538         (gnus-cache-need-update-total-fetched-for): New variable.
17539         (gnus-cache-with-refreshed-group): New macro.
17540         (gnus-cache-update-file-total-fetched-for): New function.
17541         (gnus-cache-update-overview-total-fetched-for): New function.
17542         (gnus-cache-rename-group-total-fetched-for): New function.
17543         (gnus-cache-delete-group-total-fetched-for): New function.
17544         (gnus-cache-total-fetched-for): New function.
17545
17546         * gnus-group.el: Require gnus-sum and autoload functions to
17547         resolve warnings when gnus-group.el compiled alone.
17548         (gnus-group-line-format): Documented new %F.
17549         (size of Fetched data) group line format; identifies disk space
17550         used by agent and cache.
17551         (gnus-group-line-format-alist): Defined new F format.
17552         (gnus-total-fetched-for): New function.
17553         (gnus-group-delete-group): No longer update
17554         gnus-cache-active-altered as gnus-request-delete-group now keeps
17555         the cache in sync.
17556         (gnus-group-list-active): Let the agent store a server's active
17557         list if currently plugged.
17558
17559         * gnus-int.el (gnus-request-delete-group):
17560         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17561         local disk in sync with the server.
17562         (gnus-request-rename-group):
17563         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17564         local disk in sync with the server.
17565
17566         * gnus-start.el (gnus-get-unread-articles):
17567         Cosmetic simplification to logic.
17568
17569         * gnus-util.el (gnus-rename-file): New function.
17570
17571 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17572
17573         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17574
17575 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17576
17577         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17578         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17579
17580 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17581
17582         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17583         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17584
17585 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17586
17587         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17588
17589 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17590
17591         * spam.el (spam-set-difference): Add function to replace
17592         gnus-set-difference in spam.el.
17593         (spam-summary-prepare-exit): Use spam-set-difference.
17594
17595 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17596
17597         * gnus-registry.el (gnus-registry-cache-file): Update to use
17598         gnus-dribble-directory OR gnus-home-directory OR ~.
17599         (gnus-registry-split-fancy-with-parent): Fix doc.
17600
17601 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17602
17603         * message.el (message-exchange-point-and-mark): Use
17604         message-mark-active-p.  Suggested by Jesper Harder
17605         <harder@ifa.au.dk>.
17606
17607 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17608
17609         * message.el (message-exchange-point-and-mark): Don't activate
17610         region if it was inactive.  Suggested by Hiroshi Fujishima
17611         <pooh@nature.tsukuba.ac.jp>.
17612
17613 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17614
17615         * gnus-art.el (article-display-face): Display Faces in the same
17616         order as X-Faces.
17617
17618 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17619
17620         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17621
17622 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17623
17624         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17625         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17626         (gnus-article-mime-hierarchy): Remove.
17627         (gnus-article-mime-hierarchy-next): Remove.
17628         (gnus-article-mode): Revert 2004-03-19 change.
17629         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17630         (gnus-insert-mime-button): Revert 2004-03-19 change.
17631         (gnus-mime-accumulate-hierarchy): Remove.
17632         (gnus-mime-enter-multipart): Remove.
17633         (gnus-mime-leave-multipart): Remove.
17634         (gnus-mime-display-part): Revert 2004-03-19 change.
17635         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17636
17637         * mml.el (mml-preview): Revert 2004-03-19 change.
17638
17639 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17640
17641         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17642
17643 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17644
17645         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17646         t while entering a file name using the mm-with-multibyte macro.
17647         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17648
17649         * mm-util.el (mm-with-multibyte): New macro.
17650
17651 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17652
17653         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17654         user option.
17655         (gnus-mime-multipart-functions): Doc and customization fix.
17656         (gnus-article-mime-hierarchy): New variable.
17657         (gnus-article-mime-hierarchy-next): New variable.
17658         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17659         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17660         gnus-article-mime-hierarchy-next to nil.
17661         (gnus-insert-mime-button): Show hierarchy numbers.
17662         (gnus-mime-accumulate-hierarchy): New function.
17663         (gnus-mime-enter-multipart): New function.
17664         (gnus-mime-leave-multipart): New function.
17665         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17666         (gnus-mime-display-alternative): Show hierarchy numbers.
17667
17668         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17669         gnus-article-mime-hierarchy-next to nil.
17670
17671 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17672
17673         * dns.el: Don't require gnus-xmas.
17674
17675 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17676
17677         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17678         inline PGP.
17679         (mml-menu): Disable mml-quote-region if mark is inactive.
17680
17681 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17682
17683         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17684         when the group's active is not available.
17685
17686 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17687
17688         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17689         error.
17690
17691 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17692
17693         * imap.el (imap-store-password): New variable.
17694         (imap-interactive-login): Use it.
17695         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17696
17697 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17700         window-start and hscroll to summary window.
17701
17702 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17703
17704         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17705         conversion message to newsrc-dribble when an actual conversion is
17706         performed.
17707
17708 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17709
17710         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17711
17712 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17713
17714         * mm-decode.el (mm-complicated-handles): New function reviving
17715         former definition of mm-multiple-handles.
17716
17717         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17718         (gnus-mime-delete-part): Use it.
17719
17720 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17721
17722         * gnus-agent.el (gnus-agent-read-local): Bind
17723         nnheader-file-coding-system to gnus-agent-file-coding-system to
17724         avoid the implicit assumption that they will always be equal.
17725         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17726         coding-system-for-write, as the with-temp-file macro first prints
17727         to a buffer then saves the buffer.
17728
17729 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17730
17731         * gnus-art.el (gnus-article-edit-part): New function.
17732         (gnus-mime-save-part-and-strip): Use it; do query instead of
17733         signaling an error; don't use mm-multiple-handles.
17734         (gnus-mime-delete-part): Ditto.
17735
17736 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17737
17738         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17739         old file versions.
17740         (gnus-group-prepare-hook): Removed function that converted list
17741         form of gnus-agent-expire-days to group properties.
17742
17743         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17744         (gnus-request-accept-article): Re-indented.
17745
17746         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17747         converters to handle old agent file formats.  Added logic for a
17748         "backup before upgrading warning".
17749         (gnus-convert-mark-converter-prompt): Developers can mark
17750         functions as needing (default), or not needing,
17751         gnus-convert-old-newsrc's "backup before upgrading warning".
17752         (gnus-convert-converter-needs-prompt): Tests whether the user
17753         should be protected from potentially irreversable changes by the
17754         function.
17755
17756         * legacy-gnus-agent.el: New.  Provides converters that are only
17757         loaded when gnus-convert-old-newsrc needs to call them.
17758
17759 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * mail-source.el (mail-source-touch-pop): Doc fix.
17762
17763         * message.el (message-smtpmail-send-it): Doc fix.
17764
17765 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17766
17767         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17768
17769         * nnmail.el (nnmail-split-fancy): do.
17770
17771         * gnus-kill.el (gnus-kill, gnus-execute): do.
17772
17773 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17774
17775         * gnus-sum.el (gnus-widget-reversible-match)
17776         (gnus-widget-reversible-to-internal)
17777         (gnus-widget-reversible-to-external): New functions.
17778         (gnus-widget-reversible): New widget.
17779         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17780
17781 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17782
17783         * gnus-sum.el (gnus-thread-sort-functions)
17784         (gnus-article-sort-functions): Document `(not F)' items.
17785
17786 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17787
17788         * spam.el (spam-use-gmane-xref): Add new backend.
17789         (spam-gmane-xref-spam-group): Add variable to control the name of the
17790         Gmane spam group.
17791         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17792         (spam-regex-headers-spam, spam-regex-headers-ham)
17793         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17794         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17795         backends and checks.
17796         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17797
17798         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17799         an autodetect method.
17800
17801 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17802
17803         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17804         articles are being added to a group.
17805         (gnus-request-replace-article): Inform the agent that articles
17806         need to be uncached as the cached contents are no longer valid.
17807
17808 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17809
17810         * binhex.el: Don't autoload executable-find.
17811
17812         * canlock.el: Don't autoload mail-fetch-field.
17813
17814         * dgnushack.el: Autoload c-mode for XEmacs.
17815
17816         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17817
17818         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17819         rmail-dont-reply-to and rmail-output.
17820
17821         * gnus-score.el: Don't autoload ffap-string-at-point.
17822
17823         * gnus-setup.el: Don't autoload sc-cite-original.
17824
17825         * imap.el: Don't autoload base64-decode-string,
17826         base64-encode-string and md5.
17827
17828         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17829         and rmail-msg-restore-non-pruned-header.
17830
17831         * mm-decode.el: Don't autoload executable-find.
17832
17833         * mm-url.el: Don't autoload executable-find.
17834
17835         * mm-view.el: Don't autoload diff-mode.
17836
17837         * nndb.el: Don't autoload news-reply-mode, news-setup,
17838         cancel-timer and telnet.
17839
17840         * password.el: Don't autoload run-at-time for Emacs.
17841
17842         * sha1-el.el: Don't autoload executable-find.
17843
17844         * sieve-mode.el: Don't autoload c-mode.
17845
17846         * uudecode.el: Don't autoload executable-find.
17847
17848 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17849
17850         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17851         (gnus-agent-possibly-alter-active): Avoid null in numeric
17852         comparison.
17853         (gnus-agent-set-local): Refuse to save null in local object table.
17854         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17855         list of articles that will be marked as unread.
17856
17857 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17858
17859         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17860
17861 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17862
17863         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17864         language tags.
17865
17866 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17867
17868         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17869         Don't bind "obarray".
17870
17871         * gnus-sum.el (gnus-thread-sort-functions): Added
17872         `gnus-thread-sort-by-most-recent-number' and
17873         `gnus-thread-sort-by-most-recent-date'.
17874         Reported by Kai Grossjohann <kai@emptydomain.de>.
17875
17876 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17877
17878         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17879
17880 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17881
17882         * gnus-cus.el (gnus-agent-customize-category): Removed
17883         ignore-errors macro reference that required cl to be loaded at
17884         run-time.
17885
17886         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17887         single-interval range of the form (min . max).  Previously the
17888         range had to look like ((min . max)).  Likewise, return
17889         (min . max) rather than ((min . max)).
17890         (gnus-range-map): Use gnus-range-normalize to accept
17891         single-interval range.
17892
17893         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17894         the cache, but not the agent, now appear with their usual face.
17895
17896         * dgnushack.el (loaddir): New variable that is bound to the
17897         directory containing the dgnushack.el file. Use loaddir, rather
17898         than srcdir, to update load-path. Change lets dgnushack compile
17899         code in directories other than GNUS/lisp.
17900
17901 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17902
17903         * lpath.el: Don't bind w3m-safe-url-regexp.
17904
17905         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17906         w3m-safe-url-regexp variable buffer-local.
17907
17908         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17909
17910 2004-02-27  Simon Josefsson  <jas@extundo.com>
17911
17912         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17913         gnus-group-real-prefix.
17914         (gnus-summary-move-article): Use it, instead of
17915         gnus-group-real-prefix.
17916
17917 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17918
17919         * lpath.el: Bind w3m-safe-url-regexp.
17920
17921         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17922         w3m-safe-url-regexp variable buffer-local and set it as the value
17923         of mm-w3m-safe-url-regexp.
17924
17925         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17926
17927         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17928         parsing gnus-posting-styles when the message is not for replying.
17929
17930         * dgnushack.el: Autoload sgml-mode for XEmacs.
17931
17932         * nnrss.el (nnrss-opml-export): Use
17933         mm-set-buffer-file-coding-system instead of
17934         set-buffer-file-coding-system.
17935
17936 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17937
17938         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17939         of checkdoc.el).
17940         * nnrss.el: do.
17941         * gnus-mlspl.el: do.
17942         * gnus-ml.el: do.
17943         * gnus-srvr.el: do.
17944
17945         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17946
17947 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17948
17949         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17950         Corrections to custom-manual links.
17951
17952         * gnus-art.el (gnus-article): Ditto.
17953
17954         * mm-decode.el (mime-display, mime-security): Ditto.
17955
17956 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17957
17958         * flow-fill.el: Typo.
17959
17960 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17961
17962         * spam-wash.el: New file.
17963
17964 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17965
17966         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17967
17968 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17969
17970         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17971         to be run with new-articles as LIST1, not LIST2.
17972         (spam-registration-functions): Add spam-use-ham-copy as a nil
17973         registration backend.
17974
17975 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17976
17977         * spam-stat.el (spam-stat-washing-hook): New option.
17978         (spam-stat-buffer-words): Use it.
17979         (spam-stat-process-directory, spam-stat-test-directory): Use
17980         insert-file-contents-literally.
17981         (spam-stat-coding-system): New variable.
17982         (spam-stat-load, spam-stat-save): Use it.
17983
17984 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17985
17986         * spam-report.el (spam-report-plug-agent): Quote
17987         spam-report-url-to-file and spam-report-url-ping-plain.
17988
17989 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17990
17991         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17992         / in mailto URLs.
17993
17994 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17995
17996         * spam-report.el (spam-report-process-queue): Fix interactive use.
17997         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17998         (spam-report-unplug-agent): Doc fixes.
17999         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18000         (spam-report-agentize, spam-report-deagentize): Autoload.
18001
18002 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18003
18004         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18005
18006         * message.el (message-setup-fill-variables): Add mml tags to
18007         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18008         <ajk@iu.edu>.
18009         (message-mode): Don't modify paragraph-separate there.
18010
18011 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18012
18013         * compface.el (uncompface-use-external): Default to undecided.
18014         (uncompface-use-external-threshold): New variable.
18015         (uncompface-float-time): New macro.
18016         (uncompface): Determine whether to use the external decoder if
18017         uncompface-use-external is undecided.
18018
18019 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18020
18021         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18022         after images.
18023
18024         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18025
18026 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18027
18028         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18029
18030         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18031
18032         * gnus-sum.el (gnus-summary-limit-to-age)
18033         (gnus-summary-limit-children): do.
18034
18035         * gnus-int.el (gnus-request-scan): do.
18036
18037         * gnus-group.el (gnus-group-suspend): do.
18038
18039         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18040
18041         * gnus-cite.el (gnus-cite-parse-attributions): do.
18042
18043         * gnus-agent.el (gnus-summary-set-agent-mark)
18044         (gnus-agent-regenerate-group): do.
18045
18046         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18047
18048         * binhex.el (binhex-decode-region-internal): do.
18049
18050 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18051
18052         * gnus-fun.el (gnus-face-properties-alist): New user option.
18053         (gnus-display-x-face-in-from): Use it.
18054
18055         * gnus-art.el (article-display-face): Ditto.
18056
18057         * compface.el (uncompface-use-external): Default to nil.
18058
18059 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18060
18061         * nntp.el (nntp-erase-buffer): New function.
18062         (nntp-retrieve-data, nntp-send-command)
18063         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18064         (nntp-possibly-change-group): Use it.
18065
18066         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
18067         with-current-buffer.
18068
18069 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18070
18071         * compface.el: Merge the ELisp-based uncompface program.
18072         (compface): New customization group.
18073         (uncompface-use-external): New user option.
18074         (uncompface): Call uncompface-internal if uncompface-use-external
18075         is nil.
18076         (uncompface-internal): New function.  Note that there are also
18077         some other functions and variables added for this function.
18078
18079 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18080
18081         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18082         if necessary.
18083
18084 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18085
18086         * spam-report.el (spam-report-unplug-agent)
18087         (spam-report-plug-agent, spam-report-deagentize)
18088         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18089         Add support for the Agent in spam-report: when unplugged, report to a
18090         file; when plugged, submit all the requests.
18091
18092         * spam.el (spam-register-routine): Fix message about
18093         registration.
18094
18095 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18096
18097         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18098         dependencies.
18099         (rfc2047-encode): Use it.
18100
18101         * gnus-art.el (gnus-button-marker-list): Move before first
18102         reference.
18103
18104         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18105         (imap-parse-body): Fix format string mismatch.
18106
18107         * gnus-score.el (gnus-summary-increase-score): do.
18108
18109         * nnrss.el (nnrss-close): New function.
18110
18111 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18112
18113         * nnrss.el (nnrss-make-filename): New function.
18114         (nnrss-request-delete-group, nnrss-read-server-data)
18115         (nnrss-save-server-data, nnrss-read-group-data)
18116         (nnrss-save-group-data): Use it.
18117         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18118         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18119         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18120
18121 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18122
18123         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18124
18125 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18128         files.
18129
18130         * message.el (message-generate-headers-first): Don't quote nil
18131         and t in docstrings.
18132
18133         * imap.el (imap-id): do.
18134
18135         * gnus-agent.el (gnus-agent-consider-all-articles)
18136         (gnus-agent-queue-mail): do.
18137
18138 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18139
18140         * spam-report.el (spam-report-process-queue): New function.
18141         Process requests from `spam-report-requests-file'.
18142         (spam-report-process-queue): Doc fix.
18143
18144 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18145
18146         * spam.el (spam-register-routine)
18147         (spam-log-processing-to-registry, spam-log-registered-p)
18148         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18149         Change "check" to "spam-check" for semi-clarity.
18150
18151 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18152
18153         * pop3.el: Require nnheader.
18154
18155         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18156
18157         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18158
18159         * gnus-picon.el: Require cl.
18160
18161         * gnus-fun.el: Require gnus-ems and gnus-util.
18162
18163         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18164
18165         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18166
18167         * gnus-art.el (gnus-article-edit-mode): Define before first
18168         reference.
18169
18170 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18171
18172         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18173         (gnus-uu-post-encoded): Use point-at-bol.
18174
18175         * gnus-topic.el (gnus-group-active-topic-p): do.
18176
18177         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18178
18179         * gnus-group.el (gnus-group-kill-region): do.
18180
18181         * gnus-art.el (article-date-ut): do.
18182
18183         * message.el (message-fetch-field): Remove redundant
18184         case-fold-search binding.
18185         (message-narrow-to-field): Simplify.
18186
18187 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18188
18189         * spam.el (spam-directory): Derive from `gnus-directory'.
18190
18191         * spam-report.el (spam-report-url-to-file)
18192         (spam-report-requests-file): New function and variable for offline
18193         reporting.
18194         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18195         and user defined function.
18196         (spam-report-url-ping-mm-url): Remove doubled slash.
18197
18198 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18199
18200         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18201
18202 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18203
18204         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18205         format string mismatch.
18206
18207         * sieve.el (sieve-deactivate-all): do.
18208
18209         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18210
18211         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18212
18213         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18214
18215         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18216
18217 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18218
18219         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18220         the list of checks.
18221
18222 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18223
18224         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18225         padding.
18226
18227 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18228
18229         * mm-view.el (mm-fill-flowed): New variable.
18230         (mm-inline-text): Use it.
18231
18232 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18233
18234         * spam.el (spam-spamassassin-register-ham-routine)
18235         (spam-spamassassin-register-spam-routine): Fix function names.
18236
18237 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18238
18239         * gnus.el (gnus-tmp-grouplens): Remove.
18240         (gnus-summary-line-format): Remove grouplens.
18241
18242         * gnus-group.el (gnus-group-line-format): Ditto.
18243
18244         * gnus-spec.el (gnus-format-specs): Ditto.
18245         (gnus-update-format-specifications): Flush the group format spec
18246         cache if there's the grouplens stuff.
18247         (gnus-parse-simple-format): Replace %l with the empty string.
18248
18249 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18250
18251         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18252         omission.
18253
18254 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18255
18256         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18257         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18258
18259 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18260
18261         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18262         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18263         New macros and functions.
18264         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18265         Handle > NLINK_MAX messages.
18266         * nnmaildir.el (nnmaildir-request-set-mark): Use
18267         nnmaildir--emlink-p and nnmaildir--eexist-p.
18268
18269 2004-01-25  Alex Schroeder  <alex@gnu.org>
18270
18271         * spam-stat.el (spam-stat-process-directory-age): New option.
18272         (spam-stat-process-directory): Use it.
18273
18274 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18275
18276         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18277         (spam-stat-save): Accept prefix argument.
18278
18279 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18280
18281         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18282         links" error.
18283
18284 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18285
18286         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18287         the rest of the and/or forms.
18288
18289 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18290
18291         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18292         compatibility with old .newsrc.eld files.
18293
18294         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18295
18296         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18297
18298         * gnus-start.el (gnus-1): do.
18299
18300         * gnus-group.el (gnus-group-line-format-alist): do.
18301
18302         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18303
18304         * gnus-gl.el: Remove.
18305
18306 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18307
18308         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18309         marks consisting of a single range {for example, (3 . 5)} rather
18310         than a list of a single range { ((3 . 5)) }.
18311
18312 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18313
18314         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18315         with-current-buffer.
18316         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18317         avoid consing a string.
18318
18319         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18320         Remove obsolete entries for big5 and gb2312.
18321
18322 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18323
18324         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18325         uncompressed list.
18326
18327 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18328
18329         * spam-stat.el (spam-stat-strip-xref): New function.
18330         (spam-stat-process-directory): Use it.
18331
18332         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18333         here -- it's done in message-fetch-field.
18334
18335 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18336
18337         * gnus-agent.el (gnus-agent-queue-mail)
18338         (gnus-agent-prompt-send-queue): New variables.
18339         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18340         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18341         "nndraft:queue" along to gnus-draft-send.  Use
18342         gnus-agent-prompt-send-queue.
18343         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18344         is "nndraft:queue".  Suggested by Gaute Strokkenes
18345         <gs234@srcf.ucam.org>
18346
18347         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18348         (agent-enable-undownloaded-faces): Added.
18349         (gnus-agent-cat-groups): Use eval-and-compile, not
18350         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18351         method of gnus-agent-cat-groups even when the buffer has been
18352         evaled.
18353         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18354         delete gnus-agent-save-active-1.
18355         (gnus-agent-save-groups): Deleted.  Identical to
18356         gnus-agent-save-active.
18357         (gnus-agent-write-active): No longer adjust agent's copy of active
18358         file as agent's adjustments are now stored in their own
18359         file.  Removed optional parameter.
18360         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18361         servers.  Add use of min/max range limits from server's local
18362         file.
18363         (gnus-agent-save-alist): Removed unused optional argument.
18364         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18365         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18366         (gnus-agent-set-local): A per-server file that keeps min/max range
18367         limits for articles known to the agent.  Provides a fast mechanism
18368         for altering many active ranges.
18369         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18370         active file (local makes it unnecessary).
18371         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18372
18373         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18374         (agent-enable-undownloaded-faces): Added.
18375
18376         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18377         disable it when sending to "nndraft:queue".
18378         (gnus-group-send-queue): Add safety check to avoid sending queue
18379         when unplugged.
18380
18381         * gnus-group.el (gnus-group-catchup): Use new
18382         gnus-sequence-of-unread-articles, not
18383         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18384         numbers of articles.  Use gnus-range-map to avoid having to
18385         uncompress the unread list.
18386         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18387         Fixed invalid ange-ftp reference.
18388
18389         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18390         (gnus-sorted-range-intersection): Intersection of two ranges
18391         without requiring that they first be uncompressed.
18392
18393         * gnus-start.el (gnus-activate-group): Unless blocked by the
18394         caller, possibly expand the active range to include both cached
18395         and agentized articles.
18396         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18397         multiple version-dependent converters.
18398         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18399         gnus-agent-save-active.
18400         (gnus-save-newsrc-file): Save dirty agent range limits.
18401
18402         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18403         gnus-agent-possibly-alter-active.
18404         (gnus-adjust-marked-articles): Faster handling of simple lists.
18405
18406 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18407
18408         * spam-stat.el (spam-stat-test-directory): New optional argument
18409         displays a list of files detected.  Suggested by Andrew Cohen
18410         <cohen@andy.bu.edu>.
18411         (spam-stat-buffer-words-with-scores): Don't narrow and change
18412         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18413
18414 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18415
18416         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18417         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18418         (spam-spamassassin-arguments)
18419         (spam-spamassassin-spam-flag-header)
18420         (spam-spamassassin-positive-spam-flag-header)
18421         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18422         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18423         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18424         (spam-list-of-processors, spam-list-of-checks)
18425         (spam-list-of-statistical-checks, spam-registration-functions)
18426         (spam-check-spamassassin-headers, spam-check-spamassassin)
18427         (spam-spamassassin-score)
18428         (spam-spamassassin-register-with-sa-learn)
18429         (spam-spamassassin-register-spam-routine)
18430         (spam-spamassassin-register-ham-routine)
18431         (spam-assassin-register-spam-routine)
18432         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18433         (spam-bogofilter-score): Fix to show article before scoring.
18434
18435 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18436
18437         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18438         default scoring function.
18439         (spam-generic-score): Call spam-spamassassin-score if
18440         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18441         spam-bogofilter-score otherwise.
18442
18443         * gnus.el (spam-process, spam-autodetect-methods): Add
18444         spamassassin and spamassassin-headers.
18445
18446 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18447
18448         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18449         Suppress unnecessary messages.
18450
18451 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18452
18453         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18454         make-hash-table.
18455
18456 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18457
18458         * canlock.el (base64-encode-string): Don't autoload it.
18459
18460 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18461
18462         * run-at-time.el: Remove useless (require 'itimer),
18463         eval-and-compile and (featurep 'xemacs).
18464
18465 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18466
18467         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18468         GROUP is a virtual group.
18469
18470 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18471
18472         * gnus.el: Autoload `message-y-or-n-p'.
18473
18474 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18475
18476         * pgg-parse.el: Remove unnecessary (require 'custom).
18477
18478         * pgg-def.el: do.
18479
18480         * nnmail.el: do.
18481
18482         * gnus-undo.el: do.
18483
18484         * gnus-picon.el: do.
18485
18486         * gnus-util.el: do.
18487
18488 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18489
18490         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18491
18492 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18493
18494         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18495         handle, as well as a list.
18496
18497         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18498         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18499         (mm-w3m-cid-retrieve): Simplify.
18500
18501 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18502
18503         * message.el (message-kill-to-signature): Allow prefix arg to
18504         specify number of lines to keep before signature.
18505
18506 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18507
18508         * message.el (message-kill-to-signature): Change docstring.
18509
18510 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18511
18512         * canlock.el: Always require sha1-el.
18513         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18514
18515         * message.el: Autoload sha1 only when compiling.
18516
18517         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18518         eudc-expand-inline for XEmacs.
18519
18520 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18521
18522         * message.el (message-canlock-generate): Require sha1-el.
18523
18524 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18525
18526         * message.el (message-expand-name): Silence the byte compiler.
18527
18528         * lpath.el: Add detect-coding-system.
18529
18530         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18531         cus-edit.
18532
18533 2004-01-13  Simon Josefsson  <jas@extundo.com>
18534
18535         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18536         Invoke gnus-score-mode.  Reported by
18537         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18538
18539         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18540         Jim Blandy <jimb@redhat.com> (tiny change).
18541
18542 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18543
18544         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18545
18546 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18547
18548         * spam.el (spam-get-article-as-string): Update to use
18549         gnus-request-article-this-buffer, much simpler.
18550         (spam-get-article-as-buffer): Remove.
18551
18552 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18553
18554         * message.el (message-expand-name): Use EUDC if the user uses that.
18555
18556 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18557
18558         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18559         character for the encoding to avoid consing a string.
18560
18561         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18562         unnecessarily.
18563
18564         * mm-util.el (mm-replace-chars-in-string): Remove.
18565
18566         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18567         of mm-replace-chars-in-string.
18568
18569 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18570
18571         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18572
18573         * mm-util.el (mm-subst-char-in-string): Support inplace.
18574
18575         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18576         a new string in every iteration.  Use shy groups.
18577
18578 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18579
18580         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18581         * gnus-soup.el (gnus-soup-group-brew):
18582         * gnus-msg.el (gnus-put-message):
18583         * gnus-move.el (gnus-group-move-group-to-server):
18584         * gnus-kill.el (gnus-batch-score):
18585         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18586         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18587         (gnus-group-update-group, gnus-group-read-group)
18588         (gnus-group-make-group, gnus-group-make-help-group)
18589         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18590         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18591         (gnus-group-sort-by-unread, gnus-group-catchup)
18592         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18593         (gnus-group-yank-group, gnus-group-set-info)
18594         (gnus-group-list-groups):
18595         * gnus.el (gnus-generate-new-group-name):
18596         * gnus-delay.el (gnus-delay-send-queue):
18597         * nnvirtual.el (nnvirtual-catchup-group):
18598         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18599         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18600         (gnus-group-prepare-topics, gnus-topic-check-topology):
18601         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18602         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18603         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18604         (gnus-group-make-articles-read):
18605         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18606         (gnus-group-change-level, gnus-kill-newsgroup)
18607         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18608         (gnus-get-unread-articles, gnus-make-articles-unread)
18609         (gnus-make-ascending-articles-unread): Use accessor
18610         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18611         to get group information for improved readability.
18612
18613
18614 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18615
18616         * gnus-art.el (article-decode-mime-words, article-babel)
18617         (gnus-article-highlight-signature, gnus-article-add-buttons)
18618         (gnus-signature-toggle): Use gnus-with-article-buffer.
18619
18620         * gnus-art.el (gnus-article-highlight-headers)
18621         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18622
18623         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18624         (gnus-article-set-globals, gnus-request-article-this-buffer)
18625         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18626         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18627         (gnus-mime-display-alternative): Use with-current-buffer.
18628
18629 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18630
18631         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18632         also under 80 char limit, and call gnus-error if needed.
18633         (spam-fetch-article-header): Fix - it was a
18634         buffer-local variable (gnus-newsgroup-data).
18635         (spam-find-spam): Use spam-generate-fake-headers, forget about
18636         spam-insert-fake-headers.
18637         (spam-insert-fake-headers): Remove.
18638
18639 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18640
18641         * deuglify.el (gnus-article-outlook-unwrap-lines)
18642         (gnus-outlook-rearrange-article)
18643         (gnus-outlook-repair-attribution-outlook)
18644         (gnus-outlook-repair-attribution-block)
18645         (gnus-outlook-repair-attribution-other): Remove redundant
18646         save-excursion.
18647
18648 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18649
18650         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18651         (spam-fetch-field-subject-fast)
18652         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18653         (spam-fetch-article-header): Add functions to deal with Gnus
18654         internals for fast retrieval of article header data.
18655         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18656
18657 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18658
18659         * pop3.el (pop3-md5): Remove.
18660         (pop3-apop): Replace pop3-md5 with md5.
18661
18662         * mm-bodies.el: base64 is always built-in.
18663
18664         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18665         with-current-buffer.
18666
18667 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18668
18669         * canlock.el (canlock-insert-header): Remove excessive grouping in
18670         regexp.
18671
18672         * gnus-sum.el (gnus-summary-read-document): Ditto.
18673
18674         * gnus-uu.el (gnus-uu-part-number): Ditto.
18675
18676         * html2text.el (html2text-remove-tags): Ditto.
18677         (html2text-format-tags): Ditto.
18678         (html2text-format-single-elements): Ditto.
18679
18680         * mml.el (mml-parse-1): Ditto.
18681
18682 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18683
18684         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18685
18686         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18687
18688         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18689
18690         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18691
18692 2003-11-15  Simon Josefsson  <jas@extundo.com>
18693
18694         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18695         (pgg-gpg-lookup-key): Use regexp match instead of
18696         split-string (split-string is different between emacs 21.2 and
18697         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18698
18699 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18700
18701         * gnus-art.el (gnus-mime-view-all-parts)
18702         (gnus-article-part-wrapper, gnus-article-view-part): Use
18703         with-current-buffer.
18704
18705 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18706
18707         * spam.el (spam-disable-spam-split-during-ham-respool)
18708         (spam-spamoracle-database, spam-cache-lookups)
18709         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18710         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18711         (spam-group-ham-marks, spam-group-spam-marks)
18712         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18713         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18714         also add spam-use-blackholes to the statistical checks.
18715         (spam-fetch-field-fast): Add interface to fetching fields, may
18716         become a macro.
18717         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18718         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18719         (spam-insert-fake-headers): Fake an article when needed.
18720         (spam-find-spam): Fake article when possible.
18721         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18722         (spam-check-bogofilter-headers): Use message-fetch-field instead
18723         of nnmail-fetch-field.
18724
18725 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18726
18727         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18728
18729 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18730
18731         * spam.el (spam-split): Do not require spam-use-CHECK to be
18732         enabled if that check is passed to spam-split explicitly; also
18733         fix so 'spam doesn't get converted to spam-split-group when
18734         spam-split-symbolic-return is t.
18735         (spam-find-spam): Find registrations of the article and use those
18736         instead of re-running spam-split to find the spam/ham
18737         classification of the article.
18738         (spam-log-processing-to-registry, spam-log-registered-p)
18739         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18740         Use gnus-error instead of gnus-message.
18741         (spam-log-registration-type): Add function to determine the
18742         classification of a message based on registry entries; will
18743         return nil if both 'spam and 'ham are found.
18744         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18745         a reasonably fast local cache without the loading errors.
18746         (spam-cache-lookups): Set to t by default.
18747         (spam-find-spam): Don't try to guess spam-cache-lookups.
18748         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18749         spam-caches entry.
18750         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18751         caching of whitelist/blacklist entries.
18752         (spam-check-whitelist, spam-check-blacklist): Invoke
18753         spam-from-listed-p with a type, not a cache variable.
18754         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18755
18756 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18757
18758         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18759
18760         * nnmail.el (nnmail-split-fancy): do.
18761
18762         * mml.el (mml-parse): do.
18763
18764         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18765         (gnus-score-adaptive): do.
18766
18767 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18768
18769         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18770         (gnus-mime-button-map): Don't set keymap parent.
18771         (gnus-button-ctan-directory-regexp): Use shy grouping.
18772         (gnus-prev-page-map): Don't set keymap parent.
18773         (gnus-prev-page-map): Remove duplicated one.
18774         (gnus-next-page-map): Don't set keymap parent.
18775         (gnus-mime-security-button-map): Ditto.
18776
18777         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18778         version number.
18779
18780         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18781
18782 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18783
18784         * canlock.el (canlock-sha1-function): Remove.
18785         (canlock-sha1-function-for-verify): Remove.
18786         (canlock-openssl-program): Remove.
18787         (canlock-openssl-args): Remove.
18788         (canlock-ignore-errors): Remove.
18789         (canlock-sha1-with-openssl): Remove.
18790         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18791         (canlock-verify): Don't use canlock-ignore-errors.
18792
18793         * sha1-el.el (sha1-string-external): Make it can return a string
18794         in binary form.
18795         (sha1-region-external): Ditto.
18796         (sha1-string-internal): Ditto.
18797         (sha1-region-internal): Ditto.
18798         (sha1-region): Ditto.
18799         (sha1-string): Ditto.
18800         (sha1): Ditto.
18801
18802 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18803
18804         * spam.el (spam-report-articles-gmane): New command.
18805
18806 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18807
18808         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18809
18810         * run-at-time.el (run-at-time-saved): Remove.
18811         (run-at-time): Doc fix.
18812
18813 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18814
18815         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18816         (gnus-summary-limit-map): Add it.
18817         (gnus-summary-make-menu-bar): do.
18818
18819 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18820
18821         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18822         Make attempt at some caching support (done for BBDB only now).
18823         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18824         addresses to be checked.
18825         (spam-clear-cache-BBDB): Add function, to be invoked by
18826         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18827         (spam-check-BBDB): Check and use the caches, if
18828         spam-cache-lookups is on, remove superfluous (provide).
18829
18830 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18831
18832         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18833
18834 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18835
18836         * run-at-time.el (run-at-time-saved): Move to after the definition
18837         of `run-at-time'.
18838
18839         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18840
18841 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18844         mm-w3m-local-map-property.
18845
18846         * mm-view.el (mm-w3m-mode-map): Remove.
18847         (mm-w3m-local-map-property): Remove.
18848         (mm-inline-text-html-render-with-w3m): Don't use
18849         mm-w3m-local-map-property.
18850
18851 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18852
18853         * run-at-time.el: New file.
18854
18855         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18856         under Emacs.
18857
18858         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18859         of gnus-set-text-properties.
18860
18861         * gnus-uu.el (gnus-uu-save-article): Ditto.
18862
18863         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18864
18865         * gnus-cite.el (gnus-cite-parse): Ditto.
18866
18867         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18868         of gnus-.
18869
18870         * gnus-xmas.el (run-at-time): Require run-at-time.
18871
18872         * gnus.el: Changed calls to nnheader-run-at-time and
18873         password-run-at-time throughout to use run-at-time directly.
18874
18875         * password.el: Removed definition of run-at-time.
18876
18877         * nnheaderxm.el: Remove definition of run-at-time.
18878
18879 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18880
18881         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18882         in prompt.
18883
18884 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18885
18886         * messagexmas.el (message-xmas-redefine): Alias
18887         `message-make-caesar-translation-table' to
18888         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18889         version.
18890
18891         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18892         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18893         `gnus-xmas-set-text-properties'.
18894         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18895         `gnus-xmas-completing-read'.
18896         (gnus-xmas-completing-read): Removed.
18897         (gnus-xmas-open-network-stream): Removed.
18898
18899         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18900         XEmacs version.
18901
18902         * dns.el (dns-make-network-process): Use `open-network-stream'
18903         instead of `gnus-xmas-open-network-stream'.
18904
18905         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18906
18907         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18908
18909 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18910
18911         * gnus-art.el (gnus-mime-display-alternative)
18912         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18913         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18914         Don't use gnus-local-map-property.
18915
18916         * gnus-util.el (gnus-local-map-property): Remove.
18917
18918         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18919         gnus-completing-read-maybe-default with completing-read.
18920
18921         * gnus-util.el (gnus-completing-read): do.
18922         (gnus-completing-read-maybe-default): Remove.
18923
18924 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18925
18926         * password.el: Only autoload `run-at-time' if not XEmacs.
18927         Only autoload the itimer functions if XEmacs.
18928
18929 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18930
18931         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18932         XEmacsen.
18933
18934         * dgnushack.el: Autoload executable-find for XEmacs.
18935
18936 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18937
18938         * gnus-art.el (gnus-read-string): Remove.
18939         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18940         read-string.
18941
18942 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18943
18944         * netrc.el: Autoload password-read.
18945         (netrc): Add configuration group.
18946         (netrc-encoding-method, netrc-openssl-path): Add
18947         variables for encoding and decoding of files with symmetric
18948         ciphers.
18949         (netrc-encode): Add assistant function to encode a file with
18950         netrc-encoding-method.
18951         (netrc-parse): Add interactive parameter, added optional
18952         decoding if netrc-encoding-method is non-nil but otherwise
18953         behavior is standard.
18954         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18955         Do s/encode/encrypt/ everywhere.
18956
18957         * spam.el: Remove executable-find autoload.
18958
18959 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18960
18961         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18962
18963         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18964
18965 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18966
18967         * gnus-art.el (gnus-treat-ansi-sequences)
18968         (article-treat-ansi-sequences): New variable and function.
18969         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18970
18971         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18972         Use it.
18973
18974 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18975
18976         * mm-util.el (mm-quote-arg): Remove.
18977
18978         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18979         shell-quote-argument.
18980
18981         * gnus-uu.el (gnus-uu-command): do.
18982
18983         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18984
18985         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18986         with make-char.
18987
18988         * mm-util.el (mm-make-char): Remove.
18989
18990         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18991         add-minor-mode.
18992
18993         * gnus-undo.el (gnus-undo-mode): do.
18994
18995         * gnus-topic.el (gnus-topic-mode): do.
18996
18997         * gnus-sum.el (gnus-dead-summary-mode): do.
18998
18999         * gnus-start.el (gnus-slave-mode): do.
19000
19001         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19002
19003         * gnus-ml.el (gnus-mailing-list-mode): do.
19004
19005         * gnus-gl.el (gnus-grouplens-mode): do.
19006
19007         * gnus-draft.el (gnus-draft-mode): do.
19008
19009         * gnus-dired.el (gnus-dired-mode): do.
19010
19011         * gnus-ems.el (gnus-add-minor-mode): Remove.
19012
19013         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19014         Replace gnus-char-width with char-width.
19015
19016         * gnus-ems.el (gnus-char-width): Remove.
19017
19018         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19019         Replace gnus-char-width with char-width.
19020
19021         * gnus-ems.el (gnus-char-width): Remove.
19022
19023         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19024         definition.
19025         Remove Emacs 20 hash table compatibility code.
19026
19027         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19028         20 compatibility code.
19029
19030         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19031
19032         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19033
19034         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
19035         with point-at-{eol,bol}.
19036
19037         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19038
19039         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19040
19041         * flow-fill.el (fill-flowed-point-at-bol)
19042         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19043
19044         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19045         Replace with point-at-{eol,bol} throughout all files.
19046
19047 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19048
19049         * ntlm.el (ntlm-string-as-unibyte): New macro.
19050         (ntlm-build-auth-response): Use it.
19051
19052         Remove Emacs 20 stuff:
19053         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19054         (butlast, mapc, remove): Remove the compiler macros.
19055         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19056         of delq and copy-sequence.
19057         * gnus-art.el (popup-menu): Remove the compiler macro.
19058         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19059         Emacs 20.
19060
19061 2004-01-05  Simon Josefsson  <jas@extundo.com>
19062
19063         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19064         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19065         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19066         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19067         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19068         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19069         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19070         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19071         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19072         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19073         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19074         string-xor into ntlm-string-xor.  Suggested by
19075         Jesper Harder <harder@myrealbox.com>.
19076
19077         * ntlm.el: Don't include poem.
19078
19079         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19080         Jesper Harder <harder@myrealbox.com>.
19081
19082         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19083
19084         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19085         probably breaks emacs with DL patch, but do we care? Is anyone
19086         still using the DL stuff?)
19087
19088         * sieve-manage.el: Use the password package.
19089         (sieve-manage-read-passwd): Remove.
19090         (sieve-manage-interactive-login): Use password.  Re-add
19091         condition-case around loop.
19092
19093         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19094         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19095         the password package.
19096
19097 2003-02-19  Simon Josefsson  <jas@extundo.com>
19098
19099         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19100         token.
19101
19102 2002-08-07  Simon Josefsson  <jas@extundo.com>
19103
19104         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19105         (sieve-manage-authenticators):
19106         (sieve-manage-authenticator-alist): Add some SASL mechs.
19107         (sieve-sasl-auth): New function.
19108         (sieve-manage-cram-md5-auth):
19109         (sieve-manage-plain-auth): Rewrite using SASL library.
19110         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19111         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19112         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19113         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19114
19115 2004-01-05  Simon Josefsson  <jas@extundo.com>
19116
19117         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19118         New files.
19119
19120 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19121
19122         * gnus-group.el (gnus-no-groups-message): Update.
19123
19124         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19125
19126 2003-11-09  Simon Josefsson  <jas@extundo.com>
19127
19128         * imap.el: Support for ID IMAP extension (RFC 2971).
19129         (imap-local-variables): Add imap-id.
19130         (imap-id): New variable.
19131         (imap-id): New function.
19132         (imap-parse-response): Parse untagged ID response.
19133         * nnimap.el (nnimap-id): New variable.
19134         (nnimap-open-connection): Use it.
19135
19136 2003-12-28  Simon Josefsson  <jas@extundo.com>
19137
19138         * gnus-score.el (gnus-score-edit-all-score): New.
19139         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19140
19141 2004-01-04  Simon Josefsson  <jas@extundo.com>
19142
19143         * password.el: Add.
19144
19145 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19146
19147         * dns.el (dns-query-types): Fix typo.
19148         (dns-query-types): New function.
19149         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19150         PTR and SOA replies, see RFC 1035.
19151
19152 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19153
19154         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19155
19156         * Moved to Changelog.2.
19157
19158 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19159
19160         * gnus.el (gnus-version-number): Bump version.
19161
19162 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19163
19164         * gnus.el: No Gnus v0.1 is released.
19165
19166 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19167
19168         * gnus.el: No Gnus v0.0 is released.
19169
19170 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19171
19172         * gnus.el (gnus-version-number): Bump.
19173         (gnus-version): No.
19174
19175 See ChangeLog.2 for earlier changes.
19176
19177     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19178       Free Software Foundation, Inc.
19179
19180   This file is part of GNU Emacs.
19181
19182   GNU Emacs is free software: you can redistribute it and/or modify
19183   it under the terms of the GNU General Public License as published by
19184   the Free Software Foundation, either version 3 of the License, or
19185   (at your option) any later version.
19186
19187   GNU Emacs is distributed in the hope that it will be useful,
19188   but WITHOUT ANY WARRANTY; without even the implied warranty of
19189   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19190   GNU General Public License for more details.
19191
19192   You should have received a copy of the GNU General Public License
19193   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19194
19195 ;; Local Variables:
19196 ;; coding: utf-8
19197 ;; fill-column: 79
19198 ;; add-log-time-zone-rule: t
19199 ;; End: