* shr.el (shr-color->hexadecimal): Autoload.
[gnus] / lisp / ChangeLog
1 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-color->hexadecimal): Autoload.
4
5 2010-11-22  Julien Danjou  <julien@danjou.info>
6
7         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
8         shr-color->hexadecimal.
9
10         * shr-color.el (shr-color->hexadecimal): Add converting functions for
11         RGB() or HSL() color representation.
12
13         * shr.el (shr-tag-font): Add.
14         (shr-tag-color-check): New function to get better colors.
15         (shr-tag-insert-color-overlay): Factorize code between tag-font and
16         tag-span.
17
18         * shr-color.el: New file.
19
20         * color-lab.el: New file.
21
22         * gnus-art.el (gnus-url-mailto): Do not downcase args.
23
24 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
25
26         * nnir.el: Fix typo in comments.
27         (nnir-run-imap): Simplify code. No need to reverse artlist.
28         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
29
30 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
31
32         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
33
34         * nnimap.el (nnimap-get-capabilities): Refactor out.
35         (nnimap-open-connection): Re-request capabilities after STARTTLS.
36
37 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
38
39         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
40         appearing when `mm-uu-hide-markers' is nil.
41
42 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
43
44         * nnimap.el (nnimap-unselect-group): Make into its own function.
45         (nnimap-request-rename-group): Unselect group before renaming.
46         This had gotten lost somewhere.
47         (nnimap-request-accept-article): Keep track of examined groups, and
48         unselect the group before APPENDing to read-only groups.
49         (nnimap-request-move-article): Clear flags before moving so that they
50         can be re-set later.
51
52 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
53
54         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
55         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
56
57 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
58
59         * gnus-art.el (gnus-mime-display-single)
60         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
61         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
62         parameter.
63
64 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
65
66         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
67         (shr-table-vertical-line): New variable.
68         (shr-insert-table): Use it.
69
70 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
71
72         * gnus-html.el (gnus-html-wash-images): Don't display images if
73         gnus-inhibit-images is non-nil; register displayer for cid images.
74         (gnus-html-display-image): Work for cid image.
75         (gnus-html-insert-image): Allow arguments.
76         (gnus-html-put-image): Inhibit read-only.
77         (gnus-html-prefetch-images): Don't prefetch images if
78         gnus-inhibit-images is non-nil.
79
80 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
81
82         * shr.el (shr-put-image): Break lines when inserting big pictures.
83
84 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
85
86         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
87         sender, thanks Katsumi Yamaoka.
88
89 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
90
91         * nnir.el (nnir-run-imap): Reverse the article list for each group
92         rather than the whole list.
93
94 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
95
96         * shr.el (shr-image-displayer): Protect function against non-existent
97         image source.
98
99         * gnus-art.el (gnus-inhibit-images): New user option.
100         (gnus-mime-display-single): Don't display image if it is non-nil.
101
102         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
103         gnus-inhibit-images.
104
105         * shr.el (shr-image-displayer): New function.
106         (shr-tag-img): Use it.
107
108 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
109
110         * mml2015.el (mml2015-epg-sign): Use From header.
111
112 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
113
114         * gnus-html.el (gnus-html-wash-images): Register a displayer.
115
116         * gnus-util.el (gnus-find-text-property-region): Return markers.
117
118         * shr.el (shr-tag-img): Put a displayer in the text property.
119
120         * gnus-util.el (gnus-find-text-property-region): New utility function.
121
122         * gnus-html.el (gnus-html-display-image): Make the alt optional.
123         (gnus-html-show-images): Remove.
124
125         * gnus-art.el (gnus-article-show-images): New, more general function.
126
127         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
128         image url text properties.
129
130         * shr.el: Ditto.
131
132         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
133         gnus-agent-auto-agentize-methods is set.  Which it isn't.
134
135 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
136
137         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
138         work for two or more articles.
139
140 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
141
142         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
143         divide an image that's in an html article to two or more when washing
144         non-ASCII characters in alt text of it.
145
146 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
147
148         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
149         smime-decrypt-region using function argument.
150         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
151
152         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
153
154         * smime.el (smime-decrypt-region): Catch it.
155
156 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
157
158         * smime.el (smime-mode-map): Move initialization into declaration.
159         (gnus-run-mode-hooks): Don't autoload.
160         (smime-mode): Use define-derived-mode.
161
162 2010-11-11  Glenn Morris  <rgm@gnu.org>
163
164         * smime.el (from): Restrict declaration to XEmacs.
165
166         * nnir.el (gnus-group-topic-name): Autoload.
167
168 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
169
170         * shr.el (shr-insert): Don't break long line if it is because of
171         kinsoku-bol characters in the line end.
172
173 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
174
175         * nnir.el (nnir-request-move-article): Fix to provide original group
176         and subject.
177         (nnir-warp-to-article): Don't fail on articles whose headers haven't
178         been retrieved.
179
180         * gnus-sum.el (gnus-summary-move-article): Use original group and
181         subject for virtual articles such as those in an nnir summary buffer.
182
183 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
184
185         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
186         least 21.5).
187
188         * smime.el (from): Declare it again for XEmacs.
189
190 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
191
192         * message.el (message-resend): Don't disable encoding unless it's
193         already encoded.
194
195         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
196         low-numbered articles.
197
198 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
199
200         * rfc2047.el (rfc2047-syntax-table): Simplify.
201
202         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
203
204         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
205         set-char-table-range for XEmacs.
206
207 2010-11-10  Glenn Morris  <rgm@gnu.org>
208
209         * time-date.el (time-to-seconds): Always an alias on Emacs,
210         never a real function.
211         (with-no-warnings): Remove compat stub, now unused.
212         (time-less-p): Doc fix.
213         (time-to-number-of-days): Simplify.
214
215         * smime.el (from): Remove unused declaration.
216
217         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
218         (gnus-float-time): On Emacs, always an alias.
219
220         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
221         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
222
223 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
224
225         * dgnushack.el: Don't use ignore-errors in the top level form since it
226         is unavailable in XEmacs even if cl is loaded.
227
228         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
229
230 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
231
232         * shr.el (browse-url-mailto): Autoload.
233
234         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
235
236         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
237         regexp doesn't need quoting.
238
239 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
240
241         * message.el (message-subject-trailing-was-ask-regexp)
242         (message-subject-trailing-was-regexp): Match was: in addition to was.
243
244 2010-11-09  Glenn Morris  <rgm@gnu.org>
245
246         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
247         (nnbabyl-check-mbox): Use point-at-bol.
248
249 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
250
251         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
252
253         * message.el (message-mailto): New function.
254         (message-mailto): Should accept other parameters.
255         (message-mailto): Remove since it duplicates browse-url-mailto
256         functionality.
257
258 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
259
260         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
261         methods.
262         (gnus-read-active-file): Ditto.
263
264         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
265         ": " from the prompt.
266         (gnus-group-make-group): Ditto.
267
268 2010-11-07  Glenn Morris  <rgm@gnu.org>
269
270         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
271         (gnus-bookmark-kill-line): Use point-at-eol.
272
273 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
274
275         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
276         asterisks in From header.
277
278 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
279
280         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
281         string to avoid making the From headers syntactically invalid.
282
283         * message.el (message-send-mail): Don't insert courtesy messages if the
284         message already has List-Post and List-ID messages.
285
286 2010-11-06  Glenn Morris  <rgm@gnu.org>
287
288         * gnus-art.el (gnus-treat-article): Give dynamic local variables
289         `condition', `type', `length' a prefix.
290         (gnus-treat-predicate): Update for above name changes.
291
292 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
293
294         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
295         binding.  Handled by `gnus-summary-refer-thread' instead.
296         (nnir-warp-to-article): New backend function.
297
298         * nnimap.el (nnimap-request-thread): Force dependency updating.
299
300         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
301         (gnus-summary-refer-thread): Rework to improve thread-referral.
302
303         * gnus-int.el (gnus-warp-to-article): New function.
304
305         * gnus-sum.el (gnus-summary-article-map): Bind it.
306
307 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
308
309         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
310         gnus-summary-refer-thread.
311
312         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
313         headers.
314         (gnus-summary-limit-include-thread): Prevent articles in thread from
315         being cut in gnus-cut-threads.
316         (gnus-summary-refer-thread): Limit retrieved headers to those in
317         thread.
318
319 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
320
321         * message.el (message-send-mail): Use the value of
322         message-courtesy-message from the message buffer.
323
324         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
325
326         * shr.el (shr-browse-url): Implement mailto: URLs.
327
328         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
329         "raw".
330
331         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
332         if it's already selected.
333
334         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
335
336 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
337
338         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
339         to measure the length and truncate alt text.
340
341 2010-11-03  Glenn Morris  <rgm@gnu.org>
342
343         * nndiary.el (nndiary-generate-nov-databases-1)
344         (nndiary-generate-active-info): Rename dynamic variable `files' to
345         something less generic.
346
347 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
348
349         * nnir.el (nnir-request-move-article): Call the underlying backend to
350         move articles from nnir.
351
352 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
355
356 2010-11-02  Julien Danjou  <julien@danjou.info>
357
358         * nnir.el: Remove wais support.
359
360 2010-11-02  Glenn Morris  <rgm@gnu.org>
361
362         * gnus-html.el: Reorder requirements to quieten compiler.
363
364 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
365
366         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
367         properly for XEmacs as well.
368         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
369         (gnus-article-natural-long-line-p): Use window-width rather than
370         frame-width.
371
372 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
373
374         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
375         (nnir-read-parms): Don't modify query.
376         (nnir-run-query): Add ability to search topic on current line.
377         (nnir-get-active): Clean up.
378
379 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
380
381         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
382         degenerate articles.
383
384         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
385         (gnus-print-buffer): Just print the buffer as is, without any copying
386         to a buffer and then re-highlighting.
387
388         * nnimap.el (nnimap-request-group): Store the new updated info.
389         (nnimap-request-group): Select the group when we don't know whether it
390         exists or not.
391
392         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
393         groups.
394
395         * gnus-group.el (gnus-group-find-new-groups): Display all the new
396         groups.
397
398         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
399         groups.
400
401         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
402         long-lines case by only filling the long lines.
403
404         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
405         (bug #7311).
406
407 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
408
409         * shr.el: No need to declare `declare-function' since shr.el is for
410         only Emacsen that provide `libxml-parse-html-region'.
411
412         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
413         effective only in a file it is referred to.
414
415 2010-11-01  Glenn Morris  <rgm@gnu.org>
416
417         * mm-util.el (gnus-completing-read): Autoload.
418         (mm-read-coding-system): Simplify Emacs definition.
419
420         * nnmail.el (gnus-activate-group):
421         * nnimap.el (gnutls-negotiate):
422         * nntp.el (netrc-parse): Fix declarations.
423
424 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
425
426         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
427         string-match-p in Emacs >=23.
428
429         * gnus-msg.el (gnus-configure-posting-styles)
430         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
431
432 2010-11-01  Glenn Morris  <rgm@gnu.org>
433
434         * nnir.el (declare-function): Add compat stub.
435         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
436         (nnir-run-gmane): Require 'mm-url.
437
438         * mm-util.el (mm-string-to-multibyte): Simplify.
439
440         * shr.el (declare-function): Add compat stub.
441         (url-cache-create-filename): Declare.
442         (mm-disable-multibyte, widget-convert-button): Autoload.
443
444         * smime.el (ldap-search): Declare.
445         (smime-cert-by-ldap-1): Require ldap on Emacs.
446
447         * nnimap.el: Require nnmail, and gnus-sum when compiling.
448         (nnimap-keepalive): Use gnus-float-time.
449
450         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
451         (mail-source-delete-crash-box): Use gnus-float-time.
452
453         * gnus-dired.el (gnus-completing-read): Autoload.
454
455         * mm-view.el (gnus-rescale-image): Autoload.
456
457         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
458
459         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
460
461         * sieve-manage.el: Require 'cl when compiling.
462
463         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
464         (gnus-iswitchb-completing-read): Require iswitchb.
465         (gnus-select-frame-set-input-focus): Silence compiler.
466
467 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
468
469         * message.el (message-subject-trailing-was-query): Change default to t,
470         since I think that's what most people want.
471
472         * nnimap.el (nnimap-request-accept-article): Erase buffer before
473         appending for easier debugging.
474         (nnimap-wait-for-connection): Take a regexp.
475         (nnimap-request-accept-article): Wait for the continuation line before
476         sending anything unless we're streaming.
477
478         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
479         leave the header washing to take place.
480
481 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
482
483         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
484         regular expression match and replace in posting styles.
485
486 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
487
488         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
489         an entire server.
490         (nnir-get-active): New function.
491         (nnir-run-imap): Use it.
492         (nnir-run-gmane): Who knew, gmane search returns an article score!
493
494         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
495         server on the current line with nnir.
496
497 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
498
499         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
500         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
501         left edge.
502         (gnus-article-foldable-buffer): Skip past the prefix when determining
503         raggedness.
504
505         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
506         the raw article, and change `C-u g' to show the article without doing
507         treatments.
508
509         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
510         on to `gnus-treat-article'.
511         (gnus-inhibit-article-treatments): New variable.
512
513         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
514
515         * gnus-art.el (gnus-treatment-function-alist): Have
516         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
517         (gnus-treat-fill-long-lines): Change default to fill all text/plain
518         sections.
519
520         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
521         parameter.
522         (gnus-article-fill-cited-long-lines): New function.
523         (gnus-article-fill-cited-article): Allow filling only long sections.
524
525         * shr.el (shr-find-fill-point): Don't break lines between punctuation
526         and non-punctuation (like after the apostrophe in "'We").
527
528         * gnus-sum.el (gnus-summary-select-article): Make sure
529         gnus-original-article-buffer is alive.
530
531         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
532         reflect the order they're in in the digest.
533
534         * gnus.el (gnus-group-startup-message): Move point to the start of the
535         buffer.
536
537         * nnimap.el (nnimap-capability): New function.
538         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
539         is set.
540
541 2010-10-31  David Engster  <dengste@eml.cc>
542
543         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
544         conform with changes to gnus-completing-read.
545
546 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * shr.el (shr-tag-img): Output "*" instead of "[img]".
549
550 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
551
552         * nnir.el: Move defvar, defcustom around to keep file organized
553         and keep byte-compiler quiet.
554         (nnir-read-parms): Accept search-engine as arg.
555         (nnir-run-query): Pass search-engine as arg.
556         (nnir-search-engine): Remove.
557
558 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
559
560         * shr.el (shr-generic): The text nodes should be text, not :text.
561
562         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
563         later in the file.
564
565 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
566
567         * nnir.el: General clean up.  Allow searching with multiple engines.
568         Allow separate extra-parameters for each engine.
569         Batch queries when possible.
570         (nnir-imap-default-search-key,nnir-method-default-engines):
571         Add customize interface.
572         (nnir-run-gmane): New engine.
573         (nnir-engines): Use it.  Qualify all prompts with engine name.
574         (nnir-search-engine): Remove global variable.
575         (nnir-run-hyrex): Restore for now.
576         (nnir-extra-parms,nnir-search-history): New variables.
577         (gnus-group-make-nnir-group): Use them.
578         (nnir-group-server): Remove in favor of gnus-group-server.
579         (nnir-request-group): Avoid searching twice.
580         (nnir-sort-groups-by-server): New function.
581
582 2010-10-30  Julien Danjou  <julien@danjou.info>
583
584         * gnus-group.el: Remove gnus-group-fetch-control.
585
586         * gnus-start.el (gnus-find-new-newsgroups):
587         Remove gnus-check-first-time-used.
588
589         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
590
591 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
592
593         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
594         set on groups that don't have \* permanentflags.
595
596 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
597
598         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
599         control the background color.
600         (shr-tag-img): Ignore very small web bug type images.
601         (shr-put-image): Add help-echo alt texts to the images.
602         (shr-tag-video): Show the video poster image.
603
604 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
605
606         * shr.el (shr-table-depth): New variable.
607         (shr-tag-table-1): Only insert the images after the top-level table.
608
609         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
610
611         * gnus-util.el (gnus-list-memq-of-list): New function.
612
613         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
614         selected.
615         (nnimap-unsplittable-articles): New slot.
616         (nnimap-new-articles): Use it.
617
618 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
619
620         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
621         move to the previous line on `M-g'.
622
623 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
624
625         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
626         *-request-group, which seems unnecessary.
627
628         * nnimap.el (nnimap-quote-specials): Function copied over from
629         imap.el.
630         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
631         they support that.  Suggested by Tom Regner.
632
633 2010-10-29  Julien Danjou  <julien@danjou.info>
634
635         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
636         defalias.
637         (gnus-summary-delete-marked-with): Remove obsolete defalias.
638
639         * gnus.el: Remove `gnus-nntp-service' variable.
640         (gnus-secondary-servers): Make obsolete.
641         (gnus-nntp-server): Make obsolete.
642
643         * gnus-start.el (gnus-1): Remove x-splash calls.
644
645         * gnus-ems.el (gnus-x-splash): Remove.
646
647         * gnus.el (gnus-group-startup-message): Simplify/update code.
648
649         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
650         definition.
651
652         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
653         capability before doing anything.
654         (gnus-group-insert-group-line): Remove useless
655         gnus-group-remove-excess-properties.
656
657 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
658
659         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
660
661 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
662
663         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
664         config after reselecting.
665
666 2010-10-28  Julien Danjou  <julien@danjou.info>
667
668         * shr.el (shr-put-image): Use point even if only inserting text.
669         (shr-put-image): Save excursion when inserting alt text on non-graphic
670         display, so the behaviour is the same when we are on a graphic display.
671
672         * nnir.el (nnir-run-swish-e): Remove hyrex support.
673
674 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
675
676         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
677         (gnus-mime-copy-part): Check coding system, not charset.
678         (gnus-mime-view-part-externally): Never remove part.
679         (gnus-mime-view-part-internally): Don't remove part here.
680         (gnus-article-part-wrapper): Make sure MIME tag is visible.
681         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
682         multipart/alternative.
683
684         * mm-decode.el (mm-display-part): Take optional arg `force'.
685
686 2010-10-26  Julien Danjou  <julien@danjou.info>
687
688         * gnus-group.el (gnus-group-default-list-level): Add this function to
689         compute the default list level.
690         (gnus-group-default-list-level): Add possibility to use a function.
691
692 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
693
694         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
695
696         * gnus-group.el (gnus-group-completing-read)
697         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
698         gnus-replace-in-string.
699
700 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
701
702         * shr.el (shr-tag-div): Add.
703
704         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
705
706 2010-10-25  Julien Danjou  <julien@danjou.info>
707
708         * gnus-util.el: Remove `gnus-with-local-quit'.
709
710         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
711
712 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
713
714         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
715         the original article buffer.
716
717 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
718
719         * nnimap.el (nnimap-request-head): New function.
720         (nnimap-request-move-article): Try to be slighly faster by not
721         requesting the entire message when moving.
722         (nnimap-transform-headers): Don't bug out on bodiless articles.
723         (nnimap-send-command): Have no outstanding messages if the IMAP server
724         doesn't support streaming.
725         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
726
727 2010-10-24  Julien Danjou  <julien@danjou.info>
728
729         * message.el (message-default-headers): Fix type.
730
731 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
734         prefetching images.
735
736         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
737         backend for unknown groups.  This is mainly useful for nnimap groups.
738
739         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
740         group isn't covered by the agent.
741
742 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
743
744         * nnir.el (nnir-method-default-engines): New variable.
745         (nnir-run-query): Use it.
746         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
747         (gnus-summary-nnir-goto-thread): Change group if needed.
748
749         * gnus-group.el (gnus-group-group-map): Add key binding for
750         gnus-group-make-nnir-group.
751
752 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
753
754         * shr.el (shr-tag-object): Add.
755
756         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
757         original article buffer live.
758         (gnus-summary-select-article-buffer):
759         Mention gnus-widen-article-buffer.
760
761 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * shr.el (shr-tag-strong): Add.
764
765 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
766
767         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
768         group names.  They mess up the group buffer badly.
769
770         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
771
772         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
773         instead of the summary one.
774
775 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
776
777         * mml.el (mml-preview): Work properly when editing article.
778
779         * gnus-start.el (gnus-read-active-file-1): Don't add method to
780         gnus-have-read-active-file if it's already been in.
781
782 2010-10-22  Tom Tromey  <tromey@redhat.com>
783
784         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
785         gnus-group-completing-read.
786
787 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
788
789         * message.el (message-mode-map): Don't bind M-; to comment region, to
790         allow the global comment-dwim to work.
791
792 2010-10-21  Julien Danjou  <julien@danjou.info>
793
794         * message.el (message-setup-1): Allow message-default-headers to be a
795         function.
796
797 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
798
799         * shr.el (shr-tag-table): Simplify.
800
801 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
802
803         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
804         to avoid trying to snarf invalid stuff.
805
806         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
807
808         * gnus.el (gnus-message-archive-group): Quote value.
809         (gnus-message-archive-group): Mark as changed.
810
811         * shr.el (shr-add-font): Don't put the font properties on the newline
812         or the indentation.
813
814         * message.el (message-fix-before-sending): Change options when sending
815         non-printable characters.
816
817         * gnus.el (gnus-message-archive-method): Change the default to
818         monthly outgoing groups.
819
820         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
821         that have gotten new numbers.
822
823         * nnimap.el (nnimap-request-replace-article): New function.
824
825 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
826
827         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
828         (nnrss-request-article): Don't use special html washing code.
829
830 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
831
832         * shr.el (shr-tag-table): Remove useless nconc.
833
834 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
835
836         * gnus-art.el (article-wash-html): Simplify and remove the charset
837         stuff.  Use the normal html rendering code instead of the special html
838         washing code.
839
840         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
841         `gnus-w3m' symbols.
842         (mm-text-html-washer-alist): Remove.
843
844         * mm-decode.el (mm-inline-text-html-renderer): Remove.
845         (mm-inline-media-tests): Remove use.
846         (mm-text-html-renderer): Change default to the `shr' symbol.
847
848         * mm-view.el (mm-inline-text-html): Remove use.
849
850         * gnus-art.el (gnus-blocked-images): New function.  Allow the
851         `gnus-blocked-images' to be a function.
852         (gnus-article-wash-function): Remove.
853
854 2010-10-20  Julien Danjou  <julien@danjou.info>
855
856         * spam.el (spam-list-of-processors): Mark as obsolete.
857
858         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
859         (nnimap-insert-partial-structure): Fix boundary detection.
860
861 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
862
863         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
864         run file-truename on remote files.  This can be expensive and even
865         prevent one from editing drafts if some unrelated buffer has a stale
866         connection.
867
868 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
869
870         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
871         kinsoku-eol regardless of shr-kinsoku-shorten.
872         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
873         (shr-tag-table): Support caption, thead, and tfoot.
874
875 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
876
877         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
878         lines.
879         (shr-save-contents): New command and keystroke.
880
881         * nndoc.el (nndoc-type-alist): Add git support.
882         (nndoc-git-type-p): New function.
883         (nndoc-transform-git-article): Ditto.
884         (nndoc-transform-git-headers): Ditto.
885         (nndoc-transform-git-headers): Generate Subject headers.
886
887         * shr.el (shr-parse-style): New function.
888         (shr-tag-span): Ditto.
889
890         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
891         to `G G' to avoid collisions.
892
893 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
894
895         * shr.el: Load kinsoku if necessary.
896         (shr-kinsoku-shorten): New internal variable.
897         (shr-find-fill-point): Make kinsoku shorten text line if
898         shr-kinsoku-shorten is bound to non-nil.
899         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
900         shr-indentation too when testing if table is wider than frame width.
901         (shr-insert-table): Use `string-width' instead of `length' to measure
902         text width.
903         (shr-insert-table-ruler): Make sure indentation is done at bol.
904
905 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
906
907         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
908         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
909         undecoded network data.
910
911 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
912
913         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
914         name in the mode line spec so that the mode line menu works
915         (bug #2431).
916
917         * message.el (message-get-reply-headers): If we're fed `to-address',
918         then always use that.
919
920         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
921         aren't so wide as to need to switch off the edit menu.
922
923         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
924         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
925
926         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
927         `M-g'.
928         (nnimap-update-info): Update flags/read marks even if \* isn't part of
929         the permanent marks.
930
931 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
932
933         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
934         Splitting according to references/in-reply-to obeys the ignore-groups
935         variable, while splitting by sender and subject do not.
936
937 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
938
939         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
940         alist, so that we can look for non-Unicode chars.
941         (article-translate-strings): Allow both character and string maps.
942
943 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
944
945         * shr.el (shr-insert): Don't insert space behind a wide character
946         categorized as kinsoku-bol, or between characters both categorized as
947         nospace.
948
949 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
950
951         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
952         headers to gnus-newsgroup-headers.
953
954 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
955
956         * shr.el (shr-tag-img): Don't align images -- since we're not
957         rescaling, this often leads to ugly displays.
958
959 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
960
961         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
962         duplicates.
963
964 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
965
966         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
967         call.
968
969 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * gnus.el: Autoload gnus-html-show-images.
972
973         * nnimap.el: Use nnheader-message throughout.
974
975         * shr.el (shr-tag-img): Ignore images with no data.
976
977 2010-10-15  Julien Danjou  <julien@danjou.info>
978
979         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
980         a possibility to disable format=flow encoding when using hard newlines.
981
982 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
983
984         * shr.el (shr-insert): Remove space inserted before or after a
985         breakable character or at the beginning or the end of a line.
986         (shr-find-fill-point): Do kinsoku; find the second best point or give
987         it up if there's no breakable point.
988
989 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990
991         * nnimap.el (nnimap-open-connection): Message when opening connection
992         for debugging purposes.
993
994         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
995         on every setup buffer call to allow this to change from article to
996         article.
997
998         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
999         buffers where we have a wide table.
1000
1001 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
1002
1003         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
1004         uses *-request-thread.
1005
1006 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1007
1008         * nnimap.el (nnimap-open-connection): Remove %s from openssl
1009         incantation, which is no longer valid.
1010
1011 2010-10-14  Julien Danjou  <julien@danjou.info>
1012
1013         * shr.el: Fix defcustom type (char -> character).
1014
1015 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1016
1017         * nnimap.el (nnimap-open-connection): tls-program should be a list of
1018         programs.
1019
1020 2010-10-14  Julien Danjou  <julien@danjou.info>
1021
1022         * shr.el (shr-tag-a): Use url-link as widget type.
1023
1024         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
1025         `gnus-group-get-icon'.
1026
1027 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1028
1029         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
1030         This should make server editing work better.
1031
1032         * shr.el (shr-find-fill-point): Don't inloop on indented text.
1033
1034         * tls.el (tls-program): Remove spurious %s from openssl.
1035
1036         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
1037         (nnimap-parse-flags): Fix regexp.
1038
1039         * shr.el (shr-find-fill-point): Use a filling algorithm that should
1040         probably work for CJVK text, too.
1041
1042         * nnimap.el (nnimap-extend-tls-programs): Remove.
1043         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
1044
1045         * tls.el (tls-starttls-switches): Remove starttls hack.
1046         (open-tls-stream): Ditto.
1047         (tls-find-starttls-argument): Ditto.
1048
1049 2010-10-13  Julien Danjou  <julien@danjou.info>
1050
1051         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
1052         responses.
1053
1054 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1055
1056         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
1057
1058         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
1059         anything in Emacs.
1060
1061         * shr.el (shr-current-column): Remove buggy and unnecessary function.
1062
1063 2010-10-13  Julien Danjou  <julien@danjou.info>
1064
1065         * shr.el (shr-width): Make shr-width a defcustom with default to
1066         fill-column.
1067         (shr-tag-img): Use shr-width rather than fill-column.
1068
1069 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1070
1071         * dgnushack.el (byte-optimize-apply)
1072         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
1073
1074         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
1075         position when (X-)Faces exist.
1076         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
1077         avatars when called interactively.
1078
1079 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1080
1081         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
1082         gnus-article-x-face-too-ugly is bound.
1083
1084 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1085
1086         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
1087
1088         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
1089         mailbox that doesn't exist.
1090
1091 2010-10-12  Julien Danjou  <julien@danjou.info>
1092
1093         * shr.el (shr-tag-img): Encode URL properly when retrieving.
1094         (shr-get-image-data): Encode URL properly when fetching from cache.
1095         (shr-tag-img): Use aligned-to spaces to align correctly images.
1096
1097         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
1098         before inserting the Gravatar.
1099
1100         * shr.el (shr-tag-img): Add align attribute support for <img>.
1101
1102 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1103
1104         * gnus-gravatar.el (gnus-art): Require.
1105
1106         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
1107         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
1108         Remove long obsoleted functions.
1109
1110 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1111
1112         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
1113
1114         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1115
1116         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1117         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1118         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1119         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1120         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1121         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1122         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1123
1124 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1125
1126         * nnimap.el (nnimap-request-rename-group): Select group read-only
1127         before renaming it.
1128
1129         * shr.el (shr-insert): Fix up the white space only regexp.
1130
1131         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1132         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1133
1134         * shr.el (shr-current-column): New function.
1135         (shr-find-fill-point): New function.
1136
1137 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1138
1139         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1140         numbers.
1141
1142 2010-10-11  Julien Danjou  <julien@danjou.info>
1143
1144         * shr.el (shr-hr-line): Add.
1145         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1146         display hr lines.
1147         (shr-max-columns): Do not change state to nil if we just inserting
1148         spaces.
1149
1150 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1151
1152         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1153         select the last group.
1154
1155 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1156
1157         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1158
1159 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1160
1161         * dig.el (dig-mode-map): Declare and define in one step.
1162
1163 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1164
1165         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1166         for Gnus.
1167         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1168         (nnimap-update-qresync-info): Mark \Seen articles as read.
1169
1170         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1171         non-variable, too.
1172
1173         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1174         available.
1175         (nnimap-update-info): Rely more on the current active than the param
1176         active to avoid marking articles as read too much.
1177
1178         * auth-source.el (auth-source-create): Use (user-login-name) for the
1179         user name default.
1180
1181         * nnimap.el (nnimap-update-info): If the server doesn't return any
1182         useful info, just use the previous info.
1183         (nnimap-update-info): Prefer old info over start-article.
1184         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1185
1186 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1187
1188         * nnir.el (autoload): Clean up autoloads.
1189         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
1190         Use key rather than value.
1191         (nnir-imap-search-other): New variable.
1192         (nnir-read-parm): Use it.
1193         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1194         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1195
1196 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1197
1198         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1199         the process, too.
1200
1201 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1202
1203         * spam.el (gnus-summary-mode-map): Bind to "$".
1204         Suggested by Russ Allbery.
1205
1206         * shr.el: Rework the way things are indented by <li> slightly.
1207
1208         * gnus.el (gnus-group-set-parameter): Fix typo.
1209
1210         * nnimap.el: Start implementing QRESYNC support.
1211
1212 2010-10-09  Julien Danjou  <julien@danjou.info>
1213
1214         * nnir.el (nnir-engines): Fix too many arguments.
1215
1216 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1217
1218         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1219         group is the "last", so that the backends like nnfolder actually save
1220         their folders.
1221
1222         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1223         try to use that for the tls stream.
1224         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1225         UIDVALIDITY and find out which groups are read-only and not.
1226         (nnimap-get-flags): Use the same marks parsing code as the rest of
1227         nnimap.
1228
1229 2010-10-09  Julien Danjou  <julien@danjou.info>
1230
1231         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1232
1233         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1234         retrieving gravatars.
1235
1236         * shr.el (shr-table-corner): Add.
1237         (shr-table-line): Add.
1238         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1239
1240 2010-10-08  Julien Danjou  <julien@danjou.info>
1241
1242         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1243
1244 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1245
1246         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1247
1248         * gnus-sum.el (gnus-mark-article-as-unread)
1249         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1250         (gnus-summary-set-bookmark): Use it.
1251
1252         * gnus-msg.el (gnus-setup-message): Use it.
1253
1254         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1255
1256         * gnus.el (gnus-group-remove-parameter): Use it.
1257
1258         * gnus-group.el (gnus-group-make-web-group): Use it.
1259
1260         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1261
1262         * nnregistry.el: Update docs to mention manual.
1263
1264         * gnus-registry.el: Update docs to mention nnregistry.el.
1265         (gnus-registry-initialize): Don't install nnregistry refer method
1266         automatically.
1267         (gnus-registry-install-nnregistry): Remove it.
1268
1269 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1270
1271         * shr.el (shr-insert): Don't insert double spaces.
1272
1273 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * gnus-gravatar.el (gnus-treat-from-gravatar)
1276         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1277         called interactively.
1278
1279         * gnus-art.el (gnus-mime-view-part-externally)
1280         (gnus-mime-view-part-internally): Make predicate function passed to
1281         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1282         of a mime type.
1283
1284         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1285
1286 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287
1288         * shr.el (require): Require cl when compiling.
1289         (shr-tag-hr): New function.
1290
1291         * nnimap.el (nnimap-update-info): Remove double setting of high.
1292         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
1293         This makes nnimap work properly on Courier again.
1294
1295         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1296         the variable for backwards compatability.
1297
1298         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1299         the file name before using to avoid setting mm-default-directory to
1300         nil.
1301
1302         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1303         bidning gnus-agent variables.
1304
1305         * shr.el (shr-render-td): Use a cache for the table rendering function
1306         to avoid getting an exponential rendering behaviour in nested tables.
1307         (shr-insert): Rework the line-breaking algorithm.
1308         (shr-insert): Don't leave trailing spaces.
1309         (shr-insert-table): Also insert empty TDs.
1310         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1311
1312 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1313
1314         * gnus-sum.el (gnus-number): Rename from `number'.
1315         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1316         (gnus-summary-limit-children): Update uses correspondingly.
1317
1318 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1319
1320         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1321         (gnus-gravatar-transform-address): Don't show avatars of people of
1322         which mail addresses match gnus-gravatar-too-ugly.
1323
1324 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1325
1326         * shr.el (shr-table-widths): Expand TD elements to fill available
1327         space.
1328
1329 2010-10-07  Julien Danjou  <julien@danjou.info>
1330
1331         * nnimap.el (nnimap-request-rename-group): Add this method.
1332
1333 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1334
1335         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1336         name from XEmacs' function-arglist.
1337
1338         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1339         gravatar under XEmacs.
1340
1341 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1342
1343         * auth-source.el: Update docs with TODO items.
1344
1345         * gnus-sync.el: Update docs to explain state and plans.
1346
1347         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1348         Hooks for mark updates.
1349         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1350
1351         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1352         hooks with arguments, which is needed for mark update hooks.
1353
1354 2010-10-06  Julien Danjou  <julien@danjou.info>
1355
1356         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1357         was matched.
1358
1359         * sieve-manage.el: Update example in `Commentary'.
1360
1361         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1362
1363         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1364         not 2000.
1365         (sieve-manage-authenticate): Re-add function.
1366
1367 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368
1369         * shr.el (shr-insert): Get 'space transition right.
1370         (shr-render-td): Only delete space at the end of the TD.
1371
1372         * nnimap.el (nnimap-open-connection): Prepare to support
1373         open-gnutls-stream.
1374
1375         * shr.el: Rearrange function order to be more logical.
1376
1377 2010-10-06  Julien Danjou  <julien@danjou.info>
1378
1379         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1380         (nnrss-discover-feed): Remove 404 URL in docstring.
1381
1382         * nnir.el: Fix Swish-E URL.
1383         Fix Namazu URL.
1384
1385         * message.el (message-change-subject): Remove 404 URL in a comment.
1386
1387 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1388
1389         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1390         called interactively.
1391
1392         * gnus-util.el (gnus-remove-if): Allow hash table.
1393         (gnus-remove-if-not): New function.
1394
1395         * gnus-art.el (gnus-mime-view-part-as-type)
1396         * gnus-score.el (gnus-summary-score-effect)
1397         * gnus-sum.el (gnus-read-move-group-name):
1398         Replace remove-if-not with gnus-remove-if-not.
1399
1400         * gnus-group.el (gnus-group-completing-read):
1401         Regard collection as a hash table if it is not a list.
1402
1403 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1404
1405         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1406
1407         * shr.el: Document the table-rendering algorithm.
1408
1409 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1410
1411         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1412         for Emacsen having no `libxml-parse-html-region' support.
1413
1414 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1415
1416         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1417         invalid URLs.
1418
1419         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1420         line-broken.
1421         (shr-tag-img): Ignore image fetching errors.
1422         (shr-overlays-in-region): Compute overlay positions correctly.
1423
1424         * mm-decode.el (mm-shr): Require shr.
1425
1426         * gnus-art.el (gnus-blocked-images): Move variable here.
1427
1428         * shr.el (shr-insert-table): Bind free variable.
1429
1430         * mm-decode.el (mm-shr): Bind shr-content-function.
1431
1432         * shr.el (shr-content-function): New variable.
1433
1434         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1435         added for symmetry.
1436
1437         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1438
1439         * gnus-group.el (gnus-group-make-group): Doc fix.
1440
1441         * nnimap.el (nnimap-request-newgroups): Return success.
1442
1443         * shr.el (shr-find-elements): New function.
1444         (shr-tag-table): Put all the images after the table.
1445         (shr-tag-table): Really inhibit images inside the table.
1446         (shr-collect-overlays): Copy over overlays from the TD elements to the
1447         main document.
1448
1449         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1450         gnus-blocked-images.
1451
1452 2010-10-05  Julien Danjou  <julien@danjou.info>
1453
1454         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1455
1456         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1457         (gnus-html-maximum-image-size): Add this function.
1458         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1459
1460         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1461         server-value of the capability is nil.
1462
1463 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1464
1465         * shr.el (shr-tag-em): Add <EM> tag.
1466
1467 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1468
1469         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1470         customizable.
1471
1472         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1473         handing broken links to browse-url.
1474
1475 2010-10-05  Julien Danjou  <julien@danjou.info>
1476
1477         * gnus-util.el (gnus-emacs-completing-read)
1478         (gnus-iswitchb-completing-read): Use autoload rather than require.
1479
1480 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1481
1482         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1483         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1484         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1485         iswitchb-temp-buflist for XEmacs.
1486
1487         * gnus-util.el (gnus-completing-read-function): Exclude
1488         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1489         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1490         XEmacs.
1491
1492         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1493         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1494
1495         * gnus-html.el: Don't require help-fns under XEmacs.
1496         (gnus-html-schedule-image-fetching): Work for XEmacs.
1497
1498         * mm-decode.el (mm-shr): Decode contents by charset.
1499
1500 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1501
1502         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1503         unknown.
1504
1505         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1506         (shr-get-image-data): Ensure against the cache file missing.
1507
1508         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1509         for data.
1510
1511         * spam-report.el (spam-report-url-ping-plain): Don't query about
1512         killing the process.
1513
1514         * shr.el (shr-render-td): Protect against too-wide text.
1515
1516 2010-10-04  Julien Danjou  <julien@danjou.info>
1517
1518         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1519         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1520
1521         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1522         retrieved.
1523
1524 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1525
1526         * shr.el (browse-url): Require.
1527         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1528         lines.
1529         (shr-show-alt-text, shr-browse-image): New commands.
1530         (shr-browse-url, shr-copy-url): New commands.
1531
1532         * gnus-sum.el (gnus-widen-article-window): New variable.
1533         (gnus-summary-select-article-buffer): Use it.
1534
1535         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1536         without @ signs.
1537
1538 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1539
1540         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1541
1542 2010-10-04  Julien Danjou  <julien@danjou.info>
1543
1544         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1545         for XEmacs.
1546
1547 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1548
1549         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1550
1551         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1552         (nnimap-close-server): Implement.
1553
1554         * dgnushack.el (iswitchb): Require to shut up the compiler.
1555
1556         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1557         (shr-insert): Tweak line breaking.
1558         (shr-insert): Handle <pre> better.
1559         (shr-tag-li): Get <li> indentation right.
1560         (shr-tag-li): Get <li> indentation even righter.
1561         (shr-tag-blockquote): Ensure paragraph start.
1562         (shr-make-table): Tweak table generation.
1563         (shr-make-table): Fix typo.
1564
1565         * shr.el: Implement table rendering.
1566
1567 2010-10-04  Julien Danjou  <julien@danjou.info>
1568
1569         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1570
1571 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1572
1573         * shr.el (shr-insert): Use string anchors instead of line anchors.
1574
1575 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * shr.el: Add headings.
1578         (shr-ensure-paragraph): Actually work.
1579         (shr-tag-li): Make <ul> prettier.
1580         (shr-insert): Get white space at the beginning/end of elements right.
1581         (shr-tag-p): Collapse subsequent <p>s.
1582         (shr-ensure-paragraph): Don't insert double line feeds after blank
1583         lines.
1584         (shr-insert): \t is also space.
1585         (shr-tag-s): Fix "s" tag name function.
1586         (shr-tag-s): Fix face prop name.
1587
1588 2010-10-03  Julien Danjou  <julien@danjou.info>
1589
1590         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1591
1592         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1593         gnus-window-inside-pixel-edges.
1594
1595         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1596         gnus-ems.
1597
1598         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1599
1600         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1601         function.
1602
1603         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1604         resize choice.
1605
1606 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1607
1608         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1609         beginning of the buffer.
1610
1611         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1612         article buffer again.
1613
1614         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
1615
1616         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1617         when it's at the start of the buffer.
1618
1619         * shr.el (shr-tag-blockquote): Convert name.
1620         (shr-rescale-image): Use the right image-size variant.
1621
1622         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1623         buffer isn't shown, then select the current article first instead of
1624         bugging out.
1625         (gnus-summary-select-article-buffer): Show both the article and summary
1626         buffers again.
1627
1628         * shr.el (shr-fontize-cont): Protect against regions with no text.
1629         Rename tag functions to shr-tag-* for enhanced security.
1630         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1631
1632 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1633
1634         * shr.el (shr-insert):
1635         * pop3.el (pop3-movemail):
1636         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1637         loaded.
1638
1639 2010-10-03  Glenn Morris  <rgm@gnu.org>
1640
1641         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1642
1643         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1644
1645         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1646
1647         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1648
1649         * gnus-util.el (gnus-make-local-hook): Simplify.
1650
1651 2010-10-02  Julien Danjou  <julien@danjou.info>
1652
1653         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1654         (gnus-ido-completing-read): New function.
1655         (gnus-emacs-completing-read): New function.
1656         (gnus-completing-read): Use gnus-completing-read-function.
1657         Add gnus-completing-read-function.
1658
1659 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660
1661         * shr.el (shr-insert-document): Autoload.
1662         (shr-img): Be silent.
1663         (shr-insert): Add a newline after every picture before text.
1664         (shr-add-font): Use overlays for combining faces.
1665         (shr-insert): Pass upwards the text start point.
1666
1667         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1668         possible.
1669         (mm-shr): New function.
1670
1671 2010-10-02  Julien Danjou  <julien@danjou.info>
1672
1673         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1674         should go backward.
1675
1676 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1677
1678         * shr.el (shr): Fix typo in provide call.
1679
1680 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681
1682         * shr.el: New file.
1683
1684         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1685
1686         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1687         completing read.
1688
1689 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1690
1691         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1692         we're being queried about.  Suggested by Dan Jacobson.
1693
1694         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
1695         Suggested by Jason Eisner.
1696
1697         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1698         table, too.  Suggested by Stefan Wiens.
1699         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1700         the table unnecessary.  Suggested by Stefan Wiens.
1701
1702         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1703         longer needed, and probably doesn't work either, as pointed out by
1704         Stefan Wiens.
1705         (gnus-summary-exit): Remove call to the clearing function.
1706         (gnus-summary-exit-no-update): Ditto.
1707
1708         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1709         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1710         Reported by Stefan Monnier.
1711         (gnus-summary-save-in-rmail): Ditto.
1712
1713         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1714         article buffer, instead of both the article buffer and the summary
1715         buffer.  Sort of suggested by Dan Jacobson.
1716
1717         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1718
1719         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1720         Suggested by Dan Jacobson.
1721
1722         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1723         documentation clearer.
1724
1725         * message.el (message-shorten-references): Comment on the number "21".
1726         Suggested by Stefan Monnier.
1727
1728         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1729         Suggested by Dan Jacobson.
1730
1731         * gnus.el (gnus-large-newsgroup):
1732         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1733
1734         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1735         externalize attachments.  Bug reported by Steve Wen.
1736
1737         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1738         really message anything to the user.
1739
1740         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1741         directly.
1742
1743         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1744         messages in empty groups.
1745
1746 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1747
1748         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1749         non-UIDNEXT group.
1750
1751 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1752
1753         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1754         not the value from the collection.
1755
1756         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1757         values.  This sometimes happens on some groups that have no info.
1758         (nnimap-request-newgroups): New function.
1759
1760 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1761
1762         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1763         check into `gnus-registry-initialize'.
1764         (gnus-registry-initialize): Ditto.
1765         Fix and extend header docs.
1766
1767 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1768
1769         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1770         regexp backtrace overflows.
1771
1772         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1773         for starttls that tls.el implements; i.e. openssl.
1774
1775         * tls.el (tls-starttls-switches): Give up on using starttls with
1776         gnutls-cli.
1777         (tls-program): Add --insecure to be consistent with the defaults from
1778         openssl s_client.  Now all three commands are insecure.
1779
1780 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * lpath.el: Bind completion-styles-alist for XEmacs.
1783
1784         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1785         (gravatar-create-image): New function that's an alias to
1786         gnus-xmas-create-image, gnus-create-image, or create-image.
1787         (gravatar-data->image): Use it.
1788
1789 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1790
1791         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1792         install the nnregistry refer method.
1793         (gnus-registry-install-hooks): Use it.
1794         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1795         unfollowed groups.
1796
1797 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1798
1799         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1800         expanding threads.
1801
1802 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1803
1804         * nnir.el: Use the server names without suffixes (bug #7009).
1805
1806         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1807         unencrypted to STARTTLS, if possible.
1808
1809 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1810
1811         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1812         headers before superseding.
1813
1814 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815
1816         * nnrss.el (nnrss-use-local): Add documentation.
1817
1818         * nnimap.el (nnimap-extend-tls-programs): New function.
1819         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1820         (nnimap-wait-for-connection): Accept the greeting from the stupid
1821         output from openssl s_client -starttls, too.
1822
1823         * tls.el (tls-starttls-switches): New variable.
1824         (tls-find-starttls-argument): Use it.
1825         (open-tls-stream): Ditto.
1826
1827         * netrc.el (netrc-credentials): Return the value of the "default" entry.
1828         (netrc-machine): Ditto.
1829
1830         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1831         article number.
1832         (nnimap-split-fancy): New variable.
1833         (nnimap-split-incoming-mail): Use it.
1834
1835         * nntp.el (nntp-server-list-active-group): Document.
1836
1837         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1838         SELECT to get the message-id.
1839
1840         * mail-source.el (mail-sources): Remove webmail support.
1841         (defvar): Ditto.
1842         (mail-source-fetcher-alist): Ditto.
1843         (mail-source-fetch-webmail): Remove.
1844
1845         * webmail.el: Remove -- doesn't seem relevant any more.
1846
1847         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1848
1849         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1850         the \r.
1851
1852 2010-09-30  Julien Danjou  <julien@danjou.info>
1853
1854         * gnus-agent.el (gnus-agent-add-group): Fix call to
1855         gnus-completing-read.
1856
1857 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1858
1859         * nndoc.el (nndoc-retrieve-groups): New function.
1860
1861         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1862         `default', use nnmail-split-methods.
1863         (nnimap-request-article): Downcase the NILs so that they are nil.
1864
1865         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1866         symbol.
1867
1868         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1869         code, since if the user has requested network, that's what they ought
1870         to get.
1871         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1872         (nnimap-split-rule): Mark as obsolete.
1873
1874         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
1875         New variable.
1876
1877         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1878         correct slot, too.
1879
1880 2010-09-29  Julien Danjou  <julien@danjou.info>
1881
1882         * gnus.el (gnus-local-domain): Declare variable obsolete.
1883
1884         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
1885         Fix history computing.
1886         (gnus-ido-completing-read): Require ido.
1887
1888 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1889
1890         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1891         build Gnus.
1892
1893         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1894         when interpreting the structures.
1895         (nnimap-request-accept-article): Add \r\n to the lines to make this
1896         work with Cyrus.
1897
1898         * nndraft.el (nndraft-request-expire-articles): Use the group name
1899         instead if "nndraft".  Fix found by Nils Ackermann.
1900
1901 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1902
1903         * nnregistry.el: Add.
1904
1905 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1906
1907         * nnmail.el (group, group-art-list, group-art):
1908         Remove unneeded directives.
1909
1910 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1911
1912         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1913         (mm-mime-charset)
1914         * rfc2047.el (rfc2047-syntax-table)
1915         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1916
1917         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1918         rather than `insert-file-contents' and `eval-region'.
1919
1920         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1921         construction.
1922
1923         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1924
1925         * time-date.el: No need to require cl for Emacs 21.
1926
1927 2010-09-29  Julien Danjou  <julien@danjou.info>
1928
1929         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1930         replacement of `gnus-gravatar-relief' to mimic
1931         `gnus-faces-properties-alist'.
1932         Add :version property.
1933
1934 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1935
1936         * mail-source.el (mail-source-report-new-mail)
1937         * message.el (message-default-mail-headers)
1938         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1939
1940         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1941
1942 2010-09-28  Julien Danjou  <julien@danjou.info>
1943
1944         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1945         mail-address contains the same string as real-name.
1946
1947         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1948         non-blank in header, otherwise it'll get stripped.
1949
1950         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1951         real-name, and then for mail address rather than doing : or , search.
1952
1953 2010-09-27  Julien Danjou  <julien@danjou.info>
1954
1955         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1956         right completing-read function.
1957         (gnus-use-ido): New variable
1958         (gnus-completing-read-with-default): Remove.
1959         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1960         (gnus-agent-add-group):
1961         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
1962         * mm-view.el (mm-view-pkcs7-decrypt):
1963         * mm-util.el (mm-codepage-setup):
1964         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
1965         * mml-smime.el (mml-smime-openssl-sign-query):
1966         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
1967         (mml-insert-multipart):
1968         * gnus-msg.el (gnus-summary-yank-message):
1969         * gnus-int.el (gnus-start-news-server):
1970         * mm-decode.el (mm-interactively-view-part):
1971         * gnus-dired.el (gnus-dired-attach):
1972         * gnus.el (gnus-read-method):
1973         * gnus-bookmark.el (gnus-bookmark-jump):
1974         * gnus-art.el (gnus-mime-view-part-as-type)
1975         (gnus-mime-action-on-part, gnus-article-encrypt-body):
1976         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
1977         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
1978         * nnmairix.el (nnmairix-create-server-and-default-group)
1979         (nnmairix-update-groups, nnmairix-get-server)
1980         (nnmairix-backend-to-server, nnmairix-goto-original-article)
1981         (nnmairix-get-group-from-file-path):
1982         * nnrss.el (nnrss-find-rss-via-syndic8):
1983         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
1984         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
1985         (gnus-group-browse-foreign-server):
1986         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
1987         (gnus-summary-execute-command, gnus-summary-respool-article)
1988         (gnus-read-move-group-name):
1989         * gnus-score.el (gnus-summary-increase-score)
1990         (gnus-summary-score-effect):
1991         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1992
1993 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1994
1995         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1996         x-focus-frame.
1997
1998         * nnimap.el (auth-source-forget-user-or-password)
1999         (auth-source-user-or-password): Autoload.
2000
2001         * message.el (message-from-style, message-interactive)
2002         (message-cite-prefix-regexp, message-sendmail-envelope-from)
2003         (message-yank-prefix, message-indentation-spaces, message-signature)
2004         (message-signature-file): Add comment.
2005
2006 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007
2008         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
2009         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
2010         new articles.
2011
2012         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
2013         parts.
2014         (nnimap-request-article): Work with the t setting, too.
2015
2016         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
2017         that you don't get flashes of other buffers.
2018         (gnus-summary-show-complete-article): Intern before setting.
2019
2020 2010-09-27  David Engster  <dengste@eml.cc>
2021
2022         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
2023         well as HEADERS.
2024         (nnmairix-retrieve-headers): Provide new argument for the above.
2025
2026 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027
2028         * gnus-sum.el (gnus-summary-move-article): Don't alter
2029         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
2030         group.
2031
2032         * nnimap.el (nnimap-update-info): Don't destructively alter active.
2033
2034         * message.el (message-cite-prefix-regexp): Revert my last edit.
2035
2036         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
2037         variable instead of the Gnus variable.
2038
2039         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
2040
2041         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
2042
2043         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
2044         since some servers don't like it.
2045         (nnimap-open-connection): Forget credentials if the server says the
2046         password was wrong.
2047         (nnimap-parse-line): Protect against invalid data.
2048
2049         * gnus-sum.el (gnus-summary-move-article): Add comment.
2050         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
2051         nothing alters it while scanning for new messages.
2052
2053         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
2054         which may or may not help.
2055         (nnimap-open-connection): If we're doing a stream connection, and then
2056         discover we're on a STARTTLS-capable server, then open a STARTTLS
2057         connection instead.
2058
2059 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2060
2061         * nnimap.el (utf7): Require.
2062
2063         * message.el (message-cite-prefix-regexp): Remove "}" from citation
2064         prefix.
2065
2066 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
2067
2068         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
2069
2070 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2071
2072         * nnimap.el (nnimap-request-accept-article): Message the error on
2073         error.
2074
2075 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2078
2079 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2080
2081         * nndoc.el (nndoc-request-list): Return success always.
2082
2083         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2084         `fetch-old' -- we only want to fetch the articles we've requested.
2085         The rest are in the agent, probably.
2086         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2087         disappeared server" to something low.  It's not important.
2088
2089         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2090         arrived before the FETCH data.
2091
2092         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2093         target here, because we don't know the Gnus name of the group.
2094
2095         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2096         for the correct group.
2097
2098         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2099
2100         * gnus.el (gnus): Give a final warning after startup.
2101
2102         * gnus-util.el (gnus-action-message-log): New variable.
2103         (gnus-message): Use it.
2104         (gnus-final-warning): New function.
2105
2106         * nnimap.el (nnimap-open-connection): Record the greeting.
2107         (nnimap): Add greeting.
2108
2109 2010-09-26  Julien Danjou  <julien@danjou.info>
2110
2111         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2112         arguments.
2113         (gnus-html-wash-images): Fix spec computing to include start/end.
2114
2115         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2116
2117 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2118
2119         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2120         deletion.
2121         (nnimap-retrieve-headers): Don't select the group, because that's
2122         already done by nnimap-possibly-change-group.
2123
2124         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2125         (gnus-picon-transform-address): Use it.
2126
2127         * mail-source.el (mail-source-value): Revert previous patch.
2128
2129         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2130         on failure.
2131         (nnimap-open-connection): Look up both virtual and physical server name
2132         credentials.
2133
2134         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2135
2136 2009-02-07  Dave Love  <fx@gnu.org>
2137
2138         * tls.el (open-tls-stream): Don't query killing process.
2139
2140 2009-02-08  Dave Love  <fx@gnu.org>
2141
2142         * gnus-win.el (gnus-window-to-buffer-helper)
2143         (gnus-all-windows-visible-p): Function needn't be a symbol.
2144
2145         * mail-source.el (mail-source-value): Function needn't be a symbol.
2146
2147 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2148
2149         * message.el (message-cite-prefix-regexp): Remove } from the cite
2150         prefix.
2151
2152         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2153         highlight again, so that the highlight is correct.
2154
2155         * gnus-picon.el (gnus-picon): Remove again.
2156         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2157
2158         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2159         doing the header highlightling, so that the background colour of the
2160         picon is correct.
2161
2162         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
2163         (gnus-picon): Ditto.
2164         (gnus-picon): Reinstate.  The background colour for picons is white.
2165         (gnus-picon-insert-glyph): Make the background white.
2166
2167         * nnml.el (nnml-open-nov): Don't return dead buffers.
2168
2169         * auth-source.el (auth-source-create): Query the user for whether to
2170         store the credentials.
2171
2172         * netrc.el (netrc-store-data): New function.
2173
2174         * auth-source.el (auth-source-user-or-password): Use the existing auth
2175         sources, if any, for creation.
2176
2177         * gnus.el (gnus-group-fast-parameter): Return the last matching
2178         parameter instead of the first matching parameter.
2179
2180 2010-09-26  Julien Danjou  <julien@danjou.info>
2181
2182         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2183
2184 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2185
2186         * mml2015.el (mml2015-use): Remove gpg support.
2187
2188         * mml1991.el (mml1991-function-alist): Remove gpg function.
2189         (mml1991-gpg-sign): Remove.
2190
2191 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2192
2193         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2194         (gnus-browse-unsubscribe-current-group): Document it.
2195         (gnus-browse-unsubscribe-group): Use it.
2196
2197 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198
2199         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2200         address to the To list for easier response.
2201
2202         * gnus.el (gnus-play-startup-jingle): Remove.
2203         (gnus-splash): Don't play jingle.
2204         (gnus): Silence gnus-load message.
2205
2206         * gnus-art.el (gnus-treat-play-sounds): Remove.
2207
2208         * gnus.el (gnus-play-jingle): Remove audio support.
2209
2210         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2211
2212         * earcon.el: Remove -- no users.
2213
2214         * gnus-audio.el: Remove -- no users of this package.
2215
2216         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2217
2218         * gnus-start.el (gnus-setup-news): Remove nocem support.
2219
2220         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
2221
2222         * gnus.el (gnus-use-nocem): Remove.
2223
2224         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2225         Remove.
2226
2227         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
2228         uses NoCeM any more.
2229
2230         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2231         (gnus-button-ctan-handler): Ditto.
2232         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2233         (gnus-button-ctan-directory-regexp): Ditto.
2234         (gnus-button-handle-ctan): Ditto.
2235         (gnus-button-tex-level): Ditto.
2236         (gnus-button-alist): Remove CTAN stuff.
2237
2238 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
2241         nnimap-streaming test.
2242
2243         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2244         servers twice.
2245
2246         * nnimap.el (nnimap-open-connection): Add more error reporting when
2247         nnimap fails early.
2248
2249         * nnheader.el (nnheader-get-report-string): New function.
2250         (nnheader-get-report): Use it.
2251
2252         * gnus-int.el (gnus-check-server): Say what the error was when opening
2253         failed.
2254
2255         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2256         using streaming.
2257
2258 2010-09-25  Julien Danjou  <julien@danjou.info>
2259
2260         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2261         gnus-window-inside-pixel-edges.
2262
2263 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2264
2265         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2266
2267         * mm-decode.el (mm-save-part): Allow saving to other directories the
2268         normal Emacs way.
2269
2270         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
2271         Suggested by Jay Berkenbilt.
2272
2273         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2274         there isn't a single byte.
2275
2276         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2277         just do it.  It doesn't really seem to matter what the user responds
2278         here, I think, so it's just a confusing question.
2279
2280         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2281         non-streaming case.
2282
2283         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
2284         (gnus-article-encrypt-body): Use it.
2285
2286         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2287         keystroke.
2288
2289         * nnimap.el (nnimap-find-wanted-parts-1):
2290         Use gnus-fetch-partial-articles.
2291
2292         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2293
2294         * nnimap.el (nnimap-insert-partial-structure): New function.
2295         (nnimap-get-partial-article): New function.
2296         (nnimap-request-article): Use it.
2297         (nnimap-wait-for-response): Return whether the wait was successful.
2298         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2299         retrieval wasn't successful.
2300         (nnimap-retrieve-group-data-early): Allow throttling servers.
2301         (nnimap-streaming): New variable.
2302         (nnimap-fetch-partial-articles): Remove.
2303
2304         * mm-decode.el (mm-with-part): Protect against killed buffers.
2305
2306         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2307         for prettier summary display.
2308
2309 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2310
2311         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
2312
2313 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2314
2315         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2316         apparently third-party libraries depend on it.
2317
2318         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2319         before starting negotiation.
2320
2321         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2322         privacy reasons.
2323         (gnus-treat-mail-gravatar): Ditto.
2324
2325         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2326         buffer when inserting images.  Inserting text into the headers, for
2327         instance, can make them invalid.
2328
2329 2010-09-25  Julien Danjou  <julien@danjou.info>
2330
2331         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2332         variables.
2333
2334         * nnheader.el: Remove useless variables news-reply-yank-from and
2335         news-reply-yank-message-id.
2336
2337         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2338         variables.
2339
2340         * mml1991.el: Remove useless mml1991-verbose.
2341
2342         * gnus.el: Remove useless variable gnus-use-generic-from.
2343         Remove obsolete variable gnus-topic-indentation.
2344
2345         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2346
2347         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2348
2349         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2350
2351         * gnus-group.el: Remove useless gnus-group-icon-cache.
2352         Remove useless gnus-ephemeral-group-server.
2353
2354         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2355
2356         * mml2015.el: Remove useless mml2015-verbose.
2357
2358         * mml-smime.el: Remove useless mml-smime-verbose.
2359
2360         * gnus.el: Remove useless gnus-local-domain.
2361
2362         * gnus-gravatar.el (gnus-gravatar-transform-address):
2363         Use gnus-gravatar-size.
2364
2365         * gnus-art.el: Remove useless gnus-treat-translate.
2366
2367 2010-09-24  Julien Danjou  <julien@danjou.info>
2368
2369         * gnus-sum.el: Add support for Gravatars.
2370
2371         * gnus-art.el: Add support for Gravatars.
2372
2373         * gnus-gravatar.el: Add this file.
2374
2375         * gravatar.el: Add this file.
2376
2377 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
2380
2381         * gnus-group.el (gnus-group-fetch-faq): Remove.
2382
2383         * gnus.el (gnus-group-faq-directory): Remove.
2384
2385         * gnus-group.el (gnus-group-fetch-charter): Remove.
2386
2387         * gnus.el (gnus-group-charter-alist): Remove.
2388
2389         * gnus-group.el (gnus-group-archive-directory): Remove.
2390         (gnus-group-recent-archive-directory): Ditto.
2391         (gnus-group-make-archive-group): Remove.
2392
2393         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2394
2395         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2396         use the same article number for all the cached articles.
2397
2398         * nnimap.el (nnimap-command): Register the last command time so
2399         that we can use it for idling NOOPs.
2400         (nnimap-open-connection): Start the keeplive timer.
2401         (nnimap-make-process-buffer): Store all the process buffers.
2402         (nnimap-keepalive): New function.
2403
2404         * starttls.el (starttls-open-stream): Add autoload cookie.
2405
2406 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2407
2408         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2409         handling.
2410
2411 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2412
2413         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2414         its data structures.
2415
2416         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2417         instead of the cl.el copy-list.
2418         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2419         equalp.
2420
2421 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2422
2423         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2424         and tool-bar-local-item-from-menu.
2425
2426         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2427         mode-line-highlight face for Emacs.
2428
2429         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2430         loading gnus-sum.elc; fix comment for canlock-verify.
2431         (gnus-article-jump-to-part): Use read-number.
2432         (gnus-insert-mime-button, gnus-insert-mime-security-button):
2433         Remove Emacs pre-21 compatible code for help-echo.
2434         (gnus-article-next-page-1): No need to adjust the number of lines.
2435         (gnus-article-describe-bindings): Always use help-buffer.
2436
2437         * gnus-audio.el (gnus-audio-inline-sound)
2438         * gnus-cus.el (gnus-custom-mode)
2439         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2440
2441         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2442
2443         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2444         compatible code.
2445
2446 2010-09-24  Glenn Morris  <rgm@gnu.org>
2447
2448         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2449         visiting the fcc file in rmail-mode.
2450
2451         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2452
2453 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * nnir.el: Silence the byte compiler.
2456
2457         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2458         alias to browse-url-url-encode-chars if any.
2459         (gnus-html-encode-url): Use it.
2460
2461 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2462
2463         * gnus-start.el (gnus-use-backend-marks): New variable.
2464         (gnus-get-unread-articles-in-group): Use it.
2465
2466         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2467         makeover.
2468
2469 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2470
2471         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2472
2473 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2474
2475         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2476         Remove.
2477         (gnus-setup-news-hook):
2478         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
2479
2480         * gnus-int.el (gnus-request-update-info): Protect against backends not
2481         having the function.
2482
2483         * nnimap.el (nnimap-stream): Mention starttls.
2484         (nnimap-open-connection): Add starttls support.
2485
2486 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2487
2488         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2489
2490 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491
2492         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2493         BODYSTRUCTUREs.
2494         (nnimap-transform-headers): Unfold quoted {42} headers.
2495
2496         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2497         the info.
2498         (gnus-get-unread-articles): Only call updatep on backends that support
2499         it.
2500
2501         * nnweb.el (nnweb-request-update-info): NOOP.
2502
2503         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
2504
2505         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
2506         since it only deals with marks.
2507
2508         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
2509         gnus-request-marks, and make a new gnus-request-update-info.
2510
2511         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2512         the active instead of the high number, which is usually too low.
2513
2514 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2515
2516         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2517         * encrypt.el: Remove.
2518
2519 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2520
2521         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2522         server in symbolic form.
2523
2524         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
2525
2526 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2527
2528         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2529         (nnimap-update-info): Fix up code slightly.
2530
2531         * gnus-int.el (gnus-open-server): Add tracing for performance
2532         debugging.
2533
2534         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2535         (gnus-group-insert-group-line): Pass the real group name so that it
2536         gets the right data.
2537
2538         * gnus-start.el (gnus-get-unread-articles): Don't have
2539         `gnus-get-unread-articles-in-group' update info, since that can be
2540         really slow and doesn't seem to be needed?
2541
2542 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2543
2544         * time-date.el (date-to-time): Try using parse-time-string first before
2545         using the slower timezone-make-date-arpa-standard.
2546
2547 2010-09-22  Julien Danjou  <julien@danjou.info>
2548
2549         * gnus-group.el (gnus-group-insert-group-line):
2550         Call gnus-group-highlight-line.
2551         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2552         default hook list.
2553         (gnus-group-update-eval-form): Add new function.
2554         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2555         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2556
2557 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558
2559         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2560         immediate, then expire all articles.
2561         (nnimap-update-info): Fix off-by-one errors.
2562         (nnimap-flags-to-marks): Would return no marks lists for group with no
2563         flags.  Instead return the other data.
2564
2565 2010-09-22  Julien Danjou  <julien@danjou.info>
2566
2567         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
2568         Only return an icon.
2569         (gnus-group-insert-group-line): Compute icon to return.
2570
2571         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
2572         (gnus-html-image-fetched): Only cache if
2573         gnus-html-image-automatic-caching is set.
2574         (gnus-html-image-fetched): Check for errors.
2575
2576 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2577
2578         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2579         once per method on `g'.  This ensures that backends like nnfolder don't
2580         open all their folders.
2581
2582         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2583         (nnimap-request-list): Nix out group in the correct buffer.
2584         (nnimap-parse-flags): Implement by using `read' instead of
2585         hand-parsing.
2586         (nnimap-flags-to-marks): Pass on permanent-flags.
2587         (nnimap-make-process-buffer): Record the server name.
2588         (nnimap-parse-flags): Fix typo.
2589         (nnimap-request-scan): Run split on the server in general, not just a
2590         single group.
2591
2592         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2593         parameter, and propagate this downwards.
2594
2595         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2596         since EXAMINE changes it on the server.
2597
2598         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2599         this command might take a while.
2600
2601 2010-09-22  Julien Danjou  <julien@danjou.info>
2602
2603         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
2604         harmful if you have 2 images side-by-side, they can't be properly
2605         update on text deletion.  Using text-property is safer here.
2606         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2607         data.
2608
2609 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2610
2611         * nnimap.el (nnimap-expunge-inbox): Remove.
2612         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2613         (nnimap-expunge): Flip default to t.
2614
2615         * gnus.el (gnus-method-to-server): Don't push things to the cache
2616         unless it's unique.
2617         (gnus-server-to-method): Ditto.
2618
2619 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2620
2621         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2622
2623 2010-09-22  Julien Danjou  <julien@danjou.info>
2624
2625         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2626         get the start of data.
2627         (gnus-html-encode-url): Add this function to encode special chars in
2628         URL.
2629         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2630         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2631
2632         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2633         default.
2634         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2635
2636         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2637         images alt-text.
2638         (gnus-html-put-image): Put alt-text as help-echo.
2639
2640 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2641
2642         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2643         * mm-util.el (mm-decompress-buffer)
2644         * nnir.el (nnir-run-find-grep)
2645         * pop3.el (pop3-list): Use 3rd arg of split-string.
2646
2647         * time-date.el (format-seconds): Comment fix.
2648
2649         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2650         and byte-optimize-form-code-walker.
2651         (dgnushack-make-auto-load): Don't advise make-autoload.
2652
2653         * lpath.el: Remove Emacs 21 stuff.
2654
2655 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2656
2657         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2658         outside the active range.  Suggested by Dan Christensen.
2659
2660         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2661         slightly later to avoid double-getting it.
2662
2663         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2664         previous patch.
2665
2666         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2667
2668 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2669
2670         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2671
2672 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2673
2674         * gnus-int.el (gnus-open-server): Give a better error message in the
2675         "go offline" case.
2676
2677         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2678         marks for nnimap, which is seldom the right thing to do.
2679
2680         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2681         (gnus-same-method-different-name): New function.
2682
2683         * nnimap.el (parse-time): Require.
2684
2685         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2686         method in the presence of many similar methods.
2687
2688         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2689
2690         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2691         nnml-inhibit-expiry.
2692
2693         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2694         find out whether methods are equal.
2695
2696         * nnimap.el (nnimap-find-expired-articles): New function.
2697         (nnimap-process-expiry-targets): New function.
2698         (nnimap-request-move-article): Request the article before looking at
2699         what the Message-ID is.  Fix found by Andrew Cohen.
2700         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2701
2702         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2703         for oldness in addition to being a predicate.
2704
2705         * nnimap.el (nnimap-request-group): When we have zero articles, return
2706         the right data to Gnus.
2707         (nnimap-request-expire-articles): Only delete articles immediately if
2708         the target is 'delete.
2709
2710         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2711         method, this would bug out.
2712
2713         * gnus-group.el (gnus-group-expunge-group): Rename from
2714         gnus-group-nnimap-expunge, and implemented as a normal interface
2715         function.
2716
2717         * gnus-int.el (gnus-request-expunge-group): New function.
2718
2719         * nnimap.el (nnimap-request-create-group): Implement.
2720         (nnimap-request-expunge-group): New function.
2721
2722 2010-09-21  Julien Danjou  <julien@danjou.info>
2723
2724         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2725         (gnus-html-cache-expired): Add new function.
2726         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2727         wethever we should display image for fetch it.
2728         Compute alt-text earlier to pass it to the fetching function too.
2729         (gnus-html-schedule-image-fetching): Change function argument to only
2730         get one image at a time, not a list.
2731         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2732         cache.
2733         (gnus-html-get-image-data): New function to retrieve image data from
2734         cache.
2735         (gnus-html-put-image): Change buffer argument to use image data rather
2736         than file, and place image above region rather than inserting a new
2737         one.  Do not take alt-text as argument, since it's useless now: we place
2738         the image above alt-text.
2739         (gnus-html-prune-cache): Remove.
2740         (gnus-html-show-images): Start to fetch image when we find one, do not
2741         push into a temporary list.
2742         (gnus-html-prefetch-images): Only fetch image if they have expired.
2743         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2744         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2745
2746 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2747
2748         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2749
2750 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2753         spec inser "*" if the group isn't active instead of 0.
2754
2755         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2756         opening the server.
2757         (nnimap-request-delete-group): Implement group deletion.
2758         (nnimap-transform-headers): Return the size of the entire message in
2759         the Bytes header, not just the size of the first part.
2760         (nnimap-request-move-article): When moving an article from nnimap,
2761         request the article first so the accepting form has an article to
2762         accept.  Reported by Dan Christensen.
2763         (nnimap-command): Make sure that the error message doesn't error out.
2764
2765 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2766
2767         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2768         we haven't requested anything.
2769
2770 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2771
2772         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2773         "".  Fix found by Andrew Cohen.
2774
2775         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2776         instead of -encode-string.
2777
2778 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2779
2780         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2781
2782         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2783         by mm-subst-char-in-string.
2784
2785 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2788         waiting for the connection string.
2789
2790         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2791         arriving.
2792
2793         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2794         bogus characters.  This allows selecting certain Gmail groups.
2795
2796         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2797         (nnimap-fetch-partial-articles): New variable.
2798         (nnimap-open-connection): When looking for credentials, also use the
2799         nnimap-server-port.
2800         (nnimap-request-article): Return the group/article number, so that Gnus
2801         `^' works as expected.
2802         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
2803
2804         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2805         comments.
2806         (gnus-methods-sloppily-equal): New function.
2807         (gnus): When using the development version of Gnus, load the gnus-load
2808         file.
2809
2810         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2811         `gnus-open-server' on each method before trying to scan them etc.
2812         This ensures that all the backend parameters are set correctly.
2813
2814         * nnimap.el (nnimap-authenticator): New variable.
2815         (nnimap-open-connection): Allow anonymous login.
2816         (nnimap-transform-headers): The chars header is called Chars not Bytes.
2817         (nnimap-wait-for-response): Don't infloop if the IMAP connection 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): Require, 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): Remove.
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): Revert the previous
3113         change.
3114
3115         * nnrss.el (nnrss-request-list): Remove 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): Remove.
3159         (pop3-streaming-movemail): Rename 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):
3180         Call `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): Remove.
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):
3318         Respect 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): Remove 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): Remove -- 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): Rename 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): Add 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: Remove.
3505
3506         * nnlistserv.el: Remove.
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: Remove.
3516
3517         * nndb.el: Remove.
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):
3531         Add 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: Remove.
3576
3577         * gnus-soup.el: Remove.
3578
3579         * nnsoup.el: Remove.
3580
3581         * nnultimate.el: Remove.
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):
3592         Use 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: Remove 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: Remove 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):
3799         Don't 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'
3805         (fix typo).
3806
3807 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3808
3809         Make saving and restoring of hidden threads work with overlays.
3810         Patch applied by Ted Zlatanov.
3811
3812         * gnus-sum.el (gnus-hidden-threads-configuration)
3813         (gnus-restore-hidden-threads-configuration): Update to deal with text
3814         properties, rather than searching for a magic character.
3815
3816 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3817
3818         New gnus-sync.el library for synchronization of marks.
3819
3820         * gnus-sync.el: New library for synchronization of marks.
3821
3822         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
3823         renamed from `gnus-registry-grep-in-list'.
3824
3825         * gnus-registry.el (gnus-registry-follow-group-p):
3826         Use `gnus-grep-in-list'.
3827
3828         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3829
3830 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3831
3832         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3833         determining charset of text fails.
3834
3835 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3836
3837         * nnmail.el (nnmail-get-new-mail-1): Revert.
3838
3839         * nnml.el (nnml-active-number): Make sure names of newly created groups
3840         in nnml-group-alist are encoded.
3841
3842 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3843
3844         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3845         containing non-ASCII characters in active file for nnml back end.
3846
3847 2010-07-24  David Engster  <dengste@eml.cc>
3848
3849         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3850         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3851
3852 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3853
3854         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3855         tag (Bug#6654).
3856
3857 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3858
3859         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3860         the article buffer, not the summary buffer.
3861
3862 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3863
3864         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3865         Emacs 23 as well.
3866
3867 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3868
3869         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3870         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3871
3872 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3873
3874         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3875         Patch applied by Karl Fogel.
3876
3877         * gnus-sum.el (gnus-summary-bookmark-make-record):
3878         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3879
3880 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3881
3882         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3883         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3884         C-w still not working correctly from Article buffers; Thierry's
3885         patch to fix that will be applied after this.
3886
3887         * gnus-art.el (bookmark-make-record-function): New local variable.
3888
3889         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3890         article buffer.
3891         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3892
3893 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3894
3895         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3896         on changes in bookmark.el.
3897
3898 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3899
3900         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3901         `no-log' instead of message not to log prompt string.
3902
3903 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3904
3905         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3906         the *other* type of HTML form submission.
3907
3908 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3909
3910         * auth-source.el (auth-source-pick): If choice does not contain a
3911         questioned keyword, set the check to t.
3912
3913 2010-06-12  Romain Francoise  <romain@orebokech.com>
3914
3915         * gnus-util.el (gnus-date-get-time): Move up before first use.
3916
3917 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3918
3919         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3920         (gnus-article-edit-part): Bind it to make last part that is substituted
3921         or deleted visible.
3922         (gnus-mime-display-single): Buttonize part of which id equals to
3923         gnus-mime-buttonized-part-id.
3924
3925 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3926
3927         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3928         (gnus-dd-mmm): Use gnus-date-get-time.
3929         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3930         simplify logic.
3931         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3932         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
3933
3934 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3935
3936         * auth-source.el (top): Autoload `secrets-list-collections',
3937         `secrets-create-item', `secrets-delete-item'.
3938         (auth-sources): Fix tag string.
3939         (auth-get-source, auth-source-retrieve, auth-source-create)
3940         (auth-source-delete): New defuns.
3941         (auth-source-pick): Rewrite in order to avoid 2 passes.
3942         (auth-source-forget-user-or-password): New parameter USERNAME.
3943         (auth-source-user-or-password): New parameters CREATE-MISSING and
3944         DELETE-EXISTING.  Retrieve password interactively, if needed.
3945
3946 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3947
3948         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3949         deleting unused directories when gnus-expert-user is t.
3950
3951 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3952
3953         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3954         for each temp file when gnus-article-browse-delete-temp is ask.
3955
3956 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3957
3958         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3959         Lisp calls to delete-backward-char by calls to delete-char.
3960
3961 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3962
3963         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3964
3965 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3966
3967         * password-cache.el (password-cache-remove): Fix docstring.
3968
3969 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3970
3971         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3972         article unless decoding article to be saved.
3973
3974 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3975
3976         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3977         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3978         generated within the mm-with-unibyte-current-buffer macro.
3979
3980 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3981
3982         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3983         to nil when we're in a mml-preview buffer and no group is selected.
3984
3985 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3986
3987         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3988         when catching the `C-g'.  Reported by "Leo".
3989
3990 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3991
3992         * message.el (message-forward-make-body-plain)
3993         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3994         multibyte-string-p.
3995
3996         * lpath.el: Revert.
3997
3998 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3999
4000         * message.el (message-forward-make-body-mml): Assume original message
4001         is multibyte string; error on unibyte.
4002         (message-forward-make-body-plain): Ditto; don't add excessive newline
4003         in body end.
4004
4005         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
4006
4007 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
4008
4009         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
4010         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
4011
4012 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4013
4014         * mm-extern.el (mm-extern-url): Don't use
4015         mm-with-unibyte-current-buffer.
4016         (mm-extern-cache-contents): Use with-current-buffer instead of
4017         save-excursion + set-buffer.
4018
4019 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4020
4021         * mm-util.el (mm-emacs-mule): Remove.
4022
4023 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
4024
4025         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
4026         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
4027         change.
4028
4029 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4030
4031         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
4032         bind the default value of enable-multibyte-characters to nil.
4033
4034 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4035
4036         * message.el (message-forward-make-body-plain)
4037         (message-forward-make-body-mml):
4038         Don't use mm-with-unibyte-current-buffer.
4039
4040 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
4041
4042         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
4043
4044 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
4045
4046         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
4047         (Bug#5592).
4048
4049 2010-05-07  Julien Danjou  <julien@danjou.info>
4050
4051         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
4052         it to mm-pipe-part.
4053
4054         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
4055         it is given.
4056
4057 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4058
4059         * binhex.el (binhex-decode-region-internal)
4060         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
4061         (dns-query)
4062         * nnweb.el (nnweb-gmane-search)
4063         * pgg-parse.el (pgg-parse-armor)
4064         * pgg.el (pgg-verify-region)
4065         * sha1.el (sha1-string-external)
4066         * uudecode.el (uudecode-decode-region-internal)
4067         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
4068         XEmacs.
4069
4070         * gnus-art.el (gnus-article-browse-html-parts)
4071         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4072         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4073         make-temp-file.
4074
4075         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4076         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4077         compiling.
4078
4079         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4080         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4081         XEmacs when compiling.
4082
4083         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4084         gnus-pick-mode-off-hook for XEmacs when compiling.
4085         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4086         gnus-binary-mode-off-hook for XEmacs when compiling.
4087
4088         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
4089         Return nil if char-charset is not available.
4090
4091         * imap.el (imap-disable-multibyte)
4092         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4093         macros.
4094
4095         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4096         instead of encode-coding-string.
4097
4098         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4099         'xemacs) instead of mm-emacs-mule to switch function definitions.
4100         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4101
4102         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4103         bind temporary-file-directory for XEmacs;
4104         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4105         timer-set-function for XEmacs 21.4 and SXEmacs;
4106         bind timer-list for XEmacs 21.4 and SXEmacs;
4107         fbind char-charset and find-charset-region for non-Mule XEmacs;
4108         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4109         encode-coding-region and encode-coding-string for XEmacs having no
4110         file-coding feature.
4111
4112 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4113
4114         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4115
4116 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4117
4118         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4119         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4120
4121 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4122
4123         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4124         alias `jka-compr-delete-temp-file' no longer exists.
4125
4126 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4127
4128         Use define-minor-mode in Gnus where applicable.
4129         * mml.el (mml-mode): Use define-minor-mode.
4130         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4131         (gnus-undo-mode): Use define-minor-mode.
4132         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4133         (gnus-dead-summary-mode): Use define-minor-mode.
4134         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4135         Initialize in declaration.
4136         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4137         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4138         (gnus-mailing-list-mode): Use define-minor-mode.
4139         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4140         (gnus-draft-mode): Use define-minor-mode.
4141         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4142         (gnus-dired-mode): Use define-minor-mode.
4143
4144 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4145
4146         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4147         handles on recursive mml-to-mime translation and check them for
4148         boundary delimiter collisions.  Reported by Greg Troxel.
4149
4150 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4151
4152         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4153
4154 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4155
4156         * mm-util.el (mm-find-buffer-file-coding-system):
4157         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4158
4159 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4160
4161         * message.el (message-generate-headers): Record insertion of optional
4162         headers as well.  Otherwise the check to prevent repeated insertion of
4163         optional headers is a no-op.
4164
4165 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4166
4167         * smime.el: Don't mention CVS.
4168
4169         * nnrss.el (nnrss-fetch): Don't mention CVS.
4170
4171         * nnir.el: Don't mention CVS.
4172
4173 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4174
4175         * gnus-sum.el (gnus-summary-bookmark-make-record):
4176         Add `location' field.
4177
4178 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4179
4180         * lpath.el: Fbind bookmark-default-handler,
4181         bookmark-get-bookmark-record, bookmark-make-record-default,
4182         bookmark-prop-get for Emacs <23 and XEmacs.
4183
4184 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4185
4186         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4187         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4188         Use with-current-buffer to silence the byte-compiler.
4189         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4190         bother to require `gnus'.
4191         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4192
4193 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4194
4195         * gnus-sum.el (gnus-summary-bookmark-make-record)
4196         (gnus-summary-bookmark-jump): New functions.
4197         (gnus-summary-mode): Setup bookmark support.
4198
4199 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4200
4201         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4202         if set.
4203
4204 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4205
4206         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4207         gnus-article-browse-html-save-cid-image; make it work recursively for
4208         forwarded messages as well.
4209         (gnus-article-browse-html-parts): Work when prefix arg is given.
4210         (gnus-article-browse-html-article): Doc fix.
4211
4212 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4213
4214         * message.el (message-default-mail-headers):
4215         (message-default-headers): Carry the value mail-default-headers over
4216         into message-default-mail-headers, rather than message-default-headers.
4217
4218 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4219
4220         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
4221         charset.
4222
4223         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4224         charset into the <meta> tag when the article is encoded to utf-8.
4225
4226 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4227
4228         * gnus-art.el (gnus-article-browse-delete-temp-files):
4229         Delete directories as well.
4230         (gnus-article-browse-html-parts): Work for images that do not specify
4231         file names; delete temp directory when quitting; insert header at the
4232         right place; use file: scheme for image files.
4233
4234 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4235
4236         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4237         (gnus-article-browse-html-parts): Use it to make temporary cid image
4238         files in addition to html file so that browser may display them.
4239
4240 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4241
4242         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4243
4244 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4245
4246         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4247
4248 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4249
4250         * auth-source.el (auth-sources): Change default to be simpler.
4251         Explain about Secret Service API sources.  Improve Customize options.
4252         (auth-source-pick): Change to accept any number of search parameters.
4253         Implement fallbacks iteratively, not recursively.  Add scoring on the
4254         second pass and sort by score.  Call Secret Service API when needed.
4255         (auth-source-user-or-password): Use it.  Call Secret Service API
4256         directly when needed to get the user name and the password.
4257
4258 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4259
4260         * message.el (message-interactive): Doc fix.
4261         (message-qmail-inject-args): Reflow.
4262         (message-kill-to-signature): Fix typo in docstring.
4263
4264         * smiley.el (smiley-buffer): Fix typo in docstring.
4265
4266 2010-03-24  Glenn Morris  <rgm@gnu.org>
4267
4268         * mail-source.el (gnus-message): Declare.
4269         (mail-source-delete-old-incoming): Require gnus-util.
4270
4271 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4272
4273         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4274
4275         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4276
4277         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4278         password-cache's default if it is not bound.
4279         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4280         password-cache-expiry's default if it is not bound.
4281
4282         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4283         available in Emacs 21.
4284
4285         * lpath.el: Suppress compiler warnings for:
4286         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4287         XEmacs;
4288         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4289         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4290         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4291
4292 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4293
4294         * auth-source.el (auth-sources): Fix up definition so extra parameters
4295         are always inline.
4296
4297 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4298
4299         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
4300         wasn't updated after mismatch.  Clear cached mailbox info correctly
4301         when uidvalidity changes.
4302         (nnimap-group-prefixed-name): New function to avoid some code
4303         duplication.
4304         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4305         (nnimap-request-group): Use it.
4306         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4307         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4308         with many imap folders.  This is done by caching the group status from
4309         the imap server persistently in a group parameter `imap-status'.  (This
4310         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4311         but not persistently, so every Gnus startup was still very slow.)
4312
4313 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4314
4315         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4316         delete the extra newline.  Otherwise editing of :string and :number
4317         types don't work.
4318
4319 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4320
4321         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4322         secrets.el dependency.
4323         (auth-sources): Add optional user name.  Add secrets.el configuration
4324         choice (unused right now).
4325
4326 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4327
4328         * gnus-sum.el (gnus-summary-make-menu-bar):
4329         Let `gnus-registry-install-shortcuts' fill in the functions.
4330
4331         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4332         warnings.
4333         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4334         (gnus-registry-install-shortcuts): Populate and use it in a
4335         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4336
4337 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4338
4339         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4340         In-place substitutions for the group name encoding/decoding.
4341         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4342         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4343         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4344         (nnimap-update-unseen, nnimap-request-list)
4345         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4346         (nnimap-request-set-mark, nnimap-split-to-groups)
4347         (nnimap-split-articles, nnimap-request-newgroups)
4348         (nnimap-request-create-group, nnimap-request-accept-article)
4349         (nnimap-request-delete-group, nnimap-request-rename-group)
4350         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4351         `encoded-mbx' for consistency.
4352         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4353         variable `imap-current-mailbox'.
4354
4355         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4356         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4357
4358 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4359
4360         * pop3.el (pop3-display-message-size-flag): Display message size byte
4361         counts during POP3 download.
4362         (pop3-movemail): Use it.
4363         (pop3-list): Implement listing of available messages.
4364
4365 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4366
4367         * nnir.el (nnir-get-article-nov-override-function): New function to
4368         override the normal NOV retrieval.
4369         (nnir-retrieve-headers): Use it.
4370
4371 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4372
4373         * auth-source.el (netrc-machine-user-or-password): Autoload.
4374
4375 2010-03-19  Glenn Morris  <rgm@gnu.org>
4376
4377         Stop message.el from loading about 40 libraries it doesn't always need.
4378         The general approach is to autoload rather than require, and to
4379         require in the specific functions rather than the file.  (Bug#5642)
4380
4381         * gmm-utils.el: Don't require wid-edit.
4382         (widget-create-child-value, widget-convert, widget-default-get):
4383         Autoload.
4384
4385         * gnus-util.el: Don't require time-date, netrc.
4386         (message-fetch-field, gnus-group-name-decode): Declare rather than
4387         autoloading.
4388         (gnus-fetch-field): Require message.
4389         (gnus-decode-newsgroups): Require gnus-group.
4390
4391         * ietf-drums.el: Don't require time-date.
4392
4393         * message.el: Don't require hashcash, canlock, ecomplete.
4394         Do require mail-utils.  Require nnheader only when compiling.
4395         (smtpmail-default-smtp-server): Remove declaration.
4396         (message-send-mail-function): Check smtpmail-default-smtp-server
4397         is bound rather than requiring smtpmail.
4398         (message-auto-save-directory, message-insert-signature):
4399         Use expand-file-name rather than nnheader-concat.
4400         (nnheader-insert-file-contents): Autoload.
4401         (hashcash-wait-async): Declare.
4402         (message-send-mail): Only call gnus-setup-posting-charset if
4403         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4404         (message-send-mail-with-sendmail): Require sendmail.
4405         (canlock-password, canlock-password-for-verify): Declare.
4406         (message-canlock-password): Require canlock.
4407         (nnheader-get-report): Autoload.
4408         (gnus-setup-posting-charset): Declare.
4409         (message-send-news): Require gnus-msg.
4410         (message-make-references, message-make-in-reply-to): Use mail-header-id
4411         rather than the alias mail-header-message-id.
4412         (ecomplete-add-item, ecomplete-save): Declare.
4413         (message-put-addresses-in-ecomplete): Require ecomplete.
4414         (ecomplete-display-matches): Autoload.
4415
4416         * mm-decode.el: Don't require mailcap, gnus-util.
4417         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4418         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4419         Autoload.
4420         (mailcap-mime-extensions): Declare.
4421
4422         * mm-encode.el: Don't require mailcap.
4423         (mailcap-extension-to-mime): Autoload.
4424
4425         * mml-sec.el: Don't require password-cache.
4426
4427         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4428         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4429         (mml-minibuffer-read-type): Require mailcap.
4430         (mml-preview): Require gnus-msg.
4431
4432         * mml1991.el: Require password-cache.
4433         (password-cache-expiry): Remove declaration.
4434
4435         * mml2015.el: Require password-cache.
4436         (password-cache-expiry): Remove declaration.
4437
4438         * nneething.el (mailcap): Require mailcap.
4439
4440         * nnheader.el (declare-function): Add compatibility stub.
4441         (message-remove-header): Declare rather than autoload.
4442         (nnheader-replace-header): Require message.
4443
4444         * nnimap.el (declare-function): Add compatibility stub.
4445         (netrc-parse, netrc-machine-user-or-password): Declare.
4446         (nnimap-open-connection): Require netrc.
4447
4448         * nntp.el (declare-function): Add compatibility stub.
4449         (netrc-parse, netrc-machine, netrc-get): Declare.
4450         (nntp-send-authinfo): Require netrc.
4451
4452         * rfc2047.el: Don't require qp.
4453         (quoted-printable-encode-region, quoted-printable-decode-string):
4454         Autoload.
4455
4456         * sieve-mode.el: Don't require easymenu.
4457         (easy-menu-add-item): Autoload it.
4458
4459         * spam-stat.el (time-to-number-of-days): Autoload it.
4460
4461 2010-03-19  Glenn Morris  <rgm@gnu.org>
4462
4463         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4464
4465 2010-03-18  Glenn Morris  <rgm@gnu.org>
4466
4467         * hashcash.el (declare-function): Remove duplicate definition.
4468
4469 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4470
4471         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4472         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4473         value if any backslash escapes).
4474
4475 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4476
4477         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4478         if it is available.  (bug#5647)
4479
4480         * lpath.el: Suppress compiler warning for coding-system-from-name for
4481         Emacs 21 and XEmacs.
4482
4483 2010-03-14  Juri Linkov  <juri@jurta.org>
4484
4485         * hmac-def.el:
4486         * hmac-md5.el:
4487         * netrc.el: Fix keywords.
4488
4489 2010-02-26  Glenn Morris  <rgm@gnu.org>
4490
4491         * message.el (message-send-mail-function): Change the default, so that
4492         it inherits from a customized send-mail-function.  (Bug#5643)
4493
4494 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4495
4496         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4497         shell-command-to-string signals an error (bug#5299).
4498
4499 2010-02-24  Glenn Morris  <rgm@gnu.org>
4500
4501         * message.el (message-smtpmail-send-it)
4502         (message-send-mail-with-mailclient): Doc fixes.
4503
4504 2010-02-16  Glenn Morris  <rgm@gnu.org>
4505
4506         * message.el (message-default-mail-headers): Change the default value
4507         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4508
4509 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4510
4511         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4512         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4513
4514 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4515
4516         * time-date.el (date-to-time): Doc fix (Bug#5408).
4517
4518 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4519
4520         * message.el (message-mail): Just pass yank-action on to message-setup.
4521         (message-setup): Handle (FUN . ARGS) form of yank-action.
4522         (message-with-reply-buffer, message-widen-reply)
4523         (message-yank-original): Handle non-buffer values of
4524         message-reply-buffer (Bug#4080).
4525         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4526
4527 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4528
4529         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4530         Fix typo in docstring.
4531
4532 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4533
4534         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4535         response.
4536
4537 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4538
4539         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4540
4541         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4542
4543         * message.el (message-check-news-header-syntax): Protect against a
4544         string that `rfc822-addresses' returns when parsing fails.
4545
4546 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4547
4548         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4549         (gnus-previous-char-property-change): New functions.
4550
4551         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4552
4553 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4554
4555         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4556         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4557
4558 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4559
4560         * message.el (message-exchange-point-and-mark): Rework last change to
4561         avoid using optional arg of exchange-point-and-mark, for backward
4562         compatibility.
4563
4564 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4565
4566         * message.el (message-exchange-point-and-mark):
4567         Call exchange-point-and-mark with an argument rather than setting
4568         mark-active by hand (Bug#5175).
4569
4570 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4571
4572         * nntp.el (nntp-service-to-port): Work for service expressed with
4573         numeric string; replace [:digit:] with [0-9] for XEmacs.
4574
4575 2009-12-17  Glenn Morris  <rgm@gnu.org>
4576
4577         * gnus-group.el (gnus-bug-group-download-format-alist):
4578         Change emacs entry to debbugs.gnu.org.  Bump :version.
4579
4580 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4581
4582         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4583
4584 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4585
4586         * message.el (message-info): Explain why we use `Info-goto-node'.
4587
4588 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4589
4590         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4591
4592 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4593
4594         * message.el (message-completion-in-region): New compatibility function.
4595         (message-expand-group): Use it.
4596
4597 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4598
4599         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4600         with no unread article should be listed if the 2nd arg `predicate' is
4601         given.
4602
4603 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4604
4605         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4606
4607 2009-11-29  Juri Linkov  <juri@jurta.org>
4608
4609         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4610         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4611         on `gnus-recenter'.  (Bug#4698, Bug#4981)
4612
4613 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4614
4615         * sha1.el (sha1-string-external): default-directory "/" in case
4616         otherwise non-existent.  process-connection-type pipe for touch of
4617         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4618
4619 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4620
4621         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4622         it's comms related and sgml-mode.el has "comm" on that basis too.
4623
4624 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4625
4626         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4627         containing tspecial characters if they have been already quoted.
4628
4629 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4630
4631         * dns-mode.el (auto-mode-alist): Purecopy string.
4632
4633 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4634
4635         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4636
4637 2009-10-24  Glenn Morris  <rgm@gnu.org>
4638
4639         * gnus-art.el (help-xref-stack-item): Define for compiler.
4640
4641 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4642
4643         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4644
4645 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4646
4647         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4648
4649 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4650
4651         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4652         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4653
4654 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4655
4656         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4657         (gnus-overlays-in): New alias to overlays-in.
4658
4659         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4660         gnus-overlay-get, and gnus-delete-overlay.
4661         (gnus-summary-show-thread): Make it work as well for systems in which
4662         next-single-char-property-change is not available.
4663         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4664
4665         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4666         (gnus-overlay-get): New alias to extent-property.
4667         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4668
4669         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4670         SXEmacs.
4671
4672         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4673         SXEmacs.
4674
4675 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4676
4677         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4678
4679 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4680
4681         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4682         and XEmacs that don't have `remove-overlays'.
4683
4684 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4685
4686         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4687         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4688         selective display.  Use overlays instead.
4689
4690 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4691
4692         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4693
4694 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4695
4696         * spam-stat.el (spam-stat-load): Fix typo in message.
4697
4698 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4699
4700         * dig.el (dig-invoke): Fix typo in docstring.
4701         (query-dig): Reflow docstring.
4702
4703 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4704
4705         * gnus-art.el (gnus-article-encrypt-body):
4706         * message.el (message-check-recipients):
4707         * mm-util.el (mm-codepage-setup):
4708         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4709         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4710
4711 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4712
4713         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4714         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4715         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4716         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4717         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4718
4719 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4720
4721         * dig.el: Add "Keywords: comm", as per net-utils.el.
4722
4723 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4724
4725         * dig.el (dig-mode): Use define-derived-mode.
4726
4727 2009-09-19  Glenn Morris  <rgm@gnu.org>
4728
4729         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4730
4731 2009-09-18  Glenn Morris  <rgm@gnu.org>
4732
4733         * gnus-diary.el (gnus-diary-check-message):
4734         * message.el (message-insert-formatted-citation-line):
4735         * nnbabyl.el (top-level):
4736         * nndiary.el (nndiary-schedule):
4737         Fix typos in condition-case handlers.
4738
4739 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4740
4741         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4742         configuration that provides the sole article window in a frame;
4743         position point correctly after deleting a part.
4744
4745 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4746
4747         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4748         (spam-resolve-registrations-routine): Use it to unregister articles
4749         that change status.
4750
4751 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4752
4753         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4754         with XEmacs.
4755         (parse-time-string-chars): Use it.
4756
4757 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4758
4759         * imap.el (imap-interactive-login): Better messages.
4760         (imap-open): Fix bug with renamed buffer on reconnect.
4761         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4762         for easier debugging and cleaner code.  On successful (guessed based on
4763         server capabilities) secondary authentication, set imap-state
4764         correctly.
4765         (imap-last-authenticator): Define imap-last-authenticator as a variable
4766         to avoid warnings.
4767
4768 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4769
4770         * nnrss.el (nnrss-request-article): Remove binding of
4771         default-enable-multibyte-characters that has gotten needless by
4772         the 2007-07-13 change in rfc2047-encode-message-header.
4773
4774         * mml.el (mml-insert-multipart): Error on the message header.
4775         (mml-insert-part): Error on the message header; position point at
4776         the end of a MIME tag.
4777
4778 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4779
4780         * time-date.el (autoload): Expand define-obsolete-function-alias into
4781         defalias and make-obsolete for old Emacsen that Gnus supports.
4782         (with-no-warnings): Define it for old Emacsen.
4783         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4784         is available.
4785         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4786         float-time is available; suppress compile warning for time-to-seconds.
4787
4788         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4789         (gnus-float-time): Alias to float-time if it exists.
4790
4791         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4792         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4793         float-time is available; suppress compile warning for time-to-seconds.
4794
4795         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4796         XEmacs.
4797
4798 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4799
4800         * imap.el (imap-message-map): Docstring fix.
4801
4802 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4803
4804         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4805         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4806         Add the optional argument `encoding' that overrides the default.
4807
4808         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4809         mm-encode-buffer.
4810
4811 2009-09-04  Glenn Morris  <rgm@gnu.org>
4812
4813         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4814         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4815         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4816         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4817         * mm-util.el (mm-with-unibyte-current-buffer)
4818         (mm-find-buffer-file-coding-system):
4819         * yenc.el (yenc-decode-region): Use default-value rather than
4820         default-enable-multibyte-characters.
4821
4822 2009-09-03  Glenn Morris  <rgm@gnu.org>
4823
4824         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4825         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4826         than default-enable-multibyte-characters.
4827
4828 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4829
4830         * gnus-art.el (gnus-article-read-summary-keys):
4831         Fix gnus-buffer-configuration's value temporarily used.
4832
4833 2009-09-02  Glenn Morris  <rgm@gnu.org>
4834
4835         * gnus-util.el (gnus-float-time): New function.
4836         * gnus-delay.el (gnus-delay-article):
4837         * gnus-sum.el (gnus-thread-latest-date):
4838         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4839         * nnspool.el (nnspool-request-newgroups):
4840         Use gnus-float-time rather than time-to-seconds.
4841         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4842
4843         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4844         (gnus-header-subject-face, gnus-header-newsgroups-face)
4845         (gnus-header-name-face, gnus-header-content-face):
4846         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4847         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4848         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4849         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4850         (gnus-cite-face-11):
4851         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4852         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4853         (gnus-server-closed-face, gnus-server-denied-face)
4854         (gnus-server-offline-face):
4855         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4856         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4857         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4858         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4859         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4860         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4861         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4862         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4863         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4864         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4865         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4866         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4867         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4868         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4869         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4870         (gnus-summary-high-undownloaded-face)
4871         (gnus-summary-low-undownloaded-face)
4872         (gnus-summary-normal-undownloaded-face)
4873         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4874         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4875         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4876         (gnus-splash-face):
4877         * message.el (message-header-to-face, message-header-cc-face)
4878         (message-header-subject-face, message-header-newsgroups-face)
4879         (message-header-other-face, message-header-name-face)
4880         (message-header-xheader-face, message-separator-face)
4881         (message-cited-text-face, message-mml-face):
4882         * sieve-mode.el (sieve-control-commands-face)
4883         (sieve-action-commands-face, sieve-test-commands-face)
4884         (sieve-tagged-arguments-face):
4885         * spam.el (spam-face):
4886         Mark face aliases with "-face" in the name as obsolete.
4887
4888 2009-09-01  Glenn Morris  <rgm@gnu.org>
4889
4890         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4891         than goto-line.
4892
4893 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4894
4895         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4896         Don't move point if the command is invoked inside the message header.
4897
4898 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4899
4900         * imap.el (imap-send-command): Simplify.
4901         (imap-wait-for-tag): point-max -> buffer-size.
4902
4903 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4904
4905         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4906         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4907         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4908         * nnir.el (nnir-swish-e-index-file):
4909         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4910         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4911         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4912         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4913         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4914         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4915
4916 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4917
4918         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4919         Don't save excursion.
4920
4921 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4922
4923         * nnheader.el (nnheader-find-file-noselect):
4924         * mm-util.el (mm-insert-file-contents):
4925         Use (default-value 'major-mode) instead of default-major-mode.
4926
4927 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4928
4929         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4930
4931 2009-08-26  Glenn Morris  <rgm@gnu.org>
4932
4933         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4934         than placing in files.el.
4935
4936 2009-08-25  Glenn Morris  <rgm@gnu.org>
4937
4938         * nnir.el (top-level): Don't require cl at run-time.
4939         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4940         Replace cl-function substitute with gnus-replace-in-string.
4941         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4942         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4943         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4944         simplified expansions.
4945
4946 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4947
4948         * dig.el (dig): Add autoload cookie.
4949
4950 2009-08-22  Glenn Morris  <rgm@gnu.org>
4951
4952         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4953         goto-line.
4954
4955 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4956
4957         * parse-time.el (parse-time-string-chars): Save match data.
4958
4959 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4960
4961         * parse-time.el (parse-time-string-chars): Compute using character
4962         classes, to handle non-ascii characters (Bug#3190).
4963
4964 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4965
4966         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4967
4968         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4969         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4970         (gnus-mm-display-part, gnus-mime-display-single)
4971         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4972         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4973
4974         * gnus-sum.el
4975         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4976         (gnus-summary-move-article): Add expirable mark to articles copied or
4977         moved to group that has auto-expire turned on if the option is non-nil.
4978
4979 2009-07-24  Glenn Morris  <rgm@gnu.org>
4980
4981         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4982         Fix typo.  (Bug#3903)
4983
4984 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4985
4986         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4987         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4988         that should not be used for draft articles.
4989         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4990         that has no concern in minor mode keys.
4991         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4992         Abolish.
4993
4994 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4995
4996         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4997         article without making inquiry to a user for unknown encoding.
4998
4999         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
5000         (nnmaildir--scan): Assume i-node and device number that file-attributes
5001         returns might be cons-cell.
5002
5003         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
5004
5005         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
5006
5007 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
5008
5009         * auth-source.el: Remove docs now in auth.texi.  Don't use
5010         `gnus-message' for logging.  Add new variables `auth-source-debug' and
5011         `auth-source-hide-passwords' and use them.
5012
5013 2009-07-15  Glenn Morris  <rgm@gnu.org>
5014
5015         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
5016
5017 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5018
5019         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
5020         excessive whitespace from the default values of title and description.
5021
5022 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5023
5024         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
5025         mail-fetch-field to fetch Content-Description header in order to
5026         exclude newlines.
5027
5028 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
5029
5030         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
5031         format used by GnuPG 2.0.11.
5032
5033 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5034
5035         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
5036         to deleted part.
5037
5038 2009-05-30  David Engster  <dengste@eml.cc>
5039
5040         * nnmairix.el: Remove old documentation in the commentary block.
5041         (nnmairix-request-group): Do not update active file for nnml back ends.
5042         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
5043         end so that overview files are ignored.
5044         (nnmairix-update-groups): Make updating the groups more robust by using
5045         marks.
5046         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
5047         with dollar characters in message-id.
5048
5049 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
5050
5051         * spam.el: Use dns-query instead of query-dns.  Was renamed on
5052         2008-12-25 in dns.el.
5053
5054 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5055
5056         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
5057         could happen if the text is only composed of spaces and/or tabs.
5058
5059 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
5060
5061         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
5062         when sending a queued message to avoid extra mml tags.
5063
5064 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5065
5066         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
5067
5068 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5069
5070         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
5071         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
5072         rmail-toggle-header for XEmacs;
5073         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5074
5075 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5076
5077         * gnus-dired.el: Remove autoload for gnus-setup-message.
5078         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5079         displaying Gnus logo; always use compose-mail.
5080
5081 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5082
5083         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5084
5085 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5088         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5089         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5090         available.
5091         (gnus-nocem-epg-verify): New function.
5092
5093 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5094
5095         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5096
5097 2009-02-15  Glenn Morris  <rgm@gnu.org>
5098
5099         * gnus-util.el (rmail-insert-rmail-file-header)
5100         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5101         autoloads.
5102         (rmail-default-rmail-file): Remove unnecessary declaration.
5103         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5104
5105 2009-02-14  Glenn Morris  <rgm@gnu.org>
5106
5107         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5108         variable (only used in gnus-util, which declares it anyway).
5109         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5110         which was only needed by gnus-art (changed to not use it any more).
5111         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5112         only used in gnus-util, which autoloads it itself.
5113         (rmail-update-summary): Fix autoload.
5114
5115         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5116         rather than rmail-output-to-rmail-file.
5117
5118 2009-02-07  Glenn Morris  <rgm@gnu.org>
5119
5120         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5121         autoload of function that no longer exists.
5122         (rmail-toggle-header): Declare.
5123         (message-forward-rmail-make-body): Handle mbox Rmail.
5124
5125 2009-01-31  Glenn Morris  <rgm@gnu.org>
5126
5127         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5128         2009-01-09 change.
5129
5130 2009-01-31  Dave Love  <fx@gnu.org>
5131
5132         * imap.el (imap-fetch-safe): Bind debug-on-error.
5133         (imap-debug): Add imap-fetch-safe.
5134
5135 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
5136
5137         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5138         (auth-source-forget-all-cached): New convenience function.
5139         (auth-source-user-or-password): Accept list of modes or a single mode.
5140
5141         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5142         auth-source modes.
5143
5144         * netrc.el (netrc-machine-user-or-password): Use list of
5145         auth-source modes.
5146
5147         * nnimap.el (nnimap-open-connection): Use list of
5148         auth-source modes.
5149
5150         * nntp.el (nntp-send-authinfo): Use list of
5151         auth-source modes.
5152
5153 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5154
5155         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5156         now.
5157
5158 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5159
5160         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5161         coding system in XEmacs; add a workaround for XEmacs.
5162
5163         * lpath.el: Fbind coding-system-aliasee.
5164
5165 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5166
5167         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5168         of current-language-environment.
5169
5170 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5171
5172         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5173         available at runtime.
5174
5175 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5176
5177         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5178
5179 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5180
5181         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5182         the greatest positive fixnum value doesn't work under an XEmacs with
5183         bignum support; use the most-positive-fixnum constant instead,
5184         available since Emacs 21.1 with cl and XEmacs 21.1.
5185
5186 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5189         XEmacs gets not to work.
5190
5191 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5192
5193         * mm-util.el (mm-coding-system-priorities): Allow the value like
5194         "Japanese (UTF-8)" of current-language-environment.
5195
5196 2009-01-09  Glenn Morris  <rgm@gnu.org>
5197
5198         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5199         with last-command-event.
5200
5201 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5202
5203         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5204         in the doc string.
5205
5206         * message.el (message-fix-before-sending): Amend comment.
5207
5208 2009-01-08  Dave Love  <fx@gnu.org>
5209
5210         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5211
5212 2009-01-07  David Engster  <dengste@eml.cc>
5213
5214         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5215         simplified server definitions by converting it via
5216         gnus-server-to-method.
5217
5218 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5219
5220         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5221         parameter's operands.
5222
5223 2009-01-06  David Engster  <dengste@eml.cc>
5224
5225         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5226         primary select method (for gnus-group-mark-article-as-read).
5227
5228 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5229
5230         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5231         `(gnus)Face', not `(gnus)X-Face'.
5232
5233 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5234
5235         * mm-util.el (mm-ucs-to-char): New function.
5236
5237         * mm-url.el (mm-url-decode-entities): Use it.
5238
5239         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5240         unicode-to-char.
5241
5242 2009-01-05  Dave Love  <fx@gnu.org>
5243
5244         * time-date.el: Require cl for `declare'.
5245
5246 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5247
5248         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5249         Dave Love.
5250
5251 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5252
5253         * message.el (message-fix-before-sending): Add `eight-bit' to
5254         illegible-text check.
5255
5256 2009-01-03  Michael Olson  <mwolson@gnu.org>
5257
5258         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5259         `headers' is nil.  This can occur if the IMAP server does not have
5260         permissions to read messages from a folder, but can write new messages
5261         to the folder.
5262         (nnimap-request-article-part): Do not insert `data' if it is nil.
5263
5264         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5265         characters which will confuse `read', so skip past them.
5266
5267 2009-01-01  Dave Love  <fx@gnu.org>
5268
5269         * imap.el (imap-string-to-integer): Fix typo.
5270         (imap-fetch-safe): New function.
5271         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5272
5273         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5274
5275         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5276         (imap-parse-greeting): Fix doc strings.
5277         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5278         (imap-parse-flag-list): Make messages unique.
5279         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5280
5281         * nnimap.el: Fix author email.
5282         (nnimap-split-rule): Add FIXME comment.
5283         (nnimap-debug): Fix doc string.
5284
5285 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5286
5287         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5288
5289 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5290
5291         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5292         nslookup if resolv.conf isn't available.
5293         (dns-query): Rename from query-dns.
5294         (dns-query-cached): Rename from query-dns-cached.
5295
5296 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5297
5298         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5299         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5300         to check if those variables exist (first appeared in Emacs 18.50).
5301
5302 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5303
5304         * mm-util.el (mm-line-number-at-pos): New function.
5305
5306         * spam-report.el (spam-report-process-queue): Use it.
5307
5308 2008-12-24  David Engster  <dengste@eml.cc>
5309
5310         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5311         parameters that haven't existed as variables as buffer-local variables.
5312
5313 2008-12-23  Dave Love  <fx@gnu.org>
5314
5315         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5316         cadar.
5317
5318         * sieve-manage.el (sieve-manage-starttls-p): Rename from
5319         imap-starttls-p.
5320         (sieve-manage-starttls-open): Rename from imap-starttls-open.
5321
5322 2008-12-22  Dave Love  <fx@gnu.org>
5323
5324         * imap.el: Fix author email.  Doc fixes.
5325         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5326         reply.
5327
5328 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5329
5330         * spam-report.el (spam-report-gmane-max-requests): New constant.
5331         (spam-report-gmane-wait): New variable.
5332         (spam-report-gmane-ham, spam-report-gmane-spam)
5333         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5334         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5335         the server.
5336
5337         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5338         Add explanations.
5339
5340         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5341         nnheader-accept-process-output and nnheader-read-timeout if available.
5342         (pop3-movemail): Use it.
5343
5344         * message.el (message-check-news-body-syntax): Fix signature check if
5345         there's an attachment.
5346
5347 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5348
5349         * mm-util.el: Add comments to the mm- emulating functions.
5350
5351 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5352
5353         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
5354         Reported by Stephen Berman <stephen.berman@gmx.net>.
5355
5356 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5357
5358         * mm-util.el (mm-substring-no-properties): New function.
5359         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5360         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5361         (mm-string-to-multibyte): Doc fix.
5362
5363         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5364
5365 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5366
5367         * mml.el (mml-attach-file): Strip text properties from file name.
5368         (Bug#1574)
5369
5370 2008-12-16  Glenn Morris  <rgm@gnu.org>
5371
5372         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5373
5374 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5375
5376         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5377         knows since the charset specified might be a bogus alias that
5378         mm-charset-synonym-alist provides.
5379
5380 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5381
5382         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5383         "ISO_8859-1".
5384
5385         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5386
5387 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5388
5389         * mm-util.el (mm-charset-eval-alist):
5390         Define it before mm-charset-to-coding-system.
5391         (mm-charset-to-coding-system): Add optional argument `silent';
5392         define it before mm-charset-override-alist.
5393         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5394         default value if it can be used in Emacs currently running;
5395         silence mm-charset-to-coding-system.
5396
5397 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5398
5399         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5400         `allow-override' which says whether to use `mm-charset-override-alist'.
5401         (rfc2047-decode-encoded-words): Use it.
5402
5403         * mm-util.el (mm-charset-override-alist): Fix custom type;
5404         add `(gb2312 . gbk)' to choices.
5405
5406 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5407
5408         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5409         fast.
5410
5411         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5412
5413         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5414
5415 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5416
5417         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5418         on links.
5419
5420         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5421
5422 2008-12-03  Lute Kamstra  <lute@gnu.org>
5423
5424         * sha1.el: Remove leading * from docstrings of defcustoms,
5425         deffaces, defconsts and defuns.
5426
5427 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5428
5429         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5430         users' addresses that don't have domain parts.
5431         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5432         rather than message-narrow-to-head since there will be the message
5433         header separator.
5434
5435 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5436
5437         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5438         since the result is inserted in a unibyte buffer anyway.
5439         (nnimap-demule-use-string-to-multibyte): Remove.
5440         (nnimap-demule): Alias it to mm-string-to-multibyte.
5441
5442 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5443
5444         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5445         variable for debugging bug#464 and bug#1174.
5446         (nnimap-demule): Use it.
5447
5448 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5449
5450         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5451         score calculation correctly.
5452
5453 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5454
5455         * message.el (message-send-mail): Just set the buffer to unibyte
5456         rather than use mm-with-unibyte-current-buffer which does a lot more.
5457         (message-send-mail-partially): Don't bother with
5458         mm-with-unibyte-current-buffer since it's already been made unibyte by
5459         message-send-mail.
5460
5461 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5462
5463         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5464
5465 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5466
5467         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5468
5469 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5470
5471         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5472         require itself and to remove `with-no-warnings'.
5473
5474 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5475
5476         * starttls.el (starttls-any-program-available): Get the name of the
5477         available TLS layer program.
5478         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5479         well as the host name in the "opening" message.
5480
5481         * auth-source.el (auth-source-cache, auth-source-do-cache)
5482         (auth-source-user-or-password): Cache passwords and logins by default,
5483         allow override with `auth-source-do-cache'.
5484         (auth-source-forget-user-or-password): Allow users to remove cache
5485         entries if needed.
5486
5487 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5488
5489         * md4.el (md4-buffer): Fix typo in docstring.
5490         (md4, md4-64): Doc fixes.
5491         (md4-pack-int32): Reflow docstring.
5492
5493 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5494
5495         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5496         condition-case to only the forward-sexp call.
5497
5498 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5499
5500         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5501         quotes contained.  Make it more robust regardless by an extra
5502         condition-case wrapper.
5503
5504 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5505
5506         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5507
5508 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5509
5510         * nnml.el (nnml-request-expire-articles): Check if the function set to
5511         `nnmail-expiry-target' returns the symbol `delete'.
5512
5513         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5514
5515         * nnmail.el (nnmail-expiry-target): Fix custom type.
5516
5517 2008-10-02  Glenn Morris  <rgm@gnu.org>
5518
5519         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5520         Silence compiler warning.
5521
5522 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5523
5524         * tls.el (open-tls-stream): Show the actual command being
5525         executed, instead of the format string.
5526
5527 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * lpath.el: Fbind codepage-setup for Emacs 23.
5530
5531 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5532
5533         * mml.el (mml-menu): Don't assume mml2015 is bound.
5534
5535 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5536
5537         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5538         exists.
5539
5540 2008-09-27  Glenn Morris  <rgm@gnu.org>
5541
5542         * gnus-util.el (mail-header-remove-comments): Autoload it.
5543
5544 2008-09-27  Andreas Schwab  <schwab@suse.de>
5545
5546         * gnus-util.el (gnus-split-references): Strip comments.
5547         (gnus-parent-id): Likewise.
5548
5549 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5550
5551         * message.el (message-confirm-send): Fix version.
5552
5553 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5554
5555         * message.el (message-idna-to-ascii-rhs-1): Use
5556         mail-extract-address-components rather than mail-header-parse-addresses
5557         that is an alias by default to ietf-drums-parse-addresses that does not
5558         support non-ASCII names in headers' contents.
5559
5560 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5561
5562         * message.el (message-confirm-send): Fix variable documentation to
5563         avoid the "y/n" wording.
5564
5565 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5566
5567         * message.el (message-set-auto-save-file-name): Save to a different
5568         filename so multiple messages (especially drafts) can be recovered.
5569
5570 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5571
5572         * message.el (message-confirm-send): Add appropriate version.
5573
5574 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5575
5576         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5577         defvar.
5578
5579 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5580
5581         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5582         (mm-pkcs7-enveloped-magic): Ditto.
5583
5584 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5585
5586         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5587         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5588
5589 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5590
5591         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5592         default, it's better.
5593
5594 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5595
5596         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5597         summary line gnus-number property and ignore them (with a warning
5598         message).
5599
5600 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5601
5602         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5603         macro caddr in the interactive form since it won't be expanded.
5604
5605 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5606
5607         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5608         `charset'; fix name of function called recursively.
5609         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5610
5611 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5612
5613         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5614         (gnus-mime-set-charset-parameters): New function.
5615         (gnus-mime-view-part-as-charset): Use it to correctly display part
5616         specifying wrong charset.
5617
5618 2008-09-08  David Engster  <dengste@eml.cc>
5619
5620         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5621         in completing-read for back end server.
5622
5623 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5624
5625         * message.el (message-confirm-send): New variable to confirm sending a
5626         message.
5627         (message-send): Use it.
5628
5629 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5630
5631         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5632
5633 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5634
5635         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5636
5637 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5638
5639         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5640         prevent tracking too many groups.
5641         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5642         Use it.
5643
5644 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5645
5646         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5647         moving point to the bottom of the window in order to avoid recentering.
5648
5649 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5650
5651         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5652
5653         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5654         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5655         (gnus-article-beginning-of-window): Fix calculation.
5656
5657 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5658
5659         * gnus-msg.el (gnus-summary-supersede-article)
5660         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5661         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5662         message header.
5663
5664 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5665
5666         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5667         pending output coming after the status change.
5668
5669 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5670
5671         * message.el:
5672         * gnus-start.el:
5673         * gnus-registry.el: Remove VMS support.
5674
5675 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5676
5677         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5678         macro.
5679         (rfc2104-hash): Use it.
5680
5681 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5682
5683         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5684         (gnus-summary-sort-by-most-recent-date): New commands.
5685         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5686         and menu entries.
5687
5688 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5689
5690         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5691         don't redisplay article for raw contents; remove plural articles stuff.
5692
5693         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5694         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5695         on gnus-summary-save-article; display results properly.
5696
5697 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5698
5699         * lpath.el: No need to fbind ns-focus-frame.
5700
5701 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5702
5703         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5704
5705 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5706
5707         * gnus-art.el (gnus-summary-save-in-pipe):
5708         Consider gnus-save-all-headers.
5709
5710 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5711
5712         * gnus-util.el (ns-focus-frame): Remove declaration.
5713         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5714         like x.
5715
5716 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5717
5718         * rfc2104.el (rfc2104-zero): Delete defconst.
5719         (rfc2104-hex-alist): Likewise.
5720         (rfc2104-hex-to-int): Delete func.
5721         (rfc2104-hexstring-to-bitstring): Likewise.
5722         (rfc2104-nybbles): New defconst.
5723         (rfc2104-hash): Rewrite for speed.
5724
5725 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5726
5727         * tls.el (open-tls-stream): Make it work with the 2nd argument
5728         BUFFER that is a string but does not exist as a buffer object, as
5729         mentioned in the doc-string.
5730
5731 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5732
5733         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5734         SXEmacs.
5735
5736 2008-07-16  Glenn Morris  <rgm@gnu.org>
5737
5738         * gnus-util.el (ns-focus-frame): Declare for compiler.
5739
5740 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5741
5742         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5743         set as a group parameter.
5744         (gnus-summary-save-in-pipe): Work when it is called independently.
5745         (gnus-summary-pipe-to-muttprint): Don't modify
5746         gnus-summary-pipe-output-default-command.
5747
5748 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5749
5750         * message.el (message-send-mail-with-sendmail):
5751         Display the error message.
5752
5753 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5754
5755         * gnus-art.el (gnus-default-article-saver):
5756         Add gnus-summary-save-in-pipe to choices.
5757         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5758         gnus-summary-pipe-output-default-command as the default command.
5759         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5760         instead of gnus-last-shell-command.
5761
5762         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5763         New user option.
5764         (gnus-summary-muttprint-program): Mention the value will be changed.
5765         (gnus-summary-save-article): Force showing of all headers.
5766         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5767
5768 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5769
5770         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5771
5772 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5773
5774         * nnimap.el (nnimap-id):
5775         * sieve-manage.el (sieve-manage-open): Doc fixes.
5776
5777 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5778
5779         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5780         if available.
5781
5782 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5783
5784         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5785
5786         * nnkiboze.el (nnkiboze-generate-group):
5787         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5788
5789         * nnmairix.el: Require CL.
5790
5791 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5792
5793         * dgnushack.el: Autoload get-display-table and put-display-table for
5794         XEmacs 21.5.
5795
5796         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5797         21.4 and SXEmacs.
5798
5799 2008-06-15  David Engster  <dengste@eml.cc>
5800
5801         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5802
5803 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5804
5805         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5806         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5807         runtime choice under XEmacs.
5808
5809         * gnus-sum.el (gnus-summary-set-display-table):
5810         Use `gnus-put-display-table', `gnus-get-display-table',
5811         `gnus-set-display-table' for the display table, instead of `aset'.
5812
5813         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5814         Use `gnus-put-display-table', `gnus-get-display-table',
5815         `gnus-set-display-table' for the display table.
5816
5817 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5818
5819         * nnmairix.el: Add autoloads.
5820
5821 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5822
5823         * nnmairix.el (nnmairix-delete-recreate-group)
5824         (nnmairix-update-and-clear-marks): Fix error messages.
5825
5826 2008-06-14  David Engster  <dengste@eml.cc>
5827
5828         * nnmairix.el: Upgrade to version 0.6.
5829         (nnmairix-group-toggle-propmarks-this-group)
5830         (nnmairix-group-toggle-readmarks-this-group)
5831         (nnmairix-group-delete-recreate-this-group)
5832         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5833         (nnmairix-remove-tick-mark-original-article): New commands.
5834         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5835         (nnmairix-propagate-marks-to-nnmairix-groups)
5836         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5837         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5838         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5839         functions needed for marks propagation and manipulation of read marks.
5840         (nnmairix-update-groups): New function.
5841         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5842         (nnmairix-determine-original-group-from-registry)
5843         (nnmairix-determine-original-group-from-path)
5844         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5845         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5846         New helper functions.
5847         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5848         keystrokes for new commands.
5849         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5850         (nnmairix-request-group): Check allow-fast group parameter.
5851         (nnmairix-request-create-group): Set allow-fast group parameter if
5852         nnmairix-allowfast-default is set.
5853         (nnmairix-close-group): Propagate marks upon closing if needed.
5854         (nnmairix-group-toggle-threads-this-group): Use new.
5855         nnmairix-group-toggle-parameter helper function.
5856         (nnmairix-search): Better check for empty search result.
5857         (nnmairix-goto-original-article): Use new helper functions for
5858         determining original article.
5859         (nnmairix-show-original-article): Make sure message-id is in brackets.
5860         (nnmairix-call-mairix-binary): Change variable name.
5861         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5862         helper function.
5863         (nnmairix-widget-toggle-activate): Fix doc string.
5864
5865 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5866
5867         * nnir.el: Require edmacro when compiling with XEmacs.
5868         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5869         available in Emacs 21.
5870
5871 2008-06-11  Glenn Morris  <rgm@gnu.org>
5872
5873         * gnus-util.el (x-focus-frame):
5874         * gnus.el (image-size):
5875         * mm-decode.el (image-size): Declare.
5876
5877         * gnus-picon.el (declare-function): Add compat definition.
5878         (image-size): Declare.
5879
5880         * gnus-group.el (tool-bar-map):
5881         * gnus-sum.el (tool-bar-map): Define for compiler.
5882
5883         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5884
5885         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5886
5887         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5888         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5889         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5890         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5891         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5892         * sieve-manage.el, spam-report.el, spam.el:
5893         Remove unnecessary eval-and-compile of autoloads.
5894
5895 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5896
5897         * auth-source.el: Precise Tramp doc.
5898
5899 2008-06-07  Glenn Morris  <rgm@gnu.org>
5900
5901         * nnmairix.el: Remove unnecessary eval-when-compile.
5902
5903 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5904
5905         * lpath.el: Fbind propertize for XEmacs 21.4.
5906
5907 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5908
5909         * nnir.el: Move here from ../contrib.
5910
5911 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5912
5913         * gnus-util.el (gnus-read-shell-command): New function.
5914         * mm-decode.el (mm-pipe-part):
5915         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5916
5917 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5918
5919         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5920
5921 2008-06-03  Glenn Morris  <rgm@gnu.org>
5922
5923         * pop3.el (nnheader-accept-process-output): Autoload it.
5924
5925 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5926
5927         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5928         are not 2-digit hexadecimal characters that follow `%'s.
5929
5930 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5931
5932         * message.el (message-bogus-recipient-p): Fix type in doc string.
5933         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5934         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5935         Improve custom options.
5936         (message-bogus-recipient-p): Adjust accordingly.
5937
5938 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5939
5940         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5941         long-form month and day names.
5942
5943 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5944
5945         * dgnushack.el: Autoload debug, eudc-expand-inline and
5946         pgg-snarf-keys-region for XEmacs.
5947
5948         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5949
5950         * nnmairix.el: Require edmacro when compiling with XEmacs.
5951
5952 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5953
5954         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5955         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5956
5957 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5958
5959         * auth-source.el: Add more docs.
5960
5961         * netrc.el (netrc-machine): Always match if the port is not given.
5962
5963 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5964
5965         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5966         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5967         retrieval faster in some cases, but might make CPU usage larger.
5968         If this has any bad side effects, we might revert this change.
5969
5970         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5971         seems to make mail retrieval much, much faster.
5972         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5973         unconditionally.
5974
5975         * gnus-draft.el (gnus-group-send-queue):
5976         Bind message-send-mail-partially-limit to nil to avoid being prompted.
5977
5978 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5979
5980         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5981
5982         * message.el (message-bogus-address-regexp): Fix and improve custom
5983         type.
5984         (message-setup-hook): Add message-check-recipients as custom option.
5985
5986 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5987
5988         * message.el (message-cite-function): Remove bogus autoload which crept
5989         in during merge from v5-10.
5990
5991 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5992
5993         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5994
5995         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5996
5997         * auth-source.el: Preliminary Tramp docs.
5998         (auth-sources): Change the default auth-sources to use
5999         EPA .gpg files.
6000
6001 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
6002
6003         * nntp.el: Autoload `auth-source-user-or-password'.
6004         (nntp-send-authinfo): Use it.
6005
6006         * nnimap.el: Autoload `auth-source-user-or-password'.
6007         (nnimap-open-connection): Use it.
6008
6009         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
6010         for the gnus-message function.
6011         (auth-source-user-or-password): Use it.
6012
6013 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
6014
6015         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
6016         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
6017         (rfc2104-hash): Use it.
6018
6019 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
6020
6021         * gnus-art.el (gnus-article-toggle-truncate-lines):
6022         Don't use `iff' in docstring.
6023
6024 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
6025
6026         * gnus-registry.el: Adjusted copyright dates and added a keyword.
6027
6028         * gnus-util.el (gnus-extract-address-component-name)
6029         (gnus-extract-address-component-email): Convenience functions around
6030         `gnus-extract-address-components'.
6031
6032         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6033         Use `gnus-extract-address-component-email' to fix bug of comparing full
6034         sender name to `user-mail-address'.
6035
6036 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
6037
6038         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
6039         catch/throw to optimize.
6040         (gnus-registry-find-keywords): Just use member to find a keyword.
6041
6042 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6043
6044         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
6045         is current before calling gnus-server-prepare.
6046         (gnus-server-setup-buffer, gnus-server-update-server)
6047         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
6048
6049 2008-05-04  Juri Linkov  <juri@jurta.org>
6050
6051         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
6052         (mailcap-file-default-commands): Use mailcap-replace-in-string
6053         instead of replace-regexp-in-string, and mailcap-delete-duplicates
6054         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
6055
6056 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
6057
6058         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
6059
6060 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6061
6062         * gnus.el: Bump version to 0.11.
6063
6064 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
6065
6066         * gnus.el: No Gnus v0.10 is released.
6067
6068 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6069
6070         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
6071         hooks.
6072         (gnus-update-read-articles): Speed up non-marks-using users.
6073         (gnus-use-marks): Define gnus-use-marks.
6074         (gnus-propagate-marks): Rename variable to something more sensible.
6075
6076 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6077
6078         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6079         (gmm-image-load-path-for-library): Fix typos in docstrings.
6080         (gmm-message): Reflow docstring.
6081
6082 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6083
6084         * mail-source.el (mail-source-set-1, mail-source-bind):
6085         Move auth-source code out of the macro to clean it up and fix bugs.
6086
6087 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6088
6089         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6090         by sender if it's equal to user-mail-address, it's likely to be
6091         useless.
6092
6093         * mail-source.el (mail-source-bind): Don't use user or password if they
6094         are not bound.  Unintern them if they are nil.  Don't use server unless
6095         it's bound, and default it to empty string otherwise.
6096
6097 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6098
6099         * mail-source.el: Load auth-source.el.
6100         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6101         get user name or password, if auth-sources is set up.
6102
6103         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6104         strategy of splitting with parent.
6105         (gnus-registry-split-fancy-with-parent)
6106         (gnus-registry-post-process-groups): Use it and fix prior
6107         bug (returning a list as the split result).
6108
6109         * auth-source.el (auth-sources): Remove server parameter.
6110         (auth-source-pick, auth-source-user-or-password)
6111         (auth-source-user-or-password-imap)
6112         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6113         (auth-source-user-or-password-sftp)
6114         (auth-source-user-or-password-smtp): Remove server parameter.
6115
6116 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6117
6118         * smime.el (smime-sign-region, smime-encrypt-region)
6119         (smime-decrypt-region):
6120         Remove redundant calls to `generate-new-buffer-name'.
6121
6122 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6123
6124         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6125         Don't use QP for message/rfc822.
6126         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6127
6128 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6129
6130         * sieve-manage.el (sieve-string-bytes): Remove.
6131         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6132         correct byte-length only if the process's coding-system is the same as
6133         the one used internally by Emacs to represent strings.
6134
6135 2008-04-22  Juri Linkov  <juri@jurta.org>
6136
6137         * mailcap.el (mailcap-file-default-commands): New function.
6138
6139 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6140
6141         * message.el (message-signature-separator, message-cite-function):
6142         Change custom version.
6143
6144 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6145
6146         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6147         commands.
6148         (tls-checktrust): Ditto.
6149
6150 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6151
6152         * mm-decode.el (mm-display-external): Make temp file read-only.
6153
6154 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6155
6156         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6157         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6158         `C-c C-f d'.
6159
6160 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6161
6162         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6163
6164 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6165
6166         * gnus.el: Bump version to 0.9.
6167
6168 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6169
6170         * gnus.el: No Gnus v0.8 is released.
6171
6172 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6173
6174         * mail-source.el (mail-source-value):
6175         Prefer fboundp to functionp so it works with macros as well.
6176
6177 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6178
6179         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6180         Fix last change in case the element is not even a symbol.
6181
6182 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6183
6184         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6185         Prefer fboundp to functionp so it works with macros as well.
6186
6187 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6188
6189         * auth-source.el: Add docs.
6190         (auth-sources): Modify format to support server.
6191         (auth-source-pick, auth-source-user-or-password)
6192         (auth-source-user-or-password-imap)
6193         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6194         (auth-source-user-or-password-sftp)
6195         (auth-source-user-or-password-smtp): Add server parameter.
6196
6197 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6198
6199         * gnus-registry.el: Initialize the registry when gnus-registry-install
6200         is t.
6201
6202 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6203
6204         * compface.el (uncompface): Make buffer unibyte.
6205
6206 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6207
6208         * mail-source.el (mail-source-value):
6209         Prefer fboundp to functionp so it works with macros as well.
6210
6211 2008-04-05  Glenn Morris  <rgm@gnu.org>
6212
6213         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6214
6215 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6216
6217         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
6218         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6219
6220         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6221         multibyteness after rather than before erasing it.
6222
6223         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6224         mm-with-multibyte.
6225         (gnus-request-article-this-buffer): Make sure the proper decoding is
6226         used if gnus-original-article-buffer happens to be unibyte.
6227
6228         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6229         default-enable-multibyte-characters.
6230
6231         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6232         default-enable-multibyte-characters.
6233
6234         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6235
6236         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6237
6238 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6239
6240         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6241         Fix last change in case the element is not even a symbol.
6242
6243 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6244
6245         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6246         (imap-message-copyuid-1): Use it.
6247         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6248         J. Williams in
6249         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6250
6251         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6252         imap-enable-exchange-bug-workaround.
6253         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6254
6255 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6256
6257         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6258         a 100 byte status-checks into a 2-3MB transfer for each group.
6259         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6260         to enable bug workaround or not.
6261         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6262
6263 2008-03-31  Glenn Morris  <rgm@gnu.org>
6264
6265         * message.el (mml2015-use): Declare for compiler.
6266         (message-info): Require mml2015 when appropriate.
6267
6268 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6269
6270         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6271         whitespace.
6272
6273 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6274
6275         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6276         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6277         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6278         (nntp-service-to-port): New function.
6279         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6280         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6281         (nntp-open-netcat-stream): New function.
6282         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6283
6284 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6285
6286         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6287
6288 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6289
6290         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6291
6292 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6293
6294         * dns.el (dns-write): Use set-buffer-multibyte.
6295
6296 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6297
6298         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6299
6300 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6301
6302         * message.el (message-signature-separator): Change default.
6303         Improve custom type.
6304         (message-cite-function): Change default to
6305         message-cite-original-without-signature.
6306
6307         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6308         toggle.
6309
6310         * message.el (message-check-news-body-syntax): Fix signature check.
6311         (message-setup-1): Mark buffer as unmodified _after_ running
6312         message-setup-hook and handling message-alternative-emails.
6313         (message-shorten-references): Be more strict when building list of
6314         valid references to comply with GNKSA.
6315
6316         * gnus-group.el (gnus-read-ephemeral-bug-group)
6317         (gnus-read-ephemeral-debian-bug-group)
6318         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6319
6320         * message.el (message-info): Don't use booleanp which isn't supported
6321         in Emacs 21 and XEmacs.
6322
6323 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6324
6325         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6326         gnus-group-gmane-group-download-format.
6327         (gnus-group-read-ephemeral-gmane-group): Rename from
6328         gnus-group-read-ephemeral-gmane-group.
6329         (gnus-read-ephemeral-gmane-group-url): Rename from
6330         gnus-group-read-ephemeral-gmane-group-url.
6331         (gnus-bug-group-download-format-alist): New variable.
6332         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6333         (gnus-read-ephemeral-emacs-bug-group): New commands.
6334
6335 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6336
6337         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6338         (gnus-visible-headers): Improve custom type.
6339
6340 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6341
6342         * mml.el (mml-menu): Add workarounds for XEmacs.
6343
6344         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6345         X-Boundary header.
6346
6347         * message.el (message-simplify-recipients): Fix previous commit.
6348
6349 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6350
6351         * mm-util.el (mm-set-buffer-multibyte): New function.
6352         * mm-decode.el (mm-copy-to-buffer): Use it.
6353
6354         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6355         Prefer fboundp to functionp so it works with macros as well.
6356
6357 2008-03-19  Glenn Morris  <rgm@gnu.org>
6358
6359         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6360         Accidentally removed in the sync process with Emacs.
6361
6362 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6363
6364         * message.el (message-alter-recipients-discard-bogus-full-name):
6365         New function.
6366         (message-alter-recipients-function): New variable.
6367         (message-get-reply-headers): Use it.
6368         (message-replace-header): New helper function.
6369         (message-recipients-without-full-name): New variable.
6370         (message-simplify-recipients): New command.
6371
6372         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6373
6374         * message.el (message-info): Handle EasyPG manual.
6375
6376         * mml.el (mml-menu): Add entry for EasyPG.
6377
6378 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6379
6380         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6381         parameter.
6382
6383         * message.el (message-disassociate-draft): Specify drafts group name
6384         fully.
6385
6386 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6387
6388         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
6389         Eliminate unnecessary duplicates from the match list.
6390
6391 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6392
6393         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6394
6395         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6396
6397         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6398         args of `how-many' of which the XEmacs version doesn't take; declare
6399         Info-index-next as function.
6400
6401 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6402
6403         * gnus-score.el (gnus-score-headers): Fix handling of
6404         gnus-inhibit-slow-scoring.
6405
6406         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6407         string.
6408         (gnus-button-url-regexp): Improve handling of parenthesis.
6409         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6410         (gnus-button-handle-info-keystrokes): Handle index entries.
6411
6412 2008-03-15  Glenn Morris  <rgm@gnu.org>
6413
6414         * parse-time.el (parse-time-string): Simplify.
6415
6416 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6417
6418         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6419         Incoming* files.
6420
6421 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6422
6423         * auth-source.el (auth-sources): Rename from auth-source-choices.
6424         (auth-source-pick): Use it.
6425
6426 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6427
6428         * binhex.el (binhex-decode-region-internal):
6429         * uudecode.el (uudecode-decode-region-internal):
6430         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6431         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6432         setting default-enable-multibyte-characters.
6433
6434 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6435
6436         * auth-source.el (auth-source-protocols)
6437         (auth-source-protocols-customize, auth-source-choices): Add and
6438         modified variable customizations and defaults.
6439         (auth-source-pick, auth-source-user-or-password)
6440         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6441         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6442         (auth-source-user-or-password-sftp)
6443         (auth-source-user-or-password-smtp): Use new variables and provide an
6444         interface to netrc.el.
6445
6446 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6447
6448         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6449         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6450         Make sure the nntp port to specify is a string.
6451
6452 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6453
6454         * nntp.el: Use with-current-buffer.
6455         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6456         dubious mm-with-unibyte-current-buffer.
6457         (nntp-with-open-group-function): New function extracted from
6458         nntp-with-open-group macro.
6459         (nntp-with-open-group): Use the function, so it's easier to debug.
6460         Add indentation and debugging info.
6461         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
6462         Recommend the use of the netcat alternatives.
6463
6464         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6465         Avoid mm-string-as-multibyte as well.
6466
6467         * nnweb.el (nnweb-insert-html):
6468         Remove use of nnheader-string-as-multibyte.
6469
6470         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6471         (nnheader-string-as-multibyte): Remove.
6472
6473         * mm-view.el: Use inhibit-read-only.
6474         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6475         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6476         or unibyte-string.
6477
6478         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6479         (mm-uu-yenc-extract): Use with-current-buffer.
6480
6481         * gnus-soup.el (gnus-soup-send-packet): Don't use
6482         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6483
6484         * nnmh.el: Use with-current-buffer.
6485         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6486         mm-string-as-multibyte on the output of mm-encode-coding-string.
6487
6488         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6489         (nnimap-request-move-article): Use with-current-buffer.
6490
6491         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6492         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6493         conversion uses string-make-unibyte rather than string-as-unibyte.
6494
6495         * gnus-msg.el: Use with-current-buffer.
6496
6497         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6498
6499 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6500
6501         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6502         string for caching if it is 'PIN.
6503
6504 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6505
6506         * lpath.el: Consider the case without Emacs/W3.
6507
6508 2008-03-08  Glenn Morris  <rgm@gnu.org>
6509
6510         * time-date.el (date-to-time, time-subtract, time-add)
6511         (safe-date-to-time): Doc fixes.
6512
6513 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6514
6515         * mail-source.el (mail-source-delete-old-incoming-confirm):
6516         Change default to nil.
6517         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6518
6519 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6520
6521         * lpath.el: Rearrange.
6522
6523         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6524         (gnus-article-goto-prev-page): Work for articles having ^L's.
6525
6526         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6527
6528         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6529
6530 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6531
6532         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6533         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6534         (gnus-bookmark-jump): Adjust some variable names.
6535
6536 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6537
6538         * auth-source.el: New package.
6539         (auth-source-choices): Add customization entry point variable.
6540
6541         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6542         bug.
6543
6544 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6545
6546         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6547         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6548         (gnus-registry-install-shortcuts): Rename from
6549         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6550         the `gnus-registry-mark-map' keymap dynamically from
6551         `gnus-registry-marks'.  The generated functions update the summary line
6552         when a registry mark is added or deleted, and will call
6553         `gnus-registry-install-p' (see the comments in the code).
6554         (gnus-registry-user-format-function-M): Use concat intelligently.
6555
6556         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6557         the registry mark functions.
6558
6559 2008-03-05  Glenn Morris  <rgm@gnu.org>
6560
6561         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6562         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6563         gnus-art.
6564         (top-level): No need to load own source when compiling.
6565
6566 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6567
6568         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6569         Suggested by <chris.anderton@zetnet.co.uk>.
6570
6571 2008-03-04  Glenn Morris  <rgm@gnu.org>
6572
6573         * gnus-sum.el (top-level): No need to require gnus when compiling,
6574         since unconditionally required near start of file.
6575         (gnus-summary-display-while-building): Move definition before use.
6576
6577 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6578
6579         * gnus-registry.el (gnus-registry-user-format-function-M):
6580         Add formatting function.
6581
6582 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
6585         with plists.
6586         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6587         Use new format.
6588
6589 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6590
6591         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6592         `where-is-internal' that returns a range of key sequences.
6593
6594 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6595
6596         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6597
6598         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6599         (gnus-summary-jump-to-group): Consider windows on other displayed
6600         frames as well.  Similar changes might be needed elsewhere, but that's
6601         the one I've bumped into during my use.
6602
6603         * nndoc.el (nndoc-oe-dbx-type-p):
6604         * gnus-msg.el (gnus-debug):
6605         * gnus-group.el (gnus-update-group-mark-positions):
6606         Use mm-string-to-multibyte.
6607
6608 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6611         doesn't handle NotDashEscaped.
6612
6613         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6614         (mml-dnd-attach-options): Fix typo in custom choice.
6615
6616         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
6617         Change nndoc-article-type to mbox.
6618         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6619
6620         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6621         to nil, instead of html2text.
6622
6623         * imap.el (imap-debug): Add `imap-ping-server'.
6624
6625         * gnus-bookmark.el: Add FIXMEs.
6626
6627         * message.el (message-form-letter-separator)
6628         (message-send-form-letter-delay): New variables.
6629         (message-send-form-letter): Use them.  New command to send form
6630         letters.  Requested by Uwe Siart.
6631         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6632
6633 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6634
6635         * Update copyright years.
6636
6637 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6638
6639         Sync from EMACS_22_BASE.
6640
6641         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6642
6643 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6644
6645         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6646         empty author.
6647
6648 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6649
6650         * gnus-registry.el (gnus-registry-marks): Add variable for
6651         customization of marks and their appearance.
6652         (gnus-registry-read-mark): Use it.
6653         (gnus-registry-do-marks): Add utility function to loop through
6654         `gnus-registry-marks'.
6655         (gnus-registry-install-shortcuts-and-menus): Add function to install
6656         shortcuts and menus.
6657         (gnus-registry-initialize): Use it.
6658         (gnus-registry-default-mark): Clarify documentation.
6659
6660 2008-02-29  Glenn Morris  <rgm@gnu.org>
6661
6662         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6663         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6664         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6665         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6666         Change defcustom :version from 23.0 to 23.1.
6667
6668 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6669
6670         * gnus-registry.el (gnus-registry-follow-group-p)
6671         (gnus-registry-post-process-groups): Add functions to aid registry
6672         splitting and improve logging.  Clarify behavior in function
6673         documentation.
6674         (gnus-registry-split-fancy-with-parent): Use them.
6675
6676 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6677
6678         * gnus-art.el: Use with-current-buffer.
6679
6680 2008-02-27  David Engster  <dengste@eml.cc>
6681
6682         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6683         Express real group name in the response.
6684
6685 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6686
6687         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6688         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6689         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6690         autoload gnus-registry-fetch-group when compiling.
6691         (nnmairix-request-group-with-article-number-correction):
6692         Remove unreferenced argument passed to nnmairix-call-backend.
6693
6694 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6695
6696         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6697         (mm-uu-extract): Improve face for low color ttys.
6698         Reported by Sascha Wilde.
6699
6700 2008-02-27  Glenn Morris  <rgm@gnu.org>
6701
6702         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6703         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6704         variables to defconsts.  Convert comments to doc-strings.
6705         (nnmairix-last-server, nnmairix-current-server): Convert from free
6706         variables to defvars.  Convert comments to doc-strings.
6707         (gnus-registry-fetch-group): Autoload.
6708         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6709         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6710         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6711         caddr.
6712         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6713         nnmairix-request-group-with-article-number-correction call.
6714         (nnmairix-fast, nnmairix-group): New, less general names, for free
6715         variables passed from nnmairix-request-group to
6716         nnmairix-request-group-with-article-number-correction.  Declare.
6717         (nnmairix-request-group-with-article-number-correction):
6718         Use nnmairix-fast, nnmairix-group rather than fast, group.
6719
6720 2008-02-26  David Engster  <dengste@eml.cc>
6721
6722         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6723         version 0.5.
6724
6725 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6726
6727         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6728         instead of making an extra function call.  Don't add the current group
6729         to articles only when they have the group.  Use
6730         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6731         Reported by David <de_bb@arcor.de>.
6732
6733 2008-02-24  Miles Bader  <miles@gnu.org>
6734
6735         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
6736         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
6737         (mm-find-mime-charset-region):
6738         * mm-bodies.el (mm-encode-body):
6739         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
6740
6741 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6742
6743         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6744         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6745
6746 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6747
6748         * mail-source.el (mail-source-delete-incoming): Change default.
6749         Supplement doc string.
6750
6751         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6752
6753 2008-02-14  Glenn Morris  <rgm@gnu.org>
6754
6755         * time-date.el (format-seconds): New function.
6756
6757 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6758
6759         * nnmail.el (nnmail-message-id-cache-file): Derive from
6760         `gnus-home-directory'.
6761
6762 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6763
6764         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6765         Document negative prefix.
6766
6767         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6768
6769 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6770
6771         * message.el (message-unsent-separator): Add the Exim bounce
6772         separator.
6773
6774 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6775
6776         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6777         list.
6778         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6779         recipient/signer list.
6780
6781 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6782
6783         * Makefile.in (datarootdir): Define.
6784         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6785         name that might contain whitespace.
6786
6787 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6788
6789         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6790         fbound (Emacs 23 unicode), signal an error.
6791
6792 2008-02-08  Glenn Morris  <rgm@gnu.org>
6793
6794         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6795
6796 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6797
6798         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6799         ports to the calls to `netrc-machine-user-or-password' in addition to
6800         "imap" and "imaps".
6801
6802 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6803
6804         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6805
6806         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6807
6808 2008-02-01  Kenichi Handa  <handa@m17n.org>
6809
6810         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6811         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6812         (rfc2104-hash): Convert the result of concat to unibyte string.
6813
6814 2008-02-01  Dave Love  <fx@gnu.org>
6815
6816         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6817         coding-system-for-read.
6818         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6819
6820 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6823         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6824         <hanche@math.ntnu.no>.
6825
6826 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6829
6830         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6831
6832 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6833
6834         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6835         * message.el (message-beginning-of-line): Use featurep instead of bound
6836         tests in order to resolve conditionals at compile time.
6837
6838 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6839
6840         * mail-source.el (mail-sources): Add `group' choice.
6841
6842         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6843         parameter `in-group' to control into which group the articles go.
6844         Add treatment of `group' mail-source.
6845
6846 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6847
6848         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6849
6850         * mm-decode.el (mm-dissect-buffer): Decode description.
6851
6852         * mml.el (mml-to-mime): Encode message header first.
6853
6854 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6855
6856         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6857         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6858
6859         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6860         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6861
6862 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6863
6864         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6865
6866 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6867
6868         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6869         prefix keys.
6870         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6871         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6872         gnus-xmas.el.
6873
6874         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6875         (gnus-xmas-article-describe-bindings): New function.
6876         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6877         gnus-xmas-article-describe-bindings.
6878
6879         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6880
6881 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6882
6883         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6884         Add new variables for article mark management.
6885         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6886         list of extra data entries which, when present, will indicate that the
6887         article ID should not be trimmed from the registry.
6888         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6889         functions.
6890         (gnus-registry-read-mark): New function to read a mark name from the
6891         user.
6892         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6893         (gnus-registry-set-article-mark-internal): New functions to add and
6894         remove marks.
6895         (gnus-registry-get-article-marks): New function to show the marks for
6896         an article, or retrieve them for further use.
6897
6898 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6899
6900         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6901         keys when no argument is given.
6902
6903 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6904
6905         * imap.el (imap-ping-server): New variable.
6906         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6907         (imap-ping-server): Minor doc string fixes.
6908
6909 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6910
6911         * imap.el (imap-ping-server): New function.
6912         (imap-opened): Call imap-ping-server.
6913
6914 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6915
6916         * gnus-sum.el (gnus-article-sort-by-random)
6917         (gnus-thread-sort-by-random): Fix doc strings.
6918         Reported by jidanni@jidanni.org.
6919
6920 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6921
6922         * gnus-art.el (gnus-article-describe-bindings): New function.
6923         (gnus-article-read-summary-keys): Use it.
6924         (gnus-article-mode-map): Bind `C-h b' to it.
6925
6926 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6927
6928         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6929         XEmacs.
6930         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6931         Protect against non-character events.
6932
6933         * lpath.el: Fbind map-keymap for Emacs 21.
6934
6935 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6936
6937         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
6938         New command.
6939         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6940         instead of END.  Change name of the temp file.
6941         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6942         customizable.
6943
6944 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6945
6946         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6947         bind `S W' to gnus-article-wide-reply-with-original; set default
6948         binding to gnus-article-read-summary-send-keys.
6949         (gnus-article-read-summary-keys): Fix the order of keys; display
6950         continuation keys correctly in the echo area; describe bindings
6951         correctly when keys end with `C-h'.
6952         (gnus-article-read-summary-send-keys): New function.
6953         (gnus-article-describe-key, gnus-article-describe-key-briefly):
6954         Work for gnus-article-read-summary-send-keys; display continuation keys
6955         correctly in the echo area.
6956         (gnus-article-reply-with-original): Ignore prefix argument.
6957         (gnus-article-wide-reply-with-original): New function.
6958
6959         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6960         Emacs 21.
6961
6962 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6963
6964         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6965         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6966
6967 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6968
6969         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6970         (gnus-group-read-ephemeral-gmane-group): New command.
6971
6972 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6973
6974         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6975
6976 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6977
6978         * message.el (message-send-mail-function): Increase custom version.
6979
6980         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6981         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6982
6983 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6984
6985         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6986         for the cases where imap-authenticate is called with a nil buffer
6987         parameter.
6988
6989 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6990
6991         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6992         html parts correctly; support forwarded messages.
6993         (gnus-article-browse-html-article): Remove work buffers.
6994
6995         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6996         compiling.
6997         (netrc-bound-and-true-p): New macro.
6998         (netrc-parse): Use it instead of bound-and-true-p that is not available
6999         in XEmacs 21.4.
7000
7001 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
7002
7003         * gnus-registry.el (gnus-registry-mark-article)
7004         (gnus-registry-article-marks): Add functionality to mark articles
7005         through the Gnus registry.
7006
7007         * encrypt.el: Clarify documentation for the new pgg method.
7008         (encrypt-file-alist): Add PGG option.
7009         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
7010         functionality.  Abstract password key and messaging to external
7011         functions.
7012         (encrypt-password-key, encrypt-get-passphrase-if-needed)
7013         (encrypt-message-method-and-cipher): Add new convenience external
7014         functions.
7015         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
7016         (encrypt-pgg-process-buffer): Add PGG functionality glue.
7017
7018         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
7019         (netrc-parse): Use encrypt-file-alist to determine if
7020         encrypt-find-model or encrypt-insert-file-contents should be used.
7021
7022         * encrypt.el: Clarify documentation.  Load password-cache or
7023         password, whichever one is found first, instead of autoloading.
7024
7025 2007-12-19  Glenn Morris  <rgm@gnu.org>
7026
7027         * mml.el (message-options-set, message-narrow-to-head)
7028         (message-in-body-p, message-mail-p, message-encode-message-body):
7029         Autoload.
7030         (message-remove-header, message-narrow-to-headers-or-head)
7031         (message-subscribed-p, message-make-mail-followup-to)
7032         (message-position-on-field, message-news-p)
7033         (message-options-set-recipient, message-generate-headers)
7034         (message-sort-headers): Declare as functions.
7035
7036 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7037
7038         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
7039         convention in doc string.
7040
7041 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7042
7043         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
7044         title to html parts.
7045         (gnus-article-browse-html-article): Pass message header to it.
7046
7047         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
7048
7049 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
7050
7051         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
7052         or password compatible with XEmacs.
7053
7054 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7055
7056         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
7057         format document.
7058         (gnus-mime-delete-part): Don't write description line if empty.
7059         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
7060
7061 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
7062
7063         * gnus-sum.el (gnus-summary-mark-unread-as-read)
7064         (gnus-summary-mark-read-and-unread-as-read)
7065         (gnus-summary-mark-current-read-and-unread-as-read)
7066         (gnus-summary-mark-unread-as-ticked): Doc fix.
7067         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
7068
7069 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7070
7071         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
7072         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7073
7074 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
7075
7076         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
7077         yes-or-no-p.
7078
7079 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7080
7081         * mm-decode.el (mm-add-meta-html-tag): New function.
7082         (mm-save-part-to-file, mm-pipe-part): Use it.
7083
7084         * gnus-art.el (gnus-article-browse-delete-temp-files):
7085         Use gnus-y-or-n-p instead of y-or-n-p.
7086         (gnus-article-browse-html-parts): Work with message/external-body; use
7087         mm-add-meta-html-tag.
7088
7089 2007-12-11  Glenn Morris  <rgm@gnu.org>
7090
7091         * gnus-cache.el: Require gnus-sum not just when compiling.
7092
7093         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7094
7095         * gnus-int.el (gnus-server-opened, gnus-status-message):
7096         Move definitions before use.
7097
7098         * mm-decode.el: Require gnus-util.
7099         (mm-remove-part): Only call delete-annotation on XEmacs.
7100
7101         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7102
7103         * nnmail.el: Require gnus-int.
7104
7105         * spam.el: Move `require's before `eval-when-compile's.
7106
7107         * gnus-ems.el (gnus-alive-p):
7108         * gnus-fun.el (message-goto-eoh):
7109         * gnus-util.el (gnus-group-name-decode):
7110         * mail-source.el (gnus-compress-sequence):
7111         * message.el (Info-goto-node, format-spec):
7112         * mm-bodies.el (message-options-get):
7113         * mm-decode.el (mm-view-pkcs7):
7114         * mm-util.el (gmm-write-region):
7115         * mml-smime.el (mml-compute-boundary)
7116         (gnus-completing-read-with-default):
7117         * mml.el (widget-button-press, gnus-make-hashtable):
7118         * mml1991.el (mm-decode-content-transfer-encoding)
7119         (mm-encode-content-transfer-encoding)
7120         (message-options-get, message-options-set):
7121         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7122         * nnfolder.el (gnus-request-group):
7123         * nnheader.el (ietf-drums-unfold-fws):
7124         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7125         * smime.el (gnus-run-mode-hooks):
7126         * spam-stat.el (gnus-message): Autoload.
7127
7128         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7129         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7130         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7131         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7132         Add declare-function compatibility definition.
7133
7134         * gnus-cache.el (nnvirtual-find-group-art):
7135         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7136         (gnus-add-image, gnus-add-wash-type):
7137         * gnus-group.el (nnkiboze-score-file):
7138         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7139         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7140         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7141         (message-tokenize-header, gnus-get-buffer-create)
7142         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7143         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7144         * gnus.el (gnus-group-decoded-name):
7145         * mail-source.el (imap-capability):
7146         * mm-bodies.el (message-options-set):
7147         * mm-decode.el (gnus-configure-windows):
7148         * mm-extern.el (message-goto-body):
7149         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7150         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7151         (epg-sub-key-validity, message-options-set):
7152         * mml.el (widget-event-point, gnus-configure-windows):
7153         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7154         * mml2015.el (epg-check-configuration, epg-configuration)
7155         (message-options-set):
7156         * nndb.el (nndb-request-article):
7157         * nnfolder.el (gnus-request-create-group):
7158         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7159         * nnmaildir.el (gnus-group-mark-article-read):
7160         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7161         * rfc1843.el (message-fetch-field):
7162         * spam.el (gnus-extract-address-components):
7163         Declare as functions.
7164
7165 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7166
7167         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7168
7169         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7170
7171         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7172         bind show-trailing-whitespace for XEmacs.
7173
7174 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7175
7176         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7177         new no-op macro for backward compatibility.
7178
7179         * imap.el (imap-string-to-integer): New function.
7180
7181 2007-12-09  Glenn Morris  <rgm@gnu.org>
7182
7183         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7184
7185         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7186         * message.el, mm-view.el, sieve-manage.el, smime.el:
7187         Add declare-function compatibility definition.
7188
7189         * gnus-art.el (w3-region, w3m-region, Info-menu):
7190         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7191         * gnus-sum.el (gnus-get-predicate):
7192         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7193         * message.el (mail-abbrev-in-expansion-header-p):
7194         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7195         (w3m-detect-meta-charset, w3m-region):
7196         * sieve-manage.el (password-read, password-cache-add)
7197         (password-cache-remove):
7198         * smime.el (password-read-and-add): Declare as functions.
7199
7200 2007-12-08  David Kastrup  <dak@gnu.org>
7201
7202         * gnus-sum.el (gnus-summary-simplify-subject-query):
7203         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7204         `message'.
7205
7206 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7207
7208         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7209         it to bind idna-program, installation-directory, defined-colors, and
7210         face-attribute for XEmacs of the version that compiles defcustom forms.
7211
7212 2007-12-07  Glenn Morris  <rgm@gnu.org>
7213
7214         * gnus-art.el (article-make-date-line): Revert previous change.
7215
7216 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7217
7218         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7219
7220 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7221
7222         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
7223         Call gnus-add-to-range ranges only once with a prepared article-list.
7224
7225 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7226
7227         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7228         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7229         group names with backslashes.
7230         Reported by Tassilo Horn <tassilo@member.fsf.org>.
7231
7232 2007-12-06  Deepak Goel  <deego3@gmail.com>
7233
7234         * gnus-art.el (article-make-date-line):
7235         * gnus-start.el (gnus-load):
7236         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7237
7238 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7239
7240         * gnus-art.el (gnus-use-idna)
7241         * gnus-start.el (gnus-site-init-file)
7242         * message.el (message-use-idna)
7243         * mm-uu.el (mm-uu-hide-markers)
7244         * smiley.el (smiley-style): Revert changes that suppress warnings.
7245
7246 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7247
7248         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7249         specify charset to html source.
7250         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
7251
7252 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7253
7254         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7255         idna-program in order to suppress byte compile warning issued by XEmacs
7256         that came to byte compile the default value section of defcustom forms
7257         recently.
7258
7259         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7260         value of installation-directory.
7261
7262         * message.el (message-use-idna): Don't directly refer to the value of
7263         idna-program.
7264
7265         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7266
7267         * smiley.el (smiley-style): Don't directly call face-attribute.
7268
7269 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7270
7271         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7272
7273         * gnus-dired.el: Reduce Gnus dependencies.
7274         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
7275         Don't require.  Use autoloads instead.
7276         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7277         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7278         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7279         (gnus-dired-mode): Adjust doc string.
7280         (gnus-dired-mail-mode): New variable.
7281         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7282         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7283         (gnus-dired-mail-buffers): New function.  Return mail or message
7284         composition buffers.
7285         (gnus-dired-attach): Use it.
7286         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7287         NO-DECODE.
7288         (gnus-dired-print): Use `gnus-print-buffer' depending on
7289         `gnus-dired-mail-mode'.
7290
7291 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7292
7293         * rfc2047.el (rfc2047-encoded-word-regexp)
7294         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7295         explaining what regexp patterns are for.
7296
7297 2007-12-04  Glenn Morris  <rgm@gnu.org>
7298
7299         * password.el: Move to password-cache.el.
7300
7301         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7302         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7303         * mml-smime.el (password-read, password-cache-add)
7304         (password-cache-remove):
7305         No need to autoload, since mml-sec requires password.
7306
7307         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7308         * message.el (gnus-extract-address-components):
7309         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7310
7311         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7312         password.
7313
7314 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7315
7316         * mailcap.el: Reduce dependencies.
7317         (mail-header-parse-content-type): Autoload.
7318         (mailcap-delete-duplicates): New alias.
7319         (mailcap-mime-info): Add optional argument NO-DECODE.
7320         (mailcap-mime-types): Use mailcap-delete-duplicates.
7321
7322         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7323
7324 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7325
7326         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7327         (imap-parse-status): Upcase status-att for servers that sends them
7328         lower-case (e.g., MS Exchange 2007).
7329
7330 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7331
7332         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7333         function.
7334
7335         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7336         (gnus-uu-yenc-article): New function.
7337
7338         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7339
7340         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
7341
7342 2007-12-02  Glenn Morris  <rgm@gnu.org>
7343
7344         * binhex.el (binhex): New custom group.
7345         (binhex-decoder-program, binhex-decoder-switches)
7346         (binhex-use-external): Move to the binhex custom group.
7347
7348         * uudecode.el (uudecode): New custom group.
7349         (uudecode-decoder-program, uudecode-decoder-switches)
7350         (uudecode-use-external): Move to the uudecode custom group.
7351
7352         * netrc.el (top-level): Don't load `encrypt' features.
7353         (netrc-parse): Don't use encrypt.
7354         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7355
7356         * encrypt.el: Remove file.
7357
7358 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7361         matches on patches.
7362
7363         * gnus-art.el (gnus-article-browse-html-article):
7364         Mention `mm-text-html-renderer' in the doc string.
7365
7366         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7367         string.  Add comments.
7368
7369         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7370         if rhs is ASCII.
7371
7372 2007-12-01  Glenn Morris  <rgm@gnu.org>
7373
7374         * mail-source.el (top-level): Require format-spec before
7375         eval-when-compile.
7376
7377 2007-11-30  Glenn Morris  <rgm@gnu.org>
7378
7379         * encrypt.el: Require password, rather than autoloading password-read.
7380
7381 2007-11-29  Glenn Morris  <rgm@gnu.org>
7382
7383         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7384         (sasl-make-client, sasl-next-step, sasl-step-data)
7385         (sasl-step-set-data): Declare as functions.
7386
7387 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7388
7389         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7390
7391 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7392
7393         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7394         certs should be verified and what is to be done in the event of a
7395         verification failure.
7396
7397         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7398         caller can indicate whether the cache should be disregarded for this
7399         call.  This way the result of the call is reproducible at all times and
7400         can be considered a canonical server name for the supplied method.
7401         (gnus-agent-method-p): Canonicalize server names by pushing their
7402         method through `gnus-method-to-server' using the no-cache argument.
7403
7404         * gnus-srvr.el (gnus-server-insert-server-line):
7405         Call `gnus-method-to-server' with `no-cache' argument.
7406
7407         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7408         gnus-agent-possibly-synchronize-flags as this should be called when the
7409         server is actually being opened.
7410         (gnus-agent-possibly-synchronize-flags)
7411         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7412         flags file of an agentized server to the latter function.
7413
7414         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7415         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7416         after a connection has been established successfully.
7417
7418 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7419
7420         * gnus-art.el (article-display-face): Force to display face if called
7421         interactively; check if gnus-article-x-face-too-ugly matches author.
7422         (article-display-x-face): Display face even if From header is missing
7423         as article-display-face does.
7424
7425 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7426
7427         * hashcash.el (message-narrow-to-headers-or-head)
7428         (message-fetch-field, message-goto-eoh)
7429         (message-narrow-to-headers): Declare as functions.
7430
7431 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7432
7433         * mail-source.el (mail-sources): Default to fetch from file for
7434         compatibility with default of nnmail-spool-file.
7435
7436 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7437
7438         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7439         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7440         to look for encoded word that should be encoded again.
7441         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7442         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7443         encoding pattern.
7444         (rfc2047-decode-region): Switch strict regexp and loose one according
7445         to rfc2047-allow-irregular-q-encoded-words.
7446
7447 2007-11-25  Romain Francoise  <romain@orebokech.com>
7448
7449         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7450
7451 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7452
7453         * tls.el (tls-program): Provide more custom choices from
7454         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7455         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7456
7457 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7458
7459         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7460         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7461
7462         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7463         `nnmail-spool-file'.
7464
7465         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7466         `nnmail-spool-file'.
7467
7468         * gnus-move.el (gnus-change-server): Ditto.
7469
7470         * gnus-kill.el (gnus-batch-score): Ditto.
7471
7472         * gnus-cache.el (gnus-jog-cache): Ditto.
7473
7474         * gnus-msg.el (gnus-summary-reply):
7475         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7476
7477 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7478
7479         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7480         version.  Minor improvement to doc strings.
7481         (tls-program): Add comment.
7482
7483 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7484
7485         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7486         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7487         mismatch between the hostname provided in the certificate and the name
7488         of the host connnecting to.
7489         (open-tls-stream): Use them.  Check certificates against trusted root
7490         certificates.
7491
7492 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7493
7494         * gnus-cache.el (gnus-cache-generate-nov-databases):
7495         Use nnml-generate-nov-databases-directory instead of
7496         nnml-generate-nov-databases-1.
7497
7498 2007-11-24  Glenn Morris  <rgm@gnu.org>
7499
7500         * message.el (message-tool-bar-retro): Update for rename
7501         mail_send.xpm->mail-send.xpm.
7502
7503 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7504
7505         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7506         `smime-ldap-search' for Emacs 22 and up.
7507
7508 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7509
7510         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7511
7512         * message.el (message-send-mail-function): Fix error convention.
7513         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7514         (message-widen-reply, message-send-mail, message-talkative-question)
7515         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7516         (message-clone-locals, message-send-news): Use with-current-buffer.
7517         (message-insert-or-toggle-importance): Remove unused var `valid'.
7518         (message-make-references): Remove unused var `new-references'.
7519         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7520
7521 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7522
7523         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7524         (spam-split-symbolic-return-positive): Reflow docstring.
7525         (spam-backends, spam-summary-exit-behavior)
7526         (spam-mark-ham-unread-before-move-from-spam-group)
7527         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7528         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7529         (spam-clear-cache, spam-backend-check, spam-install-backend)
7530         (spam-install-statistical-backend, spam-list-of-processors)
7531         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7532         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7533         (spam-check-crm114, spam-initialize, spam-unload-hook):
7534         Fix typos in docstrings.
7535
7536 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7537
7538         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7539         been checked if they have never been read and those group levels are
7540         higher than the one that a user specified.
7541
7542 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7543
7544         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7545         foreign groups unless a group level is specified by a user.
7546         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7547
7548 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * message.el (message-send-mail-function): Require sendmail.
7551
7552 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7553
7554         * message.el (message-send-mail-function): Check for smtpmail too.
7555
7556         * utf7.el (utf7-encode, utf7-decode): Use coding system
7557         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7558
7559         * message.el (message-send-mail-function): New function.
7560         (message-send-mail-function): Set default using
7561         message-send-mail-function.  Adjust doc string.
7562         (message-send-mail-with-mailclient): New function.
7563
7564 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7565
7566         * smime.el (from):
7567         * rfc2047.el (message-posting-charset):
7568         * qp.el (mm-use-ultra-safe-encoding):
7569         * pop3.el (parse-time-months):
7570         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7571         * nnml.el (files):
7572         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7573         (jka-compr-compression-info-list, ange-ftp-path-format)
7574         (efs-path-regexp):
7575         * nndiary.el (files):
7576         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7577         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7578         (epg-digest-algorithm-alist, inhibit-redisplay)
7579         (password-cache-expiry):
7580         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7581         (pgg-output-buffer, password-cache-expiry):
7582         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7583         (efs-path-regexp):
7584         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7585         (inhibit-redisplay):
7586         * mm-uu.el (file-name, start-point, end-point, entry)
7587         (gnus-newsgroup-name, gnus-newsgroup-charset):
7588         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7589         (latin-unity-ucs-list):
7590         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7591         (mm-uu-binhex-decode-function):
7592         * message.el (gnus-message-group-art, gnus-list-identifiers)
7593         (rmail-enable-mime-composing, gnus-local-organization)
7594         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7595         (gnus-read-active-file, facemenu-add-face-function)
7596         (facemenu-remove-face-function, gnus-article-decoded-p)
7597         (tool-bar-mode):
7598         * mail-source.el (display-time-mail-function):
7599         * gnus-util.el (nnmail-pathname-coding-system)
7600         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7601         (gnus-original-article-buffer, gnus-user-agent)
7602         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7603         (xemacs-codename, sxemacs-codename, emacs-program-version):
7604         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7605         * gnus-start.el (gnus-agent-covered-methods)
7606         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7607         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7608         (gnus-newsgroup-headers, gnus-group-list-mode)
7609         (gnus-group-mark-positions, gnus-newsgroup-data)
7610         (gnus-newsgroup-unreads, nnoo-state-alist)
7611         (gnus-current-select-method, mail-sources)
7612         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7613         (nnmail-spool-file, gnus-cache-active-hashtb):
7614         * gnus-mh.el (mh-lib-progs):
7615         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7616         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7617         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7618         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7619         (gnus-group-buffer):
7620         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7621         (font-lock-set-defaults):
7622         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7623         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7624         (gnus-summary-post-menu, total-parts, type, condition, length):
7625         * gnus-agent.el (gnus-agent-read-agentview):
7626         * flow-fill.el (show-trailing-whitespace):
7627         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7628         eval-and-compile wrappers for byte compiler pacifiers.
7629
7630         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7631         (mm-display-inline-fontify): Check for featurep 'xemacs not
7632         extent-list.
7633
7634         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7635         itimer-list.
7636         (mm-create-image-xemacs): Only do something for XEmacs.
7637         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7638
7639         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7640
7641         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7642         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7643
7644 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7645
7646         * nnimap.el (nnimap-split-download-body):
7647         * gnus-demon.el (gnus-demon):
7648         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7649
7650 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7651
7652         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
7653         New macros.
7654         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7655         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7656         copy data from unibyte buffer to multibyte current buffer.
7657         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7658         to copy data from unibyte current buffer to multibyte buffer.
7659         (nntp-make-process-buffer): Make process buffer unibyte.
7660
7661         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7662
7663 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7664
7665         * pop3.el (pop3-open-server): Accept and process data more robustly at
7666         connexion start to avoid spurious "POP SSL connexion failed" errors.
7667
7668 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7669
7670         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7671         read group names.
7672
7673 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7674
7675         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7676
7677 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7678
7679         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7680         (nnmail-save-active): Use a unibyte buffer when saving active file,
7681         which may contain non-ASCII group names.
7682
7683         * nnml.el (nnml-request-group): Decode group names in messages.
7684
7685 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7686
7687         * message.el (message-citation-line-function)
7688         (message-insert-formatted-citation-line): Fix spelling of
7689         `message-insert-formated-citation-line'.
7690
7691 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7692
7693         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7694
7695 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7696
7697         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7698         nnmail-pathname-coding-system.
7699
7700         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7701         that a user enters; decode group names in messages.
7702
7703         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7704
7705 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7706
7707         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7708
7709         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7710
7711         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7712         risky local variable.
7713
7714         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7715
7716 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7717
7718         * encrypt.el: Improve documentation to fix function name typo.
7719         Reported by Daiki Ueno <ueno@unixuser.org>.
7720
7721 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7722
7723         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7724         even if the point is not in the last page of an article.
7725         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7726         back to the previous page.
7727
7728 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7729
7730         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7731
7732 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7733
7734         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7735
7736 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7737
7738         * message.el (message-check-news-body-syntax):
7739         Avoid mm-string-as-multibyte.
7740         (message-hide-headers): Don't assume (point-min)==1.
7741
7742 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7743
7744         * message.el (message-remove-blank-cited-lines): Fix if remove is
7745         given.
7746         (message-bogus-address-regexp): New variable.
7747         (message-bogus-recipient-p): New function.
7748         (message-check-recipients): New command.
7749         (message-syntax-checks): Add `bogus-recipient'.
7750         (message-fix-before-sending): Add `bogus-recipient'.
7751
7752         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7753         (gnus-treat-body-boundary): Don't test window-system.
7754
7755 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7756
7757         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7758
7759 2007-10-28  Miles Bader  <miles@gnu.org>
7760
7761         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7762         at compile-time too.
7763
7764 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7765
7766         * gnus-msg.el (gnus-message-setup-hook):
7767         Add `message-remove-blank-cited-lines' to options.
7768
7769 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7770
7771         * message.el (message-remove-blank-cited-lines): New function.
7772         Suggested by Karl Plästerer.
7773
7774 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7775
7776         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7777         mapc.
7778
7779         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7780         (top-level): Use mapc to set functions to be traced for debugging.
7781
7782         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7783         called for effect with while loop.
7784
7785         * message.el (message-talkative-question): Replace mapcar called for
7786         effect with mapc.
7787
7788         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7789         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7790         called for effect with dolist.
7791
7792         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7793
7794         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7795         gnus-extra-headers and nnmail-extra-headers.
7796
7797         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7798         called for effect with dolist.
7799         (top-level): Use mapc to set functions to be traced for debugging.
7800
7801         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7802         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7803         dolist.
7804
7805         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7806         Replace mapcar called for effect with mapc.
7807         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7808         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7809         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7810         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7811
7812         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7813         remove-if that's a cl function.
7814
7815         * webmail.el (webmail-debug): Replace mapcar called for effect with
7816         dolist.
7817
7818         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7819         with mapc.
7820
7821 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7822
7823         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7824         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7825         with while loop.
7826
7827         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7828         functions from article-* functions.
7829         (gnus-multi-decode-header): Replace mapcar called for effect with
7830         dolist.
7831
7832         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7833         (gnus-bookmark-show-details): Replace mapcar called for effect with
7834         while loop.
7835
7836         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7837         called for effect with while loop.
7838
7839         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7840         with dolist.
7841
7842         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7843         Replace mapcar called for effect with dolist.
7844
7845         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7846
7847         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7848         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7849         Replace mapcar called for effect with dolist.
7850         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7851         mapc.
7852
7853         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7854         Replace mapcar called for effect with dolist.
7855         (gnus-topic-list): Replace mapcar called for effect with mapc.
7856
7857         * gnus.el: Use mapc instead of mapcar to add autoloads.
7858
7859 2007-10-23  Richard Stallman  <rms@gnu.org>
7860
7861         * gnus-group.el (gnus-group-highlight): Mark as risky.
7862
7863 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7864
7865         * gnus.el (gnus-server-to-method): Return method found first in
7866         gnus-newsrc-alist.
7867
7868         * gnus-art.el (gnus-article-highlight-signature)
7869         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7870         button overlay without the front stickiness.
7871
7872 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7873
7874         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7875         overview buffer needed a catch to receive its throw.
7876         (gnus-agent-flush-cache): Declare as interactive to make this function
7877         easier to use.
7878
7879 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7880
7881         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7882         `next-line'.
7883
7884 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7885
7886         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7887         exclude address matching message-dont-reply-to-names.
7888
7889 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * gnus-util.el (gnus-string<): New function.
7892
7893         * gnus-sum.el (gnus-article-sort-by-author)
7894         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7895
7896 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7899         the frame-focus tag is set in gnus-buffer-configuration.
7900
7901 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7902
7903         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7904         the front stickiness.
7905
7906 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7909         url pattern; remove duplicate one.
7910         (gnus-article-extend-url-button): New function.
7911         (gnus-article-add-buttons): Use it.
7912         (gnus-button-push): Use concatenated url that it makes.
7913
7914 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7915
7916         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7917
7918 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7919
7920         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7921         Don't hardcode point-min==1.
7922
7923 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7924
7925         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7926         Fix comment about "iso8859-1".
7927
7928 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7929
7930         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7931         ones returned from the verify-function.
7932
7933         * mm-uu.el (mm-uu-pgp-signed-extract-1):
7934         Call mml2015-extract-cleartext-signature if extraction failed.
7935
7936 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7937
7938         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7939         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7940         failed.
7941
7942 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7943
7944         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7945
7946 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7947
7948         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7949         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7950         recommends to use EasyPG instead of PGG.
7951
7952         * pgg.el: Revert to revision 6.23.2.16.
7953
7954         * pgg-def.el: Revert to revision 6.6.2.14.
7955
7956         * pgg-gpg.el: Revert to revision 6.23.2.34.
7957
7958 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7959
7960         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7961         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7962         thread for both the null and zero (kill/expire thread) universal prefix
7963         cases.
7964         (gnus-summary-expire-thread): Add new function to expire a thread,
7965         using gnus-summary-kill-thread.
7966         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7967         shortcuts for gnus-summary-expire-thread.
7968         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7969         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7970
7971 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7972
7973         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7974         extras value, so an extras entry can be deleted.
7975         (gnus-registry-delete-extra-entry): Use it.
7976         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7977         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7978         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7979         storage through the gnus-registry, and provide an appropriate API for
7980         it.
7981
7982 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7983
7984         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7985         Suggested by Leo <sdl.web@gmail.com>.
7986
7987         * gnus.el: Do.
7988
7989 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7990
7991         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7992         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7993
7994         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7995
7996         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7997         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7998
7999 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8000
8001         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8002         newline.
8003         (nnmbox-request-accept-article): Don't change article in source buffer;
8004         narrow to header to use message-fetch-field rather than
8005         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8006         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8007         as delimiters; make sure article ends with newline.
8008         (nnmbox-delete-mail): Correct last position of article to be deleted;
8009         ignore X-Gnus-Newsgroup header in article body.
8010         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8011         positions; make sure article ends with newline.
8012
8013         * message.el (message-display-abbrev): Don't infloop when a user
8014         inserts SPC in the beginning of header.
8015
8016         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
8017         coding-system-for-read and coding-system-for-write for XEmacs having no
8018         file-coding feature.
8019
8020         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
8021
8022 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8023
8024         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8025         list of groups not followed by default.  Fix type to be regexp.
8026         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8027
8028 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8029
8030         * hmac-def.el (define-hmac-function): Switch from old-style to
8031         new-style backquotes.
8032
8033         * md4.el (md4-make-step): Likewise.
8034
8035 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8036
8037         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8038         raw-text coding system when saving .newsrc file, which may contain
8039         non-ASCII group names.
8040
8041 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8042
8043         * gnus-cus.el (gnus-score-extra): New widget.
8044         (gnus-score-extra-convert): New function.
8045         (gnus-score-customize): Use it for Extra.
8046
8047 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8048
8049         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8050         (mml2015-mailcrypt-clear-verify): Use it.
8051         (mml2015-gpg-clear-verify): Use it.
8052         (mml2015-pgg-clear-verify): Use it.
8053         (mml2015-epg-clear-verify): Replace the current part with the output
8054         from GnuPG; don't extract the plaintext by itself.
8055
8056         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8057         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8058         mml2015-clear-verify-function; don't touch the armor headers or
8059         dash-escaped text here.
8060
8061 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8064         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8065         parts, or application/octet-stream as a last resort.
8066         (gnus-mime-view-part-as-type): Don't toggle display.
8067         (gnus-mime-view-part-as-charset): Don't turn off display before
8068         querying charset.
8069
8070         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
8071         stuff to undisplayer function in Emacs.
8072         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
8073
8074         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
8075         text/calendar parts.
8076
8077 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8078
8079         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
8080         decoding text/calendar parts.
8081
8082         * message.el (message-forward-make-body-mime): Always mark body as
8083         having no illegible text; remove signed-or-encrypted argument.
8084         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
8085
8086         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
8087         (mml-generate-mime-1): Don't encode body if it is specified to be in
8088         raw form; don't make buffer be unibyte when inserting multibyte string.
8089
8090 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
8091
8092         * sha1.el: Fix up comment style.
8093         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8094         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8095
8096         * hex-util.el: Fix up comment style.
8097         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8098
8099         * gnus-salt.el: Use with-current-buffer.
8100         (gnus-pick-setup-message): Fix long-standing typo.
8101
8102 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8103
8104         * imap.el (imap-logout-timeout): New variable.
8105         (imap-logout, imap-logout-wait): New functions.
8106         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8107
8108         * nnimap.el (nnimap-logout-timeout): New server variable.
8109         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8110         nnimap-logout-timeout.
8111
8112         * gnus-art.el (gnus-article-summary-command-nosave)
8113         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8114
8115 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8116
8117         * gnus.el (gnus-maximum-newsgroup): New variable.
8118
8119         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8120         according to gnus-maximum-newsgroup.
8121
8122         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8123         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8124         Limit the range of articles according to gnus-maximum-newsgroup.
8125
8126 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8127
8128         * gnus-art.el (gnus-sticky-article): Fix problems described in
8129         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8130         Don't perform gnus-configure-windows here; reuse existing sticky
8131         article buffer.
8132
8133         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8134         it doesn't exist in gnus-article-mode.
8135
8136 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8137
8138         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8139         (gnus-agent-decoded-group-name): New function.
8140         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8141         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8142
8143 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8144
8145         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8146         Add binding for gnus-sticky-article.
8147         (gnus-summary-exit): Don't kill sticky article buffers.
8148
8149         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8150         article buffer.
8151         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8152         (gnus-kill-sticky-article-buffers): New commands.
8153
8154 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8155
8156         * nntp.el (nntp-xref-number-is-evil): New server variable.
8157         (nntp-find-group-and-number): If it is non-nil, don't trust article
8158         numbers in the Xref header.
8159
8160 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8161
8162         * gnus-agent.el (gnus-agent-read-group): New function.
8163         (gnus-agent-flush-group, gnus-agent-expire-group)
8164         (gnus-agent-regenerate-group): Use it.
8165         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8166         nnmail-pathname-coding-system.
8167
8168 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8169
8170         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8171
8172         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8173         that are unread as unread, and also as selected so that information of
8174         marks having been changed by a user may be updated when exiting group.
8175
8176 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
8177
8178         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
8179
8180 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8181
8182         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8183         calculated ignoring signature parts to gnus-treat-article.
8184
8185 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8186
8187         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8188         a point here in order to keep the window start.
8189         (gnus-insert-mime-security-button): Make a button overlay without the
8190         front stickiness.
8191         (gnus-mime-display-security): Goto the end of a button.
8192
8193         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8194
8195 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8196
8197         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8198         group-name-at-point.
8199         (gnus-group-completing-read): New function that offers decoded
8200         non-ASCII group names for completion.
8201         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8202         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8203         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8204         (gnus-group-fetch-control): Use it.
8205         (gnus-fetch-group): Use group-name-at-point for the initial value
8206         rather than the default value; use gnus-alive-p.
8207
8208         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8209         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8210         (gnus-summary-post-news): Use gnus-group-completing-read.
8211
8212         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8213         (gnus-read-move-group-name): Decode group name for completion.
8214
8215 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8216
8217         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8218         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8219         Yamaoka slightly modified the code).
8220
8221 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8222
8223         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8224         (nnmail-split-incoming): Bind it.
8225
8226         * nnml.el (nnml-group-name-charset): New function.
8227         (nnml-decoded-group-name): Use it; don't decode group name if
8228         nnmail-group-names-not-encoded-p is non-nil.
8229         (nnml-encoded-group-name): New function.
8230         (nnml-group-pathname): Inline nnml-decoded-group-name.
8231         (nnml-request-expire-articles): Decode group name in message.
8232         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8233         nnmail-pathname-coding-system.
8234         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8235         not decoded ones according to nnmail-group-names-not-encoded-p.
8236         (nnml-generate-active-info): Use nnml-encoded-group-name.
8237
8238 2007-08-08  Glenn Morris  <rgm@gnu.org>
8239
8240         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8241         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8242         doc-strings and comments.
8243
8244 2007-07-25  Glenn Morris  <rgm@gnu.org>
8245
8246         * Relicense all FSF files to GPLv3 or later.
8247
8248 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8249
8250         * gnus-sum.el (gnus-summary-move-article):
8251         Make gnus-summary-respool-article work.
8252
8253 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8254
8255         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8256         string.
8257
8258 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8259
8260         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8261         that should be ignored when comparing distant RSS articles with local
8262         ones.
8263         (nnrss-make-hash-index): New function.  Create a hash index according
8264         to the ignored fields.
8265         (nnrss-check-group): Use it.
8266
8267 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8270
8271         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8272
8273         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8274         the new optional argument ENCODED is non-nil.
8275         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8276         coding system for encoding group name.
8277         (gnus-group-make-rss-group): Pass un-encoded group name to
8278         gnus-group-make-group.
8279         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8280         encoded.
8281
8282         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8283         Encode group name to which articles are moved or copied.
8284         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8285         coding system for encoding Newsgroup, Followup-To and Xref headers.
8286
8287         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8288         marks; use nnheader-file-coding-system to write a file.
8289         (nnagent-retrieve-headers): Bind file-name-coding-system to
8290         nnmail-pathname-coding-system.
8291
8292         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8293
8294         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8295         (nnml-request-article, nnml-request-create-group)
8296         (nnml-request-rename-group, nnml-find-id)
8297         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8298         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8299         (nnml-save-marks): Use nnml-group-pathname instead of
8300         nnmail-group-pathname.
8301
8302         (nnml-request-create-group, nnml-request-expire-articles)
8303         (nnml-request-move-article, nnml-request-delete-group)
8304         (nnml-deletable-article-p, nnml-possibly-create-directory)
8305         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8306         (nnml-open-marks): Bind file-name-coding-system to
8307         nnmail-pathname-coding-system.
8308
8309         (nnml-request-article): Pass server argument to nnml-find-group-number.
8310         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
8311         Pass server argument to nnml-possibly-create-directory.
8312         (nnml-request-accept-article): Pass server argument to
8313         nnml-active-number and nnml-save-mail.
8314         (nnml-find-group-number): Pass server argument to nnml-find-id.
8315         (nnml-request-update-info): Pass server argument to
8316         nnml-marks-changed-p.
8317
8318         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8319         (nnml-save-mail, nnml-active-number): Add server argument.
8320
8321         (nnml-request-delete-group): Warn if group is missing.
8322         (nnml-get-nov-buffer): Decode group name.
8323         (nnml-generate-active-info): Encode group name.
8324         (nnml-open-marks): Decode group name in messages.
8325
8326 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8329         if it is not specified.
8330         (gnus-article-pipe-part, gnus-article-save-part)
8331         (gnus-article-interactively-view-part, gnus-article-copy-part)
8332         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8333         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8334         (gnus-article-replace-part, gnus-article-delete-part)
8335         (gnus-article-view-part-as-type): Pass raw prefix argument to
8336         gnus-article-part-wrapper.
8337
8338 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8339
8340         * gnus-agent.el (gnus-agent-save-active):
8341         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
8342
8343         * gnus-cache.el (gnus-cache-save-buffers)
8344         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8345         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8346         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8347         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8348         (gnus-cache-generate-active, gnus-cache-rename-group)
8349         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8350         (gnus-cache-update-overview-total-fetched-for):
8351         Bind file-name-coding-system to nnmail-pathname-coding-system.
8352         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
8353         New variables.
8354         (gnus-cache-decoded-group-name): New function.
8355         (gnus-cache-file-name): Use it.
8356         (gnus-cache-generate-active): Use non-decoded group name for active.
8357
8358         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8359         right place.
8360         (gnus-write-active-file): Don't break non-ASCII group names.
8361
8362         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8363         nnmail-pathname-coding-system.
8364
8365         * lpath.el: Bind default-file-name-coding-system,
8366         file-name-coding-system and language-info-alist for XEmacs.
8367
8368         * gnus-uu.el (gnus-uu-decode-save): Typo.
8369
8370 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8371
8372         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8373
8374 2007-07-14  David Kastrup  <dak@gnu.org>
8375
8376         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
8377         finishing actions if we did not edit the article.
8378
8379 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8380
8381         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8382         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8383         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8384         (gnus-agent-flush-group, gnus-agent-flush-cache)
8385         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8386         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8387         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8388         (gnus-agent-regenerate-group)
8389         (gnus-agent-update-files-total-fetched-for)
8390         (gnus-agent-update-view-total-fetched-for):
8391         Bind file-name-coding-system to nnmail-pathname-coding-system.
8392         (gnus-agent-group-pathname): Don't encode file names by
8393         nnmail-pathname-coding-system.
8394         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8395         coding-system-for-write instead of buffer-file-coding-system to
8396         gnus-agent-file-coding-system.
8397
8398         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8399         Decode group name.
8400
8401         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8402
8403         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8404         (gnus-read-newsrc-el-file): Make group names unibyte.
8405
8406         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8407         nnmail-pathname-coding-system.
8408
8409         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8410         (nnrss-request-delete-group): Bind file-name-coding-system to
8411         nnmail-pathname-coding-system.
8412         (nnrss-read-server-data, nnrss-read-group-data):
8413         Bind file-name-coding-system correctly.
8414         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8415
8416         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8417         (nntp-server-to-method-cache): New variable.
8418         (nntp-group-pathname): New function that decodes non-ASCII group names.
8419         (nntp-possibly-create-directory, nntp-marks-changed-p)
8420         (nntp-save-marks, nntp-open-marks): Use it.
8421         (nntp-possibly-create-directory, nntp-open-marks):
8422         Bind file-name-coding-system to nnmail-pathname-coding-system.
8423         (nntp-open-marks): Decode group names when bootstrapping marks.
8424
8425         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8426         Newsgroups and Folowup-To headers.
8427
8428 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8429
8430         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8431         (gnus-server-closed-face, gnus-server-denied-face)
8432         (gnus-server-offline-face): Remove variable.
8433         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8434
8435         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8436         of modifying message-stack directly for XEmacs.
8437
8438         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8439         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8440         if the coding-system argument is nil for XEmacs.
8441
8442         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8443         mm-charset-override-alist.
8444
8445         * rfc2047.el: Don't require base64; require rfc2045 for the function
8446         rfc2045-encode-string.
8447         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8448         to quote the parameter value.
8449
8450 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8451
8452         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8453         form in gnus-group-name-charset-method-alist.
8454
8455         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8456         overrides the default layout edit-form.
8457
8458         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8459
8460         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8461
8462 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8463
8464         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8465         as unfetched articles.
8466
8467 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8468
8469         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8470
8471 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8472
8473         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8474         original back end that keeps marks in the local system.
8475
8476 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8477
8478         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8479         arg of pop-to-buffer for XEmacs.
8480         (gnus-article-read-summary-keys): Ditto; don't restore window
8481         configuration if summary command ends up with neither article buffer
8482         nor summary buffer; describe bindings if summary keys end with C-h.
8483
8484 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8485
8486         * message.el (message-fix-before-sending): Skip raw message part to be
8487         forwarded while checking illegible text.
8488         (message-forward-make-body-mime, message-forward-make-body):
8489         Mark signed or encrypted raw message as having no illegible text.
8490
8491 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8492
8493         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8494         (gnus-message-with-timestamp-1): New macro.
8495         (gnus-message-with-timestamp): New function.
8496         (gnus-message): Use them.
8497
8498         * nnheader.el (nnheader-message): Use them.
8499
8500 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8501
8502         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8503         .newsrc.eld file.
8504
8505 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8506
8507         * gnus-agent.el (gnus-agent-fetch-headers)
8508         (gnus-agent-retrieve-headers):
8509         Bind gnus-decode-encoded-address-function to identity.
8510
8511         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8512         available also when the server returns simply a dot.
8513
8514         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8515
8516 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8517
8518         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8519
8520 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8521
8522         * gnus-ems.el (gnus-x-splash): Make it work.
8523
8524         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8525         from being used.
8526
8527         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8528
8529 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8530
8531         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8532         4th and the 5th arguments.
8533
8534         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8535         the front stickiness.
8536         (gnus-article-summary-command-nosave): Correct the order of the
8537         arguments passed to pop-to-buffer.
8538         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8539         summary command ends up with the article buffer.
8540
8541         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8542         the same faces.
8543
8544 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8545
8546         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8547
8548 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8549
8550         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8551         * gnus-sum.el (gnus-summary-highlight):
8552         * pgg.el (pgg-sign-region, pgg-sign):
8553         * mail-source.el (mail-source-delete-old-incoming-confirm):
8554         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8555
8556 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8557
8558         * gnus-art.el (gnus-mime-view-part-externally)
8559         (gnus-mime-view-part-internally): Fix predicate function passed to
8560         completing-read.
8561
8562         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8563
8564         * gnus.el (gnus-update-message-archive-method): Add :version.
8565
8566 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus.el (gnus-update-message-archive-method): New variable.
8569
8570         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8571         according to gnus-message-archive-method if
8572         gnus-update-message-archive-method is non-nil.
8573
8574 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8575
8576         * gnus-sum.el (gnus-summary-limit-to-address): New function.
8577         Suggested by Loic Dachary <loic@dachary.org>.
8578         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8579
8580 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8581
8582         * message.el (message-pop-to-buffer): Add switch-function argument.
8583         (message-mail): Pass switch-function argument to it.
8584
8585 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8586
8587         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8588         Improve doc string.
8589
8590 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8591
8592         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8593         (gnus-header-content)
8594         * gnus-cite.el (gnus-cite-10)
8595         * gnus-srvr.el (gnus-server-closed)
8596         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8597         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8598         (gnus-group-mail-3-empty, gnus-group-mail-low)
8599         (gnus-group-mail-low-empty, gnus-splash)
8600         * message.el (message-header-to, message-header-cc)
8601         (message-header-subject, message-header-other, message-header-name)
8602         (message-header-xheader, message-separator, message-cited-text)
8603         (message-mml): Lighten colors of faces used for dark background.
8604
8605 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8606
8607         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8608         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8609
8610 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8611
8612         * message.el (message-narrow-to-headers-or-head):
8613         Ignore mail-header-separator in the body.
8614
8615 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8616
8617         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8618         same as window size.
8619
8620 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8621
8622         * message.el (message-font-lock-keywords): Use message-header-xheader
8623         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8624         ahead of the anything pattern, to get it recognised.
8625
8626 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8627
8628         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8629         spam.el loads uses it in the compiled defadvice form.
8630
8631 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8632
8633         * gnus-sum.el (gnus-articles-to-read)
8634         (gnus-summary-insert-old-articles): Don't truncate group name for
8635         `read-string'.
8636
8637         * gnus-util.el (gnus-limit-string): Delete this function.
8638
8639         * gnus-sum.el (gnus-simplify-subject-fully):
8640         Use `truncate-string-to-width' instead.
8641
8642 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8643
8644         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
8645         Tell if, on summary exit, the next group has to be selected.
8646         (gnus-summary-exit): Use it.
8647
8648 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8649
8650         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8651         non-break space.
8652
8653 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8654
8655         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8656         Check if group is not a directory.
8657         (nnfolder-request-expire-articles): Don't delete articles if the target
8658         group is not available.
8659
8660         * nnml.el (nnml-request-create-group): Properly check if group is not a
8661         file.
8662         (nnml-request-expire-articles): Don't delete articles if the target
8663         group is not available.
8664
8665         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8666         Don't quote characters that are within parentheses.
8667
8668 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8669
8670         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8671         (gnus-handle-ephemeral-exit): Select article according to it.
8672
8673 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8674
8675         * message.el (message-insert-formated-citation-line): Remove newline.
8676         (message-citation-line-format): Add final \n here so that the user can
8677         avoid a blank line.
8678
8679 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8680
8681         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8682         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8683         Update lanl/arXiv support.
8684
8685 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8686
8687         * gnus.el: Bump version number.
8688
8689 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8690
8691         * gnus.el (gnus-version-number): Bump version.
8692
8693 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8694
8695         * gnus.el: No Gnus v0.6 is released.
8696
8697 2007-04-27  Didier Verna  <didier@xemacs.org>
8698
8699         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
8700         * gmm-utils.el (gmm-regexp-concat): ... here.
8701         * message.el: Don't require 'gnus-util.
8702         (message-dont-reply-to-names): Handle name change above.
8703         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8704
8705 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8706
8707         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8708         since the initial value varies according to the system.
8709
8710 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8711
8712         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8713
8714 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8715
8716         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8717
8718 2007-04-24  Didier Verna  <didier@xemacs.org>
8719
8720         Improve the type of gnus-ignored-from-addresses.
8721         * gnus-util.el (gnus-orify-regexp): New function.
8722         * message.el (gnus-util): Require it.
8723         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8724         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8725         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8726
8727 2007-04-24  Didier Verna  <didier@xemacs.org>
8728
8729         * gnus-sum.el:
8730         * gnus-utils.el: Fix some trailing whitespaces.
8731
8732 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8733
8734         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8735         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8736         article's Message-ID; refer parent article in summary buffer.
8737
8738         * message.el (message-bounce): Call mime-to-mml.
8739
8740         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8741         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8742         optimize and/or forms properly.
8743
8744 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8745
8746         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8747         URL.
8748
8749 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8750
8751         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8752
8753 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8754
8755         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8756         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8757         displayed of multipart/alternative part if it is invoked from summary
8758         buffer.
8759
8760         * mm-view.el (mm-inline-text-html-render-with-w3m)
8761         (mm-inline-text-html-render-with-w3m-standalone)
8762         (mm-inline-render-with-function): Use mail-parse-charset by default.
8763
8764 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8765
8766         * parse-time.el (parse-time-string-chars): Check if CHAR
8767         is less than the length of parse-time-syntax.
8768
8769 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8770
8771         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8772         from gnus-newsgroup-processable.
8773
8774 2007-04-16  Didier Verna  <didier@xemacs.org>
8775
8776         * gnus-msg.el (gnus-configure-posting-styles):
8777         Handle message-signature-directory properly with :file syntax.
8778         Reported by "Leo".
8779
8780 2007-04-11  Didier Verna  <didier@xemacs.org>
8781
8782         New user option: message-signature-directory.
8783         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8784         * message.el (message-insert-signature): Ditto.
8785         * message.el (message-signature-file): Doc update.
8786         * message.el (message-signature-directory): New.
8787
8788 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8789
8790         * gnus-msg.el (gnus-inews-yank-articles):
8791         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
8792
8793 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8794
8795         * message.el (message-yank-original): Make sure cited text ends with
8796         newline; don't exchange point and mark.
8797
8798 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8799
8800         * tls.el (open-tls-stream): Properly handle case where there
8801         is no associated buffer.
8802
8803 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8804
8805         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8806         message-yank-original, make sure (< mark TEXT point).
8807
8808 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8809
8810         * message.el (message-fill-column): New variable.
8811         (message-mode): Use it.  Add comment on a possible new hook.
8812
8813         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8814         (nnmail-get-new-mail): Reformat.
8815
8816         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8817
8818         * gmm-utils.el: Fix Commentary.
8819         (gmm-tool-bar-from-list): Fix typo in doc string.
8820
8821 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8822
8823         * message.el (message-yank-original): Don't switch point and mark
8824         unnecessarily to put point and mark as documented.
8825
8826 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8827
8828         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8829         from the message heads.
8830
8831 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8832
8833         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8834         article buffer does not have a window.  This may not be the best
8835         solution but is certainly better than setting the start of the null,
8836         that is the current, window.
8837
8838 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8839
8840         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8841         (gnus-draft-setup): Run it.
8842
8843         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8844         gnus-score-fast-scoring.  Allow regexp.
8845         (gnus-score-headers): Use it.
8846
8847         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8848         XEmacs.
8849
8850         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8851         string.
8852         (gnus-button-alist): Also catch `<f1> k ...'.
8853         (gnus-treat-display-x-face): Fix doc string.
8854
8855 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8856
8857         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8858         evaluation of gnus-extended-version to ensure correct generation of the
8859         User-Agent header when message-generate-headers-first is used.
8860
8861 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8862
8863         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8864         hashcash-path is nil.  Don't call callback with incorrect number of
8865         parameters if val is 0.
8866
8867 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8868
8869         * message.el (message-required-news-headers):
8870         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8871
8872 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8873
8874         * tls.el (open-tls-stream): In handshake-waiting loop,
8875         don't wait more if there is output available to process.
8876
8877 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8878
8879         * tls.el (tls-program): Doc fix.
8880
8881 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8882
8883         * message.el (message-generate-new-buffers): Change the meaning of the
8884         nil value; add `standard' to the choices; treat t as `unique'; improve
8885         doc string.
8886         (gnus-select-frame-set-input-focus): Autoload.
8887         (message-buffer-name): Search for the existing message buffer if
8888         message-generate-new-buffers is nil or `standard'; treat the value t of
8889         message-generate-new-buffers as `unique'.
8890         (message-pop-to-buffer): Raise the frame already displaying the message
8891         buffer; clear the echo area after querying.
8892         (message-setup): Pass the `continue' argument to compose-mail.
8893         (message-mail): Prefer `switch-function' if it is given; search for the
8894         existing message buffer if the `continue' argument is non-nil; pass
8895         continue and switch-function arguments to compose-mail by way of
8896         message-setup.
8897         (message-mail-other-window): Adjust argument of message-setup.
8898         (message-mail-other-frame): Ditto.
8899
8900 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8901
8902         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8903         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8904         to turn font-lock on when turning gnus-message-citation-mode on.
8905
8906 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8907
8908         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8909         (mml-smime-function-alist): New variable; add epg as the backend.
8910         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8911         mml-smime- functions instead.
8912         * mm-view.el: Require smime.
8913
8914 2007-03-05  Didier Verna  <didier@xemacs.org>
8915
8916         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8917         instead of just inheritance for posting styles.
8918         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8919
8920 2007-02-24  Chris Moore  <dooglus@gmail.com>
8921
8922         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8923         * pgg-pgp.el (pgg-pgp-encrypt-region):
8924         * pgg-gpg.el (pgg-gpg-encrypt-region):
8925         Check pgg-encrypt-for-me if no other recipients.
8926
8927 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8928
8929         * tls.el (tls-certtool-program): Fix custom type.
8930
8931 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8932
8933         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8934         and point-at-eol instead of line-(beginning|end)-position.
8935
8936         * assistant.el (assistant-parse-buffer): Ditto.
8937
8938         * netrc.el (netrc-parse-services): Ditto.
8939
8940 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8941
8942         * mml2015.el (mml2015-epg-find-usable-key): New function.
8943         (mml2015-epg-sign): Use it.
8944         (mml2015-epg-encrypt): Use it.
8945
8946 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8947
8948         * message.el (message-make-in-reply-to): Quote name containing
8949         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8950         if there are special characters.  Reported by NAKAJI Hiroyuki
8951         <nakaji@jp.freebsd.org>.
8952
8953 2007-02-27  Didier Verna  <didier@xemacs.org>
8954
8955         Include the group parameters as well as the topic ones in the
8956         inheritance filter process.
8957         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8958         argument GROUP-PARAMS-LIST.
8959         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8960
8961 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * nntp.el (nntp-never-echoes-commands)
8964         (nntp-open-connection-functions-never-echo-commands): New variables.
8965         (nntp-send-command): Use them.
8966
8967 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8968
8969         * mml2015.el (mml2015-epg-verify): Simplify.
8970
8971 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8972
8973         * mml.el (mml-content-disposition-alist): New user option.
8974         (mml-content-disposition): New function.
8975         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8976         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8977
8978 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8979
8980         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8981         verification.
8982
8983 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8984
8985         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8986         articles posted in the last 24 hours.
8987
8988 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8989
8990         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8991
8992 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8993
8994         * nntp.el (nntp-send-command): Don't wait for echoes when
8995         nntp-open-ssl-stream is used.
8996
8997 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8998
8999         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9000         (gnus-message-add-citation-keywords)
9001         (gnus-message-remove-citation-keywords): Remove.
9002         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9003         directly, make the variables in font-lock-defaults buffer-local, add
9004         gnus-message-citation-keywords to them and then update the value of
9005         font-lock-keywords.
9006
9007 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9008
9009         * message.el (message-cite-original-1): Don't call
9010         gnus-article-highlight-citation.
9011
9012         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9013         citations; fix line count.
9014
9015 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9016
9017         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9018         (gnus-message-add-citation-keywords)
9019         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9020         versions of font-lock-add-keywords and font-lock-remove-keywords to
9021         work with XEmacs correctly.
9022
9023 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9024
9025         * gnus-cite.el (gnus-cite-face-list): Set the values of
9026         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9027         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9028         (gnus-message-cite-prefix-regexp): New variable.
9029         (gnus-message-search-citation-line): Use it; protect against long
9030         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9031         the 0th match data for Emacs.
9032         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9033         (gnus-message-add-citation-keywords): Append keywords rather than
9034         prepending; emulate font-lock-add-keywords if it is not available.
9035         (gnus-message-remove-citation-keywords):
9036         Emulate font-lock-remove-keywords if it is not available.
9037
9038         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9039
9040         * message.el (message-cite-prefix-regexp): Set the value of
9041         gnus-message-cite-prefix-regexp.
9042
9043 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9044
9045         * nnweb.el (nnweb-google-parse-1): Update parser.
9046
9047 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9048
9049         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9050
9051 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9052
9053         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9054         regexp.
9055
9056 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9057
9058         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9059         string-to-multibyte.
9060         (uudecode-decode-region-internal): Use it.
9061
9062         * lpath.el: Fbind string-as-multibyte for XEmacs.
9063
9064 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9065
9066         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9067         Fix custom choice.
9068
9069         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9070
9071 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9072
9073         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9074
9075         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9076         `write-region' to respect `mm-inhibit-file-name-handlers'.
9077
9078 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9079
9080         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9081         Use gnus-home-directory instead of "~/" or "$HOME".
9082
9083 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9084
9085         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9086         to mention filename.
9087         Add comments at beginning regarding usage.
9088         (encrypt-write-file-contents): Change interactive so a string is
9089         acceptable.  If the file has no associated model, show an error instead
9090         of a nonsense prompt.
9091
9092 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9093
9094         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9095         Thanks to Yoshihiko Yamada for kind notification of this typo.
9096
9097 2007-01-12  Kenichi Handa  <handa@m17n.org>
9098
9099         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9100         multibyte buffer.
9101
9102 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9103
9104         * gnus-score.el (gnus-score-fast-scoring): New variable.
9105         (gnus-score-headers): Use it.
9106
9107         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9108
9109         * message.el (message-cite-original-1):
9110         Call gnus-article-highlight-citation if requested.
9111         (message-make-from): Allow name and address as optional arguments.
9112
9113         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9114
9115         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9116         bugs to doc string.
9117         (gnus-button-alist): Add mid\\|message-id.
9118         (gnus-button-fetch-group): Extend for use in
9119         `browse-url-browser-function'.
9120         (gnus-button-url-regexp): Try to catch paired parentheses like in
9121         Wikipedia URLs.
9122
9123         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9124         Suggested by Simon Krahnke <overlord@gmx.li>.
9125
9126 2007-01-13  Romain Francoise  <romain@orebokech.com>
9127
9128         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9129         Update copyright.
9130
9131 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9132
9133         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9134
9135 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9136
9137         * gnus-registry.el (gnus-registry-unfollowed-groups)
9138         (gnus-registry-split-fancy-with-parent): Fix documentation.
9139
9140 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9141
9142         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9143         from nnweb groups.
9144
9145 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9146
9147         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9148         Xref urls.  Erase buffer before requesting head.
9149
9150         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9151
9152 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9153
9154         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9155         customizable.
9156
9157 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9158
9159         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9160         no signing key is found.
9161         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9162         no encrypting and/or signing key is found.
9163
9164 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9165
9166         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9167
9168 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9169
9170         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9171         headers read from disk with the ones newly found in the current search.
9172         This should no longer cause problems, because the article numbers in
9173         Gmane's `nov.php' output are ignored since the previous change.
9174
9175 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9176
9177         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9178
9179 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9180
9181         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9182         replace-regexp-in-string; bind url-version; fbind display-images-p and
9183         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9184         find-face and set-itimer-function for Emacs; bind itimer-list for
9185         Emacs.
9186
9187         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9188
9189 2007-01-01  Romain Francoise  <romain@orebokech.com>
9190
9191         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9192
9193 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9194
9195         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9196         `define-minor-mode' macro definition expanded properly.
9197         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9198         exclude it there.
9199
9200         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9201         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9202         `fboundp' test.
9203         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9204         This is OK to autoload in (S)XEmacs now.
9205
9206 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9207
9208         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9209         keystroke.
9210         (gnus-summary-limit-to-singletons): Fix typo.
9211
9212         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9213         else fails.
9214
9215 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9216
9217         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9218         docstring.
9219
9220         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9221         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9222         (gnus-summary-insert-dormant-articles): Fix typo in message.
9223
9224 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9227         nil for XEmacs.
9228         (gnus-message-citation-mode): Don't autoload in XEmacs.
9229
9230         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9231
9232 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9233
9234         * nnimap.el (nnimap-expunge-search-string):
9235         Mention nnimap-search-uids-not-since-is-evil in docstring.
9236
9237 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9238
9239         * spam.el: Revert to make-obsolete-variable because
9240         define-obsolete-variable-alias is not supported in Emacs 21.
9241
9242         * spam.el (spam-ifile-path, spam-ifile-database-path)
9243         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9244         make-obsolete-variable.
9245         (spam-bsfilter-path, spam-bsfilter-program)
9246         (spam-spamassassin-path, spam-spamassassin-program)
9247         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
9248         Don't use "path" inappropriately.
9249         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9250         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9251         variable names.
9252
9253 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9254
9255         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9256         summary buffer.
9257
9258         * password.el (password-cache-remove): Use clear-string to burn
9259         password, if available.
9260
9261 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9262
9263         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9264
9265         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9266
9267         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9268         (gnus-message-highlight-citation): Move defcustom here from
9269         gnus-cite.el.
9270         (gnus-message-citation-mode): Autoload.
9271
9272         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9273         checks to make it compile with XEmacs.
9274         (gnus-message-citation-mode): New minor mode.
9275         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9276         (gnus-message-highlight-citation): New variables.
9277         (gnus-message-search-citation-line)
9278         (gnus-message-add-citation-keywords)
9279         (gnus-message-remove-citation-keywords)
9280         (turn-on-gnus-message-citation-mode)
9281         (turn-off-gnus-message-citation-mode): New functions.
9282
9283 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9284
9285         * gnus-cite.el: Enable highlighting of different citation levels in
9286         message-mode.
9287
9288 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9289
9290         * message.el (message-make-fqdn): Fix comment.
9291         (message-bogus-system-names): Add ".local".
9292
9293         * spam.el (spam-ifile-path, spam-ifile-program)
9294         (spam-ifile-database-path, spam-ifile-database)
9295         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9296         Don't use "path" inappropriately.
9297         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9298         strings.
9299         (spam-check-ifile, spam-ifile-register-with-ifile)
9300         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
9301         Use new variable names.
9302
9303         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9304         (gnus-treat-display-smileys): Simplify using
9305         gnus-image-type-available-p.
9306
9307         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9308         available.
9309
9310         * gnus-xmas.el (gnus-xmas-image-type-available-p):
9311         Use `display-images-p' if available.
9312
9313 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9314
9315         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9316         one after turning on the buffer's multibyteness instead of decoding
9317         them directly in the unibyte buffer that causes unexpected conversion
9318         in Emacs 23 (unicode).
9319
9320 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9321
9322         * message.el (message-generate-hashcash): Fix custom type.
9323
9324 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9325
9326         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9327
9328 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9329
9330         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9331         disconnect icons.  Add help text.
9332
9333 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9334
9335         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9336         negated to be consistent with the others we handle.
9337
9338 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9339
9340         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9341         version of gnus-summary-buffer to something, so that we can use two
9342         article buffers at the same time.
9343
9344 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9345
9346         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9347         trigger all the extra headers.
9348         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9349         sorting.
9350
9351 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9352
9353         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9354         solid groups.
9355
9356 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9357
9358         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9359
9360 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9361
9362         * legacy-gnus-agent.el: Add Copyright notice.
9363
9364 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9365
9366         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9367
9368 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9369
9370         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9371
9372         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9373         to make it work reliably in CVS Emacs.
9374         (gnus-summary-limit-strange-charsets-predicate)
9375         (gnus-summary-limit-to-predicate): New functions.
9376
9377 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9378
9379         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9380         specifying array size.
9381         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9382         array if it is too small.
9383         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
9384         (gnus-sort-threads-loop): New function.
9385
9386 2006-12-06  Chris Moore  <dooglus@gmail.com>
9387
9388         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9389         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9390
9391 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9392
9393         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9394         options.
9395
9396 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9397
9398         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9399         DOS-ing the recipient.
9400
9401         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9402         the headers when creating the mapping to avoid mismappings.
9403         (nnweb-gmane-create-mapping): Always nix out old mapping.
9404
9405 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9406
9407         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9408         and mm-verify-option to never.
9409
9410 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9411
9412         * message.el (message-signed-or-encrypted-p): New function.
9413         (message-forward-make-body): Use it.
9414
9415         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9416         Replace encode-coding-string with mm-encode-coding-string.
9417
9418 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9419
9420         * nneething.el (nneething-decode-file-name):
9421         Replace decode-coding-string with mm-decode-coding-string.
9422
9423         * gnus-int.el (gnus-open-server): Say failed server's name.
9424
9425 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9426
9427         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9428         strings to a single string.  Quote `errors-file-name'.
9429         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9430         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9431         Adjust calls.  Use `shell-quote-argument'.
9432
9433 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9434
9435         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9436         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9437
9438         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9439         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9440         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9441         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9442         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9443         (gnus-subscribe-newsgroup, gnus-1):
9444         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9445         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9446         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9447         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9448
9449 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9450
9451         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9452         keystroke.
9453         (gnus-summary-limit-to-bodies): Implement headersp.
9454
9455 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9456
9457         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9458
9459 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9460
9461         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9462
9463 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9464
9465         * message.el (message-generate-hashcash): Expand range of values to
9466         include `opportunistic'.
9467         (message-send-mail): Use it.
9468
9469 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9470
9471         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9472         and comment it.
9473
9474         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9475
9476 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * gnus-util.el (gnus-extract-address-components): Improve comment.
9479
9480 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9481
9482         * gnus-util.el (gnus-extract-address-components): Work with address in
9483         which the name portion contains @.
9484
9485         * lpath.el: Fbind custom-autoload.
9486
9487 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9488
9489         * gnus.el (gnus-start): Move custom group up.
9490         (gnus-select-method): Don't autoload, but make it available for
9491         `customize-variable'.
9492         (gnus-getenv-nntpserver): Don't autoload.
9493
9494 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9495
9496         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9497
9498 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9499
9500         * message.el (message-sendmail-extra-arguments): New variable.
9501         (message-send-mail-with-sendmail): Use it.
9502
9503 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9504
9505         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9506         mm-with-unibyte-current-buffer to make string unibyte.
9507
9508         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9509         mm-string-as-multibyte.
9510
9511 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9512
9513         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9514         Reported by Werner Koch <wk@gnupg.org>.
9515
9516 2006-11-14  Daiki Ueno  <ueno@p360>
9517
9518         * mml2015.el: Autoload epa-select-keys when compiling.
9519
9520 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9521
9522         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9523         message-options.
9524         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9525
9526 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9527
9528         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
9529         EasyPG (< 0.0.6).
9530         (mml2015-always-trust): New user option.
9531         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9532         prompt.
9533
9534 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9535
9536         * nntp.el (nntp-authinfo-force): New variable.
9537         (nntp-send-authinfo): Use it.
9538
9539 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9540
9541         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9542         decode encoded words.  Improve prompt.  Add comment about forwarding.
9543         (message-replacement-char): Move up.
9544
9545 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9546
9547         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9548         instead of gnus-intersection because arguments of gnus-sorted-nunion
9549         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9550
9551 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9554         (message-simplify-subject-functions):
9555         Enable message-strip-subject-encoded-words by default.
9556
9557 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9558
9559         * message.el (message-strip-subject-encoded-words): New function.
9560         (message-simplify-subject-functions): New variable.
9561         (message-simplify-subject): Use it.  Fix typo in doc string.
9562         Support message-strip-subject-encoded-words.
9563
9564 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9565
9566         * gnus-diary.el (gnus-diary-delay-format-function):
9567         * nndiary.el (nndiary-reminders):
9568         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9569
9570 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9571
9572         * gnus-art.el (article-hide-boring-headers): Fetch date from
9573         gnus-original-article-buffer to avoid problems with localized date
9574         strings.
9575
9576 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9577
9578         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9579
9580 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9581
9582         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9583         New variables.
9584         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9585         (mm-charset-synonym-alist): Move some entries to
9586         mm-codepage-iso-8859-list.
9587         (mm-charset-synonym-alist, mm-charset-override-alist):
9588         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9589
9590 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9591
9592         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9593
9594 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9595
9596         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9597         with Emacs 21 and XEmacs.
9598
9599 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9600
9601         * spam.el (spam-parse-address): New function for better parsing,
9602         catching errors, etc.
9603         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9604
9605 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9606
9607         * mm-view.el: Add interactive arg to html2text autoload.
9608
9609 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9610
9611         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9612
9613 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9614
9615         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9616         New variables.
9617         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9618         (mm-charset-synonym-alist): Move some entries to
9619         mm-codepage-iso-8859-list.
9620
9621         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9622
9623 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9624
9625         * message.el (message-citation-line-format)
9626         (message-insert-formated-citation-line): Fix implementation of %E, %N
9627         and %n according to the doc string.
9628
9629 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9630
9631         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9632         Use car-safe to avoid bad parses.
9633
9634 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9635
9636         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9637         names.
9638
9639         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9640
9641 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9642
9643         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9644         header.
9645
9646         * message.el (message-draft-headers): Add Date.
9647         (message-headers-to-generate): Fix typo in docstring.
9648
9649         * nndraft.el (nndraft-required-headers): New variable.
9650         (nndraft-generate-headers): Use it.
9651
9652         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9653
9654 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9655
9656         * gnus-registry.el (gnus-registry-wash-for-keywords)
9657         (gnus-registry-find-keywords): New functions to allow easy searching of
9658         articles that are in the registry.
9659
9660 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9661
9662         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
9663         Use ietf-drums-parse-address instead of gnus-extract-address-components.
9664         Reported by Damien Elmes <damien@repose.cx>.
9665
9666 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9667
9668         * gnus.el (gnus-mime): Remove unused custom group.
9669
9670 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9671
9672         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9673         "blank line" when searching for end of armor headers.
9674
9675 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9676
9677         * gmm-utils.el (gmm-write-region): Fix variable name.
9678
9679 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9680
9681         * gmm-utils.el (gmm-write-region): New function based on compatibility
9682         code from `mm-make-temp-file'.
9683
9684         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9685
9686         * nnmaildir.el (nnmaildir--update-nov)
9687         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9688         Use `gmm-write-region'.
9689
9690 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
9693         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9694
9695         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9696
9697         * message.el (message-replacement-char): New variable.
9698         (message-fix-before-sending): Use it.
9699         (message-simplify-subject): New function to remove duplicate code.
9700         (message-reply, message-followup): Use it.
9701
9702         * gnus-sum.el (gnus-summary-make-menu-bar):
9703         Clarify gnus-summary-limit-to-articles.
9704
9705 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9706
9707         * gnus-util.el (gnus-with-local-quit): New macro.
9708
9709         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9710
9711 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9712
9713         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9714         ignore non-string data.
9715
9716 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9717
9718         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9719         non-string data (needs to be done in the registry too).
9720
9721 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9722
9723         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9724         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9725         (gnus-registry-split-fancy-with-parent)
9726         (gnus-registry-fetch-simplified-message-subject-fast)
9727         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9728         Remove text properties on ingress into the registry and when it's saved.
9729         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9730         registry from entries with no groups.
9731
9732 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9733
9734         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9735         function to remove string properties.
9736
9737 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9738
9739         * gmm-utils.el (gmm): Adjust custom version.
9740
9741         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
9742         Adjust custom version.
9743
9744         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9745
9746 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9747
9748         * gnus-art.el (gnus-insert-prev-page-button)
9749         (gnus-insert-next-page-button): Simplify.  Reformat.
9750
9751 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9752
9753         * gnus-art.el (gnus-insert-prev-page-button)
9754         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9755
9756 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9757
9758         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9759
9760 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9761
9762         * gnus-art.el (gnus-insert-mime-button)
9763         (gnus-insert-mime-security-button):
9764         Apply gnus-article-button-face to MIME and security buttons.
9765
9766 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9767
9768         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9769         readable.
9770
9771 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9772
9773         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9774
9775 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9776
9777         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9778         `browse-url-of-file' instead of `browse-url'.
9779
9780 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9781
9782         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9783         regexp.  Articles containing quotation were cut prematurely.
9784
9785 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9786
9787         * message.el (message-cite-original-1): Use nobody by default for the
9788         value of From header.
9789         (message-reply): Ditto.
9790
9791 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9792
9793         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9794         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9795         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9796
9797 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9798
9799         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9800         mails in the doc string.  Add some URLs in comment.
9801         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9802
9803 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9804
9805         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9806         backslashes handling and the way to find boundaries of quoted strings.
9807
9808 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9809
9810         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9811         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9812         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9813         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9814
9815 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9816
9817         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9818         doc string.
9819         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9820
9821 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9822
9823         * lpath.el: Fbind epg-check-configuration.
9824
9825 2006-09-06  Simon Josefsson  <jas@extundo.com>
9826
9827         * mml2015.el (mml2015-use): Doc fix, mention epg.
9828
9829 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9830
9831         * mml2015.el (mml2015-use): Default to epg, if available.
9832
9833 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9834
9835         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9836         message-sender.
9837         (mml1991-epg-encrypt): Ditto.
9838         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9839         message-sender.
9840         (mml2015-epg-encrypt): Ditto.
9841
9842 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9843
9844         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9845         several common directories.
9846
9847 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9848
9849         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9850         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9851
9852 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9853
9854         * gnus-art.el (article-decode-encoded-words): Make it fast.
9855
9856 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9857
9858         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9859
9860         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9861         in quoted string into `\'.
9862
9863 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9864
9865         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9866         Use standard-syntax-table.
9867
9868 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9869
9870         * gnus-art.el (gnus-decode-address-function): New variable.
9871         (article-decode-encoded-words): Use it to decode headers which are
9872         assumed to contain addresses.
9873         (gnus-mime-delete-part): Remove useless `or'.
9874
9875         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9876         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9877         (gnus-nov-parse-line): Use it to decode From header.
9878         (gnus-get-newsgroup-headers): Ditto.
9879         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9880
9881         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9882         (mail-decode-encoded-address-string): New alias.
9883
9884         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9885         New function.
9886         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9887         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9888         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9889         (rfc2047-decode-string): Ditto.
9890         (rfc2047-decode-address-region): New function.
9891         (rfc2047-decode-address-string): New function.
9892
9893 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9894
9895         * message.el (message-caesar-buffer-body): Allow rotating headers.
9896
9897         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9898
9899         * message.el (message-insert-formated-citation-line): Fix %f.
9900         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9901
9902 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9903
9904         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9905         (gnus-bookmark-mouse-available-p): New macro.
9906         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9907         (gnus-bookmark-bmenu-show-infos): Use it.
9908         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9909         (gnus-bookmark-bmenu-hide-infos): Ditto.
9910         (gnus-bookmark-remove-properties): New function.
9911         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9912         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9913         (gnus-bookmark-write-file): Bind coding-system-for-write.
9914         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9915         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9916         group before selecting it.
9917         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9918         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9919         quit-window if it is not available; use gnus-mouse-2 and bind it to
9920         gnus-bookmark-bmenu-select-by-mouse.
9921         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9922         (gnus-bookmark-bmenu-select-by-mouse): New function.
9923
9924 2006-08-13  Romain Francoise  <romain@orebokech.com>
9925
9926         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9927         space.
9928
9929 2006-08-10  Romain Francoise  <romain@orebokech.com>
9930
9931         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9932         (dns-mode-soa-auto-increment-serial): New user option.
9933         (dns-mode-soa-maybe-increment-serial): New function.
9934         (dns-mode): Add the latter to `write-contents-functions'.
9935
9936 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9937
9938         * compface.el (uncompface): Use binary rather than raw-text-unix.
9939
9940 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9941
9942         * compface.el (uncompface): Make sure the eol conversion doesn't take
9943         place when communicating with the external programs.
9944         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9945
9946 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9947
9948         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9949
9950 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9951
9952         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9953         Make it more robust by parsing author and date independently.
9954
9955 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9956
9957         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9958
9959 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9960
9961         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9962         first matching secret key.
9963         (mml2015-epg-encrypt): Ditto.
9964
9965         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9966         first matching secret key.
9967         (mml1991-epg-encrypt): Ditto.
9968
9969         * mml2015.el (mml2015-encrypt-to-self): New user option.
9970         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9971         mml2015-epg-encrypt-to-self is set.
9972
9973         * mml1991.el (mml1991-encrypt-to-self): New variable.
9974         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9975         mml1991-epg-encrypt-to-self is set.
9976
9977         * mml2015.el (mml2015-signers): New user option.
9978         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9979         (mml2015-epg-encrypt): Allow to select signing keys.
9980
9981         * mml1991.el (mml1991-signers): New variable.
9982         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9983         (mml1991-epg-encrypt): Allow to select signing keys.
9984
9985 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9986
9987         * nnheader.el (nnheader-insert-head): Make it work even if the file
9988         uses CRLF for the line-break code.
9989
9990 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9991
9992         * mml2015.el: Require mml-sec instead of password.
9993         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9994         (mml2015-cache-passphrase): Inherit the default value from
9995         mml-secure-cache-passphrase.
9996         (mml2015-passphrase-cache-expiry): Inherit the default value from
9997         mml-secure-passphrase-cache-expiry.
9998
9999         * mml1991.el: Require mml-sec instead of password.
10000         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10001         (mml1991-cache-passphrase): Inherit the default value from
10002         mml-secure-cache-passphrase.
10003         (mml1991-passphrase-cache-expiry): Inherit the default value from
10004         mml-secure-passphrase-cache-expiry.
10005
10006         * mml-sec.el: Require password.
10007         (mml-secure-verbose): New user option.
10008         (mml-secure-cache-passphrase): New user option.
10009         (mml-secure-passphrase-cache-expiry): New user option.
10010
10011 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10012
10013         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10014         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10015         andreas@altroot.de (Andreas Vögele).
10016
10017         FIXME: Use `tiny change'?
10018
10019 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10020
10021         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10022         workaround for the url package included with Emacs.
10023
10024         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10025
10026 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10027
10028         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10029         correctly.  This fixes a bug caused by the 2006-05-12 change.
10030
10031 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10032
10033         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10034         some information about the error when saying that the `bogus' mail
10035         group will be used.
10036
10037 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10038
10039         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10040         string.
10041
10042 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10043
10044         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10045
10046 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10047
10048         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10049
10050 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10051
10052         * mml1991.el (mml1991-function-alist): Add epg.
10053         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10054         (mml1991-epg-encrypt): New functions.
10055
10056 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10057
10058         * mml2015.el (mml2015-verbose): New variable.
10059         (mml2015-cache-passphrase): Ditto.
10060         (mml2015-passphrase-cache-expiry): Ditto.
10061         (mml2015-function-alist): Add epg.
10062         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10063         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10064         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10065         New functions.
10066
10067 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10068
10069         * message.el (message-cite-original-1): Preserve region when removing
10070         quoted text due to X-No-Archive in order to avoid bogus attribution
10071         when citing multiple messages.
10072
10073 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10074
10075         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10076         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10077
10078 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10079
10080         * gnus-diary.el (gnus-user-format-function-d)
10081         (gnus-user-format-function-D): Autoload.
10082
10083         * imap.el (Commentary): Fix typo.
10084
10085         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10086         2006-04-22 contribution.
10087
10088 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10089
10090         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10091         It didn't really fix the bogosity I'm seeing with solid web groups.
10092
10093 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10094
10095         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10096         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10097         created using server names.  If we use the feature without declaring
10098         it, Gnus does not properly manage server and group state.
10099
10100         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10101         bound.
10102
10103 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10104
10105         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10106         looking up the method using GROUP's prefix before inventing a new one.
10107         It is used on killed/unknown groups in various places where returning
10108         an all-new method isn't expected by the caller.
10109
10110         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10111         and match semantics of gnus-group-real-prefix.
10112
10113 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10114
10115         * nnmail.el (nnmail-broken-references-mailers): New variable.
10116         (nnmail-ignore-broken-references): New function generalizing
10117         nnmail-fix-eudora-headers.
10118         (nnmail-fix-eudora-headers): Now obsolete.
10119
10120         * gnus-art.el (gnus-button-handle-custom):
10121         Support `customize-apropos*'.
10122
10123 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10124
10125         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10126
10127         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10128         articles.
10129
10130 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10131
10132         * message.el (message-cite-reply-above): New variable.
10133         (message-yank-original): Use it.
10134
10135 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10138
10139 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10140
10141         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10142         as read.
10143
10144         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10145
10146 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10147
10148         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10149         (gnus-bookmark-default-file): Use gnus-directory.
10150         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10151         Remove "*" in doc string.
10152         (gnus-bookmark-write-file): Simplify.
10153         (gnus-bookmark-maybe-sort-alist): Use `when'.
10154         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10155         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
10156         Add FIXME about Emacs 21 and XEmacs compatibility.
10157         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10158         compatibility.
10159         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10160         compatibility.
10161         (gnus-bookmark-menu-heading): Fix version.
10162
10163 2006-06-19  Bastien Guerry  <bzg@altern.org>
10164
10165         * gnus-bookmark.el: New file.
10166
10167 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * message.el (message-syntax-checks): Doc fix.
10170
10171 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10172
10173         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10174         unsubscribed groups as if they were killed ones.  It causes duplicate
10175         entries in gnus-newsrc-alist.
10176
10177 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10178
10179         * message.el (message-syntax-checks): Doc fix.
10180         (message-send-mail): Add check for continuation headers.
10181         (message-check-news-header-syntax): Fix regexp used to check for
10182         continuation headers.
10183
10184 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10187
10188 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10189
10190         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10191
10192 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10193
10194         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10195         default-truncate-lines.
10196
10197 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10198
10199         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10200         to fill the utf-8 entry.
10201
10202         * lpath.el: Fbind unicode-precedence-list.
10203
10204 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10205
10206         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10207
10208 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10209
10210         * gnus-agent.el (directory-files-and-attributes): Move all the way
10211         forward (the third and final move).
10212         (gnus-agent-read-agentview): Trap reconstruction errors due to
10213         nonexistent directory.  Handle by returning nil.
10214
10215 2006-05-30  Didier Verna  <didier@xemacs.org>
10216
10217         * message.el (message-dont-reply-to-names): Update the custom type.
10218         * message.el (message-dont-reply-to-names): New defsubst: potentially
10219         convert a list of regexps into a single one.
10220         * message.el (message-get-reply-headers): Use it.
10221         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10222
10223 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10224
10225         * gnus-agent.el (directory-files-and-attributes): Move forward.
10226
10227 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10228
10229         * gnus-ml.el (gnus-mailing-list-subscribe)
10230         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10231         (gnus-mailing-list-message): Fix doc strings.
10232
10233 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10234
10235         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10236         of doing it manually.
10237
10238 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10239
10240         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10241         comment.
10242
10243 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10244
10245         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
10246         (gnus-agent-read-agentview): Fix handling of end-of-file error.
10247         (gnus-agent-read-local): All symbols allocated in my-obarray.
10248         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10249         (gnus-agent-regenerate-group): Check numeric names to see if they are
10250         messages or groups.
10251         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10252         better way of do this...)
10253
10254         * gnus-cache.el (gnus-agent-total-fetched-for):
10255         Ignore 'dummy.group' (there should be a better way of do this...)
10256
10257 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10258
10259         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10260         (gnus-saved-headers): Ditto.
10261         (gnus-default-article-saver): Mention functions may have properties.
10262         (gnus-article-save): Override gnus-save-all-headers and
10263         gnus-saved-headers by :headers property which saver function may have.
10264         (gnus-summary-save-in-file): Add :headers property.
10265         (gnus-summary-write-to-file): Ditto.
10266
10267         * gnus-sum.el (gnus-summary-save-article): Bind
10268         gnus-prompt-before-saving to t when saving many articles in a file;
10269         always show all headers.
10270
10271         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10272
10273 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10274
10275         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10276         marks.
10277
10278         * message.el (message-indent-citation): Add optional arguments to allow
10279         using it outside of message buffers.
10280
10281         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10282         (gnus-article-treat-unfold-headers): Use it.
10283         (gnus-article-truncate-lines): New variable.
10284         (gnus-article-mode): Use it.
10285         (gnus-article-toggle-truncate-lines): New function.
10286
10287         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
10288         Add gnus-article-toggle-truncate-lines.
10289
10290         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10291         coding system in XEmacs, use binary.
10292
10293 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10294
10295         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10296         after-load-alist.
10297
10298         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10299         this function should save decoded articles.
10300         (gnus-summary-write-to-file): Use property to specify this function
10301         should save decoded articles and specify gnus-summary-save-in-file
10302         should be used to save articles other than the first one when saving
10303         many articles.
10304         (gnus-summary-save-body-in-file): Use property to specify this
10305         function should save decoded articles.
10306         (gnus-summary-write-body-to-file): Use property to specify this
10307         function should save decoded articles and specify
10308         gnus-summary-save-body-in-file should be used to save articles other
10309         than the first one when saving many articles.
10310
10311         * gnus-sum.el (gnus-summary-save-article): Simplify.
10312
10313 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10314
10315         * gnus-art.el (gnus-default-article-saver):
10316         Add gnus-summary-write-body-to-file.
10317         (gnus-article-save-coding-system): Don't use coding system object
10318         in XEmacs.
10319         (gnus-read-save-file-name): Add optional `dir-var' argument which
10320         specifies directory in which files are saved; work even if optional
10321         `variable' argument is not specified.
10322         (gnus-summary-write-to-file): Read file name.
10323         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10324         (gnus-summary-write-body-to-file): New function.
10325
10326         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10327         (gnus-summary-local-variables): Add it.
10328         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10329         (gnus-summary-save-article): Remove optional `decode' argument;
10330         determine whether to decode articles by the value of
10331         gnus-default-article-saver; when saving many files using
10332         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10333         it first and use gnus-summary-save-in-file or
10334         gnus-summary-save-body-in-file thereafter unless
10335         gnus-prompt-before-saving is always; move point to article which
10336         will be saved.
10337         (gnus-summary-save-article-file): Revert.
10338         (gnus-summary-write-article-file): Revert.
10339         (gnus-summary-save-article-body-file): Revert.
10340         (gnus-summary-write-article-body-file): New function.
10341
10342 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10343
10344         * gnus-art.el (gnus-default-article-saver): Doc fix.
10345         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10346         from gnus-summary-save-article-coding-system, and default to a
10347         certain coding system.
10348         (gnus-output-to-file): Add coding cookie and encode text according
10349         to gnus-article-save-coding-system; don't use mm-append-to-file.
10350
10351         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10352         gnus-art.el and rename to gnus-article-save-coding-system.
10353         (gnus-summary-save-article): Require gnus-art; don't show all
10354         headers if it decodes articles; don't add coding cookie here;
10355         don't bind mm-text-coding-system-for-write.
10356         (gnus-summary-save-article-file): Save decoded articles.
10357         (gnus-summary-write-article-file): When saving many files, use
10358         gnus-summary-write-to-file first and gnus-summary-save-in-file
10359         thereafter unless gnus-prompt-before-saving is always.
10360         (gnus-summary-save-article-body-file): Save decoded articles.
10361
10362         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10363
10364 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10365
10366         * nnrss.el (nnrss-check-group): Bind hash-index.
10367
10368 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10369
10370         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10371         its hash index.  Store this hash in `nnrss-group-data'.
10372         (nnrss-read-group-data): Update accordingly.
10373
10374 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10375
10376         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10377         entry.
10378
10379         * gnus-sum.el (gnus-summary-make-menu-bar):
10380         Add gnus-article-browse-html-article.
10381
10382 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10383
10384         * gnus-sum.el (gnus-summary-mime-map):
10385         Add gnus-article-browse-html-article.
10386
10387         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10388
10389 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10390
10391         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10392         suitable coding systems in customize.
10393
10394 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10395
10396         * mail-source.el (mail-sources): Fix custom type.
10397
10398 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10399
10400         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10401         (gnus-summary-expire-articles-now): Shorten prompt.
10402
10403         * gmm-utils.el (wid-edit): Require.
10404         (defun-gmm): Rename from `gmm-defun-compat'.
10405         (gmm-image-search-load-path): Use it.
10406         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10407
10408 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * gnus-sum.el (gnus-summary-save-article-coding-system):
10411         New variable.
10412         (gnus-summary-save-article): Add optional `decode' argument.
10413         If it is set and gnus-summary-save-article-coding-system is non-nil,
10414         save decoded article.
10415         (gnus-summary-write-article-file): Save decoded article if
10416         gnus-summary-save-article-coding-system is non-nil.
10417
10418         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10419         type.
10420
10421 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10422
10423         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10424
10425 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10426
10427         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10428         first to test gnus-single-article-buffer which may be buffer-local.
10429
10430         * gnus-sum.el (gnus-summary-setup-buffer):
10431         Make gnus-single-article-buffer buffer-local and nil in ephemeral
10432         group; make gnus-article-buffer, gnus-article-current, and
10433         gnus-original-article-buffer always buffer-local.
10434         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10435         group.
10436         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10437
10438 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10439
10440         * nnml.el (nnml-request-compact-group): Compressed files might not
10441         have .gz extension.
10442
10443 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10444
10445         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10446         (mm-copy-to-buffer): Use with-current-buffer.
10447         (mm-display-part): Simplify.
10448         (mm-inlinable-p): Add optional arg `type'.
10449
10450 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10451
10452         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10453         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10454         Try harder to show the attachment internally or externally using
10455         gnus-mime-view-part-as-type.
10456
10457 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10458
10459         * message.el (message-from-style, message-signature-separator)
10460         (message-user-organization-file, message-send-mail-function)
10461         (message-citation-line-function, message-yank-prefix)
10462         (message-indent-citation-function, message-signature)
10463         (message-signature-file, message-signature-insert-empty-line):
10464         Remove autoloads.
10465
10466         * gnus-art.el (gnus-buttonized-mime-types):
10467         Remove "multipart/signed".  Revert 2006-04-26 change.
10468
10469 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470
10471         * gnus.el (gnus-version-number): Bump version.
10472
10473 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10474
10475         * gnus.el: No Gnus v0.5 is released.
10476
10477 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10478
10479         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10480         fetching articles by message-id.
10481
10482 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10483
10484         * message.el (hashcash): Require hashcash as normal.
10485
10486         * ecomplete.el (ecomplete-highlight-match-line):
10487         Use point-at-eol.
10488         (ecomplete-highlight-match-line): Use `highlight', because that
10489         face exists in both Emacs and XEmacs.
10490
10491         * message.el (message-display-abbrev): Use point-at-bol.
10492
10493         * mail-source.el: Don't require timer/timer-funcs.
10494
10495         * gnus-async.el: Ditto.
10496
10497         * password.el: Ditto.
10498
10499         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10500
10501         * mm-url.el: Ditto.
10502
10503         * gnus-xmas.el: Don't require timer-funcs.
10504
10505         * mm-util.el: Require timer/timer-funcs.
10506
10507 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10508
10509         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10510         Close.
10511
10512 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10513
10514         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10515         unibyte after clear-decrypt function runs.
10516
10517         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10518         returns as a unibyte string.
10519
10520 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10521
10522         * lpath.el: Revert.
10523
10524         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10525         (pgg-gpg-process-sentinel): Revert.
10526
10527         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10528         (pgg-pgp-lookup-key): Revert.
10529
10530         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10531         (pgg-pgp5-lookup-key): Revert.
10532
10533         * pgg.el (pgg-fetch-key): Revert.
10534
10535 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10536
10537         * lpath.el: Fbind string-as-multibyte for XEmacs.
10538
10539         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10540         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10541         (mml1991-pgg-encrypt): Ditto.
10542
10543         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10544         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10545         a multibyte buffer.
10546
10547         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10548         (pgg-pgp-lookup-key): Ditto.
10549
10550         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10551         (pgg-pgp5-lookup-key): Ditto.
10552
10553         * pgg.el (pgg-fetch-key): Ditto.
10554
10555 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10556
10557         * message.el (message-user-organization-file): Check several
10558         locations of the organization file.
10559
10560         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10561         Add gnus-article-view-part-as-type.
10562
10563         * gnus-art.el (gnus-article-view-part-as-type): New function.
10564
10565         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10566         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10567
10568         * mml.el: Simplify autoload.
10569         (mml-mode): defvar dnd-protocol-alist instead of using
10570         symbol-value.
10571         (mml-default-directory): New variable.
10572         (mml-minibuffer-read-file): Use it.
10573         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10574
10575         * message.el (message-citation-line-format): New variable.
10576         (message-insert-formated-citation-line): New function.
10577         (message-citation-line-function):
10578         Add `message-insert-formated-citation-line' to custom type.
10579
10580         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10581         to doc string.
10582
10583         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10584         depending on mm-verify-option.
10585
10586 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10587
10588         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10589         binding pgg-* variables; reimplement the section which prevents
10590         MIME header from being signed.
10591         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10592         pgg-text-mode; remove a blank line at the top of body.
10593
10594         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10595         lines at the top of body; use gnus-newsgroup-charset if there's no
10596         Charset header.
10597
10598 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10599
10600         * message.el (message-self-insert-commands): Doc fix.
10601
10602         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10603         (mm-uu-pgp-encrypted-test): Ditto.
10604         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10605         between header and body; return application/pgp-encrypted handle
10606         if decryption failed; decode decrypted body by charset.
10607
10608         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10609         element match to application/pgp-*.
10610
10611 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10612
10613         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10614         HTML.
10615
10616 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10617
10618         * mail-source.el (mail-source-call-script): Message the error
10619         string.
10620
10621 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10622
10623         * gnus-util.el (gnus-byte-compile): Use it.
10624
10625 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10626
10627         * gnus-util.el (kill-empty-logs): New function.
10628
10629 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10630
10631         * message.el (message-mail-alias-type): Doc fix.
10632         (message-mail-alias-type-p): New function.
10633         (message-send): Use it.
10634         (message-mode): Ditto.
10635         (message-strip-forbidden-properties): Ditto.
10636
10637         * ecomplete.el (ecomplete-database-file-coding-system):
10638         New variable.
10639         (ecomplete-save): Use it.
10640         (ecomplete-setup): Use it.
10641
10642 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10643
10644         * message.el (message-self-insert-commands): New variable.
10645         (message-strip-forbidden-properties): Use it.
10646
10647 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10648
10649         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10650         that doesn't make XEmacs choke.
10651
10652 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10653
10654         * gnus-util.el (gnus-replace-in-string):
10655         Prefer replace-regexp-in-string over of replace-in-string.
10656
10657 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10658
10659         * gnus-util.el (gnus-select-frame-set-input-focus):
10660         Use select-frame-set-input-focus if it is available in XEmacs; use
10661         definition defined in Emacs 22 for old Emacsen.
10662
10663         * dgnushack.el: Autoload unmorse-region for XEmacs.
10664
10665         * lpath.el: Bind cursor-in-non-selected-windows and
10666         select-frame-set-input-focus for XEmacs.
10667
10668 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10669
10670         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10671
10672 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10673
10674         * gnus-registry.el (gnus-registry-cache-save): Remove text
10675         properties when saving via the temp buffer.
10676
10677 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10678
10679         * message.el (message-generate-hashcash): Honor custom type.
10680
10681 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10682
10683         * message.el (message-generate-hashcash): Default to non-nil when
10684         hashcash is found.
10685
10686         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10687         (gnus-refer-thread-limit): Increase default to 500.
10688
10689         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10690
10691         * flow-fill.el (fill-flowed): Allow delete-space.
10692
10693 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10694
10695         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10696         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10697         Remove autoloads.
10698
10699 2006-04-18  Simon Josefsson  <jas@extundo.com>
10700
10701         * message.el (message-generate-hashcash): Default to.
10702
10703 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10704
10705         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10706         concatenating segments rather than before concatenating them.
10707
10708 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10709
10710         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10711
10712 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10713
10714         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10715
10716         * message.el (message-forward-make-body-plain):
10717         Allow message-forward-ignored-headers to be a list.
10718         (message-remove-ignored-headers): Factor out into function.
10719         (message-forward-make-body-mml): Use it.
10720
10721         * imap.el (imap-quote-specials): New function.
10722         (imap-login-auth): Quote specials.
10723
10724         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10725         (rfc2231-parse-string): Allow concatanation of parameters that
10726         aren't contiguous.  The test case is
10727           (mail-header-parse-content-type "message/external-body;
10728             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10729             access-type=LOCAL-FILE;
10730             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10731
10732 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10733
10734         * nntp.el (nntp-accept-process-output): Return the value of
10735         `nnheader-accept-process-output'.
10736
10737 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10738
10739         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10740         (gnus-button-alist): Recognize more diff formats.
10741         (gnus-button-patch): Strip directory.
10742
10743 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10746         Emacs 22 when setting focus.
10747
10748 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10749
10750         * gnus-art.el (gnus-article-treat-types): Do treatment of
10751         text/x-verbatim parts.
10752         (gnus-button-patch): New command.
10753
10754         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10755         addresses that contain invalid characters.
10756
10757 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10758
10759         * message.el (message-put-addresses-in-ecomplete):
10760         Use gnus-replace-in-string.
10761         (message-is-yours-p): Use the more correct
10762         mail-header-parse-address instead of
10763         mail-extract-address-components.
10764         (message-put-addresses-in-ecomplete): Fix typo.
10765
10766         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10767         keystroke.
10768
10769         * gnus-art.el (gnus-treatment-function-alist): Change order of
10770         newsgroups/generic header folding to avoid double-folding.
10771
10772         * message.el (message-hidden-headers): Add X-Draft-From.
10773
10774         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
10775         New command.
10776         (gnus-summary-repeat-search-article-backward): New command.
10777
10778         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10779         groups in the parent topic.
10780
10781 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10782
10783         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10784         (spam-extra-header-to-number): Return the CRM114 number as a
10785         number instead of a string.
10786
10787 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10788
10789         * gnus-art.el (gnus-face-properties-alist): Move here from
10790         gnus-fun.
10791
10792         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10793
10794 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10795
10796         * message.el (message-strip-forbidden-properties): Only display on
10797         self-insert-command.
10798
10799         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10800         reindent.
10801         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10802
10803 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10804
10805         * smiley.el (smiley-style): Fix typo.
10806
10807 2006-03-23  Kenichi Handa  <handa@m17n.org>
10808
10809         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
10810         instead of set-buffer-multibyte.
10811
10812 2006-03-23  Kenichi Handa  <handa@m17n.org>
10813
10814         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10815         buffer and then decode the buffer text if necessary.
10816         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10817         first, and after mm-encode-body, change the buffer to unibyte.
10818
10819 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10820
10821         * hashcash.el (hashcash-insert-payment-async-2):
10822         Use message-goto-eoh instead of doing it manually.
10823         (mail-add-payment): Use message-narrow-to-header instead of trying
10824         to do the same itself.
10825
10826         * message.el (message-hidden-headers): Add Face.
10827
10828         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10829         reparenting code.
10830         (gnus-summary-reparent-children): Refactored out code.
10831         (gnus-summary-thread-map): New keystroke.
10832         (gnus-summary-reparent-children): Make into command.
10833
10834         * smiley.el (smiley-style): Default to `medium' if using a large
10835         font.
10836
10837         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10838         does it itself.
10839
10840         * message.el (message-point-in-header-p): Simplify definition.
10841
10842 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10843
10844         * nnagent.el (nnagent-request-set-mark): Silence log file
10845         writing.
10846         (nnagent-request-set-mark): Use write-region instead of
10847         append-to-file.
10848
10849         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10850         strange select method.
10851
10852         * ecomplete.el (ecomplete-display-matches): Get highlightling
10853         right.
10854         (ecomplete-display-matches): Use literals.
10855         (ecomplete-display-matches): Disable message logging.
10856
10857         * message.el (message-display-abbrev): Small optimization.
10858
10859         * ecomplete.el (ecomplete-display-matches): Allow automatic
10860         display.
10861
10862         * message.el (message-strip-forbidden-properties):
10863         Display abbrevs.
10864         (message-display-abbrev): Get automatic display right.
10865
10866         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10867         keystrokes.
10868
10869 2006-04-13  Romain Francoise  <romain@orebokech.com>
10870
10871         TODO: Backport to v5-10!
10872
10873         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10874         Move here (and rename) from gnus-registry.el.
10875
10876         * gnus-registry.el: Require gnus-util.
10877         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10878
10879 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10880
10881         * gnus-group.el (gnus-group-catchup-current):
10882         Change if-then-else-if-then-else into cond.
10883         (gnus-group-catchup): Indent.
10884         (group-name-at-point): New function.
10885         (gnus-fetch-group): Provide default from thing at point.
10886
10887 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10888
10889         * message.el (message-display-abbrev): Fix regexp.
10890
10891         * ecomplete.el (ecomplete-highlight-match-line):
10892         Reimplement choosing.
10893         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10894         dead variables.
10895
10896         * message.el (message-newline-and-indent): Remove debugging.
10897         (message-display-abbrev): Use new implementation.
10898
10899 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10900
10901         * gnus-art.el (gnus-article-mode):
10902         Set cursor-in-non-selected-windows to nil.
10903
10904         * smiley.el: Revert previous change.
10905         (smiley-data-directory): defvar it before using it in the
10906         defcustom of `smiley-style'.
10907
10908 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10909
10910         * message.el (message-newline-and-indent): New function.
10911
10912         * ecomplete.el: Implement more bits.
10913
10914         * message.el (message-put-addresses-in-ecomplete): Clean up the
10915         string.
10916
10917         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10918
10919         * gnus-sum.el (gnus-summary-save-parts):
10920         Bind gnus-summary-save-parts-counter and use it to make unique file
10921         names.
10922
10923         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10924
10925         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10926         parameter to say whether to actually parse the individual
10927         addresses.
10928
10929         * message.el (message-put-addresses-in-ecomplete): New function.
10930         (ecomplete): Require.
10931         (message-mail-alias-type): Add ecomplete as an option.
10932
10933 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10934
10935         * flow-fill.el (fill-flowed): Remove trailing space from blank
10936         quoted lines.
10937
10938 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10939
10940         * smiley.el (smiley-style): Move definition later to avoid a
10941         compilation warning.
10942
10943 2006-04-12  Kenichi Handa  <handa@m17n.org>
10944
10945         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10946         buffer and then decode the buffer text if necessary.
10947         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10948         first, and after mm-encode-body, change the buffer to unibyte.
10949         Use mm-disable-multibyte instead of set-buffer-multibyte.
10950
10951 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10952
10953         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10954         Content-Type header instead of Content-Disposition header.
10955         (gnus-mime-inline-part): Ditto.
10956         (gnus-mime-view-part-as-charset): Ignore charset that the part
10957         specifies.
10958
10959         * mm-decode.el (mm-display-part): Work with external parts and
10960         usual parts similarly.
10961
10962         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10963         instead of gnus-display-mime.
10964
10965         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10966         instead of with-temp-buffer.
10967
10968         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10969         tag to summarized topics part in order to encode non-ASCII text.
10970
10971 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10972
10973         * smiley.el (smiley-style): New variable.
10974         (smiley-directory): New function.
10975         (smiley-data-directory): Derive from `smiley-style' using
10976         `smiley-directory'.
10977         (smiley-regexp-alist): Add new entries.
10978
10979         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10980         (gnus-article-browse-delete-temp): Add :version.
10981
10982 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10983
10984         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10985         the sieve region.
10986
10987 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10988
10989         * gnus.el (gnus-version-number): Bump version.
10990
10991 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10992
10993         * gnus.el: No Gnus v0.4 is released.
10994
10995 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10996
10997         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10998         layout.
10999
11000         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11001         unknown charset.
11002
11003         * message.el (message-header-synonyms): Add Original-To to the
11004         default.
11005
11006         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11007         optional parameter.
11008
11009 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11010
11011         * gnus-fun.el (gnus): Require it for gnus-directory.
11012
11013 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11014
11015         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11016
11017 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11018
11019         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11020
11021 2006-04-05  Simon Josefsson  <jas@extundo.com>
11022
11023         * password.el (password-reset): New function.
11024
11025 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11026
11027         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11028         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11029
11030 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11031
11032         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11033         Some whitespace was matched into the url, which broke browsing hits
11034         > 100 when mm-url-use-external was nil.
11035
11036 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11037
11038         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11039         Check gnus-extra-headers for 'Newsgroups.
11040
11041         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11042         bound.
11043
11044 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11045
11046         * pgg-gpg.el: Clean up process buffers every time gpg processes
11047         complete.
11048
11049 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11050
11051         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11052         doc string.
11053
11054 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11055
11056         * pgg-gpg.el (pgg-gpg-process-filter)
11057         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11058
11059         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11060         lines, temporary fix.
11061
11062 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11063
11064         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11065
11066 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11067
11068         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11069         default-enable-multibyte-characters.  This reverts the change from
11070         revision 6.17 which is no longer necessary because the passphrase
11071         is sent separately now.  GnuPG messages are unreadable under
11072         multibyte locales with default-enable-multibyte-characters set to
11073         nil.
11074
11075 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * message.el (message-tool-bar-gnome): Move "spell".
11078
11079 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11080
11081         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11082         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11083         instead.
11084
11085 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11086
11087         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11088         Improve newsgroups handling for NNTP overviews which don't include
11089         Newsgroups.
11090
11091 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11092
11093         * message.el (message-resend): Bind message-generate-hashcash to nil.
11094
11095 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11096
11097         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11098         when searching for already-paid recipients.
11099
11100 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11101
11102         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11103         passphrases when it is not needed.
11104         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11105         passphrase stuff from gpg, should only be necessary when you use
11106         gpg with a smartcard.
11107
11108 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11109
11110         * mml.el (mml-insert-mime): Ignore cached contents of
11111         message/external-body part.
11112
11113         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11114         (mm-insert-part): Ditto.
11115
11116 2006-03-23  Simon Josefsson  <jas@extundo.com>
11117
11118         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11119         Reiner.
11120         (pgg-gpg-use-agent-p): Use it again.
11121
11122 2006-03-23  Simon Josefsson  <jas@extundo.com>
11123
11124         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11125         older emacsen.
11126         (pgg-gpg-use-agent-p): Don't use it.
11127
11128 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11129
11130         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11131         if we can.
11132
11133 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11134
11135         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11136         (pgg-gpg-update-agent): New function.
11137         (pgg-gpg-use-agent-p): New function.
11138         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11139         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11140         (pgg-gpg-sign-region): Use it.
11141
11142 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11143
11144         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11145         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11146
11147 2006-03-21  Simon Josefsson  <jas@extundo.com>
11148
11149         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11150         <wilde@sha-bang.de>.
11151         (pgg-gpg-use-agent): New variable.
11152         (pgg-gpg-process-region): Use it.
11153         (pgg-gpg-encrypt-region): Likewise.
11154         (pgg-gpg-encrypt-symmetric-region): Likewise.
11155         (pgg-gpg-decrypt-region): Likewise.
11156         (pgg-gpg-sign-region): Likewise.
11157         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11158
11159 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11160
11161         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11162
11163         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11164         Add comment on version.
11165
11166 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11167
11168         * smiley.el: Add missing test smiley.
11169
11170 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11171
11172         * mm-decode.el (mm-with-part): New macro.
11173         (mm-get-part): Use it; work with message/external-body as well.
11174         (mm-save-part): Treat name and filename equally.
11175
11176         * mm-extern.el (mm-extern-cache-contents): New function.
11177         (mm-inline-external-body): Use it; force the part to be displayed;
11178         move undisplayer added to the cached handle to the parent.
11179
11180         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11181         (gnus-mime-view-part-as-type): Work with message/external-body.
11182
11183         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11184
11185 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11186
11187         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11188         images in image-load-path.  [Sync with image.el, revision 1.60, in
11189         Emacs.]
11190
11191 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11192
11193         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11194         path rather than symbol.  Always return list of directories.
11195         Guarantee that image directory comes first.  [Sync with image.el,
11196         revision 1.59, in Emacs.]
11197
11198         * message.el (message-make-tool-bar): Adjust to new API of
11199         `gmm-image-load-path-for-library'.
11200
11201         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11202
11203         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11204
11205 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11206
11207         * gnus-art.el (gnus-article-only-boring-p):
11208         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11209         intangible text.
11210         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11211
11212 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11213
11214         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
11215         Use `defun' instead of `gmm-defun-compat'.
11216
11217 2006-03-14  Simon Josefsson  <jas@extundo.com>
11218
11219         * message.el (message-unique-id): Don't use message-number-base36
11220         if (user-uid) is a float.
11221         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11222
11223 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11224
11225         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11226
11227         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11228         empty line between a part and a message part.
11229
11230 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11231
11232         * smiley.el: Add more test smileys.
11233         (smiley-data-directory, smiley-regexp-alist)
11234         (gnus-smiley-file-types): Fix doc strings.
11235         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11236         adding new elements.
11237         (smiley-mouse-map): Unused code.  Make it a comment.
11238
11239 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11240
11241         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11242         scan latest NoCeM messages instead of old ones.
11243         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11244         delimiters that are recently used.
11245         (gnus-nocem-load-cache): Add autoload cookie.
11246
11247         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11248
11249         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11250         level which is larger than gnus-use-nocem is specified.
11251
11252         * gnus-group.el (gnus-group-get-new-news): Ditto.
11253
11254 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11255
11256         * gnus-util.el (gnus-tool-bar-update): New function.
11257
11258         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11259         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11260
11261         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11262
11263         * gnus-group.el (gnus-group-redraw-when-idle)
11264         (gnus-group-redraw-check): Remove.
11265         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11266
11267 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11268
11269         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11270         if optional last element is specified in splits (FIELD VALUE...).
11271
11272 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11273
11274         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11275         to gmm-image-load-path-for-library.  Call with no-error argument.
11276         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11277
11278         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11279
11280         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11281
11282         * gmm-utils.el (gmm-image-load-path): Remove alias.
11283
11284 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11285
11286         * gmm-utils.el (gmm-image-load-path): Add alias.
11287
11288         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11289         nnml-generate-nov-databases-1.
11290         (nnml-generate-nov-databases): Use it.
11291         (nnml-generate-nov-databases-directory): Document no-active
11292         argument.
11293
11294         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11295         directory if path is t.  Add no-error.
11296
11297         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11298         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11299
11300         * gnus-art.el (gnus-article-browse-delete-temp-files):
11301         Simplify resetting gnus-article-browse-html-temp-list.
11302
11303         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11304         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11305         Add example to docstring.  Rename local variables.  Move error
11306         checks to default case in cond and simplify.
11307
11308 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11309
11310         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11311         handle is multipart when calling it recursively.
11312         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11313
11314 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11315
11316         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11317         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11318
11319 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11320
11321         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11322         is loaded.
11323
11324         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11325         loaded.
11326
11327 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11330         to "Emacs 23 (unicode)" in doc string.
11331
11332         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11333         "Emacs 23 (unicode)" in comment.
11334
11335 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11336
11337         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11338
11339         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11340         characters 160 through 255 in Emacs 23.
11341
11342 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11343
11344         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11345         gnus-article-browse-html-temp.
11346         (gnus-article-browse-delete-temp): Make it customizable.
11347         Add `file'.  Adjust doc string.
11348         (gnus-article-browse-delete-temp-files): Add argument.
11349         Allow query for each file.  Adjust doc string.
11350         (gnus-article-browse-html-parts):
11351         Add `gnus-article-browse-delete-temp-files' to
11352         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11353
11354 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11355
11356         * gnus-art.el (gnus-article-browse-html-temp)
11357         (gnus-article-browse-delete-temp): New variables.
11358         (gnus-article-browse-delete-temp-files): New function.
11359         (gnus-article-browse-html-parts): Use it.
11360
11361 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11362
11363         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11364
11365         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11366         string.
11367
11368         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11369         gnus-summary-insert-new-articles when unplugged.
11370         Remove gnus-summary-search-article-forward.
11371
11372         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11373         display-visual-class instead of display-color-cells.
11374
11375 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11376
11377         * dgnushack.el: Autoload customize-group for XEmacs.
11378
11379         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11380         message/* containing non-ASCII text properly.
11381
11382 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11383
11384         * message.el: Require gmm-utils, remove autoloads.
11385         (message-tool-bar): Set default based on
11386         gmm-tool-bar-style.
11387         (message-tool-bar-gnome): Add gmm-customize-mode.
11388
11389         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11390         gmm-tool-bar-style.
11391         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11392
11393         * gnus-group.el (gnus-group-tool-bar): Set default based on
11394         gmm-tool-bar-style.
11395         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11396
11397         * gmm-utils.el (gmm-image-directory): Rename variable from
11398         gmm-image-load-path.
11399         (gmm-image-load-path): Use gmm-image-directory.
11400         (gmm-customize-mode): New function.
11401         (gmm-tool-bar-style): New variable.
11402
11403         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11404         gnus-group-redraw-line-number.
11405         (gnus-group-redraw-check): Simplify.
11406         (gnus-group-tool-bar-update): Remove redraw check.
11407         (gnus-group-make-tool-bar): Add redraw check.
11408
11409 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11410
11411         * gnus-art.el (gnus-button): Add missing parentheses.
11412
11413 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11414
11415         * lpath.el: Fbind line-number-at-pos.
11416
11417 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11420
11421 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11422
11423         * gnus-art.el (gnus-button): New face.
11424         (gnus-article-button-face): Use it.
11425
11426         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11427         Add gnus-summary-next-page.  Re-order.
11428
11429         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11430         next-node are now included.
11431         (gnus-group-redraw-line-number): New internal variable.
11432         (gnus-group-redraw-check): Helper function for updating the tool
11433         bar.
11434         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11435
11436         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11437
11438         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11439         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11440         Use it to match format of Spamassassin 3.0 and later.
11441         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
11442         (spam-check-bogofilter)
11443         (spam-bogofilter-register-with-bogofilter): Fix args of
11444         `gnus-error' calls.
11445
11446 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11447
11448         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11449         unnecessary interaction when sending queued mails.
11450         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11451
11452 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11453
11454         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11455         first or last are nil.
11456
11457 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11458
11459         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11460
11461 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462
11463         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11464
11465 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11466
11467         * dns.el (query-dns): Protect more against buggy tcp output.
11468
11469 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11470
11471         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11472         nov.php.
11473
11474 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11475
11476         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11477         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11478         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11479         output on the server side.
11480         (nnweb-google-create-mapping): Update regexps and add some
11481         progress indication.
11482
11483 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11484
11485         * gnus-group.el (gnus-group-tool-bar-gnome):
11486         Fix gnus-agent-toggle-plugged.  Re-order icons.
11487         (gnus-group-tool-bar-gnome):
11488         Add gnus-group-{prev,next}-unread-group.
11489         (gnus-group-tool-bar-gnome): Re-order icons.
11490
11491         * gnus-sum.el (gnus-summary-tool-bar-gnome):
11492         Move gnus-summary-insert-new-articles.
11493
11494         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
11495         Fix comments.
11496
11497         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11498         also available in Emacs 21.3.
11499
11500         * message.el (message-fix-before-sending): Change "Emacs 22" to
11501         "Emacs 23 (unicode)" in comment.
11502
11503         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11504         "Emacs 23 (unicode)" in comment.
11505
11506         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11507         comment.
11508         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11509
11510         * mm-view.el (mm-fill-flowed): Add :version.
11511
11512 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11513
11514         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11515         and load-path.
11516
11517 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11518
11519         * message.el: Autoload gmm-image-load-path.
11520         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11521         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11522         consitency.
11523
11524         * gmm-utils.el (gmm-image-load-path): Also search in
11525         "../etc/images".  Don't set gmm-image-load-path if we don't find
11526         the image.
11527
11528 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gmm-utils.el (gmm-image-load-path): Don't make
11531         `gmm-image-load-path' include subdirectories which the second arg
11532         `image' might specify.
11533
11534         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11535         subdirectory to icon file names.
11536
11537         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11538
11539 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11540
11541         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11542         gmm-image-load-path calls.
11543
11544         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11545
11546         * message.el (message-make-tool-bar): Ditto.
11547
11548         * mml.el (mml-preview): Add comment concerning tool bar icons.
11549
11550         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11551         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11552
11553         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11554         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11555
11556         * message.el (message-tool-bar-gnome): Use new icon names.
11557         (message-make-tool-bar): Use `gmm-image-load-path'.
11558
11559         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
11560         New functions from MH-E.
11561         (gmm-image-load-path): New variable from MH-E.
11562         (gmm-image-load-path): New function from MH-E.  Add arguments
11563         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11564         *-image-load-path-called-flag.
11565
11566 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11567
11568         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11569
11570 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11571
11572         * nnimap.el (nnimap-request-move-article): Change folder back to
11573         source group before deleting.
11574
11575 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11576
11577         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11578
11579         * gnus-art.el (mm-url-insert-file-contents-external):
11580         Autoload mm-url.
11581
11582         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11583
11584 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11585
11586         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11587         coding system which mm-charset-to-coding-system returns for a
11588         given charset is valid.
11589
11590 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11591
11592         * html2text.el (html2text-remove-tag-list):
11593         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11594
11595 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11596
11597         * gnus-cus.el: Revert 2005-10-17 change.
11598
11599 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11600
11601         * gnus-art.el (article-strip-banner):
11602         Call article-really-strip-banner only when the regexp match is made.
11603
11604 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11605
11606         * gnus-art.el (article-strip-banner):
11607         Use gnus-extract-address-components instead of
11608         mail-header-parse-addresses to make it work with non-ASCII text;
11609         remove mail-encode-encoded-word-string.
11610
11611         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11612         values which are surrounded with \"...\"; make it never cause a
11613         Lisp error; give up parsing of parameters if it failed in
11614         extracting type.
11615
11616 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11617
11618         * smime.el (smime-cert-by-ldap-1): Fix bug where
11619         `smime-ldap-search' returns results without userCertificates.
11620
11621 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11622
11623         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11624
11625 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11626
11627         * spam.el (spam-check-spamassassin-headers): Adapt format for
11628         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11629         <ari@mbf.ocn.ne.jp>.
11630         (spam-list-of-processors): Add spam-use-gmane.
11631
11632 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11633
11634         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11635         make-temp-file; make it work with XEmacs as well.
11636
11637         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11638         mm-make-temp-file.
11639
11640         * mm-decode.el (mm-display-external): Use the 3rd arg of
11641         mm-make-temp-file.
11642         (mm-create-image-xemacs): Ditto.
11643
11644 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11645
11646         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11647         with message-narrow-to-headers.
11648         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11649         (gnus-draft-check-draft-articles): New function.
11650         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11651
11652 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11653
11654         * gnus-art.el (gnus-article-browse-html-parts):
11655         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11656         Don't use suffix argument for mm-make-temp-file for Emacs 21
11657         compatibility.  Remove useless `format'.
11658
11659 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11660
11661         * nnweb.el (nnweb-google-wash-article): Update regexps.
11662         (nnweb-group-alist): Use defvoo instead of defvar.
11663
11664 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11665
11666         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11667         re-loading nn* modules.
11668
11669 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11670
11671         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11672         for `tool-bar-mode' and don't check it's default-value.
11673
11674         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11675
11676         * message.el (message-make-tool-bar): Ditto.
11677
11678         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11679         `substring'.  Shorten tmp-file name.
11680
11681         * gnus.el: Remove bogus comment.
11682
11683 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11684
11685         * gnus-art.el (gnus-article-browse-html-parts): New function.
11686         (gnus-article-browse-html-article): New function for viewing html
11687         articles with a browser.
11688
11689 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11690
11691         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11692         in elisp.
11693         (pgg-gpg-encrypt-symmetric-region): Ditto.
11694         (pgg-gpg-sign-region): Ditto.
11695
11696         * pgg-def.el (pgg-text-mode): New variable.
11697
11698         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11699         (mml2015-pgg-encrypt): Ditto.
11700
11701         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11702         (mml1991-pgg-encrypt): Ditto.
11703
11704 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * nnfolder.el (nnfolder-insert-newsgroup-line):
11707         Use message-make-date instead of current-time-string.
11708
11709         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11710         to gnus-decoded which mm-uu might set.
11711
11712 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11713
11714         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11715         don't decode quoted parameters; remove misimported Emacs code.
11716         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11717         (rfc2231-decode-encoded-string): Don't use split-string which
11718         behaves differently according to Emacs version; use
11719         mm-decode-coding-region to convert charset to coding-system.
11720         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11721         (rfc2231-encode-string): Remove misimported Emacs code.
11722
11723 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11724
11725         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11726         when calling mail-header-parse-content-type.
11727         (article-de-quoted-unreadable): Ditto.
11728         (article-de-base64-unreadable): Ditto.
11729         (article-wash-html): Ditto.
11730
11731         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11732         calling mail-header-parse-content-type and
11733         mail-header-parse-content-disposition.
11734         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11735         mail-header-parse-content-type.
11736
11737         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11738         insert charset and format parameters; encode description after
11739         inserting it to buffer.
11740         (mml-insert-parameter): Fold lines properly even if a parameter is
11741         segmented into two or more lines; change the max column to 76.
11742
11743         * rfc1843.el (rfc1843-decode-article-body): Don't use
11744         ignore-errors when calling mail-header-parse-content-type.
11745
11746         * rfc2231.el (rfc2231-parse-string): Return at least type if
11747         possible; don't cause an error even if it fails in parsing of
11748         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11749         (rfc2231-encode-string): Don't break lines at the beginning, leave
11750         it to mml-insert-parameter.
11751
11752         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11753         calling mail-header-parse-content-type.
11754
11755 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11756
11757         * spam-report.el (spam-report-gmane-use-article-number):
11758         Improve doc string.
11759         (spam-report-gmane-internal): Check if a suitable header was found
11760         in the article.
11761
11762 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11763
11764         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11765         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11766
11767 2006-02-05  Romain Francoise  <romain@orebokech.com>
11768
11769         Update copyright notices of all files in the gnus directory.
11770
11771 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11772
11773         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11774
11775 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11776
11777         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11778         segmented lines of parameter value to cope with Thunderbird 1.5
11779         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11780         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11781         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11782
11783 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11784
11785         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11786         parts.
11787
11788 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11789
11790         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11791         there's only one active file for all servers.
11792         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11793         solid groups.  Gnus might have used a FAST request to select the group.
11794         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11795         and nnweb-search redundantly in the active file.
11796         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11797         (nnweb-request-create-group): Don't use ARGS.
11798         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11799         initialisations.  Let nnoo do the work.
11800
11801 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11802
11803         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11804         Say the part has been decoded.
11805
11806         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11807
11808 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11809
11810         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11811         mailcap-viewer-test-cache when there's no 'test clause, since that
11812         will invert the meaning of a "nil" test previously determined by
11813         mailcap-mailcap-entry-passes-test.
11814
11815 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11816
11817         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11818         compiling.
11819
11820         * gnus-sum.el: Ditto.
11821
11822         * message.el: Don't bind tool-bar-map when compiling.
11823
11824 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11825
11826         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11827
11828 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11829
11830         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11831         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11832         current Google Groups.
11833
11834 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11835
11836         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11837         and tool-bar-mode.
11838
11839         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11840         and tool-bar-mode.
11841
11842         * message.el (message-tool-bar-update): Simplify.
11843         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11844
11845         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11846         gnus-summary-buffer.
11847         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11848         gnus-summary-reply.
11849
11850         * gmm-utils.el (gmm): Add :version.
11851
11852 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11853
11854         * Makefile.in (clean): New rule.
11855         (distclean): Use it.
11856
11857 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11858
11859         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
11860         Don't autoload.
11861
11862 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * gmm-utils.el (gmm-verbose): Add :group.
11865
11866 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11867
11868         * message.el: Change some comments WRT tool-bars.
11869
11870         * gnus-sum.el (gnus-summary-tool-bar)
11871         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11872         (gnus-summary-tool-bar-zap-list): New variables.
11873         (gnus-summary-make-tool-bar): Complete rewrite using
11874         `gmm-tool-bar-from-list'.
11875
11876         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11877         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
11878         New variables.
11879         (gnus-group-make-tool-bar): Complete rewrite using
11880         `gmm-tool-bar-from-list'.
11881         (gnus-group-tool-bar-update): New function.
11882
11883         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11884
11885 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11886
11887         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11888         is dissected into a single part of which the type is the same as
11889         the given one; decode charset.
11890
11891 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11892
11893         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11894         into alists as symbol not string, since that's what
11895         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11896         look for.
11897
11898 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11899
11900         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11901         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11902
11903         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11904
11905 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11906
11907         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11908         (gnus-xmas-mime-security-button-menu): New function.
11909
11910         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11911         (gnus-mime-security-button-menu): New definition.
11912         (gnus-mime-security-button-map): Use them.
11913         (gnus-mime-security-button-menu): New function.
11914         (gnus-insert-mime-security-button): Addition to help echo.
11915         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11916         (gnus-mime-security-pipe-part): New functions.
11917
11918         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11919         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11920
11921         * mm-decode.el (mm-handle-set-disposition): Remove.
11922         (mm-handle-set-description): Remove.
11923
11924 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11925
11926         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11927         (mm-w3m-standalone-supports-m17n-p): New function.
11928         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11929         w3m usage.
11930
11931         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
11932         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11933
11934 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11935
11936         * message.el (message-tool-bar-zap-list):
11937         Use gmm-tool-bar-zap-list as custom type.
11938         (message-tool-bar-update): New function.
11939         (message-tool-bar, message-tool-bar-gnome)
11940         (message-tool-bar-retro): Add message-tool-bar-update.
11941         (message-tool-bar-gnome): Add flyspell-buffer.
11942
11943         * gnus-util.el (gnus-error): Describe `args'.
11944
11945         * gmm-utils.el (gmm-error): Describe `args'.
11946         (gmm-tool-bar-zap-list): New widget.
11947         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11948
11949 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11950
11951         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11952         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11953         the number of recursive calls.
11954
11955         * mm-decode.el (mm-handle-set-disposition): New macro.
11956         (mm-handle-set-description): New macro.
11957
11958 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11959
11960         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11961         encoding.
11962
11963 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11964
11965         * message.el (message-tool-bar-zap-list, message-tool-bar)
11966         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11967         (message-tool-bar-local-item-from-menu): Remove.
11968         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11969         (message-make-tool-bar): New function.
11970         (message-mode): Use `message-make-tool-bar'.
11971
11972         * gmm-utils.el: New file.
11973         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11974         (gmm-lazy): New widget copied from `nnmail.el'.
11975         (gmm-tool-bar-from-list): New function for creating customizable
11976         tool bars.
11977         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11978         output.
11979         (gmm): Add :prefix to defgroup.
11980
11981 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11982
11983         * gmm-utils.el (gmm-widget-p): New function.
11984
11985 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11986
11987         * mml.el (mml-attach-file): Describe `description' in doc string.
11988         (mml-menu): Add Emacs MIME manual and PGG manual.
11989
11990 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11991
11992         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11993
11994 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11995
11996         * nntp.el (nntp-end-of-line): Doc fix.
11997
11998 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11999
12000         * imap.el (imap-open): Handle case where buffer is a buffer
12001         object.
12002
12003 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12004
12005         * gnus-delay.el (gnus-delay): Don't autoload.
12006         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12007         to be re-loaded when customizing the `gnus-delay' group.
12008
12009 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12010
12011         * message.el (message-insert-citation-line): Use newlines.
12012
12013 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12014
12015         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
12016         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
12017         these routines, so the passphrase can be managed externally and
12018         passed in to the system.
12019         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
12020         pgg-add-passphrase-to-cache function.
12021
12022         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
12023         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
12024         these routines, so the passphrase can be managed externally and
12025         passed in to the system.
12026         (pgg-pgp5-sign-region): Use new name of
12027         pgg-add-passphrase-to-cache function.
12028
12029 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
12030
12031         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
12032         part of the decoded armor to find the key-identifier.
12033         (pgg-gpg-lookup-key-owner): New function to return the
12034         human-readable identifier of a key owner.
12035         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
12036         itself.
12037         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
12038         the key value) if we have a key and can match it against a secret
12039         key.  Also, added a note pointing out fact that the prompt only
12040         indicates the first matching key.
12041
12042         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
12043         pgg-decrypt-region.
12044         (pgg-add-passphrase-to-cache): Rename from
12045         `pgg-add-passphrase-cache' to reduce confusion (all callers
12046         changed).
12047         (pgg-remove-passphrase-from-cache): Rename from
12048         `pgg-remove-passphrase-cache' to reduce confusion (all callers
12049         changed).
12050         (pgg-read-passphrase, pgg-add-passphrase-cache)
12051         (pgg-remove-passphrase-cache): Add informative docstrings.
12052         (pgg-decrypt): Convey provided passphrase in subordinate call to
12053         pgg-decrypt-region.
12054
12055 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
12056
12057         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
12058         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
12059         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
12060         'passphrase' argument, so the passphrase can be managed externally
12061         and then passed in to the system.
12062
12063         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
12064         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
12065         so the passphrase cache can be used reliably with identifiers
12066         besides a pgp packet's key id.
12067
12068         * pgg-gpg.el (pgg-gpg-encrypt-region)
12069         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12070         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
12071         these routines, so the passphrase can be managed externally and
12072         passed in to the system.
12073
12074         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
12075         'notruncate' argument, so the passphrase cache can be used
12076         reliably with identifiers besides a pgp packet's key id.
12077
12078 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
12079
12080         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
12081         symmetric encryption.
12082         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
12083         encrypted session key.
12084         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
12085         message ask for the passphrase in a proper way.
12086
12087         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
12088         New user commands for symmetric encryption.
12089
12090 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12091
12092         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12093
12094         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12095
12096 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12097
12098         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12099
12100 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12101
12102         * mm-decode.el (mm-inlined-types): Add application/pgp.
12103         (mm-automatic-display): Ditto.
12104
12105         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12106         part as text.
12107
12108 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12109
12110         * nnrss.el: Update copyright.
12111         (nnrss-opml-import): Query whether to subscribe to each entry.
12112
12113         * gnus-art.el:
12114         * gnus-sum.el:
12115         * gnus-xmas.el:
12116         * messagexmas.el:
12117         * mm-uu.el:
12118         * mm-view.el: Update copyright.
12119
12120 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12121
12122         * message.el (message-info): New function.
12123         (message-mode-menu): Add it.
12124         Update copyright.
12125
12126         * ChangeLog: Fix and update copyright.
12127
12128 2006-01-13  Romain Francoise  <romain@orebokech.com>
12129
12130         * message.el (message-forward-subject-name-subject): Prefer the
12131         address to 'nowhere' if the sender has no name.
12132         Fix typo.  Update copyright year.
12133
12134 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * gnus-art.el (article-wash-html):
12137         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12138         (gnus-article-wash-html-with-w3m-standalone): New function.
12139
12140         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12141         mm-inline-text-html-render-with-w3m-standalone.
12142         (mm-text-html-washer-alist): Map w3m-standalone to
12143         gnus-article-wash-html-with-w3m-standalone.
12144         (mm-inline-text-html-render-with-w3m-standalone): New function.
12145
12146 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12147
12148         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12149         Improve LaTeX.
12150
12151 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12152
12153         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12154         (nnrss-request-article): Render text/plain parts as HTML.
12155
12156         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12157         the buffer.
12158
12159 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12160
12161         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12162         custom definition of `gnus-posting-styles'.
12163
12164         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12165         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12166
12167 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12168
12169         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12170         Use nntp for bug archive.
12171
12172 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12173
12174         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12175         parts.
12176         (nnrss-normalize-date): New function converts ISO 8601 date into
12177         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12178         (nnrss-check-group): Use it.
12179
12180 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12181
12182         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12183
12184         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12185         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12186         (nnrss-insert-w3): Ditto.
12187
12188 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12189
12190         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12191         the articles to be forwarded including the case where neither a
12192         number of articles nor a region is specified.
12193
12194 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12195
12196         * nnrss.el (nnrss-request-article): Fix last change; fill
12197         text/plain parts.
12198
12199 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12200
12201         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12202         in text/plain part.
12203         (nnrss-check-group): Don't add excessive newline to dc:subject.
12204
12205 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12206
12207         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12208         article.
12209
12210 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12211
12212         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12213         (nnml-use-compressed-files, nnml-save-mail): Support other
12214         comression programs such as bzip2.
12215
12216 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12217
12218         * dns.el (query-dns): Make sure we check the buffer size before
12219         removing tcp headers.
12220
12221 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12222
12223         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12224         remove MIME buttons associated with multipart/alternative parts.
12225         (gnus-mime-display-alternative): Tag buttons using `article-type'
12226         text property.
12227
12228         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12229         associated with multipart/alternative parts.
12230
12231         * gnus-art.el (gnus-signature-separator): Fix custom type.
12232
12233         * mm-decode.el (mm-inlined-types): Fix custom type.
12234         (mm-keep-viewer-alive-types): Ditto.
12235         (mm-automatic-display): Ditto.
12236         (mm-attachment-override-types): Ditto.
12237         (mm-inline-override-types): Ditto.
12238         (mm-automatic-external-display): Ditto.
12239
12240 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12241
12242         * spam-report.el (spam-report-user-mail-address)
12243         (spam-report-user-agent): New variables.
12244         (spam-report-url-ping-plain): Use spam-report-user-agent.
12245
12246 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12247
12248         * gnus-art.el (gnus-button-handle-custom): Do not just use
12249         `customize-apropos' for any "M-x customize-*" button but the
12250         function called for.  Accept both the function name and its
12251         argument in order to achieve this.
12252         (gnus-button-alist): Remove support for "custom:" URL's.
12253         Pass function name to `gnus-button-handle-custom' in case of "M-x
12254         customize-*" buttons.
12255
12256 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12259         multipart/alternative and add xref to mm-discouraged-alternatives
12260         in doc string.
12261
12262         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12263         gnus-buttonized-mime-types in doc string.
12264
12265 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12266
12267         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12268         Suggest image/.* in the doc string.
12269
12270 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12271
12272         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12273         message-marks (Debian bug #342521).
12274
12275 2005-12-12  Simon Josefsson  <jas@extundo.com>
12276
12277         * password.el (password-read-from-cache): Add.
12278         (password-read): Use it.
12279
12280 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12281
12282         * rfc2047.el (rfc2047-charset-to-coding-system):
12283         Recognize us-ascii as a MIME charset.
12284
12285         * mm-bodies.el (mm-decode-content-transfer-encoding):
12286         Protect against the case where the 2nd arg TYPE is nil.
12287
12288 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12289
12290         * pop3.el (pop3-stream-type): Fix custom version.
12291
12292         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12293
12294 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12295
12296         * mm-decode.el (mm-display-external): Add missing cdr.
12297
12298 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12299
12300         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12301         RFC1524) if it is in mailcap or add a suffix according to
12302         mailcap-mime-extensions when generating a temp filename; postpone
12303         deleting a temp file for 2 seconds for some wrappers, shell
12304         scripts, and so on, which might exit right after having started a
12305         viewer command as a background job.
12306
12307 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12308
12309         * nntp.el (nntp-marks-directory): Fix custom group.
12310
12311         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12312         steps when < 10.
12313
12314         * gnus-start.el (gnus-no-server-1):
12315         Mention `gnus-level-default-subscribed' in doc string.
12316
12317 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12318
12319         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12320         parens.
12321
12322 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12323
12324         * gnus-xmas.el (gnus-use-toolbar): Revert.
12325         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12326         gnus-use-toolbar is default.
12327
12328         * messagexmas.el (message-use-toolbar): Revert.
12329         (message-setup-toolbar): Use global default-toolbar if
12330         message-use-toolbar is default.
12331
12332 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12333
12334         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12335         according to default-toolbar-visible-p.
12336
12337         * messagexmas.el (message-use-toolbar): Ditto.
12338
12339 2005-11-26  Dave Love  <fx@gnu.org>
12340
12341         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12342         (tls-program, tls-success): Provide openssl alternative.
12343
12344         * starttls.el: Doc fixes.
12345         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12346         SERVICE to PORT.
12347
12348         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12349         port null or service name.
12350         (starttls-negotiate): Autoload.
12351
12352 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12353
12354         * message.el (message-kill-to-signature): Fix interactive spec.
12355
12356 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12357
12358         * pop3.el (pop3-open-server): Recognize a string as a service name.
12359
12360 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12361
12362         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12363
12364 2005-11-23  Dave Love  <fx@gnu.org>
12365
12366         Add pop3s, pop3/starttls.
12367
12368         * pop3.el (pop3-authentication-scheme): Clarify doc.
12369         (open-tls-stream, starttls-open-stream): Autoload.
12370         (pop3-stream-type): New.
12371         (pop3-open-server): Use it.
12372
12373         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12374         for POP.
12375         (mail-source-keyword-map): Add :stream for POP.
12376         (mail-source-fetch-pop): Use pop3-stream-type.
12377
12378 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12379
12380         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12381         of current-time-string.
12382
12383 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12384
12385         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12386         date header.
12387
12388 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12389
12390         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12391         it can seriously impact performance as it bypasses the agent's
12392         local caches.
12393
12394 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12395
12396         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12397         must be explicitly online rather than "not explicitly offline" for
12398         its flags to be synchronized.
12399
12400         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12401         that gnus-uu-unmark-thread will function correctly.
12402
12403         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12404         1024K is instead displayed as 1M.
12405
12406 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12407
12408         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12409
12410 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12411
12412         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12413
12414 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12415
12416         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12417         error message to display actual error condition.
12418         (gnus-agent-save-local): Avoid saving symbols that are bound to
12419         nil as they simply result in a warning message in
12420         gnus-agent-read-local.
12421
12422 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12423
12424         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12425         rather than make-variable-buffer-local for file-precious-flag.
12426
12427 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12428
12429         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12430         for duplicates which are removed.  The invalid sort check then
12431         triggers a rescan after the sort as sorting may have moved
12432         duplicate entries such that they can be cheaply detected.
12433
12434 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12435
12436         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12437
12438 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12439
12440         * gnus-agent.el (gnus-agent-article-alist-save-format):
12441         Change internal variable to a custom variable.  Change default value
12442         from compressed(2) to uncompressed(1).
12443         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12444         support for uncompressed agentview files.  Taken together, reading
12445         the agentview file should now be 6-7 times faster.
12446
12447 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12448
12449         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12450         as a buffer-local variable.  This avoids creating truncated
12451         dribble files as a result of a hang up, eg.
12452
12453 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12454
12455         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12456         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12457         XEmacs.
12458
12459 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12460
12461         * gnus-start.el (gnus-start-draft-setup):
12462         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
12463
12464         * gnus.el (gnus-splash): Change custom group.
12465         (gnus-group-get-parameter, gnus-group-parameter-value):
12466         Describe allow-list argument.
12467
12468         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12469         string.
12470
12471 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12472
12473         * gnus-art.el (gnus-default-article-saver): Add user-defined
12474         `function' to custom type.
12475
12476 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12477
12478         * imap.el (imap-open): Handle case where buffer is a buffer
12479         object.
12480
12481 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12482
12483         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12484         long lines.
12485         (gnus-cache-delete-group): Wrap doc strings.
12486
12487         * gnus-agent.el (gnus-agent-rename-group)
12488         (gnus-agent-delete-group): Wrap doc strings.
12489
12490 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12491
12492         * messagexmas.el (message-use-toolbar): Change the valid values
12493         into default, top, bottom, left, and right.
12494         (message-toolbar-thickness): New variable.
12495         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12496         well.
12497         (message-setup-toolbar): Make it work.
12498
12499         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12500         (gnus-use-toolbar): Change the valid values into default, top,
12501         bottom, left, and right.
12502         (gnus-toolbar-thickness): New variable.
12503         (gnus-xmas-setup-toolbar): New function.
12504         (gnus-xmas-setup-group-toolbar): Use it.
12505         (gnus-xmas-setup-summary-toolbar): Use it.
12506
12507 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12508
12509         * gnus-start.el (gnus-1): Add "native" to
12510         gnus-predefined-server-alist.
12511
12512         * gnus.el (gnus-method-to-server): Don't add "native" to the
12513         lists here, because that leads to problems when
12514         gnus-select-method is bound.
12515
12516 2005-11-09  Simon Josefsson  <jas@extundo.com>
12517
12518         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12519         use (not sort-by-date) instead.
12520
12521 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12522
12523         * gnus-delay.el (gnus-delay-group): Don't autoload.
12524         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12525         to be re-loaded when customizing the `gnus-delay' group.
12526
12527 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12528
12529         * message.el: Revert last changes.
12530         (message-insert-citation-line): Use newlines.
12531
12532 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12533
12534         * message.el (message-courtesy-message)
12535         (message-mark-insert-begin, message-mark-insert-end)
12536         (message-elide-ellipsis, message-cancel-message)
12537         (message-add-header, message-change-subject)
12538         (message-cross-post-followup-to-header)
12539         (message-cross-post-insert-note, message-reduce-to-to-cc)
12540         (message-widen-reply, message-delete-not-region)
12541         (message-kill-to-signature, message-insert-signature)
12542         (message-insert-importance-high, message-insert-importance-low)
12543         (message-insert-or-toggle-importance)
12544         (message-insert-disposition-notification-to)
12545         (message-indent-citation, message-yank-original)
12546         (message-cite-original-without-signature, message-cite-original)
12547         (message-insert-citation-line, message-position-on-field)
12548         (message-fix-before-sending, message-send-mail-partially)
12549         (message-send-mail, message-send-mail-with-sendmail)
12550         (message-send-mail-with-qmail, message-send-news)
12551         (message-check-news-header-syntax, message-generate-headers)
12552         (message-insert-courtesy-copy, message-fill-address)
12553         (message-fill-header, message-shorten-references)
12554         (message-setup-1, message-cancel-news)
12555         (message-forward-make-body-plain, message-forward-make-body-mime)
12556         (message-forward-make-body-mml, message-encode-message-body)
12557         (message-forward-make-body-digest-plain)
12558         (message-forward-make-body-digest-mime)
12559         (message-use-alternative-email-as-from): Insert `hard-newline'
12560         instead of ordinary newlines.
12561
12562 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12563
12564         * message.el (message-generate-headers): Downcase the argument
12565         given to message-check-element.
12566
12567 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12568
12569         * nntp.el (nntp-authinfo-rejected): New error condition.
12570         (nntp-wait-for): Use new error condition to signal authentication
12571         error.
12572         (nntp-retrieve-data): Rethrow new error condition to break out of
12573         recursive call to nntp-send-authinfo.
12574
12575 2005-11-08  Romain Francoise  <romain@orebokech.com>
12576
12577         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12578         (gnus-summary-exit-map): Bind to `Z p'.
12579         (gnus-summary-make-menu-bar): Add menu item.
12580
12581 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12582
12583         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12584         (gnus-treat-*): Add `first' in all doc strings.
12585
12586         * gnus-group.el (gnus-group-compact-group): Fix typo.
12587
12588 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12589
12590         * gnus.el (gnus-parameters-case-fold-search): New variable.
12591         (gnus-parameters-get-parameter): Use it.
12592
12593         * gnus-score.el (gnus-home-score-file): Doc fix.
12594
12595 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12596
12597         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12598
12599 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12600
12601         * mm-util.el (mm-special-display-p): New function.
12602
12603         * mml.el (mml-preview): Use it; doc fix.
12604
12605 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12606
12607         * imap.el (imap-open): Handle case where buffer is a buffer object.
12608
12609 2005-10-29  Romain Francoise  <romain@orebokech.com>
12610
12611         * message.el (message-fix-before-sending): Fix comment.
12612
12613 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12614
12615         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12616
12617 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12618
12619         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12620         Used in gnus-score.el.
12621
12622 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12623
12624         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12625
12626 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12627
12628         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12629         whitespace removed in revision 7.8.  Use concatenated string to
12630         protect trailing whitespace.
12631
12632 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12633
12634         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12635         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12636         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12637         Courier IMAP ("some version from 2004").  Mostly based on similar
12638         code in the same function.
12639
12640 2005-10-26  Didier Verna  <didier@xemacs.org>
12641
12642         * gnus-group.el (gnus-group-compact-group): Invalidate original
12643         article buffer.
12644         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12645         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12646         NOV database and in article itself.
12647         Invalidate article backlog.
12648
12649 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12650
12651         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12652
12653 2005-10-26  Simon Josefsson  <jas@extundo.com>
12654
12655         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12656         part of 2004-07-25 change.
12657
12658 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12659
12660         * message.el (message-display-completion-list): New function.
12661         (message-expand-group): Use it; make sure the Completions buffer
12662         is modifiable.
12663 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12664
12665         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12666         user-mail-name is an empty string.
12667
12668 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12669
12670         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12671         depending on gnus-score-decay-constant.
12672
12673         * encrypt.el (encrypt-insert-file-contents)
12674         (encrypt-write-file-contents): Don't use `gnus-message'.
12675
12676         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12677         arguments.
12678         (mm-uu-type-alist): Add message-marks and insert-marks.
12679         Pass arguments to mm-uu-verbatim-marks-extract.
12680         (mm-uu-hide-markers): New variable.
12681         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12682
12683         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12684         (gnus-convert-image-to-face-command): Use "convert" by default to
12685         allow other input image formats.
12686         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12687         accordingly.
12688
12689 2005-10-23  Simon Josefsson  <jas@extundo.com>
12690
12691         * imap.el (imap-gssapi-program): Align command line parameters
12692         with latest GNU SASL.
12693         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12694
12695 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12696
12697         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12698         HTML.
12699         (nnslashdot-request-article): Ditto.
12700
12701         * lpath.el (featurep): Add nobreak-char-display.
12702
12703 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12704
12705         * mail-source.el (mail-source-fetch-pop): Require pop3.
12706         (mail-source-check-pop): Ditto.
12707
12708 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12709
12710         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12711         errors.
12712
12713 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12714
12715         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12716         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12717
12718         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12719
12720         * mm-bodies.el (mm-decode-string):
12721         Call `mm-charset-to-coding-system' with allow-override argument.
12722
12723 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12724
12725         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12726         (rfc2047-charset-to-coding-system): New function.
12727         (rfc2047-decode-encoded-words): New function.
12728         (rfc2047-decode-region): Use them.
12729         (rfc2047-decode-cte): Remove.
12730         (rfc2047-parse-and-decode): Remove.
12731         (rfc2047-decode): Remove.
12732
12733 2005-10-15  Kenichi Handa  <handa@m17n.org>
12734
12735         * rfc2047.el (rfc2047-decode-cte): New function.
12736         (rfc2047-decode-region): Change the way to decode successive
12737         encoded-words: decode B- or Q-encoding in each encoded-word,
12738         concatenate them, and decode it as charset.
12739
12740 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12741
12742         * lpath.el: Fbind codepage-setup for XEmacs.
12743
12744 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12745
12746         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12747         widget-move-and-invoke.
12748         (gnus-custom-mode): Use gnus-custom-map.
12749
12750 2005-10-15  Bill Wohler  <wohler@newt.com>
12751
12752         * message.el (message-tool-bar-map): Rename image file from
12753         mail_send to mail/send.
12754
12755 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12756
12757         * message.el (message-expand-group): Pass the common
12758         prefix substring of completion to `display-completion-list'.
12759
12760 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12761
12762         * mml-sec.el (mml-secure-method): New internal variable.
12763         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12764         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
12765         New functions using mml-secure-method.
12766
12767         * mml.el (mml-mode-map): Add key bindings for those functions.
12768         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12769         Harder <harder@myrealbox.com>.
12770         (mml-attach-file, mml-attach-buffer, mml-attach-external):
12771         Goto end of message if point is the headers of the message.
12772
12773         * message.el (message-in-body-p): New function.
12774
12775         * assistant.el: Autoload gnus-util and netrc.
12776
12777         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12778         Use `mm-charset-override-alist' only when decoding.
12779
12780         * mm-bodies.el (mm-decode-body):
12781         Call `mm-charset-to-coding-system' with allow-override argument.
12782
12783         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12784         `filename' from Content-Disposition if Content-Type doesn't
12785         provide `name'.
12786         (gnus-mime-view-part-as-type): Set default instead of
12787         initial-input.
12788
12789 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12790
12791         * format-spec.el (format-spec): Propagate text properties of % spec.
12792
12793 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12794
12795         * gnus-art.el (gnus-treat-predicate): Add `first'.
12796
12797 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12798
12799         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12800         (mm-charset-override-alist): New variable.
12801         (mm-charset-to-coding-system): Use it.
12802         (mm-codepage-setup): New helper function.
12803         (mm-charset-eval-alist): New variable.
12804         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
12805         Warn about unknown charsets.
12806
12807         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12808
12809 2005-10-04  David Hansen  <david.hansen@gmx.net>
12810
12811         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12812         (nnrss-check-group): Ditto.
12813
12814 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12815
12816         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12817         Rename x-gnus-verbatim to x-verbatim.
12818         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12819
12820         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12821         x-verbatim.
12822
12823         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12824
12825         * gnus-util.el (gnus-remove-duplicates): Remove.
12826
12827         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12828         instead of gnus-remove-duplicates.
12829
12830         * message.el (message-remove-duplicates): Remove.
12831         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12832         message-remove-duplicates.
12833
12834         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12835         available, else use implementation from `delete-dups'.
12836
12837         * message.el (message-insert-expires): New function.
12838         (message-mode-map): Add key binding.
12839         (message-mode-field-menu): Add menu entry.
12840         (message-mode): Document it.
12841         (message-make-expires-date): Use `message-make-date'.
12842
12843 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12844
12845         * message.el (message-make-expires-date): New function.
12846
12847 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12848
12849         * Makefile.in (list-installed-shadows): New entry.
12850         (install): Use it.
12851         (remove-installed-shadows): New entry.
12852
12853         * dgnushack.el (dgnushack-default-load-path): New variable.
12854         (dgnushack-find-lisp-shadows): New function.
12855         (dgnushack-remove-lisp-shadows): New function.
12856
12857 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12858
12859         * Makefile.in (install-el-elc): New entry.
12860         (install): Use it so that .el files are necessarily installed.
12861
12862 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12863
12864         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12865
12866 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12867
12868         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12869         function rather than the diff-mode.el package.
12870         (mm-display-external): Use with-current-buffer.
12871         (mm-viewer-completion-map, mm-viewer-completion-map):
12872         Move initialization inside declaration.
12873
12874 2005-09-29  Simon Josefsson  <jas@extundo.com>
12875
12876         * spam.el: Load hashcash when compiling, to avoid warnings.
12877         Don't autoload mail-check-payment.
12878         (spam-check-hashcash): Define unconditionally, since hashcash.el
12879         is part of Gnus now.  Ignore errors from payment checking.
12880
12881 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12882
12883         * message.el (message-bold-region, message-unbold-region):
12884         Rename from `bold-region' and `unbold-region'.
12885
12886         * message.el: Remove useless autoloads.
12887
12888 2005-09-28  Simon Josefsson  <jas@extundo.com>
12889
12890         * message.el (message-use-idna): Default to t.
12891         (message-use-idna): Test whether encoding works too.  Doc fix.
12892
12893 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12894
12895         * nntp.el (nntp-warn-about-losing-connection): Remove.
12896
12897 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12898
12899         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12900         customizable.  Change default value.
12901         (mm-uu-diff-groups-regexp): Change default value.
12902         (mm-uu-type-alist): Add doc string.
12903         (mm-uu-configure): Add doc string.  Make it interactive.
12904         (mm-uu-tex-groups-regexp): New variable.
12905         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12906         (mm-uu-type-alist): Add LaTeX documents.
12907         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12908         of "text/verbatim".
12909         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12910
12911         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12912         instead of "text/verbatim".
12913
12914         * message.el (message-mark-inserted-region)
12915         (message-mark-insert-file): Use slrn style marks when called with
12916         prefix argument.
12917
12918 2005-09-27  Simon Josefsson  <jas@extundo.com>
12919
12920         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12921
12922 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12923
12924         * message.el (message-remove-duplicates): New function.
12925         Implementation borrowed from `gnus-remove-duplicates'.
12926         (message-idna-to-ascii-rhs): Also encode idna addresses in
12927         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12928         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12929         only ask about the same idna domain once per header and also tell
12930         in what header to replace the idna domain.
12931
12932         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12933         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12934         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12935         a header is decoded and not just the last one.
12936
12937 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12938
12939         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12940         has been decoded.
12941
12942         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12943         (mm-insert-part): Don't modify text if it has been decoded.
12944
12945         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12946         decoded.
12947
12948         * mm-view.el (mm-inline-text): Don't strip text props unless
12949         decoding enriched or richtext parts.
12950
12951 2005-09-25  Romain Francoise  <romain@orebokech.com>
12952
12953         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12954         * gnus-start.el (gnus-subscribe-interactively):
12955         * gnus-uu.el (gnus-uu-grab-articles):
12956         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12957         space.
12958
12959 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12960
12961         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12962         * mm-view.el (mm-view-pkcs7-decrypt):
12963         * gnus-sum.el (gnus-summary-limit-to-extra)
12964         (gnus-summary-respool-article, gnus-read-move-group-name):
12965         * gnus-score.el (gnus-summary-increase-score):
12966         * gnus-util.el (gnus-completing-read-with-default):
12967         * gnus-art.el (gnus-read-save-file-name)
12968         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12969         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12970         * message.el (message-check-news-header-syntax):
12971         Follow convention for reading with the minibuffer.
12972
12973 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12974
12975         * spam-report.el (spam-report-url-ping-plain):
12976         Use gnus-extended-version as User-Agent.
12977
12978         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12979         default value is nil.
12980
12981         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
12982         (mm-uu-verbatim-marks-extract): New function.
12983         (mm-uu-extract): New face.
12984         (mm-uu-copy-to-buffer): Use it.
12985
12986         * spam-report.el (spam-report-gmane-ham): Rename from
12987         `spam-report-gmane-unspam'.
12988         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
12989         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12990
12991         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12992         Autoload.
12993         (spam-report-gmane-unregister-routine):
12994         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12995
12996 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12997
12998         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12999         (spam-report-gmane-unregister-routine): Add support for gmane
13000         unregistration.
13001
13002         * spam-report.el (spam-report-gmane-unspam)
13003         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13004         (spam-report-gmane): Change to take a single article and do unspam
13005         registration.
13006
13007 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13008
13009         * mm-url.el (mm-url-decode-entities): Fix regexp.
13010
13011 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13012
13013         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13014         default to nil, to be able to use Gnus at all.  If the default
13015         switches to something else, then the function should be fixed not
13016         be exceedingly slow.
13017
13018 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13019
13020         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13021         fail hard.
13022
13023         * spam-report.el: Add better Keywords line.
13024
13025         * spam.el: Add Maintainer and better Keywords line.
13026
13027 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13028
13029         * gnus-art.el (gnus-article-replace-part)
13030         (gnus-mime-replace-part): New functions.
13031         (gnus-mime-action-alist, gnus-mime-button-commands)
13032         (gnus-mime-save-part-and-strip): Add file argument.
13033         (gnus-article-part-wrapper): Add interactive argument.
13034
13035         * gnus-sum.el (gnus-summary-mime-map):
13036         Add `gnus-article-replace-part'.
13037
13038 2005-09-19  Didier Verna  <didier@xemacs.org>
13039
13040         The nnml compaction feature:
13041         * nnml.el (nnml-request-compact-group): New function.
13042         * nnml.el (nnml-request-compact): New function.
13043         * gnus-int.el (gnus-request-compact-group): New function.
13044         * gnus-int.el (gnus-request-compact): New function.
13045         * gnus-group.el (gnus-group-compact-group): New function.
13046         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13047         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13048         * gnus-srvr.el (gnus-server-compact-server): New function.
13049         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13050         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13051
13052 2005-09-18  Deepak Goel  <deego@gnufans.org>
13053
13054         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13055         format spec.
13056
13057 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13058
13059         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13060
13061 2005-09-15  Romain Francoise  <romain@orebokech.com>
13062
13063         * message.el (message-fill-paragraph): Clarify docstring.
13064
13065 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13066
13067         * gnus-art.el (gnus-mime-display-part): Protect against broken
13068         MIME messages.
13069
13070 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13071
13072         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13073         before parsing header.
13074
13075 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13076
13077         * html2text.el (html2text-replace-list): Add new entities.
13078
13079 2005-09-11  Romain Francoise  <romain@orebokech.com>
13080
13081         * message.el (message-alternative-emails): Improve docstring.
13082         (message-setup-1): Call `message-use-alternative-email-as-from'
13083         after `message-setup-hook' to give it precedence over posting
13084         styles, etc.
13085         (message-use-alternative-email-as-from): Add docstring.
13086         Remove the original From header if present.
13087
13088         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13089         (nnml-save-mail): Use it.
13090
13091         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13092         articles.  Add new argument `silent'.
13093         (gnus-uu-mark-all): Report the total number of marked articles.
13094
13095 2005-09-10  Romain Francoise  <romain@orebokech.com>
13096
13097         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13098         (gnus-uu-mark-series): Likewise.
13099
13100 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13101
13102         * spam-report.el (spam-report-gmane): Fix generation of spam
13103         report URL.
13104
13105 2005-09-10  Simon Josefsson  <jas@extundo.com>
13106
13107         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13108         t, based on discussion on the ding list with Robert Epprecht
13109         <epprecht@solnet.ch>.
13110
13111 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13112
13113         * spam-report.el (spam-report-gmane): Make it work without
13114         X-Report-Spam header.  Gmane now only provides Archived-At.
13115         This is only used if `spam-report-gmane-use-article-number' is nil.
13116         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13117
13118         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13119         make `gnus-summary-sort-by-recipient' work with threading.
13120
13121         * nnweb.el (nnweb-google-wash-article): Print a message if article
13122         is not available.
13123
13124 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13125
13126         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13127         change.  Decode text/* parts content before displaying.
13128
13129 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13130
13131         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13132
13133 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13134
13135         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13136
13137         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13138         url-package-name, url-package-version,
13139         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13140         w3m-display-inline-images, and w3m-minor-mode-map.
13141
13142 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13143
13144         * message.el (message-tab-body-function): Fix mismatched custom type.
13145
13146         * gnus.el (gnus-group-change-level-function): Ditto.
13147
13148         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13149
13150         * gnus-art.el (gnus-signature-limit)
13151         (gnus-article-mime-part-function): Ditto.
13152
13153 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13154
13155         * mml.el (mml-mode): Silence the byte compiler.
13156
13157         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13158         using `(sit-for 0)' before moving the point to the specified part;
13159         skip unbuttonized parts.
13160         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13161         return to the summary window if gnus-auto-select-part is non-nil.
13162
13163 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13164
13165         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13166         New variables.
13167         (mml-dnd-attach-file, mml-mode): Use them.
13168
13169         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13170         Make fetching article by MID work again for Google Groups.
13171         Add FIXME concerning gnus-group-make-web-group.
13172
13173         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13174         Don't depend on Gnus by using mail-extract-address-components if
13175         gnus-extract-address-components is not bound.
13176
13177 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13178
13179         * gnus-art.el (gnus-mime-display-security): Don't display the
13180         signature, but only the signed part.
13181
13182 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13183
13184         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13185
13186         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13187         list, not listp.
13188
13189 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13190
13191         * mm-encode.el (mm-encode-content-transfer-encoding):
13192         Likewise when encoding.
13193
13194         * mm-bodies.el (mm-decode-content-transfer-encoding):
13195         De-canonicalize CRLF for all text content types, not just
13196         text/plain.
13197
13198 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13199
13200         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13201         valid article; point arrow and cursor at the MIME button.
13202
13203 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13204
13205         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13206         Suggested by Dan Christensen <jdc@uwo.ca>.
13207
13208         * mm-decode.el (mm-save-part): Enable change of prompt.
13209
13210 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13211
13212         * gnus-msg.el (gnus-inews-add-send-actions):
13213         Make `message-post-method' lambda parameter ARG `&optional'.
13214
13215 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13216
13217         * gnus-sum.el (gnus-summary-mime-map):
13218         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13219         gnus-article-jump-to-part.
13220
13221         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13222         (gnus-article-edit-part): Use it.
13223         (gnus-article-part-wrapper): Add no-handle argument.
13224         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13225         New functions.
13226
13227 2005-08-29  Romain Francoise  <romain@orebokech.com>
13228
13229         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13230         docstring.
13231         (gnus-face-from-file): Likewise.
13232
13233 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13234
13235         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13236         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13237         non-nil.
13238         (gnus-auto-select-part): New variable.
13239         (gnus-article-jump-to-part): New function.
13240         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13241         (gnus-mime-delete-part): Allow selecting specified part after
13242         deleting or stripping parts.
13243         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13244         part if argument is bogus.
13245
13246 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13247
13248         * gnus-art.el (w3m-minor-mode-map):
13249         * gnus-spec.el (gnus-newsrc-file-version):
13250         * gnus-util.el (nnmail-active-file-coding-system)
13251         (gnus-original-article-buffer, gnus-user-agent):
13252         * gnus.el (gnus-ham-process-destinations)
13253         (gnus-parameter-ham-marks-alist)
13254         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13255         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13256         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13257         * mm-decode.el (gnus-current-window-configuration):
13258         * mm-extern.el (gnus-article-mime-handles):
13259         * mm-url.el (url-current-object, url-package-name)
13260         (url-package-version):
13261         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13262         (smime-keys, w3m-cid-retrieve-function-alist)
13263         (w3m-current-buffer, w3m-display-inline-images)
13264         (w3m-minor-mode-map):
13265         * mml-smime.el (gnus-extract-address-components):
13266         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13267         (gnus-newsrc-hashtb, message-default-charset)
13268         (message-deletable-headers, message-options)
13269         (message-posting-charset, message-required-mail-headers)
13270         (message-required-news-headers):
13271         * mml1991.el (mc-pgp-always-sign):
13272         * mml2015.el (mc-pgp-always-sign):
13273         * nnheader.el (nnmail-extra-headers):
13274         * rfc1843.el (gnus-decode-encoded-word-function)
13275         (gnus-decode-header-function, gnus-newsgroup-name):
13276         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13277
13278 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13279
13280         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13281         the end of the date treatments.
13282
13283 2005-08-15  Simon Josefsson  <jas@extundo.com>
13284
13285         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13286         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13287         Capello and Romain Francoise.
13288         (pgg-fetch-key-function): Remove, not used?
13289         (pgg-insert-url-with-w3): Require url, to get
13290         url-insert-file-contents regardless of where it is defined.
13291
13292 2005-08-13  Romain Francoise  <romain@orebokech.com>
13293
13294         * message.el (message-cite-original-1): New function.
13295         (message-cite-original): Use it.
13296         (message-cite-original-without-signature): Ditto.
13297
13298 2005-08-08  Romain Francoise  <romain@orebokech.com>
13299
13300         * message.el (message-yank-empty-prefix): New variable.
13301         (message-indent-citation): Use it.
13302         (message-cite-original-without-signature): Respect X-No-Archive.
13303
13304 2005-08-08  Simon Josefsson  <jas@extundo.com>
13305
13306         * pgg.el: Autoload url-insert-file-contents instead of loading
13307         w3/url.
13308         (pgg-insert-url-with-w3): Don't load url here.
13309
13310 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13311
13312         * message.el (message-kill-to-signature): Don't insert newline at
13313         bol.
13314         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13315
13316 2005-08-06  Romain Francoise  <romain@orebokech.com>
13317
13318         * message.el (message-user-fqdn): Fix typo in docstring.
13319
13320 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13321
13322         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13323
13324         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13325
13326 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13327
13328         * mm-bodies.el (mm-encode-body): Use coding system rather than
13329         charset to encode text.
13330
13331         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13332         number of charsets if utf-8 is available (XEmacs).
13333
13334 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13335
13336         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13337         taken from `gnus-button-mid-or-mail-regexp'.
13338         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13339         (gnus-button-alist): Improve regexp for domain part of the MIDs
13340         for news:localpart@domain buttons.
13341         (gnus-button-ctan-directory-regexp): Update.
13342
13343 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13344
13345         * sieve-manage.el (sieve-manage-interactive-login):
13346         Use make-local-variable rather than make-variable-buffer-local.
13347         (sieve-manage-open): Ditto.
13348         (sieve-manage-authenticate): Ditto.
13349
13350         * mml.el (mml-generate-mime-1): Make the content type default to
13351         text/plain if the filename is not specified.
13352
13353 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13354
13355         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13356         instead of insert-buffer.
13357
13358         * message.el (message-yank-original): Ditto; set the mark at the
13359         end of the yanked message.
13360
13361 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13362
13363         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13364         lines to scroll rather than to stop it.
13365
13366         * mml.el (mml-generate-default-type): Add doc string.
13367         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13368         default to application/octet-stream when determining the content
13369         type if it is not specified for the part or the mml contents; add
13370         a comment about mml-generate-default-type.
13371
13372 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13373
13374         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13375         make it default to application/octet-stream when determining the
13376         content type if it is not specified for the external contents.
13377
13378 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13379
13380         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13381         segmented parameter but also other parameters might be there.
13382
13383 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13384
13385         * mm-decode.el (mm-display-external): Delete temp file, directory
13386         and buffer immediately if the external process is exited.
13387
13388 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13389
13390         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13391         fewer lines than that of scroll-margin.
13392         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13393
13394 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13395
13396         * gnus-art.el (gnus-article-next-page): Revert.
13397         (gnus-article-beginning-of-window): New macro.
13398         (gnus-article-next-page-1): Use it.
13399         (gnus-article-prev-page): Ditto.
13400         (gnus-article-edit-part): Use insert-buffer-substring instead of
13401         insert-buffer.
13402         (gnus-article-edit-exit): Ditto.
13403
13404         * gnus-util.el (gnus-beginning-of-window): Remove.
13405         (gnus-end-of-window): Remove.
13406
13407         * lpath.el: Don't bind header-line-format and scroll-margin.
13408
13409 2005-07-25  Simon Josefsson  <jas@extundo.com>
13410
13411         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13412         to have the url package without w3.  Reported by Daiki Ueno
13413         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13414
13415 2005-07-20  Didier Verna  <didier@xemacs.org>
13416
13417         * gnus-diary.el: Remove the description comment (nndiary is now
13418         properly documented in the Gnus manual).
13419         Fix the spelling of "Back End".
13420         * nndiary.el: Ditto.
13421         Fix the copyright notice.
13422
13423 2005-07-18  Romain Francoise  <romain@orebokech.com>
13424
13425         * gnus-sum.el (gnus-summary-to-prefix)
13426         (gnus-summary-newsgroup-prefix): New variables.
13427         (gnus-summary-from-or-to-or-newsgroups): Use them.
13428
13429 2005-07-17  Romain Francoise  <romain@orebokech.com>
13430
13431         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13432         space as it's generally not especially interesting to the user.
13433
13434 2005-07-16  Romain Francoise  <romain@orebokech.com>
13435
13436         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13437         nil to avoid prompting and file modification if one of the
13438         messages at the top of the nnfolder file contains a copyright
13439         notice.
13440         Update copyright notice.
13441
13442         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13443         instead of `current-time-string' as the latter creates a time
13444         string that is not RFC 2822 compliant (it lacks the zone).
13445         Update copyright notice.
13446
13447 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13448
13449         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13450         for text/rtf.  Display default in prompt.  Pass default for M-n.
13451
13452         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13453
13454 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13455
13456         * gnus-msg.el (gnus-button-mailto):
13457         Remove save-selected-window-window hackery because it relies on
13458         save-selected-window internals.
13459
13460 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13461
13462         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13463         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13464         (gnus-article-prev-page): Ditto.
13465
13466         * gnus-util.el (gnus-beginning-of-window): New function.
13467         (gnus-end-of-window): New function.
13468
13469         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13470
13471 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13472
13473         * gnus-score.el (gnus-score-edit-all-score):
13474         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
13475         gnus-message.
13476
13477 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13478
13479         * gnus-msg.el (gnus-button-mailto):
13480         Remove save-selected-window-window hackery because it relies on
13481         save-selected-window internals.
13482
13483 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13484
13485         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13486         add-minor-mode.
13487         (gnus-binary-mode): Ditto.
13488
13489         * gnus-topic.el (gnus-topic-mode): Ditto.
13490
13491 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13492
13493         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13494         (gnus-article-prev-page): Take scroll-margin into consideration.
13495
13496 2005-07-04  Lute Kamstra  <lute@gnu.org>
13497
13498         Update FSF's address in GPL notices.
13499
13500 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13501
13502         * gnus.el (gnus-exit):
13503         * gnus-group.el (gnus-group-icons):
13504         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13505
13506         * gnus-nocem.el (gnus-nocem):
13507         * message.el (message-various, message-buffers, message-sending)
13508         (message-interface, message-forwarding, message-insertion)
13509         (message-headers, message-news, message-mail):
13510         * pgg-gpg.el (pgg-gpg):
13511         * pgg-parse.el (pgg-parse):
13512         * pgg-pgp.el (pgg-pgp):
13513         * pgg-pgp5.el (pgg-pgp5):
13514         * pop3.el (pop3): Finish `defgroup' description with period.
13515
13516 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13517
13518         * gnus-art.el (article-display-face): Improve the efficiency.
13519         (article-display-x-face): Ditto; remove grey x-face stuff.
13520
13521 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13522
13523         * gnus-art.el (article-display-face): Correct the position in
13524         which Faces are inserted.
13525
13526 2005-06-29  Didier Verna  <didier@xemacs.org>
13527
13528         * gnus-art.el (article-display-face): Display faces in correct
13529         order.
13530
13531 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13532
13533         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13534         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13535         (gnus-nocem-check-article): Fetch the Type header.
13536         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13537         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13538         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13539         make sure gnus-nocem-hashtb is initialized.
13540         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13541         (gnus-nocem-unwanted-article-p): Ditto.
13542
13543         * pgg.el (pgg-verify): Return the verification result.
13544
13545 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13546
13547         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13548         is ascii.
13549
13550 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13551
13552         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13553         `show-nonbreak-escape'.
13554
13555 2005-06-23  Lute Kamstra  <lute@gnu.org>
13556
13557         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13558
13559         * dig.el (dig-mode):
13560         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13561
13562 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13563
13564         * nnimap.el (nnimap-split-download-body): Fix spellings.
13565
13566 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13567
13568         * gnus-art.el (gnus-article-encrypt-body):
13569         * gnus-cus.el (gnus-score-customize):
13570         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13571         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13572
13573 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13574
13575         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13576         header by looking for magic "MII" at the beginnig.
13577
13578 2005-06-16  Miles Bader  <miles@gnu.org>
13579
13580         * gnus-xmas.el (gnus-xmas-group-startup-message):
13581         Use renamed gnus-splash face.
13582
13583         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13584         (assistant-field-face): New backward-compatibility alias for renamed
13585         face.
13586         (assistant-render-text): Use renamed assistant-field face.
13587
13588         * spam.el (spam): Remove "-face" suffix from face name.
13589         (spam-face): New backward-compatibility alias for renamed face.
13590         (spam-face, spam-initialize): Use renamed spam face.
13591
13592         * message.el (message-header-to, message-header-cc)
13593         (message-header-subject, message-header-newsgroups)
13594         (message-header-other, message-header-name)
13595         (message-header-xheader, message-separator, message-cited-text)
13596         (message-mml): Remove "-face" suffix from face names.
13597         (message-header-to-face, message-header-cc-face)
13598         (message-header-subject-face, message-header-newsgroups-face)
13599         (message-header-other-face, message-header-name-face)
13600         (message-header-xheader-face, message-separator-face)
13601         (message-cited-text-face, message-mml-face):
13602         New backward-compatibility aliases for renamed faces.
13603         (message-font-lock-keywords): Use renamed message faces.
13604
13605         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13606         (sieve-test-commands, sieve-tagged-arguments):
13607         Remove "-face" suffix from face names.
13608         (sieve-control-commands-face, sieve-action-commands-face)
13609         (sieve-test-commands-face, sieve-tagged-arguments-face):
13610         New backward-compatibility aliases for renamed faces.
13611         (sieve-control-commands-face, sieve-action-commands-face)
13612         (sieve-test-commands-face, sieve-tagged-arguments-face):
13613         Use renamed sieve faces.
13614
13615         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13616         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13617         (gnus-group-news-3-empty, gnus-group-news-4)
13618         (gnus-group-news-4-empty, gnus-group-news-5)
13619         (gnus-group-news-5-empty, gnus-group-news-6)
13620         (gnus-group-news-6-empty, gnus-group-news-low)
13621         (gnus-group-news-low-empty, gnus-group-mail-1)
13622         (gnus-group-mail-1-empty, gnus-group-mail-2)
13623         (gnus-group-mail-2-empty, gnus-group-mail-3)
13624         (gnus-group-mail-3-empty, gnus-group-mail-low)
13625         (gnus-group-mail-low-empty, gnus-summary-selected)
13626         (gnus-summary-cancelled, gnus-summary-high-ticked)
13627         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13628         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13629         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13630         (gnus-summary-low-undownloaded)
13631         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13632         (gnus-summary-low-unread, gnus-summary-normal-unread)
13633         (gnus-summary-high-read, gnus-summary-low-read)
13634         (gnus-summary-normal-read, gnus-splash):
13635         Remove "-face" suffix from face names.
13636         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13637         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13638         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13639         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13640         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13641         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13642         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13643         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13644         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13645         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13646         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13647         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13648         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13649         (gnus-summary-normal-ticked-face)
13650         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13651         (gnus-summary-normal-ancient-face)
13652         (gnus-summary-high-undownloaded-face)
13653         (gnus-summary-low-undownloaded-face)
13654         (gnus-summary-normal-undownloaded-face)
13655         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13656         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13657         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13658         (gnus-splash-face):
13659         New backward-compatibility aliases for renamed faces.
13660         (gnus-group-startup-message): Use renamed gnus faces.
13661
13662         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13663         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13664         (gnus-server-agent): Remove "-face" suffix from face names.
13665         (gnus-server-agent-face, gnus-server-opened-face)
13666         (gnus-server-closed-face, gnus-server-denied-face)
13667         (gnus-server-offline-face):
13668         New backward-compatibility aliases for renamed faces.
13669         (gnus-server-agent-face, gnus-server-opened-face)
13670         (gnus-server-closed-face, gnus-server-denied-face)
13671         (gnus-server-offline-face): Use renamed gnus faces.
13672
13673         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13674         Remove "-face" suffix from face names.
13675         (gnus-picon-xbm-face, gnus-picon-face):
13676         New backward-compatibility aliases for renamed faces.
13677
13678         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13679         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13680         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13681         (gnus-cite-11): Remove "-face" suffix from face names.
13682         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13683         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13684         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13685         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13686         New backward-compatibility aliases for renamed faces.
13687         (gnus-cite-attribution-face, gnus-cite-face-list)
13688         (gnus-article-boring-faces): Use renamed gnus faces.
13689
13690         * gnus-art.el (gnus-signature, gnus-header-from)
13691         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13692         (gnus-header-content): Remove "-face" suffix from face names.
13693         (gnus-signature-face, gnus-header-from-face)
13694         (gnus-header-subject-face, gnus-header-newsgroups-face)
13695         (gnus-header-name-face, gnus-header-content-face):
13696         New backward-compatibility aliases for renamed faces.
13697         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13698
13699         * gnus-sum.el (gnus-summary-selected-face)
13700         (gnus-summary-highlight): Use renamed gnus faces.
13701         * gnus-group.el (gnus-group-highlight): Likewise.
13702
13703 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13704
13705         * gnus-sieve.el (gnus-sieve-article-add-rule):
13706         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13707         * spam-stat.el (spam-stat-buffer-change-to-spam)
13708         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13709
13710         * message.el (message-is-yours-p):
13711         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13712
13713 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13714
13715         * mm-view.el (mm-inline-text): Withdraw the last change.
13716
13717 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13718
13719         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13720         executing enriched-decode.
13721
13722 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13725         charset of tar files.
13726
13727 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13728
13729         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13730
13731 2005-06-04  Lute Kamstra  <lute@gnu.org>
13732
13733         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13734         information is never recorded.
13735
13736 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13737
13738         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13739
13740 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13741
13742         * pop3.el (pop3-apop): Run md5 in the binary mode.
13743
13744         * starttls.el (starttls-set-process-query-on-exit-flag):
13745         Use eval-and-compile.
13746
13747 2005-05-31  Simon Josefsson  <jas@extundo.com>
13748
13749         * smime.el (smime-replace-in-string): Define.
13750         (smime-cert-by-ldap-1): Use it.
13751
13752 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13753
13754         * gnus-art.el (article-display-x-face): Replace
13755         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13756
13757         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13758         set-process-query-on-exit-flag or process-kill-without-query.
13759
13760         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13761         loop instead of replace-regexp.
13762
13763         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13764         instead of process-kill-without-query if it is available.
13765
13766         * lpath.el: Fbind ldap-search-entries.
13767
13768         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13769         instead of find-file-hooks if it is available.
13770
13771         * mml1991.el: Bind pgg-default-user-id when compiling.
13772
13773         * mml2015.el: Bind pgg-default-user-id when compiling.
13774
13775         * nndraft.el (nndraft-request-associate-buffer):
13776         Use write-contents-functions instead of write-contents-hooks if it is
13777         available.
13778
13779         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13780         instead of find-file-hooks if it is available.
13781
13782         * nntp.el (nntp-open-connection): Replace
13783         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13784         (nntp-open-ssl-stream): Ditto.
13785         (nntp-open-tls-stream): Ditto.
13786
13787         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13788         set-process-query-on-exit-flag or process-kill-without-query.
13789         (starttls-open-stream-gnutls): Use it instead of
13790         process-kill-without-query.
13791         (starttls-open-stream): Ditto.
13792
13793 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13794
13795         * smime.el (smime-cert-by-ldap-1): Don't use
13796         replace-regexp-in-string.
13797
13798 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13799
13800         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13801
13802         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13803         in PEM format.  Adjust to the XEmacs compability.
13804
13805 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13806
13807         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13808         by `string-to-number'.
13809         * gnus-agent.el (gnus-agent-regenerate-group)
13810         (gnus-agent-fetch-articles): Ditto.
13811         * gnus-art.el (gnus-button-fetch-group): Ditto.
13812         * gnus-cache.el (gnus-cache-generate-active)
13813         (gnus-cache-articles-in-group): Ditto.
13814         * gnus-group.el (gnus-group-set-current-level)
13815         (gnus-group-insert-group-line): Ditto.
13816         * gnus-score.el (gnus-score-set-expunge-below)
13817         (gnus-score-set-mark-below, gnus-summary-score-effect)
13818         (gnus-summary-score-entry): Ditto.
13819         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13820         (gnus-soup-pack): Ditto.
13821         * gnus-spec.el (gnus-xmas-format): Ditto.
13822         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13823         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13824         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13825         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13826         * nndb.el (nndb-get-remote-expire-response): Ditto.
13827         * nndiary.el (nndiary-parse-schedule-value)
13828         (nndiary-string-to-number, nndiary-request-replace-article)
13829         (nndiary-request-article): Ditto.
13830         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13831         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13832         * nneething.el (nneething-make-head): Ditto.
13833         * nnfolder.el (nnfolder-request-article)
13834         (nnfolder-retrieve-headers): Ditto.
13835         * nnheader.el (nnheader-file-to-number): Ditto.
13836         * nnkiboze.el (nnkiboze-request-article): Ditto.
13837         * nnmail.el (nnmail-process-unix-mail-format)
13838         (nnmail-process-babyl-mail-format): Ditto.
13839         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13840         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13841         (nnmh-request-create-group, nnmh-request-list-1)
13842         (nnmh-request-group, nnmh-request-article): Ditto.
13843         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13844         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13845         * nnsoup.el (nnsoup-make-active): Ditto.
13846         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13847         * nntp.el (nntp-find-group-and-number)
13848         (nntp-retrieve-headers-with-xover): Ditto.
13849         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13850         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13851         (pgg-format-key-identifier): Ditto.
13852         * pop3.el (pop3-last, pop3-stat): Ditto.
13853         * qp.el (quoted-printable-decode-region): Ditto.
13854
13855         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13856         of concat.
13857
13858 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13859
13860         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13861
13862         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13863
13864         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13865
13866         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13867
13868         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13869
13870         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13871
13872         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13873         (gnus-carpal-mode): Ditto.
13874
13875         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13876         (gnus-browse-mode): Ditto.
13877
13878         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13879
13880         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13881
13882 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13883
13884         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13885
13886 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13887
13888         * gnus-util.el (gnus-run-mode-hooks): New function.
13889
13890         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13891
13892         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13893         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13894
13895 2005-05-27  Lute Kamstra  <lute@gnu.org>
13896
13897         * dns-mode.el (dns-mode): Specify customization group.
13898
13899 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13900
13901         * gnus-agent.el (gnus-agent-make-mode-line-string):
13902         Use mode-line-highlight as mouse-face.
13903
13904 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * canlock.el (canlock): Change the parent group to news.
13907
13908         * deuglify.el (gnus-outlook-deuglify): Add :group.
13909
13910         * dig.el (dig): Add :group.
13911
13912         * dns-mode.el (dns-mode): Add :group.
13913
13914         * encrypt.el (encrypt): Add :group.
13915
13916         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13917         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13918         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13919         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13920         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13921
13922         * gnus-diary.el (gnus-diary): Add :group.
13923
13924         * gnus.el (gnus-group-news-1-face): Add :group.
13925         (gnus-group-news-1-empty-face): Ditto.
13926         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13927         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13928         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13929         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13930         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13931         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13932         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13933         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13934         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13935         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13936         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13937         (gnus-summary-high-ticked-face): Ditto.
13938         (gnus-summary-low-ticked-face): Ditto.
13939         (gnus-summary-normal-ticked-face): Ditto.
13940         (gnus-summary-high-ancient-face): Ditto.
13941         (gnus-summary-low-ancient-face): Ditto.
13942         (gnus-summary-normal-ancient-face): Ditto.
13943         (gnus-summary-high-undownloaded-face): Ditto.
13944         (gnus-summary-low-undownloaded-face): Ditto.
13945         (gnus-summary-normal-undownloaded-face): Ditto.
13946         (gnus-summary-high-unread-face): Ditto.
13947         (gnus-summary-low-unread-face): Ditto.
13948         (gnus-summary-normal-unread-face): Ditto.
13949         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13950         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13951
13952         * hashcash.el (hashcash): New custom group.
13953         (hashcash-default-payment): Add :group.
13954         (hashcash-payment-alist): Ditto.
13955         (hashcash-default-accept-payment): Ditto.
13956         (hashcash-accept-resources): Ditto.
13957         (hashcash-path): Ditto.
13958         (hashcash-extra-generate-parameters): Ditto.
13959         (hashcash-double-spend-database): Ditto.
13960         (hashcash-in-news): Ditto.
13961
13962         * message.el (message-minibuffer-local-map): Add :group.
13963
13964         * netrc.el (netrc): Add :group.
13965
13966         * sieve-manage.el (sieve-manage-log): Add :group.
13967         (sieve-manage-default-user): Diito.
13968         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13969         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13970         (sieve-manage-authenticators): Ditto.
13971         (sieve-manage-authenticator-alist): Ditto.
13972         (sieve-manage-default-port): Ditto.
13973
13974         * sieve-mode.el (sieve-control-commands-face): Add :group.
13975         (sieve-action-commands-face): Ditto.
13976         (sieve-test-commands-face): Ditto.
13977         (sieve-tagged-arguments-face): Ditto.
13978
13979         * smime.el (smime): Add :group.
13980
13981         * spam-report.el (spam-report): Add :group.
13982
13983         * spam.el (spam, spam-face): Add :group.
13984
13985 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13986
13987         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13988         return \n.\n.\n at the end of articles.  Protect against that.
13989         (nntp-with-open-group): Allow debugging.
13990
13991         * nnheader.el (mail-header-set-extra): Make into a function
13992         because I just could't understand how to quote the list properly.
13993
13994         * dns.el (query-dns-cached): New function.
13995
13996 2005-05-26  Lute Kamstra  <lute@gnu.org>
13997
13998         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13999
14000 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14001
14002         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
14003
14004         * gnus-art.el: Don't autoload mail-extract-address-components.
14005
14006         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14007         eval-and-compile to evaluate it.
14008
14009         * hashcash.el: Don't autoload executable-find.
14010
14011         * nndb.el: Don't declare the nndb back end two or more times; don't
14012         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14013
14014         * nntp.el: Autoload format-spec instead of format; use
14015         eval-and-compile to evaluate autoload forms.
14016
14017 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14018
14019         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14020
14021 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14022
14023         * gnus.el (gnus-version-number): Bump version.
14024
14025 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14026
14027         * gnus.el: No Gnus v0.3 is released.
14028
14029 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14030
14031         * lpath.el (featurep): Bind show-nonbreak-escape.
14032
14033 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14034
14035         * gnus-art.el (gnus-article-edit-part): Disable undo.
14036
14037 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14038
14039         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14040         gnus-article-date-lapsed-new-header is t if date timer is active;
14041         skip headers in which the original date value is empty.
14042         (gnus-article-save-original-date): Redefine it as a macro.
14043         (gnus-display-mime): Use it.
14044
14045 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14046
14047         * gnus-art.el (article-date-ut): Support converting date in
14048         forwarded parts as well.
14049         (gnus-article-save-original-date): New function.
14050         (gnus-display-mime): Use it.
14051
14052 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14053
14054         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14055         enclosure element of <item>.
14056
14057 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14058
14059         * message.el (message-kill-buffer-query): Rename from
14060         `message-kill-buffer-query-if-modified'.  Add :version.
14061
14062 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14063
14064         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14065         window layout.
14066
14067 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14068
14069         * mml.el: Autoload dnd when compiling.
14070
14071 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14072
14073         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14074         x-dnd-*.
14075
14076 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14077
14078         * qp.el (quoted-printable-encode-region): Save excursion.
14079
14080 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14081
14082         * message.el (message-kill-buffer-query-if-modified): Add new variable
14083         so the user can kill a modified message buffer quickly.
14084         (message-kill-buffer): Use it.
14085
14086 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14087
14088         * lpath.el: Fbind display-time-event-handler; don't fbind
14089         string-to-multibyte.
14090
14091         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14092
14093 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14094
14095         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14096         contained in text because xml.el decodes entities) with LFs.
14097
14098 2005-04-11  Lute Kamstra  <lute@gnu.org>
14099
14100         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14101         differently.
14102
14103 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14104
14105         * mm-util.el (mm-detect-coding-region): Typo.
14106
14107 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14110
14111 2005-04-06  Deepak Goel  <deego@gnufans.org>
14112
14113         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14114         user-function allow user modifications of the scores.
14115         (spam-stat-score-buffer-user): New function, to allow
14116         user-computed modifications to the score.
14117         (spam-stat-score-buffer-user-functions): List of additional
14118         scoring functions.
14119         (spam-stat-error-holder): Global temporary error holder.
14120         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14121         variable.
14122
14123 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14124
14125         * gnus-registry.el (gnus-registry-clean-empty-function)
14126         (gnus-registry-trim, gnus-registry-fetch-groups)
14127         (gnus-registry-delete-group): Groups that match
14128         `gnus-registry-ignored-groups' are removed from the registry
14129         entries, not just ignored for splitting.  This helps clean up the
14130         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14131         to get all the groups a message ID is in.
14132
14133         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14134         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14135         (spam-stat-score-buffer-user-functions): Add :number custom type.
14136
14137 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14138
14139         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14140         argument in XEmacs.
14141
14142         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14143         (nnrss-request-group): Decode group name first.
14144         (nnrss-request-article): Make a text/plain article if mml-to-mime
14145         failed.
14146         (nnrss-get-encoding): Return a compatible encoding according to
14147         nnrss-compatible-encoding-alist.
14148         (nnrss-find-el): Use consp instead of listp.
14149         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14150
14151 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14152
14153         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14154         which Emacs 20 doesn't support.
14155         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14156
14157 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14158
14159         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14160         silence the byte compiler inside the defun.
14161
14162         * gnus-demon.el (parse-time-string): Add autoload.
14163
14164         * gnus-delay.el (parse-time-string): Add autoload.
14165
14166         * gnus-art.el (parse-time-string): Add autoload.
14167
14168         * nnultimate.el (parse-time): Require for `parse-time-string'.
14169
14170 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14171
14172         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14173
14174         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14175
14176         * smime.el (smime-ldap-host-list): Add :version.
14177
14178 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14179
14180         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14181         pass it to `gnus-browse-read-group'.
14182         (gnus-browse-read-group): Add NUMBER argument and pass it to
14183         `gnus-group-read-ephemeral-group'.
14184
14185         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14186         argument and pass it to `gnus-group-read-group'.
14187
14188 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14189
14190         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14191         mm-xemacs-find-mime-charset-1 if we have the mule feature
14192         available at runtime.
14193
14194 2005-03-25  Werner Lemberg  <wl@gnu.org>
14195
14196         * nnmaildir.el: Replace `illegal' with `invalid'.
14197
14198 2005-03-23  Lute Kamstra  <lute@gnu.org>
14199
14200         * time-date.el: Add comment on time value formats.
14201         Don't require parse-time.
14202         (with-decoded-time-value): New macro.
14203         (encode-time-value): New function.
14204         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14205         (days-to-time): Return a valid time value when arg is huge.
14206         (time-since): Use time-subtract.
14207         (time-to-number-of-days): Use time-to-seconds.
14208
14209 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14210
14211         * gnus-start.el (gnus-display-time-event-handler):
14212         Check display-time-timer at runtime rather than only at load time
14213         in case display-time-mode is turned off in the mean time.
14214
14215 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14216
14217         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14218         used.
14219
14220         * nneething.el (nneething-map-file-directory): Derive from
14221         `gnus-directory'.
14222
14223         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14224         the To/Cc button.
14225
14226 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14227
14228         * nnmaildir.el (nnmaildir-request-accept-article):
14229         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14230
14231 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14232
14233         * gnus-async.el: Require timer-funcs at compile time when in
14234         XEmacs for `run-with-idle-timer'.
14235
14236 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14237
14238         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14239         autoloaded function.
14240
14241 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14242
14243         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14244
14245 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14246
14247         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14248
14249 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14250
14251         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14252         Add gnus-expert-user to default.
14253
14254 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14255
14256         * nnimap.el (nnimap-open-server): Ditto.
14257
14258         * imap.el (imap-authenticate): Fix typo.
14259
14260 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14261
14262         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14263         buffer (since IMAP server might return FETCH response out of
14264         order, and the nntp buffer must be sorted).
14265
14266 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14267
14268         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14269         comparison on string.
14270
14271         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14272         (gnus-agent-score): Rename category keywords to match gnus-cus.
14273         (gnus-agent-summary-fetch-series): Modify to protect against
14274         gnus-agent-summary-fetch-group clearing processable flags.
14275         (gnus-agent-synchronize-group-flags): Update live group buffer as
14276         synchronization may occur due to the user toggle the plugged
14277         status.
14278         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14279         successfully downloaded.
14280         (gnus-agent-expire-group-1): Avoid using markers when the overview
14281         is in ascending order; greatly improves performance.
14282         (gnus-agent-regenerate-group):
14283         Use gnus-agent-synchronize-group-flags to reset read status in both
14284         gnus and server.
14285         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14286
14287 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * message.el: Don't autoload former message-utils variables.
14290         (message-strip-subject-trailing-was): Change doc string.
14291
14292         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14293         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14294         (nnweb-google-search): Add "hl=en" here.
14295         (nnweb-google-parse-1, nnweb-google-create-mapping):
14296         Don't hardcode URL.
14297
14298 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14299
14300         * message.el (message-get-reply-headers, message-followup):
14301         Mention related variables `message-use-followup-to' and
14302         `message-use-mail-followup-to', in the information buffer.
14303
14304         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14305         of broken groups(-beta).google.com.
14306
14307 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14308
14309         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14310         parameter to invoked gnus-request-move-article; remove the
14311         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14312         all at once instead of once per article.
14313         (gnus-summary-remove-process-mark): Accept a list of articles as
14314         well as a single article for processing.
14315
14316         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14317         parameter.
14318
14319         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14320
14321         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14322
14323         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14324         parameter.
14325
14326         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14327         parameter.
14328
14329         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14330         parameter and remove the gnus-sum-hint-move-is-internal variable.
14331
14332         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14333         parameter.
14334
14335         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14336         parameter.
14337
14338         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14339         parameter.
14340
14341         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14342
14343         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14344         parameter.
14345
14346         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14347         parameter.
14348
14349 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14350
14351         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14352         a more conservative way.
14353
14354 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14355
14356         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14357         buffer, so it moves the window's cursor.
14358
14359 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14360
14361         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14362         `mm-dissect-multipart' and receive the from field as an (optional)
14363         argument from `mm-dissect-multipart'.
14364         (mm-dissect-multipart): Receive the from field as an argument and
14365         pass it on when we call `mm-dissect-buffer' on MIME parts.
14366         Fixes verification/decryption of signed/encrypted MIME parts.
14367
14368 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14369
14370         * gnus-sum.el (gnus-summary-move-article):
14371         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14372         whatever it calls (right now, only nnimap-request-move article
14373         respects it).
14374
14375         * nnimap.el (nnimap-request-move-article):
14376         When gnus-sum-hint-move-is-internal is set, don't do the extra
14377         nnimap-request-article.
14378
14379 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14380
14381         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14382
14383         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14384         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14385
14386         * gnus-sum.el (gnus-summary-caesar-message):
14387         Apply `gnus-treat-article' after rotation.
14388
14389         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14390         doc string.
14391
14392 2005-02-22  Simon Josefsson  <jas@extundo.com>
14393
14394         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14395         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14396         <arne@arnested.dk>.
14397         (encrypt): Add password-cache and password-cache-expiry as group
14398         members.
14399
14400 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14401
14402         * smime.el (smime-ldap-host-list): Doc fix.
14403         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14404         cache) password.
14405         (smime-sign-region): Use it.
14406         (smime-decrypt-region): Use it.
14407         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14408         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14409         fails.
14410         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14411         certificate from DER to PEM format rather than calling openssl.
14412
14413         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14414
14415         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14416         for signing/encryption.
14417
14418         * mml.el (mml-parse-1): Use them.
14419
14420 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14421
14422         * nnrss.el (nnrss-verbose): Remove.
14423         (nnrss-request-group): Use `nnheader-message' instead.
14424
14425 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14426
14427         * nnrss.el (nnrss-verbose): New variable.
14428         (nnrss-request-group): Make it say nnrss is requesting a group.
14429
14430 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14431
14432         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14433         Handle news URL with given port correctly.
14434
14435 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14436
14437         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14438         containing special characters.
14439
14440         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14441
14442         * mml.el (mime-to-mml): Ditto.
14443
14444         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14445         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14446         (rfc2047-decode-region): Quote decoded words containing special
14447         characters when rfc2047-quote-decoded-words-containing-tspecials
14448         is non-nil.
14449
14450 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14451
14452         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14453
14454         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14455
14456 2005-02-15  Simon Josefsson  <jas@extundo.com>
14457
14458         * nnimap.el (nnimap-debug): Doc fix.
14459
14460         * imap.el (imap-debug): Doc fix.
14461
14462 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14463
14464         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14465
14466 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14467
14468         * gnus.el (spam-contents): Improve docs for spam-contents
14469         parameter in its variable incarnation.
14470
14471 2005-02-14  Simon Josefsson  <jas@extundo.com>
14472
14473         * smime-ldap.el: Use require instead of load-library for ldap.
14474         (smime-ldap-search): Indent.
14475         (smime-ldap-search-internal): Shorten line.
14476
14477         * smime.el (smime-cert-by-dns): Add doc-string.
14478         (smime-cert-by-ldap-1): Indent.
14479
14480         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
14481         mml-smime-get-dns-ldap.
14482         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14483
14484 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14485
14486         * smime.el: Require smime-ldap.
14487         (smime-ldap-host-list): New variable.
14488         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14489
14490         * mml-smime.el (mml-smime-encrypt-query): New function.
14491         (mml-smime-encrypt-query): Use it.
14492
14493         * smime-ldap.el: New file.
14494
14495 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14496
14497         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14498
14499 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14500
14501         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14502         argument in doc string.  Make query for type more clear.
14503
14504 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14505
14506         * gnus.el (gnus-group-startup-message): Search for gnus images in
14507         etc/images/gnus.
14508         * mm-util.el (mm-image-load-path): Likewise.
14509         * smiley.el (smiley-data-directory): Search for smilies in
14510         etc/images/smilies.
14511
14512 2005-02-09  Kim F. Storm  <storm@cua.dk>
14513
14514         Change Emacs release version from 21.4 to 22.1 throughout.
14515         Change Emacs development version from 21.3.50 to 22.0.50.
14516
14517 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14518
14519         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14520
14521         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14522         non-Mule XEmacs as well.
14523         (mm-decompress-buffer): Signal an error intentionally if it does
14524         not decompress compressed data because auto-compression-mode is
14525         disabled.
14526
14527 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14528
14529         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14530         an ID in the registry even if it has no groups.
14531
14532 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14533
14534         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14535         merge it into mm-decompress-buffer.
14536         (gnus-mime-copy-part): Use the MIME part charset, the value which
14537         a user specified or gnus-newsgroup-charset for decoding, like
14538         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14539         save-buffer what was used.  Suggested by Kevin Ryde
14540         <user42@zip.com.au>.
14541         (gnus-mime-inline-part): Allow the name parameter as well as the
14542         filename parameter; force decompressing of compressed data; always
14543         display contents being not decoded as unibyte.
14544
14545         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14546         as well as the filename parameter.
14547
14548         * mm-util.el (mm-decompress-buffer):
14549         Merge gnus-mime-jka-compr-maybe-uncompress.
14550         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14551         of compressed data.
14552
14553 2005-02-08  Simon Josefsson  <jas@extundo.com>
14554
14555         * imap.el (imap-log): Doc fix.
14556
14557 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14558
14559         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14560         the coding cookies; decompress compressed parts.
14561
14562         * mml.el (mml-generate-mime-1): Add the charset parameter according
14563         to the value which a user specified manually or the coding cookie.
14564
14565         * mm-util.el (mm-string-to-multibyte): New function.
14566         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14567         (mm-coding-system-to-mime-charset): New function.
14568         (mm-decompress-buffer): New function.
14569         (mm-find-buffer-file-coding-system): New function.
14570
14571         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14572         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14573         parts.
14574
14575 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14576
14577         * mm-view.el (mm-display-inline-fontify): Decode a part according
14578         to the charset parameter.
14579
14580 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14581
14582         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14583         prefix arg is neither nil nor a number, as info specifies.
14584
14585 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14586
14587         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14588         timestamps.
14589
14590 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14591
14592         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14593         groups error checking and notify user.
14594
14595 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14596
14597         * message.el (message-send-mail-function): Check existence of
14598         sendmail-program first before using default value
14599         `message-send-mail-with-sendmail'.  Otherwise use more generic
14600         `smtpmail-send-it'.
14601
14602 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14603
14604         * nntp.el (nntp-request-update-info): Always return nil.
14605
14606 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14607
14608         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14609
14610 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14611
14612         * message.el (message-beginning-of-line): Change the behavior when
14613         invoked between BOL and : so that it first moves backward.
14614
14615 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14616
14617         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14618         article buffer when editing of the article is discarded.
14619         (gnus-article-prepare): Revert.
14620
14621 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14622
14623         * gnus-art.el (gnus-article-prepare):
14624         Remove message-strip-forbidden-properties from the local hook.
14625
14626 2005-01-27  Simon Josefsson  <jas@extundo.com>
14627
14628         * password.el (password-cache-add): Only start one timer per key.
14629         Reported by Derek Atkins <warlord@MIT.EDU>.
14630
14631 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14632
14633         * run-at-time.el: Remove.  It is no longer needed as
14634         timer-funcs.el in the xemacs-base package has a working version of
14635         `run-at-time'.
14636
14637         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14638
14639         * password.el: Require timer-funcs instead of run-at-time in
14640         XEmacs.
14641         Remove `password-run-at-time' macro.
14642         (password-cache-add): Use `run-at-time' instead of
14643         `password-run-at-time'.
14644
14645         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14646         Remove `nnheader-cancel-function-timers' alias,
14647         `cancel-function-timers' exists in XEmacs in timer-funcs.
14648
14649         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14650         for `run-with-idle-timer'.
14651
14652         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14653         for `run-at-time'.
14654
14655         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14656         for `with-timeout'.
14657
14658         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14659         the same as for XEmacs 21.4.
14660         No need to ignore `run-with-idle-timer', this function exists in
14661         XEmacs now in timer-funcs.el in the xemacs-base package.
14662         (dgnushack-compile): No need to delete
14663         run-at-time.el from the list of files to compile because it
14664         doesn't exist anymore.
14665
14666 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14667
14668         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14669         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14670
14671 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14672
14673         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14674         sensitively.
14675
14676 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14677
14678         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14679
14680 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14681
14682         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14683         which will be inserted according to the multibyteness of a buffer
14684         rather than the type of contents.  Suggested by ARISAWA Akihiro
14685         <ari@mbf.ocn.ne.jp>.
14686
14687         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14688         of string which old xml.el may return rather than a string.
14689
14690 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14691
14692         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14693
14694 2005-01-16  Simon Josefsson  <jas@extundo.com>
14695
14696         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14697         idn/idna.el isn't available.
14698         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14699         <michael@waxrat.com>.
14700
14701         * hashcash.el: Remove non-FSF copyright header.
14702
14703         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14704         (hashcash-generate-payment): Use it.
14705         (hashcash-generate-payment-async): Use it.
14706
14707 2005-01-15  Simon Josefsson  <jas@extundo.com>
14708
14709         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14710         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14711
14712         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14713         gnus-summary-idna-message.
14714         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14715         (gnus-summary-idna-message): New function.
14716
14717 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14718
14719         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14720         gnus-novice-user.
14721
14722 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * nnrss.el (nnrss-request-delete-group): Delete entries in
14725         nnrss-group-alist as well.
14726         (nnrss-save-server-data): Insert newline.
14727
14728 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14729
14730         * gnus.el (gnus-user-agent): Use list of symbols instead of
14731         symbols.  Display full version number for (S)XEmacs.
14732         Optionally display (S)XEmacs codename.
14733
14734         * gnus-util.el (gnus-emacs-version): Update for new
14735         `gnus-user-agent'.
14736
14737         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14738         Gnus version.
14739
14740 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14741
14742         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14743         which is unreadable in some setups.
14744
14745 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14746
14747         * gnus-spec.el (gnus-update-format-specifications): Flush the
14748         group format spec cache if it doesn't support decoded group names.
14749
14750 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14751
14752         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14753         Allow to apply decay on score files matching a regexp.
14754
14755 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14756
14757         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14758         compatibility in %g and %c.
14759
14760 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14761
14762         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14763         name for only %g and %c.
14764         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14765         of gnus-tmp-group to decoded group name.
14766         (gnus-group-make-rss-group): Exclude `/'s from group names.
14767
14768 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14769
14770         * nnrss.el (nnrss-get-encoding): Fix regexp.
14771
14772 2004-12-27  Simon Josefsson  <jas@extundo.com>
14773
14774         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14775         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14776         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14777
14778 2004-12-17  Kim F. Storm  <storm@cua.dk>
14779
14780         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14781
14782         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14783
14784 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14785
14786         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14787
14788 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14789
14790         * nnrss.el: Require rfc2047 and mml.
14791         (nnrss-file-coding-system): New variable.
14792         (nnrss-format-string): Redefine it as an inline function.
14793         (nnrss-decode-group-name): New function.
14794         (nnrss-string-as-multibyte): Remove.
14795         (nnrss-retrieve-headers): Decode group name; don't use
14796         nnrss-format-string.
14797         (nnrss-request-group): Decode group name.
14798         (nnrss-request-article): Decode group name; allow a Message-ID as
14799         well as an article number; don't use nnrss-format-string; encode a
14800         Message-ID string which may contain non-ASCII characters; use
14801         mml-to-mime to compose a MIME article.
14802         (nnrss-request-expire-articles): Decode group name.
14803         (nnrss-request-delete-group): Decode group name.
14804         (nnrss-fetch): Clarify error message.
14805         (nnrss-read-server-data): Use insert-file-contents instead of load;
14806         bind file-name-coding-system; use multibyte buffer.
14807         (nnrss-save-server-data): Bind coding-system-for-write to the
14808         value of nnrss-file-coding-system; bind file-name-coding-system;
14809         add coding cookie.
14810         (nnrss-read-group-data): Use insert-file-contents instead of load;
14811         bind file-name-coding-system; use multibyte buffer.
14812         (nnrss-save-group-data): Bind coding-system-for-write to the
14813         value of nnrss-file-coding-system; bind file-name-coding-system.
14814         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14815         make it work with non-ASCII text.
14816         (nnrss-find-el): Make it work with old xml.el as well.
14817
14818 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14819
14820         * nnrss.el (nnrss-get-encoding): New function.
14821         (nnrss-fetch): Use unibyte buffer initially; bind
14822         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14823         decode contents according to the encoding attribute.
14824         (nnrss-save-group-data): Add coding cookie.
14825         (nnrss-mime-encode-string): New function.
14826         (nnrss-check-group): Use it to encode subject and author.
14827
14828 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14829
14830         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14831         imaginary variable.
14832
14833 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14834
14835         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14836         correctly even if there are wide characters.
14837
14838 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14839
14840         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14841         downcased symbol names; make a new cache instead of reusing
14842         bbdb-hashtable.
14843
14844 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14845
14846         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14847         concatenating segments rather than before concatenating them.
14848         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14849
14850         * message.el (message-get-reply-headers): Bind `extra'.
14851
14852 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14853
14854         * message.el (message-extra-wide-headers): New variable.
14855         (message-get-reply-headers): Use it.
14856
14857 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14858
14859         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14860         (gnus-agent-group-pathname): Ditto.
14861
14862         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14863
14864         * gnus-group.el (gnus-group-make-group): Decode group name.
14865         (gnus-group-make-rss-group): Register the group data after opening
14866         the nnrss group.
14867
14868 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14869
14870         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14871         by expiry now get marked as read.
14872
14873 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14874
14875         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14876
14877 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14878
14879         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14880         unify Latin characters in XEmacs.
14881         (mm-find-mime-charset-region): Use it.
14882
14883 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14884
14885         * gnus-util.el (gnus-delete-directory): New function.
14886
14887         * gnus-agent.el (gnus-agent-delete-group): Use it.
14888
14889         * gnus-cache.el (gnus-cache-delete-group): Use it.
14890
14891 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14892
14893         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14894         names.
14895
14896 2004-12-16  Simon Josefsson  <jas@extundo.com>
14897
14898         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14899
14900 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14901
14902         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14903
14904         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14905         (gnus-group-set-current-level): Decode group name.
14906
14907 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14908
14909         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14910         failed.
14911
14912 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * gnus-group.el (gnus-group-delete-group): Decode group name.
14915         (gnus-group-make-rss-group): Encode group name.
14916         (gnus-group-catchup-current): Decode group name.
14917         (gnus-group-kill-group): Decode group name.
14918
14919 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14920
14921         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14922
14923 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14924
14925         * gnus-group.el (gnus-group-make-rss-group):
14926         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14927
14928         * gnus-start.el (gnus-setup-news): Honor user's setting to
14929         gnus-message-archive-method.  Suggested by Lute Kamstra
14930         <lute@gnu.org>.
14931
14932 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14933
14934         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14935         global counterparts of the buffer-local variables.
14936
14937 2004-11-16  Romain Francoise  <romain@orebokech.com>
14938
14939         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14940         counterparts of the buffer-local variables.
14941
14942 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14943
14944         * message.el (message-forbidden-properties): Fix typo in doc
14945         string.
14946
14947 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14948
14949         * gnus-util.el (gnus-replace-in-string): Add doc string.
14950
14951         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14952         to avoid problems when splitting mails with many recipients.
14953
14954 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14955
14956         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14957         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14958
14959 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14960
14961         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14962         if there is no hashtable in memory or file modification time is
14963         newer than cached timestamp.
14964
14965 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14966
14967         * gnus-sum.el (gnus-summary-limit-to-recipient):
14968         Implement not-matching option.
14969
14970 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14971
14972         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14973         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14974         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14975         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14976         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14977         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14978
14979 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14980
14981         * message.el (message-forward-make-body-mml): Remove headers
14982         according to message-forward-ignored-headers if a message is decoded.
14983
14984 2004-12-02  Romain Francoise  <romain@orebokech.com>
14985
14986         * message.el (message-forward-make-body-plain): Always remove
14987         headers according to message-forward-ignored-headers.
14988
14989 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14990
14991         * spam.el (spam-summary-prepare-exit): Remove the
14992         gnus-summary-limit pop for now, it has problems with ham marks for
14993         me.
14994
14995 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14996
14997         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14998         correctly.
14999
15000 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15001
15002         * format-spec.el (format-spec): Message the char.
15003
15004 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15005
15006         * gnus-art.el (gnus-split-methods): Reformat comments.
15007
15008         * spam.el (spam-summary-prepare-exit): Remove article limits
15009         before exiting the summary buffer.
15010
15011 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15012
15013         * lpath.el: Remove bbdb-create-internal, bbdb-records,
15014         spam-BBDB-register-routine and spam-enter-ham-BBDB.
15015
15016         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15017         order to silence the byte compiler.
15018
15019         * spam.el: Fix the way to silence the byte compiler, which
15020         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15021         bbdb-search-simple, spam-BBDB-register-routine,
15022         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15023         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15024         spam-stat-buffer-is-spam, spam-stat-load,
15025         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15026         spam-stat-save and spam-stat-split-fancy.
15027
15028 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15029
15030         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15031         which may confuse users.
15032         (canlock-password-for-verify): Ditto.
15033
15034         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15035
15036         * gnus-art.el (gnus-emphasis-alist): Ditto.
15037
15038         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15039
15040         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15041
15042         * gnus-start.el (gnus-save-killed-list): Ditto.
15043
15044         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15045         (gnus-sum-thread-tree-root): Ditto.
15046         (gnus-sum-thread-tree-false-root): Ditto.
15047         (gnus-sum-thread-tree-single-indent): Ditto.
15048
15049         * message.el (message-courtesy-message): Ditto.
15050         (message-archive-note): Ditto.
15051         (message-subscribed-address-file): Ditto.
15052         (message-user-fqdn): Ditto.
15053
15054         * spam-report.el (spam-report-gmane-regex): Ditto.
15055
15056         * spam.el (spam-blackhole-good-server-regex): Ditto.
15057
15058 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15059
15060         * mml.el (mml-preview): Widen the message buffer before copying
15061         the contents to the preview buffer; sort headers before previewing.
15062
15063         * message.el (message-hidden-headers): Fix the way to avoid a bug
15064         in the `repeat' widget in Emacs 21.3 or earlier.
15065
15066 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15067
15068         * message.el (message-hidden-headers): Default to "^References:".
15069         Improve customization type.  Suggested by Reiner Steib
15070         <Reiner.Steib@gmx.de>.
15071
15072 2004-11-25  Romain Francoise  <romain@orebokech.com>
15073
15074         * message.el (message-strip-forbidden-properties): Remove check for
15075         obsolete `message-hidden' text property, hidden headers are not
15076         accessible in the buffer anymore.
15077
15078 2004-11-22  Romain Francoise  <romain@orebokech.com>
15079
15080         * message.el (message-header-format-alist): Add `From' in list
15081         so that it can be sorted.
15082         (message-fix-before-sending): Widen and sort headers before
15083         sending.
15084         (message-hide-headers): Use narrowing to hide headers by moving
15085         them to the top of the buffer and narrowing to the region
15086         underneath.
15087
15088 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15089
15090         * message.el (message-strip-forbidden-properties):
15091         Bind buffer-read-only (etc) to nil.
15092
15093 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15094
15095         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15096         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15097
15098 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15099
15100         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15101
15102 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15103
15104         * dns.el (query-dns): Use sit-for to time instead of
15105         accept-process-output, since that doesn't seem to work on udp
15106         sockets.
15107
15108 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15109
15110         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15111
15112 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15113
15114         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15115         doc string.  Improve doc string.
15116
15117 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15118
15119         * nntp.el (nntp-request-update-info): Return nil if
15120         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15121         may not call gnus-activate-group which uselessly issues the GROUP
15122         commands for all nntp groups and wastes time.  Reported by Romain
15123         Francoise <romain@orebokech.com>.
15124
15125         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15126
15127 2004-11-15  Simon Josefsson  <jas@extundo.com>
15128
15129         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15130         headers separately.
15131         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15132         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15133
15134 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15135
15136         * gnus-start.el (gnus-convert-old-newsrc):
15137         Assign legacy-gnus-agent to 5.10.7.
15138
15139 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15140
15141         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15142         start of the lines.
15143
15144 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15145
15146         * hashcash.el (hashcash-default-payment): Change default to 20.
15147         (hashcash-default-accept-payment): Change default to 20.
15148         (hashcash-process-alist): New variable.
15149         (hashcash-generate-payment-async): Add.
15150         (hashcash-already-paid-p): Add.
15151         (hashcash-insert-payment): Don't generate payments twice.
15152         (hashcash-insert-payment-async): Add.
15153         (hashcash-insert-payment-async-2): Add.
15154         (hashcash-cancel-async): Add.
15155         (hashcash-wait-async): Add.
15156         (hashcash-processes-running-p): Add.
15157         (hashcash-wait-or-cancel): Add.
15158         (mail-add-payment): New optional argument.  Conditionally start
15159         asynchronous calculation.
15160         (mail-add-payment-async): Add.
15161
15162         * message.el (message-send-mail): Wait for asynchronous hashcash
15163         results.  Don't clobber existing X-Hashcash headers.
15164         (message-setup-1): Call mail-add-payment-async when
15165         message-generate-hashcash is non-nil.
15166
15167 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15168
15169         * message.el (message-use-alternative-email-as-from): Examine the
15170         From header as well; use message-make-from in order to include a
15171         user's full name.
15172
15173 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15174
15175         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15176         default; improve customization type.
15177         (gnus-emphasis-custom-with-format): New macro.
15178         (gnus-emphasis-custom-value-to-external): New function.
15179         (gnus-emphasis-custom-value-to-internal): New function.
15180
15181 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15182
15183         * dns.el (query-dns): Resolve reverse addresses.
15184
15185 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15186
15187         * gnus-group.el (gnus-group-get-new-news): Use it.
15188
15189         * gnus-start.el (gnus-check-reasonable-setup): New function.
15190
15191 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15192
15193         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15194         "Args out of range" error.  Reported by Arnaud Giersch
15195         <arnaud.giersch@free.fr>.
15196
15197 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15198
15199         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15200
15201 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15202
15203         * spam.el (spam group): Add :version.
15204
15205         * pgg-def.el (pgg group): Add :version.
15206
15207 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15208
15209         * gnus-art.el (gnus-article-edit-article): Don't associate the
15210         article buffer with a draft file.  This is a temporary measure
15211         against the 2004-08-22 change to gnus-article-edit-mode.
15212
15213 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15214
15215         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15216         (html2text-format-tags): Remove unused variable `attr'.
15217
15218 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15219
15220         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15221
15222         * tls.el (tls-process-connection-type, tls-success)
15223         (tls-certtool-program): Add :version.
15224
15225         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15226         (starttls-extra-arguments, starttls-process-connection-type)
15227         (starttls-connect, starttls-failure, starttls-success): Add :version.
15228
15229         * spam-stat.el (spam-stat): Add :version.
15230
15231         * sieve.el (sieve): Add :version.
15232
15233         * sha1.el (sha1): Add :version.
15234         (sha1-use-external): Remove redundant version.
15235
15236         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15237         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15238         (nnmail-split-fancy-match-partial-words)
15239         (nnmail-split-lowercase-expanded): Add :version.
15240
15241         * nndiary.el (nndiary): Add :version.
15242
15243         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15244
15245         * mml-sec.el (mml-default-sign-method)
15246         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15247         Add :version.
15248
15249         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15250
15251         * mm-url.el (mm-url-use-external, mm-url-program)
15252         (mm-url-arguments): Add :version.
15253
15254         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15255         (mm-attachment-file-modes, mm-decrypt-option)
15256         (mm-w3m-safe-url-regexp): Add :version.
15257
15258         * message.el (message-cite-prefix-regexp)
15259         (message-sendmail-envelope-from, message-minibuffer-local-map)
15260         (message-user-fqdn, message-completion-alist): Add :version.
15261
15262         * gnus-win.el (gnus-configure-windows-hook)
15263         (gnus-use-frames-on-any-display): Add :version.
15264
15265         * gnus-art.el (gnus-article-address-banner-alist)
15266         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15267         (gnus-treat-from-picon, gnus-treat-mail-picon)
15268         (gnus-treat-x-pgp-sig): Add :version.
15269
15270         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15271         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15272         (gnus-summary-article-delete-hook)
15273         (gnus-summary-display-while-building): Add :version.
15274
15275         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15276         (gnus-get-top-new-news-hook): Add :version.
15277
15278         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15279         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15280
15281         * gnus-registry.el (gnus-registry): Add :version.
15282
15283         * gnus-spec.el (gnus-use-correct-string-widths)
15284         (gnus-make-format-preserve-properties): Add :version.
15285
15286         * gnus.el (gnus-group-charter-alist)
15287         (gnus-group-fetch-control-use-browse-url)
15288         (gnus-install-group-spam-parameters): Add :version.
15289
15290         * gnus-diary.el (gnus-diary): Add :version.
15291
15292         * gnus-delay.el (gnus-delay): Add :version.
15293
15294         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15295         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15296         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15297         Add :version.
15298
15299         * gnus-agent.el (gnus-agent-max-fetch-size)
15300         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15301         (gnus-agent-prompt-send-queue): Add :version.
15302
15303         * deuglify.el (gnus-outlook-deuglify): Add :version.
15304
15305         * html2text.el: Beautify code.  Improve doc strings.
15306         Some checkdoc cleanup.
15307         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15308
15309 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15310
15311         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15312
15313 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15314
15315         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15316         when package is loaded.
15317
15318         * spam.el (spam-summary-score-preferred-header): Add global preference
15319         for people who want to override the default SpamAssassin over
15320         Bogofilter preference (when both are set).
15321         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15322         (spam-user-format-function-S):
15323         Check spam-summary-score-preferred-header.
15324         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15325         (spam-user-format-function-S): Format the score correctly.
15326
15327 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15328
15329         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15330         signature file.  Suggested by Manoj Srivastava
15331         <srivasta@golden-gryphon.com>.
15332
15333         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15334         iso-2022-jp even in the Japanese language environment.
15335         Suggested by Jason Rumney <jasonr@gnu.org>.
15336
15337 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15338
15339         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15340         use the same characters as the dummy marks; make it free from
15341         getting affected by the language environment.
15342         (gnus-summary-read-group-1): Update mark positions only when the
15343         format spec is updated.
15344
15345         * gnus-spec.el (gnus-update-format-specifications): Return a list
15346         of updated types.
15347
15348 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15349
15350         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15351         of boundp to check if display-warning is available.
15352
15353 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15354
15355         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15356
15357 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15358
15359         * nnspool.el (nnspool-spool-directory): Use news-path if the
15360         news-directory variable is not bound.
15361
15362         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15363         function instead of display-warning if it is not available.
15364
15365 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15366
15367         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15368         v5-10: Use `point-at-bol'.
15369
15370 2004-10-26  Simon Josefsson  <jas@extundo.com>
15371
15372         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15373         <chenggao@gmail.com>.
15374
15375 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15376
15377         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15378         instead.
15379
15380 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15381
15382         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15383         to remove a server from the nnimap-server-buffer-alist.
15384         (nnimap-open-connection, nnimap-close-server): Use it.
15385
15386         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15387
15388 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15389
15390         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15391         running the major-mode function.
15392
15393 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15396         dummy marks in the right way.
15397
15398 2004-10-18  David Edmondson  <dme@dme.org>
15399
15400         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15401         excessively.
15402
15403 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15404
15405         * gnus-util.el (gnus-split-references): Accept a nil references
15406         string and go on blissfully.
15407
15408         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15409         cases where the references string is non-nil but has no references.
15410
15411         * encrypt.el: Add autoload tags.
15412
15413         * spam.el (spam-resolve-registrations-routine): Remove article
15414         from unregistration list too.  Reported by David Hanak
15415         <dhanak@isis.vanderbilt.edu>
15416
15417 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15418
15419         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15420         nil.  Change custom type.
15421
15422 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15423
15424         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15425
15426         * gnus-sum.el (gnus-summary-move-article): Use it.
15427
15428 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15429
15430         * encrypt.el: Add autoload cookies.
15431
15432         * spam.el (spam-backend-article-list-property)
15433         (spam-backend-get-article-todo-list)
15434         (spam-backend-put-article-todo-list)
15435         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15436         Resolve registrations separately.
15437         (spam-register-routine): Format comments.
15438         (spam-unregister-routine, spam-register-routine): Always call with
15439         specific-articles, no default list.
15440         (spam-summary-prepare-exit): Use the spam-classifications function.
15441
15442         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15443         gnus-encrypt.el.
15444
15445         * encrypt.el: Copied from gnus-encrypt.el.
15446
15447         * gnus-encrypt.el: Commented that it's obsolete.
15448
15449 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15450
15451         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15452         (gnus-score-save): Use it.
15453
15454         * message.el (message-bury): Use `window-dedicated-p'.
15455
15456 2004-10-15  Simon Josefsson  <jas@extundo.com>
15457
15458         * pop3.el (top-level): Don't require nnheader.
15459         (pop3-read-timeout): Add.
15460         (pop3-accept-process-output): Add.
15461         (pop3-read-response, pop3-retr): Use it.
15462
15463 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15464
15465         * spam.el (spam-register-routine): Move comment.
15466         (spam-verify-bogofilter): Use 'unknown for the initial
15467         spam-bogofilter-valid state, not 'never.
15468
15469         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15470         for netrc-machine.
15471
15472         * nnimap.el (nnimap-open-connection):
15473         Use netrc-machine-user-or-password.
15474
15475 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15476
15477         * gnus-registry.el (gnus-registry-unload-hook):
15478         Set as a variable with add-hook.
15479
15480         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15481         of news-path.
15482
15483         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15484
15485         * spam.el: Delete duplicate `provide'.
15486         (spam-unload-hook): Set as a variable with add-hook.
15487
15488 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15489
15490         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15491         in the doc string.
15492
15493         * message.el (message-ignored-news-headers)
15494         (message-ignored-supersedes-headers)
15495         (message-ignored-resent-headers)
15496         (message-forward-ignored-headers): Improve custom type.
15497
15498 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15499
15500         * message.el (message-tokenize-header): Fix 2004-09-06 change
15501         which used point-min in the wrong place.
15502
15503 2004-10-12  Simon Josefsson  <jas@extundo.com>
15504
15505         * tls.el (tls-certtool-program): New variable.
15506         (tls-certificate-information): New function, based on
15507         ssl-certificate-information.
15508
15509 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15510
15511         * compface.el: Move the version of ELisp-based uncompface program
15512         to the contrib directory because of the copyright problem.
15513
15514 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15515
15516         * message.el (message-kill-buffer): Raise the current frame.
15517
15518 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15519
15520         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15521
15522         * gnus.el (message-y-or-n-p): Autoload.
15523
15524         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15525         (pop3-password-required, pop3-authentication-scheme)
15526         (pop3-leave-mail-on-server): Make customizable.
15527         (pop3): New custom group.
15528         (pop3-retr): Remove `sleep-for' statements.
15529         Suggested by Dave Love <fx@gnu.org>.
15530
15531         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15532         Windows/DOS.
15533
15534         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15535         (imap-parse-body): Fix incorrect use of `assert'.
15536         Suggested by Dave Love <fx@gnu.org>.
15537
15538         * mml.el (mml-minibuffer-read-disposition): Require match.
15539         Suggested by Dave Love <fx@gnu.org>.
15540
15541 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15542
15543         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15544         doc string.
15545
15546 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15547
15548         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15549
15550 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15551
15552         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15553         instead of calling `mm-insert-inline', to decode text/* parts
15554         before displaying them.
15555
15556 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15557
15558         * mm-uu.el (mm-uu-text-plain-type): New variable.
15559         (mm-uu-pgp-signed-extract-1): Use it.
15560         (mm-uu-pgp-encrypted-extract-1): Use it.
15561         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15562         bind mm-uu-text-plain-type with that value.
15563         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15564         mm-uu-dissect.
15565
15566 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15567
15568         * gnus-group.el (gnus-update-group-mark-positions):
15569         * gnus-sum.el (gnus-update-summary-mark-positions):
15570         * message.el (message-check-news-body-syntax):
15571         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15572         of string-as-multibyte.
15573
15574 2004-10-05  Juri Linkov  <juri@jurta.org>
15575
15576         * gnus-group.el (gnus-update-group-mark-positions):
15577         * gnus-sum.el (gnus-update-summary-mark-positions):
15578         * message.el (message-check-news-body-syntax):
15579         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15580         8-bit unibyte values to a multibyte string for search functions.
15581
15582 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15583
15584         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15585         (mm-uu-dissect-text-parts): New function.
15586
15587         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15588         dissect text parts.
15589
15590         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15591         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15592
15593         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15594
15595         * gnus-topic.el (gnus-topic-hierarchical-parameters):
15596         Use gnus-current-topics instead of gnus-current-topic.
15597
15598 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15599
15600         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15601
15602 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15603
15604         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15605         where approriate.
15606
15607         * nnml.el (nnml-generate-active-info): do.
15608
15609         * nndiary.el (nndiary-generate-active-info): do.
15610
15611         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15612         (gnus-topic-move): do.
15613
15614         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15615         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15616
15617         * gnus-srvr.el (gnus-server-prepare)
15618         (gnus-server-open-all-servers): do.
15619
15620         * gnus-msg.el (gnus-summary-cancel-article)
15621         (gnus-summary-resend-message)
15622         (gnus-summary-mail-crosspost-complaint): do.
15623
15624         * gnus-move.el (gnus-change-server): do.
15625
15626         * gnus-group.el (gnus-group-unmark-all-groups)
15627         (gnus-group-set-current-level): do.
15628
15629 2004-10-04  Simon Josefsson  <jas@extundo.com>
15630
15631         * message.el (message-generate-hashcash): Doc fix.
15632
15633 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15634
15635         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15636         avoid infinite recursion via gnus-get-function.
15637
15638 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15639
15640         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15641
15642         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15643
15644         * nnmail.el (nnmail-split-history): do.
15645
15646         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15647         (nnml-request-delete-group): do.
15648
15649         * nnslashdot.el (nnslashdot-read-groups): do.
15650
15651         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15652         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15653
15654         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15655         (nnspool-sift-nov-with-sed): Use last.
15656         (nnspool-retrieve-headers-with-nov): Use mapc.
15657         (nnspool-request-newgroups): Use dolist.
15658         (nnspool-request-group): Use last.
15659
15660         * nntp.el (nntp-read-server-type): Use dolist.
15661
15662         * nnvirtual.el (nnvirtual-create-mapping)
15663         (nnvirtual-update-read-and-marked): Use dolist.
15664         (nnvirtual-convert-headers): Simplify.
15665
15666 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15667
15668         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15669         Add support for sync'ing tick marks.
15670
15671 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15672
15673         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15674         there's no visible header.
15675
15676 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15677
15678         * gnus-agent.el (gnus-agent-synchronize-group-flags):
15679         When necessary, pass full group name to gnus-request-set-marks.
15680
15681 2004-10-01  Simon Josefsson  <jas@extundo.com>
15682
15683         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15684         acroread.
15685
15686 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15687
15688         * spam-report.el (spam-report-gmane): Fix interactive.
15689
15690         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15691
15692         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15693         when writing file.
15694         (gnus-agent-synchronize-flags): Don't default to being
15695         interactive.
15696
15697 2004-09-30  Simon Josefsson  <jas@extundo.com>
15698
15699         * message.el (message-generate-hashcash): Add.
15700         (message-send-mail): Use it, call mail-add-payment.
15701
15702 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15703
15704         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15705
15706 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15707
15708         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
15709         gnus-requst-update-info with explicit code to sync the in-memory
15710         info read flags with the marks being sync'd to the backend.
15711
15712         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
15713
15714 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15715
15716         * spam.el (spam-verify-bogofilter): Add new function.
15717         (spam-check-bogofilter)
15718         (spam-bogofilter-register-with-bogofilter): Use it.
15719         (spam-verify-bogofilter): Add small fixes.
15720
15721 2004-09-28  Simon Josefsson  <jas@extundo.com>
15722
15723         * hashcash.el (hashcash-generate-payment): Revert.
15724
15725 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15726
15727         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
15728         Use gnus-extract-references instead of gnus-split-references.
15729
15730         * gnus-util.el (gnus-extract-references): Add new function, analogous
15731         to gnus-split-references but extracts only the message-ID without
15732         anything extra.
15733
15734         * hashcash.el (hashcash-generate-payment)
15735         (hashcash-check-payment): Do the right thing if hashcash-path is
15736         nil (because the hashcash program could not be found).
15737
15738         * spam.el (spam-use-hashcash): Remove comment.
15739
15740 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15741
15742         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15743         (gnus-cache-enter-article, gnus-cache-remove-article)
15744         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15745
15746         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15747
15748         * gnus-art.el (article-hide-boring-headers)
15749         (article-translate-strings, article-display-face)
15750         (gnus-article-mime-match-handle-first)
15751         (gnus-article-highlight-headers)
15752         (gnus-article-add-buttons-to-head): do.
15753
15754 2004-09-27  Simon Josefsson  <jas@extundo.com>
15755
15756         * hashcash.el: New version, from
15757         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15758         ../contrib/.
15759
15760 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15761
15762         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15763
15764 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15765
15766         * gnus-dup.el (gnus-dup-open): Use mapc.
15767         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15768
15769         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15770         Reported by Stefan Wiens <s.wi@gmx.net>.
15771
15772         * gnus.el (gnus-shutdown): Use dolist.
15773
15774         * gnus-undo.el (gnus-undo): Use mapc.
15775
15776         * nnrss.el (nnrss-generate-active): do.
15777
15778         * message.el (message-cite-original-without-signature)
15779         (message-cite-original): Use mapc.
15780         (message-do-actions, message-make-forward-subject): Use dolist.
15781
15782 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15783
15784         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
15785         deletion to remove entire duplicate line.  Fixes merged article
15786         number bug.
15787
15788 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15789
15790         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15791         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15792         first ask if you want to open a server and then, even when you
15793         responded with no, asking if you want to synchronize the server's
15794         flags.
15795         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15796         multi-line expressions.
15797         (gnus-agent-synchronize-group-flags): New internal function.
15798         Updates marks in memory (in the info structure) AND in the
15799         backend.
15800
15801         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
15802
15803         * nnagent.el (nnagent-request-set-mark):
15804         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
15805         method, to ensure that synchronization updates marks in the
15806         backend and in the info (in memory) structure.
15807
15808 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15809
15810         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15811         convention fully; don't miss the root article of a thread; make
15812         the X-Draft-From header with correct article numbers.
15813
15814 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15815
15816         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15817         unless plugged.  Disable the agent so that an open failure causes
15818         an error.
15819
15820         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15821         Revert 2004-09-21 change.  The backend must be opened while
15822         synchronizing flags even when the backend stores the flags
15823         locally.
15824
15825 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15826
15827         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15828         in `header' match.  Reported by Svend Tollak Munkejord.
15829
15830         * message.el (message-cite-original): Fix use of
15831         `message-cite-articles-with-x-no-archive'.
15832
15833 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15834
15835         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15836         (gnus-window-to-buffer): Ditto.
15837
15838         * mml.el (mml-preview-buffer): New variable.
15839         (mml-preview): Manage window layout with gnus-buffer-configuration.
15840
15841         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15842         X-Draft-From header even if those articles aren't quoted.
15843
15844 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15845
15846         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15847         (gnus-request-set-mark, gnus-request-update-mark): Use new
15848         g-s-t-u-l-m to decide to use backend even when unplugged.
15849
15850 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15851
15852         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15853         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15854
15855 2004-09-20  Simon Josefsson  <jas@extundo.com>
15856
15857         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15858         "utf-16-le".
15859
15860 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15861
15862         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15863
15864 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15865
15866         * uudecode.el (uudecode-use-external): Add :version.
15867
15868         * smime.el (smime-CA-file, smime-encrypt-cipher)
15869         (smime-dns-server): Add :version.
15870
15871         * smiley.el (gnus-smiley-file-types): Add :version.
15872
15873         * sha1.el (sha1-use-external): Add :version.
15874
15875         * pgg-def.el (pgg-query-keyserver): Add :version.
15876
15877         * nnmail.el (nnmail-fancy-expiry-targets)
15878         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15879         Add :version.
15880
15881         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15882         (nnimap-retrieve-groups-asynchronous): Add :version.
15883         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
15884
15885         * mml.el (mml-content-disposition-parameters)
15886         (mml-insert-mime-headers-always): Add :version.
15887
15888         * mm-util.el (mm-coding-system-priorities): Add :version.
15889
15890         * mm-decode.el (mm-inline-text-html-with-images)
15891         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15892         (mm-verify-option): Add :version.
15893         (mm-text-html-renderer): Change :version.
15894
15895         * message.el (message-fcc-externalize-attachments)
15896         (message-required-headers, message-draft-headers)
15897         (message-subject-trailing-was-query)
15898         (message-subject-trailing-was-ask-regexp)
15899         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15900         (message-mark-insert-end, message-archive-header)
15901         (message-archive-note, message-cross-post-default)
15902         (message-cross-post-note, message-followup-to-note)
15903         (message-cross-post-note-function, message-use-mail-followup-to)
15904         (message-subscribed-address-functions)
15905         (message-subscribed-address-file, message-subscribed-addresses)
15906         (message-subscribed-regexps, message-allow-no-recipients)
15907         (message-yank-cited-prefix, message-signature-insert-empty-line)
15908         (message-hidden-headers, message-hierarchical-addresses)
15909         (message-mail-user-agent, message-use-idna)
15910         (message-valid-fqdn-regexp)
15911         (message-strip-special-text-properties, message-header-synonyms)
15912         (message-beginning-of-line, message-tab-body-function): Add :version.
15913         (message-insert-canlock, message-wide-reply-confirm-recipients):
15914         Change :version.
15915
15916         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15917         and :version.
15918         (mail-source-delete-old-incoming-confirm)
15919         (mail-source-movemail-program): Add :version.
15920
15921         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15922         (gnus-agent-cache, gnus-agent): Change :version.
15923
15924         * gnus-util.el (gnus-use-byte-compile): Change :version.
15925
15926         * gnus-sum.el (gnus-summary-make-false-root-always)
15927         (gnus-summary-default-high-score)
15928         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15929         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15930         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15931         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15932         (gnus-sum-thread-tree-single-indent)
15933         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15934         (gnus-sum-thread-tree-leaf-with-other)
15935         (gnus-sum-thread-tree-single-leaf): Add :version.
15936         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15937         (gnus-article-loose-mime): Change :version.
15938
15939         * gnus-start.el (gnus-backup-startup-file)
15940         (gnus-save-startup-file-via-temp-buffer): Add :version.
15941
15942         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15943         (gnus-server-offline-face): Add :version.
15944
15945         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15946
15947         * gnus-msg.el (gnus-gcc-externalize-attachments)
15948         (gnus-debug-files, gnus-debug-exclude-variables)
15949         (gnus-discouraged-post-methods): Change :version.
15950         (gnus-confirm-mail-reply-to-news)
15951         (gnus-confirm-treat-mail-like-news): Add :version.
15952
15953         * gnus-int.el (gnus-server-unopen-status): Add :version.
15954
15955         * gnus-group.el (gnus-group-jump-to-group-prompt)
15956         (gnus-large-ephemeral-newsgroup)
15957         (gnus-fetch-old-ephemeral-headers): Add :version.
15958
15959         * gnus-fun.el (gnus-x-face-directory)
15960         (gnus-convert-pbm-to-x-face-command)
15961         (gnus-convert-image-to-x-face-command)
15962         (gnus-convert-image-to-face-command): Add :version.
15963
15964         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15965
15966         * gnus-cite.el (gnus-cite-blank-line-after-header)
15967         (gnus-article-boring-faces): Add :version.
15968
15969         * gnus-art.el (gnus-buttonized-mime-types)
15970         (gnus-inhibit-mime-unbuttonizing)
15971         (gnus-treat-display-face)
15972         (gnus-treat-body-boundary): Change :version.
15973         (gnus-body-boundary-delimiter, gnus-picon-databases)
15974         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15975         (gnus-treat-date-english, gnus-treat-fold-headers)
15976         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15977         (gnus-treat-mail-picon, gnus-treat-wash-html)
15978         (gnus-article-encrypt-protocol)
15979         (gnus-use-idna, gnus-article-over-scroll)
15980         (gnus-mime-display-multipart-alternative-as-mixed)
15981         (gnus-mime-display-multipart-related-as-mixed)
15982         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15983         (gnus-ctan-url, gnus-button-ctan-handler)
15984         (gnus-button-handle-ctan-bogus-regexp)
15985         (gnus-button-ctan-directory-regexp)
15986         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15987         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15988         (gnus-button-man-level, gnus-button-emacs-level)
15989         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15990
15991         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15992         (gnus-agent-go-online): Change :version.
15993         (gnus-agent-expire-unagentized-dirs)
15994         (gnus-agent-auto-agentize-methods): Add :version.
15995
15996         * flow-fill.el (fill-flowed-display-column)
15997         (fill-flowed-encode-column): Add :version.
15998
15999         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16000         (gnus-outlook-deuglify-unwrap-max)
16001         (gnus-outlook-deuglify-cite-marks)
16002         (gnus-outlook-deuglify-unwrap-stop-chars)
16003         (gnus-outlook-deuglify-no-wrap-chars)
16004         (gnus-outlook-deuglify-attrib-cut-regexp)
16005         (gnus-outlook-deuglify-attrib-verb-regexp)
16006         (gnus-outlook-deuglify-attrib-end-regexp)
16007         (gnus-outlook-display-hook): Add :version.
16008
16009         * binhex.el (binhex-use-external): Add :version.
16010
16011 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16012
16013         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16014         and `invisible'.
16015
16016 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16017
16018         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16019         in gnus-registry-trim.
16020
16021 2004-09-13  Simon Josefsson  <jas@extundo.com>
16022
16023         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16024
16025         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16026
16027         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16028         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16029         <yamaoka@jpl.org>.
16030         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16031         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16032         <yamaoka@jpl.org>.
16033
16034         * sieve.el (sieve-manage-mode): Ditto.
16035
16036 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16037
16038         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16039
16040 2004-09-11  Simon Josefsson  <jas@extundo.com>
16041
16042         * dns-mode.el: Add.
16043
16044         * mm-view.el (mm-display-dns-inline): Add.
16045
16046         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16047         (mm-automatic-display): Ditto.
16048
16049         * mailcap.el (mailcap-mime-data): Add text/dns.
16050         (mailcap-mime-extensions): Map .soa to text/dns.
16051
16052 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16053
16054         * gnus-art.el (article-decode-mime-words, article-babel)
16055         (gnus-article-highlight-signature, gnus-article-add-buttons)
16056         (gnus-signature-toggle): Remove unnecessary bindings of
16057         `inhibit-read-only' inherited from v5.10 merge.
16058
16059 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16060
16061         * nntp.el (nntp): New customization group.
16062         (nntp-authinfo-file): Add customization group.
16063
16064         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16065
16066         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16067
16068         * gnus.el (to-address, to-list, subscribed)
16069         (large-newsgroup-initial): Ditto.
16070
16071         * flow-fill.el (fill-flowed-display-column)
16072         (fill-flowed-encode-column): Ditto.
16073
16074 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16075
16076         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16077         Use point-min rather than 1.
16078         (message-send-mail): Use buffer-size rather than point-max.
16079
16080         * gnus-sum.el (gnus-summary-search-article-forward):
16081         Signal a specific `search-failed' rather than a generic `error'.
16082
16083         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16084         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16085         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16086
16087 2004-09-10  Simon Josefsson  <jas@extundo.com>
16088
16089         * nndb.el (require): Remove tcp and duplicate cl.
16090
16091 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16092
16093         * gnus-agent.el (directory-files-and-attributes): Move forward.
16094
16095 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16096
16097         * gnus-agent.el (directory-files-and-attributes):
16098         Optionally defined to support XEmacs.
16099
16100 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16101
16102         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16103         to avoid run-time CL dependencies.
16104         (gnus-agent-unfetch-articles): New function.
16105         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16106         article numbers even when local .overview file is missing.
16107         (gnus-agent-read-article-number): New function.  Only accepts
16108         27-bit article numbers.
16109         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16110         Use gnus-agent-read-article-number.
16111         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16112         from backend while recognizing that article numbers in .overview
16113         must be valid.
16114         (gnus-agent-update-files-total-fetched-for):
16115         Use directory-files-and-attributes to improve performance.
16116         * gnus-int.el (gnus-request-move-article):
16117         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16118         improve performance.
16119
16120         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16121         some users confused by references to .newsrc when they only have a
16122         .newsrc.eld file.
16123         (gnus-convert-mark-converter-prompt)
16124         (gnus-convert-converter-needs-prompt): Fix use of property list.
16125         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16126         New function.  Used internally to only display 'gnus converting
16127         files' message when actually necessary.
16128
16129         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16130         methods now autoloaded.
16131
16132 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16133
16134         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16135         identifiers.
16136
16137 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16138
16139         * gnus-picon.el: Fix indentation and closing parenthesis.
16140
16141 2004-09-01  Simon Josefsson  <jas@extundo.com>
16142
16143         * message.el (message-canlock-generate): Require sha1, not
16144         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16145         to require within a function.  Sadly, if sha1.el isn't loaded, the
16146         let binding in m-c-g will hide the defcustom definition, which is
16147         bad.)
16148
16149         * canlock.el: Require sha1, not sha1-el.
16150
16151         * message.el: Don't autoload sha1 (there is a autoload cookie in
16152         sha1.el).
16153
16154         * sha1-el.el: Rename to sha1.el.
16155
16156 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16157
16158         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16159
16160 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16161
16162         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16163
16164 2004-08-30  Kim F. Storm  <storm@cua.dk>
16165
16166         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16167
16168         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16169         Add :group 'nnimap.
16170
16171 2004-08-30  Andreas Schwab  <schwab@suse.de>
16172
16173         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16174         ?* and ?\;.
16175
16176         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16177         and ?\' to symbol instead of whitespace.
16178
16179 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16180
16181         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16182
16183         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16184         instead of re-search-forward.
16185
16186         * gnus-uu.el (gnus-uu-save-article): Ditto.
16187         (gnus-uu-post-encode-uuencode): Ditto.
16188
16189         * html2text.el (html2text-clean-list-items): Ditto.
16190         (html2text-clean-dtdd): Ditto.
16191         (html2text-format-tags): Ditto.
16192
16193         * message.el (message-send-mail-with-sendmail): Fix regexp.
16194         (message-fill-field-general): Use search-forward instead of
16195         re-search-forward.
16196         (unbold-region): Ditto.
16197
16198         * nnrss.el (nnrss-request-article): Ditto.
16199
16200         * nnslashdot.el (nnslashdot-request-article): Ditto.
16201
16202         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16203
16204         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16205         "Unrecognized menu descriptor" error in XEmacs.
16206
16207 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16208
16209         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16210         parent article of a sparse article in the thread hashtb.
16211
16212 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16213
16214         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16215         (nnmail-expand-newtext): Lowercase expanded entries if
16216         nnmail-split-lowercase-expanded is non-nil.
16217
16218 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16219
16220         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16221
16222         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16223         of gnus-tmp-news-method into string under XEmacs.  It will be
16224         passed to gnus-correct-length which takes only a string argument.
16225
16226 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16227
16228         * gnus-util.el (gnus-bind-print-variables): New macro.
16229         (gnus-prin1): Use it.
16230         (gnus-prin1-to-string): Use it.
16231         (gnus-pp): New function.
16232         (gnus-pp-to-string): New function.
16233
16234         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16235         Replace pp-to-string with gnus-pp-to-string.
16236         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16237         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16238         * gnus-msg.el (gnus-debug): Ditto.
16239         * gnus-score.el (gnus-score-save): Ditto.
16240         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16241         gnus-pp-to-string.
16242         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16243         with gnus-pp.
16244         * score-mode.el (gnus-score-pretty-print): Ditto.
16245         * webmail.el (webmail-debug): Ditto.
16246
16247 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16248
16249         * gnus-art.el (article-display-face, article-display-x-face):
16250         Use buffer-read-only.
16251
16252 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16253
16254         * gnus-art.el (article-hide-list-identifiers):
16255         Bind inhibit-read-only as t.
16256
16257 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16258
16259         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16260
16261 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16262
16263         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16264         (gnus-narrow-to-page): Don't assume point-min == 1.
16265         (gnus-article-edit-mode): Derive from message-mode.
16266
16267         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16268         point-min == 1.
16269
16270         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16271         Disable incorrect use of `assert'.
16272
16273         * message.el (message-mode): Set comment-start-skip.
16274
16275
16276 2004-08-22  Sam Steingold  <sds@gnu.org>
16277
16278         * pop3.el (pop3-leave-mail-on-server): New user variable.
16279         (pop3-movemail): Delete mail only when it is nil.
16280
16281 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16282
16283         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16284
16285         * mml.el (mml-preview): Use `pop-to-buffer'.
16286
16287         * message.el (message-goto-mail-followup-to): Insert after "To".
16288         (message-carefully-insert-headers): Add comment.
16289
16290         * gnus.el: Remove unused variable `gnus-article-check-size'.
16291
16292         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16293
16294         * gnus-art.el (gnus-button-alist):
16295         Improve `gnus-button-handle-library' entry.
16296
16297 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16298
16299         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16300         Use downcase, since XEmacs capitalizes error messages differently.
16301
16302 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16303
16304         * nntp.el: Add (require 'gnus) due to reference to
16305         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16306
16307 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16308
16309         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16310         Bind `mm-fill-flowed'.
16311
16312         * mm-decode.el (mm-dissect-singlepart): Check it.
16313
16314 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16315
16316         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16317         'imap' for netrc parsing.
16318
16319 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16320
16321         * mailcap.el (mailcap-mime-data): Mark as risky.
16322
16323 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16324
16325         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16326         may be included in the encoded word.
16327         (rfc2047-encode): Don't append a space if the encoded word
16328         includes close parenthesis.
16329
16330 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16331
16332         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16333         of text within parentheses.
16334
16335 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16336
16337         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16338         (gnus-encrypt-write-file-contents): Make the password key the file
16339         name PLUS the cipher, not just the cipher.  Also remove failed
16340         passwords from the cache.
16341
16342 2004-08-06  Simon Josefsson  <jas@extundo.com>
16343
16344         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16345         Doc fix.
16346
16347 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16348
16349         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16350         LWSP.
16351
16352 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16353
16354         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16355         Try to append in-reply-to: data to the references: header.
16356
16357         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16358         (netrc-parse): Use gnus-encrypt.el functions.
16359
16360         * gnus-encrypt.el: Add new file for encryption support; currently
16361         does only a few GPG ciphers and an internal XOR cipher.
16362
16363         * password.el: Add comments on using password-read-and-add.
16364         (password-read-and-add): Add function to read and add the
16365         password to the cache at once.
16366
16367 2004-07-28  Simon Josefsson  <jas@extundo.com>
16368
16369         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16370         parameter (but don't use it, for now).
16371
16372         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16373         instead of hard coding to nil.
16374
16375 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16376
16377         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16378         as mm-inline-image-xemacs does.
16379
16380 2004-07-26  Simon Josefsson  <jas@extundo.com>
16381
16382         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16383         Revert part of 2004-07-17 change below.
16384
16385 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16386
16387         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16388         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16389
16390 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16391
16392         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16393         quotes that actually start with ">" at the beginning of the
16394         lines.
16395
16396 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16397
16398         * rfc2047.el (rfc2047-encode-region): Fix last change.
16399         (rfc2047-encode-parameter): Remove useless concat.
16400
16401 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16404         encode special characters; fix some kind of misconfigured headers;
16405         signal a real error if debug-on-quit or debug-on-error is non-nil.
16406         (rfc2047-encode-max-chars): New variable.
16407         (rfc2047-encode-1): Use it.
16408         (rfc2047-encode-parameter): New function.
16409
16410         * mml.el (mml-insert-parameter): Remove an excessive space.
16411
16412 2004-07-17  Simon Josefsson  <jas@extundo.com>
16413
16414         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16415         Kai Grossjohann <kai@emptydomain.de>.
16416         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16417         (gnus-group-make-menu-bar): Ditto.
16418
16419         * gnus-util.el (gnus-group-server): Add.
16420
16421 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16422
16423         * message.el (message-clone-locals): Clone sendmail and smtp
16424         variables.
16425
16426 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16427
16428         * rfc2047.el (rfc2047-encode-region): Fix last change.
16429
16430 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16433         characters as non-special.
16434
16435 2004-07-09  Simon Josefsson  <jas@extundo.com>
16436
16437         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16438         Users will lose all flag changes made while unplugged with
16439         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16440         good default.  See numerous reports on ding mailing list.
16441
16442 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16443
16444         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16445         add generate-head-function and generate-article-function to the
16446         rfc822-forward entry.
16447         (nndoc-rfc822-forward-generate-article): New function.
16448         (nndoc-rfc822-forward-generate-head): New function.
16449
16450         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16451
16452 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16453
16454         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16455         respect display group parameter and gnus-summary-expunge-below.
16456         (gnus-articles-to-read): Remove unused reference to display group
16457         parameter.
16458
16459 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16460
16461         * nnheader.el (nnheader-uniquify-message-id): New experimental
16462         variable.
16463         (nnheader-nov-read-message-id): Use it.
16464
16465         * spam-report.el (spam-report-gmane): Add interactive.
16466
16467 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16468
16469         * mm-encode.el (mm-content-transfer-encoding-defaults):
16470         Use qp-or-base64 for the application/* types.
16471
16472 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16473
16474         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16475
16476 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16477
16478         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16479         trim value.
16480
16481 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16482
16483         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16484         New macro and function.
16485         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16486
16487 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16488
16489         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16490         after-load-alist.
16491
16492 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16493
16494         * gnus-group.el (gnus-group-get-new-news-this-group):
16495         Don't update info that isn't there.
16496
16497 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16498
16499         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16500         entry.
16501
16502 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16503
16504         * mm-view.el (mm-inline-render-with-function): Use multibyte
16505         buffer; decode html source by charset.
16506
16507         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16508
16509         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16510         Mule-UCS is loaded under XEmacs.
16511         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16512
16513 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16514
16515         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16516
16517 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16518
16519         * mm-util.el (mm-coding-system-p): Return a coding-system.
16520         (mm-mime-mule-charset-alist): Use shift_jis instead of
16521         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16522         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16523         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16524         instead of japanese-shift-jis and iso-latin-1 respectively in
16525         order to share the default value with both Emacs and XEmacs-mule.
16526         (mm-mule-charset-to-mime-charset):
16527         Make mm-coding-system-priorities effective.
16528         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16529         while predicating of candidates upon the priorities.
16530
16531 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16532
16533         * gnus-sum.el (gnus-summary-make-menu-bar):
16534         Add gnus-uu-invert-processable.
16535
16536         * gnus.el: Autoload gnus-uu-invert-processable.
16537
16538 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16539
16540         * mm-util.el (mm-with-multibyte-buffer): New macro.
16541
16542         * rfc2047.el (rfc2047-encode-string): Use it.
16543         (rfc2047-encode-region): Move point to the end of the region after
16544         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16545
16546 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16547
16548         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16549         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16550
16551 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16552
16553         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16554         (gnus-cite-parse): Ignore quoted envelope From_.
16555         Suggested by Karl Chen <quarl@nospam.quarl.org>.
16556
16557 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16558
16559         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16560         invalid addresses.
16561
16562 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16563
16564         * spam.el: Change section markers, revise TODO list.
16565         (spam-backends): Make new master list of all installed backends.
16566         (spam-summary-exit-behavior): Add new variable to determine how
16567         messages moves are done at summary exit.
16568         (spam-move-spam-nonspam-groups-only)
16569         (spam-process-ham-in-nonham-groups)
16570         (spam-process-ham-in-spam-groups): Remove variables, the
16571         spam-summary-exit-behavior variable should be used to manage this
16572         behavior.
16573         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16574         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16575         and spam-old-spam-articles.
16576         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16577         Add empty variables, placeholders for the backends they represent.
16578         (spam-set-difference): Move, unchanged.
16579         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16580         unless the user has a processor variable.
16581         (spam-classifications, spam-classification-valid-p)
16582         (spam-backend-properties, spam-backend-property-valid-p)
16583         (spam-backend-function-type-valid-p)
16584         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16585         (spam-report-articles-gmane, spam-report-articles-resend):
16586         Remove functions, they are not needed.
16587         (spam-install-backend-super, spam-backend-list)
16588         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16589         (spam-backend-function, spam-backend-ham-registration-function)
16590         (spam-backend-spam-registration-function)
16591         (spam-backend-ham-unregistration-function)
16592         (spam-backend-spam-unregistration-function)
16593         (spam-backend-statistical-p, spam-backend-mover-p)
16594         (spam-install-backend-alias, spam-install-checkonly-backend)
16595         (spam-install-mover-backend, spam-install-nocheck-backend)
16596         (spam-install-backend, spam-install-statistical-backend)
16597         (spam-install-statistical-checkonly-backend): Add backend installation
16598         support.
16599         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16600         (spam-group-processor-p): Use the new backend code and respect the
16601         summary exit behavior.
16602         (spam-mark-spam-as-expired-and-move-routine): Remove.
16603         (spam-summary-prepare): Change to use the new spam-old-articles
16604         variable.
16605         (spam-copy-or-move-routine, spam-copy-spam-routine)
16606         (spam-move-spam-routine, spam-copy-ham-routine)
16607         (spam-move-ham-routine): Add code to copy/move ham or spam.
16608         (spam-fetch-field-fast): Improve doc and code, plus allow the
16609         'number request.
16610         (spam-list-of-checks, spam-list-of-statistical-checks):
16611         Remove variables.
16612         (spam-split, spam-find-spam): Use the new backend code.
16613         (spam-registration-functions): Remove variable.
16614         (spam-unregister-routine): Add convenience wrapper.
16615         (spam-log-undo-registration, spam-register-routine)
16616         (spam-log-processing-to-registry)
16617         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16618         where possible.
16619         (spam-check-gmane-xref, spam-check-regex-headers)
16620         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16621         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16622         (spam-check-bogofilter-headers, spam-check-spamoracle)
16623         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16624         (spam-check-crm114-headers): Use the spam-split-group that
16625         spam-split prepares, no need to determine it every time.
16626
16627         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16628         to the nnheader-parse-naked-head call.
16629
16630         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16631
16632         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16633         the nnheader-nov-read-message-id call.
16634
16635 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16636
16637         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16638         gnus-activate-group twice.  Suggested by Markus Peter
16639         <warp@spin.de>.
16640
16641 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16642
16643         * gnus-art.el (gnus-article-time-format): Exchange the order of
16644         day and month in the default value; fix customization type.
16645         (article-date-ut): Use add-text-properties.
16646         (article-make-date-line): Use message-make-date instead of
16647         current-time-string.
16648
16649         * message.el (message-fetch-field): Don't use set-text-properties.
16650         (message-make-date): Simplify.
16651
16652         * messagexmas.el (message-xmas-make-date): New function.
16653         (message-xmas-redefine): Defalias message-make-date to it.
16654
16655 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16656
16657         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16658         (rfc2047-encode-region): Treat text within parentheses as special;
16659         show the original text when error has occurred.
16660
16661         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16662         already-computed method to gnus-activate-group.
16663
16664         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16665         same select-methods identical Lisp objects.
16666
16667         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16668         object when modifying the info.
16669
16670 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16671
16672         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16673         gnus-opened-servers since it has never been opened with the new
16674         configuration yet.
16675
16676 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16677
16678         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16679         arg to nnheader-generate-fake-message-id.
16680
16681 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16682
16683         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16684         number and build a fake message ID localized to a group and
16685         article number (so it's repeatable from that point on).
16686         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16687         ID format.
16688
16689         * gnus-sum.el (gnus-get-newsgroup-headers):
16690         Call nnheader-generate-fake-message-id with the article number.
16691
16692 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16693
16694         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16695         end-of-buffer.
16696
16697 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16698
16699         * message.el (message-ignored-supersedes-headers): Add Approved.
16700
16701 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16702
16703         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16704         goto-char.
16705         (rfc2047-encode): Fold the line before encoding.
16706
16707 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16708
16709         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16710         folding -- not all headers can be folded, and this should be done
16711         by the message composition mode.  Probably.  I think.
16712
16713 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16714
16715         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16716         fast.
16717
16718         * gnus-ems.el (gnus-remove-image): Don't use
16719         message-text-with-property; remove only the image found first.
16720
16721         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16722         found first.
16723
16724 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16725
16726         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16727
16728 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16729
16730         * message.el (message-text-with-property): Make it fast and accept
16731         optional arguments.
16732         (message-strip-forbidden-properties): Use it.
16733         (message-fix-before-sending): Follow the m-t-w-p change.
16734
16735         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16736
16737 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16738
16739         * gnus-art.el (article-hide-headers): Don't change the buffer
16740         mistakenly when performing mml-preview even if
16741         gnus-single-article-buffer is nil.
16742
16743 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16744
16745         * message.el (message-expand-name-databases): New user option.
16746         (message-expand-name): Use it.
16747
16748 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16749
16750         * spam.el (spam-report-articles-resend)
16751         (spam-report-resend-register-routine): Allow ham reporting.
16752         (spam-report-resend-register-ham-routine): Add wrapper.
16753         (spam-registration-functions): Add ham resending functions.
16754         (spam-list-of-processors): Add ham resend processor.
16755
16756         * gnus.el (ham-resend-to): Add new group parameter.
16757         (spam-process): Add ham resend option.
16758
16759         * spam-report.el (spam-report-resend): Allow reporting ham.
16760         (spam-report-resend-ham): Add wrapper.
16761
16762 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16763
16764         * message.el (message-cite-articles-with-x-no-archive):
16765         New variable.
16766         (message-cite-original): Use it.
16767
16768 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16769
16770         * message.el (message-cite-original): Respect X-No-Archive.
16771
16772 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16773
16774         * gnus-art.el (article-hide-headers): Refer to the values for
16775         gnus-ignored-headers and gnus-visible-headers in the summary
16776         buffer since a user may have set them as group parameters.
16777
16778 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16779
16780         * assistant.el (assistant-node-name): Add convenience function.
16781         (assistant-render-text, assistant-render-node): Add error handling,
16782         plus handle multiple next nodes.
16783         (assistant-find-next-node): Comment out for now.
16784         (assistant-find-next-nodes): Add function, returns list of next
16785         nodes.
16786
16787 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16788
16789         * mail-source.el (mail-source-directory): Fix doc-string.
16790
16791 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16792
16793         * assistant.el (assistant-render-text, assistant-eval): Add :set
16794         widget type, which is different because it takes and returns a
16795         list.  Much hilarity ensues.
16796
16797 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16798
16799         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
16800
16801         * gnus-group.el (gnus-group-get-new-news-this-group):
16802         Add doc-string.
16803
16804         * gnus-start.el (gnus-activate-group): Add doc-string.
16805
16806 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16807
16808         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16809
16810 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16811
16812         * assistant.el (assistant-render-text): Try to add a :set
16813         widget, more to come.
16814
16815         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16816         strings.
16817         (spam-report-articles-resend)
16818         (spam-register-routine): Do registration iff any articles warrant
16819         it.
16820         (spam-summary-prepare-exit): Change log message for nil group
16821         destinations.
16822
16823 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16824
16825         * spam.el (spam-report-resend-register-routine):
16826         Allow spam-report-resend-to to be a group parameter or a global value.
16827
16828 2004-05-26  Simon Josefsson  <jas@extundo.com>
16829
16830         * starttls.el: Merge with my GNUTLS based starttls.el.
16831         (starttls-gnutls-program, starttls-use-gnutls)
16832         (starttls-extra-arguments, starttls-process-connection-type)
16833         (starttls-connect, starttls-failure, starttls-success):
16834         New variables.
16835         (starttls-program, starttls-extra-args): Doc fix.
16836         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
16837         New functions.
16838         (starttls-negotiate, starttls-open-stream):
16839         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
16840         function if it is set.
16841
16842 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16843
16844         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16845         structured fields.
16846
16847 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16848
16849         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16850
16851 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16852
16853         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
16854         Add variable.
16855         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16856         assigning the spam-mark to new messages.
16857
16858 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16859
16860         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16861
16862 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16863
16864         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16865
16866         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16867         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16868         default.
16869
16870 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16871
16872         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16873         correct data.
16874
16875 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16876
16877         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16878         (spam-group-processor-p): Fix function.
16879         (spam-group-processor-multiple-p)
16880         (spam-group-spam-processor-report-gmane-p)
16881         (spam-group-spam-processor-report-resend-p)
16882         (spam-group-spam-processor-bogofilter-p)
16883         (spam-group-spam-processor-blacklist-p)
16884         (spam-group-spam-processor-ifile-p)
16885         (spam-group-ham-processor-ifile-p)
16886         (spam-group-spam-processor-spamoracle-p)
16887         (spam-group-spam-processor-crm114-p)
16888         (spam-group-ham-processor-bogofilter-p)
16889         (spam-group-spam-processor-stat-p)
16890         (spam-group-ham-processor-stat-p)
16891         (spam-group-ham-processor-whitelist-p)
16892         (spam-group-ham-processor-BBDB-p)
16893         (spam-group-ham-processor-spamoracle-p)
16894         (spam-group-ham-processor-copy-p): Remove functions with some
16895         prejudice against unneeded code.
16896         (spam-report-articles-resend)
16897         (spam-report-resend-register-routine): Allow the group/topic
16898         spam-resend-to value to override spam-report-resend-to.
16899         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16900         properly now.
16901
16902         * gnus.el (spam-resend-to): Add group/topic parameter.
16903         (spam-process): Move the OBSOLETE processors to the end of the
16904         choices.
16905
16906 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16907
16908         * spam-report.el (spam-report-resend-to, spam-report-resend):
16909         Start with resend-to set to nil, and then ask the user if necessary.
16910         (spam-report-resend): spam-report-resend takes a list of articles, not
16911         separate article numbers.
16912
16913 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16914
16915         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16916         addition to emacs-w3m.
16917
16918 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16919
16920         * assistant.el (assistant-authinfo-data): New function.
16921         (assistant-eval): Eval for entire assistant.
16922
16923         * netrc.el (netrc-services-file): New variable.
16924         (netrc-parse-services): New function.
16925         (netrc-find-service-name): New function.
16926         (netrc-find-service-number): New function.
16927         (netrc-port-equal): New function.
16928         (netrc-machine): Use it.
16929
16930         * nnimap.el (nnimap-open-connection): Use netrc.
16931
16932         * gnus-util.el (gnus-netrc-get): Remove aliases.
16933
16934         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16935
16936         * assistant.el (wid-edit): Fix compilation.
16937
16938         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16939
16940 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16941
16942         * gnus-util.el (gnus-set-file-modes): New function.  (small
16943         patch).
16944
16945 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16946
16947         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16948
16949         * assistant.el (assistant-render-node): Fix up rendering and
16950         read-only text.
16951         (assistant-render-node): Reset.
16952         (assistant-make-read-only): Not sticky.
16953
16954 2004-05-20  Danny Siu  <dsiu@adobe.com>
16955
16956         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16957         centered even when gnus-auto-center-summary is t.
16958
16959 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16960
16961         * dns.el (dns-get-txt-answer): New function.
16962         (dns-read-txt): Ditto.
16963         (query-dns): Use it.
16964
16965 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16966
16967         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16968         active for foreign groups even if the group level is higher than
16969         the specified value.
16970
16971 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16972
16973         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16974         non-active groups.
16975
16976         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16977
16978 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16979
16980         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16981
16982 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16983
16984         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16985         (spam-crm114-header, spam-crm114-spam-switch)
16986         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16987         (spam-crm114-positive-spam-header)
16988         (spam-crm114-database-directory, spam-list-of-processors)
16989         (spam-group-spam-processor-crm114-p)
16990         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16991         (spam-generic-score, spam-list-of-checks)
16992         (spam-list-of-statistical-checks, spam-registration-functions)
16993         (spam-check-crm114-headers, spam-crm114-score)
16994         (spam-check-crm114, spam-crm114-register-with-crm114)
16995         (spam-crm114-register-spam-routine)
16996         (spam-crm114-unregister-spam-routine)
16997         (spam-crm114-register-ham-routine)
16998         (spam-crm114-unregister-ham-routine): Add CRM114 support.
16999         From asjo@koldfront.dk (Adam Sjøgren).
17000
17001         * gnus.el: Add spam-use-crm114.
17002
17003         * spam.el (spam-list-of-processors, spam-registration-functions):
17004         Add spam-use-resend.
17005         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17006         (spam-report-articles-gmane): Add doc fix.
17007         (spam-report-articles-resend, spam-report-resend-register-routine):
17008         Add wrappers around spam-report-resend-to.
17009
17010         * spam-report.el (spam-report-resend-to, spam-report-resend):
17011         Add support for resending spam.
17012         (spam-report-gmane): Fix line length >80.
17013
17014         * gnus.el (spam-process): Add spam-use-resend.
17015
17016 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17017
17018         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17019         number of processed spam messages.
17020         (spam-ham-copy-or-move-routine): Return the number of processed
17021         ham messages.
17022         (spam-summary-prepare-exit): Use the above values to decide
17023         whether status messages shouled be displayed.
17024
17025 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17026
17027         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17028         `rfc2047-encoding-function-alist' in order to avoid conflicting
17029         with the old version.
17030         (rfc2047-encode-region): Concatenate words containing non-ASCII
17031         characters in structured fields; don't encode space-delimited
17032         ASCII words even in unstructured fields; don't break words at
17033         char-category boundaries.
17034         (rfc2047-encode-1): New function.
17035         (rfc2047-encode): Use it; encode text so that it occupies the
17036         maximum width within 76-column; work correctly on Q encoding for
17037         iso-2022-* charsets.
17038         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17039         sure not to break a line just after the header name.
17040         (rfc2047-b-encode-region): Remove.
17041         (rfc2047-b-encode-string): New function.
17042         (rfc2047-q-encode-region): Remove.
17043         (rfc2047-q-encode-string): New function.
17044
17045         * mm-util.el (mm-replace-in-string): New function.
17046
17047 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17048
17049         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17050         Really get it right.
17051         (gnus-inews-make-draft): Really.
17052
17053 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17054
17055         * nnmh.el (nnmh-request-list-1): Don't check the link count
17056         before descending.  (small patch)
17057
17058 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17059
17060         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17061         stuff.
17062
17063         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17064         Match on real group name.
17065
17066         * gnus-art.el (gnus-signature-limit): Doc fix.
17067
17068         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17069
17070         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
17071
17072 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
17073
17074         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
17075         isn't a string.
17076
17077 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17078
17079         * gnus-draft.el (gnus-draft-send):
17080         Bind rfc2047-encode-encoded-words.
17081
17082         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17083         (rfc2047-encodable-p): Say that =? needs encoding.
17084         (rfc2047-encode-encoded-words): New variable.
17085
17086         * gnus-group.el (gnus-group-select-group): Doc fix.
17087
17088         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17089
17090         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17091         to nil.
17092
17093         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17094
17095         * nnheader.el (nnheader-get-lines-and-char): New function.
17096
17097 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17098
17099         * gnus-msg.el (gnus-summary-followup-with-original):
17100         Document yanking of region when active.
17101
17102 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17103
17104         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17105         groups if the group level is higher than the specified value.
17106
17107 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17108
17109         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17110         (gnus-group-jump-to-group): Add prefix argument using
17111         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17112         non-active group.
17113
17114         * compface.el (uncompface): Be verbose when changing
17115         `uncompface-use-external'.
17116
17117         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17118         handle manual section.
17119
17120 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17121
17122         * gnus-art.el (gnus-button-alist): Revert previous change.
17123
17124 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17125
17126         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17127
17128 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17129
17130         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17131         whether backend can accept message.
17132
17133         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17134
17135 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17136
17137         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17138         Avoid creating directory when nntp-marks-is-evil is true.
17139         Reported by Reiner Steib.
17140
17141 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17142
17143         * gnus-picon.el (gnus-picon-style): New variable.
17144         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17145         (gnus-picon-transform-address): Support `gnus-picon-style'.
17146         From Jesper Harder <harder@ifa.au.dk>.
17147
17148 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17149
17150         * message.el (message-fill-field): Return point.
17151         (message-generate-headers): Go to end of field.
17152
17153         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17154         stuff for non-living groups.
17155
17156 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17157
17158         * gnus-art.el (gnus-article-followup-with-original)
17159         (gnus-article-reply-with-original): gnus-mark-active-p ->
17160         gnus-region-active-p.
17161
17162 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17163
17164         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17165         only when there is spam or ham to be processed.
17166
17167 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17168
17169         * mail-source.el (mail-source-delete-crash-box): Refactor.
17170         (mail-source-fetch): Use it.
17171         (mail-source-fetch-file): Ditto.
17172         (mail-source-fetch-directory): Run postscript in loop.
17173         (mail-source-fetch-pop): Delete.
17174         (mail-source-fetch-maildir): Ditto.
17175         (mail-source-fetch-imap): Ditto.
17176
17177         * imap.el (imap-authenticators): Comment out sasl.
17178
17179         * message.el (message-skip-to-next-address): New function.
17180         (message-fill-header-address): Refactor.
17181         (message-fill-address): Use it.
17182         (message-delete-address): Use it.
17183         (message-fill-header-general): Refactor.
17184         (message-fill-field-address): Rename.
17185         (message-narrow-to-field): Find the start of the header.
17186         (message-header-format-alist): Don't pre-fill.
17187         (message-fill-header): Remove.
17188         (message-insert-header): New function.
17189         (message-shorten-references): Use it.
17190
17191         * rfc2047.el (rfc2047-field-value): Strip props.
17192
17193         * mail-parse.el (mail-header-make-address): New alias.
17194
17195         * ietf-drums.el (ietf-drums-make-address): New function.
17196
17197         * imap.el: Add compiler directives.
17198
17199         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17200
17201         * gnus-art.el (article-decode-idna-rhs): Don't use
17202         message-idna-inside-rhs-p.
17203
17204 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17205
17206         * message.el (message-idna-inside-rhs-p): Remove.
17207         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17208
17209         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17210         false positives.
17211
17212 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17213
17214         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17215
17216 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17217
17218         * nneething.el (nneething-file-name): Don't create spurious
17219         files.
17220
17221         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17222         (gnus-inews-do-gcc): Remove sleep.
17223
17224         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17225         part under point.
17226
17227         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17228         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17229
17230 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17231
17232         * spam.el (spam-summary-prepare-exit): Fix (length).
17233
17234 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17235
17236         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17237         as expired without moving it" message when there are spam
17238         messages left.
17239
17240 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17241
17242         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17243         header is not nil.
17244
17245 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17246
17247         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17248         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17249         (nntp-marks-changed-p): New arg SERVER.
17250         (nntp-request-update-info): Adjust caller.
17251
17252 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17253
17254         * nntp.el (nntp-save-marks): Pass missing arg.
17255
17256 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17257
17258         * nntp.el: Support marks.
17259         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17260         (nntp-marks-modtime, nntp-marks-directory): New variables.
17261         (nntp-request-set-mark, nntp-request-update-info)
17262         (nntp-possibly-create-directory, nntp-marks-changed-p)
17263         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17264         New functions.
17265
17266 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17267
17268         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17269         (gnus-xmas-redefine): Rename.
17270
17271         * gnus-score.el (gnus-score-insert-help):
17272         Use gnus-select-lowest-window.
17273
17274         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17275         appt-select-lowest-window and rename to gnus-select-lowest-window.
17276
17277         * gnus.el: do.
17278
17279 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17280
17281         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17282         encodings of MIME-encoded words, in order to improve
17283         interoperability with several broken MUAs.
17284
17285 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17286
17287         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17288         tags, only when charsets are not specified in headers.
17289         (mm-inline-text-html-render-with-w3m): Ditto.
17290
17291         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17292         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17293
17294 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17295
17296         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17297         instead of MIME-decoded from fields when checking
17298         `gnus-article-address-banner-alist'.
17299
17300 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17301
17302         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17303         description rather than subject.
17304
17305 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17306
17307         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17308
17309 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17310
17311         * gnus.el (gnus-version-number): Bump.
17312
17313 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17314
17315         * gnus.el: No Gnus v0.2 is released.
17316
17317 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17318
17319         * gnus-agent.el (gnus-agent-read-agentview):
17320         Inline gnus-uncompress-range.
17321
17322 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17323
17324         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17325         `exec-installed-p'.
17326
17327 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17328
17329         * gnus.el (spam-process, spam-autodetect-methods):
17330         Add bsfilter and bsfilter-headers.
17331
17332         * spam.el (spam-bsfilter): New customize group.
17333         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17334         (spam-bsfilter-header, spam-bsfilter-probability-header)
17335         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17336         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17337         (spam-bsfilter-database-directory): New options.
17338         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17339         (spam-list-of-statistical-checks, spam-registration-functions):
17340         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17341         (spam-bsfilter-score): New command.
17342         (spam-check-bsfilter-headers, spam-check-bsfilter)
17343         (spam-bsfilter-register-with-bsfilter)
17344         (spam-bsfilter-register-spam-routine)
17345         (spam-bsfilter-unregister-spam-routine)
17346         (spam-bsfilter-register-ham-routine)
17347         (spam-bsfilter-unregister-ham-routine): New functions.
17348         (spam-generic-score): Support bsfilter; Accept an optional argument
17349         to recalcurate spam score even if scoring header has already been
17350         added.
17351         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17352         optional argument to recalcurate spam score even if scoring header
17353         has already been added.
17354
17355 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17356
17357         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17358         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17359         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17360         link is missing.
17361
17362 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17363
17364         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17365         (html2text-get-attr): Rewrite.
17366
17367         * message.el (message-setup-1): Remove redundant put-text-property
17368         on mail-header-separator.
17369
17370 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17371
17372         * gnus-registry.el (gnus-registry-cache-whitespace)
17373         (gnus-registry-action, gnus-registry-spool-action)
17374         (gnus-registry-split-fancy-with-parent): Change message levels
17375         from 5 to 3 or 7, as needed.
17376
17377         * spam.el (spam-summary-prepare-exit)
17378         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17379         (spam-split, spam-find-spam, spam-log-undo-registration)
17380         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17381         level from 5 to 6.
17382
17383 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17384
17385         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17386         2004-03-04 change).
17387
17388 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17389
17390         * sieve-manage.el (sieve-manage-open):
17391         * nnweb.el (nnweb-insert-html):
17392         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17393         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17394         * nnspool.el (nnspool-request-group):
17395         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17396         * nnml.el (nnml-request-update-info):
17397         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17398         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17399         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17400         (nnimap-request-set-mark):
17401         * nnfolder.el (nnfolder-request-update-info):
17402         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17403         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17404         * gnus-uu.el (gnus-uu-find-articles-matching):
17405         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17406         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17407         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17408         * gnus-nocem.el (gnus-nocem-scan-groups):
17409         * gnus-int.el (gnus-start-news-server):
17410         * gnus-group.el (gnus-group-make-kiboze-group)
17411         (gnus-group-browse-foreign-server):
17412         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17413         Use mapc when appropriate.
17414
17415 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17416
17417         FIXME: Make separate entries for each person.
17418
17419         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17420         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17421         <shields@msrl.com>:
17422
17423         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17424         may need for spam sorting and scoring.
17425         (spam-user-format-function-S): Add user format function suitable for
17426         general use.
17427         (spam-article-sort-by-spam-status): Add sorting function for summary
17428         sorting.
17429         (spam-extra-header-to-number): Add function to get a score from a
17430         header.
17431         (spam-summary-score): Add function to get a numeric score from the
17432         headers.
17433         (spam-generic-score): Fix function doc, was in wrong place.
17434         (spam-initialize): Take symbols when it's run, and install the
17435         extra headers that spam-necessary-extra-headers thinks we need.
17436
17437 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17438
17439         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17440         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17441
17442 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17443
17444         * gnus-sum.el (gnus-set-global-variables)
17445         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17446         (gnus-article-get-xrefs, gnus-summary-best-group)
17447         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17448         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17449         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17450         Use with-current-buffer.
17451
17452 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17453
17454         * spam.el (spam-summary-prepare-exit): Simplify logic.
17455         (spam-fetch-article-header): Read the article header if it's not
17456         available.
17457         (spam-list-articles): Simplify logic.
17458         (spam-filelist-register-routine): Fix bug with unregister-list.
17459
17460         * gnus-registry.el: Fix comments at beginning.
17461
17462 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17463
17464         * message.el (message-cater-to-broken-inn): Remove.
17465         (message-shorten-references): Make sure the total folded length of
17466         References is shorter than 998 characters to cater to a bug in INN
17467         2.3.  Also, don't pretend that references aren't folded -- this
17468         hasn't worked for a while.
17469
17470 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17471
17472         * gnus-agent.el (gnus-agentize):
17473         gnus-agent-send-mail-real-function no longer set to current value
17474         of message-send-mail-function but rather a lambda that calls
17475         message-send-mail-function.  The change makes the agent real-time
17476         responsive to user changes to message-send-mail-function.
17477
17478 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17479
17480         * legacy-gnus-agent.el
17481         (gnus-agent-convert-to-compressed-agentview): Fix typos with
17482         help from Florian Weimer <fw@deneb.enyo.de>
17483
17484 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17485
17486         * nnmail.el (nnmail-cache-insert): Revert last change.
17487
17488 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17489
17490         * nnmail.el (nnmail-cache-insert): Always check whether
17491         nnmail-cache-ignore-groups matches a group name.
17492
17493 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17494
17495         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17496         (spam-find-spam, spam-log-processing-to-registry)
17497         (spam-log-registered-p, spam-log-unregistration-needed-p)
17498         (spam-log-undo-registration): Use gnus-message instead of
17499         gnus-error, none of these errors are fatal.
17500
17501         * gnus-registry.el (gnus-registry-clean-empty-function)
17502         (gnus-registry-clean-empty): Remove only empty entries without
17503         extra data.
17504
17505 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17506
17507         * spam-stat.el (spam-stat-buffer-change-to-spam)
17508         (spam-stat-buffer-change-to-non-spam): Change (error) to
17509         (gnus-message 8) invocation.
17510
17511 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17512
17513         * nntp.el (nntp-via-netcat-command): New variable.
17514         (nntp-via-netcat-switches): New variable.
17515         (nntp-open-via-rlogin-and-netcat): New function.
17516         (nntp-open-connection-function): Doc fix.
17517         (nntp-telnet-command): Doc fix.
17518         (nntp-end-of-line): Doc fix.
17519         (nntp-via-rlogin-command): Doc fix.
17520         (nntp-via-user-name): Doc fix.
17521         (nntp-via-address): Doc fix.
17522
17523 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17524
17525         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17526         error in Emacs 21.1.
17527
17528 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17529
17530         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17531
17532 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17533
17534         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17535         (gnus-agent-with-refreshed-group): New macro.
17536         (gnus-agent-rename-group): New function.
17537         (gnus-agent-delete-group): New function.
17538         (gnus-agent-save-group-info): Use gnus-command-method when
17539         `method' parameter is nil.  Don't write nil entries into the
17540         active file.
17541         (gnus-agent-get-group-info): New function.
17542         (gnus-agent-fetch-articles):
17543         Use gnus-agent-update-files-total-fetched-for to increment disk space
17544         used.
17545         (gnus-agent-fetch-headers, gnus-agent-save-alist):
17546         Use gnus-agent-update-view-total-fetched-for to increment disk space
17547         used.
17548         (gnus-agent-get-local): Add optional parameters to avoid calling
17549         gnus-group-real-name and gnus-find-method-for-group.
17550         (gnus-agent-set-local): Delete stored entry if either min, or max,
17551         are nil.
17552         (gnus-agent-fetch-session): Reworded error/quit messages.
17553         On quit, use gnus-agent-regenerate-group to record existance of any
17554         articles fetched to disk before the quit occurred.
17555         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17556         gnus-agent-update-view-total-fetched-for, and
17557         gnus-agent-update-files-total-fetched-for to decrement disk space
17558         used.
17559         (gnus-agent-retrieve-headers):
17560         Use gnus-agent-update-view-total-fetched-for to increment disk space
17561         used.
17562         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17563         with gnus-agent-update-files-total-fetched-for to decrement disk
17564         space and fresh group buffer.
17565         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17566         (gnus-agent-need-update-total-fetched-for): New variable.
17567         (gnus-agent-update-files-total-fetched-for): New function.
17568         (gnus-agent-update-view-total-fetched-for): New function.
17569         (gnus-agent-total-fetched-for): New function.
17570
17571         * gnus-cache.el (gnus-cache-save-buffers):
17572         Use gnus-cache-update-overview-total-fetched-for to change disk space
17573         used by this group.
17574         (gnus-cache-possibly-enter-article):
17575         Use gnus-cache-update-file-total-fetched-for to increment disk space
17576         used by this group.
17577         (gnus-cache-possibly-remove-article):
17578         Use gnus-cache-update-file-total-fetched-for to decrement disk space
17579         used by this group.
17580         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17581         (gnus-cache-rename-group): New function.
17582         (gnus-cache-delete-group): New function.
17583         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17584         (gnus-cache-need-update-total-fetched-for): New variable.
17585         (gnus-cache-with-refreshed-group): New macro.
17586         (gnus-cache-update-file-total-fetched-for): New function.
17587         (gnus-cache-update-overview-total-fetched-for): New function.
17588         (gnus-cache-rename-group-total-fetched-for): New function.
17589         (gnus-cache-delete-group-total-fetched-for): New function.
17590         (gnus-cache-total-fetched-for): New function.
17591
17592         * gnus-group.el: Require gnus-sum and autoload functions to
17593         resolve warnings when gnus-group.el compiled alone.
17594         (gnus-group-line-format): Documented new %F.
17595         (size of Fetched data) group line format; identifies disk space
17596         used by agent and cache.
17597         (gnus-group-line-format-alist): Defined new F format.
17598         (gnus-total-fetched-for): New function.
17599         (gnus-group-delete-group): No longer update
17600         gnus-cache-active-altered as gnus-request-delete-group now keeps
17601         the cache in sync.
17602         (gnus-group-list-active): Let the agent store a server's active
17603         list if currently plugged.
17604
17605         * gnus-int.el (gnus-request-delete-group):
17606         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17607         local disk in sync with the server.
17608         (gnus-request-rename-group):
17609         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17610         local disk in sync with the server.
17611
17612         * gnus-start.el (gnus-get-unread-articles):
17613         Cosmetic simplification to logic.
17614
17615         * gnus-util.el (gnus-rename-file): New function.
17616
17617 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17618
17619         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17620
17621 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17622
17623         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17624         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17625
17626 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17627
17628         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17629         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17630
17631 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17632
17633         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17634
17635 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17636
17637         * spam.el (spam-set-difference): Add function to replace
17638         gnus-set-difference in spam.el.
17639         (spam-summary-prepare-exit): Use spam-set-difference.
17640
17641 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17642
17643         * gnus-registry.el (gnus-registry-cache-file): Update to use
17644         gnus-dribble-directory OR gnus-home-directory OR ~.
17645         (gnus-registry-split-fancy-with-parent): Fix doc.
17646
17647 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17648
17649         * message.el (message-exchange-point-and-mark):
17650         Use message-mark-active-p.  Suggested by Jesper Harder
17651         <harder@ifa.au.dk>.
17652
17653 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17654
17655         * message.el (message-exchange-point-and-mark): Don't activate
17656         region if it was inactive.  Suggested by Hiroshi Fujishima
17657         <pooh@nature.tsukuba.ac.jp>.
17658
17659 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * gnus-art.el (article-display-face): Display Faces in the same
17662         order as X-Faces.
17663
17664 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17665
17666         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17667
17668 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17669
17670         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17671         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17672         (gnus-article-mime-hierarchy): Remove.
17673         (gnus-article-mime-hierarchy-next): Remove.
17674         (gnus-article-mode): Revert 2004-03-19 change.
17675         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17676         (gnus-insert-mime-button): Revert 2004-03-19 change.
17677         (gnus-mime-accumulate-hierarchy): Remove.
17678         (gnus-mime-enter-multipart): Remove.
17679         (gnus-mime-leave-multipart): Remove.
17680         (gnus-mime-display-part): Revert 2004-03-19 change.
17681         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17682
17683         * mml.el (mml-preview): Revert 2004-03-19 change.
17684
17685 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17686
17687         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17688
17689 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17692         t while entering a file name using the mm-with-multibyte macro.
17693         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17694
17695         * mm-util.el (mm-with-multibyte): New macro.
17696
17697 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17698
17699         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
17700         New user option.
17701         (gnus-mime-multipart-functions): Doc and customization fix.
17702         (gnus-article-mime-hierarchy): New variable.
17703         (gnus-article-mime-hierarchy-next): New variable.
17704         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17705         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17706         gnus-article-mime-hierarchy-next to nil.
17707         (gnus-insert-mime-button): Show hierarchy numbers.
17708         (gnus-mime-accumulate-hierarchy): New function.
17709         (gnus-mime-enter-multipart): New function.
17710         (gnus-mime-leave-multipart): New function.
17711         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17712         (gnus-mime-display-alternative): Show hierarchy numbers.
17713
17714         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17715         gnus-article-mime-hierarchy-next to nil.
17716
17717 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17718
17719         * dns.el: Don't require gnus-xmas.
17720
17721 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17722
17723         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17724         inline PGP.
17725         (mml-menu): Disable mml-quote-region if mark is inactive.
17726
17727 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17728
17729         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17730         when the group's active is not available.
17731
17732 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17733
17734         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17735         error.
17736
17737 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17738
17739         * imap.el (imap-store-password): New variable.
17740         (imap-interactive-login): Use it.
17741         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17742
17743 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17744
17745         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17746         window-start and hscroll to summary window.
17747
17748 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17749
17750         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17751         conversion message to newsrc-dribble when an actual conversion is
17752         performed.
17753
17754 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17755
17756         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17757
17758 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17759
17760         * mm-decode.el (mm-complicated-handles): New function reviving
17761         former definition of mm-multiple-handles.
17762
17763         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17764         (gnus-mime-delete-part): Use it.
17765
17766 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17767
17768         * gnus-agent.el (gnus-agent-read-local):
17769         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
17770         avoid the implicit assumption that they will always be equal.
17771         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17772         coding-system-for-write, as the with-temp-file macro first prints
17773         to a buffer then saves the buffer.
17774
17775 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17776
17777         * gnus-art.el (gnus-article-edit-part): New function.
17778         (gnus-mime-save-part-and-strip): Use it; do query instead of
17779         signaling an error; don't use mm-multiple-handles.
17780         (gnus-mime-delete-part): Ditto.
17781
17782 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17783
17784         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
17785         old file versions.
17786         (gnus-group-prepare-hook): Remove function that converted list
17787         form of gnus-agent-expire-days to group properties.
17788
17789         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17790         (gnus-request-accept-article): Re-indented.
17791
17792         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17793         converters to handle old agent file formats.  Add logic for a
17794         "backup before upgrading warning".
17795         (gnus-convert-mark-converter-prompt): Developers can mark
17796         functions as needing (default), or not needing,
17797         gnus-convert-old-newsrc's "backup before upgrading warning".
17798         (gnus-convert-converter-needs-prompt): Tests whether the user
17799         should be protected from potentially irreversable changes by the
17800         function.
17801
17802         * legacy-gnus-agent.el: New.  Provides converters that are only
17803         loaded when gnus-convert-old-newsrc needs to call them.
17804
17805 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17806
17807         * mail-source.el (mail-source-touch-pop): Doc fix.
17808
17809         * message.el (message-smtpmail-send-it): Doc fix.
17810
17811 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17812
17813         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17814
17815         * nnmail.el (nnmail-split-fancy): do.
17816
17817         * gnus-kill.el (gnus-kill, gnus-execute): do.
17818
17819 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17820
17821         * gnus-sum.el (gnus-widget-reversible-match)
17822         (gnus-widget-reversible-to-internal)
17823         (gnus-widget-reversible-to-external): New functions.
17824         (gnus-widget-reversible): New widget.
17825         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17826
17827 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17828
17829         * gnus-sum.el (gnus-thread-sort-functions)
17830         (gnus-article-sort-functions): Document `(not F)' items.
17831
17832 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17833
17834         * spam.el (spam-use-gmane-xref): Add new backend.
17835         (spam-gmane-xref-spam-group): Add variable to control the name of the
17836         Gmane spam group.
17837         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17838         (spam-regex-headers-spam, spam-regex-headers-ham)
17839         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17840         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17841         backends and checks.
17842         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17843
17844         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17845         an autodetect method.
17846
17847 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17848
17849         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17850         articles are being added to a group.
17851         (gnus-request-replace-article): Inform the agent that articles
17852         need to be uncached as the cached contents are no longer valid.
17853
17854 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17855
17856         * binhex.el: Don't autoload executable-find.
17857
17858         * canlock.el: Don't autoload mail-fetch-field.
17859
17860         * dgnushack.el: Autoload c-mode for XEmacs.
17861
17862         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17863
17864         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17865         rmail-dont-reply-to and rmail-output.
17866
17867         * gnus-score.el: Don't autoload ffap-string-at-point.
17868
17869         * gnus-setup.el: Don't autoload sc-cite-original.
17870
17871         * imap.el: Don't autoload base64-decode-string,
17872         base64-encode-string and md5.
17873
17874         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17875         and rmail-msg-restore-non-pruned-header.
17876
17877         * mm-decode.el: Don't autoload executable-find.
17878
17879         * mm-url.el: Don't autoload executable-find.
17880
17881         * mm-view.el: Don't autoload diff-mode.
17882
17883         * nndb.el: Don't autoload news-reply-mode, news-setup,
17884         cancel-timer and telnet.
17885
17886         * password.el: Don't autoload run-at-time for Emacs.
17887
17888         * sha1-el.el: Don't autoload executable-find.
17889
17890         * sieve-mode.el: Don't autoload c-mode.
17891
17892         * uudecode.el: Don't autoload executable-find.
17893
17894 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17895
17896         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
17897         (gnus-agent-possibly-alter-active): Avoid null in numeric
17898         comparison.
17899         (gnus-agent-set-local): Refuse to save null in local object table.
17900         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17901         list of articles that will be marked as unread.
17902
17903 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17904
17905         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17906
17907 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17908
17909         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17910         language tags.
17911
17912 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17913
17914         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17915         Don't bind "obarray".
17916
17917         * gnus-sum.el (gnus-thread-sort-functions):
17918         Add `gnus-thread-sort-by-most-recent-number' and
17919         `gnus-thread-sort-by-most-recent-date'.
17920         Reported by Kai Grossjohann <kai@emptydomain.de>.
17921
17922 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17923
17924         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17925
17926 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17927
17928         * gnus-cus.el (gnus-agent-customize-category):
17929         Remove ignore-errors macro reference that required cl to be loaded at
17930         run-time.
17931
17932         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17933         single-interval range of the form (min . max).  Previously the
17934         range had to look like ((min . max)).  Likewise, return
17935         (min . max) rather than ((min . max)).
17936         (gnus-range-map): Use gnus-range-normalize to accept
17937         single-interval range.
17938
17939         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17940         the cache, but not the agent, now appear with their usual face.
17941
17942         * dgnushack.el (loaddir): New variable that is bound to the
17943         directory containing the dgnushack.el file. Use loaddir, rather
17944         than srcdir, to update load-path. Change lets dgnushack compile
17945         code in directories other than GNUS/lisp.
17946
17947 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17948
17949         * lpath.el: Don't bind w3m-safe-url-regexp.
17950
17951         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17952         w3m-safe-url-regexp variable buffer-local.
17953
17954         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17955
17956 2004-02-27  Simon Josefsson  <jas@extundo.com>
17957
17958         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17959         gnus-group-real-prefix.
17960         (gnus-summary-move-article): Use it, instead of
17961         gnus-group-real-prefix.
17962
17963 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17964
17965         * lpath.el: Bind w3m-safe-url-regexp.
17966
17967         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17968         w3m-safe-url-regexp variable buffer-local and set it as the value
17969         of mm-w3m-safe-url-regexp.
17970
17971         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17972
17973         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17974         parsing gnus-posting-styles when the message is not for replying.
17975
17976         * dgnushack.el: Autoload sgml-mode for XEmacs.
17977
17978         * nnrss.el (nnrss-opml-export):
17979         Use mm-set-buffer-file-coding-system instead of
17980         set-buffer-file-coding-system.
17981
17982 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17983
17984         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17985         of checkdoc.el).
17986         * nnrss.el: do.
17987         * gnus-mlspl.el: do.
17988         * gnus-ml.el: do.
17989         * gnus-srvr.el: do.
17990
17991         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17992
17993 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17994
17995         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17996         Corrections to custom-manual links.
17997
17998         * gnus-art.el (gnus-article): Ditto.
17999
18000         * mm-decode.el (mime-display, mime-security): Ditto.
18001
18002 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18003
18004         * flow-fill.el: Typo.
18005
18006 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18007
18008         * spam-wash.el: New file.
18009
18010 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18011
18012         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18013
18014 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18015
18016         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18017         to be run with new-articles as LIST1, not LIST2.
18018         (spam-registration-functions): Add spam-use-ham-copy as a nil
18019         registration backend.
18020
18021 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18022
18023         * spam-stat.el (spam-stat-washing-hook): New option.
18024         (spam-stat-buffer-words): Use it.
18025         (spam-stat-process-directory, spam-stat-test-directory):
18026         Use insert-file-contents-literally.
18027         (spam-stat-coding-system): New variable.
18028         (spam-stat-load, spam-stat-save): Use it.
18029
18030 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18031
18032         * spam-report.el (spam-report-plug-agent):
18033         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18034
18035 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18036
18037         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18038         Allow / in mailto URLs.
18039
18040 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18041
18042         * spam-report.el (spam-report-process-queue): Fix interactive use.
18043         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18044         (spam-report-unplug-agent): Doc fixes.
18045         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18046         (spam-report-agentize, spam-report-deagentize): Autoload.
18047
18048 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18049
18050         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
18051
18052         * message.el (message-setup-fill-variables): Add mml tags to
18053         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18054         <ajk@iu.edu>.
18055         (message-mode): Don't modify paragraph-separate there.
18056
18057 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18058
18059         * compface.el (uncompface-use-external): Default to undecided.
18060         (uncompface-use-external-threshold): New variable.
18061         (uncompface-float-time): New macro.
18062         (uncompface): Determine whether to use the external decoder if
18063         uncompface-use-external is undecided.
18064
18065 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18066
18067         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18068         after images.
18069
18070         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18071
18072 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18073
18074         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18075
18076         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18077
18078         * gnus-sum.el (gnus-summary-limit-to-age)
18079         (gnus-summary-limit-children): do.
18080
18081         * gnus-int.el (gnus-request-scan): do.
18082
18083         * gnus-group.el (gnus-group-suspend): do.
18084
18085         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18086
18087         * gnus-cite.el (gnus-cite-parse-attributions): do.
18088
18089         * gnus-agent.el (gnus-summary-set-agent-mark)
18090         (gnus-agent-regenerate-group): do.
18091
18092         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18093
18094         * binhex.el (binhex-decode-region-internal): do.
18095
18096 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18097
18098         * gnus-fun.el (gnus-face-properties-alist): New user option.
18099         (gnus-display-x-face-in-from): Use it.
18100
18101         * gnus-art.el (article-display-face): Ditto.
18102
18103         * compface.el (uncompface-use-external): Default to nil.
18104
18105 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18106
18107         * nntp.el (nntp-erase-buffer): New function.
18108         (nntp-retrieve-data, nntp-send-command)
18109         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18110         (nntp-possibly-change-group): Use it.
18111
18112         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18113         Use with-current-buffer.
18114
18115 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18116
18117         * compface.el: Merge the ELisp-based uncompface program.
18118         (compface): New customization group.
18119         (uncompface-use-external): New user option.
18120         (uncompface): Call uncompface-internal if uncompface-use-external
18121         is nil.
18122         (uncompface-internal): New function.  Note that there are also
18123         some other functions and variables added for this function.
18124
18125 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18126
18127         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18128         if necessary.
18129
18130 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18131
18132         * spam-report.el (spam-report-unplug-agent)
18133         (spam-report-plug-agent, spam-report-deagentize)
18134         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18135         Add support for the Agent in spam-report: when unplugged, report to a
18136         file; when plugged, submit all the requests.
18137
18138         * spam.el (spam-register-routine): Fix message about
18139         registration.
18140
18141 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18142
18143         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18144         dependencies.
18145         (rfc2047-encode): Use it.
18146
18147         * gnus-art.el (gnus-button-marker-list): Move before first
18148         reference.
18149
18150         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18151         (imap-parse-body): Fix format string mismatch.
18152
18153         * gnus-score.el (gnus-summary-increase-score): do.
18154
18155         * nnrss.el (nnrss-close): New function.
18156
18157 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18158
18159         * nnrss.el (nnrss-make-filename): New function.
18160         (nnrss-request-delete-group, nnrss-read-server-data)
18161         (nnrss-save-server-data, nnrss-read-group-data)
18162         (nnrss-save-group-data): Use it.
18163         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18164         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18165         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18166
18167 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18168
18169         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18170
18171 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18172
18173         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18174         files.
18175
18176         * message.el (message-generate-headers-first): Don't quote nil
18177         and t in docstrings.
18178
18179         * imap.el (imap-id): do.
18180
18181         * gnus-agent.el (gnus-agent-consider-all-articles)
18182         (gnus-agent-queue-mail): do.
18183
18184 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18185
18186         * spam-report.el (spam-report-process-queue): New function.
18187         Process requests from `spam-report-requests-file'.
18188         (spam-report-process-queue): Doc fix.
18189
18190 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18191
18192         * spam.el (spam-register-routine)
18193         (spam-log-processing-to-registry, spam-log-registered-p)
18194         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18195         Change "check" to "spam-check" for semi-clarity.
18196
18197 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18198
18199         * pop3.el: Require nnheader.
18200
18201         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18202
18203         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18204
18205         * gnus-picon.el: Require cl.
18206
18207         * gnus-fun.el: Require gnus-ems and gnus-util.
18208
18209         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18210
18211         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18212
18213         * gnus-art.el (gnus-article-edit-mode): Define before first
18214         reference.
18215
18216 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18217
18218         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18219         (gnus-uu-post-encoded): Use point-at-bol.
18220
18221         * gnus-topic.el (gnus-group-active-topic-p): do.
18222
18223         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18224
18225         * gnus-group.el (gnus-group-kill-region): do.
18226
18227         * gnus-art.el (article-date-ut): do.
18228
18229         * message.el (message-fetch-field): Remove redundant
18230         case-fold-search binding.
18231         (message-narrow-to-field): Simplify.
18232
18233 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18234
18235         * spam.el (spam-directory): Derive from `gnus-directory'.
18236
18237         * spam-report.el (spam-report-url-to-file)
18238         (spam-report-requests-file): New function and variable for offline
18239         reporting.
18240         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18241         and user defined function.
18242         (spam-report-url-ping-mm-url): Remove doubled slash.
18243
18244 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18245
18246         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18247
18248 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18249
18250         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18251         Fix format string mismatch.
18252
18253         * sieve.el (sieve-deactivate-all): do.
18254
18255         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18256
18257         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18258
18259         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18260
18261         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18262
18263 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18264
18265         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18266         the list of checks.
18267
18268 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18269
18270         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18271         padding.
18272
18273 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18274
18275         * mm-view.el (mm-fill-flowed): New variable.
18276         (mm-inline-text): Use it.
18277
18278 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18279
18280         * spam.el (spam-spamassassin-register-ham-routine)
18281         (spam-spamassassin-register-spam-routine): Fix function names.
18282
18283 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18284
18285         * gnus.el (gnus-tmp-grouplens): Remove.
18286         (gnus-summary-line-format): Remove grouplens.
18287
18288         * gnus-group.el (gnus-group-line-format): Ditto.
18289
18290         * gnus-spec.el (gnus-format-specs): Ditto.
18291         (gnus-update-format-specifications): Flush the group format spec
18292         cache if there's the grouplens stuff.
18293         (gnus-parse-simple-format): Replace %l with the empty string.
18294
18295 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18296
18297         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18298         omission.
18299
18300 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18301
18302         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18303         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18304
18305 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18306
18307         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18308         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18309         New macros and functions.
18310         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18311         Handle > NLINK_MAX messages.
18312         * nnmaildir.el (nnmaildir-request-set-mark):
18313         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18314
18315 2004-01-25  Alex Schroeder  <alex@gnu.org>
18316
18317         * spam-stat.el (spam-stat-process-directory-age): New option.
18318         (spam-stat-process-directory): Use it.
18319
18320 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18321
18322         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18323         (spam-stat-save): Accept prefix argument.
18324
18325 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18326
18327         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18328         links" error.
18329
18330 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18331
18332         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18333         the rest of the and/or forms.
18334
18335 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18336
18337         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18338         compatibility with old .newsrc.eld files.
18339
18340         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18341
18342         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18343
18344         * gnus-start.el (gnus-1): do.
18345
18346         * gnus-group.el (gnus-group-line-format-alist): do.
18347
18348         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18349
18350         * gnus-gl.el: Remove.
18351
18352 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18353
18354         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18355         marks consisting of a single range {for example, (3 . 5)} rather
18356         than a list of a single range { ((3 . 5)) }.
18357
18358 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18359
18360         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18361         Use with-current-buffer.
18362         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18363         avoid consing a string.
18364
18365         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18366         Remove obsolete entries for big5 and gb2312.
18367
18368 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18369
18370         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18371         uncompressed list.
18372
18373 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18374
18375         * spam-stat.el (spam-stat-strip-xref): New function.
18376         (spam-stat-process-directory): Use it.
18377
18378         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18379         here -- it's done in message-fetch-field.
18380
18381 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18382
18383         * gnus-agent.el (gnus-agent-queue-mail)
18384         (gnus-agent-prompt-send-queue): New variables.
18385         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18386         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18387         "nndraft:queue" along to gnus-draft-send.
18388         Use gnus-agent-prompt-send-queue.
18389         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18390         is "nndraft:queue".  Suggested by Gaute Strokkenes
18391         <gs234@srcf.ucam.org>
18392
18393         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18394         (agent-enable-undownloaded-faces): Add.
18395         (gnus-agent-cat-groups): Use eval-and-compile, not
18396         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18397         method of gnus-agent-cat-groups even when the buffer has been
18398         evaled.
18399         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18400         delete gnus-agent-save-active-1.
18401         (gnus-agent-save-groups): Delete.  Identical to
18402         gnus-agent-save-active.
18403         (gnus-agent-write-active): No longer adjust agent's copy of active
18404         file as agent's adjustments are now stored in their own
18405         file.  Remove optional parameter.
18406         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18407         servers.  Add use of min/max range limits from server's local
18408         file.
18409         (gnus-agent-save-alist): Remove unused optional argument.
18410         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18411         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18412         (gnus-agent-set-local): A per-server file that keeps min/max range
18413         limits for articles known to the agent.  Provides a fast mechanism
18414         for altering many active ranges.
18415         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18416         active file (local makes it unnecessary).
18417         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18418
18419         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18420         (agent-enable-undownloaded-faces): Add.
18421
18422         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18423         disable it when sending to "nndraft:queue".
18424         (gnus-group-send-queue): Add safety check to avoid sending queue
18425         when unplugged.
18426
18427         * gnus-group.el (gnus-group-catchup): Use new
18428         gnus-sequence-of-unread-articles, not
18429         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18430         numbers of articles.  Use gnus-range-map to avoid having to
18431         uncompress the unread list.
18432         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18433         Fix invalid ange-ftp reference.
18434
18435         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18436         (gnus-sorted-range-intersection): Intersection of two ranges
18437         without requiring that they first be uncompressed.
18438
18439         * gnus-start.el (gnus-activate-group): Unless blocked by the
18440         caller, possibly expand the active range to include both cached
18441         and agentized articles.
18442         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18443         multiple version-dependent converters.
18444         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18445         gnus-agent-save-active.
18446         (gnus-save-newsrc-file): Save dirty agent range limits.
18447
18448         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18449         gnus-agent-possibly-alter-active.
18450         (gnus-adjust-marked-articles): Faster handling of simple lists.
18451
18452 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18453
18454         * spam-stat.el (spam-stat-test-directory): New optional argument
18455         displays a list of files detected.  Suggested by Andrew Cohen
18456         <cohen@andy.bu.edu>.
18457         (spam-stat-buffer-words-with-scores): Don't narrow and change
18458         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18459
18460 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18461
18462         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18463         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18464         (spam-spamassassin-arguments)
18465         (spam-spamassassin-spam-flag-header)
18466         (spam-spamassassin-positive-spam-flag-header)
18467         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18468         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18469         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18470         (spam-list-of-processors, spam-list-of-checks)
18471         (spam-list-of-statistical-checks, spam-registration-functions)
18472         (spam-check-spamassassin-headers, spam-check-spamassassin)
18473         (spam-spamassassin-score)
18474         (spam-spamassassin-register-with-sa-learn)
18475         (spam-spamassassin-register-spam-routine)
18476         (spam-spamassassin-register-ham-routine)
18477         (spam-assassin-register-spam-routine)
18478         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18479         (spam-bogofilter-score): Fix to show article before scoring.
18480
18481 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18482
18483         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18484         default scoring function.
18485         (spam-generic-score): Call spam-spamassassin-score if
18486         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18487         spam-bogofilter-score otherwise.
18488
18489         * gnus.el (spam-process, spam-autodetect-methods):
18490         Add spamassassin and spamassassin-headers.
18491
18492 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18493
18494         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18495         Suppress unnecessary messages.
18496
18497 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18498
18499         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18500         make-hash-table.
18501
18502 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18503
18504         * canlock.el (base64-encode-string): Don't autoload it.
18505
18506 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18507
18508         * run-at-time.el: Remove useless (require 'itimer),
18509         eval-and-compile and (featurep 'xemacs).
18510
18511 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18512
18513         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18514         GROUP is a virtual group.
18515
18516 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18517
18518         * gnus.el: Autoload `message-y-or-n-p'.
18519
18520 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18521
18522         * pgg-parse.el: Remove unnecessary (require 'custom).
18523
18524         * pgg-def.el: do.
18525
18526         * nnmail.el: do.
18527
18528         * gnus-undo.el: do.
18529
18530         * gnus-picon.el: do.
18531
18532         * gnus-util.el: do.
18533
18534 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18535
18536         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18537
18538 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18539
18540         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18541         handle, as well as a list.
18542
18543         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18544         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18545         (mm-w3m-cid-retrieve): Simplify.
18546
18547 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18548
18549         * message.el (message-kill-to-signature): Allow prefix arg to
18550         specify number of lines to keep before signature.
18551
18552 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18553
18554         * message.el (message-kill-to-signature): Change docstring.
18555
18556 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18557
18558         * canlock.el: Always require sha1-el.
18559         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18560
18561         * message.el: Autoload sha1 only when compiling.
18562
18563         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18564         eudc-expand-inline for XEmacs.
18565
18566 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18567
18568         * message.el (message-canlock-generate): Require sha1-el.
18569
18570 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18571
18572         * message.el (message-expand-name): Silence the byte compiler.
18573
18574         * lpath.el: Add detect-coding-system.
18575
18576         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18577         cus-edit.
18578
18579 2004-01-13  Simon Josefsson  <jas@extundo.com>
18580
18581         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18582         Invoke gnus-score-mode.
18583         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18584
18585         * gnus-range.el (gnus-compress-sequence): Doc fix.
18586         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
18587
18588 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18589
18590         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18591
18592 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18593
18594         * spam.el (spam-get-article-as-string): Update to use
18595         gnus-request-article-this-buffer, much simpler.
18596         (spam-get-article-as-buffer): Remove.
18597
18598 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18599
18600         * message.el (message-expand-name): Use EUDC if the user uses that.
18601
18602 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18603
18604         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18605         character for the encoding to avoid consing a string.
18606
18607         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18608         unnecessarily.
18609
18610         * mm-util.el (mm-replace-chars-in-string): Remove.
18611
18612         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18613         of mm-replace-chars-in-string.
18614
18615 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18616
18617         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18618
18619         * mm-util.el (mm-subst-char-in-string): Support inplace.
18620
18621         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18622         a new string in every iteration.  Use shy groups.
18623
18624 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18625
18626         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18627         * gnus-soup.el (gnus-soup-group-brew):
18628         * gnus-msg.el (gnus-put-message):
18629         * gnus-move.el (gnus-group-move-group-to-server):
18630         * gnus-kill.el (gnus-batch-score):
18631         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18632         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18633         (gnus-group-update-group, gnus-group-read-group)
18634         (gnus-group-make-group, gnus-group-make-help-group)
18635         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18636         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18637         (gnus-group-sort-by-unread, gnus-group-catchup)
18638         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18639         (gnus-group-yank-group, gnus-group-set-info)
18640         (gnus-group-list-groups):
18641         * gnus.el (gnus-generate-new-group-name):
18642         * gnus-delay.el (gnus-delay-send-queue):
18643         * nnvirtual.el (nnvirtual-catchup-group):
18644         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18645         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18646         (gnus-group-prepare-topics, gnus-topic-check-topology):
18647         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18648         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18649         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18650         (gnus-group-make-articles-read):
18651         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18652         (gnus-group-change-level, gnus-kill-newsgroup)
18653         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18654         (gnus-get-unread-articles, gnus-make-articles-unread)
18655         (gnus-make-ascending-articles-unread): Use accessor
18656         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18657         to get group information for improved readability.
18658
18659
18660 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18661
18662         * gnus-art.el (article-decode-mime-words, article-babel)
18663         (gnus-article-highlight-signature, gnus-article-add-buttons)
18664         (gnus-signature-toggle): Use gnus-with-article-buffer.
18665
18666         * gnus-art.el (gnus-article-highlight-headers)
18667         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18668
18669         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18670         (gnus-article-set-globals, gnus-request-article-this-buffer)
18671         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18672         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18673         (gnus-mime-display-alternative): Use with-current-buffer.
18674
18675 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18676
18677         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18678         also under 80 char limit, and call gnus-error if needed.
18679         (spam-fetch-article-header): Fix - it was a
18680         buffer-local variable (gnus-newsgroup-data).
18681         (spam-find-spam): Use spam-generate-fake-headers, forget about
18682         spam-insert-fake-headers.
18683         (spam-insert-fake-headers): Remove.
18684
18685 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18686
18687         * deuglify.el (gnus-article-outlook-unwrap-lines)
18688         (gnus-outlook-rearrange-article)
18689         (gnus-outlook-repair-attribution-outlook)
18690         (gnus-outlook-repair-attribution-block)
18691         (gnus-outlook-repair-attribution-other): Remove redundant
18692         save-excursion.
18693
18694 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18695
18696         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18697         (spam-fetch-field-subject-fast)
18698         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18699         (spam-fetch-article-header): Add functions to deal with Gnus
18700         internals for fast retrieval of article header data.
18701         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18702
18703 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18704
18705         * pop3.el (pop3-md5): Remove.
18706         (pop3-apop): Replace pop3-md5 with md5.
18707
18708         * mm-bodies.el: base64 is always built-in.
18709
18710         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
18711         Use with-current-buffer.
18712
18713 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18714
18715         * canlock.el (canlock-insert-header): Remove excessive grouping in
18716         regexp.
18717
18718         * gnus-sum.el (gnus-summary-read-document): Ditto.
18719
18720         * gnus-uu.el (gnus-uu-part-number): Ditto.
18721
18722         * html2text.el (html2text-remove-tags): Ditto.
18723         (html2text-format-tags): Ditto.
18724         (html2text-format-single-elements): Ditto.
18725
18726         * mml.el (mml-parse-1): Ditto.
18727
18728 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18729
18730         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18731
18732         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18733
18734         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18735
18736         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18737
18738 2003-11-15  Simon Josefsson  <jas@extundo.com>
18739
18740         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18741         (pgg-gpg-lookup-key): Use regexp match instead of
18742         split-string (split-string is different between emacs 21.2 and
18743         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18744
18745 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18746
18747         * gnus-art.el (gnus-mime-view-all-parts)
18748         (gnus-article-part-wrapper, gnus-article-view-part):
18749         Use with-current-buffer.
18750
18751 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18752
18753         * spam.el (spam-disable-spam-split-during-ham-respool)
18754         (spam-spamoracle-database, spam-cache-lookups)
18755         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18756         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18757         (spam-group-ham-marks, spam-group-spam-marks)
18758         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18759         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18760         also add spam-use-blackholes to the statistical checks.
18761         (spam-fetch-field-fast): Add interface to fetching fields, may
18762         become a macro.
18763         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18764         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18765         (spam-insert-fake-headers): Fake an article when needed.
18766         (spam-find-spam): Fake article when possible.
18767         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18768         (spam-check-bogofilter-headers): Use message-fetch-field instead
18769         of nnmail-fetch-field.
18770
18771 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18772
18773         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18774
18775 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18776
18777         * spam.el (spam-split): Do not require spam-use-CHECK to be
18778         enabled if that check is passed to spam-split explicitly; also
18779         fix so 'spam doesn't get converted to spam-split-group when
18780         spam-split-symbolic-return is t.
18781         (spam-find-spam): Find registrations of the article and use those
18782         instead of re-running spam-split to find the spam/ham
18783         classification of the article.
18784         (spam-log-processing-to-registry, spam-log-registered-p)
18785         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18786         Use gnus-error instead of gnus-message.
18787         (spam-log-registration-type): Add function to determine the
18788         classification of a message based on registry entries; will
18789         return nil if both 'spam and 'ham are found.
18790         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18791         a reasonably fast local cache without the loading errors.
18792         (spam-cache-lookups): Set to t by default.
18793         (spam-find-spam): Don't try to guess spam-cache-lookups.
18794         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18795         spam-caches entry.
18796         (spam-filelist-build-cache, spam-filelist-check-cache):
18797         Fix caching of whitelist/blacklist entries.
18798         (spam-check-whitelist, spam-check-blacklist):
18799         Invoke spam-from-listed-p with a type, not a cache variable.
18800         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18801
18802 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18803
18804         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18805
18806         * nnmail.el (nnmail-split-fancy): do.
18807
18808         * mml.el (mml-parse): do.
18809
18810         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18811         (gnus-score-adaptive): do.
18812
18813 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18814
18815         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18816         (gnus-mime-button-map): Don't set keymap parent.
18817         (gnus-button-ctan-directory-regexp): Use shy grouping.
18818         (gnus-prev-page-map): Don't set keymap parent.
18819         (gnus-prev-page-map): Remove duplicated one.
18820         (gnus-next-page-map): Don't set keymap parent.
18821         (gnus-mime-security-button-map): Ditto.
18822
18823         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18824         version number.
18825
18826         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18827
18828 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18829
18830         * canlock.el (canlock-sha1-function): Remove.
18831         (canlock-sha1-function-for-verify): Remove.
18832         (canlock-openssl-program): Remove.
18833         (canlock-openssl-args): Remove.
18834         (canlock-ignore-errors): Remove.
18835         (canlock-sha1-with-openssl): Remove.
18836         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18837         (canlock-verify): Don't use canlock-ignore-errors.
18838
18839         * sha1-el.el (sha1-string-external): Make it can return a string
18840         in binary form.
18841         (sha1-region-external): Ditto.
18842         (sha1-string-internal): Ditto.
18843         (sha1-region-internal): Ditto.
18844         (sha1-region): Ditto.
18845         (sha1-string): Ditto.
18846         (sha1): Ditto.
18847
18848 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18849
18850         * spam.el (spam-report-articles-gmane): New command.
18851
18852 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18853
18854         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18855
18856         * run-at-time.el (run-at-time-saved): Remove.
18857         (run-at-time): Doc fix.
18858
18859 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18860
18861         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18862         (gnus-summary-limit-map): Add it.
18863         (gnus-summary-make-menu-bar): do.
18864
18865 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18866
18867         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18868         Make attempt at some caching support (done for BBDB only now).
18869         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18870         addresses to be checked.
18871         (spam-clear-cache-BBDB): Add function, to be invoked by
18872         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18873         (spam-check-BBDB): Check and use the caches, if
18874         spam-cache-lookups is on, remove superfluous (provide).
18875
18876 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18877
18878         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
18879
18880 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18881
18882         * run-at-time.el (run-at-time-saved): Move to after the definition
18883         of `run-at-time'.
18884
18885         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18886
18887 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18888
18889         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18890         mm-w3m-local-map-property.
18891
18892         * mm-view.el (mm-w3m-mode-map): Remove.
18893         (mm-w3m-local-map-property): Remove.
18894         (mm-inline-text-html-render-with-w3m): Don't use
18895         mm-w3m-local-map-property.
18896
18897 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18898
18899         * run-at-time.el: New file.
18900
18901         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18902         under Emacs.
18903
18904         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18905         of gnus-set-text-properties.
18906
18907         * gnus-uu.el (gnus-uu-save-article): Ditto.
18908
18909         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18910
18911         * gnus-cite.el (gnus-cite-parse): Ditto.
18912
18913         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18914         of gnus-.
18915
18916         * gnus-xmas.el (run-at-time): Require run-at-time.
18917
18918         * gnus.el: Change calls to nnheader-run-at-time and
18919         password-run-at-time throughout to use run-at-time directly.
18920
18921         * password.el: Remove definition of run-at-time.
18922
18923         * nnheaderxm.el: Remove definition of run-at-time.
18924
18925 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18926
18927         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18928         in prompt.
18929
18930 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18931
18932         * messagexmas.el (message-xmas-redefine): Alias
18933         `message-make-caesar-translation-table' to
18934         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18935         version.
18936
18937         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18938         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18939         `gnus-xmas-set-text-properties'.
18940         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18941         `gnus-xmas-completing-read'.
18942         (gnus-xmas-completing-read): Removed.
18943         (gnus-xmas-open-network-stream): Removed.
18944
18945         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18946         XEmacs version.
18947
18948         * dns.el (dns-make-network-process): Use `open-network-stream'
18949         instead of `gnus-xmas-open-network-stream'.
18950
18951         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18952
18953         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18954
18955 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18956
18957         * gnus-art.el (gnus-mime-display-alternative)
18958         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18959         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18960         Don't use gnus-local-map-property.
18961
18962         * gnus-util.el (gnus-local-map-property): Remove.
18963
18964         * mm-view.el (mm-view-pkcs7-decrypt):
18965         Replace gnus-completing-read-maybe-default with completing-read.
18966
18967         * gnus-util.el (gnus-completing-read): do.
18968         (gnus-completing-read-maybe-default): Remove.
18969
18970 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18971
18972         * password.el: Only autoload `run-at-time' if not XEmacs.
18973         Only autoload the itimer functions if XEmacs.
18974
18975 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18976
18977         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18978         XEmacsen.
18979
18980         * dgnushack.el: Autoload executable-find for XEmacs.
18981
18982 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18983
18984         * gnus-art.el (gnus-read-string): Remove.
18985         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18986         read-string.
18987
18988 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18989
18990         * netrc.el: Autoload password-read.
18991         (netrc): Add configuration group.
18992         (netrc-encoding-method, netrc-openssl-path):
18993         Add variables for encoding and decoding of files with symmetric
18994         ciphers.
18995         (netrc-encode): Add assistant function to encode a file with
18996         netrc-encoding-method.
18997         (netrc-parse): Add interactive parameter, added optional
18998         decoding if netrc-encoding-method is non-nil but otherwise
18999         behavior is standard.
19000         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19001         Do s/encode/encrypt/ everywhere.
19002
19003         * spam.el: Remove executable-find autoload.
19004
19005 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19006
19007         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19008
19009         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19010
19011 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19012
19013         * gnus-art.el (gnus-treat-ansi-sequences)
19014         (article-treat-ansi-sequences): New variable and function.
19015         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19016
19017         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19018         Use it.
19019
19020 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19021
19022         * mm-util.el (mm-quote-arg): Remove.
19023
19024         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19025         shell-quote-argument.
19026
19027         * gnus-uu.el (gnus-uu-command): do.
19028
19029         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19030
19031         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19032         with make-char.
19033
19034         * mm-util.el (mm-make-char): Remove.
19035
19036         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19037         add-minor-mode.
19038
19039         * gnus-undo.el (gnus-undo-mode): do.
19040
19041         * gnus-topic.el (gnus-topic-mode): do.
19042
19043         * gnus-sum.el (gnus-dead-summary-mode): do.
19044
19045         * gnus-start.el (gnus-slave-mode): do.
19046
19047         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19048
19049         * gnus-ml.el (gnus-mailing-list-mode): do.
19050
19051         * gnus-gl.el (gnus-grouplens-mode): do.
19052
19053         * gnus-draft.el (gnus-draft-mode): do.
19054
19055         * gnus-dired.el (gnus-dired-mode): do.
19056
19057         * gnus-ems.el (gnus-add-minor-mode): Remove.
19058
19059         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19060         Replace gnus-char-width with char-width.
19061
19062         * gnus-ems.el (gnus-char-width): Remove.
19063
19064         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19065         Replace gnus-char-width with char-width.
19066
19067         * gnus-ems.el (gnus-char-width): Remove.
19068
19069         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19070         definition.
19071         Remove Emacs 20 hash table compatibility code.
19072
19073         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19074         20 compatibility code.
19075
19076         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19077
19078         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19079
19080         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19081         Replace with point-at-{eol,bol}.
19082
19083         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19084
19085         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19086
19087         * flow-fill.el (fill-flowed-point-at-bol)
19088         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19089
19090         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19091         Replace with point-at-{eol,bol} throughout all files.
19092
19093 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19094
19095         * ntlm.el (ntlm-string-as-unibyte): New macro.
19096         (ntlm-build-auth-response): Use it.
19097
19098         Remove Emacs 20 stuff:
19099         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
19100         (butlast, mapc, remove): Remove the compiler macros.
19101         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19102         of delq and copy-sequence.
19103         * gnus-art.el (popup-menu): Remove the compiler macro.
19104         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19105         Emacs 20.
19106
19107 2004-01-05  Simon Josefsson  <jas@extundo.com>
19108
19109         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19110         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19111         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19112         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19113         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19114         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19115         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19116         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19117         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19118         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19119         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19120         string-xor into ntlm-string-xor.
19121         Suggested by Jesper Harder <harder@myrealbox.com>.
19122
19123         * ntlm.el: Don't include poem.
19124
19125         * md4.el (print-int32, print-string-hexa): Remove.
19126         Suggested by Jesper Harder <harder@myrealbox.com>.
19127
19128         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19129
19130         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19131         probably breaks emacs with DL patch, but do we care? Is anyone
19132         still using the DL stuff?)
19133
19134         * sieve-manage.el: Use the password package.
19135         (sieve-manage-read-passwd): Remove.
19136         (sieve-manage-interactive-login): Use password.  Re-add
19137         condition-case around loop.
19138
19139         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19140         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19141         Use the password package.
19142
19143 2003-02-19  Simon Josefsson  <jas@extundo.com>
19144
19145         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19146         token.
19147
19148 2002-08-07  Simon Josefsson  <jas@extundo.com>
19149
19150         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19151         (sieve-manage-authenticators):
19152         (sieve-manage-authenticator-alist): Add some SASL mechs.
19153         (sieve-sasl-auth): New function.
19154         (sieve-manage-cram-md5-auth):
19155         (sieve-manage-plain-auth): Rewrite using SASL library.
19156         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19157         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19158         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19159         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19160
19161 2004-01-05  Simon Josefsson  <jas@extundo.com>
19162
19163         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19164         New files.
19165
19166 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19167
19168         * gnus-group.el (gnus-no-groups-message): Update.
19169
19170         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19171
19172 2003-11-09  Simon Josefsson  <jas@extundo.com>
19173
19174         * imap.el: Support for ID IMAP extension (RFC 2971).
19175         (imap-local-variables): Add imap-id.
19176         (imap-id): New variable.
19177         (imap-id): New function.
19178         (imap-parse-response): Parse untagged ID response.
19179         * nnimap.el (nnimap-id): New variable.
19180         (nnimap-open-connection): Use it.
19181
19182 2003-12-28  Simon Josefsson  <jas@extundo.com>
19183
19184         * gnus-score.el (gnus-score-edit-all-score): New.
19185         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19186
19187 2004-01-04  Simon Josefsson  <jas@extundo.com>
19188
19189         * password.el: Add.
19190
19191 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19192
19193         * dns.el (dns-query-types): Fix typo.
19194         (dns-query-types): New function.
19195         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19196         PTR and SOA replies, see RFC 1035.
19197
19198 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19199
19200         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19201
19202         * Move to Changelog.2.
19203
19204 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19205
19206         * gnus.el (gnus-version-number): Bump version.
19207
19208 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19209
19210         * gnus.el: No Gnus v0.1 is released.
19211
19212 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19213
19214         * gnus.el: No Gnus v0.0 is released.
19215
19216 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19217
19218         * gnus.el (gnus-version-number): Bump.
19219         (gnus-version): No.
19220
19221 See ChangeLog.2 for earlier changes.
19222
19223     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19224       Free Software Foundation, Inc.
19225
19226   This file is part of GNU Emacs.
19227
19228   GNU Emacs is free software: you can redistribute it and/or modify
19229   it under the terms of the GNU General Public License as published by
19230   the Free Software Foundation, either version 3 of the License, or
19231   (at your option) any later version.
19232
19233   GNU Emacs is distributed in the hope that it will be useful,
19234   but WITHOUT ANY WARRANTY; without even the implied warranty of
19235   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19236   GNU General Public License for more details.
19237
19238   You should have received a copy of the GNU General Public License
19239   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19240
19241 ;; Local Variables:
19242 ;; coding: utf-8
19243 ;; fill-column: 79
19244 ;; add-log-time-zone-rule: t
19245 ;; End: