Rework how Gnus is supposed to be able to display all the images in HTML.
[gnus] / lisp / ChangeLog
1 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2
3         * shr.el (shr-tag-img): Put a displayer in the text property.
4
5         * gnus-util.el (gnus-find-text-property-region): New utility function.
6
7         * gnus-html.el (gnus-html-display-image): Make the alt optional.
8         (gnus-html-show-images): Remove.
9
10         * gnus-art.el (gnus-article-show-images): New, more general function.
11
12         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
13         image url text properties.
14
15         * shr.el: Ditto.
16
17         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
18         gnus-agent-auto-agentize-methods is set.  Which it isn't.
19
20 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
21
22         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
23         work for two or more articles.
24
25 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
26
27         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
28         divide an image that's in an html article to two or more when washing
29         non-ASCII characters in alt text of it.
30
31 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
32
33         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
34         smime-decrypt-region using function argument.
35         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
36
37         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
38
39         * smime.el (smime-decrypt-region): Catch it.
40
41 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
42
43         * smime.el (smime-mode-map): Move initialization into declaration.
44         (gnus-run-mode-hooks): Don't autoload.
45         (smime-mode): Use define-derived-mode.
46
47 2010-11-11  Glenn Morris  <rgm@gnu.org>
48
49         * smime.el (from): Restrict declaration to XEmacs.
50
51         * nnir.el (gnus-group-topic-name): Autoload.
52
53 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
54
55         * shr.el (shr-insert): Don't break long line if it is because of
56         kinsoku-bol characters in the line end.
57
58 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
59
60         * nnir.el (nnir-request-move-article): Fix to provide original group
61         and subject.
62         (nnir-warp-to-article): Don't fail on articles whose headers haven't
63         been retrieved.
64
65         * gnus-sum.el (gnus-summary-move-article): Use original group and
66         subject for virtual articles such as those in an nnir summary buffer.
67
68 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
69
70         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
71         least 21.5).
72
73         * smime.el (from): Declare it again for XEmacs.
74
75 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
76
77         * message.el (message-resend): Don't disable encoding unless it's
78         already encoded.
79
80         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
81         low-numbered articles.
82
83 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
84
85         * rfc2047.el (rfc2047-syntax-table): Simplify.
86
87         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
88
89         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
90         set-char-table-range for XEmacs.
91
92 2010-11-10  Glenn Morris  <rgm@gnu.org>
93
94         * time-date.el (time-to-seconds): Always an alias on Emacs,
95         never a real function.
96         (with-no-warnings): Remove compat stub, now unused.
97         (time-less-p): Doc fix.
98         (time-to-number-of-days): Simplify.
99
100         * smime.el (from): Remove unused declaration.
101
102         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
103         (gnus-float-time): On Emacs, always an alias.
104
105         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
106         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
107
108 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
109
110         * dgnushack.el: Don't use ignore-errors in the top level form since it
111         is unavailable in XEmacs even if cl is loaded.
112
113         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
114
115 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
116
117         * shr.el (browse-url-mailto): Autoload.
118
119         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
120
121         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
122         regexp doesn't need quoting.
123
124 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
125
126         * message.el (message-subject-trailing-was-ask-regexp)
127         (message-subject-trailing-was-regexp): Match was: in addition to was.
128
129 2010-11-09  Glenn Morris  <rgm@gnu.org>
130
131         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
132         (nnbabyl-check-mbox): Use point-at-bol.
133
134 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
135
136         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
137
138         * message.el (message-mailto): New function.
139         (message-mailto): Should accept other parameters.
140         (message-mailto): Remove since it duplicates browse-url-mailto
141         functionality.
142
143 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
144
145         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
146         methods.
147         (gnus-read-active-file): Ditto.
148
149         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
150         ": " from the prompt.
151         (gnus-group-make-group): Ditto.
152
153 2010-11-07  Glenn Morris  <rgm@gnu.org>
154
155         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
156         (gnus-bookmark-kill-line): Use point-at-eol.
157
158 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
159
160         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
161         asterisks in From header.
162
163 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
164
165         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
166         string to avoid making the From headers syntactically invalid.
167
168         * message.el (message-send-mail): Don't insert courtesy messages if the
169         message already has List-Post and List-ID messages.
170
171 2010-11-06  Glenn Morris  <rgm@gnu.org>
172
173         * gnus-art.el (gnus-treat-article): Give dynamic local variables
174         `condition', `type', `length' a prefix.
175         (gnus-treat-predicate): Update for above name changes.
176
177 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
178
179         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
180         binding.  Handled by `gnus-summary-refer-thread' instead.
181         (nnir-warp-to-article): New backend function.
182
183         * nnimap.el (nnimap-request-thread): Force dependency updating.
184
185         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
186         (gnus-summary-refer-thread): Rework to improve thread-referral.
187
188         * gnus-int.el (gnus-warp-to-article): New function.
189
190         * gnus-sum.el (gnus-summary-article-map): Bind it.
191
192 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
193
194         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
195         gnus-summary-refer-thread.
196
197         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
198         headers.
199         (gnus-summary-limit-include-thread): Prevent articles in thread from
200         being cut in gnus-cut-threads.
201         (gnus-summary-refer-thread): Limit retrieved headers to those in
202         thread.
203
204 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
205
206         * message.el (message-send-mail): Use the value of
207         message-courtesy-message from the message buffer.
208
209         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
210
211         * shr.el (shr-browse-url): Implement mailto: URLs.
212
213         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
214         "raw".
215
216         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
217         if it's already selected.
218
219         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
220
221 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
222
223         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
224         to measure the length and truncate alt text.
225
226 2010-11-03  Glenn Morris  <rgm@gnu.org>
227
228         * nndiary.el (nndiary-generate-nov-databases-1)
229         (nndiary-generate-active-info): Rename dynamic variable `files' to
230         something less generic.
231
232 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
233
234         * nnir.el (nnir-request-move-article): Call the underlying backend to
235         move articles from nnir.
236
237 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
238
239         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
240
241 2010-11-02  Julien Danjou  <julien@danjou.info>
242
243         * nnir.el: Remove wais support.
244
245 2010-11-02  Glenn Morris  <rgm@gnu.org>
246
247         * gnus-html.el: Reorder requirements to quieten compiler.
248
249 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
250
251         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
252         properly for XEmacs as well.
253         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
254         (gnus-article-natural-long-line-p): Use window-width rather than
255         frame-width.
256
257 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
258
259         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
260         (nnir-read-parms): Don't modify query.
261         (nnir-run-query): Add ability to search topic on current line.
262         (nnir-get-active): Clean up.
263
264 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
265
266         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
267         degenerate articles.
268
269         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
270         (gnus-print-buffer): Just print the buffer as is, without any copying
271         to a buffer and then re-highlighting.
272
273         * nnimap.el (nnimap-request-group): Store the new updated info.
274         (nnimap-request-group): Select the group when we don't know whether it
275         exists or not.
276
277         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
278         groups.
279
280         * gnus-group.el (gnus-group-find-new-groups): Display all the new
281         groups.
282
283         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
284         groups.
285
286         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
287         long-lines case by only filling the long lines.
288
289         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
290         (bug #7311).
291
292 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
293
294         * shr.el: No need to declare `declare-function' since shr.el is for
295         only Emacsen that provide `libxml-parse-html-region'.
296
297         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
298         effective only in a file it is referred to.
299
300 2010-11-01  Glenn Morris  <rgm@gnu.org>
301
302         * mm-util.el (gnus-completing-read): Autoload.
303         (mm-read-coding-system): Simplify Emacs definition.
304
305         * nnmail.el (gnus-activate-group):
306         * nnimap.el (gnutls-negotiate):
307         * nntp.el (netrc-parse): Fix declarations.
308
309 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
310
311         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
312         string-match-p in Emacs >=23.
313
314         * gnus-msg.el (gnus-configure-posting-styles)
315         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
316
317 2010-11-01  Glenn Morris  <rgm@gnu.org>
318
319         * nnir.el (declare-function): Add compat stub.
320         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
321         (nnir-run-gmane): Require 'mm-url.
322
323         * mm-util.el (mm-string-to-multibyte): Simplify.
324
325         * shr.el (declare-function): Add compat stub.
326         (url-cache-create-filename): Declare.
327         (mm-disable-multibyte, widget-convert-button): Autoload.
328
329         * smime.el (ldap-search): Declare.
330         (smime-cert-by-ldap-1): Require ldap on Emacs.
331
332         * nnimap.el: Require nnmail, and gnus-sum when compiling.
333         (nnimap-keepalive): Use gnus-float-time.
334
335         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
336         (mail-source-delete-crash-box): Use gnus-float-time.
337
338         * gnus-dired.el (gnus-completing-read): Autoload.
339
340         * mm-view.el (gnus-rescale-image): Autoload.
341
342         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
343
344         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
345
346         * sieve-manage.el: Require 'cl when compiling.
347
348         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
349         (gnus-iswitchb-completing-read): Require iswitchb.
350         (gnus-select-frame-set-input-focus): Silence compiler.
351
352 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
353
354         * message.el (message-subject-trailing-was-query): Change default to t,
355         since I think that's what most people want.
356
357         * nnimap.el (nnimap-request-accept-article): Erase buffer before
358         appending for easier debugging.
359         (nnimap-wait-for-connection): Take a regexp.
360         (nnimap-request-accept-article): Wait for the continuation line before
361         sending anything unless we're streaming.
362
363         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
364         leave the header washing to take place.
365
366 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
367
368         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
369         regular expression match and replace in posting styles.
370
371 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
372
373         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
374         an entire server.
375         (nnir-get-active): New function.
376         (nnir-run-imap): Use it.
377         (nnir-run-gmane): Who knew, gmane search returns an article score!
378
379         * gnus-srvr.el (gnus-server-mode-map): add binding "G" to search the
380         server on the current line with nnir.
381
382 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
383
384         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
385         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
386         left edge.
387         (gnus-article-foldable-buffer): Skip past the prefix when determining
388         raggedness.
389
390         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
391         the raw article, and change `C-u g' to show the article without doing
392         treatments.
393
394         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
395         on to `gnus-treat-article'.
396         (gnus-inhibit-article-treatments): New variable.
397
398         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
399
400         * gnus-art.el (gnus-treatment-function-alist): Have
401         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
402         (gnus-treat-fill-long-lines): Change default to fill all text/plain
403         sections.
404
405         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
406         parameter.
407         (gnus-article-fill-cited-long-lines): New function.
408         (gnus-article-fill-cited-article): Allow filling only long sections.
409
410         * shr.el (shr-find-fill-point): Don't break lines between punctuation
411         and non-punctuation (like after the apostrophe in "'We").
412
413         * gnus-sum.el (gnus-summary-select-article): Make sure
414         gnus-original-article-buffer is alive.
415
416         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
417         reflect the order they're in in the digest.
418
419         * gnus.el (gnus-group-startup-message): Move point to the start of the
420         buffer.
421
422         * nnimap.el (nnimap-capability): New function.
423         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
424         is set.
425
426 2010-10-31  David Engster  <dengste@eml.cc>
427
428         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
429         conform with changes to gnus-completing-read.
430
431 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
432
433         * shr.el (shr-tag-img): Output "*" instead of "[img]".
434
435 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
436
437         * nnir.el move defvar, defcustom around to keep file organized and keep
438         byte-compiler quiet.
439         (nnir-read-parms): accept search-engine as arg.
440         (nnir-run-query): pass search-engine as arg.
441         (nnir-search-engine): remove.
442
443 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
444
445         * shr.el (shr-generic): The text nodes should be text, not :text.
446
447         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
448         later in the file.
449
450 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
451
452         * nnir.el: general clean up. allow searching with multiple
453         engines. allow separate extra-parameters for each engine. batch queries
454         when possible.
455         (nnir-imap-default-search-key,nnir-method-default-engines): add
456         customize interface.
457         (nnir-run-gmane): new engine.
458         (nnir-engines): use it. qualify all prompts with engine name.
459         (nnir-search-engine): remove global variable.
460         (nnir-run-hyrex): restore for now.
461         (nnir-extra-parms,nnir-search-history): new variables.
462         (gnus-group-make-nnir-group): use them.
463         (nnir-group-server): remove in favor of gnus-group-server.
464         (nnir-request-group): avoid searching twice.
465         (nnir-sort-groups-by-server): new function.
466
467 2010-10-30  Julien Danjou  <julien@danjou.info>
468
469         * gnus-group.el: Remove gnus-group-fetch-control.
470
471         * gnus-start.el (gnus-find-new-newsgroups): Remove
472         gnus-check-first-time-used.
473
474         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
475
476 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
477
478         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
479         set on groups that don't have \* permanentflags.
480
481 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
482
483         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
484         control the background color.
485         (shr-tag-img): Ignore very small web bug type images.
486         (shr-put-image): Add help-echo alt texts to the images.
487         (shr-tag-video): Show the video poster image.
488
489 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
490
491         * shr.el (shr-table-depth): New variable.
492         (shr-tag-table-1): Only insert the images after the top-level table.
493
494         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
495
496         * gnus-util.el (gnus-list-memq-of-list): New function.
497
498         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
499         selected.
500         (nnimap-unsplittable-articles): New slot.
501         (nnimap-new-articles): Use it.
502
503 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
504
505         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
506         move to the previous line on `M-g'.
507
508 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
509
510         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
511         *-request-group, which seems unnecessary.
512
513         * nnimap.el (nnimap-quote-specials): Function copied over from
514         imap.el.
515         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
516         they support that.  Suggested by Tom Regner.
517
518 2010-10-29  Julien Danjou  <julien@danjou.info>
519
520         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
521         defalias.
522         (gnus-summary-delete-marked-with): Remove obsolete defalias.
523
524         * gnus.el: Remove `gnus-nntp-service' variable.
525         (gnus-secondary-servers): Make obsolete.
526         (gnus-nntp-server): Make obsolete.
527
528         * gnus-start.el (gnus-1): Remove x-splash calls.
529
530         * gnus-ems.el (gnus-x-splash): Remove.
531
532         * gnus.el (gnus-group-startup-message): Simplify/update code.
533
534         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
535         definition.
536
537         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
538         capability before doing anything.
539         (gnus-group-insert-group-line): Remove useless
540         gnus-group-remove-excess-properties.
541
542 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
543
544         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
545
546 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
547
548         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
549         config after reselecting.
550
551 2010-10-28  Julien Danjou  <julien@danjou.info>
552
553         * shr.el (shr-put-image): Use point even if only inserting text.
554         (shr-put-image): Save excursion when inserting alt text on non-graphic
555         display, so the behaviour is the same when we are on a graphic display.
556
557         * nnir.el (nnir-run-swish-e): Remove hyrex support.
558
559 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
560
561         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
562         (gnus-mime-copy-part): Check coding system, not charset.
563         (gnus-mime-view-part-externally): Never remove part.
564         (gnus-mime-view-part-internally): Don't remove part here.
565         (gnus-article-part-wrapper): Make sure MIME tag is visible.
566         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
567         multipart/alternative.
568
569         * mm-decode.el (mm-display-part): Take optional arg `force'.
570
571 2010-10-26  Julien Danjou  <julien@danjou.info>
572
573         * gnus-group.el (gnus-group-default-list-level): Add this function to
574         compute the default list level.
575         (gnus-group-default-list-level): Add possibility to use a function.
576
577 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
578
579         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
580
581         * gnus-group.el (gnus-group-completing-read)
582         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
583         gnus-replace-in-string.
584
585 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
586
587         * shr.el (shr-tag-div): Added.
588
589         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
590
591 2010-10-25  Julien Danjou  <julien@danjou.info>
592
593         * gnus-util.el: Remove `gnus-with-local-quit'.
594
595         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
596
597 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
598
599         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
600         the original article buffer.
601
602 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
603
604         * nnimap.el (nnimap-request-head): New function.
605         (nnimap-request-move-article): Try to be slighly faster by not
606         requesting the entire message when moving.
607         (nnimap-transform-headers): Don't bug out on bodiless articles.
608         (nnimap-send-command): Have no outstanding messages if the IMAP server
609         doesn't support streaming.
610         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
611
612 2010-10-24  Julien Danjou  <julien@danjou.info>
613
614         * message.el (message-default-headers): Fix type.
615
616 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
617
618         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
619         prefetching images.
620
621         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
622         backend for unknown groups.  This is mainly useful for nnimap groups.
623
624         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
625         group isn't covered by the agent.
626
627 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
628
629         * nnir.el (nnir-method-default-engines): new variable.
630         (nnir-run-query): use it.
631         (nnir-group-mode-hook): remove key binding and move to gnus-group.el.
632         (gnus-summary-nnir-goto-thread): change group if needed.
633
634         * gnus-group.el (gnus-group-group-map): add key binding for
635         gnus-group-make-nnir-group.
636
637 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
638
639         * shr.el (shr-tag-object): Added.
640
641         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
642         original article buffer live.
643         (gnus-summary-select-article-buffer): Mention
644         gnus-widen-article-buffer.
645
646 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
647
648         * shr.el (shr-tag-strong): Added.
649
650 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
651
652         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
653         group names.  They mess up the group buffer badly.
654
655         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
656
657         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
658         instead of the summary one.
659
660 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
661
662         * mml.el (mml-preview): Work properly when editing article.
663
664         * gnus-start.el (gnus-read-active-file-1): Don't add method to
665         gnus-have-read-active-file if it's already been in.
666
667 2010-10-22  Tom Tromey  <tromey@redhat.com>
668
669         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
670         gnus-group-completing-read.
671
672 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
673
674         * message.el (message-mode-map): Don't bind M-; to comment region, to
675         allow the global comment-dwim to work.
676
677 2010-10-21  Julien Danjou  <julien@danjou.info>
678
679         * message.el (message-setup-1): Allow message-default-headers to be a
680         function.
681
682 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
683
684         * shr.el (shr-tag-table): Simplify.
685
686 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
687
688         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
689         to avoid trying to snarf invalid stuff.
690
691         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
692
693         * gnus.el (gnus-message-archive-group): Quote value.
694         (gnus-message-archive-group): Mark as changed.
695
696         * shr.el (shr-add-font): Don't put the font properties on the newline
697         or the indentation.
698
699         * message.el (message-fix-before-sending): Change options when sending
700         non-printable characters.
701
702         * gnus.el (gnus-message-archive-method): Change the default to
703         monthly outgoing groups.
704
705         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
706         that have gotten new numbers.
707
708         * nnimap.el (nnimap-request-replace-article): New function.
709
710 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
711
712         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
713         (nnrss-request-article): Don't use special html washing code.
714
715 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
716
717         * shr.el (shr-tag-table): Remove useless nconc.
718
719 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus-art.el (article-wash-html): Simplify and remove the charset
722         stuff.  Use the normal html rendering code instead of the special html
723         washing code.
724
725         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
726         `gnus-w3m' symbols.
727         (mm-text-html-washer-alist): Removed.
728
729         * mm-decode.el (mm-inline-text-html-renderer): Removed.
730         (mm-inline-media-tests): Removed use.
731         (mm-text-html-renderer): Change default to the `shr' symbol.
732
733         * mm-view.el (mm-inline-text-html): Removed use.
734
735         * gnus-art.el (gnus-blocked-images): New function.  Allow the
736         `gnus-blocked-images' to be a function.
737         (gnus-article-wash-function): Removed.
738
739 2010-10-20  Julien Danjou  <julien@danjou.info>
740
741         * spam.el (spam-list-of-processors): Mark as obsolete.
742
743         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
744         (nnimap-insert-partial-structure): Fix boundary detection.
745
746 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
747
748         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
749         run file-truename on remote files.  This can be expensive and even
750         prevent one from editing drafts if some unrelated buffer has a stale
751         connection.
752
753 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
756         kinsoku-eol regardless of shr-kinsoku-shorten.
757         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
758         (shr-tag-table): Support caption, thead, and tfoot.
759
760 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
761
762         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
763         lines.
764         (shr-save-contents): New command and keystroke.
765
766         * nndoc.el (nndoc-type-alist): Add git support.
767         (nndoc-git-type-p): New function.
768         (nndoc-transform-git-article): Ditto.
769         (nndoc-transform-git-headers): Ditto.
770         (nndoc-transform-git-headers): Generate Subject headers.
771
772         * shr.el (shr-parse-style): New function.
773         (shr-tag-span): Ditto.
774
775         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
776         to `G G' to avoid collisions.
777
778 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
779
780         * shr.el: Load kinsoku if necessary.
781         (shr-kinsoku-shorten): New internal variable.
782         (shr-find-fill-point): Make kinsoku shorten text line if
783         shr-kinsoku-shorten is bound to non-nil.
784         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
785         shr-indentation too when testing if table is wider than frame width.
786         (shr-insert-table): Use `string-width' instead of `length' to measure
787         text width.
788         (shr-insert-table-ruler): Make sure indentation is done at bol.
789
790 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
791
792         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
793         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
794         undecoded network data.
795
796 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
797
798         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
799         name in the mode line spec so that the mode line menu works
800         (bug #2431).
801
802         * message.el (message-get-reply-headers): If we're fed `to-address',
803         then always use that.
804
805         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
806         aren't so wide as to need to switch off the edit menu.
807
808         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
809         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
810
811         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
812         `M-g'.
813         (nnimap-update-info): Update flags/read marks even if \* isn't part of
814         the permanent marks.
815
816 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
817
818         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
819         Splitting according to references/in-reply-to obeys the ignore-groups
820         variable, while splitting by sender and subject do not.
821
822 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
823
824         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
825         alist, so that we can look for non-Unicode chars.
826         (article-translate-strings): Allow both character and string maps.
827
828 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
829
830         * shr.el (shr-insert): Don't insert space behind a wide character
831         categorized as kinsoku-bol, or between characters both categorized as
832         nospace.
833
834 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
835
836         * gnus-sum.el (gnus-summary-refer-thread): Bug fix. Add the thread
837         headers to gnus-newsgroup-headers.
838
839 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * shr.el (shr-tag-img): Don't align images -- since we're not
842         rescaling, this often leads to ugly displays.
843
844 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
845
846         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
847         duplicates.
848
849 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
850
851         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
852         call.
853
854 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus.el: Autoload gnus-html-show-images.
857
858         * nnimap.el: Use nnheader-message throughout.
859
860         * shr.el (shr-tag-img): Ignore images with no data.
861
862 2010-10-15  Julien Danjou  <julien@danjou.info>
863
864         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
865         a possibility to disable format=flow encoding when using hard newlines.
866
867 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
868
869         * shr.el (shr-insert): Remove space inserted before or after a
870         breakable character or at the beginning or the end of a line.
871         (shr-find-fill-point): Do kinsoku; find the second best point or give
872         it up if there's no breakable point.
873
874 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
875
876         * nnimap.el (nnimap-open-connection): Message when opening connection
877         for debugging purposes.
878
879         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
880         on every setup buffer call to allow this to change from article to
881         article.
882
883         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
884         buffers where we have a wide table.
885
886 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
887
888         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
889         uses *-request-thread.
890
891 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
892
893         * nnimap.el (nnimap-open-connection): Remove %s from openssl
894         incantation, which is no longer valid.
895
896 2010-10-14  Julien Danjou  <julien@danjou.info>
897
898         * shr.el: Fix defcustom type (char -> character).
899
900 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
901
902         * nnimap.el (nnimap-open-connection): tls-program should be a list of
903         programs.
904
905 2010-10-14  Julien Danjou  <julien@danjou.info>
906
907         * shr.el (shr-tag-a): Use url-link as widget type.
908
909         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
910         `gnus-group-get-icon'.
911
912 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
915         This should make server editing work better.
916
917         * shr.el (shr-find-fill-point): Don't inloop on indented text.
918
919         * tls.el (tls-program): Remove spurious %s from openssl.
920
921         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
922         (nnimap-parse-flags): Fix regexp.
923
924         * shr.el (shr-find-fill-point): Use a filling algorithm that should
925         probably work for CJVK text, too.
926
927         * nnimap.el (nnimap-extend-tls-programs): Removed.
928         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
929
930         * tls.el (tls-starttls-switches): Remove starttls hack.
931         (open-tls-stream): Ditto.
932         (tls-find-starttls-argument): Ditto.
933
934 2010-10-13  Julien Danjou  <julien@danjou.info>
935
936         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
937         responses.
938
939 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940
941         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
942
943         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
944         anything in Emacs.
945
946         * shr.el (shr-current-column): Remove buggy and unnecessary function.
947
948 2010-10-13  Julien Danjou  <julien@danjou.info>
949
950         * shr.el (shr-width): Make shr-width a defcustom with default to
951         fill-column.
952         (shr-tag-img): Use shr-width rather than fill-column.
953
954 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
955
956         * dgnushack.el (byte-optimize-apply)
957         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
958
959         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
960         position when (X-)Faces exist.
961         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
962         avatars when called interactively.
963
964 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
965
966         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
967         gnus-article-x-face-too-ugly is bound.
968
969 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
972
973         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
974         mailbox that doesn't exist.
975
976 2010-10-12  Julien Danjou  <julien@danjou.info>
977
978         * shr.el (shr-tag-img): Encode URL properly when retrieving.
979         (shr-get-image-data): Encode URL properly when fetching from cache.
980         (shr-tag-img): Use aligned-to spaces to align correctly images.
981
982         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
983         before inserting the Gravatar.
984
985         * shr.el (shr-tag-img): Add align attribute support for <img>.
986
987 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
988
989         * gnus-gravatar.el (gnus-art): Required.
990
991         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
992         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
993         Remove long obsoleted functions.
994
995 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
998
999         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
1000
1001         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
1002         gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
1003         hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
1004         mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
1005         mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
1006         nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
1007         sieve-manage.el, smime.el, spam.el: Fix comment for declare-function.
1008
1009 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1010
1011         * nnimap.el (nnimap-request-rename-group): Select group read-only
1012         before renaming it.
1013
1014         * shr.el (shr-insert): Fix up the white space only regexp.
1015
1016         * nnimap.el (nnimap-transform-split-mail): Not all articles have
1017         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
1018
1019         * shr.el (shr-current-column): New function.
1020         (shr-find-fill-point): New function.
1021
1022 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1023
1024         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
1025         numbers.
1026
1027 2010-10-11  Julien Danjou  <julien@danjou.info>
1028
1029         * shr.el (shr-hr-line): Add.
1030         (shr-tag-hr): Use shr-hr-line to specify which character to use to
1031         display hr lines.
1032         (shr-max-columns): Do not change state to nil if we just inserting
1033         spaces.
1034
1035 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1036
1037         * gnus-topic.el (gnus-topic-read-group): If after the last group,
1038         select the last group.
1039
1040 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
1041
1042         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
1043
1044 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
1045
1046         * dig.el (dig-mode-map): Declare and define in one step.
1047
1048 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1049
1050         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
1051         for Gnus.
1052         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
1053         (nnimap-update-qresync-info): Mark \Seen articles as read.
1054
1055         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
1056         non-variable, too.
1057
1058         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
1059         available.
1060         (nnimap-update-info): Rely more on the current active than the param
1061         active to avoid marking articles as read too much.
1062
1063         * auth-source.el (auth-source-create): Use (user-login-name) for the
1064         user name default.
1065
1066         * nnimap.el (nnimap-update-info): If the server doesn't return any
1067         useful info, just use the previous info.
1068         (nnimap-update-info): Prefer old info over start-article.
1069         (nnimap-update-qresync-info): Finish implementing QRESYNC.
1070
1071 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
1072
1073         * nnir.el (autoload): Clean up autoloads.
1074         (nnir-imap-default-search-key): Renamed from
1075         nnir-imap-search-field. Use key rather than value.
1076         (nnir-imap-search-other): New variable.
1077         (nnir-read-parm): Use it.
1078         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
1079         (gnus-summary-nnir-goto-thread): Modify to work with imap.
1080
1081 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
1082
1083         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
1084         the process, too.
1085
1086 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087
1088         * spam.el (gnus-summary-mode-map): Bind to "$".  Suggested by Russ
1089         Allbery.
1090
1091         * shr.el: Rework the way things are indented by <li> slightly.
1092
1093         * gnus.el (gnus-group-set-parameter): Fix typo.
1094
1095         * nnimap.el: Start implementing QRESYNC support.
1096
1097 2010-10-09  Julien Danjou  <julien@danjou.info>
1098
1099         * nnir.el (nnir-engines): Fix too many arguments.
1100
1101 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1102
1103         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
1104         group is the "last", so that the backends like nnfolder actually save
1105         their folders.
1106
1107         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
1108         try to use that for the tls stream.
1109         (nnimap-retrieve-group-data-early): Rework the marks code to heed
1110         UIDVALIDITY and find out which groups are read-only and not.
1111         (nnimap-get-flags): Use the same marks parsing code as the rest of
1112         nnimap.
1113
1114 2010-10-09  Julien Danjou  <julien@danjou.info>
1115
1116         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
1117
1118         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
1119         retrieving gravatars.
1120
1121         * shr.el (shr-table-corner): Add.
1122         (shr-table-line): Add.
1123         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
1124
1125 2010-10-08  Julien Danjou  <julien@danjou.info>
1126
1127         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
1128
1129 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
1130
1131         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
1132
1133         * gnus-sum.el (gnus-mark-article-as-unread)
1134         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
1135         (gnus-summary-set-bookmark): Use it.
1136
1137         * gnus-msg.el (gnus-setup-message): Use it.
1138
1139         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1140
1141         * gnus.el (gnus-group-remove-parameter): Use it.
1142
1143         * gnus-group.el (gnus-group-make-web-group): Use it.
1144
1145         * gnus-demon.el (gnus-demon-remove-handler): Use it.
1146
1147         * nnregistry.el: Update docs to mention manual.
1148
1149         * gnus-registry.el: Update docs to mention nnregistry.el.
1150         (gnus-registry-initialize): Don't install nnregistry refer method
1151         automatically.
1152         (gnus-registry-install-nnregistry): Remove it.
1153
1154 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1155
1156         * shr.el (shr-insert): Don't insert double spaces.
1157
1158 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
1159
1160         * gnus-gravatar.el (gnus-treat-from-gravatar)
1161         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
1162         called interactively.
1163
1164         * gnus-art.el (gnus-mime-view-part-externally)
1165         (gnus-mime-view-part-internally): Make predicate function passed to
1166         gnus-mime-view-part-as-type assume argument is a mime type, not a list
1167         of a mime type.
1168
1169         * shr.el (shr-table-widths): Don't use cl function `reduce'.
1170
1171 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1172
1173         * shr.el (require): Require cl when compiling.
1174         (shr-tag-hr): New function.
1175
1176         * nnimap.el (nnimap-update-info): Remove double setting of high.
1177         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.  This
1178         makes nnimap work properly on Courier again.
1179
1180         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
1181         the variable for backwards compatability.
1182
1183         * mm-decode.el (mm-save-part): If given a non-directory result, expand
1184         the file name before using to avoid setting mm-default-directory to
1185         nil.
1186
1187         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
1188         bidning gnus-agent variables.
1189
1190         * shr.el (shr-render-td): Use a cache for the table rendering function
1191         to avoid getting an exponential rendering behaviour in nested tables.
1192         (shr-insert): Rework the line-breaking algorithm.
1193         (shr-insert): Don't leave trailing spaces.
1194         (shr-insert-table): Also insert empty TDs.
1195         (shr-tag-blockquote): Ensure paragraphs after </ul>.
1196
1197 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1198
1199         * gnus-sum.el (gnus-number): Rename from `number'.
1200         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
1201         (gnus-summary-limit-children): Update uses correspondingly.
1202
1203 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1204
1205         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
1206         (gnus-gravatar-transform-address): Don't show avatars of people of
1207         which mail addresses match gnus-gravatar-too-ugly.
1208
1209 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210
1211         * shr.el (shr-table-widths): Expand TD elements to fill available
1212         space.
1213
1214 2010-10-07  Julien Danjou  <julien@danjou.info>
1215
1216         * nnimap.el (nnimap-request-rename-group): Add this method.
1217
1218 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1219
1220         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
1221         name from XEmacs' function-arglist.
1222
1223         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
1224         gravatar under XEmacs.
1225
1226 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
1227
1228         * auth-source.el: Update docs with TODO items.
1229
1230         * gnus-sync.el: Update docs to explain state and plans.
1231
1232         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
1233         Hooks for mark updates.
1234         (gnus-request-set-mark, gnus-request-update-mark): Use them.
1235
1236         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
1237         hooks with arguments, which is needed for mark update hooks.
1238
1239 2010-10-06  Julien Danjou  <julien@danjou.info>
1240
1241         * gnus.el (gnus-expand-group-parameter): Only return and act on what
1242         was matched.
1243
1244         * sieve-manage.el: Update example in `Commentary'.
1245
1246         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
1247
1248         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
1249         not 2000.
1250         (sieve-manage-authenticate): Re-add function.
1251
1252 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1253
1254         * shr.el (shr-insert): Get 'space transition right.
1255         (shr-render-td): Only delete space at the end of the TD.
1256
1257         * nnimap.el (nnimap-open-connection): Prepare to support
1258         open-gnutls-stream.
1259
1260         * shr.el: Rearrange function order to be more logical.
1261
1262 2010-10-06  Julien Danjou  <julien@danjou.info>
1263
1264         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
1265         (nnrss-discover-feed): Remove 404 URL in docstring.
1266
1267         * nnir.el: Fix Swish-E URL.
1268         Fix Namazu URL.
1269
1270         * message.el (message-change-subject): Remove 404 URL in a comment.
1271
1272 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1273
1274         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
1275         called interactively.
1276
1277         * gnus-util.el (gnus-remove-if): Allow hash table.
1278         (gnus-remove-if-not): New function.
1279
1280         * gnus-art.el (gnus-mime-view-part-as-type)
1281         * gnus-score.el (gnus-summary-score-effect)
1282         * gnus-sum.el (gnus-read-move-group-name):
1283         Replace remove-if-not with gnus-remove-if-not.
1284
1285         * gnus-group.el (gnus-group-completing-read):
1286         Regard collection as a hash table if it is not a list.
1287
1288 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1289
1290         * shr.el (shr-render-td): Allow blank/missing <TD>s.
1291
1292         * shr.el: Document the table-rendering algorithm.
1293
1294 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1295
1296         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
1297         for Emacsen having no `libxml-parse-html-region' support.
1298
1299 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1300
1301         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
1302         invalid URLs.
1303
1304         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
1305         line-broken.
1306         (shr-tag-img): Ignore image fetching errors.
1307         (shr-overlays-in-region): Compute overlay positions correctly.
1308
1309         * mm-decode.el (mm-shr): Require shr.
1310
1311         * gnus-art.el (gnus-blocked-images): Move variable here.
1312
1313         * shr.el (shr-insert-table): Bind free variable.
1314
1315         * mm-decode.el (mm-shr): Bind shr-content-function.
1316
1317         * shr.el (shr-content-function): New variable.
1318
1319         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
1320         added for symmetry.
1321
1322         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
1323
1324         * gnus-group.el (gnus-group-make-group): Doc fix.
1325
1326         * nnimap.el (nnimap-request-newgroups): Return success.
1327
1328         * shr.el (shr-find-elements): New function.
1329         (shr-tag-table): Put all the images after the table.
1330         (shr-tag-table): Really inhibit images inside the table.
1331         (shr-collect-overlays): Copy over overlays from the TD elements to the
1332         main document.
1333
1334         * mm-decode.el (mm-shr): Bind shr-blocked-images to
1335         gnus-blocked-images.
1336
1337 2010-10-05  Julien Danjou  <julien@danjou.info>
1338
1339         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
1340
1341         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
1342         (gnus-html-maximum-image-size): Add this function.
1343         (gnus-html-put-image): Use gnus-html-maximum-image-size.
1344
1345         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
1346         server-value of the capability is nil.
1347
1348 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349
1350         * shr.el (shr-tag-em): Add <EM> tag.
1351
1352 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
1353
1354         * sieve-manage.el (sieve-manage-default-stream): Make default stream
1355         customizable.
1356
1357         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
1358         handing broken links to browse-url.
1359
1360 2010-10-05  Julien Danjou  <julien@danjou.info>
1361
1362         * gnus-util.el (gnus-emacs-completing-read)
1363         (gnus-iswitchb-completing-read): Use autoload rather than require.
1364
1365 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1366
1367         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
1368         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
1369         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
1370         iswitchb-temp-buflist for XEmacs.
1371
1372         * gnus-util.el (gnus-completing-read-function): Exclude
1373         gnus-icompleting-read and gnus-ido-completing-read from candidates for
1374         XEmacs since iswitchb.el is very old and ido.el is unavailable in
1375         XEmacs.
1376
1377         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
1378         not to use `delete-dups' that is unavailable in XEmacs 21.4.
1379
1380         * gnus-html.el: Don't require help-fns under XEmacs.
1381         (gnus-html-schedule-image-fetching): Work for XEmacs.
1382
1383         * mm-decode.el (mm-shr): Decode contents by charset.
1384
1385 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1386
1387         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
1388         unknown.
1389
1390         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
1391         (shr-get-image-data): Ensure against the cache file missing.
1392
1393         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
1394         for data.
1395
1396         * spam-report.el (spam-report-url-ping-plain): Don't query about
1397         killing the process.
1398
1399         * shr.el (shr-render-td): Protect against too-wide text.
1400
1401 2010-10-04  Julien Danjou  <julien@danjou.info>
1402
1403         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
1404         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
1405
1406         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
1407         retrieved.
1408
1409 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1410
1411         * shr.el (browse-url): Required.
1412         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
1413         lines.
1414         (shr-show-alt-text, shr-browse-image): New commands.
1415         (shr-browse-url, shr-copy-url): New commands.
1416
1417         * gnus-sum.el (gnus-widen-article-window): New variable.
1418         (gnus-summary-select-article-buffer): Use it.
1419
1420         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
1421         without @ signs.
1422
1423 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
1424
1425         * nnir.el (nnir-run-imap): Remove spurious space in search string.
1426
1427 2010-10-04  Julien Danjou  <julien@danjou.info>
1428
1429         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
1430         for XEmacs.
1431
1432 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1433
1434         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
1435
1436         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
1437         (nnimap-close-server): Implement.
1438
1439         * dgnushack.el (iswitchb): Require to shut up the compiler.
1440
1441         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
1442         (shr-insert): Tweak line breaking.
1443         (shr-insert): Handle <pre> better.
1444         (shr-tag-li): Get <li> indentation right.
1445         (shr-tag-li): Get <li> indentation even righter.
1446         (shr-tag-blockquote): Ensure paragraph start.
1447         (shr-make-table): Tweak table generation.
1448         (shr-make-table): Fix typo.
1449
1450         * shr.el: Implement table rendering.
1451
1452 2010-10-04  Julien Danjou  <julien@danjou.info>
1453
1454         * gnus-html.el (gnus-html-put-image): Fix resize image code.
1455
1456 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457
1458         * shr.el (shr-insert): Use string anchors instead of line anchors.
1459
1460 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1461
1462         * shr.el: Add headings.
1463         (shr-ensure-paragraph): Actually work.
1464         (shr-tag-li): Make <ul> prettier.
1465         (shr-insert): Get white space at the beginning/end of elements right.
1466         (shr-tag-p): Collapse subsequent <p>s.
1467         (shr-ensure-paragraph): Don't insert double line feeds after blank
1468         lines.
1469         (shr-insert): \t is also space.
1470         (shr-tag-s): Fix "s" tag name function.
1471         (shr-tag-s): Fix face prop name.
1472
1473 2010-10-03  Julien Danjou  <julien@danjou.info>
1474
1475         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
1476
1477         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
1478         gnus-window-inside-pixel-edges.
1479
1480         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
1481         gnus-ems.
1482
1483         * mm-view.el (mm-inline-image-emacs): Support image resizing.
1484
1485         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
1486         function.
1487
1488         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
1489         resize choice.
1490
1491 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1492
1493         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
1494         beginning of the buffer.
1495
1496         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
1497         article buffer again.
1498
1499         * shr.el (shr-tag-p): Don't insert newlines at the start of the
1500         buffer.
1501
1502         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
1503         when it's at the start of the buffer.
1504
1505         * shr.el (shr-tag-blockquote): Convert name.
1506         (shr-rescale-image): Use the right image-size variant.
1507
1508         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
1509         buffer isn't shown, then select the current article first instead of
1510         bugging out.
1511         (gnus-summary-select-article-buffer): Show both the article and summary
1512         buffers again.
1513
1514         * shr.el (shr-fontize-cont): Protect against regions with no text.
1515         Rename tag functions to shr-tag-* for enhanced security.
1516         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
1517
1518 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
1519
1520         * shr.el (shr-insert):
1521         * pop3.el (pop3-movemail):
1522         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
1523         loaded.
1524
1525 2010-10-03  Glenn Morris  <rgm@gnu.org>
1526
1527         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
1528
1529         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
1530
1531         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
1532
1533         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
1534
1535         * gnus-util.el (gnus-make-local-hook): Simplify.
1536
1537 2010-10-02  Julien Danjou  <julien@danjou.info>
1538
1539         * gnus-util.el (gnus-iswitchb-completing-read): New function.
1540         (gnus-ido-completing-read): New function.
1541         (gnus-emacs-completing-read): New function.
1542         (gnus-completing-read): Use gnus-completing-read-function.
1543         Add gnus-completing-read-function.
1544
1545 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1546
1547         * shr.el (shr-insert-document): Autoload.
1548         (shr-img): Be silent.
1549         (shr-insert): Add a newline after every picture before text.
1550         (shr-add-font): Use overlays for combining faces.
1551         (shr-insert): Pass upwards the text start point.
1552
1553         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
1554         possible.
1555         (mm-shr): New function.
1556
1557 2010-10-02  Julien Danjou  <julien@danjou.info>
1558
1559         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
1560         should go backward.
1561
1562 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
1563
1564         * shr.el (shr): Fix typo in provide call.
1565
1566 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567
1568         * shr.el: New file.
1569
1570         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
1571
1572         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
1573         completing read.
1574
1575 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1576
1577         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
1578         we're being queried about.  Suggested by Dan Jacobson.
1579
1580         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.  Suggested
1581         by Jason Eisner.
1582
1583         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
1584         table, too.  Suggested by Stefan Wiens.
1585         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
1586         the table unnecessary.  Suggested by Stefan Wiens.
1587
1588         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
1589         longer needed, and probably doesn't work either, as pointed out by
1590         Stefan Wiens.
1591         (gnus-summary-exit): Remove call to the clearing function.
1592         (gnus-summary-exit-no-update): Ditto.
1593
1594         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
1595         instead of gnus-eval-in-buffer-window to avoid popping up frames.
1596         Reported by Stefan Monnier.
1597         (gnus-summary-save-in-rmail): Ditto.
1598
1599         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
1600         article buffer, instead of both the article buffer and the summary
1601         buffer.  Sort of suggested by Dan Jacobson.
1602
1603         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
1604
1605         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
1606         Suggested by Dan Jacobson.
1607
1608         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
1609         documentation clearer.
1610
1611         * message.el (message-shorten-references): Comment on the number "21".
1612         Suggested by Stefan Monnier.
1613
1614         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
1615         Suggested by Dan Jacobson.
1616
1617         * gnus.el (gnus-large-newsgroup): Mention
1618         gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
1619
1620         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
1621         externalize attachments.  Bug reported by Steve Wen.
1622
1623         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
1624         really message anything to the user.
1625
1626         * nnmail.el (nnmail-article-group): Allow using the fancy split method
1627         directly.
1628
1629         * nnimap.el (nnimap-request-group): Low higher than high to signal no
1630         messages in empty groups.
1631
1632 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
1633
1634         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
1635         non-UIDNEXT group.
1636
1637 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638
1639         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
1640         not the value from the collection.
1641
1642         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
1643         values.  This sometimes happens on some groups that have no info.
1644         (nnimap-request-newgroups): New function.
1645
1646 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
1647
1648         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
1649         check into `gnus-registry-initialize'.
1650         (gnus-registry-initialize): Ditto.
1651         Fix and extend header docs.
1652
1653 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1654
1655         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
1656         regexp backtrace overflows.
1657
1658         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
1659         for starttls that tls.el implements; i.e. openssl.
1660
1661         * tls.el (tls-starttls-switches): Give up on using starttls with
1662         gnutls-cli.
1663         (tls-program): Add --insecure to be consistent with the defaults from
1664         openssl s_client.  Now all three commands are insecure.
1665
1666 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1667
1668         * lpath.el: Bind completion-styles-alist for XEmacs.
1669
1670         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
1671         (gravatar-create-image): New function that's an alias to
1672         gnus-xmas-create-image, gnus-create-image, or create-image.
1673         (gravatar-data->image): Use it.
1674
1675 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
1676
1677         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
1678         install the nnregistry refer method.
1679         (gnus-registry-install-hooks): Use it.
1680         (gnus-registry-unfollowed-groups): Add nnmairix to the default
1681         unfollowed groups.
1682
1683 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
1684
1685         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
1686         expanding threads.
1687
1688 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689
1690         * nnir.el: Use the server names without suffixes (bug #7009).
1691
1692         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
1693         unencrypted to STARTTLS, if possible.
1694
1695 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
1696
1697         * message.el (message-ignored-supersedes-headers): Strip Injection-*
1698         headers before superseding.
1699
1700 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1701
1702         * nnrss.el (nnrss-use-local): Add documentation.
1703
1704         * nnimap.el (nnimap-extend-tls-programs): New function.
1705         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
1706         (nnimap-wait-for-connection): Accept the greeting from the stupid
1707         output from openssl s_client -starttls, too.
1708
1709         * tls.el (tls-starttls-switches): New variable.
1710         (tls-find-starttls-argument): Use it.
1711         (open-tls-stream): Ditto.
1712
1713         * netrc.el (netrc-credentials): Return the value of the "default"
1714         entry.
1715         (netrc-machine): Ditto.
1716
1717         * nnimap.el (nnimap-find-article-by-message-id): Really return the
1718         article number.
1719         (nnimap-split-fancy): New variable.
1720         (nnimap-split-incoming-mail): Use it.
1721
1722         * nntp.el (nntp-server-list-active-group): Document.
1723
1724         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
1725         SELECT to get the message-id.
1726
1727         * mail-source.el (mail-sources): Removed webmail support.
1728         (defvar): Ditto.
1729         (mail-source-fetcher-alist): Ditto.
1730         (mail-source-fetch-webmail): Removed.
1731
1732         * webmail.el: Removed -- doesn't seem relevant any more.
1733
1734         * gnus.el: Fix up make-obsolete-variable declarations throughout.
1735
1736         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
1737         the \r.
1738
1739 2010-09-30  Julien Danjou  <julien@danjou.info>
1740
1741         * gnus-agent.el (gnus-agent-add-group): Fix call to
1742         gnus-completing-read.
1743
1744 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1745
1746         * nndoc.el (nndoc-retrieve-groups): New function.
1747
1748         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
1749         `default', use nnmail-split-methods.
1750         (nnimap-request-article): Downcase the NILs so that they are nil.
1751
1752         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
1753         symbol.
1754
1755         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
1756         code, since if the user has requested network, that's what they ought
1757         to get.
1758         (nnimap-request-set-mark): Erase the buffer before issuing commands.
1759         (nnimap-split-rule): Mark as obsolete.
1760
1761         * pop3.el (pop3-send-streaming-command, pop3-stream-length): New
1762         variable.
1763
1764         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
1765         correct slot, too.
1766
1767 2010-09-29  Julien Danjou  <julien@danjou.info>
1768
1769         * gnus.el (gnus-local-domain): Declare variable obsolete.
1770
1771         * gnus-util.el (gnus-icompleting-read): Require iswitchb. Fix history
1772         computing.
1773         (gnus-ido-completing-read): Require ido.
1774
1775 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1776
1777         * gnus-registry.el: Don't prompt on load, which makes it impossible to
1778         build Gnus.
1779
1780         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
1781         when interpreting the structures.
1782         (nnimap-request-accept-article): Add \r\n to the lines to make this
1783         work with Cyrus.
1784
1785         * nndraft.el (nndraft-request-expire-articles): Use the group name
1786         instead if "nndraft".  Fix found by Nils Ackermann.
1787
1788 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
1789
1790         * nnregistry.el: Added.
1791
1792 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
1793
1794         * nnmail.el (group, group-art-list, group-art):
1795         Remove unneeded directives.
1796
1797 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
1800         (mm-mime-charset)
1801         * rfc2047.el (rfc2047-syntax-table)
1802         * utf7.el (utf7-utf-16-coding-system): Comment fix.
1803
1804         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
1805         rather than `insert-file-contents' and `eval-region'.
1806
1807         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
1808         construction.
1809
1810         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
1811
1812         * time-date.el: No need to require cl for Emacs 21.
1813
1814 2010-09-29  Julien Danjou  <julien@danjou.info>
1815
1816         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
1817         replacement of `gnus-gravatar-relief' to mimic
1818         `gnus-faces-properties-alist'.
1819         Add :version property.
1820
1821 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1822
1823         * mail-source.el (mail-source-report-new-mail)
1824         * message.el (message-default-mail-headers)
1825         * mm-decode.el (mm-valid-image-format-p): Comment fix.
1826
1827         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
1828
1829 2010-09-28  Julien Danjou  <julien@danjou.info>
1830
1831         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
1832         mail-address contains the same string as real-name.
1833
1834         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
1835         non-blank in header, otherwise it'll get stripped.
1836
1837         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
1838         real-name, and then for mail address rather than doing : or , search.
1839
1840 2010-09-27  Julien Danjou  <julien@danjou.info>
1841
1842         * gnus-srvr.el (gnus-server-add-server): Use gnus-completing-read.
1843         (gnus-server-goto-server): Use gnus-completing-read.
1844
1845         * mm-view.el (mm-view-pkcs7-decrypt): Use gnus-completing-read.
1846
1847         * mm-util.el (defalias): Use gnus-completing-read.
1848         (mm-codepage-setup): Use gnus-completing-read.
1849
1850         * smime.el (smime-sign-buffer): Use gnus-completing-read.
1851         (smime-decrypt-buffer): Use gnus-completing-read.
1852
1853         * mml-smime.el (mml-smime-openssl-sign-query): Use gnus-completing-read.
1854
1855         * mml.el (mml-minibuffer-read-type): Use gnus-completing-read.
1856         (mml-minibuffer-read-disposition): Use gnus-completing-read.
1857         (mml-insert-multipart): Use gnus-completing-read.
1858
1859         * gnus-msg.el (gnus-summary-yank-message): Use gnus-completing-read.
1860
1861         * gnus-int.el (gnus-start-news-server): Use gnus-completing-read.
1862
1863         * mm-decode.el (mm-interactively-view-part): Use gnus-completing-read.
1864
1865         * gnus-dired.el (gnus-dired-attach): Use gnus-completing-read.
1866
1867         * gnus.el (gnus-read-method): Use gnus-completing-read.
1868
1869         * gnus-bookmark.el (gnus-bookmark-jump): Use gnus-completing-read.
1870
1871         * gnus-art.el (gnus-mime-view-part-as-type): Use gnus-completing-read.
1872         (gnus-mime-action-on-part): Use gnus-completing-read.
1873         (gnus-article-encrypt-body): Use gnus-completing-read.
1874
1875         * gnus-topic.el (gnus-topic-jump-to-topic): Use gnus-completing-read.
1876         (gnus-topic-move-matching): Use gnus-completing-read.
1877         (gnus-topic-copy-matching): Use gnus-completing-read.
1878         (gnus-topic-sort-topics): Use gnus-completing-read.
1879         (gnus-topic-move): Use gnus-completing-read.
1880
1881         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
1882         (gnus-agent-add-group): Use gnus-completing-read.
1883
1884         * nnmairix.el (nnmairix-create-server-and-default-group): Use
1885         gnus-completing-read.
1886         (nnmairix-update-groups): Use gnus-completing-read.
1887         (nnmairix-get-server): Use gnus-completing-read.
1888         (nnmairix-backend-to-server): Use gnus-completing-read.
1889         (nnmairix-goto-original-article): Use gnus-completing-read.
1890         (nnmairix-get-group-from-file-path): Use gnus-completing-read.
1891
1892         * nnrss.el (nnrss-find-rss-via-syndic8): Use gnus-completing-read.
1893
1894         * gnus-group.el (gnus-group-completing-read): Use gnus-completing-read.
1895         (gnus-group-make-useful-group): Use gnus-completing-read.
1896         (gnus-group-make-web-group): Use gnus-completing-read.
1897         (gnus-group-add-to-virtual): Use gnus-completing-read.
1898         (gnus-group-browse-foreign-server): Use gnus-completing-read.
1899
1900         * gnus-sum.el (gnus-summary-goto-article): Use gnus-completing-read.
1901         (gnus-summary-limit-to-extra): Use gnus-completing-read.
1902         (gnus-summary-execute-command): Use gnus-completing-read.
1903         (gnus-summary-respool-article): Use gnus-completing-read.
1904         (gnus-read-move-group-name): Use gnus-completing-read.
1905
1906         * gnus-score.el (gnus-summary-increase-score): Use gnus-completing-read.
1907         (gnus-summary-score-effect): Use gnus-completing-read.
1908
1909         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
1910
1911         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
1912         right completing-read function.
1913         (gnus-use-ido): New variable
1914         (gnus-completing-read-with-default): Remove.
1915
1916 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1917
1918         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
1919         x-focus-frame.
1920
1921         * nnimap.el (auth-source-forget-user-or-password)
1922         (auth-source-user-or-password): Autoload.
1923
1924         * message.el (message-from-style, message-interactive)
1925         (message-cite-prefix-regexp, message-sendmail-envelope-from)
1926         (message-yank-prefix, message-indentation-spaces, message-signature)
1927         (message-signature-file): Add comment.
1928
1929 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1930
1931         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
1932         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
1933         new articles.
1934
1935         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
1936         parts.
1937         (nnimap-request-article): Work with the t setting, too.
1938
1939         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
1940         that you don't get flashes of other buffers.
1941         (gnus-summary-show-complete-article): Intern before setting.
1942
1943 2010-09-27  David Engster  <dengste@eml.cc>
1944
1945         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
1946         well as HEADERS.
1947         (nnmairix-retrieve-headers): Provide new argument for the above.
1948
1949 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950
1951         * gnus-sum.el (gnus-summary-move-article): Don't alter
1952         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
1953         group.
1954
1955         * nnimap.el (nnimap-update-info): Don't destructively alter active.
1956
1957         * message.el (message-cite-prefix-regexp): Revert my last edit.
1958
1959         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
1960         variable instead of the Gnus variable.
1961
1962         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
1963
1964         * gnus-art.el (gnus-fetch-partial-articles): Moved back to nnimap
1965         again.
1966
1967         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
1968         since some servers don't like it.
1969         (nnimap-open-connection): Forget credentials if the server says the
1970         password was wrong.
1971         (nnimap-parse-line): Protect against invalid data.
1972
1973         * gnus-sum.el (gnus-summary-move-article): Add comment.
1974         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
1975         nothing alters it while scanning for new messages.
1976
1977         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
1978         which may or may not help.
1979         (nnimap-open-connection): If we're doing a stream connection, and then
1980         discover we're on a STARTTLS-capable server, then open a STARTTLS
1981         connection instead.
1982
1983 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1984
1985         * nnimap.el (utf7): Required.
1986
1987         * message.el (message-cite-prefix-regexp): Remove "}" from citation
1988         prefix.
1989
1990 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
1991
1992         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
1993
1994 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1995
1996         * nnimap.el (nnimap-request-accept-article): Message the error on
1997         error.
1998
1999 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2000
2001         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
2002
2003 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2004
2005         * nndoc.el (nndoc-request-list): Return success always.
2006
2007         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
2008         `fetch-old' -- we only want to fetch the articles we've requested.  The
2009         rest are in the agent, probably.
2010         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
2011         disappeared server" to something low.  It's not important.
2012
2013         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
2014         arrived before the FETCH data.
2015
2016         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
2017         target here, because we don't know the Gnus name of the group.
2018
2019         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
2020         for the correct group.
2021
2022         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
2023
2024         * gnus.el (gnus): Give a final warning after startup.
2025
2026         * gnus-util.el (gnus-action-message-log): New variable.
2027         (gnus-message): Use it.
2028         (gnus-final-warning): New function.
2029
2030         * nnimap.el (nnimap-open-connection): Record the greeting.
2031         (nnimap): Add greeting.
2032
2033 2010-09-26  Julien Danjou  <julien@danjou.info>
2034
2035         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
2036         arguments.
2037         (gnus-html-wash-images): Fix spec computing to include start/end.
2038
2039         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
2040
2041 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2042
2043         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
2044         deletion.
2045         (nnimap-retrieve-headers): Don't select the group, because that's
2046         already done by nnimap-possibly-change-group.
2047
2048         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
2049         (gnus-picon-transform-address): Use it.
2050
2051         * mail-source.el (mail-source-value): Revert previous patch.
2052
2053         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
2054         on failure.
2055         (nnimap-open-connection): Look up both virtual and physical server name
2056         credentials.
2057
2058         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
2059
2060 2009-02-07  Dave Love  <fx@gnu.org>
2061
2062         * tls.el (open-tls-stream): Don't query killing process.
2063
2064 2009-02-08  Dave Love  <fx@gnu.org>
2065
2066         * gnus-win.el (gnus-window-to-buffer-helper,
2067         gnus-all-windows-visible-p): Function needn't be a symbol.
2068
2069         * mail-source.el (mail-source-value): Function needn't be a symbol.
2070
2071 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2072
2073         * message.el (message-cite-prefix-regexp): Remove } from the cite
2074         prefix.
2075
2076         * gnus-art.el (gnus-treatment-function-alist): Do picons before
2077         highlight again, so that the highlight is correct.
2078
2079         * gnus-picon.el (gnus-picon): Remove again.
2080         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
2081
2082         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
2083         doing the header highlightling, so that the background colour of the
2084         picon is correct.
2085
2086         * gnus-picon.el (gnus-picon-xbm): Removed obsolete face.
2087         (gnus-picon): Ditto.
2088         (gnus-picon): Reinstate.  The background colour for picons is white.
2089         (gnus-picon-insert-glyph): Make the background white.
2090
2091         * nnml.el (nnml-open-nov): Don't return dead buffers.
2092
2093         * auth-source.el (auth-source-create): Query the user for whether to
2094         store the credentials.
2095
2096         * netrc.el (netrc-store-data): New function.
2097
2098         * auth-source.el (auth-source-user-or-password): Use the existing auth
2099         sources, if any, for creation.
2100
2101         * gnus.el (gnus-group-fast-parameter): Return the last matching
2102         parameter instead of the first matching parameter.
2103
2104 2010-09-26  Julien Danjou  <julien@danjou.info>
2105
2106         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
2107
2108 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2109
2110         * mml2015.el (mml2015-use): Remove gpg support.
2111
2112         * mml1991.el (mml1991-function-alist): Remove gpg function.
2113         (mml1991-gpg-sign): Removed.
2114
2115 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
2116
2117         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
2118         (gnus-browse-unsubscribe-current-group): Document it.
2119         (gnus-browse-unsubscribe-group): Use it.
2120
2121 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2122
2123         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
2124         address to the To list for easier response.
2125
2126         * gnus.el (gnus-play-startup-jingle): Removed.
2127         (gnus-splash): Don't play jingle.
2128         (gnus): Silence gnus-load message.
2129
2130         * gnus-art.el (gnus-treat-play-sounds): Removed.
2131
2132         * gnus.el (gnus-play-jingle): Remove audio support.
2133
2134         * gnus-cus.el (gnus-score-customize): Remove audio reference.
2135
2136         * earcon.el: Removed -- no users.
2137
2138         * gnus-audio.el: Removed -- no users of this package.
2139
2140         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
2141
2142         * gnus-start.el (gnus-setup-news): Remove nocem support.
2143
2144         * gnus-group.el (gnus-group-get-new-news): Removed nocem call.
2145
2146         * gnus.el (gnus-use-nocem): Removed.
2147
2148         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
2149         Removed.
2150
2151         * gnus-nocem.el (gnus-nocem-issuers): Removed file.  Apparently nobody
2152         uses NoCeM any more.
2153
2154         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
2155         (gnus-button-ctan-handler): Ditto.
2156         (gnus-button-handle-ctan-bogus-regexp): Ditto.
2157         (gnus-button-ctan-directory-regexp): Ditto.
2158         (gnus-button-handle-ctan): Ditto.
2159         (gnus-button-tex-level): Ditto.
2160         (gnus-button-alist): Removed CTAN stuff.
2161
2162 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2163
2164         * nnimap.el (nnimap-wait-for-response): Reversed logic in the
2165         nnimap-streaming test.
2166
2167         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
2168         servers twice.
2169
2170         * nnimap.el (nnimap-open-connection): Add more error reporting when
2171         nnimap fails early.
2172
2173         * nnheader.el (nnheader-get-report-string): New function.
2174         (nnheader-get-report): Use it.
2175
2176         * gnus-int.el (gnus-check-server): Say what the error was when opening
2177         failed.
2178
2179         * nnimap.el (nnimap-wait-for-response): Search further when we're not
2180         using streaming.
2181
2182 2010-09-25  Julien Danjou  <julien@danjou.info>
2183
2184         * gnus-html.el (gnus-html-rescale-image): Use our defalias
2185         gnus-window-inside-pixel-edges.
2186
2187 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2188
2189         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
2190
2191         * mm-decode.el (mm-save-part): Allow saving to other directories the
2192         normal Emacs way.
2193
2194         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.  Suggested
2195         by Jay Berkenbilt.
2196
2197         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
2198         there isn't a single byte.
2199
2200         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
2201         just do it.  It doesn't really seem to matter what the user responds
2202         here, I think, so it's just a confusing question.
2203
2204         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
2205         non-streaming case.
2206
2207         * gnus-art.el (gnus-flush-original-article-buffer): Separated out.
2208         (gnus-article-encrypt-body): Use it.
2209
2210         * gnus-sum.el (gnus-summary-show-complete-article): New command and
2211         keystroke.
2212
2213         * nnimap.el (nnimap-find-wanted-parts-1): Use
2214         gnus-fetch-partial-articles.
2215
2216         * gnus-art.el (gnus-fetch-partial-articles): New variable.
2217
2218         * nnimap.el (nnimap-insert-partial-structure): New function.
2219         (nnimap-get-partial-article): New function.
2220         (nnimap-request-article): Use it.
2221         (nnimap-wait-for-response): Return whether the wait was successful.
2222         (nnimap-finish-retrieve-group-infos): Don't do anything if the
2223         retrieval wasn't successful.
2224         (nnimap-retrieve-group-data-early): Allow throttling servers.
2225         (nnimap-streaming): New variable.
2226         (nnimap-fetch-partial-articles): Removed.
2227
2228         * mm-decode.el (mm-with-part): Protect against killed buffers.
2229
2230         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
2231         for prettier summary display.
2232
2233 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
2234
2235         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns
2236         directly.
2237
2238 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239
2240         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
2241         apparently third-party libraries depend on it.
2242
2243         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
2244         before starting negotiation.
2245
2246         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
2247         privacy reasons.
2248         (gnus-treat-mail-gravatar): Ditto.
2249
2250         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
2251         buffer when inserting images.  Inserting text into the headers, for
2252         instance, can make them invalid.
2253
2254 2010-09-25  Julien Danjou  <julien@danjou.info>
2255
2256         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
2257         variables.
2258
2259         * nnheader.el: Remove useless variables news-reply-yank-from and
2260         news-reply-yank-message-id.
2261
2262         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
2263         variables.
2264
2265         * mml1991.el: Remove useless mml1991-verbose.
2266
2267         * gnus.el: Remove useless variable gnus-use-generic-from.
2268         Remove obsolete variable gnus-topic-indentation.
2269
2270         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
2271
2272         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
2273
2274         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
2275
2276         * gnus-group.el: Remove useless gnus-group-icon-cache.
2277         Remove useless gnus-ephemeral-group-server.
2278
2279         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
2280
2281         * mml2015.el: Remove useless mml2015-verbose.
2282
2283         * mml-smime.el: Remove useless mml-smime-verbose.
2284
2285         * gnus.el: Remove useless gnus-local-domain.
2286
2287         * gnus-gravatar.el (gnus-gravatar-transform-address): Use
2288         gnus-gravatar-size.
2289
2290         * gnus-art.el: Remove useless gnus-treat-translate.
2291
2292 2010-09-24  Julien Danjou  <julien@danjou.info>
2293
2294         * gnus-sum.el: Add support for Gravatars.
2295
2296         * gnus-art.el: Add support for Gravatars.
2297
2298         * gnus-gravatar.el: Add this file.
2299
2300         * gravatar.el: Add this file.
2301
2302 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2303
2304         * gnus-sum.el (gnus-summary-fetch-faq): Removed.
2305
2306         * gnus-group.el (gnus-group-fetch-faq): Removed.
2307
2308         * gnus.el (gnus-group-faq-directory): Removed.
2309
2310         * gnus-group.el (gnus-group-fetch-charter): Removed.
2311
2312         * gnus.el (gnus-group-charter-alist): Removed.
2313
2314         * gnus-group.el (gnus-group-archive-directory): Removed.
2315         (gnus-group-recent-archive-directory): Ditto.
2316         (gnus-group-make-archive-group): Removed.
2317
2318         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
2319
2320         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
2321         use the same article number for all the cached articles.
2322
2323         * nnimap.el (nnimap-command): Register the last command time so
2324         that we can use it for idling NOOPs.
2325         (nnimap-open-connection): Start the keeplive timer.
2326         (nnimap-make-process-buffer): Store all the process buffers.
2327         (nnimap-keepalive): New function.
2328
2329         * starttls.el (starttls-open-stream): Add autoload cookie.
2330
2331 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2332
2333         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
2334         handling.
2335
2336 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2337
2338         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
2339         its data structures.
2340
2341         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
2342         instead of the cl.el copy-list.
2343         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
2344         equalp.
2345
2346 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2347
2348         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
2349         and tool-bar-local-item-from-menu.
2350
2351         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
2352         mode-line-highlight face for Emacs.
2353
2354         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
2355         loading gnus-sum.elc; fix comment for canlock-verify.
2356         (gnus-article-jump-to-part): Use read-number.
2357         (gnus-insert-mime-button, gnus-insert-mime-security-button): Remove
2358         Emacs pre-21 compatible code for help-echo.
2359         (gnus-article-next-page-1): No need to adjust the number of lines.
2360         (gnus-article-describe-bindings): Always use help-buffer.
2361
2362         * gnus-audio.el (gnus-audio-inline-sound)
2363         * gnus-cus.el (gnus-custom-mode)
2364         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
2365
2366         * gnus-sum.el (gnus-remove-overlays): Doc fix.
2367
2368         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
2369         compatible code.
2370
2371 2010-09-24  Glenn Morris  <rgm@gnu.org>
2372
2373         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
2374         visiting the fcc file in rmail-mode.
2375
2376         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
2377
2378 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2379
2380         * nnir.el: Silence the byte compiler.
2381
2382         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
2383         alias to browse-url-url-encode-chars if any.
2384         (gnus-html-encode-url): Use it.
2385
2386 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2387
2388         * gnus-start.el (gnus-use-backend-marks): New variable.
2389         (gnus-get-unread-articles-in-group): Use it.
2390
2391         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
2392         makeover.
2393
2394 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2395
2396         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
2397
2398 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2399
2400         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
2401         Removed.
2402         (gnus-setup-news-hook): Removed
2403         gnus-fixup-nnimap-unread-after-getting-new-news.
2404
2405         * gnus-int.el (gnus-request-update-info): Protect against backends not
2406         having the function.
2407
2408         * nnimap.el (nnimap-stream): Mention starttls.
2409         (nnimap-open-connection): Add starttls support.
2410
2411 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
2412
2413         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
2414
2415 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2416
2417         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
2418         BODYSTRUCTUREs.
2419         (nnimap-transform-headers): Unfold quoted {42} headers.
2420
2421         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
2422         the info.
2423         (gnus-get-unread-articles): Only call updatep on backends that support
2424         it.
2425
2426         * nnweb.el (nnweb-request-update-info): NOOP.
2427
2428         * nnmaildir.el (nnmaildir-request-marks): Renamed from -update-info.
2429
2430         * nnfolder.el (nnfolder-request-marks): Renamed from -update-info,
2431         since it only deals with marks.
2432
2433         * gnus-int.el (gnus-request-marks): Renamed gnus-request-update-info to
2434         gnus-request-marks, and make a new gnus-request-update-info.
2435
2436         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
2437         the active instead of the high number, which is usually too low.
2438
2439 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
2440
2441         * netrc.el (netrc-parse): Remove encrypt.el mentions.
2442         * encrypt.el: Removed.
2443
2444 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445
2446         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
2447         server in symbolic form.
2448
2449         * gnus-html.el (gnus-max-image-proportion): Increase proportion to
2450         0.9.
2451
2452 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453
2454         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
2455         (nnimap-update-info): Fix up code slightly.
2456
2457         * gnus-int.el (gnus-open-server): Add tracing for performance
2458         debugging.
2459
2460         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
2461         (gnus-group-insert-group-line): Pass the real group name so that it
2462         gets the right data.
2463
2464         * gnus-start.el (gnus-get-unread-articles): Don't have
2465         `gnus-get-unread-articles-in-group' update info, since that can be
2466         really slow and doesn't seem to be needed?
2467
2468 2010-09-22  Dan Christensen  <jdc@uwo.ca>
2469
2470         * time-date.el (date-to-time): Try using parse-time-string first before
2471         using the slower timezone-make-date-arpa-standard.
2472
2473 2010-09-22  Julien Danjou  <julien@danjou.info>
2474
2475         * gnus-group.el (gnus-group-insert-group-line): Call
2476         gnus-group-highlight-line.
2477         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
2478         default hook list.
2479         (gnus-group-update-eval-form): Add new function.
2480         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
2481         (gnus-group-get-icon): Use gnus-group-update-eval-form.
2482
2483 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484
2485         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
2486         immediate, then expire all articles.
2487         (nnimap-update-info): Fix off-by-one errors.
2488         (nnimap-flags-to-marks): Would return no marks lists for group with no
2489         flags.  Instead return the other data.
2490
2491 2010-09-22  Julien Danjou  <julien@danjou.info>
2492
2493         * gnus-group.el (gnus-group-get-icon): Renamed gnus-group-add-icon that
2494         Only return an icon.
2495         (gnus-group-insert-group-line): Compute icon to return.
2496
2497         * gnus-html.el (gnus-html-image-automatic-caching): Add custom
2498         variable.
2499         (gnus-html-image-fetched): Only cache if
2500         gnus-html-image-automatic-caching is set.
2501         (gnus-html-image-fetched): Check for errors.
2502
2503 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2504
2505         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
2506         once per method on `g'.  This ensures that backends like nnfolder don't
2507         open all their folders.
2508
2509         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
2510         (nnimap-request-list): Nix out group in the correct buffer.
2511         (nnimap-parse-flags): Implement by using `read' instead of
2512         hand-parsing.
2513         (nnimap-flags-to-marks): Pass on permanent-flags.
2514         (nnimap-make-process-buffer): Record the server name.
2515         (nnimap-parse-flags): Fix typo.
2516         (nnimap-request-scan): Run split on the server in general, not just a
2517         single group.
2518
2519         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
2520         parameter, and propagate this downwards.
2521
2522         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
2523         since EXAMINE changes it on the server.
2524
2525         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
2526         this command might take a while.
2527
2528 2010-09-22  Julien Danjou  <julien@danjou.info>
2529
2530         * gnus-html.el (gnus-html-put-image): Stop using markers. They are
2531         harmful if you have 2 images side-by-side, they can't be properly
2532         update on text deletion.  Using text-property is safer here.
2533         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
2534         data.
2535
2536 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2537
2538         * nnimap.el (nnimap-expunge-inbox): Removed.
2539         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
2540         (nnimap-expunge): Flip default to t.
2541
2542         * gnus.el (gnus-method-to-server): Don't push things to the cache
2543         unless it's unique.
2544         (gnus-server-to-method): Ditto.
2545
2546 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
2547
2548         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
2549
2550 2010-09-22  Julien Danjou  <julien@danjou.info>
2551
2552         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
2553         get the start of data.
2554         (gnus-html-encode-url): Add this function to encode special chars in
2555         URL.
2556         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
2557         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
2558
2559         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
2560         default.
2561         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
2562
2563         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
2564         images alt-text.
2565         (gnus-html-put-image): Put alt-text as help-echo.
2566
2567 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2568
2569         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
2570         * mm-util.el (mm-decompress-buffer)
2571         * nnir.el (nnir-run-find-grep)
2572         * pop3.el (pop3-list): Use 3rd arg of split-string.
2573
2574         * time-date.el (format-seconds): Comment fix.
2575
2576         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
2577         and byte-optimize-form-code-walker.
2578         (dgnushack-make-auto-load): Don't advise make-autoload.
2579
2580         * lpath.el: Remove Emacs 21 stuff.
2581
2582 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2583
2584         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
2585         outside the active range.  Suggested by Dan Christensen.
2586
2587         * gnus-start.el (gnus-get-unread-articles): Get the extended method
2588         slightly later to avoid double-getting it.
2589
2590         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
2591         previous patch.
2592
2593         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
2594
2595 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
2596
2597         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
2598
2599 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2600
2601         * gnus-int.el (gnus-open-server): Give a better error message in the
2602         "go offline" case.
2603
2604         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
2605         marks for nnimap, which is seldom the right thing to do.
2606
2607         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
2608         (gnus-same-method-different-name): New function.
2609
2610         * nnimap.el (parse-time): Require.
2611
2612         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
2613         method in the presence of many similar methods.
2614
2615         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
2616
2617         * nnimap.el (nnimap-find-expired-articles): Don't refer to
2618         nnml-inhibit-expiry.
2619
2620         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
2621         find out whether methods are equal.
2622
2623         * nnimap.el (nnimap-find-expired-articles): New function.
2624         (nnimap-process-expiry-targets): New function.
2625         (nnimap-request-move-article): Request the article before looking at
2626         what the Message-ID is.  Fix found by Andrew Cohen.
2627         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
2628
2629         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
2630         for oldness in addition to being a predicate.
2631
2632         * nnimap.el (nnimap-request-group): When we have zero articles, return
2633         the right data to Gnus.
2634         (nnimap-request-expire-articles): Only delete articles immediately if
2635         the target is 'delete.
2636
2637         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
2638         method, this would bug out.
2639
2640         * gnus-group.el (gnus-group-expunge-group): Renamed from
2641         gnus-group-nnimap-expunge, and implemented as a normal interface
2642         function.
2643
2644         * gnus-int.el (gnus-request-expunge-group): New function.
2645
2646         * nnimap.el (nnimap-request-create-group): Implement.
2647         (nnimap-request-expunge-group): New function.
2648
2649 2010-09-21  Julien Danjou  <julien@danjou.info>
2650
2651         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
2652         (gnus-html-cache-expired): Add new function.
2653         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
2654         wethever we should display image for fetch it.
2655         Compute alt-text earlier to pass it to the fetching function too.
2656         (gnus-html-schedule-image-fetching): Change function argument to only
2657         get one image at a time, not a list.
2658         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
2659         cache.
2660         (gnus-html-get-image-data): New function to retrieve image data from
2661         cache.
2662         (gnus-html-put-image): Change buffer argument to use image data rather
2663         than file, and place image above region rather than inserting a new
2664         one. Do not take alt-text as argument, since it's useless now: we place
2665         the image above alt-text.
2666         (gnus-html-prune-cache): Remove.
2667         (gnus-html-show-images): Start to fetch image when we find one, do not
2668         push into a temporary list.
2669         (gnus-html-prefetch-images): Only fetch image if they have expired.
2670         (gnus-html-browse-image): Fix, use 'gnus-image-url.
2671         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
2672
2673 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2674
2675         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
2676
2677 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678
2679         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
2680         spec inser "*" if the group isn't active instead of 0.
2681
2682         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
2683         opening the server.
2684         (nnimap-request-delete-group): Implement group deletion.
2685         (nnimap-transform-headers): Return the size of the entire message in
2686         the Bytes header, not just the size of the first part.
2687         (nnimap-request-move-article): When moving an article from nnimap,
2688         request the article first so the accepting form has an article to
2689         accept.  Reported by Dan Christensen.
2690         (nnimap-command): Make sure that the error message doesn't error out.
2691
2692 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
2693
2694         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
2695         we haven't requested anything.
2696
2697 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2698
2699         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
2700         "".  Fix found by Andrew Cohen.
2701
2702         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
2703         instead of -encode-string.
2704
2705 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2706
2707         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
2708
2709         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
2710         by mm-subst-char-in-string.
2711
2712 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2713
2714         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
2715         waiting for the connection string.
2716
2717         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
2718         arriving.
2719
2720         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
2721         bogus characters.  This allows selecting certain Gmail groups.
2722
2723         * nnimap.el (nnimap-find-wanted-parts-1): New function.
2724         (nnimap-fetch-partial-articles): New variable.
2725         (nnimap-open-connection): When looking for credentials, also use the
2726         nnimap-server-port.
2727         (nnimap-request-article): Return the group/article number, so that Gnus
2728         `^' works as expected.
2729         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants
2730         them.
2731
2732         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
2733         comments.
2734         (gnus-methods-sloppily-equal): New function.
2735         (gnus): When using the development version of Gnus, load the gnus-load
2736         file.
2737
2738         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
2739         `gnus-open-server' on each method before trying to scan them etc.  This
2740         ensures that all the backend parameters are set correctly.
2741
2742         * nnimap.el (nnimap-authenticator): New variable.
2743         (nnimap-open-connection): Allow anonymous login.
2744         (nnimap-transform-headers): The chars header is called Chars not
2745         Bytes.
2746         (nnimap-wait-for-response): Don't infloop if the IMAP connection
2747         drops.
2748
2749         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
2750         patch, found by Knut Anders Hatlen.
2751
2752 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
2753
2754         * gnus-agent.el (gnus-agent-batch-confirmation)
2755         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
2756         to gnus-message.
2757         * gnus-art.el (gnus-article-describe-briefly): Likewise.
2758         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
2759         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
2760         * gnus-int.el (gnus-open-server): Likewise.
2761         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
2762         (gnus-score-check-syntax): Likewise.
2763         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
2764         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
2765         Likewise.
2766         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
2767
2768 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769
2770         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
2771         calling conventions so that prefetch doesn't bug out.
2772
2773 2010-09-19  Julien Danjou  <julien@danjou.info>
2774
2775         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
2776         rather than `subst-char-in-region' in order to be able to replace ASCII
2777         char by UTF-8 ones.
2778
2779         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
2780         than curl.
2781         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
2782         the right URL and ALT text on images.
2783         (gnus-html-wash-tags): Fix tag case.
2784         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
2785         (gnus-article-html): Add -o display_ins_del=2 option.
2786         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
2787
2788 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789
2790         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
2791         the extra mail headers, which sometimes seem to happen for unknown
2792         reasons.
2793
2794         * mail-parse.el (mail-header-encode-parameter): Define as
2795         rfc2045-encode-string instead of as rfc2231-encode-string, since some
2796         (or most, perhaps?) mail readers don't understand the latter, but do
2797         understand the former.
2798
2799         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
2800         to nil, so that no methods are automatically agentized.  I think this
2801         is probably what most users want.
2802
2803         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
2804         from url-retrieve, for instance about invalid URLs.
2805
2806         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
2807         groups that have no articles.
2808         (nnimap-request-article): Check that we really got an article when we
2809         requested one.
2810
2811         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
2812         doesn't exist.
2813
2814         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
2815         nntp buffer so the agent can save it.
2816         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
2817         that CRLF doesn't get translated to \n.
2818         (nnimap-open-connection): Don't make 'shell commands only send \n.
2819
2820 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2821
2822         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
2823         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
2824         Update var name.
2825         (nnml-generate-nov-file): Use dolist.
2826         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
2827         Use with-current-buffer.
2828
2829 2010-09-18  Julien Danjou  <julien@danjou.info>
2830
2831         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
2832         parallel.
2833
2834 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2835
2836         * nnimap.el (nnimap-update-info): When doing partial marks update, get
2837         the range update right.
2838         (nnimap-request-group): Don't make `M-g' bug out on group with no
2839         marks.
2840         (nnoo): Required, so that other packages can require nnimap.
2841         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
2842         command we're looking for.  This helps when the server sends more
2843         responses after we've gotten everything we expected.
2844         (nnimap): Add a `newlinep' field to keep track of end-of-line
2845         conventions.
2846         Don't send CRLF to things that don't want it.
2847         (nnimap-request-accept-article): Ditto.
2848
2849 2010-09-18  Julien Danjou  <julien@danjou.info>
2850
2851         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
2852         than curl to retrieve images.
2853
2854 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855
2856         * nnimap.el (nnimap-update-info): Extend the info so that we can set
2857         the marks.
2858         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
2859         (nnimap-wait-for-connection): New function.
2860         (nnimap-open-connection): If we have PREAUTH, don't query for login
2861         credentials.
2862         (nnimap-update-info): Fix off-by-one error when concatenating ranges
2863         when doing a partial update.
2864
2865 2010-09-18  Julien Danjou  <julien@danjou.info>
2866
2867         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
2868         tags.
2869
2870 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2871
2872         * nnimap.el (nnimap-credentials): New function.
2873         (nnimap-open-connection): Use the new function to look for credentials
2874         also on the numeric equivalents of "imap" and "imaps".
2875
2876         * gnus-start.el (gnus-activate-group): Send the info to
2877         gnus-request-group.
2878
2879         * nnimap.el (nnimap-request-group): Have the "check" version of the
2880         function parse flags and update the info, so that a `M-g' get a total
2881         resync of all flags from the group.
2882
2883         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
2884         to allow backends to alter the info on group selection.  Also alter all
2885         the backend -request-group functions to take the parameter.
2886
2887         * nnimap.el (nnimap-store-info): New function.
2888         (nnimap-update-info): Store the info for later usage.
2889         (nnimap-request-group): Use the stored info for the dont-check case, so
2890         that we don't retrieve all marks when we enter a group.
2891
2892         * nnimap.el: Use deffoo instead of defun for interface functions.
2893
2894         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
2895         update the group info.  This makes the nndraft groups, for instance, go
2896         back to their old behaviour.
2897
2898         * gnus-sum.el (gnus-select-newsgroup): Indent.
2899
2900         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
2901         in.
2902         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
2903         nothing.
2904
2905         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
2906         from methods that are denied.
2907
2908         * gnus-int.el (gnus-method-denied-p): New function.
2909
2910         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
2911         store the password instead of netrc.
2912         (nnimap-open-connection): Don't error out when we can't make a
2913         connections.
2914
2915         * auth-source.el (auth-source-create): In the password prompt, say what
2916         we're querying for.  Also prompt for user name if that hasn't been
2917         given.
2918
2919         * nnimap.el (nnimap-with-process-buffer): Removed.
2920
2921 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2922
2923         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
2924         method when we're reading from the agent.
2925
2926         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
2927
2928         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
2929         that's probably most useful for users.
2930
2931         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
2932         "failed" all the time.
2933
2934         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
2935         ...)) with (with-current-buffer ... ).
2936
2937         * nntp.el (nntp-open-server): Return whether the open was successful or
2938         not.
2939
2940         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
2941         select an unread unseen article first.
2942
2943         * nnimap.el (nnimap-open-connection): If the user doesn't have a
2944         /etc/services, supply some sensible port defaults.
2945
2946         * dgnushack.el: Define netrc-credentials.
2947
2948 2010-09-17  Julien Danjou  <julien@danjou.info>
2949
2950         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
2951
2952 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2953
2954         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
2955         doesn't have any parameters.
2956
2957 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2958
2959         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
2960         only upcased checks.
2961
2962         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
2963
2964         * nnimap.el (nnimap-open-shell-stream): New function.
2965         (nnimap-open-connection): Use it.
2966         (nnimap-transform-headers): Get the number of lines in each message.
2967         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
2968         number of lines.
2969         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
2970         problem.
2971
2972         * utf7.el (utf7-encode): Autoload.
2973
2974         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
2975         to allow the mail splitting to not return a default group.  This is
2976         useful for nnimap, which will leave unmatched mail in the inbox.
2977
2978         * nnimap.el: Rewritten.
2979
2980         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
2981         nnimap usage.
2982
2983         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
2984         if the move is internal, so that nnimap can do fast internal moves.
2985
2986         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
2987         data.
2988         (gnus-read-active-for-groups): Support finishing the early retrieval of
2989         data.
2990
2991         * gnus-range.el (gnus-range-nconcat): New function.
2992
2993         * gnus-int.el (gnus-finish-retrieve-group-infos)
2994         (gnus-retrieve-group-data-early): New functions.
2995
2996 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
2997
2998         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
2999         (nnrss-retrieve-groups):
3000         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
3001         (pop3-quit): Use with-current-buffer.
3002
3003 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3004
3005         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
3006         instead of nnheader-accept-process-output.
3007
3008         * dgnushack.el (dgnushack-compile): Add comment.
3009
3010         * lpath.el: No need to fbind propertize for XEmacs 21.4.
3011
3012         * gnus-html.el (gnus-html-schedule-image-fetching)
3013         (gnus-html-prefetch-images): Replace process-kill-without-query by
3014         gnus-set-process-query-on-exit-flag.
3015
3016 2010-09-16  Romain Francoise  <romain@orebokech.com>
3017
3018         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
3019
3020 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3021
3022         * gnus-registry.el (gnus-registry-install-shortcuts): The second
3023         parameter to unintern is mandatory-ish in Emacs 24.
3024
3025         * gnus-html.el (gnus-html-schedule-image-fetching)
3026         (gnus-html-prefetch-images): Check for curl before using it.
3027
3028         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
3029         depend on curl, which isn't essential.
3030
3031         * imap.el: Revert back to version
3032         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
3033         seem problematic.
3034
3035 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3036
3037         * gnus-registry.el (gnus-registry-install-shortcuts):
3038         Explicitly pass `obarray' to `unintern' to avoid a warning.
3039
3040 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3041
3042         * gnus-start.el (gnus-read-active-for-groups): Reverted the previous
3043         change.
3044
3045         * nnrss.el (nnrss-request-list): Removed this function and related
3046         functions, including the moreover stuff.
3047
3048 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3049
3050         * nnrss.el (nnrss-retrieve-groups): New function.
3051
3052 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
3053
3054         * .dir-locals.el: Add no-byte-compile cookie.
3055
3056 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3057
3058         * time-date.el (format-seconds): Comment fix.
3059
3060         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
3061         for back end that doesn't support request-scan.
3062
3063 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064
3065         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
3066         then do request scans from the backends.
3067
3068         * netrc.el (netrc-credentials): New conveniency function.
3069
3070         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
3071         avoid running a hook per line, since this takes a lot of time,
3072         profiling shows.
3073         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
3074         directly if gnus-visual-p is true.
3075
3076 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3077
3078         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
3079         groups; replace mapcar with dolist which is a bit faster; pass groups
3080         info to gnus-read-active-file-1.
3081         (gnus-read-active-file-1): Scan only specified groups if the new
3082         optional arg `infos' is given.
3083
3084 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3085
3086         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
3087
3088         * pop3.el (pop3-movemail): Removed.
3089         (pop3-streaming-movemail): Renamed to pop3-movemail.
3090
3091         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
3092         don't restrict end-tag searches to the end of the line.
3093
3094 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
3095
3096         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
3097         articles of every unchecked group to t, which means unknown since the
3098         server has never been opened.
3099
3100 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * gnus-html.el (gnus-html-show-alt-text): New command.
3103         (gnus-html-browse-image): Ditto.
3104         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
3105         to browse the image directly.
3106         (gnus-html-wash-tags): Search for images first, so that <a><img> works
3107         better.
3108
3109         * gnus-async.el (gnus-async-article-callback): Call
3110         `gnus-html-prefetch-images' unconditionally.
3111
3112         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
3113         before feeding URLs to curl.
3114
3115 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3116
3117         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
3118         internal images as deletable by `W D D'.
3119
3120         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
3121         (gnus-async-article-callback): Fix typo.
3122
3123 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
3126         current line to work around bugs in the output from w3m.
3127
3128         * gnus-async.el (gnus-async-article-callback): Always prefetch images
3129         for groups that want that.
3130
3131         * nntp.el (nntp-wait-for-string): Supply a timeout for
3132         accept-process-output to ensure progress.
3133
3134         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
3135         level to get unread articles from, then use that for foreign groups,
3136         too.
3137
3138         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
3139         confuses the rest of the function.
3140
3141         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
3142         for the methods that support -retrieve-groups, too.
3143
3144         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
3145
3146 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3147
3148         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
3149         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
3150
3151         * pop3.el: Require cl when compiling.
3152         (pop3-number-of-responses): Search for "+OK", not "+OK ".
3153
3154 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3155
3156         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
3157         that aren't going to be activated.
3158         (gnus-get-unread-articles): Fix up the last commit.
3159
3160         * gnus-html.el (gnus-article-html): Allow calling without specifying
3161         the handle.  In that case, dissect the buffer first.
3162
3163         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
3164
3165         * nnimap.el (nnimap-open-connection): Revert the change that would look
3166         into authinfo for imaps instead of imap.
3167
3168         * gnus-start.el (gnus-activate-group): Take an optional parameter to
3169         say that you don't want to call gnus-request-group with don-check, but
3170         do check the reponse.  This is for virtual groups only.
3171         (gnus-get-unread-articles): Count the archive groups as secondary, so
3172         that they're activated the same way as before.
3173
3174         * imap.el (imap-message-map): Removed optional buffer parameter, since
3175         no callers use it.
3176         (imap-message-get): Ditto.
3177         (imap-message-put): Ditto.
3178         (imap-mailbox-map): Ditto.
3179         (imap-mailbox-put): Ditto.
3180         (imap-mailbox-get): Ditto.
3181         (imap-mailbox-get): Revert last change for this function.
3182
3183         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
3184         case-insensitively.
3185         (nnimap-debug): Removed.
3186
3187         * imap.el (imap-fetch-safe): Removed function, and altered all callers
3188         to use `imap-fetch' instead.  According to the comments, this should be
3189         safe, since all other IMAP clients use the 1:* syntax.
3190         (imap-enable-exchange-bug-workaround): Removed.
3191         (imap-debug): Removed -- doesn't seem very useful.
3192
3193         * mail-source.el (mail-source-fetch): Don't message if we're fetching
3194         mail from a file, and the file doesn't exist.
3195
3196         * imap.el (imap-log): New convenience function used throughout instead
3197         of repeating the same code all over the place.
3198
3199         * pop3.el (pop3-streaming-movemail): Return t for success.
3200
3201         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
3202         .authinfo if we're using ssl connection.
3203
3204         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
3205         already have if we're in a main Gnus `g' run.
3206
3207         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
3208
3209 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3210
3211         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
3212
3213         * nnmh.el (nnmh-request-list-1): Bind `file'.
3214
3215         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
3216         alias to set-process-query-on-exit-flag or process-kill-without-query.
3217         (pop3-open-server): Use it.
3218
3219 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3220
3221         * mail-source.el (mail-source-delete-crash-box): Always move the crash
3222         box to the Incoming file.  Fixes mistake in previous checkin.
3223
3224         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
3225         request loop (for debugging purposes) removed.
3226
3227         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
3228         culprit is more visible.
3229         (nnml-save-incremental-nov, nnml-open-incremental-nov)
3230         (nnml-add-incremental-nov): New functions to do "incremental" nov
3231         updates, where we just append to the end of the existing nov files
3232         without reading/writing them in full.
3233
3234         * mail-source.el (mail-source-delete-crash-box): Really only check the
3235         incoming files once in a while.
3236
3237         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
3238
3239         * mail-source.el (mail-source-delete-crash-box): Only check the
3240         incoming files for deletion once per day to save a lot of file
3241         accesses.
3242
3243         * pop3.el (pop3-logon): Fix up unbound variable typo.
3244
3245         * mail-source.el (pop3-streaming-movemail): Autoload.
3246
3247         * pop3.el (pop3-streaming-movemail): Respect
3248         pop3-leave-mail-on-server.
3249
3250         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
3251         retrieval.
3252
3253         * pop3.el (pop3-process-filter): Removed unused function.
3254         (pop3-streaming-movemail, pop3-send-streaming-command)
3255         (pop3-wait-for-messages, pop3-write-to-file)
3256         (pop3-number-of-responses): New functions for streaming pop3
3257         retrieval.
3258
3259         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
3260         come from no known methods.
3261         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
3262         list.
3263
3264         * pop3.el (pop3-display-message-size-flag): Removed -- everybody wants
3265         message sizes.
3266         (pop3-movemail): Use erase-buffer instead of looping and deleting
3267         regions, which seems rather odd.
3268
3269         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
3270         file once per `g' run.
3271
3272         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
3273         directories.  This makes the draft queue directory work.
3274
3275         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
3276         data from the backends, so that we only request the list of groups from
3277         each method once.  This should speed things up considerably.
3278
3279         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
3280         detect that it's not implemented.
3281
3282         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
3283         we actually do recurse down into the tree, but don't stat all leaf
3284         nodes.
3285
3286         * gnus-html.el (gnus-html-show-images): If there are no images to show,
3287         then say so instead of bugging out.
3288
3289         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
3290         files exist before trying to read them.
3291
3292         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
3293         around <pre_int>.
3294
3295         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
3296
3297         * nnmh.el (nnmh-request-list-1): Optimize for speed.
3298
3299 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3300
3301         * mm-util.el (mm-image-load-path): Just return the image directories,
3302         not all directories in the path in addition to the image directories.
3303         (mm-image-load-path): Maintain a cache of the image directories so that
3304         the `g' command in Gnus doesn't have to stat dozens of directories each
3305         time.
3306
3307         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
3308         (gnus-html-wash-tags): Add a new `i' command to insert images.
3309         (gnus-html-insert-image): New command and keystroke.
3310         (gnus-html-redisplay-with-images): New command and keystroke.
3311         (gnus-html-show-images): Renamed command.
3312         (gnus-html-wash-tags): Remove more white space before <pre_int> image
3313         spacers.
3314         (gnus-html-wash-tags): Decode entities at the end, so that entities
3315         inside the tags don't mess up the rest of the "parsing".
3316
3317         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
3318         so that nnimap methods aren't agentized by default.  There's apparently
3319         many problems related to agent/imap behaviour.
3320
3321         * gnus-art.el (gnus-article-copy-string): New command and key binding.
3322
3323         * gnus-html.el: Doc fix.
3324
3325 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3326
3327         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
3328         specifier-spec-list for Emacs 21.
3329
3330         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
3331         glyph-width and glyph-height instead of display-graphic-p and
3332         image-size; make avoidance of displaying small images work for XEmacs.
3333
3334         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
3335         for XEmacs.
3336
3337         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
3338         of symbol that holds plist data.
3339         (gnus-process-plist): Remove plist of process after getting it.
3340
3341 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342
3343         * message.el (message-generate-hashcash): Change default to
3344         'opportunistic if hashcash is installed.
3345
3346         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
3347         (gnus-html-put-image): Only call image-size once, since it's somewhat
3348         time-consuming on remote X servers.
3349
3350 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3351
3352         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
3353         type on data, not a file name.
3354
3355         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
3356         window-pixel-edges for Emacs 21.
3357
3358         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
3359         decoded contents.
3360         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
3361
3362 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3363
3364         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
3365         group line format, since it isn't very interesting.
3366
3367         * gnus-agent.el (gnus-agent-short-article),
3368         (gnus-agent-long-article): Increase values for these two variables,
3369         since most people are likely to have more network connection and
3370         storage than before.
3371
3372         * gnus.el (gnus-refer-article-method): Change default to 'current.
3373         When referring an article, the common behaviour is to refer it from the
3374         current select method, not the native select method.  The chances of
3375         the native select method having the message in question is rather slim
3376         these days.
3377
3378         * gnus-sum.el (gnus-auto-select-subject): Change default to
3379         `unseen-or-unread'.  I think it's likely that most people want to
3380         select an unseen article over a previously seen, but unread one.
3381
3382         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
3383         means that in the article buffer none of the minor mode elements will
3384         be shown, usually, and this is not desirable in most cases.
3385
3386         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
3387         that commands like `d' (and the like) go to the next line in the
3388         buffer, instead of the next unread article.  I think this is the
3389         behaviour that is most natural for most users.
3390         (gnus-single-article-buffer): Change default to nil, so that people can
3391         have as many article buffers open as they have summary buffer.  I think
3392         this is the most natural way for the groups to behave.
3393
3394         * message.el (message-generate-new-buffers): Change default to
3395         `unsent', so that all new message buffers start their names with the
3396         string "*unsent", and it's easier to find the buffers if you move from
3397         them.
3398
3399 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3400
3401         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
3402         small.  They're probably tracking images.
3403         (gnus-html-wash-tags): Remove all <pre_int> place holders.
3404         (gnus-html-rescale-image): Yet another try at getting the image sizing
3405         right.
3406
3407         * nntp.el (nntp-request-set-mark): Refuse to do marks if
3408         nntp-marks-file-name is nil.
3409
3410 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3411
3412         * gnus-html.el (gnus-html-wash-tags)
3413         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
3414         Better logging.
3415
3416 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3417
3418         * nndoc.el (nndoc-type-alist): Added a new type for Google digests.
3419
3420         * gnus-html.el (gnus-html-wash-tags): Check the value of
3421         gnus-blocked-images in the summary buffer.
3422
3423 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3424
3425         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
3426
3427 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3428
3429         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
3430         like "a", it seems like.
3431         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
3432         since it needs to be picked from the correct buffer.
3433
3434         * nnwfm.el: Removed.
3435
3436         * nnlistserv.el: Removed.
3437
3438 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3439
3440         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
3441         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
3442
3443 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3444
3445         * nnkiboze.el: Removed.
3446
3447         * nndb.el: Removed.
3448
3449         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
3450         alt text.
3451         (gnus-html-rescale-image): Try to get the rescaling logic right for
3452         images that are just wide and not tall.
3453
3454         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
3455         overshadow variable bindings.
3456
3457 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
3458
3459         * gnus-html.el (gnus-html-wash-tags)
3460         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images): Add
3461         extra logging.
3462
3463 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3464
3465         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
3466         (gnus-max-image-proportion): New variable.
3467         (gnus-html-rescale-image): New function.
3468         (gnus-html-put-image): Rescale images.
3469
3470 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
3471
3472         Fix up some byte-compiler warnings.
3473         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
3474         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
3475         (gnus-article-fill-cited-article, gnus-article-hide-citation)
3476         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
3477         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
3478         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
3479         (gnus-group-update-group): Use save-excursion and with-current-buffer.
3480
3481 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3482
3483         * gnus-html.el (gnus-article-html): Decode contents by charset.
3484
3485 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3486
3487         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
3488         (gnus-html-frame-width, gnus-blocked-images)
3489         * message.el (message-prune-recipient-rules): Add custom version.
3490         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
3491
3492         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
3493         functions.
3494
3495         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
3496         gnus-process-get.
3497
3498 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
3499
3500         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
3501         instead of lsub directly.
3502
3503 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3504
3505         * nnwarchive.el: Removed.
3506
3507         * gnus-soup.el: Removed.
3508
3509         * nnsoup.el: Removed.
3510
3511         * nnultimate.el: Removed.
3512
3513         * gnus-html.el (gnus-blocked-images): New variable.
3514
3515         * message.el (message-prune-recipients): New function.
3516         (message-prune-recipient-rules): New variable.
3517
3518         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
3519         guess whether a long line is natural text or not.
3520
3521         * gnus-html.el (gnus-html-schedule-image-fetching): Use
3522         gnus-process-plist and friends for compatibility.
3523
3524 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
3525
3526         * gnus-html.el: Require packages that define macros used in this file.
3527         (gnus-article-mouse-face): Declare to silence byte-compiler.
3528         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
3529         process-get.
3530         (gnus-html-put-image): Use plist-get to avoid getf.
3531         (gnus-html-prefetch-images): Use with-current-buffer.
3532
3533 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
3534
3535         * gnus-ems.el: Provide compatibility functions for
3536         gnus-set-process-plist.
3537
3538         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
3539         header-line-format for XEmacs 21.4.
3540
3541         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
3542         * gnus.el (gnus-valid-select-methods)
3543         * message.el (message-send-mail-partially-limit)
3544         * mm-decode.el (mm-text-html-renderer)
3545         * mml.el (mml-insert-mime-headers-always)
3546         * smiley.el (smiley-regexp-alist): Bump custom version.
3547
3548 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549
3550         * gnus-html.el: require mm-url.
3551         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
3552         with the url to `url'.
3553         (gnus-html-wash-tags): Support cid: URLs/images.
3554
3555 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3556
3557         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
3558         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
3559         bindings, as they aren't useful at all.  `w' is moved to `W w'.
3560
3561         * gnus-move.el: Removed file, since it doesn't really work.
3562
3563         * gnus-html.el (gnus-article-html): Tell w3m that the input is
3564         UTF-8.  This seems to fix problems with some German web feeds.
3565
3566         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
3567         at the top so that the proper colours are applied.
3568
3569         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
3570         don't have dots in their names.
3571
3572         * gnus-art.el (gnus-article-view-part): Doc fix.
3573
3574         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
3575         XEmacs-compatible.
3576         (gnus-html-put-image): Don't do images on non-graphic displays.
3577
3578         * nnslashdot.el: Removed this unused backend.
3579
3580         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
3581         actions.
3582         (gnus-undo-register-1): Revert last change.
3583
3584         * gnus-group.el (gnus-group-completing-read): Protect against not
3585         having completion-styles bound.
3586
3587         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
3588         make broken recipients happier.
3589
3590         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
3591
3592         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
3593         point parameter.
3594
3595         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
3596
3597         * gnus-group.el (gnus-group-completing-read): Add 'substring to
3598         completion-styles for group selection.
3599
3600 2009-02-04  Andreas Schwab  <schwab@suse.de>
3601
3602         * gnus-score.el (gnus-score-string): Fix regex for matching extra
3603         headers and regexp-quote the match if necessary.
3604
3605 2009-03-24  Miles Bader  <miles@gnu.org>
3606
3607         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
3608         the blinking smiley.
3609
3610 2009-03-24  Simon Josefsson  <simon@josefsson.org>
3611
3612         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
3613         blink smiley.
3614
3615 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3616
3617         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
3618         where the dribbel file lives exists.
3619
3620         * message.el (message-send-mail-partially-limit): Change the default to
3621         nil, since most people don't want this.
3622
3623         * mm-url.el (mm-url-decode-entities): Also decode entities like
3624         &#x3212.
3625
3626 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
3627
3628         * gnus-sum.el (gnus-summary-idna-message):
3629         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
3630         Hyperlink urls in docstrings with URL `...'.
3631
3632 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
3633
3634         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
3635         functions.
3636
3637 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3638
3639         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
3640         say what the mouseover text should be.
3641
3642         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
3643         version of the mm-w3m-safe-url-regexp variable to only download images
3644         in the groups where we want that to happen.
3645
3646         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
3647
3648         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
3649         easier debugging.
3650         (gnus-article-beginning-of-window): Add kludge to allow spacing past
3651         big pictures in the article buffer.
3652
3653         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
3654         gnus-article-html.
3655         (mm-text-html-renderer): gnus-article-html needs curl in addition to
3656         w3m.
3657
3658         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
3659
3660 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3661
3662         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
3663         which doesn't exist.
3664
3665         * message.el (message-inhibit-ecomplete): New variable to allow some
3666         function to inhibit ecomplete address storage.
3667         (message-resend): Disable ecomplete message storage when resending
3668         messages.
3669
3670         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
3671
3672 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3673
3674         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
3675         Save excursion while copying, moving, and deleting articles in order to
3676         prevent the cursor from jumping to unforeseen place.
3677
3678 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3679
3680         * lpath.el: No need to bind bookmark-current-buffer,
3681         bookmark-yank-point and bookmark-make-record-function.
3682
3683 2010-08-17  Glenn Morris  <rgm@gnu.org>
3684
3685         * gnus-sync.el: Require gnus components whose functions are used.
3686
3687         * gnus-art.el (bookmark-make-record-function):
3688         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
3689         Declare for compiler.
3690
3691         * mm-url.el (mml-compute-boundary): Autoload.
3692
3693 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3694
3695         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
3696
3697 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
3698
3699         Typo fix "hoo4a" -> "hook".
3700
3701         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
3702
3703 2010-08-14  Glenn Morris  <rgm@gnu.org>
3704
3705         * gnus-sync.el (gnus-sync): Fix defgroup version.
3706
3707 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
3708
3709         Doc fixes and keep unknown groups (ammended for nunion bug fix).
3710
3711         * gnus-sync.el: Fix docs.
3712         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
3713         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
3714
3715 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3716
3717         Optimizations for gnus-sync.el.
3718
3719         * gnus-sync.el: Add docs about gnus-sync-backend
3720         possibilities.
3721         (gnus-sync-save): Remove unnecessary message.
3722         (gnus-sync-read): Optimize and show what groups were skipped.
3723
3724 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3725
3726         Minor bug fixes for gnus-sync.el.
3727
3728         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks): Don't
3729         read the sync on get-new-news.
3730
3731         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
3732         quiet.
3733
3734         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets' (fix typo).
3735
3736 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
3737
3738         Make saving and restoring of hidden threads work with overlays.
3739         Patch applied by Ted Zlatanov.
3740
3741         * gnus-sum.el (gnus-hidden-threads-configuration)
3742         (gnus-restore-hidden-threads-configuration): Update to deal with text
3743         properties, rather than searching for a magic character.
3744
3745 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
3746
3747         New gnus-sync.el library for synchronization of marks.
3748
3749         * gnus-sync.el: New library for synchronization of marks.
3750
3751         * gnus-util.el (gnus-grep-in-list): Moved from gnus-registry.el and
3752         renamed from `gnus-registry-grep-in-list'.
3753
3754         * gnus-registry.el (gnus-registry-follow-group-p): Use `gnus-grep-in-list'.
3755
3756         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
3757
3758 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3759
3760         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
3761         determining charset of text fails.
3762
3763 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3764
3765         * nnmail.el (nnmail-get-new-mail-1): Revert.
3766
3767         * nnml.el (nnml-active-number): Make sure names of newly created groups
3768         in nnml-group-alist are encoded.
3769
3770 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
3771
3772         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
3773         containing non-ASCII characters in active file for nnml back end.
3774
3775 2010-07-24  David Engster  <dengste@eml.cc>
3776
3777         * mml-smime.el (mml-smime-epg-verify): Also accept the older
3778         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
3779
3780 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
3781
3782         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
3783         tag (Bug#6654).
3784
3785 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3786
3787         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
3788         the article buffer, not the summary buffer.
3789
3790 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3791
3792         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
3793         Emacs 23 as well.
3794
3795 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3796
3797         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
3798         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
3799
3800 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3801
3802         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
3803         Patch applied by Karl Fogel.
3804
3805         * gnus-sum.el (gnus-summary-bookmark-make-record): Set
3806         `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
3807
3808 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
3809
3810         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
3811         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
3812         C-w still not working correctly from Article buffers; Thierry's
3813         patch to fix that will be applied after this.
3814
3815         * gnus-art.el (bookmark-make-record-function): New local variable.
3816
3817         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
3818         article buffer.
3819         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
3820
3821 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
3822
3823         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
3824         on changes in bookmark.el.
3825
3826 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3827
3828         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
3829         `no-log' instead of message not to log prompt string.
3830
3831 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
3832
3833         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
3834         the *other* type of HTML form submission.
3835
3836 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
3837
3838         * auth-source.el (auth-source-pick): If choice does not contain a
3839         questioned keyword, set the check to t.
3840
3841 2010-06-12  Romain Francoise  <romain@orebokech.com>
3842
3843         * gnus-util.el (gnus-date-get-time): Move up before first use.
3844
3845 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3846
3847         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
3848         (gnus-article-edit-part): Bind it to make last part that is substituted
3849         or deleted visible.
3850         (gnus-mime-display-single): Buttonize part of which id equals to
3851         gnus-mime-buttonized-part-id.
3852
3853 2010-06-10  Dan Christensen  <jdc@uwo.ca>
3854
3855         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
3856         (gnus-dd-mmm): Use gnus-date-get-time.
3857         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
3858         simplify logic.
3859         (gnus-summary-limit-to-age): Use gnus-date-get-time.
3860         (gnus-sort-threads): emit message if gnus-sort-threads-loop used.
3861
3862 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
3863
3864         * auth-source.el (top): Autoload `secrets-list-collections',
3865         `secrets-create-item', `secrets-delete-item'.
3866         (auth-sources): Fix tag string.
3867         (auth-get-source, auth-source-retrieve, auth-source-create)
3868         (auth-source-delete): New defuns.
3869         (auth-source-pick): Rewrite in order to avoid 2 passes.
3870         (auth-source-forget-user-or-password): New parameter USERNAME.
3871         (auth-source-user-or-password): New parameters CREATE-MISSING and
3872         DELETE-EXISTING.  Retrieve password interactively, if needed.
3873
3874 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3875
3876         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
3877         deleting unused directories when gnus-expert-user is t.
3878
3879 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3880
3881         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
3882         for each temp file when gnus-article-browse-delete-temp is ask.
3883
3884 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
3885
3886         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
3887         Lisp calls to delete-backward-char by calls to delete-char.
3888
3889 2010-05-20  Kevin Ryde  <user42@zip.com.au>
3890
3891         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
3892
3893 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
3894
3895         * password-cache.el (password-cache-remove): Fix docstring.
3896
3897 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
3898
3899         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
3900         article unless decoding article to be saved.
3901
3902 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3903
3904         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
3905         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
3906         generated within the mm-with-unibyte-current-buffer macro.
3907
3908 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3909
3910         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
3911         to nil when we're in a mml-preview buffer and no group is selected.
3912
3913 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
3914
3915         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
3916         when catching the `C-g'.  Reported by "Leo".
3917
3918 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3919
3920         * message.el (message-forward-make-body-plain)
3921         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
3922         multibyte-string-p.
3923
3924         * lpath.el: Revert.
3925
3926 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3927
3928         * message.el (message-forward-make-body-mml): Assume original message
3929         is multibyte string; error on unibyte.
3930         (message-forward-make-body-plain): Ditto; don't add excessive newline
3931         in body end.
3932
3933         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
3934
3935 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
3936
3937         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
3938         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
3939
3940 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3941
3942         * mm-extern.el (mm-extern-url): Don't use
3943         mm-with-unibyte-current-buffer.
3944         (mm-extern-cache-contents): Use with-current-buffer instead of
3945         save-excursion + set-buffer.
3946
3947 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3948
3949         * mm-util.el (mm-emacs-mule): Remove.
3950
3951 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
3952
3953         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
3954         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
3955         change.
3956
3957 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3958
3959         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
3960         bind the default value of enable-multibyte-characters to nil.
3961
3962 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
3963
3964         * message.el (message-forward-make-body-plain)
3965         (message-forward-make-body-mml):
3966         Don't use mm-with-unibyte-current-buffer.
3967
3968 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3969
3970         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
3971
3972 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
3973
3974         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
3975         (Bug#5592).
3976
3977 2010-05-07  Julien Danjou  <julien@danjou.info>
3978
3979         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
3980         it to mm-pipe-part.
3981
3982         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
3983         it is given.
3984
3985 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3986
3987         * binhex.el (binhex-decode-region-internal)
3988         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
3989         (dns-query)
3990         * nnweb.el (nnweb-gmane-search)
3991         * pgg-parse.el (pgg-parse-armor)
3992         * pgg.el (pgg-verify-region)
3993         * sha1.el (sha1-string-external)
3994         * uudecode.el (uudecode-decode-region-internal)
3995         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
3996         XEmacs.
3997
3998         * gnus-art.el (gnus-article-browse-html-parts)
3999         * gnus-group.el (gnus-read-ephemeral-gmane-group)
4000         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
4001         make-temp-file.
4002
4003         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
4004         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
4005         compiling.
4006
4007         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
4008         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
4009         XEmacs when compiling.
4010
4011         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
4012         gnus-pick-mode-off-hook for XEmacs when compiling.
4013         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
4014         gnus-binary-mode-off-hook for XEmacs when compiling.
4015
4016         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate): Return
4017         nil if char-charset is not available.
4018
4019         * imap.el (imap-disable-multibyte)
4020         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
4021         macros.
4022
4023         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
4024         instead of encode-coding-string.
4025
4026         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
4027         'xemacs) instead of mm-emacs-mule to switch function definitions.
4028         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
4029
4030         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
4031         bind temporary-file-directory for XEmacs;
4032         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
4033         timer-set-function for XEmacs 21.4 and SXEmacs;
4034         bind timer-list for XEmacs 21.4 and SXEmacs;
4035         fbind char-charset and find-charset-region for non-Mule XEmacs;
4036         fbind decode-coding-region, decode-coding-string, detect-coding-region,
4037         encode-coding-region and encode-coding-string for XEmacs having no
4038         file-coding feature.
4039
4040 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
4041
4042         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
4043
4044 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4045
4046         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
4047         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
4048
4049 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
4050
4051         * mm-util.el (mm-decompress-buffer): Use `delete-file';
4052         alias `jka-compr-delete-temp-file' no longer exists.
4053
4054 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4055
4056         Use define-minor-mode in Gnus where applicable.
4057         * mml.el (mml-mode): Use define-minor-mode.
4058         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
4059         (gnus-undo-mode): Use define-minor-mode.
4060         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
4061         (gnus-dead-summary-mode): Use define-minor-mode.
4062         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
4063         Initialize in declaration.
4064         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
4065         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
4066         (gnus-mailing-list-mode): Use define-minor-mode.
4067         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
4068         (gnus-draft-mode): Use define-minor-mode.
4069         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
4070         (gnus-dired-mode): Use define-minor-mode.
4071
4072 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
4073
4074         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
4075         handles on recursive mml-to-mime translation and check them for
4076         boundary delimiter collisions.  Reported by Greg Troxel.
4077
4078 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4079
4080         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
4081
4082 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
4083
4084         * mm-util.el (mm-find-buffer-file-coding-system):
4085         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
4086
4087 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
4088
4089         * message.el (message-generate-headers): Record insertion of optional
4090         headers as well.  Otherwise the check to prevent repeated insertion of
4091         optional headers is a no-op.
4092
4093 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
4094
4095         * smime.el: Don't mention CVS.
4096
4097         * nnrss.el (nnrss-fetch): Don't mention CVS.
4098
4099         * nnir.el: Don't mention CVS.
4100
4101 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4102
4103         * gnus-sum.el (gnus-summary-bookmark-make-record): Add `location' field.
4104
4105 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4106
4107         * lpath.el: Fbind bookmark-default-handler,
4108         bookmark-get-bookmark-record, bookmark-make-record-default,
4109         bookmark-prop-get for Emacs <23 and XEmacs.
4110
4111 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
4112
4113         * gnus-sum.el: Add bookmark declarations to silence the compiler.
4114         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
4115         Use with-current-buffer to silence the byte-compiler.
4116         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
4117         bother to require `gnus'.
4118         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
4119
4120 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
4121
4122         * gnus-sum.el (gnus-summary-bookmark-make-record)
4123         (gnus-summary-bookmark-jump): New functions.
4124         (gnus-summary-mode): Setup bookmark support.
4125
4126 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
4127
4128         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
4129         if set.
4130
4131 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4132
4133         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
4134         gnus-article-browse-html-save-cid-image; make it work recursively for
4135         forwarded messages as well.
4136         (gnus-article-browse-html-parts): Work when prefix arg is given.
4137         (gnus-article-browse-html-article): Doc fix.
4138
4139 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
4140
4141         * message.el (message-default-mail-headers):
4142         (message-default-headers): Carry the value mail-default-headers over
4143         into message-default-mail-headers, rather than message-default-headers.
4144
4145 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
4146
4147         * mm-decode.el (mm-add-meta-html-tag): Added option to override the
4148         charset.
4149
4150         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
4151         charset into the <meta> tag when the article is encoded to utf-8.
4152
4153 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4154
4155         * gnus-art.el (gnus-article-browse-delete-temp-files): Delete
4156         directories as well.
4157         (gnus-article-browse-html-parts): Work for images that do not specify
4158         file names; delete temp directory when quitting; insert header at the
4159         right place; use file: scheme for image files.
4160
4161 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
4162
4163         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
4164         (gnus-article-browse-html-parts): Use it to make temporary cid image
4165         files in addition to html file so that browser may display them.
4166
4167 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4168
4169         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
4170
4171 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
4172
4173         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
4174
4175 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
4176
4177         * auth-source.el (auth-sources): Change default to be simpler.  Explain
4178         about Secret Service API sources.  Improve Customize options.
4179         (auth-source-pick): Change to accept any number of search parameters.
4180         Implement fallbacks iteratively, not recursively.  Add scoring on the
4181         second pass and sort by score.  Call Secret Service API when needed.
4182         (auth-source-user-or-password): Use it.  Call Secret Service API
4183         directly when needed to get the user name and the password.
4184
4185 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
4186
4187         * message.el (message-interactive): Doc fix.
4188         (message-qmail-inject-args): Reflow.
4189         (message-kill-to-signature): Fix typo in docstring.
4190
4191         * smiley.el (smiley-buffer): Fix typo in docstring.
4192
4193 2010-03-24  Glenn Morris  <rgm@gnu.org>
4194
4195         * mail-source.el (gnus-message): Declare.
4196         (mail-source-delete-old-incoming): Require gnus-util.
4197
4198 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4199
4200         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
4201
4202         * message.el (ecomplete-setup): Autoload it for Emacs <23.
4203
4204         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
4205         password-cache's default if it is not bound.
4206         (mml-secure-passphrase-cache-expiry): Default to 16 that is
4207         password-cache-expiry's default if it is not bound.
4208
4209         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
4210         available in Emacs 21.
4211
4212         * lpath.el: Suppress compiler warnings for:
4213         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
4214         XEmacs;
4215         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
4216         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
4217         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
4218
4219 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
4220
4221         * auth-source.el (auth-sources): Fix up definition so extra parameters
4222         are always inline.
4223
4224 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
4225
4226         * nnimap.el (nnimap-verify-uidvalidity): Fixed bug where uidvalidity
4227         wasn't updated after mismatch.  Clear cached mailbox info correctly
4228         when uidvalidity changes.
4229         (nnimap-group-prefixed-name): New function to avoid some code
4230         duplication.
4231         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
4232         (nnimap-request-group): Use it.
4233         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
4234         (nnimap-update-unseen): Significantly improved speed of Gnus startup
4235         with many imap folders.  This is done by caching the group status from
4236         the imap server persistently in a group parameter `imap-status'.  (This
4237         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
4238         but not persistently, so every Gnus startup was still very slow.)
4239
4240 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
4241
4242         * assistant.el (assistant-render-text): Run `widget-setup' and don't
4243         delete the extra newline.  Otherwise editing of :string and :number
4244         types don't work.
4245
4246 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4247
4248         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
4249         secrets.el dependency.
4250         (auth-sources): Add optional user name.  Add secrets.el configuration
4251         choice (unused right now).
4252
4253 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
4254
4255         * gnus-sum.el (gnus-summary-make-menu-bar): Let
4256         `gnus-registry-install-shortcuts' fill in the functions.
4257
4258         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
4259         warnings.
4260         (gnus-registry-misc-menus): Variable to hold registry mark menus.
4261         (gnus-registry-install-shortcuts): Populate and use it in a
4262         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
4263
4264 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
4265
4266         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
4267         In-place substitutions for the group name encoding/decoding.
4268         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
4269         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
4270         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
4271         (nnimap-update-unseen, nnimap-request-list)
4272         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
4273         (nnimap-request-set-mark, nnimap-split-to-groups)
4274         (nnimap-split-articles, nnimap-request-newgroups)
4275         (nnimap-request-create-group, nnimap-request-accept-article)
4276         (nnimap-request-delete-group, nnimap-request-rename-group)
4277         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
4278         `encoded-mbx' for consistency.
4279         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
4280         variable `imap-current-mailbox'.
4281
4282         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
4283         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
4284
4285 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
4286
4287         * pop3.el (pop3-display-message-size-flag): Display message size byte
4288         counts during POP3 download.
4289         (pop3-movemail): Use it.
4290         (pop3-list): Implement listing of available messages.
4291
4292 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
4293
4294         * nnir.el (nnir-get-article-nov-override-function): New function to
4295         override the normal NOV retrieval.
4296         (nnir-retrieve-headers): Use it.
4297
4298 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
4299
4300         * auth-source.el (netrc-machine-user-or-password): Autoload.
4301
4302 2010-03-19  Glenn Morris  <rgm@gnu.org>
4303
4304         Stop message.el from loading about 40 libraries it doesn't always need.
4305         The general approach is to autoload rather than require, and to
4306         require in the specific functions rather than the file.  (Bug#5642)
4307
4308         * gmm-utils.el: Don't require wid-edit.
4309         (widget-create-child-value, widget-convert, widget-default-get):
4310         Autoload.
4311
4312         * gnus-util.el: Don't require time-date, netrc.
4313         (message-fetch-field, gnus-group-name-decode): Declare rather than
4314         autoloading.
4315         (gnus-fetch-field): Require message.
4316         (gnus-decode-newsgroups): Require gnus-group.
4317
4318         * ietf-drums.el: Don't require time-date.
4319
4320         * message.el: Don't require hashcash, canlock, ecomplete.
4321         Do require mail-utils.  Require nnheader only when compiling.
4322         (smtpmail-default-smtp-server): Remove declaration.
4323         (message-send-mail-function): Check smtpmail-default-smtp-server
4324         is bound rather than requiring smtpmail.
4325         (message-auto-save-directory, message-insert-signature): Use
4326         expand-file-name rather than nnheader-concat.
4327         (nnheader-insert-file-contents): Autoload.
4328         (hashcash-wait-async): Declare.
4329         (message-send-mail): Only call gnus-setup-posting-charset if
4330         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
4331         (message-send-mail-with-sendmail): Require sendmail.
4332         (canlock-password, canlock-password-for-verify): Declare.
4333         (message-canlock-password): Require canlock.
4334         (nnheader-get-report): Autoload.
4335         (gnus-setup-posting-charset): Declare.
4336         (message-send-news): Require gnus-msg.
4337         (message-make-references, message-make-in-reply-to): Use mail-header-id
4338         rather than the alias mail-header-message-id.
4339         (ecomplete-add-item, ecomplete-save): Declare.
4340         (message-put-addresses-in-ecomplete): Require ecomplete.
4341         (ecomplete-display-matches): Autoload.
4342
4343         * mm-decode.el: Don't require mailcap, gnus-util.
4344         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
4345         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
4346         Autoload.
4347         (mailcap-mime-extensions): Declare.
4348
4349         * mm-encode.el: Don't require mailcap.
4350         (mailcap-extension-to-mime): Autoload.
4351
4352         * mml-sec.el: Don't require password-cache.
4353
4354         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
4355         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
4356         (mml-minibuffer-read-type): Require mailcap.
4357         (mml-preview): Require gnus-msg.
4358
4359         * mml1991.el: Require password-cache.
4360         (password-cache-expiry): Remove declaration.
4361
4362         * mml2015.el: Require password-cache.
4363         (password-cache-expiry): Remove declaration.
4364
4365         * nneething.el (mailcap): Require mailcap.
4366
4367         * nnheader.el (declare-function): Add compatibility stub.
4368         (message-remove-header): Declare rather than autoload.
4369         (nnheader-replace-header): Require message.
4370
4371         * nnimap.el (declare-function): Add compatibility stub.
4372         (netrc-parse, netrc-machine-user-or-password): Declare.
4373         (nnimap-open-connection): Require netrc.
4374
4375         * nntp.el (declare-function): Add compatibility stub.
4376         (netrc-parse, netrc-machine, netrc-get): Declare.
4377         (nntp-send-authinfo): Require netrc.
4378
4379         * rfc2047.el: Don't require qp.
4380         (quoted-printable-encode-region, quoted-printable-decode-string):
4381         Autoload.
4382
4383         * sieve-mode.el: Don't require easymenu.
4384         (easy-menu-add-item): Autoload it.
4385
4386         * spam-stat.el (time-to-number-of-days): Autoload it.
4387
4388 2010-03-19  Glenn Morris  <rgm@gnu.org>
4389
4390         * password-cache.el (password-cache, password-cache-expiry): Autoload.
4391
4392 2010-03-18  Glenn Morris  <rgm@gnu.org>
4393
4394         * hashcash.el (declare-function): Remove duplicate definition.
4395
4396 2010-03-17  Kevin Ryde  <user42@zip.com.au>
4397
4398         * mml.el (mml-read-tag): Unquote values with `read' to reverse
4399         prin1 in mml-insert-tag (just stripping the quotes gave wrong
4400         value if any backslash escapes).
4401
4402 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4403
4404         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
4405         if it is available.  (bug#5647)
4406
4407         * lpath.el: Suppress compiler warning for coding-system-from-name for
4408         Emacs 21 and XEmacs.
4409
4410 2010-03-14  Juri Linkov  <juri@jurta.org>
4411
4412         * hmac-def.el:
4413         * hmac-md5.el:
4414         * netrc.el: Fix keywords.
4415
4416 2010-02-26  Glenn Morris  <rgm@gnu.org>
4417
4418         * message.el (message-send-mail-function): Change the default, so that
4419         it inherits from a customized send-mail-function.  (Bug#5643)
4420
4421 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
4422
4423         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
4424         shell-command-to-string signals an error (bug#5299).
4425
4426 2010-02-24  Glenn Morris  <rgm@gnu.org>
4427
4428         * message.el (message-smtpmail-send-it)
4429         (message-send-mail-with-mailclient): Doc fixes.
4430
4431 2010-02-16  Glenn Morris  <rgm@gnu.org>
4432
4433         * message.el (message-default-mail-headers): Change the default value
4434         to ease the transition from mail-mode to message-mode.  (Bug#5555)
4435
4436 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4437
4438         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
4439         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
4440
4441 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
4442
4443         * time-date.el (date-to-time): Doc fix (Bug#5408).
4444
4445 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
4446
4447         * message.el (message-mail): Just pass yank-action on to message-setup.
4448         (message-setup): Handle (FUN . ARGS) form of yank-action.
4449         (message-with-reply-buffer, message-widen-reply)
4450         (message-yank-original): Handle non-buffer values of
4451         message-reply-buffer (Bug#4080).
4452         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
4453
4454 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
4455
4456         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
4457         Fix typo in docstring.
4458
4459 2010-01-08  Jason Rumney  <jasonr@gnu.org>
4460
4461         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
4462         response.
4463
4464 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4465
4466         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
4467
4468         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
4469
4470         * message.el (message-check-news-header-syntax): Protect against a
4471         string that `rfc822-addresses' returns when parsing fails.
4472
4473 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4474
4475         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
4476         (gnus-previous-char-property-change): New functions.
4477
4478         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
4479
4480 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
4481
4482         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
4483         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
4484
4485 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
4486
4487         * message.el (message-exchange-point-and-mark): Rework last change to
4488         avoid using optional arg of exchange-point-and-mark, for backward
4489         compatibility.
4490
4491 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
4492
4493         * message.el (message-exchange-point-and-mark): Call
4494         exchange-point-and-mark with an argument rather than setting
4495         mark-active by hand (Bug#5175).
4496
4497 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
4498
4499         * nntp.el (nntp-service-to-port): Work for service expressed with
4500         numeric string; replace [:digit:] with [0-9] for XEmacs.
4501
4502 2009-12-17  Glenn Morris  <rgm@gnu.org>
4503
4504         * gnus-group.el (gnus-bug-group-download-format-alist):
4505         Change emacs entry to debbugs.gnu.org.  Bump :version.
4506
4507 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
4508
4509         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
4510
4511 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
4512
4513         * message.el (message-info): Explain why we use `Info-goto-node'.
4514
4515 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4516
4517         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
4518
4519 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
4520
4521         * message.el (message-completion-in-region): New compatibility function.
4522         (message-expand-group): Use it.
4523
4524 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4525
4526         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
4527         with no unread article should be listed if the 2nd arg `predicate' is
4528         given.
4529
4530 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
4531
4532         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
4533
4534 2009-11-29  Juri Linkov  <juri@jurta.org>
4535
4536         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
4537         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
4538         on `gnus-recenter'. (Bug#4698, Bug#4981)
4539
4540 2009-11-26  Kevin Ryde  <user42@zip.com.au>
4541
4542         * sha1.el (sha1-string-external): default-directory "/" in case
4543         otherwise non-existent.  process-connection-type pipe for touch of
4544         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
4545
4546 2009-11-25  Kevin Ryde  <user42@zip.com.au>
4547
4548         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
4549         it's comms related and sgml-mode.el has "comm" on that basis too.
4550
4551 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4552
4553         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
4554         containing tspecial characters if they have been already quoted.
4555
4556 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
4557
4558         * dns-mode.el (auto-mode-alist): Purecopy string.
4559
4560 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4561
4562         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
4563
4564 2009-10-24  Glenn Morris  <rgm@gnu.org>
4565
4566         * gnus-art.el (help-xref-stack-item): Define for compiler.
4567
4568 2009-10-21  Kevin Ryde  <user42@zip.com.au>
4569
4570         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
4571
4572 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4573
4574         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
4575
4576 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
4577
4578         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
4579         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
4580
4581 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4582
4583         * gnus.el (gnus-overlay-get): New alias to overlay-get.
4584         (gnus-overlays-in): New alias to overlays-in.
4585
4586         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
4587         gnus-overlay-get, and gnus-delete-overlay.
4588         (gnus-summary-show-thread): Make it work as well for systems in which
4589         next-single-char-property-change is not available.
4590         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
4591
4592         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
4593         (gnus-overlay-get): New alias to extent-property.
4594         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
4595
4596         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
4597         SXEmacs.
4598
4599         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
4600         SXEmacs.
4601
4602 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
4603
4604         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
4605
4606 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
4607
4608         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
4609         and XEmacs that don't have `remove-overlays'.
4610
4611 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
4612
4613         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
4614         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
4615         selective display.  Use overlays instead.
4616
4617 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
4618
4619         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
4620
4621 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
4622
4623         * spam-stat.el (spam-stat-load): Fix typo in message.
4624
4625 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
4626
4627         * dig.el (dig-invoke): Fix typo in docstring.
4628         (query-dig): Reflow docstring.
4629
4630 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
4631
4632         * gnus-art.el (gnus-article-encrypt-body):
4633         * message.el (message-check-recipients):
4634         * mm-util.el (mm-codepage-setup):
4635         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
4636         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
4637
4638 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
4639
4640         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
4641         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
4642         keys from the menu if mm-{sign,encrypt}-option is 'guided.
4643         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
4644         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
4645
4646 2009-09-21  Kevin Ryde  <user42@zip.com.au>
4647
4648         * dig.el: Add "Keywords: comm", as per net-utils.el.
4649
4650 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
4651
4652         * dig.el (dig-mode): Use define-derived-mode.
4653
4654 2009-09-19  Glenn Morris  <rgm@gnu.org>
4655
4656         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
4657
4658 2009-09-18  Glenn Morris  <rgm@gnu.org>
4659
4660         * gnus-diary.el (gnus-diary-check-message):
4661         * message.el (message-insert-formatted-citation-line):
4662         * nnbabyl.el (top-level):
4663         * nndiary.el (nndiary-schedule):
4664         Fix typos in condition-case handlers.
4665
4666 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
4667
4668         * gnus-art.el (gnus-article-edit-part): Work for the buffer
4669         configuration that provides the sole article window in a frame;
4670         position point correctly after deleting a part.
4671
4672 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
4673
4674         * spam.el (spam-unregister-on-reregister): Add boolean variable.
4675         (spam-resolve-registrations-routine): Use it to unregister articles
4676         that change status.
4677
4678 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
4679
4680         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
4681         with XEmacs.
4682         (parse-time-string-chars): Use it.
4683
4684 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
4685
4686         * imap.el (imap-interactive-login): Better messages.
4687         (imap-open): Fix bug with renamed buffer on reconnect.
4688         (imap-authenticate): Add buffer-local imap-last-authenticator variable
4689         for easier debugging and cleaner code.  On successful (guessed based on
4690         server capabilities) secondary authentication, set imap-state
4691         correctly.
4692         (imap-last-authenticator): Define imap-last-authenticator as a variable
4693         to avoid warnings.
4694
4695 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4696
4697         * nnrss.el (nnrss-request-article): Remove binding of
4698         default-enable-multibyte-characters that has gotten needless by
4699         the 2007-07-13 change in rfc2047-encode-message-header.
4700
4701         * mml.el (mml-insert-multipart): Error on the message header.
4702         (mml-insert-part): Error on the message header; position point at
4703         the end of a MIME tag.
4704
4705 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4706
4707         * time-date.el (autoload): Expand define-obsolete-function-alias into
4708         defalias and make-obsolete for old Emacsen that Gnus supports.
4709         (with-no-warnings): Define it for old Emacsen.
4710         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
4711         is available.
4712         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
4713         float-time is available; suppress compile warning for time-to-seconds.
4714
4715         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
4716         (gnus-float-time): Alias to float-time if it exists.
4717
4718         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
4719         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
4720         float-time is available; suppress compile warning for time-to-seconds.
4721
4722         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
4723         XEmacs.
4724
4725 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
4726
4727         * imap.el (imap-message-map): Docstring fix.
4728
4729 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4730
4731         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
4732         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
4733         Add the optional argument `encoding' that overrides the default.
4734
4735         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
4736         mm-encode-buffer.
4737
4738 2009-09-04  Glenn Morris  <rgm@gnu.org>
4739
4740         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
4741         mm-disable-multibyte, rather than default-enable-multibyte-characters.
4742         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
4743         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
4744         * mm-util.el (mm-with-unibyte-current-buffer)
4745         (mm-find-buffer-file-coding-system):
4746         * yenc.el (yenc-decode-region): Use default-value rather than
4747         default-enable-multibyte-characters.
4748
4749 2009-09-03  Glenn Morris  <rgm@gnu.org>
4750
4751         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
4752         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
4753         than default-enable-multibyte-characters.
4754
4755 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
4756
4757         * gnus-art.el (gnus-article-read-summary-keys):
4758         Fix gnus-buffer-configuration's value temporarily used.
4759
4760 2009-09-02  Glenn Morris  <rgm@gnu.org>
4761
4762         * gnus-util.el (gnus-float-time): New function.
4763         * gnus-delay.el (gnus-delay-article):
4764         * gnus-sum.el (gnus-thread-latest-date):
4765         * gnus-util.el (gnus-user-date): Use gnus-float-time.
4766         * nnspool.el (nnspool-request-newgroups):
4767         Use gnus-float-time rather than time-to-seconds.
4768         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
4769
4770         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
4771         (gnus-header-subject-face, gnus-header-newsgroups-face)
4772         (gnus-header-name-face, gnus-header-content-face):
4773         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
4774         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
4775         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
4776         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
4777         (gnus-cite-face-11):
4778         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
4779         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
4780         (gnus-server-closed-face, gnus-server-denied-face)
4781         (gnus-server-offline-face):
4782         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
4783         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
4784         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
4785         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
4786         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
4787         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
4788         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
4789         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
4790         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
4791         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
4792         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
4793         (gnus-summary-selected-face, gnus-summary-cancelled-face)
4794         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
4795         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
4796         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
4797         (gnus-summary-high-undownloaded-face)
4798         (gnus-summary-low-undownloaded-face)
4799         (gnus-summary-normal-undownloaded-face)
4800         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
4801         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
4802         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
4803         (gnus-splash-face):
4804         * message.el (message-header-to-face, message-header-cc-face)
4805         (message-header-subject-face, message-header-newsgroups-face)
4806         (message-header-other-face, message-header-name-face)
4807         (message-header-xheader-face, message-separator-face)
4808         (message-cited-text-face, message-mml-face):
4809         * sieve-mode.el (sieve-control-commands-face)
4810         (sieve-action-commands-face, sieve-test-commands-face)
4811         (sieve-tagged-arguments-face):
4812         * spam.el (spam-face):
4813         Mark face aliases with "-face" in the name as obsolete.
4814
4815 2009-09-01  Glenn Morris  <rgm@gnu.org>
4816
4817         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
4818         than goto-line.
4819
4820 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
4821
4822         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4823         Don't move point if the command is invoked inside the message header.
4824
4825 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4826
4827         * imap.el (imap-send-command): Simplify.
4828         (imap-wait-for-tag): point-max -> buffer-size.
4829
4830 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4831
4832         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
4833         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
4834         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
4835         * nnir.el (nnir-swish-e-index-file):
4836         * gnus-sum.el (gnus-summary-delete-marked-as-read)
4837         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
4838         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
4839         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
4840         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
4841         (gnus-treat-display-xface): Add Emacs version of obsolescence.
4842
4843 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4844
4845         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
4846         Don't save excursion.
4847
4848 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4849
4850         * nnheader.el (nnheader-find-file-noselect):
4851         * mm-util.el (mm-insert-file-contents):
4852         Use (default-value 'major-mode) instead of default-major-mode.
4853
4854 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
4855
4856         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
4857
4858 2009-08-26  Glenn Morris  <rgm@gnu.org>
4859
4860         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
4861         than placing in files.el.
4862
4863 2009-08-25  Glenn Morris  <rgm@gnu.org>
4864
4865         * nnir.el (top-level): Don't require cl at run-time.
4866         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
4867         Replace cl-function substitute with gnus-replace-in-string.
4868         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
4869         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
4870         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
4871         simplified expansions.
4872
4873 2009-08-25  Kevin Ryde  <user42@zip.com.au>
4874
4875         * dig.el (dig): Add autoload cookie.
4876
4877 2009-08-22  Glenn Morris  <rgm@gnu.org>
4878
4879         * gnus-art.el (gnus-button-patch): Use forward-line rather than
4880         goto-line.
4881
4882 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
4883
4884         * parse-time.el (parse-time-string-chars): Save match data.
4885
4886 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
4887
4888         * parse-time.el (parse-time-string-chars): Compute using character
4889         classes, to handle non-ascii characters (Bug#3190).
4890
4891 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
4892
4893         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
4894
4895         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
4896         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
4897         (gnus-mm-display-part, gnus-mime-display-single)
4898         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
4899         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
4900
4901         * gnus-sum.el
4902         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
4903         (gnus-summary-move-article): Add expirable mark to articles copied or
4904         moved to group that has auto-expire turned on if the option is non-nil.
4905
4906 2009-07-24  Glenn Morris  <rgm@gnu.org>
4907
4908         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
4909         Fix typo.  (Bug#3903)
4910
4911 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
4912
4913         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
4914         gnus-article-read-summary-keys rather than gnus-summary-edit-article
4915         that should not be used for draft articles.
4916         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
4917         that has no concern in minor mode keys.
4918         (gnus-article-summary-command, gnus-article-summary-command-nosave):
4919         Abolish.
4920
4921 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
4922
4923         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
4924         article without making inquiry to a user for unknown encoding.
4925
4926         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
4927         (nnmaildir--scan): Assume i-node and device number that file-attributes
4928         returns might be cons-cell.
4929
4930         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
4931
4932         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
4933
4934 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
4935
4936         * auth-source.el: Remove docs now in auth.texi.  Don't use
4937         `gnus-message' for logging.  Add new variables `auth-source-debug' and
4938         `auth-source-hide-passwords' and use them.
4939
4940 2009-07-15  Glenn Morris  <rgm@gnu.org>
4941
4942         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
4943
4944 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4945
4946         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
4947         excessive whitespace from the default values of title and description.
4948
4949 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4950
4951         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
4952         mail-fetch-field to fetch Content-Description header in order to
4953         exclude newlines.
4954
4955 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
4956
4957         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
4958         format used by GnuPG 2.0.11.
4959
4960 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4961
4962         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
4963         to deleted part.
4964
4965 2009-05-30  David Engster  <dengste@eml.cc>
4966
4967         * nnmairix.el: Remove old documentation in the commentary block.
4968         (nnmairix-request-group): Do not update active file for nnml back ends.
4969         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
4970         end so that overview files are ignored.
4971         (nnmairix-update-groups): Make updating the groups more robust by using
4972         marks.
4973         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
4974         with dollar characters in message-id.
4975
4976 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
4977
4978         * spam.el: Use dns-query instead of query-dns.  Was renamed on
4979         2008-12-25 in dns.el.
4980
4981 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
4982
4983         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
4984         could happen if the text is only composed of spaces and/or tabs.
4985
4986 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
4987
4988         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
4989         when sending a queued message to avoid extra mml tags.
4990
4991 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4992
4993         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
4994
4995 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4996
4997         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
4998         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
4999         rmail-toggle-header for XEmacs;
5000         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
5001
5002 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5003
5004         * gnus-dired.el: Remove autoload for gnus-setup-message.
5005         (gnus-dired-attach): Fake this-command value to prevent Gnus from
5006         displaying Gnus logo; always use compose-mail.
5007
5008 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5009
5010         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
5011
5012 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5013
5014         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
5015         (gnus-nocem-issuers): List currently active issuers; fix custom type.
5016         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
5017         available.
5018         (gnus-nocem-epg-verify): New function.
5019
5020 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
5021
5022         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
5023
5024 2009-02-15  Glenn Morris  <rgm@gnu.org>
5025
5026         * gnus-util.el (rmail-insert-rmail-file-header)
5027         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
5028         autoloads.
5029         (rmail-default-rmail-file): Remove unnecessary declaration.
5030         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
5031
5032 2009-02-14  Glenn Morris  <rgm@gnu.org>
5033
5034         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
5035         variable (only used in gnus-util, which declares it anyway).
5036         (rmail-output-to-rmail-file): Remove autoload of deleted function,
5037         which was only needed by gnus-art (changed to not use it any more).
5038         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
5039         only used in gnus-util, which autoloads it itself.
5040         (rmail-update-summary): Fix autoload.
5041
5042         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
5043         rather than rmail-output-to-rmail-file.
5044
5045 2009-02-07  Glenn Morris  <rgm@gnu.org>
5046
5047         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
5048         autoload of function that no longer exists.
5049         (rmail-toggle-header): Declare.
5050         (message-forward-rmail-make-body): Handle mbox Rmail.
5051
5052 2009-01-31  Glenn Morris  <rgm@gnu.org>
5053
5054         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
5055         2009-01-09 change.
5056
5057 2009-01-31  Dave Love  <fx@gnu.org>
5058
5059         * imap.el (imap-fetch-safe): Bind debug-on-error.
5060         (imap-debug): Add imap-fetch-safe.
5061
5062 2009-01-26  Teodor Zlatanov  <tzz@lifelogs.com>
5063
5064         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
5065         (auth-source-forget-all-cached): New convenience function.
5066         (auth-source-user-or-password): Accept list of modes or a single mode.
5067
5068         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
5069         auth-source modes.
5070
5071         * netrc.el (netrc-machine-user-or-password): Use list of
5072         auth-source modes.
5073
5074         * nnimap.el (nnimap-open-connection): Use list of
5075         auth-source modes.
5076
5077         * nntp.el (nntp-send-authinfo): Use list of
5078         auth-source modes.
5079
5080 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
5081
5082         * auth-source.el: Update docs to reflect epa-file-enable is to be used
5083         now.
5084
5085 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5086
5087         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
5088         coding system in XEmacs; add a workaround for XEmacs.
5089
5090         * lpath.el: Fbind coding-system-aliasee.
5091
5092 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5093
5094         * mm-util.el (mm-coding-system-priorities): Protect against nil value
5095         of current-language-environment.
5096
5097 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
5098
5099         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
5100         available at runtime.
5101
5102 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5103
5104         * gnus-art.el (article-date-ut): Fix end point of narrowing.
5105
5106 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
5107
5108         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
5109         the greatest positive fixnum value doesn't work under an XEmacs with
5110         bignum support; use the most-positive-fixnum constant instead,
5111         available since Emacs 21.1 with cl and XEmacs 21.1.
5112
5113 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5114
5115         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
5116         XEmacs gets not to work.
5117
5118 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5119
5120         * mm-util.el (mm-coding-system-priorities): Allow the value like
5121         "Japanese (UTF-8)" of current-language-environment.
5122
5123 2009-01-09  Glenn Morris  <rgm@gnu.org>
5124
5125         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
5126         with last-command-event.
5127
5128 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
5129
5130         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
5131         in the doc string.
5132
5133         * message.el (message-fix-before-sending): Amend comment.
5134
5135 2009-01-08  Dave Love  <fx@gnu.org>
5136
5137         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
5138
5139 2009-01-07  David Engster  <dengste@eml.cc>
5140
5141         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
5142         simplified server definitions by converting it via
5143         gnus-server-to-method.
5144
5145 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
5148         parameter's operands.
5149
5150 2009-01-06  David Engster  <dengste@eml.cc>
5151
5152         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
5153         primary select method (for gnus-group-mark-article-as-read).
5154
5155 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
5156
5157         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
5158         `(gnus)Face', not `(gnus)X-Face'.
5159
5160 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5161
5162         * mm-util.el (mm-ucs-to-char): New function.
5163
5164         * mm-url.el (mm-url-decode-entities): Use it.
5165
5166         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
5167         unicode-to-char.
5168
5169 2009-01-05  Dave Love  <fx@gnu.org>
5170
5171         * time-date.el: Require cl for `declare'.
5172
5173 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
5174
5175         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
5176         Dave Love.
5177
5178 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
5179
5180         * message.el (message-fix-before-sending): Add `eight-bit' to
5181         illegible-text check.
5182
5183 2009-01-03  Michael Olson  <mwolson@gnu.org>
5184
5185         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
5186         `headers' is nil.  This can occur if the IMAP server does not have
5187         permissions to read messages from a folder, but can write new messages
5188         to the folder.
5189         (nnimap-request-article-part): Do not insert `data' if it is nil.
5190
5191         * imap.el (imap-parse-fetch): Courier can insert spurious blank
5192         characters which will confuse `read', so skip past them.
5193
5194 2009-01-01  Dave Love  <fx@gnu.org>
5195
5196         * imap.el (imap-string-to-integer): Fix typo.
5197         (imap-fetch-safe): New function.
5198         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
5199
5200         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
5201
5202         * imap.el (imap-process-connection-type, imap-debug, imap-open):
5203         (imap-parse-greeting): Fix doc strings.
5204         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
5205         (imap-parse-flag-list): Make messages unique.
5206         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
5207
5208         * nnimap.el: Fix author email.
5209         (nnimap-split-rule): Add FIXME comment.
5210         (nnimap-debug): Fix doc string.
5211
5212 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
5213
5214         * dns.el (dns-set-servers): Check "Address".  Fix typo.
5215
5216 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
5217
5218         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
5219         nslookup if resolv.conf isn't available.
5220         (dns-query): Rename from query-dns.
5221         (dns-query-cached): Rename from query-dns-cached.
5222
5223 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5224
5225         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
5226         overlay-arrow-position and overlay-arrow-string buffer-local; no need
5227         to check if those variables exist (first appeared in Emacs 18.50).
5228
5229 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5230
5231         * mm-util.el (mm-line-number-at-pos): New function.
5232
5233         * spam-report.el (spam-report-process-queue): Use it.
5234
5235 2008-12-24  David Engster  <dengste@eml.cc>
5236
5237         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
5238         parameters that haven't existed as variables as buffer-local variables.
5239
5240 2008-12-23  Dave Love  <fx@gnu.org>
5241
5242         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
5243         cadar.
5244
5245         * sieve-manage.el (sieve-manage-starttls-p): Renamed from
5246         imap-starttls-p.
5247         (sieve-manage-starttls-open): Renamed from imap-starttls-open.
5248
5249 2008-12-22  Dave Love  <fx@gnu.org>
5250
5251         * imap.el: Fix author email.  Doc fixes.
5252         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
5253         reply.
5254
5255 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
5256
5257         * spam-report.el (spam-report-gmane-max-requests): New constant.
5258         (spam-report-gmane-wait): New variable.
5259         (spam-report-gmane-ham, spam-report-gmane-spam)
5260         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
5261         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
5262         the server.
5263
5264         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
5265         Add explanations.
5266
5267         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
5268         nnheader-accept-process-output and nnheader-read-timeout if available.
5269         (pop3-movemail): Use it.
5270
5271         * message.el (message-check-news-body-syntax): Fix signature check if
5272         there's an attachment.
5273
5274 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
5275
5276         * mm-util.el: Add comments to the mm- emulating functions.
5277
5278 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
5279
5280         * gnus-start.el (gnus-before-startup-hook): Fix doc string.  Reported
5281         by Stephen Berman <stephen.berman@gmx.net>.
5282
5283 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5284
5285         * mm-util.el (mm-substring-no-properties): New function.
5286         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
5287         (mm-special-display-p): Enable those lambda forms to be byte compiled.
5288         (mm-string-to-multibyte): Doc fix.
5289
5290         * mml.el (mml-attach-file): Use mm-substring-no-properties.
5291
5292 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
5293
5294         * mml.el (mml-attach-file): Strip text properties from file name.
5295         (Bug#1574)
5296
5297 2008-12-16  Glenn Morris  <rgm@gnu.org>
5298
5299         * mm-util.el (mm-charset-override-alist): Declare for compiler.
5300
5301 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5302
5303         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
5304         knows since the charset specified might be a bogus alias that
5305         mm-charset-synonym-alist provides.
5306
5307 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
5308
5309         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
5310         "ISO_8859-1".
5311
5312         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
5313
5314 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * mm-util.el (mm-charset-eval-alist):
5317         Define it before mm-charset-to-coding-system.
5318         (mm-charset-to-coding-system): Add optional argument `silent';
5319         define it before mm-charset-override-alist.
5320         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
5321         default value if it can be used in Emacs currently running;
5322         silence mm-charset-to-coding-system.
5323
5324 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5325
5326         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
5327         `allow-override' which says whether to use `mm-charset-override-alist'.
5328         (rfc2047-decode-encoded-words): Use it.
5329
5330         * mm-util.el (mm-charset-override-alist): Fix custom type;
5331         add `(gb2312 . gbk)' to choices.
5332
5333 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5334
5335         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
5336         fast.
5337
5338         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5339
5340         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
5341
5342 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
5343
5344         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
5345         on links.
5346
5347         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
5348
5349 2008-12-03  Lute Kamstra  <lute@gnu.org>
5350
5351         * sha1.el: Remove leading * from docstrings of defcustoms,
5352         deffaces, defconsts and defuns.
5353
5354 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5355
5356         * message.el (message-idna-to-ascii-rhs-1): Protect against local
5357         users' addresses that don't have domain parts.
5358         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
5359         rather than message-narrow-to-head since there will be the message
5360         header separator.
5361
5362 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5363
5364         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
5365         since the result is inserted in a unibyte buffer anyway.
5366         (nnimap-demule-use-string-to-multibyte): Remove.
5367         (nnimap-demule): Alias it to mm-string-to-multibyte.
5368
5369 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
5370
5371         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
5372         variable for debugging bug#464 and bug#1174.
5373         (nnimap-demule): Use it.
5374
5375 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
5376
5377         * gnus-score.el (gnus-score-find-trace): Handle default score in total
5378         score calculation correctly.
5379
5380 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5381
5382         * message.el (message-send-mail): Just set the buffer to unibyte
5383         rather than use mm-with-unibyte-current-buffer which does a lot more.
5384         (message-send-mail-partially): Don't bother with
5385         mm-with-unibyte-current-buffer since it's already been made unibyte by
5386         message-send-mail.
5387
5388 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
5389
5390         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
5391
5392 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
5393
5394         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
5395
5396 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5397
5398         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
5399         require itself and to remove `with-no-warnings'.
5400
5401 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
5402
5403         * starttls.el (starttls-any-program-available): Get the name of the
5404         available TLS layer program.
5405         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
5406         well as the host name in the "opening" message.
5407
5408         * auth-source.el (auth-source-cache, auth-source-do-cache)
5409         (auth-source-user-or-password): Cache passwords and logins by default,
5410         allow override with `auth-source-do-cache'.
5411         (auth-source-forget-user-or-password): Allow users to remove cache
5412         entries if needed.
5413
5414 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
5415
5416         * md4.el (md4-buffer): Fix typo in docstring.
5417         (md4, md4-64): Doc fixes.
5418         (md4-pack-int32): Reflow docstring.
5419
5420 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5421
5422         * ietf-drums.el (ietf-drums-remove-comments): Localize second
5423         condition-case to only the forward-sexp call.
5424
5425 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
5426
5427         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
5428         quotes contained.  Make it more robust regardless by an extra
5429         condition-case wrapper.
5430
5431 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5432
5433         * lpath.el: No need to fbind codepage-setup for Emacs 23.
5434
5435 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5436
5437         * nnml.el (nnml-request-expire-articles): Check if the function set to
5438         `nnmail-expiry-target' returns the symbol `delete'.
5439
5440         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
5441
5442         * nnmail.el (nnmail-expiry-target): Fix custom type.
5443
5444 2008-10-02  Glenn Morris  <rgm@gnu.org>
5445
5446         * mm-util.el (mm-codepage-setup): Tweak codepage error.
5447         Silence compiler warning.
5448
5449 2008-10-01  Magnus Henoch  <mange@freemail.hu>
5450
5451         * tls.el (open-tls-stream): Show the actual command being
5452         executed, instead of the format string.
5453
5454 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5455
5456         * lpath.el: Fbind codepage-setup for Emacs 23.
5457
5458 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
5459
5460         * mml.el (mml-menu): Don't assume mml2015 is bound.
5461
5462 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5463
5464         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
5465         exists.
5466
5467 2008-09-27  Glenn Morris  <rgm@gnu.org>
5468
5469         * gnus-util.el (mail-header-remove-comments): Autoload it.
5470
5471 2008-09-27  Andreas Schwab  <schwab@suse.de>
5472
5473         * gnus-util.el (gnus-split-references): Strip comments.
5474         (gnus-parent-id): Likewise.
5475
5476 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
5477
5478         * message.el (message-confirm-send): Fix version.
5479
5480 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5481
5482         * message.el (message-idna-to-ascii-rhs-1): Use
5483         mail-extract-address-components rather than mail-header-parse-addresses
5484         that is an alias by default to ietf-drums-parse-addresses that does not
5485         support non-ASCII names in headers' contents.
5486
5487 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
5488
5489         * message.el (message-confirm-send): Fixed variable documentation to
5490         avoid the "y/n" wording.
5491
5492 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
5493
5494         * message.el (message-set-auto-save-file-name): Save to a different
5495         filename so multiple messages (especially drafts) can be recovered.
5496
5497 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
5498
5499         * message.el (message-confirm-send): Add appropriate version.
5500
5501 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
5502
5503         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
5504         defvar.
5505
5506 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
5507
5508         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
5509         (mm-pkcs7-enveloped-magic): Ditto.
5510
5511 2008-09-17  Simon Josefsson  <simon@josefsson.org>
5512
5513         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
5514         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
5515
5516 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
5517
5518         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
5519         default, it's better.
5520
5521 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
5522
5523         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
5524         summary line gnus-number property and ignore them (with a warning
5525         message).
5526
5527 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5528
5529         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
5530         macro caddr in the interactive form since it won't be expanded.
5531
5532 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5533
5534         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
5535         `charset'; fix name of function called recursively.
5536         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
5537
5538 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5539
5540         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
5541         (gnus-mime-set-charset-parameters): New function.
5542         (gnus-mime-view-part-as-charset): Use it to correctly display part
5543         specifying wrong charset.
5544
5545 2008-09-08  David Engster  <dengste@eml.cc>
5546
5547         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
5548         in completing-read for back end server.
5549
5550 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
5551
5552         * message.el (message-confirm-send): New variable to confirm sending a
5553         message.
5554         (message-send): Use it.
5555
5556 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
5557
5558         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
5559
5560 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5561
5562         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
5563
5564 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
5565
5566         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
5567         prevent tracking too many groups.
5568         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
5569         Use it.
5570
5571 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
5572
5573         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
5574         moving point to the bottom of the window in order to avoid recentering.
5575
5576 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5577
5578         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
5579
5580         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
5581         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
5582         (gnus-article-beginning-of-window): Fix calculation.
5583
5584 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
5585
5586         * gnus-msg.el (gnus-summary-supersede-article)
5587         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
5588         value of gnus-newsgroup-charset to decode non-MIME encoded text in
5589         message header.
5590
5591 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
5592
5593         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
5594         pending output coming after the status change.
5595
5596 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
5597
5598         * message.el:
5599         * gnus-start.el:
5600         * gnus-registry.el: Remove VMS support.
5601
5602 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
5605         macro.
5606         (rfc2104-hash): Use it.
5607
5608 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
5609
5610         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
5611         (gnus-summary-sort-by-most-recent-date): New commands.
5612         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
5613         and menu entries.
5614
5615 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5616
5617         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
5618         don't redisplay article for raw contents; remove plural articles stuff.
5619
5620         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
5621         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
5622         on gnus-summary-save-article; display results properly.
5623
5624 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5625
5626         * lpath.el: No need to fbind ns-focus-frame.
5627
5628 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5629
5630         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
5631
5632 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5633
5634         * gnus-art.el (gnus-summary-save-in-pipe): Consider
5635         gnus-save-all-headers.
5636
5637 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
5638
5639         * gnus-util.el (ns-focus-frame): Remove declaration.
5640         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
5641         like x.
5642
5643 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
5644
5645         * rfc2104.el (rfc2104-zero): Delete defconst.
5646         (rfc2104-hex-alist): Likewise.
5647         (rfc2104-hex-to-int): Delete func.
5648         (rfc2104-hexstring-to-bitstring): Likewise.
5649         (rfc2104-nybbles): New defconst.
5650         (rfc2104-hash): Rewrite for speed.
5651
5652 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5653
5654         * tls.el (open-tls-stream): Make it work with the 2nd argument
5655         BUFFER that is a string but does not exist as a buffer object, as
5656         mentioned in the doc-string.
5657
5658 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5659
5660         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
5661         SXEmacs.
5662
5663 2008-07-16  Glenn Morris  <rgm@gnu.org>
5664
5665         * gnus-util.el (ns-focus-frame): Declare for compiler.
5666
5667 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5668
5669         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
5670         set as a group parameter.
5671         (gnus-summary-save-in-pipe): Work when it is called independently.
5672         (gnus-summary-pipe-to-muttprint): Don't modify
5673         gnus-summary-pipe-output-default-command.
5674
5675 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
5676
5677         * message.el (message-send-mail-with-sendmail):
5678         Display the error message.
5679
5680 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5681
5682         * gnus-art.el (gnus-default-article-saver):
5683         Add gnus-summary-save-in-pipe to choices.
5684         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
5685         gnus-summary-pipe-output-default-command as the default command.
5686         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
5687         instead of gnus-last-shell-command.
5688
5689         * gnus-sum.el (gnus-summary-pipe-output-default-command):
5690         New user option.
5691         (gnus-summary-muttprint-program): Mention the value will be changed.
5692         (gnus-summary-save-article): Force showing of all headers.
5693         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
5694
5695 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
5696
5697         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
5698
5699 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
5700
5701         * nnimap.el (nnimap-id):
5702         * sieve-manage.el (sieve-manage-open): Doc fixes.
5703
5704 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
5705
5706         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
5707         if available.
5708
5709 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5710
5711         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
5712
5713         * nnkiboze.el (nnkiboze-generate-group):
5714         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
5715
5716         * nnmairix.el: Require CL.
5717
5718 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
5719
5720         * dgnushack.el: Autoload get-display-table and put-display-table for
5721         XEmacs 21.5.
5722
5723         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
5724         21.4 and SXEmacs.
5725
5726 2008-06-15  David Engster  <dengste@eml.cc>
5727
5728         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
5729
5730 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
5731
5732         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
5733         New macros that expand to an `aset'/`aref' call under Emacs, and to a
5734         runtime choice under XEmacs.
5735
5736         * gnus-sum.el (gnus-summary-set-display-table):
5737         Use `gnus-put-display-table', `gnus-get-display-table',
5738         `gnus-set-display-table' for the display table, instead of `aset'.
5739
5740         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
5741         Use `gnus-put-display-table', `gnus-get-display-table',
5742         `gnus-set-display-table' for the display table.
5743
5744 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5745
5746         * nnmairix.el: Add autoloads.
5747
5748 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
5749
5750         * nnmairix.el (nnmairix-delete-recreate-group)
5751         (nnmairix-update-and-clear-marks): Fix error messages.
5752
5753 2008-06-14  David Engster  <dengste@eml.cc>
5754
5755         * nnmairix.el: Upgrade to version 0.6.
5756         (nnmairix-group-toggle-propmarks-this-group)
5757         (nnmairix-group-toggle-readmarks-this-group)
5758         (nnmairix-group-delete-recreate-this-group)
5759         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
5760         (nnmairix-remove-tick-mark-original-article): New commands.
5761         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
5762         (nnmairix-propagate-marks-to-nnmairix-groups)
5763         (nnmairix-only-use-registry, nnmairix-allowfast-default)
5764         (nnmairix-marks-cache, nnmairix-version-output): New variables.
5765         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
5766         functions needed for marks propagation and manipulation of read marks.
5767         (nnmairix-update-groups): New function.
5768         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
5769         (nnmairix-determine-original-group-from-registry)
5770         (nnmairix-determine-original-group-from-path)
5771         (nnmairix-get-group-from-file-path, nnmairix-map-range)
5772         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
5773         New helper functions.
5774         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
5775         keystrokes for new commands.
5776         (nnmairix-delete-and-create-on-change): Doc string cleanup.
5777         (nnmairix-request-group): Check allow-fast group parameter.
5778         (nnmairix-request-create-group): Set allow-fast group parameter if
5779         nnmairix-allowfast-default is set.
5780         (nnmairix-close-group): Propagate marks upon closing if needed.
5781         (nnmairix-group-toggle-threads-this-group): Use new.
5782         nnmairix-group-toggle-parameter helper function.
5783         (nnmairix-search): Better check for empty search result.
5784         (nnmairix-goto-original-article): Use new helper functions for
5785         determining original article.
5786         (nnmairix-show-original-article): Make sure message-id is in brackets.
5787         (nnmairix-call-mairix-binary): Change variable name.
5788         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
5789         helper function.
5790         (nnmairix-widget-toggle-activate): Fix doc string.
5791
5792 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5793
5794         * nnir.el: Require edmacro when compiling with XEmacs.
5795         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
5796         available in Emacs 21.
5797
5798 2008-06-11  Glenn Morris  <rgm@gnu.org>
5799
5800         * gnus-util.el (x-focus-frame):
5801         * gnus.el (image-size):
5802         * mm-decode.el (image-size): Declare.
5803
5804         * gnus-picon.el (declare-function): Add compat definition.
5805         (image-size): Declare.
5806
5807         * gnus-group.el (tool-bar-map):
5808         * gnus-sum.el (tool-bar-map): Define for compiler.
5809
5810         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
5811
5812         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
5813
5814         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
5815         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
5816         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
5817         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
5818         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
5819         * sieve-manage.el, spam-report.el, spam.el:
5820         Remove unnecessary eval-and-compile of autoloads.
5821
5822 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
5823
5824         * auth-source.el: Precise Tramp doc.
5825
5826 2008-06-07  Glenn Morris  <rgm@gnu.org>
5827
5828         * nnmairix.el: Remove unnecessary eval-when-compile.
5829
5830 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5831
5832         * lpath.el: Fbind propertize for XEmacs 21.4.
5833
5834 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
5835
5836         * nnir.el: Move here from ../contrib.
5837
5838 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
5839
5840         * gnus-util.el (gnus-read-shell-command): New function.
5841         * mm-decode.el (mm-pipe-part):
5842         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
5843
5844 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5845
5846         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
5847
5848 2008-06-03  Glenn Morris  <rgm@gnu.org>
5849
5850         * pop3.el (nnheader-accept-process-output): Autoload it.
5851
5852 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5853
5854         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
5855         are not 2-digit hexadecimal characters that follow `%'s.
5856
5857 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
5858
5859         * message.el (message-bogus-recipient-p): Fix type in doc string.
5860         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
5861         (message-bogus-addresses): Rename from message-bogus-address-regexp.
5862         Improve custom options.
5863         (message-bogus-recipient-p): Adjust accordingly.
5864
5865 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
5866
5867         * parse-time.el (parse-time-months, parse-time-weekdays): Add
5868         long-form month and day names.
5869
5870 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5871
5872         * dgnushack.el: Autoload debug, eudc-expand-inline and
5873         pgg-snarf-keys-region for XEmacs.
5874
5875         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
5876
5877         * nnmairix.el: Require edmacro when compiling with XEmacs.
5878
5879 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
5880
5881         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
5882         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
5883
5884 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
5885
5886         * auth-source.el: Add more docs.
5887
5888         * netrc.el (netrc-machine): Always match if the port is not given.
5889
5890 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5891
5892         * nnheader.el (nnheader-read-timeout): Change the default timeout from
5893         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
5894         retrieval faster in some cases, but might make CPU usage larger.  If
5895         this has any bad side effects, we might revert this change.
5896
5897         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
5898         seems to make mail retrieval much, much faster.
5899         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
5900         unconditionally.
5901
5902         * gnus-draft.el (gnus-group-send-queue): Bind
5903         message-send-mail-partially-limit to nil to avoid being prompted.
5904
5905 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
5906
5907         * mml.el (mml-attach-buffer): Prompt for `disposition'.
5908
5909         * message.el (message-bogus-address-regexp): Fix and improve custom
5910         type.
5911         (message-setup-hook): Add message-check-recipients as custom option.
5912
5913 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
5914
5915         * message.el (message-cite-function): Remove bogus autoload which crept
5916         in during merge from v5-10.
5917
5918 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
5919
5920         * nnimap.el (nnimap-open-connection): Fix login/password bug.
5921
5922         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
5923
5924         * auth-source.el: Preliminary Tramp docs.
5925         (auth-sources): Change the default auth-sources to use
5926         EPA .gpg files.
5927
5928 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
5929
5930         * nntp.el: Autoload `auth-source-user-or-password'.
5931         (nntp-send-authinfo): Use it.
5932
5933         * nnimap.el: Autoload `auth-source-user-or-password'.
5934         (nnimap-open-connection): Use it.
5935
5936         * auth-source.el: Added docs on using with url-auth.  Import gnus-util
5937         for the gnus-message function.
5938         (auth-source-user-or-password): Use it.
5939
5940 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
5941
5942         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
5943         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
5944         (rfc2104-hash): Use it.
5945
5946 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
5947
5948         * gnus-art.el (gnus-article-toggle-truncate-lines):
5949         Don't use `iff' in docstring.
5950
5951 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
5952
5953         * gnus-registry.el: Adjusted copyright dates and added a keyword.
5954
5955         * gnus-util.el (gnus-extract-address-component-name)
5956         (gnus-extract-address-component-email): Convenience functions around
5957         `gnus-extract-address-components'.
5958
5959         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
5960         Use `gnus-extract-address-component-email' to fix bug of comparing full
5961         sender name to `user-mail-address'.
5962
5963 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
5964
5965         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
5966         catch/throw to optimize.
5967         (gnus-registry-find-keywords): Just use member to find a keyword.
5968
5969 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5970
5971         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
5972         is current before calling gnus-server-prepare.
5973         (gnus-server-setup-buffer, gnus-server-update-server)
5974         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
5975
5976 2008-05-04  Juri Linkov  <juri@jurta.org>
5977
5978         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
5979         (mailcap-file-default-commands): Use mailcap-replace-in-string
5980         instead of replace-regexp-in-string, and mailcap-delete-duplicates
5981         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
5982
5983 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
5984
5985         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
5986
5987 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5988
5989         * gnus.el: Bump version to 0.11.
5990
5991 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
5992
5993         * gnus.el: No Gnus v0.10 is released.
5994
5995 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5996
5997         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
5998         hooks.
5999         (gnus-update-read-articles): Speed up non-marks-using users.
6000         (gnus-use-marks): Define gnus-use-marks.
6001         (gnus-propagate-marks): Rename variable to something more sensible.
6002
6003 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
6004
6005         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
6006         (gmm-image-load-path-for-library): Fix typos in docstrings.
6007         (gmm-message): Reflow docstring.
6008
6009 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
6010
6011         * mail-source.el (mail-source-set-1, mail-source-bind):
6012         Move auth-source code out of the macro to clean it up and fix bugs.
6013
6014 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
6015
6016         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
6017         by sender if it's equal to user-mail-address, it's likely to be
6018         useless.
6019
6020         * mail-source.el (mail-source-bind): Don't use user or password if they
6021         are not bound.  Unintern them if they are nil.  Don't use server unless
6022         it's bound, and default it to empty string otherwise.
6023
6024 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
6025
6026         * mail-source.el: Load auth-source.el.
6027         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
6028         get user name or password, if auth-sources is set up.
6029
6030         * gnus-registry.el (gnus-registry-split-strategy): New variable for
6031         strategy of splitting with parent.
6032         (gnus-registry-split-fancy-with-parent)
6033         (gnus-registry-post-process-groups): Use it and fix prior
6034         bug (returning a list as the split result).
6035
6036         * auth-source.el (auth-sources): Remove server parameter.
6037         (auth-source-pick, auth-source-user-or-password)
6038         (auth-source-user-or-password-imap)
6039         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6040         (auth-source-user-or-password-sftp)
6041         (auth-source-user-or-password-smtp): Remove server parameter.
6042
6043 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
6044
6045         * smime.el (smime-sign-region, smime-encrypt-region)
6046         (smime-decrypt-region):
6047         Remove redundant calls to `generate-new-buffer-name'.
6048
6049 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
6050
6051         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
6052         Don't use QP for message/rfc822.
6053         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
6054
6055 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6056
6057         * sieve-manage.el (sieve-string-bytes): Remove.
6058         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
6059         correct byte-length only if the process's coding-system is the same as
6060         the one used internally by Emacs to represent strings.
6061
6062 2008-04-22  Juri Linkov  <juri@jurta.org>
6063
6064         * mailcap.el (mailcap-file-default-commands): New function.
6065
6066 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6067
6068         * message.el (message-signature-separator, message-cite-function):
6069         Change custom version.
6070
6071 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
6072
6073         * tls.el (tls-program): Add -ign_eof argument to call the openssl
6074         commands.
6075         (tls-checktrust): Ditto.
6076
6077 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
6078
6079         * mm-decode.el (mm-display-external): Make temp file read-only.
6080
6081 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
6082
6083         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
6084         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
6085         `C-c C-f d'.
6086
6087 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
6088
6089         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
6090
6091 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
6092
6093         * gnus.el: Bump version to 0.9.
6094
6095 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
6096
6097         * gnus.el: No Gnus v0.8 is released.
6098
6099 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6100
6101         * mail-source.el (mail-source-value):
6102         Prefer fboundp to functionp so it works with macros as well.
6103
6104 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6105
6106         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6107         Fix last change in case the element is not even a symbol.
6108
6109 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6110
6111         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
6112         Prefer fboundp to functionp so it works with macros as well.
6113
6114 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
6115
6116         * auth-source.el: Added docs.
6117         (auth-sources): Modify format to support server.
6118         (auth-source-pick, auth-source-user-or-password)
6119         (auth-source-user-or-password-imap)
6120         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6121         (auth-source-user-or-password-sftp)
6122         (auth-source-user-or-password-smtp): Add server parameter.
6123
6124 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
6125
6126         * gnus-registry.el: Initialize the registry when gnus-registry-install
6127         is t.
6128
6129 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6130
6131         * compface.el (uncompface): Make buffer unibyte.
6132
6133 2008-04-05  Glenn Morris  <rgm@gnu.org>
6134
6135         * gnus-ems.el (mm-disable-multibyte): Autoload it.
6136
6137 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
6138
6139         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer): Prefer
6140         mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
6141
6142         * nnheader.el (nnheader-init-server-buffer): Change buffer's
6143         multibyteness after rather than before erasing it.
6144
6145         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
6146         mm-with-multibyte.
6147         (gnus-request-article-this-buffer): Make sure the proper decoding is
6148         used if gnus-original-article-buffer happens to be unibyte.
6149
6150         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
6151         default-enable-multibyte-characters.
6152
6153         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
6154         default-enable-multibyte-characters.
6155
6156         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
6157
6158         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
6159
6160 2008-04-02  Simon Josefsson  <simon@josefsson.org>
6161
6162         * imap.el (imap-enable-exchange-bug-workaround): New variable.
6163         (imap-message-copyuid-1): Use it.
6164         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
6165         J. Williams in
6166         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6167
6168         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
6169         imap-enable-exchange-bug-workaround.
6170         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
6171
6172 2008-04-01  Simon Josefsson  <simon@josefsson.org>
6173
6174         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
6175         a 100 byte status-checks into a 2-3MB transfer for each group.
6176         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
6177         to enable bug workaround or not.
6178         (nnimap-find-minmax-uid): Only enable workaround conditionally.
6179
6180 2008-03-31  Glenn Morris  <rgm@gnu.org>
6181
6182         * message.el (mml2015-use): Declare for compiler.
6183         (message-info): Require mml2015 when appropriate.
6184
6185 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6186
6187         * Makefile.in (EMACS_COMP): Quote directory name that might contain
6188         whitespace.
6189
6190 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6191
6192         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
6193         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
6194         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
6195         (nntp-service-to-port): New function.
6196         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
6197         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
6198         (nntp-open-netcat-stream): New function.
6199         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
6200
6201 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
6202
6203         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
6204
6205 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6206
6207         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
6208
6209 2008-03-28  Magnus Henoch  <mange@freemail.hu>
6210
6211         * dns.el (dns-write): Use set-buffer-multibyte.
6212
6213 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
6214
6215         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
6216
6217 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
6218
6219         * message.el (message-signature-separator): Change default.
6220         Improve custom type.
6221         (message-cite-function): Change default to
6222         message-cite-original-without-signature.
6223
6224         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
6225         toggle.
6226
6227         * message.el (message-check-news-body-syntax): Fix signature check.
6228         (message-setup-1): Mark buffer as unmodified _after_ running
6229         message-setup-hook and handling message-alternative-emails.
6230         (message-shorten-references): Be more strict when building list of
6231         valid references to comply with GNKSA.
6232
6233         * gnus-group.el (gnus-read-ephemeral-bug-group)
6234         (gnus-read-ephemeral-debian-bug-group)
6235         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
6236
6237         * message.el (message-info): Don't use booleanp which isn't supported
6238         in Emacs 21 and XEmacs.
6239
6240 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
6241
6242         * gnus-group.el (gnus-gmane-group-download-format): Rename from
6243         gnus-group-gmane-group-download-format.
6244         (gnus-group-read-ephemeral-gmane-group): Rename from
6245         gnus-group-read-ephemeral-gmane-group.
6246         (gnus-read-ephemeral-gmane-group-url): Rename from
6247         gnus-group-read-ephemeral-gmane-group-url.
6248         (gnus-bug-group-download-format-alist): New variable.
6249         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
6250         (gnus-read-ephemeral-emacs-bug-group): New commands.
6251
6252 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
6253
6254         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
6255         (gnus-visible-headers): Improve custom type.
6256
6257 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
6258
6259         * mml.el (mml-menu): Add workarounds for XEmacs.
6260
6261         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
6262         X-Boundary header.
6263
6264         * message.el (message-simplify-recipients): Fix previous commit.
6265
6266 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6267
6268         * mm-util.el (mm-set-buffer-multibyte): New function.
6269         * mm-decode.el (mm-copy-to-buffer): Use it.
6270
6271 2008-03-19  Glenn Morris  <rgm@gnu.org>
6272
6273         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
6274         Accidentally removed in the sync process with Emacs.
6275
6276 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
6277
6278         * message.el (message-alter-recipients-discard-bogus-full-name):
6279         New function.
6280         (message-alter-recipients-function): New variable.
6281         (message-get-reply-headers): Use it.
6282         (message-replace-header): New helper function.
6283         (message-recipients-without-full-name): New variable.
6284         (message-simplify-recipients): New command.
6285
6286         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
6287
6288         * message.el (message-info): Handle EasyPG manual.
6289
6290         * mml.el (mml-menu): Add entry for EasyPG.
6291
6292 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
6293
6294         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
6295         parameter.
6296
6297         * message.el (message-disassociate-draft): Specify drafts group name
6298         fully.
6299
6300 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
6301
6302         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Eliminate
6303         unnecessary duplicates from the match list.
6304
6305 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6306
6307         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
6308
6309         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
6310
6311         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
6312         args of `how-many' of which the XEmacs version doesn't take; declare
6313         Info-index-next as function.
6314
6315 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
6316
6317         * gnus-score.el (gnus-score-headers): Fix handling of
6318         gnus-inhibit-slow-scoring.
6319
6320         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
6321         string.
6322         (gnus-button-url-regexp): Improve handling of parenthesis.
6323         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
6324         (gnus-button-handle-info-keystrokes): Handle index entries.
6325
6326 2008-03-15  Glenn Morris  <rgm@gnu.org>
6327
6328         * parse-time.el (parse-time-string): Simplify.
6329
6330 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6331
6332         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
6333         Incoming* files.
6334
6335 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
6336
6337         * auth-source.el (auth-sources): Renamed from auth-source-choices.
6338         (auth-source-pick): Use it.
6339
6340 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6341
6342         * binhex.el (binhex-decode-region-internal):
6343         * uudecode.el (uudecode-decode-region-internal):
6344         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
6345         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
6346         setting default-enable-multibyte-characters.
6347
6348 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
6349
6350         * auth-source.el (auth-source-protocols)
6351         (auth-source-protocols-customize, auth-source-choices): Added and
6352         modified variable customizations and defaults.
6353         (auth-source-pick, auth-source-user-or-password)
6354         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
6355         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
6356         (auth-source-user-or-password-sftp)
6357         (auth-source-user-or-password-smtp): Use new variables and provide an
6358         interface to netrc.el.
6359
6360 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6361
6362         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
6363         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
6364         Make sure the nntp port to specify is a string.
6365
6366 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6367
6368         * nntp.el: Use with-current-buffer.
6369         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
6370         dubious mm-with-unibyte-current-buffer.
6371         (nntp-with-open-group-function): New function extracted from
6372         nntp-with-open-group macro.
6373         (nntp-with-open-group): Use the function, so it's easier to debug.
6374         Add indentation and debugging info.
6375         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Recommend
6376         the use of the netcat alternatives.
6377
6378         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
6379         Avoid mm-string-as-multibyte as well.
6380
6381         * nnweb.el (nnweb-insert-html):
6382         Remove use of nnheader-string-as-multibyte.
6383
6384         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
6385         (nnheader-string-as-multibyte): Remove.
6386
6387         * mm-view.el: Use inhibit-read-only.
6388         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
6389         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
6390         or unibyte-string.
6391
6392         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
6393         (mm-uu-yenc-extract): Use with-current-buffer.
6394
6395         * gnus-soup.el (gnus-soup-send-packet): Don't use
6396         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
6397
6398         * nnmh.el: Use with-current-buffer.
6399         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
6400         mm-string-as-multibyte on the output of mm-encode-coding-string.
6401
6402         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
6403         (nnimap-request-move-article): Use with-current-buffer.
6404
6405         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
6406         inserting the handle-buffer's text, so the implicit multibyte->unibyte
6407         conversion uses string-make-unibyte rather than string-as-unibyte.
6408
6409         * gnus-msg.el: Use with-current-buffer.
6410
6411         * message.el (message-ignored-resent-headers): Add "Delivered-To".
6412
6413 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
6414
6415         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
6416         string for caching if it is 'PIN.
6417
6418 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6419
6420         * lpath.el: Consider the case without Emacs/W3.
6421
6422 2008-03-08  Glenn Morris  <rgm@gnu.org>
6423
6424         * time-date.el (date-to-time, time-subtract, time-add)
6425         (safe-date-to-time): Doc fixes.
6426
6427 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
6428
6429         * mail-source.el (mail-source-delete-old-incoming-confirm):
6430         Change default to nil.
6431         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
6432
6433 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6434
6435         * lpath.el: Rearrange.
6436
6437         * gnus-art.el (gnus-narrow-to-page): Position point properly.
6438         (gnus-article-goto-prev-page): Work for articles having ^L's.
6439
6440         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
6441
6442         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
6443
6444 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
6445
6446         * gnus-bookmark.el: Adjust for renames in bookmark.el.
6447         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
6448         (gnus-bookmark-jump): Adjust some variable names.
6449
6450 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
6451
6452         * auth-source.el: New package.
6453         (auth-source-choices): Add customization entry point variable.
6454
6455         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
6456         bug.
6457
6458 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
6459
6460         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
6461         (gnus-registry-initialize, gnus-registry-install-p): Use it.
6462         (gnus-registry-install-shortcuts): Rename from
6463         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
6464         the `gnus-registry-mark-map' keymap dynamically from
6465         `gnus-registry-marks'.  The generated functions update the summary line
6466         when a registry mark is added or deleted, and will call
6467         `gnus-registry-install-p' (see the comments in the code).
6468         (gnus-registry-user-format-function-M): Use concat intelligently.
6469
6470         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
6471         the registry mark functions.
6472
6473 2008-03-05  Glenn Morris  <rgm@gnu.org>
6474
6475         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
6476         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
6477         gnus-art.
6478         (top-level): No need to load own source when compiling.
6479
6480 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
6481
6482         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
6483         Suggested by <chris.anderton@zetnet.co.uk>.
6484
6485 2008-03-04  Glenn Morris  <rgm@gnu.org>
6486
6487         * gnus-sum.el (top-level): No need to require gnus when compiling,
6488         since unconditionally required near start of file.
6489         (gnus-summary-display-while-building): Move definition before use.
6490
6491 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
6492
6493         * gnus-registry.el (gnus-registry-user-format-function-M): Add
6494         formatting function.
6495
6496 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
6497
6498         * gnus-registry.el (gnus-registry-marks): Changed format to be nicer
6499         with plists.
6500         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
6501         Use new format.
6502
6503 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6504
6505         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
6506         `where-is-internal' that returns a range of key sequences.
6507
6508 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6509
6510         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
6511
6512         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
6513         (gnus-summary-jump-to-group): Consider windows on other displayed
6514         frames as well.  Similar changes might be needed elsewhere, but that's
6515         the one I've bumped into during my use.
6516
6517         * nndoc.el (nndoc-oe-dbx-type-p):
6518         * gnus-msg.el (gnus-debug):
6519         * gnus-group.el (gnus-update-group-mark-positions):
6520         Use mm-string-to-multibyte.
6521
6522 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
6523
6524         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
6525         doesn't handle NotDashEscaped.
6526
6527         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
6528         (mml-dnd-attach-options): Fix typo in custom choice.
6529
6530         * gnus-group.el (gnus-group-read-ephemeral-gmane-group): Change
6531         nndoc-article-type to mbox.
6532         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
6533
6534         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
6535         to nil, instead of html2text.
6536
6537         * imap.el (imap-debug): Add `imap-ping-server'.
6538
6539         * gnus-bookmark.el: Add FIXMEs.
6540
6541         * message.el (message-form-letter-separator)
6542         (message-send-form-letter-delay): New variables.
6543         (message-send-form-letter): Use them.  New command to send form
6544         letters.  Requested by Uwe Siart.
6545         (message-send-mail-function): Doc fix.  Add "Other" custom option.
6546
6547 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6548
6549         * Update copyright years.
6550
6551 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
6552
6553         Sync from EMACS_22_BASE.
6554
6555         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
6556
6557 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
6558
6559         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
6560         empty author.
6561
6562 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
6563
6564         * gnus-registry.el (gnus-registry-marks): Add variable for
6565         customization of marks and their appearance.
6566         (gnus-registry-read-mark): Use it.
6567         (gnus-registry-do-marks): Add utility function to loop through
6568         `gnus-registry-marks'.
6569         (gnus-registry-install-shortcuts-and-menus): Add function to install
6570         shortcuts and menus.
6571         (gnus-registry-initialize): Use it.
6572         (gnus-registry-default-mark): Clarify documentation.
6573
6574 2008-02-29  Glenn Morris  <rgm@gnu.org>
6575
6576         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
6577         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
6578         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
6579         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
6580         Change defcustom :version from 23.0 to 23.1.
6581
6582 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
6583
6584         * gnus-registry.el (gnus-registry-follow-group-p)
6585         (gnus-registry-post-process-groups): Add functions to aid registry
6586         splitting and improve logging.  Clarify behavior in function
6587         documentation.
6588         (gnus-registry-split-fancy-with-parent): Use them.
6589
6590 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6591
6592         * gnus-art.el: Use with-current-buffer.
6593
6594 2008-02-27  David Engster  <dengste@eml.cc>
6595
6596         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
6597         Express real group name in the response.
6598
6599 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6600
6601         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
6602         (nnmairix-last-server, nnmairix-current-server): Defvar them.
6603         (nnmairix-goto-original-article): Defvar gnus-registry-install and
6604         autoload gnus-registry-fetch-group when compiling.
6605         (nnmairix-request-group-with-article-number-correction): Remove
6606         unreferenced argument passed to nnmairix-call-backend.
6607
6608 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
6609
6610         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
6611         (mm-uu-extract): Improve face for low color ttys.  Reported by Sascha
6612         Wilde.
6613
6614 2008-02-27  Glenn Morris  <rgm@gnu.org>
6615
6616         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
6617         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
6618         variables to defconsts.  Convert comments to doc-strings.
6619         (nnmairix-last-server, nnmairix-current-server): Convert from free
6620         variables to defvars.  Convert comments to doc-strings.
6621         (gnus-registry-fetch-group): Autoload.
6622         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
6623         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
6624         (nnmairix-widget-build-editable-fields): Use car cddr rather than
6625         caddr.
6626         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
6627         nnmairix-request-group-with-article-number-correction call.
6628         (nnmairix-fast, nnmairix-group): New, less general names, for free
6629         variables passed from nnmairix-request-group to
6630         nnmairix-request-group-with-article-number-correction.  Declare.
6631         (nnmairix-request-group-with-article-number-correction):
6632         Use nnmairix-fast, nnmairix-group rather than fast, group.
6633
6634 2008-02-26  David Engster  <dengste@eml.cc>
6635
6636         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
6637         version 0.5.
6638
6639 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
6640
6641         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
6642         instead of making an extra function call.  Don't add the current group
6643         to articles only when they have the group.  Use
6644         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
6645         Reported by David <de_bb@arcor.de>.
6646
6647 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6648
6649         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
6650         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
6651
6652 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
6653
6654         * mail-source.el (mail-source-delete-incoming): Change default.
6655         Supplement doc string.
6656
6657         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
6658
6659 2008-02-14  Glenn Morris  <rgm@gnu.org>
6660
6661         * time-date.el (format-seconds): New function.
6662
6663 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
6664
6665         * nnmail.el (nnmail-message-id-cache-file): Derive from
6666         `gnus-home-directory'.
6667
6668 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
6669
6670         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
6671         Document negative prefix.
6672
6673         * gnus-group.el (gnus-group-read-group): Document negative prefix.
6674
6675 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6676
6677         * message.el (message-unsent-separator): Add the Exim bounce
6678         separator.
6679
6680 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
6681
6682         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
6683         list.
6684         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
6685         recipient/signer list.
6686
6687 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6688
6689         * Makefile.in (datarootdir): Define.
6690         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
6691         name that might contain whitespace.
6692
6693 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
6694
6695         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
6696         fbound (Emacs 23 unicode), signal an error.
6697
6698 2008-02-08  Glenn Morris  <rgm@gnu.org>
6699
6700         * gnus-art.el (pgg-display-output-buffer): Declare as function.
6701
6702 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
6703
6704         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
6705         ports to the calls to `netrc-machine-user-or-password' in addition to
6706         "imap" and "imaps".
6707
6708 2008-02-01  Zhang Wei  <id.brep@gmail.com>
6709
6710         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
6711
6712         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
6713
6714 2008-02-01  Kenichi Handa  <handa@m17n.org>
6715
6716         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
6717         rfc2104-hexstring-to-bitstring and changed to return a byte list.
6718         (rfc2104-hash): Convert the result of concat to unibyte string.
6719
6720 2008-02-01  Dave Love  <fx@gnu.org>
6721
6722         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
6723         coding-system-for-read.
6724         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
6725
6726 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
6727
6728         * gnus.el (gnus-group-startup-message): Add `find-image' call before
6729         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
6730         <hanche@math.ntnu.no>.
6731
6732 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6733
6734         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
6735
6736         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6737
6738 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
6739
6740         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
6741         * message.el (message-beginning-of-line): Use featurep instead of bound
6742         tests in order to resolve conditionals at compile time.
6743
6744 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
6745
6746         * mail-source.el (mail-sources): Add `group' choice.
6747
6748         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
6749         parameter `in-group' to control into which group the articles go.
6750         Add treatment of `group' mail-source.
6751
6752 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6753
6754         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
6755
6756         * mm-decode.el (mm-dissect-buffer): Decode description.
6757
6758         * mml.el (mml-to-mime): Encode message header first.
6759
6760 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6761
6762         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
6763         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
6764
6765         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
6766         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
6767
6768 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
6769
6770         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
6771
6772 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6773
6774         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
6775         prefix keys.
6776         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
6777         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
6778         gnus-xmas.el.
6779
6780         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
6781         (gnus-xmas-article-describe-bindings): New function.
6782         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
6783         gnus-xmas-article-describe-bindings.
6784
6785         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
6786
6787 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6788
6789         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
6790         Add new variables for article mark management.
6791         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
6792         list of extra data entries which, when present, will indicate that the
6793         article ID should not be trimmed from the registry.
6794         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
6795         functions.
6796         (gnus-registry-read-mark): New function to read a mark name from the
6797         user.
6798         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
6799         (gnus-registry-set-article-mark-internal): New functions to add and
6800         remove marks.
6801         (gnus-registry-get-article-marks): New function to show the marks for
6802         an article, or retrieve them for further use.
6803
6804 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6805
6806         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
6807         keys when no argument is given.
6808
6809 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
6810
6811         * imap.el (imap-ping-server): New variable.
6812         (imap-opened): On add extra ping if imap-ping-server is non-nil.
6813         (imap-ping-server): Minor doc string fixes.
6814
6815 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
6816
6817         * imap.el (imap-ping-server): New function.
6818         (imap-opened): Call imap-ping-server.
6819
6820 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
6821
6822         * gnus-sum.el (gnus-article-sort-by-random)
6823         (gnus-thread-sort-by-random): Fix doc strings.  Reported by
6824         jidanni@jidanni.org.
6825
6826 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6827
6828         * gnus-art.el (gnus-article-describe-bindings): New function.
6829         (gnus-article-read-summary-keys): Use it.
6830         (gnus-article-mode-map): Bind `C-h b' to it.
6831
6832 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6833
6834         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
6835         XEmacs.
6836         (gnus-article-describe-key, gnus-article-describe-key-briefly): Protect
6837         against non-character events.
6838
6839         * lpath.el: Fbind map-keymap for Emacs 21.
6840
6841 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
6842
6843         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url): New
6844         command.
6845         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
6846         instead of END.  Change name of the temp file.
6847         (gnus-group-gmane-group-download-format): Add doc string.  Make it
6848         customizable.
6849
6850 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6851
6852         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
6853         bind `S W' to gnus-article-wide-reply-with-original; set default
6854         binding to gnus-article-read-summary-send-keys.
6855         (gnus-article-read-summary-keys): Fix the order of keys; display
6856         continuation keys correctly in the echo area; describe bindings
6857         correctly when keys end with `C-h'.
6858         (gnus-article-read-summary-send-keys): New function.
6859         (gnus-article-describe-key, gnus-article-describe-key-briefly): Work
6860         for gnus-article-read-summary-send-keys; display continuation keys
6861         correctly in the echo area.
6862         (gnus-article-reply-with-original): Ignore prefix argument.
6863         (gnus-article-wide-reply-with-original): New function.
6864
6865         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
6866         Emacs 21.
6867
6868 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6869
6870         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
6871         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
6872
6873 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
6874
6875         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
6876         (gnus-group-read-ephemeral-gmane-group): New command.
6877
6878 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
6879
6880         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
6881
6882 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
6883
6884         * message.el (message-send-mail-function): Increase custom version.
6885
6886         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
6887         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
6888
6889 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
6890
6891         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
6892         for the cases where imap-authenticate is called with a nil buffer
6893         parameter.
6894
6895 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6896
6897         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
6898         html parts correctly; support forwarded messages.
6899         (gnus-article-browse-html-article): Remove work buffers.
6900
6901         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
6902         compiling.
6903         (netrc-bound-and-true-p): New macro.
6904         (netrc-parse): Use it instead of bound-and-true-p that is not available
6905         in XEmacs 21.4.
6906
6907 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
6908
6909         * gnus-registry.el (gnus-registry-mark-article)
6910         (gnus-registry-article-marks): Add functionality to mark articles
6911         through the Gnus registry.
6912
6913         * encrypt.el: Clarify documentation for the new pgg method.
6914         (encrypt-file-alist): Add PGG option.
6915         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
6916         functionality.  Abstract password key and messaging to external
6917         functions.
6918         (encrypt-password-key, encrypt-get-passphrase-if-needed)
6919         (encrypt-message-method-and-cipher): Add new convenience external
6920         functions.
6921         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
6922         (encrypt-pgg-process-buffer): Add PGG functionality glue.
6923
6924         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
6925         (netrc-parse): Use encrypt-file-alist to determine if
6926         encrypt-find-model or encrypt-insert-file-contents should be used.
6927
6928         * encrypt.el: Clarify documentation.  Load password-cache or
6929         password, whichever one is found first, instead of autoloading.
6930
6931 2007-12-19  Glenn Morris  <rgm@gnu.org>
6932
6933         * mml.el (message-options-set, message-narrow-to-head)
6934         (message-in-body-p, message-mail-p, message-encode-message-body):
6935         Autoload.
6936         (message-remove-header, message-narrow-to-headers-or-head)
6937         (message-subscribed-p, message-make-mail-followup-to)
6938         (message-position-on-field, message-news-p)
6939         (message-options-set-recipient, message-generate-headers)
6940         (message-sort-headers): Declare as functions.
6941
6942 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6943
6944         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
6945         convention in doc string.
6946
6947 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6948
6949         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
6950         title to html parts.
6951         (gnus-article-browse-html-article): Pass message header to it.
6952
6953         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
6954
6955 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
6956
6957         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
6958         or password compatible with XEmacs.
6959
6960 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6961
6962         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
6963         format document.
6964         (gnus-mime-delete-part): Don't write description line if empty.
6965         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
6966
6967 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
6968
6969         * gnus-sum.el (gnus-summary-mark-unread-as-read)
6970         (gnus-summary-mark-read-and-unread-as-read)
6971         (gnus-summary-mark-current-read-and-unread-as-read)
6972         (gnus-summary-mark-unread-as-ticked): Doc fix.
6973         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
6974
6975 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6976
6977         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.  Reported by
6978         Christoph Conrad <christoph.conrad@gmx.de>.
6979
6980 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
6981
6982         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
6983         yes-or-no-p.
6984
6985 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6986
6987         * mm-decode.el (mm-add-meta-html-tag): New function.
6988         (mm-save-part-to-file, mm-pipe-part): Use it.
6989
6990         * gnus-art.el (gnus-article-browse-delete-temp-files): Use
6991         gnus-y-or-n-p instead of y-or-n-p.
6992         (gnus-article-browse-html-parts): Work with message/external-body; use
6993         mm-add-meta-html-tag.
6994
6995 2007-12-11  Glenn Morris  <rgm@gnu.org>
6996
6997         * gnus-cache.el: Require gnus-sum not just when compiling.
6998
6999         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
7000
7001         * gnus-int.el (gnus-server-opened, gnus-status-message): Move
7002         definitions before use.
7003
7004         * mm-decode.el: Require gnus-util.
7005         (mm-remove-part): Only call delete-annotation on XEmacs.
7006
7007         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
7008
7009         * nnmail.el: Require gnus-int.
7010
7011         * spam.el: Move `require's before `eval-when-compile's.
7012
7013         * gnus-ems.el (gnus-alive-p):
7014         * gnus-fun.el (message-goto-eoh):
7015         * gnus-util.el (gnus-group-name-decode):
7016         * mail-source.el (gnus-compress-sequence):
7017         * message.el (Info-goto-node, format-spec):
7018         * mm-bodies.el (message-options-get):
7019         * mm-decode.el (mm-view-pkcs7):
7020         * mm-util.el (gmm-write-region):
7021         * mml-smime.el (mml-compute-boundary)
7022         (gnus-completing-read-with-default):
7023         * mml.el (widget-button-press, gnus-make-hashtable):
7024         * mml1991.el (mm-decode-content-transfer-encoding)
7025         (mm-encode-content-transfer-encoding)
7026         (message-options-get, message-options-set):
7027         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
7028         * nnfolder.el (gnus-request-group):
7029         * nnheader.el (ietf-drums-unfold-fws):
7030         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
7031         * smime.el (gnus-run-mode-hooks):
7032         * spam-stat.el (gnus-message): Autoload.
7033
7034         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
7035         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
7036         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
7037         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
7038         Add declare-function compatibility definition.
7039
7040         * gnus-cache.el (nnvirtual-find-group-art):
7041         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
7042         (gnus-add-image, gnus-add-wash-type):
7043         * gnus-group.el (nnkiboze-score-file):
7044         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
7045         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
7046         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
7047         (message-tokenize-header, gnus-get-buffer-create)
7048         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
7049         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
7050         * gnus.el (gnus-group-decoded-name):
7051         * mail-source.el (imap-capability):
7052         * mm-bodies.el (message-options-set):
7053         * mm-decode.el (gnus-configure-windows):
7054         * mm-extern.el (message-goto-body):
7055         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
7056         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
7057         (epg-sub-key-validity, message-options-set):
7058         * mml.el (widget-event-point, gnus-configure-windows):
7059         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
7060         * mml2015.el (epg-check-configuration, epg-configuration)
7061         (message-options-set):
7062         * nndb.el (nndb-request-article):
7063         * nnfolder.el (gnus-request-create-group):
7064         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
7065         * nnmaildir.el (gnus-group-mark-article-read):
7066         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
7067         * rfc1843.el (message-fetch-field):
7068         * spam.el (gnus-extract-address-components):
7069         Declare as functions.
7070
7071 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7072
7073         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
7074
7075         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
7076
7077         * lpath.el: Fbind run-mode-hooks for Emacs 21;
7078         bind show-trailing-whitespace for XEmacs.
7079
7080 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
7081
7082         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
7083         new no-op macro for backward compatibility.
7084
7085         * imap.el (imap-string-to-integer): New function.
7086
7087 2007-12-09  Glenn Morris  <rgm@gnu.org>
7088
7089         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
7090
7091         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
7092         * message.el, mm-view.el, sieve-manage.el, smime.el:
7093         Add declare-function compatibility definition.
7094
7095         * gnus-art.el (w3-region, w3m-region, Info-menu):
7096         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
7097         * gnus-sum.el (gnus-get-predicate):
7098         * gnus-util.el (mm-append-to-file, w32-focus-frame):
7099         * message.el (mail-abbrev-in-expansion-header-p):
7100         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
7101         (w3m-detect-meta-charset, w3m-region):
7102         * sieve-manage.el (password-read, password-cache-add)
7103         (password-cache-remove):
7104         * smime.el (password-read-and-add): Declare as functions.
7105
7106 2007-12-08  David Kastrup  <dak@gnu.org>
7107
7108         * gnus-sum.el (gnus-summary-simplify-subject-query):
7109         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
7110         `message'.
7111
7112 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7113
7114         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
7115         it to bind idna-program, installation-directory, defined-colors, and
7116         face-attribute for XEmacs of the version that compiles defcustom forms.
7117
7118 2007-12-07  Glenn Morris  <rgm@gnu.org>
7119
7120         * gnus-art.el (article-make-date-line): Revert previous change.
7121
7122 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
7123
7124         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
7125
7126 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
7127
7128         * nnmaildir.el (nnmaildir-request-update-info): Improved performance.
7129         Call gnus-add-to-range ranges only once with a prepared article-list.
7130
7131 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
7132
7133         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
7134         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
7135         group names with backslashes.  Reported by Tassilo Horn
7136         <tassilo@member.fsf.org>.
7137
7138 2007-12-06  Deepak Goel  <deego3@gmail.com>
7139
7140         * gnus-art.el (article-make-date-line):
7141         * gnus-start.el (gnus-load):
7142         * pop3.el (pop3-read-response): Fix buggy call to `error'.
7143
7144 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7145
7146         * gnus-art.el (gnus-use-idna)
7147         * gnus-start.el (gnus-site-init-file)
7148         * message.el (message-use-idna)
7149         * mm-uu.el (mm-uu-hide-markers)
7150         * smiley.el (smiley-style): Revert changes that suppress warnings.
7151
7152 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7153
7154         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
7155         specify charset to html source.  Reported by Christoph Conrad
7156         <christoph.conrad@gmx.de>.
7157
7158 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7159
7160         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
7161         idna-program in order to suppress byte compile warning issued by XEmacs
7162         that came to byte compile the default value section of defcustom forms
7163         recently.
7164
7165         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
7166         value of installation-directory.
7167
7168         * message.el (message-use-idna): Don't directly refer to the value of
7169         idna-program.
7170
7171         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
7172
7173         * smiley.el (smiley-style): Don't directly call face-attribute.
7174
7175 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
7176
7177         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
7178
7179         * gnus-dired.el: Reduce Gnus dependencies.
7180         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml): Don't
7181         require.  Use autoloads instead.
7182         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
7183         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
7184         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
7185         (gnus-dired-mode): Adjust doc string.
7186         (gnus-dired-mail-mode): New variable.
7187         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
7188         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
7189         (gnus-dired-mail-buffers): New function.  Return mail or message
7190         composition buffers.
7191         (gnus-dired-attach): Use it.
7192         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
7193         NO-DECODE.
7194         (gnus-dired-print): Use `gnus-print-buffer' depending on
7195         `gnus-dired-mail-mode'.
7196
7197 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7198
7199         * rfc2047.el (rfc2047-encoded-word-regexp)
7200         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
7201         explaining what regexp patterns are for.
7202
7203 2007-12-04  Glenn Morris  <rgm@gnu.org>
7204
7205         * password.el: Move to password-cache.el.
7206
7207         * mml1991.el (password-read, password-cache-add, password-cache-remove):
7208         * mml2015.el (password-read, password-cache-add, password-cache-remove):
7209         * mml-smime.el (password-read, password-cache-add)
7210         (password-cache-remove):
7211         No need to autoload, since mml-sec requires password.
7212
7213         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
7214         * message.el (gnus-extract-address-components):
7215         * mml-smime.el (gnus-extract-address-components): Define for compiler.
7216
7217         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
7218         password.
7219
7220 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
7221
7222         * mailcap.el: Reduce dependencies.
7223         (mail-header-parse-content-type): Autoload.
7224         (mailcap-delete-duplicates): New alias.
7225         (mailcap-mime-info): Add optional argument NO-DECODE.
7226         (mailcap-mime-types): Use mailcap-delete-duplicates.
7227
7228         * message.el (message-ignored-supersedes-headers): Add "X-ID".
7229
7230 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
7231
7232         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
7233         (imap-parse-status): Upcase status-att for servers that sends them
7234         lower-case (e.g., MS Exchange 2007).
7235
7236 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237
7238         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
7239         function.
7240
7241         * gnus-uu.el (gnus-uu-decode-yenc): New command.
7242         (gnus-uu-yenc-article): New function.
7243
7244         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
7245
7246         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original
7247         buffer.
7248
7249 2007-12-02  Glenn Morris  <rgm@gnu.org>
7250
7251         * binhex.el (binhex): New custom group.
7252         (binhex-decoder-program, binhex-decoder-switches)
7253         (binhex-use-external): Move to the binhex custom group.
7254
7255         * uudecode.el (uudecode): New custom group.
7256         (uudecode-decoder-program, uudecode-decoder-switches)
7257         (uudecode-use-external): Move to the uudecode custom group.
7258
7259         * netrc.el (top-level): Don't load `encrypt' features.
7260         (netrc-parse): Don't use encrypt.
7261         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
7262
7263         * encrypt.el: Remove file.
7264
7265 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
7266
7267         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
7268         matches on patches.
7269
7270         * gnus-art.el (gnus-article-browse-html-article): Mention
7271         `mm-text-html-renderer' in the doc string.
7272
7273         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
7274         string.  Add comments.
7275
7276         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
7277         if rhs is ASCII.
7278
7279 2007-12-01  Glenn Morris  <rgm@gnu.org>
7280
7281         * mail-source.el (top-level): Require format-spec before
7282         eval-when-compile.
7283
7284 2007-11-30  Glenn Morris  <rgm@gnu.org>
7285
7286         * encrypt.el: Require password, rather than autoloading password-read.
7287
7288 2007-11-29  Glenn Morris  <rgm@gnu.org>
7289
7290         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
7291         (sasl-make-client, sasl-next-step, sasl-step-data)
7292         (sasl-step-set-data): Declare as functions.
7293
7294 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
7295
7296         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
7297
7298 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
7299
7300         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
7301         certs should be verified and what is to be done in the event of a
7302         verification failure.
7303
7304         * gnus.el (gnus-method-to-server): Add an optional parameter so the
7305         caller can indicate whether the cache should be disregarded for this
7306         call.  This way the result of the call is reproducible at all times and
7307         can be considered a canonical server name for the supplied method.
7308         (gnus-agent-method-p): Canonicalize server names by pushing their
7309         method through `gnus-method-to-server' using the no-cache argument.
7310
7311         * gnus-srvr.el (gnus-server-insert-server-line): Call
7312         `gnus-method-to-server' with `no-cache' argument.
7313
7314         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
7315         gnus-agent-possibly-synchronize-flags as this should be called when the
7316         server is actually being opened.
7317         (gnus-agent-possibly-synchronize-flags)
7318         (gnus-agent-possibly-synchronize-flags-server): Move check for the
7319         flags file of an agentized server to the latter function.
7320
7321         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
7322         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
7323         after a connection has been established successfully.
7324
7325 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7326
7327         * gnus-art.el (article-display-face): Force to display face if called
7328         interactively; check if gnus-article-x-face-too-ugly matches author.
7329         (article-display-x-face): Display face even if From header is missing
7330         as article-display-face does.
7331
7332 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
7333
7334         * hashcash.el (message-narrow-to-headers-or-head)
7335         (message-fetch-field, message-goto-eoh)
7336         (message-narrow-to-headers): Declare as functions.
7337
7338 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
7339
7340         * mail-source.el (mail-sources): Default to fetch from file for
7341         compatibility with default of nnmail-spool-file.
7342
7343 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7344
7345         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
7346         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
7347         to look for encoded word that should be encoded again.
7348         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
7349         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
7350         encoding pattern.
7351         (rfc2047-decode-region): Switch strict regexp and loose one according
7352         to rfc2047-allow-irregular-q-encoded-words.
7353
7354 2007-11-25  Romain Francoise  <romain@orebokech.com>
7355
7356         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
7357
7358 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
7359
7360         * tls.el (tls-program): Provide more custom choices from
7361         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
7362         (tls-process-connection-type, tls-success): Remove "*" in doc string.
7363
7364 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
7367         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
7368
7369         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
7370         `nnmail-spool-file'.
7371
7372         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
7373         `nnmail-spool-file'.
7374
7375         * gnus-move.el (gnus-change-server): Ditto.
7376
7377         * gnus-kill.el (gnus-batch-score): Ditto.
7378
7379         * gnus-cache.el (gnus-jog-cache): Ditto.
7380
7381         * gnus-msg.el (gnus-summary-reply):
7382         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
7383
7384 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7385
7386         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
7387         version.  Minor improvement to doc strings.
7388         (tls-program): Add comment.
7389
7390 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
7391
7392         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
7393         (tls-checktrust): New variable.  Check if GNU TLS complained about a
7394         mismatch between the hostname provided in the certificate and the name
7395         of the host connnecting to.
7396         (open-tls-stream): Use them.  Check certificates against trusted root
7397         certificates.
7398
7399 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7400
7401         * gnus-cache.el (gnus-cache-generate-nov-databases):
7402         Use nnml-generate-nov-databases-directory instead of
7403         nnml-generate-nov-databases-1.
7404
7405 2007-11-24  Glenn Morris  <rgm@gnu.org>
7406
7407         * message.el (message-tool-bar-retro): Update for rename
7408         mail_send.xpm->mail-send.xpm.
7409
7410 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
7411
7412         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
7413         `smime-ldap-search' for Emacs 22 and up.
7414
7415 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
7416
7417         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
7418
7419         * message.el (message-send-mail-function): Fix error convention.
7420         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
7421         (message-widen-reply, message-send-mail, message-talkative-question)
7422         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
7423         (message-clone-locals, message-send-news): Use with-current-buffer.
7424         (message-insert-or-toggle-importance): Remove unused var `valid'.
7425         (message-make-references): Remove unused var `new-references'.
7426         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
7427
7428 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
7429
7430         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
7431         (spam-split-symbolic-return-positive): Reflow docstring.
7432         (spam-backends, spam-summary-exit-behavior)
7433         (spam-mark-ham-unread-before-move-from-spam-group)
7434         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
7435         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
7436         (spam-clear-cache, spam-backend-check, spam-install-backend)
7437         (spam-install-statistical-backend, spam-list-of-processors)
7438         (spam-group-processor-p, spam-split, spam-bogofilter-score)
7439         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
7440         (spam-check-crm114, spam-initialize, spam-unload-hook):
7441         Fix typos in docstrings.
7442
7443 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7444
7445         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
7446         been checked if they have never been read and those group levels are
7447         higher than the one that a user specified.
7448
7449 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7450
7451         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
7452         foreign groups unless a group level is specified by a user.
7453         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
7454
7455 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
7456
7457         * message.el (message-send-mail-function): Require sendmail.
7458
7459 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
7460
7461         * message.el (message-send-mail-function): Check for smtpmail too.
7462
7463         * utf7.el (utf7-encode, utf7-decode): Use coding system
7464         `utf-7'/`utf-7-imap' from utf-7.el' if available.
7465
7466         * message.el (message-send-mail-function): New function.
7467         (message-send-mail-function): Set default using
7468         message-send-mail-function.  Adjust doc string.
7469         (message-send-mail-with-mailclient): New function.
7470
7471 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
7472
7473         * smime.el (from):
7474         * rfc2047.el (message-posting-charset):
7475         * qp.el (mm-use-ultra-safe-encoding):
7476         * pop3.el (parse-time-months):
7477         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
7478         * nnml.el (files):
7479         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
7480         (jka-compr-compression-info-list, ange-ftp-path-format)
7481         (efs-path-regexp):
7482         * nndiary.el (files):
7483         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
7484         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
7485         (epg-digest-algorithm-alist, inhibit-redisplay)
7486         (password-cache-expiry):
7487         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
7488         (pgg-output-buffer, password-cache-expiry):
7489         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
7490         (efs-path-regexp):
7491         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
7492         (inhibit-redisplay):
7493         * mm-uu.el (file-name, start-point, end-point, entry)
7494         (gnus-newsgroup-name, gnus-newsgroup-charset):
7495         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
7496         (latin-unity-ucs-list):
7497         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
7498         (mm-uu-binhex-decode-function):
7499         * message.el (gnus-message-group-art, gnus-list-identifiers)
7500         (rmail-enable-mime-composing, gnus-local-organization)
7501         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
7502         (gnus-read-active-file, facemenu-add-face-function)
7503         (facemenu-remove-face-function, gnus-article-decoded-p)
7504         (tool-bar-mode):
7505         * mail-source.el (display-time-mail-function):
7506         * gnus-util.el (nnmail-pathname-coding-system)
7507         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
7508         (gnus-original-article-buffer, gnus-user-agent)
7509         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
7510         (xemacs-codename, sxemacs-codename, emacs-program-version):
7511         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
7512         * gnus-start.el (gnus-agent-covered-methods)
7513         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
7514         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
7515         (gnus-newsgroup-headers, gnus-group-list-mode)
7516         (gnus-group-mark-positions, gnus-newsgroup-data)
7517         (gnus-newsgroup-unreads, nnoo-state-alist)
7518         (gnus-current-select-method, mail-sources)
7519         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
7520         (nnmail-spool-file, gnus-cache-active-hashtb):
7521         * gnus-mh.el (mh-lib-progs):
7522         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
7523         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
7524         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
7525         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
7526         (gnus-group-buffer):
7527         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
7528         (font-lock-set-defaults):
7529         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
7530         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
7531         (gnus-summary-post-menu, total-parts, type, condition, length):
7532         * gnus-agent.el (gnus-agent-read-agentview):
7533         * flow-fill.el (show-trailing-whitespace):
7534         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
7535         eval-and-compile wrappers for byte compiler pacifiers.
7536
7537         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
7538         (mm-display-inline-fontify): Check for featurep 'xemacs not
7539         extent-list.
7540
7541         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
7542         itimer-list.
7543         (mm-create-image-xemacs): Only do something for XEmacs.
7544         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
7545
7546         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
7547
7548         * gnus-registry.el (gnus-adaptive-word-syntax-table):
7549         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
7550
7551 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
7552
7553         * nnimap.el (nnimap-split-download-body):
7554         * gnus-demon.el (gnus-demon):
7555         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
7556
7557 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7558
7559         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer): New
7560         macros.
7561         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
7562         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
7563         copy data from unibyte buffer to multibyte current buffer.
7564         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
7565         to copy data from unibyte current buffer to multibyte buffer.
7566         (nntp-make-process-buffer): Make process buffer unibyte.
7567
7568         * pop3.el (pop3-open-server): Fix typo in Lisp code.
7569
7570 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
7571
7572         * pop3.el (pop3-open-server): Accept and process data more robustly at
7573         connexion start to avoid spurious "POP SSL connexion failed" errors.
7574
7575 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7576
7577         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
7578         read group names.
7579
7580 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
7581
7582         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
7583
7584 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7585
7586         * nnmail.el (nnmail-parse-active): Make group names unibyte.
7587         (nnmail-save-active): Use a unibyte buffer when saving active file,
7588         which may contain non-ASCII group names.
7589
7590         * nnml.el (nnml-request-group): Decode group names in messages.
7591
7592 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
7593
7594         * message.el (message-citation-line-function)
7595         (message-insert-formatted-citation-line): Fix spelling of
7596         `message-insert-formated-citation-line'.
7597
7598 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
7599
7600         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
7601
7602 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7603
7604         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
7605         nnmail-pathname-coding-system.
7606
7607         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
7608         that a user enters; decode group names in messages.
7609
7610         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
7611
7612 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
7613
7614         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
7615
7616         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
7617
7618         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
7619         risky local variable.
7620
7621         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
7622
7623 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
7624
7625         * encrypt.el: Improve documentation to fix function name typo.
7626         Reported by Daiki Ueno <ueno@unixuser.org>.
7627
7628 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7629
7630         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
7631         even if the point is not in the last page of an article.
7632         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
7633         back to the previous page.
7634
7635 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
7636
7637         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
7638
7639 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7640
7641         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
7642
7643 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7644
7645         * message.el (message-check-news-body-syntax): Avoid
7646         mm-string-as-multibyte.
7647         (message-hide-headers): Don't assume (point-min)==1.
7648
7649 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
7650
7651         * message.el (message-remove-blank-cited-lines): Fix if remove is
7652         given.
7653         (message-bogus-address-regexp): New variable.
7654         (message-bogus-recipient-p): New function.
7655         (message-check-recipients): New command.
7656         (message-syntax-checks): Add `bogus-recipient'.
7657         (message-fix-before-sending): Add `bogus-recipient'.
7658
7659         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
7660         (gnus-treat-body-boundary): Don't test window-system.
7661
7662 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
7663
7664         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
7665
7666 2007-10-28  Miles Bader  <miles@gnu.org>
7667
7668         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
7669         at compile-time too.
7670
7671 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
7672
7673         * gnus-msg.el (gnus-message-setup-hook): Add
7674         `message-remove-blank-cited-lines' to options.
7675
7676 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
7677
7678         * message.el (message-remove-blank-cited-lines): New function.
7679         Suggested by Karl Plästerer.
7680
7681 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7682
7683         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
7684         mapc.
7685
7686         * imap.el (imap-open): Replace mapcar called for effect with mapc.
7687         (top-level): Use mapc to set functions to be traced for debugging.
7688
7689         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
7690         called for effect with while loop.
7691
7692         * message.el (message-talkative-question): Replace mapcar called for
7693         effect with mapc.
7694
7695         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
7696         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
7697         called for effect with dolist.
7698
7699         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
7700
7701         * nndiary.el: Use dolist instead of mapcar to add diary headers to
7702         gnus-extra-headers and nnmail-extra-headers.
7703
7704         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
7705         called for effect with dolist.
7706         (top-level): Use mapc to set functions to be traced for debugging.
7707
7708         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
7709         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
7710         dolist.
7711
7712         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
7713         Replace mapcar called for effect with mapc.
7714         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
7715         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
7716         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
7717         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
7718
7719         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
7720         remove-if that's a cl function.
7721
7722         * webmail.el (webmail-debug): Replace mapcar called for effect with
7723         dolist.
7724
7725         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
7726         with mapc.
7727
7728 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7729
7730         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
7731         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
7732         with while loop.
7733
7734         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
7735         functions from article-* functions.
7736         (gnus-multi-decode-header): Replace mapcar called for effect with
7737         dolist.
7738
7739         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
7740         (gnus-bookmark-show-details): Replace mapcar called for effect with
7741         while loop.
7742
7743         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
7744         called for effect with while loop.
7745
7746         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
7747         with dolist.
7748
7749         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Replace
7750         mapcar called for effect with dolist.
7751
7752         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
7753
7754         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
7755         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
7756         Replace mapcar called for effect with dolist.
7757         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
7758         mapc.
7759
7760         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
7761         Replace mapcar called for effect with dolist.
7762         (gnus-topic-list): Replace mapcar called for effect with mapc.
7763
7764         * gnus.el: Use mapc instead of mapcar to add autoloads.
7765
7766 2007-10-23  Richard Stallman  <rms@gnu.org>
7767
7768         * gnus-group.el (gnus-group-highlight): Mark as risky.
7769
7770 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7771
7772         * gnus.el (gnus-server-to-method): Return method found first in
7773         gnus-newsrc-alist.
7774
7775         * gnus-art.el (gnus-article-highlight-signature)
7776         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
7777         button overlay without the front stickiness.
7778
7779 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
7780
7781         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
7782         overview buffer needed a catch to receive its throw.
7783         (gnus-agent-flush-cache): Declared as interactive to make this function
7784         easier to use.
7785
7786 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
7787
7788         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
7789         `next-line'.
7790
7791 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7792
7793         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
7794         exclude address matching message-dont-reply-to-names.
7795
7796 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7797
7798         * gnus-util.el (gnus-string<): New function.
7799
7800         * gnus-sum.el (gnus-article-sort-by-author)
7801         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
7802
7803 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7804
7805         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
7806         the frame-focus tag is set in gnus-buffer-configuration.
7807
7808 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7809
7810         * gnus-art.el (gnus-article-add-button): Make a button overlay without
7811         the front stickiness.
7812
7813 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7814
7815         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
7816         url pattern; remove duplicate one.
7817         (gnus-article-extend-url-button): New function.
7818         (gnus-article-add-buttons): Use it.
7819         (gnus-button-push): Use concatenated url that it makes.
7820
7821 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
7822
7823         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
7824
7825 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7826
7827         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
7828         Don't hardcode point-min==1.
7829
7830 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
7831
7832         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
7833         Fix comment about "iso8859-1".
7834
7835 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
7836
7837         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
7838         ones returned from the verify-function.
7839
7840         * mm-uu.el (mm-uu-pgp-signed-extract-1): Call
7841         mml2015-extract-cleartext-signature if extraction failed.
7842
7843 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
7844
7845         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
7846         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
7847         failed.
7848
7849 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
7850
7851         * Relicense "GPLv2 or later" files to "GPLv3 or later".
7852
7853 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
7854
7855         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
7856         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
7857         recommends to use EasyPG instead of PGG.
7858
7859         * pgg.el: Revert to revision 6.23.2.16.
7860
7861         * pgg-def.el: Revert to revision 6.6.2.14.
7862
7863         * pgg-gpg.el: Revert to revision 6.23.2.34.
7864
7865 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
7866
7867         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
7868         to mark a thread as expirable.  Add variable `hide' to handle hiding of
7869         thread for both the null and zero (kill/expire thread) universal prefix
7870         cases.
7871         (gnus-summary-expire-thread): Add new function to expire a thread,
7872         using gnus-summary-kill-thread.
7873         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
7874         shortcuts for gnus-summary-expire-thread.
7875         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
7876         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
7877
7878 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7879
7880         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
7881         extras value, so an extras entry can be deleted.
7882         (gnus-registry-delete-extra-entry): Use it.
7883         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
7884         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
7885         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
7886         storage through the gnus-registry, and provide an appropriate API for
7887         it.
7888
7889 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7890
7891         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
7892         Suggested by Leo <sdl.web@gmail.com>.
7893
7894         * gnus.el: Do.
7895
7896 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7897
7898         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
7899         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
7900
7901         * gnus-agent.el (gnus-agent-fetch-headers): Do.
7902
7903         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
7904         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
7905
7906 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7907
7908         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
7909         newline.
7910         (nnmbox-request-accept-article): Don't change article in source buffer;
7911         narrow to header to use message-fetch-field rather than
7912         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
7913         (nnmbox-request-replace-article): Quote lines that'll be misidentified
7914         as delimiters; make sure article ends with newline.
7915         (nnmbox-delete-mail): Correct last position of article to be deleted;
7916         ignore X-Gnus-Newsgroup header in article body.
7917         (nnmbox-save-mail): Quote lines looking like delimiters at the right
7918         positions; make sure article ends with newline.
7919
7920         * message.el (message-display-abbrev): Don't infloop when a user
7921         inserts SPC in the beginning of header.
7922
7923         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
7924         coding-system-for-read and coding-system-for-write for XEmacs having no
7925         file-coding feature.
7926
7927         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
7928
7929 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
7930
7931         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
7932         list of groups not followed by default.  Fix type to be regexp.
7933         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
7934
7935 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
7936
7937         * hmac-def.el (define-hmac-function): Switch from old-style to
7938         new-style backquotes.
7939
7940         * md4.el (md4-make-step): Likewise.
7941
7942 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
7945         raw-text coding system when saving .newsrc file, which may contain
7946         non-ASCII group names.
7947
7948 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7949
7950         * gnus-cus.el (gnus-score-extra): New widget.
7951         (gnus-score-extra-convert): New function.
7952         (gnus-score-customize): Use it for Extra.
7953
7954 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
7955
7956         * mml2015.el (mml2015-extract-cleartext-signature): New function.
7957         (mml2015-mailcrypt-clear-verify): Use it.
7958         (mml2015-gpg-clear-verify): Use it.
7959         (mml2015-pgg-clear-verify): Use it.
7960         (mml2015-epg-clear-verify): Replace the current part with the output
7961         from GnuPG; don't extract the plaintext by itself.
7962
7963         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
7964         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
7965         mml2015-clear-verify-function; don't touch the armor headers or
7966         dash-escaped text here.
7967
7968 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7969
7970         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
7971         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
7972         parts, or application/octet-stream as a last resort.
7973         (gnus-mime-view-part-as-type): Don't toggle display.
7974         (gnus-mime-view-part-as-charset): Don't turn off display before
7975         querying charset.
7976
7977         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
7978         stuff to undisplayer function in Emacs.
7979         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
7980
7981         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
7982         text/calendar parts.
7983
7984 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7985
7986         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
7987         decoding text/calendar parts.
7988
7989         * message.el (message-forward-make-body-mime): Always mark body as
7990         having no illegible text; remove signed-or-encrypted argument.
7991         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
7992
7993         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
7994         (mml-generate-mime-1): Don't encode body if it is specified to be in
7995         raw form; don't make buffer be unibyte when inserting multibyte string.
7996
7997 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7998
7999         * sha1.el: Fix up comment style.
8000         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
8001         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
8002
8003         * hex-util.el: Fix up comment style.
8004         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
8005
8006         * gnus-salt.el: Use with-current-buffer.
8007         (gnus-pick-setup-message): Fix long-standing typo.
8008
8009 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8010
8011         * imap.el (imap-logout-timeout): New variable.
8012         (imap-logout, imap-logout-wait): New functions.
8013         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
8014
8015         * nnimap.el (nnimap-logout-timeout): New server variable.
8016         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
8017         nnimap-logout-timeout.
8018
8019         * gnus-art.el (gnus-article-summary-command-nosave)
8020         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
8021
8022 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8023
8024         * gnus.el (gnus-maximum-newsgroup): New variable.
8025
8026         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
8027         according to gnus-maximum-newsgroup.
8028
8029         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8030         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
8031         Limit the range of articles according to gnus-maximum-newsgroup.
8032
8033 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
8034
8035         * gnus-art.el (gnus-sticky-article): Fixed problems described in
8036         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
8037         Don't perform gnus-configure-windows here; reuse existing sticky
8038         article buffer.
8039
8040         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
8041         it doesn't exist in gnus-article-mode.
8042
8043 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8044
8045         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
8046         (gnus-agent-decoded-group-name): New function.
8047         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
8048         (gnus-agent-expire-group-1): Use it; decode group name in messages.
8049
8050 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
8051
8052         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
8053         Add binding for gnus-sticky-article.
8054         (gnus-summary-exit): Don't kill sticky article buffers.
8055
8056         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
8057         article buffer.
8058         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
8059         (gnus-kill-sticky-article-buffers): New commands.
8060
8061 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8062
8063         * nntp.el (nntp-xref-number-is-evil): New server variable.
8064         (nntp-find-group-and-number): If it is non-nil, don't trust article
8065         numbers in the Xref header.
8066
8067 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8068
8069         * gnus-agent.el (gnus-agent-read-group): New function.
8070         (gnus-agent-flush-group, gnus-agent-expire-group)
8071         (gnus-agent-regenerate-group): Use it.
8072         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
8073         nnmail-pathname-coding-system.
8074
8075 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8076
8077         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
8078
8079         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
8080         that are unread as unread, and also as selected so that information of
8081         marks having been changed by a user may be updated when exiting group.
8082
8083 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8084
8085         * gnus-art.el (gnus-mime-display-single): Pass part number that is
8086         calculated ignoring signature parts to gnus-treat-article.
8087
8088 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8089
8090         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
8091         a point here in order to keep the window start.
8092         (gnus-insert-mime-security-button): Make a button overlay without the
8093         front stickiness.
8094         (gnus-mime-display-security): Goto the end of a button.
8095
8096         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
8097
8098 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8099
8100         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
8101         group-name-at-point.
8102         (gnus-group-completing-read): New function that offers decoded
8103         non-ASCII group names for completion.
8104         (gnus-fetch-group, gnus-group-read-ephemeral-group)
8105         (gnus-group-jump-to-group, gnus-group-make-group-simple)
8106         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
8107         (gnus-group-fetch-control): Use it.
8108         (gnus-fetch-group): Use group-name-at-point for the initial value
8109         rather than the default value; use gnus-alive-p.
8110
8111         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
8112         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
8113         (gnus-summary-post-news): Use gnus-group-completing-read.
8114
8115         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
8116         (gnus-read-move-group-name): Decode group name for completion.
8117
8118 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
8119
8120         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
8121         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
8122         Yamaoka slightly modified the code).
8123
8124 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8125
8126         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
8127         (nnmail-split-incoming): Bind it.
8128
8129         * nnml.el (nnml-group-name-charset): New function.
8130         (nnml-decoded-group-name): Use it; don't decode group name if
8131         nnmail-group-names-not-encoded-p is non-nil.
8132         (nnml-encoded-group-name): New function.
8133         (nnml-group-pathname): Inline nnml-decoded-group-name.
8134         (nnml-request-expire-articles): Decode group name in message.
8135         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
8136         nnmail-pathname-coding-system.
8137         (nnml-save-mail, nnml-active-number): Work with decoded group names and
8138         not decoded ones according to nnmail-group-names-not-encoded-p.
8139         (nnml-generate-active-info): Use nnml-encoded-group-name.
8140
8141 2007-08-08  Glenn Morris  <rgm@gnu.org>
8142
8143         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
8144         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
8145         doc-strings and comments.
8146
8147 2007-07-25  Glenn Morris  <rgm@gnu.org>
8148
8149         * Relicense all FSF files to GPLv3 or later.
8150
8151 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8152
8153         * gnus-sum.el (gnus-summary-move-article): Make
8154         gnus-summary-respool-article work.
8155
8156 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
8157
8158         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
8159         string.
8160
8161 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
8162
8163         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
8164         that should be ignored when comparing distant RSS articles with local
8165         ones.
8166         (nnrss-make-hash-index): New function.  Create a hash index according
8167         to the ignored fields.
8168         (nnrss-check-group): Use it.
8169
8170 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8171
8172         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
8173
8174         * gnus-art.el (article-decode-group-name): Decode Xref header too.
8175
8176         * gnus-group.el (gnus-group-make-group): Encode group name here unless
8177         the new optional argument ENCODED is non-nil.
8178         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
8179         coding system for encoding group name.
8180         (gnus-group-make-rss-group): Pass un-encoded group name to
8181         gnus-group-make-group.
8182         (gnus-group-set-info): Tell gnus-group-make-group that group name is
8183         encoded.
8184
8185         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
8186         Encode group name to which articles are moved or copied.
8187         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
8188         coding system for encoding Newsgroup, Followup-To and Xref headers.
8189
8190         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
8191         marks; use nnheader-file-coding-system to write a file.
8192         (nnagent-retrieve-headers): Bind file-name-coding-system to
8193         nnmail-pathname-coding-system.
8194
8195         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
8196
8197         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
8198         (nnml-request-article, nnml-request-create-group)
8199         (nnml-request-rename-group, nnml-find-id)
8200         (nnml-possibly-change-directory, nnml-possibly-create-directory)
8201         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
8202         (nnml-save-marks): Use nnml-group-pathname instead of
8203         nnmail-group-pathname.
8204
8205         (nnml-request-create-group, nnml-request-expire-articles)
8206         (nnml-request-move-article, nnml-request-delete-group)
8207         (nnml-deletable-article-p, nnml-possibly-create-directory)
8208         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
8209         (nnml-open-marks): Bind file-name-coding-system to
8210         nnmail-pathname-coding-system.
8211
8212         (nnml-request-article): Pass server argument to nnml-find-group-number.
8213         (nnml-request-create-group, nnml-active-number, nnml-save-marks): Pass
8214         server argument to nnml-possibly-create-directory.
8215         (nnml-request-accept-article): Pass server argument to
8216         nnml-active-number and nnml-save-mail.
8217         (nnml-find-group-number): Pass server argument to nnml-find-id.
8218         (nnml-request-update-info): Pass server argument to
8219         nnml-marks-changed-p.
8220
8221         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
8222         (nnml-save-mail, nnml-active-number): Add server argument.
8223
8224         (nnml-request-delete-group): Warn if group is missing.
8225         (nnml-get-nov-buffer): Decode group name.
8226         (nnml-generate-active-info): Encode group name.
8227         (nnml-open-marks): Decode group name in messages.
8228
8229 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8230
8231         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
8232         if it is not specified.
8233         (gnus-article-pipe-part, gnus-article-save-part)
8234         (gnus-article-interactively-view-part, gnus-article-copy-part)
8235         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
8236         (gnus-article-inline-part, gnus-article-save-part-and-strip)
8237         (gnus-article-replace-part, gnus-article-delete-part)
8238         (gnus-article-view-part-as-type): Pass raw prefix argument to
8239         gnus-article-part-wrapper.
8240
8241 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8242
8243         * gnus-agent.el (gnus-agent-save-active): Bind
8244         nnheader-file-coding-system to gnus-agent-file-coding-system.
8245
8246         * gnus-cache.el (gnus-cache-save-buffers)
8247         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
8248         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
8249         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
8250         (gnus-cache-braid-nov, gnus-cache-braid-heads)
8251         (gnus-cache-generate-active, gnus-cache-rename-group)
8252         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
8253         (gnus-cache-update-overview-total-fetched-for): Bind
8254         file-name-coding-system to nnmail-pathname-coding-system.
8255         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names): New
8256         variables.
8257         (gnus-cache-decoded-group-name): New function.
8258         (gnus-cache-file-name): Use it.
8259         (gnus-cache-generate-active): Use non-decoded group name for active.
8260
8261         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
8262         right place.
8263         (gnus-write-active-file): Don't break non-ASCII group names.
8264
8265         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
8266         nnmail-pathname-coding-system.
8267
8268         * lpath.el: Bind default-file-name-coding-system,
8269         file-name-coding-system and language-info-alist for XEmacs.
8270
8271         * gnus-uu.el (gnus-uu-decode-save): Typo.
8272
8273 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8274
8275         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
8276
8277 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8278
8279         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
8280         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
8281         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
8282         (gnus-agent-flush-group, gnus-agent-flush-cache)
8283         (gnus-agent-fetch-headers, gnus-agent-load-alist)
8284         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
8285         (gnus-agent-retrieve-headers, gnus-agent-request-article)
8286         (gnus-agent-regenerate-group)
8287         (gnus-agent-update-files-total-fetched-for)
8288         (gnus-agent-update-view-total-fetched-for): Bind
8289         file-name-coding-system to nnmail-pathname-coding-system.
8290         (gnus-agent-group-pathname): Don't encode file names by
8291         nnmail-pathname-coding-system.
8292         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
8293         coding-system-for-write instead of buffer-file-coding-system to
8294         gnus-agent-file-coding-system.
8295
8296         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
8297         Decode group name.
8298
8299         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
8300
8301         * gnus-start.el (gnus-update-active-hashtb-from-killed)
8302         (gnus-read-newsrc-el-file): Make group names unibyte.
8303
8304         * nnmail.el (nnmail-group-pathname): Don't encode file names by
8305         nnmail-pathname-coding-system.
8306
8307         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
8308         (nnrss-request-delete-group): Bind file-name-coding-system to
8309         nnmail-pathname-coding-system.
8310         (nnrss-read-server-data, nnrss-read-group-data): Bind
8311         file-name-coding-system correctly.
8312         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
8313
8314         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
8315         (nntp-server-to-method-cache): New variable.
8316         (nntp-group-pathname): New function that decodes non-ASCII group names.
8317         (nntp-possibly-create-directory, nntp-marks-changed-p)
8318         (nntp-save-marks, nntp-open-marks): Use it.
8319         (nntp-possibly-create-directory, nntp-open-marks):
8320         Bind file-name-coding-system to nnmail-pathname-coding-system.
8321         (nntp-open-marks): Decode group names when bootstrapping marks.
8322
8323         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
8324         Newsgroups and Folowup-To headers.
8325
8326 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8327
8328         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
8329         (gnus-server-closed-face, gnus-server-denied-face)
8330         (gnus-server-offline-face): Remove variable.
8331         (gnus-server-font-lock-keywords): Use faces that are not aliases.
8332
8333         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
8334         of modifying message-stack directly for XEmacs.
8335
8336         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
8337         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
8338         if the coding-system argument is nil for XEmacs.
8339
8340         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
8341         mm-charset-override-alist.
8342
8343         * rfc2047.el: Don't require base64; require rfc2045 for the function
8344         rfc2045-encode-string.
8345         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
8346         to quote the parameter value.
8347
8348 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8349
8350         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
8351         form in gnus-group-name-charset-method-alist.
8352
8353         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
8354         overrides the default layout edit-form.
8355
8356         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
8357
8358         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
8359
8360 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8361
8362         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
8363         as unfetched articles.
8364
8365 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
8366
8367         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
8368
8369 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8370
8371         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
8372         original back end that keeps marks in the local system.
8373
8374 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8375
8376         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
8377         arg of pop-to-buffer for XEmacs.
8378         (gnus-article-read-summary-keys): Ditto; don't restore window
8379         configuration if summary command ends up with neither article buffer
8380         nor summary buffer; describe bindings if summary keys end with C-h.
8381
8382 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8383
8384         * message.el (message-fix-before-sending): Skip raw message part to be
8385         forwarded while checking illegible text.
8386         (message-forward-make-body-mime, message-forward-make-body): Mark
8387         signed or encrypted raw message as having no illegible text.
8388
8389 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8390
8391         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
8392         (gnus-message-with-timestamp-1): New macro.
8393         (gnus-message-with-timestamp): New function.
8394         (gnus-message): Use them.
8395
8396         * nnheader.el (nnheader-message): Use them.
8397
8398 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
8399
8400         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
8401         .newsrc.eld file.
8402
8403 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8404
8405         * gnus-agent.el (gnus-agent-fetch-headers)
8406         (gnus-agent-retrieve-headers): Bind
8407         gnus-decode-encoded-address-function to identity.
8408
8409         * nntp.el (nntp-send-xover-command): Recognize an xover command is
8410         available also when the server returns simply a dot.
8411
8412         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
8413
8414 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8415
8416         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
8417
8418 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8419
8420         * gnus-ems.el (gnus-x-splash): Make it work.
8421
8422         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
8423         from being used.
8424
8425         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
8426
8427 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8428
8429         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
8430         4th and the 5th arguments.
8431
8432         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
8433         the front stickiness.
8434         (gnus-article-summary-command-nosave): Correct the order of the
8435         arguments passed to pop-to-buffer.
8436         (gnus-article-read-summary-keys): Ditto; make it work properly when the
8437         summary command ends up with the article buffer.
8438
8439         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
8440         the same faces.
8441
8442 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
8443
8444         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
8445
8446 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
8447
8448         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
8449         * gnus-sum.el (gnus-summary-highlight):
8450         * pgg.el (pgg-sign-region, pgg-sign):
8451         * mail-source.el (mail-source-delete-old-incoming-confirm):
8452         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
8453
8454 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8455
8456         * gnus-art.el (gnus-mime-view-part-externally)
8457         (gnus-mime-view-part-internally): Fix predicate function passed to
8458         completing-read.
8459
8460         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
8461
8462         * gnus.el (gnus-update-message-archive-method): Add :version.
8463
8464 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8465
8466         * gnus.el (gnus-update-message-archive-method): New variable.
8467
8468         * gnus-start.el (gnus-setup-news): Update saved "archive" method
8469         according to gnus-message-archive-method if
8470         gnus-update-message-archive-method is non-nil.
8471
8472 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
8473
8474         * gnus-sum.el (gnus-summary-limit-to-address): New function.  Suggested
8475         by Loic Dachary <loic@dachary.org>.
8476         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
8477
8478 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8479
8480         * message.el (message-pop-to-buffer): Add switch-function argument.
8481         (message-mail): Pass switch-function argument to it.
8482
8483 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
8484
8485         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
8486         Improve doc string.
8487
8488 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8489
8490         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
8491         (gnus-header-content)
8492         * gnus-cite.el (gnus-cite-10)
8493         * gnus-srvr.el (gnus-server-closed)
8494         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
8495         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
8496         (gnus-group-mail-3-empty, gnus-group-mail-low)
8497         (gnus-group-mail-low-empty, gnus-splash)
8498         * message.el (message-header-to, message-header-cc)
8499         (message-header-subject, message-header-other, message-header-name)
8500         (message-header-xheader, message-separator, message-cited-text)
8501         (message-mml): Lighten colors of faces used for dark background.
8502
8503 2007-05-24  Simon Josefsson  <simon@josefsson.org>
8504
8505         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
8506         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
8507
8508 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8509
8510         * message.el (message-narrow-to-headers-or-head):
8511         Ignore mail-header-separator in the body.
8512
8513 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8514
8515         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
8516         same as window size.
8517
8518 2007-05-22  Kevin Ryde  <user42@zip.com.au>
8519
8520         * message.el (message-font-lock-keywords): Use message-header-xheader
8521         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
8522         ahead of the anything pattern, to get it recognised.
8523
8524 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
8525
8526         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
8527         spam.el loads uses it in the compiled defadvice form.
8528
8529 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
8530
8531         * gnus-sum.el (gnus-articles-to-read)
8532         (gnus-summary-insert-old-articles): Don't truncate group name for
8533         `read-string'.
8534
8535         * gnus-util.el (gnus-limit-string): Delete this function.
8536
8537         * gnus-sum.el (gnus-simplify-subject-fully): Use
8538         `truncate-string-to-width' instead.
8539
8540 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
8541
8542         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.  Tell
8543         if, on summary exit, the next group has to be selected.
8544         (gnus-summary-exit): Use it.
8545
8546 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
8547
8548         * gnus-art.el (gnus-article-mode): Fix comment about displaying
8549         non-break space.
8550
8551 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8552
8553         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
8554         Check if group is not a directory.
8555         (nnfolder-request-expire-articles): Don't delete articles if the target
8556         group is not available.
8557
8558         * nnml.el (nnml-request-create-group): Properly check if group is not a
8559         file.
8560         (nnml-request-expire-articles): Don't delete articles if the target
8561         group is not available.
8562
8563         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
8564         Don't quote characters that are within parentheses.
8565
8566 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8567
8568         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
8569         (gnus-handle-ephemeral-exit): Select article according to it.
8570
8571 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
8572
8573         * message.el (message-insert-formated-citation-line): Remove newline.
8574         (message-citation-line-format): Add final \n here so that the user can
8575         avoid a blank line.
8576
8577 2007-05-03  Dan Christensen  <jdc@uwo.ca>
8578
8579         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
8580         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
8581         Update lanl/arXiv support.
8582
8583 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
8584
8585         * gnus.el: Bump version number.
8586
8587 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8588
8589         * gnus.el (gnus-version-number): Bump version.
8590
8591 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8592
8593         * gnus.el: No Gnus v0.6 is released.
8594
8595 2007-04-27  Didier Verna  <didier@xemacs.org>
8596
8597         * gnus-util.el (gnus-orify-regexp): Moved and renamed to ...
8598         * gmm-utils.el (gmm-regexp-concat): here.
8599         * message.el: Don't require 'gnus-util.
8600         (message-dont-reply-to-names): Handle name change above.
8601         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
8602
8603 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8604
8605         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
8606         since the initial value varies according to the system.
8607
8608 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8609
8610         * mm-util.el (mm-charset-synonym-alist): Defcustom.
8611
8612 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
8613
8614         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
8615
8616 2007-04-24  Didier Verna  <didier@xemacs.org>
8617
8618         Improve the type of gnus-ignored-from-addresses.
8619         * gnus-util.el (gnus-orify-regexp): New function.
8620         * message.el (gnus-util): Require it.
8621         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
8622         * gnus-sum.el (gnus-ignored-from-addresses): New function.
8623         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
8624
8625 2007-04-24  Didier Verna  <didier@xemacs.org>
8626
8627         * gnus-sum.el:
8628         * gnus-utils.el: Fix some trailing whitespaces.
8629
8630 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8631
8632         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
8633         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
8634         article's Message-ID; refer parent article in summary buffer.
8635
8636         * message.el (message-bounce): Call mime-to-mml.
8637
8638         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
8639         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
8640         optimize and/or forms properly.
8641
8642 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
8643
8644         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
8645         URL.
8646
8647 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8648
8649         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
8650
8651 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8652
8653         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
8654         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
8655         displayed of multipart/alternative part if it is invoked from summary
8656         buffer.
8657
8658         * mm-view.el (mm-inline-text-html-render-with-w3m)
8659         (mm-inline-text-html-render-with-w3m-standalone)
8660         (mm-inline-render-with-function): Use mail-parse-charset by default.
8661
8662 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
8663
8664         * parse-time.el (parse-time-string-chars): Check if CHAR
8665         is less than the length of parse-time-syntax.
8666
8667 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8668
8669         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
8670         from gnus-newsgroup-processable.
8671
8672 2007-04-16  Didier Verna  <didier@xemacs.org>
8673
8674         * gnus-msg.el (gnus-configure-posting-styles): Handle
8675         message-signature-directory properly with :file syntax.  Reported by
8676         "Leo".
8677
8678 2007-04-11  Didier Verna  <didier@xemacs.org>
8679
8680         New user option: message-signature-directory.
8681         * gnus-msg.el (gnus-configure-posting-styles): Support it.
8682         * message.el (message-insert-signature): Ditto.
8683         * message.el (message-signature-file): Doc update.
8684         * message.el (message-signature-directory): New.
8685
8686 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8687
8688         * gnus-msg.el (gnus-inews-yank-articles): Use
8689         message-exchange-point-and-mark instead of exchange-point-and-mark.
8690
8691 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8692
8693         * message.el (message-yank-original): Make sure cited text ends with
8694         newline; don't exchange point and mark.
8695
8696 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
8697
8698         * tls.el (open-tls-stream): Properly handle case where there
8699         is no associated buffer.
8700
8701 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
8702
8703         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
8704         message-yank-original, make sure (< mark TEXT point).
8705
8706 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
8707
8708         * message.el (message-fill-column): New variable.
8709         (message-mode): Use it.  Add comment on a possible new hook.
8710
8711         * nnmail.el (nnmail-spool-file): Mark as obsolete.
8712         (nnmail-get-new-mail): Reformat.
8713
8714         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
8715
8716         * gmm-utils.el: Fix Commentary.
8717         (gmm-tool-bar-from-list): Fix typo in doc string.
8718
8719 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
8720
8721         * message.el (message-yank-original): Don't switch point and mark
8722         unnecessarily to put point and mark as documented.
8723
8724 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8725
8726         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
8727         from the message heads.
8728
8729 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
8730
8731         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
8732         article buffer does not have a window.  This may not be the best
8733         solution but is certainly better than setting the start of the null,
8734         that is the current, window.
8735
8736 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8737
8738         * gnus-draft.el (gnus-draft-setup-hook): New hook.
8739         (gnus-draft-setup): Run it.
8740
8741         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
8742         gnus-score-fast-scoring.  Allow regexp.
8743         (gnus-score-headers): Use it.
8744
8745         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
8746         XEmacs.
8747
8748         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
8749         string.
8750         (gnus-button-alist): Also catch `<f1> k ...'.
8751         (gnus-treat-display-x-face): Fix doc string.
8752
8753 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8754
8755         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
8756         evaluation of gnus-extended-version to ensure correct generation of the
8757         User-Agent header when message-generate-headers-first is used.
8758
8759 2007-03-24  Simon Josefsson  <simon@josefsson.org>
8760
8761         * hashcash.el (hashcash-generate-payment-async): Don't crash if
8762         hashcash-path is nil.  Don't call callback with incorrect number of
8763         parameters if val is 0.
8764
8765 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8766
8767         * message.el (message-required-news-headers):
8768         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
8769
8770 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
8771
8772         * tls.el (open-tls-stream): In handshake-waiting loop,
8773         don't wait more if there is output available to process.
8774
8775 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
8776
8777         * tls.el (tls-program): Doc fix.
8778
8779 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8780
8781         * message.el (message-generate-new-buffers): Change the meaning of the
8782         nil value; add `standard' to the choices; treat t as `unique'; improve
8783         doc string.
8784         (gnus-select-frame-set-input-focus): Autoload.
8785         (message-buffer-name): Search for the existing message buffer if
8786         message-generate-new-buffers is nil or `standard'; treat the value t of
8787         message-generate-new-buffers as `unique'.
8788         (message-pop-to-buffer): Raise the frame already displaying the message
8789         buffer; clear the echo area after querying.
8790         (message-setup): Pass the `continue' argument to compose-mail.
8791         (message-mail): Prefer `switch-function' if it is given; search for the
8792         existing message buffer if the `continue' argument is non-nil; pass
8793         continue and switch-function arguments to compose-mail by way of
8794         message-setup.
8795         (message-mail-other-window): Adjust argument of message-setup.
8796         (message-mail-other-frame): Ditto.
8797
8798 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8799
8800         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
8801         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
8802         to turn font-lock on when turning gnus-message-citation-mode on.
8803
8804 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
8805
8806         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
8807         (mml-smime-function-alist): New variable; add epg as the backend.
8808         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
8809         mml-smime- functions instead.
8810         * mm-view.el: Require smime.
8811
8812 2007-03-05  Didier Verna  <didier@xemacs.org>
8813
8814         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
8815         instead of just inheritance for posting styles.
8816         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
8817
8818 2007-02-24  Chris Moore  <dooglus@gmail.com>
8819
8820         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
8821         * pgg-pgp.el (pgg-pgp-encrypt-region):
8822         * pgg-gpg.el (pgg-gpg-encrypt-region):
8823         Check pgg-encrypt-for-me if no other recipients.
8824
8825 2007-02-24  John Paul Wallington  <jpw@pobox.com>
8826
8827         * tls.el (tls-certtool-program): Fix custom type.
8828
8829 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8830
8831         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
8832         and point-at-eol instead of line-(beginning|end)-position.
8833
8834         * assistant.el (assistant-parse-buffer): Ditto.
8835
8836         * netrc.el (netrc-parse-services): Ditto.
8837
8838 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
8839
8840         * mml2015.el (mml2015-epg-find-usable-key): New function.
8841         (mml2015-epg-sign): Use it.
8842         (mml2015-epg-encrypt): Use it.
8843
8844 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8845
8846         * message.el (message-make-in-reply-to): Quote name containing
8847         non-ASCII characters.  It will make the RFC2047 encoder cause an error
8848         if there are special characters.  Reported by NAKAJI Hiroyuki
8849         <nakaji@jp.freebsd.org>.
8850
8851 2007-02-27  Didier Verna  <didier@xemacs.org>
8852
8853         Include the group parameters as well as the topic ones in the
8854         inheritance filter process.
8855         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
8856         argument GROUP-PARAMS-LIST.
8857         * gnus-topic.el (gnus-group-topic-parameters): Use it.
8858
8859 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8860
8861         * nntp.el (nntp-never-echoes-commands)
8862         (nntp-open-connection-functions-never-echo-commands): New variables.
8863         (nntp-send-command): Use them.
8864
8865 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
8866
8867         * mml2015.el (mml2015-epg-verify): Simplified.
8868
8869 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8870
8871         * mml.el (mml-content-disposition-alist): New user option.
8872         (mml-content-disposition): New function.
8873         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
8874         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
8875
8876 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
8877
8878         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
8879         verification.
8880
8881 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8882
8883         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
8884         articles posted in the last 24 hours.
8885
8886 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
8887
8888         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
8889
8890 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
8891
8892         * nntp.el (nntp-send-command): Don't wait for echoes when
8893         nntp-open-ssl-stream is used.
8894
8895 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8896
8897         * gnus-cite.el (gnus-test-font-lock-add-keywords)
8898         (gnus-message-add-citation-keywords)
8899         (gnus-message-remove-citation-keywords): Remove.
8900         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
8901         directly, make the variables in font-lock-defaults buffer-local, add
8902         gnus-message-citation-keywords to them and then update the value of
8903         font-lock-keywords.
8904
8905 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8906
8907         * message.el (message-cite-original-1): Don't call
8908         gnus-article-highlight-citation.
8909
8910         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
8911         citations; fix line count.
8912
8913 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8914
8915         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
8916         (gnus-message-add-citation-keywords)
8917         (gnus-message-remove-citation-keywords): Use it; fix the emulating
8918         versions of font-lock-add-keywords and font-lock-remove-keywords to
8919         work with XEmacs correctly.
8920
8921 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8922
8923         * gnus-cite.el (gnus-cite-face-list): Set the values of
8924         gnus-message-max-citation-depth and gnus-message-citation-keywords.
8925         (gnus-message-max-citation-depth): Use defvar rather than defconst.
8926         (gnus-message-cite-prefix-regexp): New variable.
8927         (gnus-message-search-citation-line): Use it; protect against long
8928         citation prefix; fill match data with nil rather than 0 for XEmacs; set
8929         the 0th match data for Emacs.
8930         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
8931         (gnus-message-add-citation-keywords): Append keywords rather than
8932         prepending; emulate font-lock-add-keywords if it is not available.
8933         (gnus-message-remove-citation-keywords): Emulate
8934         font-lock-remove-keywords if it is not available.
8935
8936         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
8937
8938         * message.el (message-cite-prefix-regexp): Set the value of
8939         gnus-message-cite-prefix-regexp.
8940
8941 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8942
8943         * nnweb.el (nnweb-google-parse-1): Update parser.
8944
8945 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
8946
8947         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
8948
8949 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
8950
8951         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
8952         regexp.
8953
8954 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8955
8956         * uudecode.el (uudecode-string-to-multibyte): New function emulating
8957         string-to-multibyte.
8958         (uudecode-decode-region-internal): Use it.
8959
8960         * lpath.el: Fbind string-as-multibyte for XEmacs.
8961
8962 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
8963
8964         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file): Fix
8965         custom choice.
8966
8967         * gnus-art.el (gnus-signature-limit): Fix custom choice.
8968
8969 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
8970
8971         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
8972
8973         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
8974         `write-region' to respect `mm-inhibit-file-name-handlers'.
8975
8976 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
8977
8978         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
8979         Use gnus-home-directory instead of "~/" or "$HOME".
8980
8981 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
8982
8983         * encrypt.el (encrypt-insert-file-contents): Add better prompt
8984         to mention filename.
8985         Add comments at beginning regarding usage.
8986         (encrypt-write-file-contents): Change interactive so a string is
8987         acceptable.  If the file has no associated model, show an error instead
8988         of a nonsense prompt.
8989
8990 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
8991
8992         * spam.el (spam-bsfilter-ham-switch): Fix typo.
8993         Thanks to Yoshihiko Yamada for kind notification of this typo.
8994
8995 2007-01-12  Kenichi Handa  <handa@m17n.org>
8996
8997         * uudecode.el (uudecode-decode-region-internal): Make it work in a
8998         multibyte buffer.
8999
9000 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9001
9002         * gnus-score.el (gnus-score-fast-scoring): New variable.
9003         (gnus-score-headers): Use it.
9004
9005         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9006
9007         * message.el (message-cite-original-1): Call
9008         gnus-article-highlight-citation if requested.
9009         (message-make-from): Allow name and address as optional arguments.
9010
9011         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
9012
9013         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
9014         bugs to doc string.
9015         (gnus-button-alist): Add mid\\|message-id.
9016         (gnus-button-fetch-group): Extend for use in
9017         `browse-url-browser-function'.
9018         (gnus-button-url-regexp): Try to catch paired parentheses like in
9019         Wikipedia URLs.
9020
9021         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
9022         Suggested by Simon Krahnke <overlord@gmx.li>.
9023
9024 2007-01-13  Romain Francoise  <romain@orebokech.com>
9025
9026         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
9027         Update copyright.
9028
9029 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
9030
9031         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
9032
9033 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
9034
9035         * gnus-registry.el (gnus-registry-unfollowed-groups)
9036         (gnus-registry-split-fancy-with-parent): Fix documentation.
9037
9038 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9039
9040         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
9041         from nnweb groups.
9042
9043 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9044
9045         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
9046         Xref urls.  Erase buffer before requesting head.
9047
9048 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
9051         customizable.
9052
9053 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
9054
9055         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
9056         no signing key is found.
9057         (mml2015-epg-encrypt): Ask user whether to skip or abort if
9058         no encrypting and/or signing key is found.
9059
9060 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
9061
9062         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
9063
9064 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9065
9066         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
9067         headers read from disk with the ones newly found in the current search.
9068         This should no longer cause problems, because the article numbers in
9069         Gmane's `nov.php' output are ignored since the previous change.
9070
9071 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9072
9073         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
9074
9075 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9076
9077         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
9078         replace-regexp-in-string; bind url-version; fbind display-images-p and
9079         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
9080         find-face and set-itimer-function for Emacs; bind itimer-list for
9081         Emacs.
9082
9083         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
9084
9085 2007-01-01  Romain Francoise  <romain@orebokech.com>
9086
9087         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
9088
9089 2006-12-31  Steve Youngs  <steve@sxemacs.org>
9090
9091         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
9092         `define-minor-mode' macro definition expanded properly.
9093         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
9094         exclude it there.
9095
9096         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
9097         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
9098         `fboundp' test.
9099         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
9100         This is OK to autoload in (S)XEmacs now.
9101
9102 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9103
9104         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
9105         keystroke.
9106         (gnus-summary-limit-to-singletons): Fix typo.
9107
9108         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
9109         else fails.
9110
9111 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9112
9113         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
9114         docstring.
9115
9116         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
9117         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
9118         (gnus-summary-insert-dormant-articles): Fix typo in message.
9119
9120 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
9121
9122         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
9123         nil for XEmacs.
9124         (gnus-message-citation-mode): Don't autoload in XEmacs.
9125
9126         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
9127
9128 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
9129
9130         * nnimap.el (nnimap-expunge-search-string): Mention
9131         nnimap-search-uids-not-since-is-evil in docstring.
9132
9133 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9134
9135         * spam.el: Revert to make-obsolete-variable because
9136         define-obsolete-variable-alias is not supported in Emacs 21.
9137
9138         * spam.el (spam-ifile-path, spam-ifile-database-path)
9139         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
9140         make-obsolete-variable.
9141         (spam-bsfilter-path, spam-bsfilter-program)
9142         (spam-spamassassin-path, spam-spamassassin-program)
9143         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.  Don't
9144         use "path" inappropriately.
9145         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
9146         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
9147         variable names.
9148
9149 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
9150
9151         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
9152         summary buffer.
9153
9154         * password.el (password-cache-remove): Use clear-string to burn
9155         password, if available.
9156
9157 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9158
9159         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
9160
9161         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
9162
9163         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
9164         (gnus-message-highlight-citation): Move defcustom here from
9165         gnus-cite.el.
9166         (gnus-message-citation-mode): Autoload.
9167
9168         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
9169         checks to make it compile with XEmacs.
9170         (gnus-message-citation-mode): New minor mode.
9171         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
9172         (gnus-message-highlight-citation): New variables.
9173         (gnus-message-search-citation-line)
9174         (gnus-message-add-citation-keywords)
9175         (gnus-message-remove-citation-keywords)
9176         (turn-on-gnus-message-citation-mode)
9177         (turn-off-gnus-message-citation-mode): New functions.
9178
9179 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
9180
9181         * gnus-cite.el: Enable highlighting of different citation levels in
9182         message-mode.
9183
9184 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
9185
9186         * message.el (message-make-fqdn): Fix comment.
9187         (message-bogus-system-names): Add ".local".
9188
9189         * spam.el (spam-ifile-path, spam-ifile-program)
9190         (spam-ifile-database-path, spam-ifile-database)
9191         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
9192         Don't use "path" inappropriately.
9193         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
9194         strings.
9195         (spam-check-ifile, spam-ifile-register-with-ifile)
9196         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter): Use
9197         new variable names.
9198
9199         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
9200         (gnus-treat-display-smileys): Simplify using
9201         gnus-image-type-available-p.
9202
9203         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
9204         available.
9205
9206         * gnus-xmas.el (gnus-xmas-image-type-available-p): Use
9207         `display-images-p' if available.
9208
9209 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9210
9211         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
9212         one after turning on the buffer's multibyteness instead of decoding
9213         them directly in the unibyte buffer that causes unexpected conversion
9214         in Emacs 23 (unicode).
9215
9216 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9217
9218         * message.el (message-generate-hashcash): Fix custom type.
9219
9220 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9221
9222         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
9223
9224 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
9225
9226         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
9227         disconnect icons.  Add help text.
9228
9229 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
9230
9231         * spam.el (spam-extra-header-to-number): CRM114 spam score is
9232         negated to be consistent with the others we handle.
9233
9234 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9235
9236         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
9237         version of gnus-summary-buffer to something, so that we can use two
9238         article buffers at the same time.
9239
9240 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
9241
9242         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
9243         trigger all the extra headers.
9244         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
9245         sorting.
9246
9247 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9248
9249         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
9250         solid groups.
9251
9252 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
9253
9254         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
9255
9256 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
9257
9258         * legacy-gnus-agent.el: Add Copyright notice.
9259
9260 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
9261
9262         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
9263
9264 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9265
9266         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
9267
9268         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
9269         to make it work reliably in CVS Emacs.
9270         (gnus-summary-limit-strange-charsets-predicate)
9271         (gnus-summary-limit-to-predicate): New functions.
9272
9273 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
9274
9275         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
9276         specifying array size.
9277         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
9278         array if it is too small.
9279         (gnus-sort-threads-recursive): Renamed from gnus-sort-thread-1.
9280         (gnus-sort-threads-loop): New function.
9281
9282 2006-12-06  Chris Moore  <dooglus@gmail.com>
9283
9284         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
9285         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
9286
9287 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
9288
9289         * mm-url.el (mm-url-predefined-programs): Call curl with correct
9290         options.
9291
9292 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9293
9294         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
9295         DOS-ing the recipient.
9296
9297         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
9298         the headers when creating the mapping to avoid mismappings.
9299         (nnweb-gmane-create-mapping): Always nix out old mapping.
9300
9301 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9302
9303         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
9304         and mm-verify-option to never.
9305
9306 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9307
9308         * message.el (message-signed-or-encrypted-p): New function.
9309         (message-forward-make-body): Use it.
9310
9311         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
9312         Replace encode-coding-string with mm-encode-coding-string.
9313
9314 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9315
9316         * nneething.el (nneething-decode-file-name): Replace
9317         decode-coding-string with mm-decode-coding-string.
9318
9319         * gnus-int.el (gnus-open-server): Say failed server's name.
9320
9321 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9322
9323         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
9324         strings to a single string.  Quote `errors-file-name'.
9325         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
9326         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
9327         Adjust calls.  Use `shell-quote-argument'.
9328
9329 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
9330
9331         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
9332         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
9333
9334         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
9335         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
9336         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
9337         (gnus-group-make-directory-group, gnus-group-transpose-groups):
9338         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
9339         (gnus-subscribe-newsgroup, gnus-1):
9340         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
9341         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
9342         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
9343         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
9344
9345 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9346
9347         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
9348         keystroke.
9349         (gnus-summary-limit-to-bodies): Implement headersp.
9350
9351 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9352
9353         * dns.el (query-dns): Protect against "Process dns deleted" strings.
9354
9355 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9356
9357         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
9358
9359 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9360
9361         * message.el (message-generate-hashcash): Expand range of values to
9362         include `opportunistic'.
9363         (message-send-mail): Use it.
9364
9365 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9366
9367         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
9368         and comment it.
9369
9370         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
9371
9372 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
9373
9374         * gnus-util.el (gnus-extract-address-components): Improve comment.
9375
9376 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9377
9378         * gnus-util.el (gnus-extract-address-components): Work with address in
9379         which the name portion contains @.
9380
9381         * lpath.el: Fbind custom-autoload.
9382
9383 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9384
9385         * gnus.el (gnus-start): Move custom group up.
9386         (gnus-select-method): Don't autoload, but make it available for
9387         `customize-variable'.
9388         (gnus-getenv-nntpserver): Don't autoload.
9389
9390 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
9391
9392         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
9393
9394 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
9395
9396         * message.el (message-sendmail-extra-arguments): New variable.
9397         (message-send-mail-with-sendmail): Use it.
9398
9399 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9400
9401         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
9402         mm-with-unibyte-current-buffer to make string unibyte.
9403
9404         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
9405         mm-string-as-multibyte.
9406
9407 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
9408
9409         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
9410         Reported by Werner Koch <wk@gnupg.org>.
9411
9412 2006-11-14  Daiki Ueno  <ueno@p360>
9413
9414         * mml2015.el: Autoload epa-select-keys when compiling.
9415
9416 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9417
9418         * mml2015.el (mml2015-epg-sign): Save the signing keys in
9419         message-options.
9420         (mml2015-epg-encrypt): Save the recipient keys in message-options.
9421
9422 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
9423
9424         * mml2015.el (mml2015-epg-encrypt): Removed backward compatibility for
9425         EasyPG (< 0.0.6).
9426         (mml2015-always-trust): New user option.
9427         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
9428         prompt.
9429
9430 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9431
9432         * nntp.el (nntp-authinfo-force): New variable.
9433         (nntp-send-authinfo): Use it.
9434
9435 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
9436
9437         * message.el (message-strip-subject-encoded-words): Allow _not_ to
9438         decode encoded words.  Improve prompt.  Add comment about forwarding.
9439         (message-replacement-char): Move up.
9440
9441 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
9442
9443         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
9444         instead of gnus-intersection because arguments of gnus-sorted-nunion
9445         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
9446
9447 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
9448
9449         * message.el (message-strip-subject-encoded-words): Reformat prompt.
9450         (message-simplify-subject-functions): Enable
9451         message-strip-subject-encoded-words by default.
9452
9453 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
9454
9455         * message.el (message-strip-subject-encoded-words): New function.
9456         (message-simplify-subject-functions): New variable.
9457         (message-simplify-subject): Use it.  Fix typo in doc string.
9458         Support message-strip-subject-encoded-words.
9459
9460 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
9461
9462         * gnus-diary.el (gnus-diary-delay-format-function):
9463         * nndiary.el (nndiary-reminders):
9464         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
9465
9466 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9467
9468         * gnus-art.el (article-hide-boring-headers): Fetch date from
9469         gnus-original-article-buffer to avoid problems with localized date
9470         strings.
9471
9472 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9473
9474         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
9475
9476 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
9479         New variables.
9480         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9481         (mm-charset-synonym-alist): Move some entries to
9482         mm-codepage-iso-8859-list.
9483         (mm-charset-synonym-alist, mm-charset-override-alist): Add
9484         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9485
9486 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9487
9488         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
9489
9490 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9491
9492         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
9493         with Emacs 21 and XEmacs.
9494
9495 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
9496
9497         * spam.el (spam-parse-address): New function for better parsing,
9498         catching errors, etc.
9499         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
9500
9501 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9502
9503         * mm-view.el: Add interactive arg to html2text autoload.
9504
9505 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9506
9507         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
9508
9509 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
9510
9511         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list): New
9512         variables.
9513         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
9514         (mm-charset-synonym-alist): Move some entries to
9515         mm-codepage-iso-8859-list.
9516
9517         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
9518
9519 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
9520
9521         * message.el (message-citation-line-format)
9522         (message-insert-formated-citation-line): Fix implementation of %E, %N
9523         and %n according to the doc string.
9524
9525 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
9526
9527         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9528         car-safe to avoid bad parses.
9529
9530 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9531
9532         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
9533         names.
9534
9535         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
9536
9537 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9538
9539         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
9540         header.
9541
9542         * message.el (message-draft-headers): Add Date.
9543         (message-headers-to-generate): Fix typo in docstring.
9544
9545         * nndraft.el (nndraft-required-headers): New variable.
9546         (nndraft-generate-headers): Use it.
9547
9548         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
9549
9550 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9551
9552         * gnus-registry.el (gnus-registry-wash-for-keywords)
9553         (gnus-registry-find-keywords): New functions to allow easy searching of
9554         articles that are in the registry.
9555
9556 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
9557
9558         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use
9559         ietf-drums-parse-address instead of gnus-extract-address-components.
9560         Reported by Damien Elmes <damien@repose.cx>.
9561
9562 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
9563
9564         * gnus.el (gnus-mime): Remove unused custom group.
9565
9566 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9567
9568         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
9569         "blank line" when searching for end of armor headers.
9570
9571 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9572
9573         * gmm-utils.el (gmm-write-region): Fix variable name.
9574
9575 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
9576
9577         * gmm-utils.el (gmm-write-region): New function based on compatibility
9578         code from `mm-make-temp-file'.
9579
9580         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
9581
9582         * nnmaildir.el (nnmaildir--update-nov)
9583         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
9584         Use `gmm-write-region'.
9585
9586 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9587
9588         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist): Add
9589         iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
9590
9591         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
9592
9593         * message.el (message-replacement-char): New variable.
9594         (message-fix-before-sending): Use it.
9595         (message-simplify-subject): New function to remove duplicate code.
9596         (message-reply, message-followup): Use it.
9597
9598         * gnus-sum.el (gnus-summary-make-menu-bar): Clarify
9599         gnus-summary-limit-to-articles.
9600
9601 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9602
9603         * gnus-util.el (gnus-with-local-quit): New macro.
9604
9605         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
9606
9607 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
9608
9609         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
9610         ignore non-string data.
9611
9612 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
9613
9614         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
9615         non-string data (needs to be done in the registry too).
9616
9617 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9618
9619         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
9620         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
9621         (gnus-registry-split-fancy-with-parent)
9622         (gnus-registry-fetch-simplified-message-subject-fast)
9623         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
9624         Remove text properties on ingress into the registry and when it's saved.
9625         (gnus-registry-clean-empty-function): Fix bug with cleaning the
9626         registry from entries with no groups.
9627
9628 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
9629
9630         * gnus-util.el (gnus-string-remove-all-properties): Add utility
9631         function to remove string properties.
9632
9633 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
9634
9635         * gmm-utils.el (gmm): Adjust custom version.
9636
9637         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist): Adjust
9638         custom version.
9639
9640         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
9641
9642 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
9643
9644         * gnus-art.el (gnus-insert-prev-page-button)
9645         (gnus-insert-next-page-button): Simplify.  Reformat.
9646
9647 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9648
9649         * gnus-art.el (gnus-insert-prev-page-button)
9650         (gnus-insert-next-page-button): Apply gnus-article-button-face.
9651
9652 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
9653
9654         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
9655
9656 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
9657
9658         * gnus-art.el (gnus-insert-mime-button)
9659         (gnus-insert-mime-security-button):
9660         Apply gnus-article-button-face to MIME and security buttons.
9661
9662 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
9663
9664         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
9665         readable.
9666
9667 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
9670
9671 2006-09-20  Steve Youngs  <steve@sxemacs.org>
9672
9673         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
9674         `browse-url-of-file' instead of `browse-url'.
9675
9676 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9677
9678         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9679         regexp.  Articles containing quotation were cut prematurely.
9680
9681 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9682
9683         * message.el (message-cite-original-1): Use nobody by default for the
9684         value of From header.
9685         (message-reply): Ditto.
9686
9687 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
9688
9689         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
9690         to the gnus-info.  This fixes a bug of inline-PGP message verification.
9691         Reported by Michael Piotrowski <mxp@dynalabs.de>.
9692
9693 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
9694
9695         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
9696         mails in the doc string.  Add some URLs in comment.
9697         (pop3-movemail): Warn about pop3-leave-mail-on-server.
9698
9699 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9700
9701         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
9702         backslashes handling and the way to find boundaries of quoted strings.
9703
9704 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
9705
9706         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
9707         mml1991-encrypt-to-self is set and mml1991-signers is not set.
9708         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
9709         mml2015-encrypt-to-self is set and mml2015-signers is not set.
9710
9711 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
9712
9713         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
9714         doc string.
9715         (gnus-button-regexp, gnus-button-last): Remove unused variables.
9716
9717 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9718
9719         * lpath.el: Fbind epg-check-configuration.
9720
9721 2006-09-06  Simon Josefsson  <jas@extundo.com>
9722
9723         * mml2015.el (mml2015-use): Doc fix, mention epg.
9724
9725 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9726
9727         * mml2015.el (mml2015-use): Default to epg, if available.
9728
9729 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
9730
9731         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
9732         message-sender.
9733         (mml1991-epg-encrypt): Ditto.
9734         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
9735         message-sender.
9736         (mml2015-epg-encrypt): Ditto.
9737
9738 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
9739
9740         * message.el (message-send-mail-with-sendmail): Look for sendmail in
9741         several common directories.
9742
9743 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
9744
9745         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
9746         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
9747
9748 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9749
9750         * gnus-art.el (article-decode-encoded-words): Make it fast.
9751
9752 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9753
9754         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
9755
9756         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
9757         in quoted string into `\'.
9758
9759 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9760
9761         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9762         Use standard-syntax-table.
9763
9764 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9765
9766         * gnus-art.el (gnus-decode-address-function): New variable.
9767         (article-decode-encoded-words): Use it to decode headers which are
9768         assumed to contain addresses.
9769         (gnus-mime-delete-part): Remove useless `or'.
9770
9771         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
9772         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
9773         (gnus-nov-parse-line): Use it to decode From header.
9774         (gnus-get-newsgroup-headers): Ditto.
9775         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
9776
9777         * mail-parse.el (mail-decode-encoded-address-region): New alias.
9778         (mail-decode-encoded-address-string): New alias.
9779
9780         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9781         New function.
9782         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
9783         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
9784         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
9785         (rfc2047-decode-string): Ditto.
9786         (rfc2047-decode-address-region): New function.
9787         (rfc2047-decode-address-string): New function.
9788
9789 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
9790
9791         * message.el (message-caesar-buffer-body): Allow rotating headers.
9792
9793         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
9794
9795         * message.el (message-insert-formated-citation-line): Fix %f.
9796         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
9797
9798 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9799
9800         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
9801         (gnus-bookmark-mouse-available-p): New macro.
9802         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
9803         (gnus-bookmark-bmenu-show-infos): Use it.
9804         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
9805         (gnus-bookmark-bmenu-hide-infos): Ditto.
9806         (gnus-bookmark-remove-properties): New function.
9807         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
9808         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
9809         (gnus-bookmark-write-file): Bind coding-system-for-write.
9810         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
9811         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
9812         group before selecting it.
9813         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
9814         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
9815         quit-window if it is not available; use gnus-mouse-2 and bind it to
9816         gnus-bookmark-bmenu-select-by-mouse.
9817         (gnus-bookmark-show-details): Remove unused variable `details-list'.
9818         (gnus-bookmark-bmenu-select-by-mouse): New function.
9819
9820 2006-08-13  Romain Francoise  <romain@orebokech.com>
9821
9822         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
9823         space.
9824
9825 2006-08-10  Romain Francoise  <romain@orebokech.com>
9826
9827         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
9828         (dns-mode-soa-auto-increment-serial): New user option.
9829         (dns-mode-soa-maybe-increment-serial): New function.
9830         (dns-mode): Add the latter to `write-contents-functions'.
9831
9832 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9833
9834         * compface.el (uncompface): Use binary rather than raw-text-unix.
9835
9836 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9837
9838         * compface.el (uncompface): Make sure the eol conversion doesn't take
9839         place when communicating with the external programs.  Reported by
9840         ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
9841
9842 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
9843
9844         * nnheader.el (nnheader-insert-head): Fix typo in comment.
9845
9846 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9847
9848         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
9849         Make it more robust by parsing author and date independently.
9850
9851 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9852
9853         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
9854
9855 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
9856
9857         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
9858         first matching secret key.
9859         (mml2015-epg-encrypt): Ditto.
9860
9861         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
9862         first matching secret key.
9863         (mml1991-epg-encrypt): Ditto.
9864
9865         * mml2015.el (mml2015-encrypt-to-self): New user option.
9866         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
9867         mml2015-epg-encrypt-to-self is set.
9868
9869         * mml1991.el (mml1991-encrypt-to-self): New variable.
9870         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
9871         mml1991-epg-encrypt-to-self is set.
9872
9873         * mml2015.el (mml2015-signers): New user option.
9874         (mml2015-epg-sign): Reflect the value of mml2015-signers.
9875         (mml2015-epg-encrypt): Allow to select signing keys.
9876
9877         * mml1991.el (mml1991-signers): New variable.
9878         (mml1991-epg-sign): Reflect the value of mml1991-signers.
9879         (mml1991-epg-encrypt): Allow to select signing keys.
9880
9881 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9882
9883         * nnheader.el (nnheader-insert-head): Make it work even if the file
9884         uses CRLF for the line-break code.
9885
9886 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
9887
9888         * mml2015.el: Require mml-sec instead of password.
9889         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
9890         (mml2015-cache-passphrase): Inherit the default value from
9891         mml-secure-cache-passphrase.
9892         (mml2015-passphrase-cache-expiry): Inherit the default value from
9893         mml-secure-passphrase-cache-expiry.
9894
9895         * mml1991.el: Require mml-sec instead of password.
9896         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
9897         (mml1991-cache-passphrase): Inherit the default value from
9898         mml-secure-cache-passphrase.
9899         (mml1991-passphrase-cache-expiry): Inherit the default value from
9900         mml-secure-passphrase-cache-expiry.
9901
9902         * mml-sec.el: Require password.
9903         (mml-secure-verbose): New user option.
9904         (mml-secure-cache-passphrase): New user option.
9905         (mml-secure-passphrase-cache-expiry): New user option.
9906
9907 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
9908
9909         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
9910         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
9911         andreas@altroot.de (Andreas Vögele).
9912
9913         FIXME: Use `tiny change'?
9914
9915 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9916
9917         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
9918         workaround for the url package included with Emacs.
9919
9920         * nnweb.el (nnweb-google-create-mapping): Update regexp.
9921
9922 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9923
9924         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
9925         correctly.  This fixes a bug caused by the 2006-05-12 change.
9926
9927 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
9928
9929         * nnmail.el (nnmail-article-group): If splitting raises an error, give
9930         some information about the error when saying that the `bogus' mail
9931         group will be used.
9932
9933 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
9934
9935         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
9936         string.
9937
9938 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
9939
9940         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
9941
9942 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9943
9944         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
9945
9946 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9947
9948         * mml1991.el (mml1991-function-alist): Add epg.
9949         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
9950         (mml1991-epg-encrypt): New functions.
9951
9952 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
9953
9954         * mml2015.el (mml2015-verbose): New variable.
9955         (mml2015-cache-passphrase): Ditto.
9956         (mml2015-passphrase-cache-expiry): Ditto.
9957         (mml2015-function-alist): Add epg.
9958         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
9959         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
9960         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt): New
9961         functions.
9962
9963 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9964
9965         * message.el (message-cite-original-1): Preserve region when removing
9966         quoted text due to X-No-Archive in order to avoid bogus attribution
9967         when citing multiple messages.
9968
9969 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9970
9971         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.  Reported by
9972         Kenneth Jacker <khj@be.cs.appstate.edu>.
9973
9974 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
9975
9976         * gnus-diary.el (gnus-user-format-function-d)
9977         (gnus-user-format-function-D): Autoload.
9978
9979         * imap.el (Commentary): Fix typo.
9980
9981         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
9982         2006-04-22 contribution.
9983
9984 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9985
9986         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
9987         It didn't really fix the bogosity I'm seeing with solid web groups.
9988
9989 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9990
9991         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
9992         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
9993         created using server names.  If we use the feature without declaring
9994         it, Gnus does not properly manage server and group state.
9995
9996         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
9997         bound.
9998
9999 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10000
10001         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10002         looking up the method using GROUP's prefix before inventing a new one.
10003         It is used on killed/unknown groups in various places where returning
10004         an all-new method isn't expected by the caller.
10005
10006         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10007         and match semantics of gnus-group-real-prefix.
10008
10009 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10010
10011         * nnmail.el (nnmail-broken-references-mailers): New variable.
10012         (nnmail-ignore-broken-references): New function generalizing
10013         nnmail-fix-eudora-headers.
10014         (nnmail-fix-eudora-headers): Now obsolete.
10015
10016         * gnus-art.el (gnus-button-handle-custom): Support
10017         `customize-apropos*'.
10018
10019 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10020
10021         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10022
10023         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10024         articles.
10025
10026 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10027
10028         * message.el (message-cite-reply-above): New variable.
10029         (message-yank-original): Use it.
10030
10031 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10032
10033         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10034
10035 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10036
10037         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10038         as read.
10039
10040         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10041
10042 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10043
10044         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10045         (gnus-bookmark-default-file): Use gnus-directory.
10046         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
10047         Remove "*" in doc string.
10048         (gnus-bookmark-write-file): Simplify.
10049         (gnus-bookmark-maybe-sort-alist): Use `when'.
10050         (gnus-bookmark-get-bookmark): Fix typo in doc string.
10051         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark): Add
10052         FIXME about Emacs 21 and XEmacs compatibility.
10053         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
10054         compatibility.
10055         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
10056         compatibility.
10057         (gnus-bookmark-menu-heading): Fix version.
10058
10059 2006-06-19  Bastien Guerry  <bzg@altern.org>
10060
10061         * gnus-bookmark.el: New file.
10062
10063 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10064
10065         * message.el (message-syntax-checks): Doc fix.
10066
10067 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10068
10069         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
10070         unsubscribed groups as if they were killed ones.  It causes duplicate
10071         entries in gnus-newsrc-alist.
10072
10073 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10074
10075         * message.el (message-syntax-checks): Doc fix.
10076         (message-send-mail): Add check for continuation headers.
10077         (message-check-news-header-syntax): Fix regexp used to check for
10078         continuation headers.
10079
10080 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10081
10082         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
10083
10084 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
10085
10086         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
10087
10088 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10089
10090         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
10091         default-truncate-lines.
10092
10093 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10094
10095         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
10096         to fill the utf-8 entry.
10097
10098         * lpath.el: Fbind unicode-precedence-list.
10099
10100 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10101
10102         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10103
10104 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
10105
10106         * gnus-agent.el (directory-files-and-attributes): Move all the way
10107         forward (the third and final move).
10108         (gnus-agent-read-agentview): Trap reconstruction errors due to
10109         nonexistant directory.  Handle by returning nil.
10110
10111 2006-05-30  Didier Verna  <didier@xemacs.org>
10112
10113         * message.el (message-dont-reply-to-names): Update the custom type.
10114         * message.el (message-dont-reply-to-names): New defsubst: potentially
10115         convert a list of regexps into a single one.
10116         * message.el (message-get-reply-headers): Use it.
10117         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
10118
10119 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10120
10121         * gnus-agent.el (directory-files-and-attributes): Move forward.
10122
10123 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10124
10125         * gnus-ml.el (gnus-mailing-list-subscribe)
10126         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
10127         (gnus-mailing-list-message): Fix doc strings.
10128
10129 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10130
10131         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
10132         of doing it manually.
10133
10134 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
10135
10136         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
10137         comment.
10138
10139 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
10140
10141         * gnus-agent.el: Added gnus-agent-flush* to purge agent info.
10142         (gnus-agent-read-agentview): Fixed handling of end-of-file error.
10143         (gnus-agent-read-local): All symbols allocated in my-obarray.
10144         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
10145         (gnus-agent-regenerate-group): Check numeric names to see if they are
10146         messages or groups.
10147         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
10148         better way of do this...)
10149
10150         * gnus-cache.el (gnus-agent-total-fetched-for): Ignore
10151         'dummy.group' (there should be a better way of do this...)
10152
10153 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
10156         (gnus-saved-headers): Ditto.
10157         (gnus-default-article-saver): Mention functions may have properties.
10158         (gnus-article-save): Override gnus-save-all-headers and
10159         gnus-saved-headers by :headers property which saver function may have.
10160         (gnus-summary-save-in-file): Add :headers property.
10161         (gnus-summary-write-to-file): Ditto.
10162
10163         * gnus-sum.el (gnus-summary-save-article): Bind
10164         gnus-prompt-before-saving to t when saving many articles in a file;
10165         always show all headers.
10166
10167         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
10168
10169 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
10170
10171         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
10172         marks.
10173
10174         * message.el (message-indent-citation): Add optional arguments to allow
10175         using it outside of message buffers.
10176
10177         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
10178         (gnus-article-treat-unfold-headers): Use it.
10179         (gnus-article-truncate-lines): New variable.
10180         (gnus-article-mode): Use it.
10181         (gnus-article-toggle-truncate-lines): New function.
10182
10183         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar): Add
10184         gnus-article-toggle-truncate-lines.
10185
10186         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
10187         coding system in XEmacs, use binary.
10188
10189 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10190
10191         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
10192         after-load-alist.
10193
10194         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
10195         this function should save decoded articles.
10196         (gnus-summary-write-to-file): Use property to specify this function
10197         should save decoded articles and specify gnus-summary-save-in-file
10198         should be used to save articles other than the first one when saving
10199         many articles.
10200         (gnus-summary-save-body-in-file): Use property to specify this
10201         function should save decoded articles.
10202         (gnus-summary-write-body-to-file): Use property to specify this
10203         function should save decoded articles and specify
10204         gnus-summary-save-body-in-file should be used to save articles other
10205         than the first one when saving many articles.
10206
10207         * gnus-sum.el (gnus-summary-save-article): Simplify.
10208
10209 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10210
10211         * gnus-art.el (gnus-default-article-saver): Add
10212         gnus-summary-write-body-to-file.
10213         (gnus-article-save-coding-system): Don't use coding system object
10214         in XEmacs.
10215         (gnus-read-save-file-name): Add optional `dir-var' argument which
10216         specifies directory in which files are saved; work even if optional
10217         `variable' argument is not specified.
10218         (gnus-summary-write-to-file): Read file name.
10219         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
10220         (gnus-summary-write-body-to-file): New function.
10221
10222         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
10223         (gnus-summary-local-variables): Add it.
10224         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
10225         (gnus-summary-save-article): Remove optional `decode' argument;
10226         determine whether to decode articles by the value of
10227         gnus-default-article-saver; when saving many files using
10228         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
10229         it first and use gnus-summary-save-in-file or
10230         gnus-summary-save-body-in-file thereafter unless
10231         gnus-prompt-before-saving is always; move point to article which
10232         will be saved.
10233         (gnus-summary-save-article-file): Revert.
10234         (gnus-summary-write-article-file): Revert.
10235         (gnus-summary-save-article-body-file): Revert.
10236         (gnus-summary-write-article-body-file): New function.
10237
10238 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10239
10240         * gnus-art.el (gnus-default-article-saver): Doc fix.
10241         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
10242         from gnus-summary-save-article-coding-system, and default to a
10243         certain coding system.
10244         (gnus-output-to-file): Add coding cookie and encode text according
10245         to gnus-article-save-coding-system; don't use mm-append-to-file.
10246
10247         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
10248         gnus-art.el and rename to gnus-article-save-coding-system.
10249         (gnus-summary-save-article): Require gnus-art; don't show all
10250         headers if it decodes articles; don't add coding cookie here;
10251         don't bind mm-text-coding-system-for-write.
10252         (gnus-summary-save-article-file): Save decoded articles.
10253         (gnus-summary-write-article-file): When saving many files, use
10254         gnus-summary-write-to-file first and gnus-summary-save-in-file
10255         thereafter unless gnus-prompt-before-saving is always.
10256         (gnus-summary-save-article-body-file): Save decoded articles.
10257
10258         * lpath.el: Fbind select-safe-coding-system for XEmacs.
10259
10260 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10261
10262         * nnrss.el (nnrss-check-group): Bind hash-index.
10263
10264 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
10265
10266         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
10267         its hash index.  Store this hash in `nnrss-group-data'.
10268         (nnrss-read-group-data): Update accordingly.
10269
10270 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10271
10272         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
10273         entry.
10274
10275         * gnus-sum.el (gnus-summary-make-menu-bar): Add
10276         gnus-article-browse-html-article.
10277
10278 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
10279
10280         * gnus-sum.el (gnus-summary-mime-map): Add
10281         gnus-article-browse-html-article.
10282
10283         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
10284
10285 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
10286
10287         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
10288         suitable coding systems in customize.
10289
10290 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
10291
10292         * mail-source.el (mail-sources): Fix custom type.
10293
10294 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
10295
10296         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
10297         (gnus-summary-expire-articles-now): Shorten prompt.
10298
10299         * gmm-utils.el (wid-edit): Require.
10300         (defun-gmm): Renamed from `gmm-defun-compat'.
10301         (gmm-image-search-load-path): Use it.
10302         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
10303
10304 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10305
10306         * gnus-sum.el (gnus-summary-save-article-coding-system): New
10307         variable.
10308         (gnus-summary-save-article): Add optional `decode' argument.  If
10309         it is set and gnus-summary-save-article-coding-system is non-nil,
10310         save decoded article.
10311         (gnus-summary-write-article-file): Save decoded article if
10312         gnus-summary-save-article-coding-system is non-nil.
10313
10314         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
10315         type.
10316
10317 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10318
10319         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
10320
10321 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10322
10323         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
10324         first to test gnus-single-article-buffer which may be buffer-local.
10325
10326         * gnus-sum.el (gnus-summary-setup-buffer): Make
10327         gnus-single-article-buffer buffer-local and nil in ephemeral
10328         group; make gnus-article-buffer, gnus-article-current, and
10329         gnus-original-article-buffer always buffer-local.
10330         (gnus-summary-exit): Kill article buffer belonging to ephemeral
10331         group.
10332         (gnus-handle-ephemeral-exit): Don't move to next summary line.
10333
10334 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10335
10336         * nnml.el (nnml-request-compact-group): Compressed files might not
10337         have .gz extension.
10338
10339 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10340
10341         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
10342         (mm-copy-to-buffer): Use with-current-buffer.
10343         (mm-display-part): Simplify.
10344         (mm-inlinable-p): Add optional arg `type'.
10345
10346 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10347
10348         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
10349         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
10350         Try harder to show the attachment internally or externally using
10351         gnus-mime-view-part-as-type.
10352
10353 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10354
10355         * message.el (message-from-style, message-signature-separator)
10356         (message-user-organization-file, message-send-mail-function)
10357         (message-citation-line-function, message-yank-prefix)
10358         (message-indent-citation-function, message-signature)
10359         (message-signature-file, message-signature-insert-empty-line):
10360         Remove autoloads.
10361
10362         * gnus-art.el (gnus-buttonized-mime-types): Remove
10363         "multipart/signed".  Revert 2006-04-26 change.
10364
10365 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10366
10367         * gnus.el (gnus-version-number): Bump version.
10368
10369 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10370
10371         * gnus.el: No Gnus v0.5 is released.
10372
10373 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10374
10375         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
10376         fetching articles by message-id.
10377
10378 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10379
10380         * message.el (hashcash): Require hashcash as normal.
10381
10382         * ecomplete.el (ecomplete-highlight-match-line): Use
10383         point-at-eol.
10384         (ecomplete-highlight-match-line): Use `highlight', because that
10385         face exists in both Emacs and XEmacs.
10386
10387         * message.el (message-display-abbrev): Use point-at-bol.
10388
10389         * mail-source.el: Don't require timer/timer-funcs.
10390
10391         * gnus-async.el: Ditto.
10392
10393         * password.el: Ditto.
10394
10395         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
10396
10397         * mm-url.el: Ditto.
10398
10399         * gnus-xmas.el: Don't require timer-funcs.
10400
10401         * mm-util.el: Require timer/timer-funcs.
10402
10403 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10404
10405         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
10406         Close.
10407
10408 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10409
10410         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
10411         unibyte after clear-decrypt function runs.
10412
10413         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
10414         returns as a unibyte string.
10415
10416 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10417
10418         * lpath.el: Revert.
10419
10420         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
10421         (pgg-gpg-process-sentinel): Revert.
10422
10423         * pgg-pgp.el (pgg-pgp-process-region): Revert.
10424         (pgg-pgp-lookup-key): Revert.
10425
10426         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
10427         (pgg-pgp5-lookup-key): Revert.
10428
10429         * pgg.el (pgg-fetch-key): Revert.
10430
10431 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10432
10433         * lpath.el: Fbind string-as-multibyte for XEmacs.
10434
10435         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
10436         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
10437         (mml1991-pgg-encrypt): Ditto.
10438
10439         * pgg-gpg.el (pgg-string-to-multibyte): New function.
10440         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
10441         a multibyte buffer.
10442
10443         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
10444         (pgg-pgp-lookup-key): Ditto.
10445
10446         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
10447         (pgg-pgp5-lookup-key): Ditto.
10448
10449         * pgg.el (pgg-fetch-key): Ditto.
10450
10451 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
10452
10453         * message.el (message-user-organization-file): Check several
10454         locations of the organization file.
10455
10456         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
10457         Add gnus-article-view-part-as-type.
10458
10459         * gnus-art.el (gnus-article-view-part-as-type): New function.
10460
10461         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
10462         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
10463
10464         * mml.el: Simplify autoload.
10465         (mml-mode): defvar dnd-protocol-alist instead of using
10466         symbol-value.
10467         (mml-default-directory): New variable.
10468         (mml-minibuffer-read-file): Use it.
10469         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
10470
10471         * message.el (message-citation-line-format): New variable.
10472         (message-insert-formated-citation-line): New function.
10473         (message-citation-line-function): Add
10474         `message-insert-formated-citation-line' to custom type.
10475
10476         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
10477         to doc string.
10478
10479         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
10480         depending on mm-verify-option.
10481
10482 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10483
10484         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
10485         binding pgg-* variables; reimplement the section which prevents
10486         MIME header from being signed.
10487         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
10488         pgg-text-mode; remove a blank line at the top of body.
10489
10490         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
10491         lines at the top of body; use gnus-newsgroup-charset if there's no
10492         Charset header.
10493
10494 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10495
10496         * message.el (message-self-insert-commands): Doc fix.
10497
10498         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
10499         (mm-uu-pgp-encrypted-test): Ditto.
10500         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
10501         between header and body; return application/pgp-encrypted handle
10502         if decryption failed; decode decrypted body by charset.
10503
10504         * mm-decode.el (mm-automatic-display): Don't make application/pgp
10505         element match to application/pgp-*.
10506
10507 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10508
10509         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
10510         HTML.
10511
10512 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10513
10514         * mail-source.el (mail-source-call-script): Message the error
10515         string.
10516
10517 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10518
10519         * gnus-util.el (gnus-byte-compile): Use it.
10520
10521 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
10522
10523         * gnus-util.el (kill-empty-logs): New function.
10524
10525 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10526
10527         * message.el (message-mail-alias-type): Doc fix.
10528         (message-mail-alias-type-p): New function.
10529         (message-send): Use it.
10530         (message-mode): Ditto.
10531         (message-strip-forbidden-properties): Ditto.
10532
10533         * ecomplete.el (ecomplete-database-file-coding-system): New
10534         variable.
10535         (ecomplete-save): Use it.
10536         (ecomplete-setup): Use it.
10537
10538 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10539
10540         * message.el (message-self-insert-commands): New variable.
10541         (message-strip-forbidden-properties): Use it.
10542
10543 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10544
10545         * message.el (message-put-addresses-in-ecomplete): Use a regexp
10546         that doesn't make XEmacs choke.
10547
10548 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
10549
10550         * gnus-util.el (gnus-replace-in-string):
10551         Prefer replace-regexp-in-string over of replace-in-string.
10552
10553 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10554
10555         * gnus-util.el (gnus-select-frame-set-input-focus):
10556         Use select-frame-set-input-focus if it is available in XEmacs; use
10557         definition defined in Emacs 22 for old Emacsen.
10558
10559         * dgnushack.el: Autoload unmorse-region for XEmacs.
10560
10561         * lpath.el: Bind cursor-in-non-selected-windows and
10562         select-frame-set-input-focus for XEmacs.
10563
10564 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10565
10566         * mm-view.el (mm-inline-text): Use equal instead of equalp.
10567
10568 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
10569
10570         * gnus-registry.el (gnus-registry-cache-save): Remove text
10571         properties when saving via the temp buffer.
10572
10573 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10574
10575         * message.el (message-generate-hashcash): Honor custom type.
10576
10577 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10578
10579         * message.el (message-generate-hashcash): Default to non-nil when
10580         hashcash is found.
10581
10582         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
10583         (gnus-refer-thread-limit): Increase default to 500.
10584
10585         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
10586
10587         * flow-fill.el (fill-flowed): Allow delete-space.
10588
10589 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
10590
10591         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
10592         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
10593         Remove autoloads.
10594
10595 2006-04-18  Simon Josefsson  <jas@extundo.com>
10596
10597         * message.el (message-generate-hashcash): Default to.
10598
10599 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10600
10601         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
10602         concatenating segments rather than before concatenating them.
10603
10604 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10605
10606         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
10607
10608 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10609
10610         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
10611
10612         * message.el (message-forward-make-body-plain): Allow
10613         message-forward-ignored-headers to be a list.
10614         (message-remove-ignored-headers): Factor out into function.
10615         (message-forward-make-body-mml): Use it.
10616
10617         * imap.el (imap-quote-specials): New function.
10618         (imap-login-auth): Quote specials.
10619
10620         * rfc2231.el (rfc2231-parse-string): Remove dead code.
10621         (rfc2231-parse-string): Allow concatanation of parameters that
10622         aren't contiguous.  The test case is
10623           (mail-header-parse-content-type "message/external-body;
10624             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
10625             access-type=LOCAL-FILE;
10626             name*1*=plugh%2fhello-sailor%2fbing.pdf")
10627
10628 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10629
10630         * nntp.el (nntp-accept-process-output): Return the value of
10631         `nnheader-accept-process-output'.
10632
10633 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10634
10635         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
10636         (gnus-button-alist): Recognize more diff formats.
10637         (gnus-button-patch): Strip directory.
10638
10639 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
10640
10641         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
10642         Emacs 22 when setting focus.
10643
10644 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10645
10646         * gnus-art.el (gnus-article-treat-types): Do treatment of
10647         text/x-verbatim parts.
10648         (gnus-button-patch): New command.
10649
10650         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
10651         addresses that contain invalid characters.
10652
10653 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10654
10655         * message.el (message-put-addresses-in-ecomplete): Use
10656         gnus-replace-in-string.
10657         (message-is-yours-p): Use the more correct
10658         mail-header-parse-address instead of
10659         mail-extract-address-components.
10660         (message-put-addresses-in-ecomplete): Fix typo.
10661
10662         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
10663         keystroke.
10664
10665         * gnus-art.el (gnus-treatment-function-alist): Change order of
10666         newsgroups/generic header folding to avoid double-folding.
10667
10668         * message.el (message-hidden-headers): Add X-Draft-From.
10669
10670         * gnus-sum.el (gnus-summary-repeat-search-article-forward): New
10671         command.
10672         (gnus-summary-repeat-search-article-backward): New command.
10673
10674         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
10675         groups in the parent topic.
10676
10677 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
10678
10679         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
10680         (spam-extra-header-to-number): Return the CRM114 number as a
10681         number instead of a string.
10682
10683 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10684
10685         * gnus-art.el (gnus-face-properties-alist): Moved here from
10686         gnus-fun.
10687
10688         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
10689
10690 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10691
10692         * message.el (message-strip-forbidden-properties): Only display on
10693         self-insert-command.
10694
10695         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
10696         reindent.
10697         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
10698
10699 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
10700
10701         * smiley.el (smiley-style): Fix typo.
10702
10703 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10704
10705         * hashcash.el (hashcash-insert-payment-async-2): Use
10706         message-goto-eoh instead of doing it manually.
10707         (mail-add-payment): Use message-narrow-to-header instead of trying
10708         to do the same itself.
10709
10710         * message.el (message-hidden-headers): Add Face.
10711
10712         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
10713         reparenting code.
10714         (gnus-summary-reparent-children): Refactored out code.
10715         (gnus-summary-thread-map): New keystroke.
10716         (gnus-summary-reparent-children): Make into command.
10717
10718         * smiley.el (smiley-style): Default to `medium' if using a large
10719         font.
10720
10721         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
10722         does it itself.
10723
10724         * message.el (message-point-in-header-p): Simplify definition.
10725
10726 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10727
10728         * nnagent.el (nnagent-request-set-mark): Silence log file
10729         writing.
10730         (nnagent-request-set-mark): Use write-region instead of
10731         append-to-file.
10732
10733         * gnus-sum.el (gnus-read-header): Fudge article number if using a
10734         strange select method.
10735
10736         * ecomplete.el (ecomplete-display-matches): Get highlightling
10737         right.
10738         (ecomplete-display-matches): Use literals.
10739         (ecomplete-display-matches): Disable message logging.
10740
10741         * message.el (message-display-abbrev): Small optimization.
10742
10743         * ecomplete.el (ecomplete-display-matches): Allow automatic
10744         display.
10745
10746         * message.el (message-strip-forbidden-properties): Display
10747         abbrevs.
10748         (message-display-abbrev): Get automatic display right.
10749
10750         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
10751         keystrokes.
10752
10753 2006-04-13  Romain Francoise  <romain@orebokech.com>
10754
10755         TODO: Backport to v5-10!
10756
10757         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
10758         Moved here (and renamed) from gnus-registry.el.
10759
10760         * gnus-registry.el: Require gnus-util.
10761         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
10762
10763 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10764
10765         * gnus-group.el (gnus-group-catchup-current): Change
10766         if-then-else-if-then-else into cond.
10767         (gnus-group-catchup): Indent.
10768         (group-name-at-point): New function.
10769         (gnus-fetch-group): Provide default from thing at point.
10770
10771 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10772
10773         * message.el (message-display-abbrev): Fix regexp.
10774
10775         * ecomplete.el (ecomplete-highlight-match-line): Reimplement
10776         choosing.
10777         (ecomplete-highlight-match-line): Fix up code rewrite, remove
10778         dead variables.
10779
10780         * message.el (message-newline-and-indent): Remove debugging.
10781         (message-display-abbrev): Use new implementation.
10782
10783 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
10784
10785         * gnus-art.el (gnus-article-mode): Set
10786         cursor-in-non-selected-windows to nil.
10787
10788         * smiley.el: Revert previous change.
10789         (smiley-data-directory): defvar it before using it in the
10790         defcustom of `smiley-style'.
10791
10792 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10793
10794         * message.el (message-newline-and-indent): New function.
10795
10796         * ecomplete.el: Implement more bits.
10797
10798         * message.el (message-put-addresses-in-ecomplete): Clean up the
10799         string.
10800
10801         * ecomplete.el (ecomplete-add-item): Chop off decimals.
10802
10803         * gnus-sum.el (gnus-summary-save-parts): Bind
10804         gnus-summary-save-parts-counter and use it to make unique file
10805         names.
10806
10807         * gnus-art.el (gnus-ignored-headers): Add some more headers.
10808
10809         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
10810         parameter to say whether to actually parse the individual
10811         addresses.
10812
10813         * message.el (message-put-addresses-in-ecomplete): New function.
10814         (ecomplete): Require.
10815         (message-mail-alias-type): Add ecomplete as an option.
10816
10817 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
10818
10819         * flow-fill.el (fill-flowed): Remove trailing space from blank
10820         quoted lines.
10821
10822 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10823
10824         * smiley.el (smiley-style): Move definition later to avoid a
10825         compilation warning.
10826
10827 2006-04-12  Kenichi Handa  <handa@m17n.org>
10828
10829         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
10830         buffer and then decode the buffer text if necessary.
10831         (rfc2231-encode-string): Be sure to work on multibyte buffer at
10832         first, and after mm-encode-body, change the buffer to unibyte.
10833         Use mm-disable-multibyte instead of set-buffer-multibyte.
10834
10835 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10836
10837         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
10838         Content-Type header instead of Content-Disposition header.
10839         (gnus-mime-inline-part): Ditto.
10840         (gnus-mime-view-part-as-charset): Ignore charset that the part
10841         specifies.
10842
10843         * mm-decode.el (mm-display-part): Work with external parts and
10844         usual parts similarly.
10845
10846         * mm-extern.el (mm-inline-external-body): Use mm-display-part
10847         instead of gnus-display-mime.
10848
10849         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
10850         instead of with-temp-buffer.
10851
10852         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
10853         tag to summarized topics part in order to encode non-ASCII text.
10854
10855 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10856
10857         * smiley.el (smiley-style): New variable.
10858         (smiley-directory): New function.
10859         (smiley-data-directory): Derive from `smiley-style' using
10860         `smiley-directory'.
10861         (smiley-regexp-alist): Add new entries.
10862
10863         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
10864         (gnus-article-browse-delete-temp): Add :version.
10865
10866 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
10867
10868         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
10869         the sieve region.
10870
10871 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10872
10873         * gnus.el (gnus-version-number): Bump version.
10874
10875 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
10876
10877         * gnus.el: No Gnus v0.4 is released.
10878
10879 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10880
10881         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
10882         layout.
10883
10884         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
10885         unknown charset.
10886
10887         * message.el (message-header-synonyms): Add Original-To to the
10888         default.
10889
10890         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
10891         optional parameter.
10892
10893 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
10894
10895         * gnus-fun.el (gnus): Require it for gnus-directory.
10896
10897 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10898
10899         * gnus-fun.el (gnus-face-properties-alist): Add :version.
10900
10901 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10902
10903         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
10904
10905 2006-04-05  Simon Josefsson  <jas@extundo.com>
10906
10907         * password.el (password-reset): New function.
10908
10909 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
10910
10911         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait
10912         for BEGIN_SIGNING too, new in GnuPG 1.4.3.
10913
10914 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10915
10916         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10917         Some whitespace was matched into the url, which broke browsing hits
10918         > 100 when mm-url-use-external was nil.
10919
10920 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
10921
10922         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check
10923         gnus-extra-headers for 'Newsgroups.
10924
10925         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
10926         bound.
10927
10928 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
10929
10930         * pgg-gpg.el: Clean up process buffers every time gpg processes
10931         complete.
10932
10933 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
10934
10935         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
10936         doc string.
10937
10938 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
10939
10940         * pgg-gpg.el (pgg-gpg-process-filter)
10941         (pgg-gpg-wait-for-completion): Check if buffer is alive.
10942
10943         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
10944         lines, temporary fix.
10945
10946 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10947
10948         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
10949
10950 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
10951
10952         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
10953         default-enable-multibyte-characters.  This reverts the change from
10954         revision 6.17 which is no longer necessary because the passphrase
10955         is sent separately now.  GnuPG messages are unreadable under
10956         multibyte locales with default-enable-multibyte-characters set to
10957         nil.
10958
10959 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
10960
10961         * message.el (message-tool-bar-gnome): Move "spell".
10962
10963 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
10964
10965         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
10966         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
10967         instead.
10968
10969 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
10970
10971         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Improve
10972         newsgroups handling for NNTP overviews which don't include
10973         Newsgroups.
10974
10975 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10976
10977         * message.el (message-resend): Bind message-generate-hashcash to nil.
10978
10979 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10980
10981         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
10982         when searching for already-paid recipients.
10983
10984 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
10985
10986         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
10987         passphrases when it is not needed.
10988         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
10989         passphrase stuff from gpg, should only be necessary when you use
10990         gpg with a smartcard.
10991
10992 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10993
10994         * mml.el (mml-insert-mime): Ignore cached contents of
10995         message/external-body part.
10996
10997         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
10998         (mm-insert-part): Ditto.
10999
11000 2006-03-23  Simon Josefsson  <jas@extundo.com>
11001
11002         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11003         Reiner.
11004         (pgg-gpg-use-agent-p): Use it again.
11005
11006 2006-03-23  Simon Josefsson  <jas@extundo.com>
11007
11008         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11009         older emacsen.
11010         (pgg-gpg-use-agent-p): Don't use it.
11011
11012 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11013
11014         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11015         if we can.
11016
11017 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11018
11019         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11020         (pgg-gpg-update-agent): New function.
11021         (pgg-gpg-use-agent-p): New function.
11022         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11023         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11024         (pgg-gpg-sign-region): Use it.
11025
11026 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11027
11028         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11029         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11030
11031 2006-03-21  Simon Josefsson  <jas@extundo.com>
11032
11033         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11034         <wilde@sha-bang.de>.
11035         (pgg-gpg-use-agent): New variable.
11036         (pgg-gpg-process-region): Use it.
11037         (pgg-gpg-encrypt-region): Likewise.
11038         (pgg-gpg-encrypt-symmetric-region): Likewise.
11039         (pgg-gpg-decrypt-region): Likewise.
11040         (pgg-gpg-sign-region): Likewise.
11041         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11042
11043 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11044
11045         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11046
11047         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11048         Add comment on version.
11049
11050 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11051
11052         * smiley.el: Add missing test smiley.
11053
11054 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11055
11056         * mm-decode.el (mm-with-part): New macro.
11057         (mm-get-part): Use it; work with message/external-body as well.
11058         (mm-save-part): Treat name and filename equally.
11059
11060         * mm-extern.el (mm-extern-cache-contents): New function.
11061         (mm-inline-external-body): Use it; force the part to be displayed;
11062         move undisplayer added to the cached handle to the parent.
11063
11064         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11065         (gnus-mime-view-part-as-type): Work with message/external-body.
11066
11067         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11068
11069 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11070
11071         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11072         images in image-load-path.  [Sync with image.el, revision 1.60, in
11073         Emacs.]
11074
11075 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
11076
11077         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
11078         path rather than symbol.  Always return list of directories.
11079         Guarantee that image directory comes first.  [Sync with image.el,
11080         revision 1.59, in Emacs.]
11081
11082         * message.el (message-make-tool-bar): Adjust to new API of
11083         `gmm-image-load-path-for-library'.
11084
11085         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11086
11087         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11088
11089 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11090
11091         * gnus-art.el (gnus-article-only-boring-p):
11092         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
11093         intangible text.
11094         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
11095
11096 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
11097
11098         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.  Use
11099         `defun' instead of `gmm-defun-compat'.
11100
11101 2006-03-14  Simon Josefsson  <jas@extundo.com>
11102
11103         * message.el (message-unique-id): Don't use message-number-base36
11104         if (user-uid) is a float.
11105         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
11106
11107 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11108
11109         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
11110
11111         * gnus-art.el (gnus-mime-display-single): Make sure there is an
11112         empty line between a part and a message part.
11113
11114 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
11115
11116         * smiley.el: Add more test smileys.
11117         (smiley-data-directory, smiley-regexp-alist)
11118         (gnus-smiley-file-types): Fix doc strings.
11119         (smiley-update-cache): Clear smiley-cached-regexp-alist before
11120         adding new elements.
11121         (smiley-mouse-map): Unused code.  Make it a comment.
11122
11123 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11124
11125         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
11126         scan latest NoCeM messages instead of old ones.
11127         (gnus-nocem-check-article): Fix regexps so as to match to PGP
11128         delimiters that are recently used.
11129         (gnus-nocem-load-cache): Add autoload cookie.
11130
11131         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
11132
11133         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
11134         level which is larger than gnus-use-nocem is specified.
11135
11136         * gnus-group.el (gnus-group-get-new-news): Ditto.
11137
11138 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
11139
11140         * gnus-util.el (gnus-tool-bar-update): New function.
11141
11142         * gnus-group.el (gnus-group-update-tool-bar): New variable.
11143         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
11144
11145         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
11146
11147         * gnus-group.el (gnus-group-redraw-when-idle)
11148         (gnus-group-redraw-check): Remove.
11149         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
11150
11151 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11152
11153         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
11154         if optional last element is specified in splits (FIELD VALUE...).
11155
11156 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
11157
11158         * message.el (message-make-tool-bar): Rename gmm-image-load-path
11159         to gmm-image-load-path-for-library.  Call with no-error argument.
11160         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
11161
11162         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11163
11164         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
11165
11166         * gmm-utils.el (gmm-image-load-path): Remove alias.
11167
11168 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
11169
11170         * gmm-utils.el (gmm-image-load-path): Add alias.
11171
11172         * nnml.el (nnml-generate-nov-databases-directory): Rename from
11173         nnml-generate-nov-databases-1.
11174         (nnml-generate-nov-databases): Use it.
11175         (nnml-generate-nov-databases-directory): Document no-active
11176         argument.
11177
11178         * gmm-utils.el (gmm-image-load-path-for-library): Return single
11179         directory if path is t.  Add no-error.
11180
11181         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
11182         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11183
11184         * gnus-art.el (gnus-article-browse-delete-temp-files): Simplify
11185         resetting gnus-article-browse-html-temp-list.
11186
11187         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
11188         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
11189         Add example to docstring.  Rename local variables.  Move error
11190         checks to default case in cond and simplify.
11191
11192 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11193
11194         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
11195         handle is multipart when calling it recursively.
11196         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
11197
11198 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
11199
11200         * nnimap.el (nnimap-request-update-info-internal): Optimize.
11201         Don't `gnus-uncompress-range' to avoid excessive memory usage.
11202
11203 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11204
11205         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
11206         is loaded.
11207
11208         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
11209         loaded.
11210
11211 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
11212
11213         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
11214         to "Emacs 23 (unicode)" in doc string.
11215
11216         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
11217         "Emacs 23 (unicode)" in comment.
11218
11219 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11220
11221         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
11222
11223         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
11224         characters 160 through 255 in Emacs 23.
11225
11226 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11227
11228         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
11229         gnus-article-browse-html-temp.
11230         (gnus-article-browse-delete-temp): Make it customizable.  Add
11231         `file'.  Adjust doc string.
11232         (gnus-article-browse-delete-temp-files): Add argument.  Allow
11233         query for each file.  Adjust doc string.
11234         (gnus-article-browse-html-parts): Add
11235         `gnus-article-browse-delete-temp-files' to
11236         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
11237
11238 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
11239
11240         * gnus-art.el (gnus-article-browse-html-temp)
11241         (gnus-article-browse-delete-temp): New variables.
11242         (gnus-article-browse-delete-temp-files): New function.
11243         (gnus-article-browse-html-parts): Use it.
11244
11245 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
11246
11247         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
11248
11249         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
11250         string.
11251
11252         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
11253         gnus-summary-insert-new-articles when unplugged.  Remove
11254         gnus-summary-search-article-forward.
11255
11256         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
11257         display-visual-class instead of display-color-cells.
11258
11259 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
11260
11261         * dgnushack.el: Autoload customize-group for XEmacs.
11262
11263         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
11264         message/* containing non-ASCII text properly.
11265
11266 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
11267
11268         * message.el: Require gmm-utils, remove autoloads.
11269         (message-tool-bar): Set default based on
11270         gmm-tool-bar-style.
11271         (message-tool-bar-gnome): Add gmm-customize-mode.
11272
11273         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
11274         gmm-tool-bar-style.
11275         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
11276
11277         * gnus-group.el (gnus-group-tool-bar): Set default based on
11278         gmm-tool-bar-style.
11279         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
11280
11281         * gmm-utils.el (gmm-image-directory): Rename variable from
11282         gmm-image-load-path.
11283         (gmm-image-load-path): Use gmm-image-directory.
11284         (gmm-customize-mode): New function.
11285         (gmm-tool-bar-style): New variable.
11286
11287         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
11288         gnus-group-redraw-line-number.
11289         (gnus-group-redraw-check): Simplify.
11290         (gnus-group-tool-bar-update): Remove redraw check.
11291         (gnus-group-make-tool-bar): Add redraw check.
11292
11293 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
11294
11295         * gnus-art.el (gnus-button): Add missing parentheses.
11296
11297 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11298
11299         * lpath.el: Fbind line-number-at-pos.
11300
11301 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11302
11303         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
11304
11305 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11306
11307         * gnus-art.el (gnus-button): New face.
11308         (gnus-article-button-face): Use it.
11309
11310         * gnus-sum.el (gnus-summary-tool-bar-gnome): Add
11311         gnus-summary-next-page.  Re-order.
11312
11313         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
11314         next-node are now included.
11315         (gnus-group-redraw-line-number): New internal variable.
11316         (gnus-group-redraw-check): Helper function for updating the tool
11317         bar.
11318         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
11319
11320         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
11321
11322         * spam.el (spam-spamassassin-score-regexp): New internal variable.
11323         (spam-extra-header-to-number, spam-check-spamassassin-headers):
11324         Use it to match format of Spamassassin 3.0 and later.  Reported by
11325         IRIE Tetsuya <irie@t.email.ne.jp>.
11326         (spam-check-bogofilter)
11327         (spam-bogofilter-register-with-bogofilter): Fix args of
11328         `gnus-error' calls.
11329
11330 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
11331
11332         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
11333         unnecessary interaction when sending queued mails.  Reported by
11334         TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
11335
11336 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
11337
11338         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
11339         first or last are nil.
11340
11341 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11342
11343         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
11344
11345 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11346
11347         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
11348
11349 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11350
11351         * dns.el (query-dns): Protect more against buggy tcp output.
11352
11353 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
11354
11355         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
11356         nov.php.
11357
11358 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11359
11360         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
11361         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
11362         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
11363         output on the server side.
11364         (nnweb-google-create-mapping): Update regexps and add some
11365         progress indication.
11366
11367 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
11368
11369         * gnus-group.el (gnus-group-tool-bar-gnome): Fix
11370         gnus-agent-toggle-plugged.  Re-order icons.
11371         (gnus-group-tool-bar-gnome): Add
11372         gnus-group-{prev,next}-unread-group.
11373         (gnus-group-tool-bar-gnome): Re-order icons.
11374
11375         * gnus-sum.el (gnus-summary-tool-bar-gnome): Move
11376         gnus-summary-insert-new-articles.
11377
11378         * message.el (message-tool-bar-gnome, message-tool-bar-retro): Fix
11379         comments.
11380
11381         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
11382         also available in Emacs 21.3.
11383
11384         * message.el (message-fix-before-sending): Change "Emacs 22" to
11385         "Emacs 23 (unicode)" in comment.
11386
11387         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
11388         "Emacs 23 (unicode)" in comment.
11389
11390         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
11391         comment.
11392         (mm-coding-system-p): Add comment about no-MULE XEmacs.
11393
11394         * mm-view.el (mm-fill-flowed): Add :version.
11395
11396 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11397
11398         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
11399         and load-path.
11400
11401 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
11402
11403         * message.el: Autoload gmm-image-load-path.
11404         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
11405         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
11406         consitency.
11407
11408         * gmm-utils.el (gmm-image-load-path): Also search in
11409         "../etc/images".  Don't set gmm-image-load-path if we don't find
11410         the image.
11411
11412 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11413
11414         * gmm-utils.el (gmm-image-load-path): Don't make
11415         `gmm-image-load-path' include subdirectories which the second arg
11416         `image' might specify.
11417
11418         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
11419         subdirectory to icon file names.
11420
11421         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
11422
11423 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
11424
11425         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
11426         gmm-image-load-path calls.
11427
11428         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11429
11430         * message.el (message-make-tool-bar): Ditto.
11431
11432         * mml.el (mml-preview): Added comment concerning tool bar icons.
11433
11434         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
11435         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
11436
11437         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
11438         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
11439
11440         * message.el (message-tool-bar-gnome): Use new icon names.
11441         (message-make-tool-bar): Use `gmm-image-load-path'.
11442
11443         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path): New
11444         functions from MH-E.
11445         (gmm-image-load-path): New variable from MH-E.
11446         (gmm-image-load-path): New function from MH-E.  Added arguments
11447         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
11448         *-image-load-path-called-flag.
11449
11450 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
11451
11452         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
11453
11454 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
11455
11456         * nnimap.el (nnimap-request-move-article): Change folder back to
11457         source group before deleting.
11458
11459 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
11460
11461         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
11462
11463         * gnus-art.el (mm-url-insert-file-contents-external): Autoload
11464         mm-url.
11465
11466         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
11467
11468 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11469
11470         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
11471         coding system which mm-charset-to-coding-system returns for a
11472         given charset is valid.
11473
11474 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
11475
11476         * html2text.el (html2text-remove-tag-list):
11477         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
11478
11479 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
11480
11481         * gnus-cus.el: Revert 2005-10-17 change.
11482
11483 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11484
11485         * gnus-art.el (article-strip-banner): Call
11486         article-really-strip-banner only when the regexp match is made.
11487
11488 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11489
11490         * gnus-art.el (article-strip-banner): Use
11491         gnus-extract-address-components instead of
11492         mail-header-parse-addresses to make it work with non-ASCII text;
11493         remove mail-encode-encoded-word-string.
11494
11495         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
11496         values which are surrounded with \"...\"; make it never cause a
11497         Lisp error; give up parsing of parameters if it failed in
11498         extracting type.
11499
11500 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
11501
11502         * smime.el (smime-cert-by-ldap-1): Fix bug where
11503         `smime-ldap-search' returns results without userCertificates.
11504
11505 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11506
11507         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
11508
11509 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
11510
11511         * spam.el (spam-check-spamassassin-headers): Adapt format for
11512         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
11513         <ari@mbf.ocn.ne.jp>.
11514         (spam-list-of-processors): Add spam-use-gmane.
11515
11516 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11517
11518         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
11519         make-temp-file; make it work with XEmacs as well.
11520
11521         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
11522         mm-make-temp-file.
11523
11524         * mm-decode.el (mm-display-external): Use the 3rd arg of
11525         mm-make-temp-file.
11526         (mm-create-image-xemacs): Ditto.
11527
11528 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11529
11530         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
11531         with message-narrow-to-headers.
11532         (gnus-draft-setup): Narrow to header to run message-fetch-field.
11533         (gnus-draft-check-draft-articles): New function.
11534         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
11535
11536 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
11537
11538         * gnus-art.el (gnus-article-browse-html-parts):
11539         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
11540         Don't use suffix argument for mm-make-temp-file for Emacs 21
11541         compatibility.  Remove useless `format'.
11542
11543 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11544
11545         * nnweb.el (nnweb-google-wash-article): Update regexps.
11546         (nnweb-group-alist): Use defvoo instead of defvar.
11547
11548 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11549
11550         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
11551         re-loading nn* modules.
11552
11553 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
11554
11555         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
11556         for `tool-bar-mode' and don't check it's default-value.
11557
11558         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
11559
11560         * message.el (message-make-tool-bar): Ditto.
11561
11562         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
11563         `substring'.  Shorten tmp-file name.
11564
11565         * gnus.el: Remove bogus comment.
11566
11567 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
11568
11569         * gnus-art.el (gnus-article-browse-html-parts): New function.
11570         (gnus-article-browse-html-article): New function for viewing html
11571         articles with a browser.
11572
11573 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
11574
11575         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
11576         in elisp.
11577         (pgg-gpg-encrypt-symmetric-region): Ditto.
11578         (pgg-gpg-sign-region): Ditto.
11579
11580         * pgg-def.el (pgg-text-mode): New variable.
11581
11582         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
11583         (mml2015-pgg-encrypt): Ditto.
11584
11585         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
11586         (mml1991-pgg-encrypt): Ditto.
11587
11588 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11589
11590         * nnfolder.el (nnfolder-insert-newsgroup-line): Use
11591         message-make-date instead of current-time-string.
11592
11593         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
11594         to gnus-decoded which mm-uu might set.
11595
11596 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11597
11598         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
11599         don't decode quoted parameters; remove misimported Emacs code.
11600         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11601         (rfc2231-decode-encoded-string): Don't use split-string which
11602         behaves differently according to Emacs version; use
11603         mm-decode-coding-region to convert charset to coding-system.
11604         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11605         (rfc2231-encode-string): Remove misimported Emacs code.
11606
11607 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11608
11609         * gnus-art.el (article-decode-charset): Don't use ignore-errors
11610         when calling mail-header-parse-content-type.
11611         (article-de-quoted-unreadable): Ditto.
11612         (article-de-base64-unreadable): Ditto.
11613         (article-wash-html): Ditto.
11614
11615         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
11616         calling mail-header-parse-content-type and
11617         mail-header-parse-content-disposition.
11618         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
11619         mail-header-parse-content-type.
11620
11621         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
11622         insert charset and format parameters; encode description after
11623         inserting it to buffer.
11624         (mml-insert-parameter): Fold lines properly even if a parameter is
11625         segmented into two or more lines; change the max column to 76.
11626
11627         * rfc1843.el (rfc1843-decode-article-body): Don't use
11628         ignore-errors when calling mail-header-parse-content-type.
11629
11630         * rfc2231.el (rfc2231-parse-string): Return at least type if
11631         possible; don't cause an error even if it fails in parsing of
11632         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11633         (rfc2231-encode-string): Don't break lines at the beginning, leave
11634         it to mml-insert-parameter.
11635
11636         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
11637         calling mail-header-parse-content-type.
11638
11639 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
11640
11641         * spam-report.el (spam-report-gmane-use-article-number):
11642         Improve doc string.
11643         (spam-report-gmane-internal): Check if a suitable header was found
11644         in the article.
11645
11646 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11647
11648         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
11649         (rfc2231-encode-string): Make param*=value always begin with LWSP.
11650
11651 2006-02-05  Romain Francoise  <romain@orebokech.com>
11652
11653         Update copyright notices of all files in the gnus directory.
11654
11655 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11656
11657         * nnweb.el (nnweb-request-group): Avoid growing overview files.
11658
11659 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11660
11661         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
11662         segmented lines of parameter value to cope with Thunderbird 1.5
11663         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
11664         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11665         (rfc2231-encode-string): Don't make lines exceeding 76 column.
11666
11667 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
11668
11669         * mml.el (mml-generate-mime-1): Correct the order of inline signed
11670         parts.
11671
11672 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11673
11674         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
11675         there's only one active file for all servers.
11676         (nnweb-request-scan): Make sure nnweb-articles is initialized on
11677         solid groups.  Gnus might have used a FAST request to select the group.
11678         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
11679         and nnweb-search redundantly in the active file.
11680         (nnweb-request-list): Don't list bogus groups.  There can only be one.
11681         (nnweb-request-create-group): Don't use ARGS.
11682         (nnweb-possibly-change-server, nnweb-request-group): Remove some
11683         initialisations.  Let nnoo do the work.
11684
11685 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11686
11687         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
11688         Say the part has been decoded.
11689
11690         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
11691
11692 2006-01-31  Kevin Ryde  <user42@zip.com.au>
11693
11694         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
11695         mailcap-viewer-test-cache when there's no 'test clause, since that
11696         will invert the meaning of a "nil" test previously determined by
11697         mailcap-mailcap-entry-passes-test.
11698
11699 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11700
11701         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
11702         compiling.
11703
11704         * gnus-sum.el: Ditto.
11705
11706         * message.el: Don't bind tool-bar-map when compiling.
11707
11708 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
11709
11710         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
11711
11712 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
11713
11714         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
11715         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
11716         current Google Groups.
11717
11718 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
11719
11720         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
11721         and tool-bar-mode.
11722
11723         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
11724         and tool-bar-mode.
11725
11726         * message.el (message-tool-bar-update): Simplify.
11727         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
11728
11729         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
11730         gnus-summary-buffer.
11731         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
11732         gnus-summary-reply.
11733
11734         * gmm-utils.el (gmm): Add :version.
11735
11736 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11737
11738         * Makefile.in (clean): New rule.
11739         (distclean): Use it.
11740
11741 2006-01-26  Steve Youngs  <steve@sxemacs.org>
11742
11743         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list): Don't
11744         autoload.
11745
11746 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11747
11748         * gmm-utils.el (gmm-verbose): Add :group.
11749
11750 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
11751
11752         * message.el: Change some comments WRT tool-bars.
11753
11754         * gnus-sum.el (gnus-summary-tool-bar)
11755         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
11756         (gnus-summary-tool-bar-zap-list): New variables.
11757         (gnus-summary-make-tool-bar): Complete rewrite using
11758         `gmm-tool-bar-from-list'.
11759
11760         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
11761         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list): New
11762         variables.
11763         (gnus-group-make-tool-bar): Complete rewrite using
11764         `gmm-tool-bar-from-list'.
11765         (gnus-group-tool-bar-update): New function.
11766
11767         * message.el (message-mode-field-menu): Add "Show hidden Headers".
11768
11769 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11770
11771         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
11772         is dissected into a single part of which the type is the same as
11773         the given one; decode charset.
11774
11775 2006-01-21  Kevin Ryde  <user42@zip.com.au>
11776
11777         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
11778         into alists as symbol not string, since that's what
11779         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
11780         look for.
11781
11782 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
11783
11784         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
11785         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
11786
11787         * message.el (message-tool-bar-gnome): Use gmm-ignore.
11788
11789 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11790
11791         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
11792         (gnus-xmas-mime-security-button-menu): New function.
11793
11794         * gnus-art.el (gnus-mime-security-button-commands): New variable.
11795         (gnus-mime-security-button-menu): New definition.
11796         (gnus-mime-security-button-map): Use them.
11797         (gnus-mime-security-button-menu): New function.
11798         (gnus-insert-mime-security-button): Addition to help echo.
11799         (gnus-mime-security-run-function, gnus-mime-security-save-part)
11800         (gnus-mime-security-pipe-part): New functions.
11801
11802         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
11803         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
11804
11805         * mm-decode.el (mm-handle-set-disposition): Remove.
11806         (mm-handle-set-description): Remove.
11807
11808 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11809
11810         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
11811         (mm-w3m-standalone-supports-m17n-p): New function.
11812         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
11813         w3m usage.
11814
11815         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone): Use
11816         mm-w3m-standalone-supports-m17n-p to alter w3m usage.
11817
11818 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11819
11820         * message.el (message-tool-bar-zap-list): Use
11821         gmm-tool-bar-zap-list as custom type.
11822         (message-tool-bar-update): New function.
11823         (message-tool-bar, message-tool-bar-gnome)
11824         (message-tool-bar-retro): Add message-tool-bar-update.
11825         (message-tool-bar-gnome): Add flyspell-buffer.
11826
11827         * gnus-util.el (gnus-error): Describe `args'.
11828
11829         * gmm-utils.el (gmm-error): Describe `args'.
11830         (gmm-tool-bar-zap-list): New widget.
11831         (gmm-tool-bar-from-list): Improve description of `zap-list'.
11832
11833 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11834
11835         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
11836         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
11837         the number of recursive calls.
11838
11839         * mm-decode.el (mm-handle-set-disposition): New macro.
11840         (mm-handle-set-description): New macro.
11841
11842 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11843
11844         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
11845         encoding.
11846
11847 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11848
11849         * message.el (message-tool-bar-zap-list, message-tool-bar)
11850         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
11851         (message-tool-bar-local-item-from-menu): Remove.
11852         (message-tool-bar-map): Replace by `message-make-tool-bar'.
11853         (message-make-tool-bar): New function.
11854         (message-mode): Use `message-make-tool-bar'.
11855
11856         * gmm-utils.el: New file.
11857         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
11858         (gmm-lazy): New widget copied from `nnmail.el'.
11859         (gmm-tool-bar-from-list): New function for creating customizable
11860         tool bars.
11861         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
11862         output.
11863         (gmm): Add :prefix to defgroup.
11864
11865 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
11866
11867         * gmm-utils.el (gmm-widget-p): New function.
11868
11869 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
11870
11871         * mml.el (mml-attach-file): Describe `description' in doc string.
11872         (mml-menu): Add Emacs MIME manual and PGG manual.
11873
11874 2006-01-20  Richard M. Stallman  <rms@gnu.org>
11875
11876         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
11877
11878 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
11879
11880         * nntp.el (nntp-end-of-line): Doc fix.
11881
11882 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
11883
11884         * imap.el (imap-open): Handle case where buffer is a buffer
11885         object.
11886
11887 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
11888
11889         * gnus-delay.el (gnus-delay): Don't autoload.
11890         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
11891         to be re-loaded when customizing the `gnus-delay' group.
11892
11893 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
11894
11895         * message.el (message-insert-citation-line): Use newlines.
11896
11897 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11898
11899         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11900         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
11901         these routines, so the passphrase can be managed externally and
11902         passed in to the system.
11903         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11904         pgg-add-passphrase-to-cache function.
11905
11906         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11907         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
11908         these routines, so the passphrase can be managed externally and
11909         passed in to the system.
11910         (pgg-pgp5-sign-region): Use new name of
11911         pgg-add-passphrase-to-cache function.
11912
11913 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
11914
11915         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11916         part of the decoded armor to find the key-identifier.
11917         (pgg-gpg-lookup-key-owner): New function to return the
11918         human-readable identifier of a key owner.
11919         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
11920         itself.
11921         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11922         the key value) if we have a key and can match it against a secret
11923         key.  Also, added a note pointing out fact that the prompt only
11924         indicates the first matching key.
11925
11926         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
11927         pgg-decrypt-region.
11928         (pgg-add-passphrase-to-cache): Rename from
11929         `pgg-add-passphrase-cache' to reduce confusion (all callers
11930         changed).
11931         (pgg-remove-passphrase-from-cache): Rename from
11932         `pgg-remove-passphrase-cache' to reduce confusion (all callers
11933         changed).
11934         (pgg-read-passphrase, pgg-add-passphrase-cache)
11935         (pgg-remove-passphrase-cache): Add informative docstrings.
11936         (pgg-decrypt): Convey provided passphrase in subordinate call to
11937         pgg-decrypt-region.
11938
11939 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
11940
11941         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11942         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11943         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11944         'passphrase' argument, so the passphrase can be managed externally
11945         and then passed in to the system.
11946
11947         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11948         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
11949         so the passphrase cache can be used reliably with identifiers
11950         besides a pgp packet's key id.
11951
11952         * pgg-gpg.el (pgg-gpg-encrypt-region)
11953         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11954         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
11955         these routines, so the passphrase can be managed externally and
11956         passed in to the system.
11957
11958         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11959         'notruncate' argument, so the passphrase cache can be used
11960         reliably with identifiers besides a pgp packet's key id.
11961
11962 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
11963
11964         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11965         symmetric encryption.
11966         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11967         encrypted session key.
11968         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11969         message ask for the passphrase in a proper way.
11970
11971         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11972         New user commands for symmetric encryption.
11973
11974 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11975
11976         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
11977
11978         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
11979
11980 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
11981
11982         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
11983
11984 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * mm-decode.el (mm-inlined-types): Add application/pgp.
11987         (mm-automatic-display): Ditto.
11988
11989         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
11990         part as text.
11991
11992 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11993
11994         * nnrss.el: Update copyright.
11995         (nnrss-opml-import): Query whether to subscribe to each entry.
11996
11997         * gnus-art.el:
11998         * gnus-sum.el:
11999         * gnus-xmas.el:
12000         * messagexmas.el:
12001         * mm-uu.el:
12002         * mm-view.el: Update copyright.
12003
12004 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12005
12006         * message.el (message-info): New function.
12007         (message-mode-menu): Add it.
12008         Update copyright.
12009
12010         * ChangeLog: Fix and update copyright.
12011
12012 2006-01-13  Romain Francoise  <romain@orebokech.com>
12013
12014         * message.el (message-forward-subject-name-subject): Prefer the
12015         address to 'nowhere' if the sender has no name.
12016         Fix typo.  Update copyright year.
12017
12018 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12019
12020         * gnus-art.el (article-wash-html): Use
12021         gnus-summary-show-article-charset-alist if a numeric arg is given.
12022         (gnus-article-wash-html-with-w3m-standalone): New function.
12023
12024         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12025         mm-inline-text-html-render-with-w3m-standalone.
12026         (mm-text-html-washer-alist): Map w3m-standalone to
12027         gnus-article-wash-html-with-w3m-standalone.
12028         (mm-inline-text-html-render-with-w3m-standalone): New function.
12029
12030 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12031
12032         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12033         Improve LaTeX.
12034
12035 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12036
12037         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12038         (nnrss-request-article): Render text/plain parts as HTML.
12039
12040         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12041         the buffer.
12042
12043 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12044
12045         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12046         custom definition of `gnus-posting-styles'.
12047
12048         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
12049         print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12050
12051 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12052
12053         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12054         Use nntp for bug archive.
12055
12056 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12057
12058         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12059         parts.
12060         (nnrss-normalize-date): New function converts ISO 8601 date into
12061         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12062         (nnrss-check-group): Use it.
12063
12064 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12065
12066         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12067
12068         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12069         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12070         (nnrss-insert-w3): Ditto.
12071
12072 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12073
12074         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12075         the articles to be forwarded including the case where neither a
12076         number of articles nor a region is specified.
12077
12078 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12079
12080         * nnrss.el (nnrss-request-article): Fix last change; fill
12081         text/plain parts.
12082
12083 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12084
12085         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12086         in text/plain part.
12087         (nnrss-check-group): Don't add excessive newline to dc:subject.
12088
12089 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12090
12091         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12092         article.
12093
12094 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12095
12096         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12097         (nnml-use-compressed-files, nnml-save-mail): Support other
12098         comression programs such as bzip2.
12099
12100 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12101
12102         * dns.el (query-dns): Make sure we check the buffer size before
12103         removing tcp headers.
12104
12105 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12106
12107         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12108         remove MIME buttons associated with multipart/alternative parts.
12109         (gnus-mime-display-alternative): Tag buttons using `article-type'
12110         text property.
12111
12112         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12113         associated with multipart/alternative parts.
12114
12115         * gnus-art.el (gnus-signature-separator): Fix custom type.
12116
12117         * mm-decode.el (mm-inlined-types): Fix custom type.
12118         (mm-keep-viewer-alive-types): Ditto.
12119         (mm-automatic-display): Ditto.
12120         (mm-attachment-override-types): Ditto.
12121         (mm-inline-override-types): Ditto.
12122         (mm-automatic-external-display): Ditto.
12123
12124 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12125
12126         * spam-report.el (spam-report-user-mail-address)
12127         (spam-report-user-agent): New variables.
12128         (spam-report-url-ping-plain): Use spam-report-user-agent.
12129
12130 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12131
12132         * gnus-art.el (gnus-button-handle-custom): Do not just use
12133         `customize-apropos' for any "M-x customize-*" button but the
12134         function called for.  Accept both the function name and its
12135         argument in order to achieve this.
12136         (gnus-button-alist): Remove support for "custom:" URL's.  Pass
12137         function name to `gnus-button-handle-custom' in case of "M-x
12138         customize-*" buttons.
12139
12140 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12141
12142         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12143         multipart/alternative and add xref to mm-discouraged-alternatives
12144         in doc string.
12145
12146         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12147         gnus-buttonized-mime-types in doc string.
12148
12149 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12150
12151         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12152         Suggest image/.* in the doc string.
12153
12154 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12155
12156         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12157         message-marks (Debian bug #342521).
12158
12159 2005-12-12  Simon Josefsson  <jas@extundo.com>
12160
12161         * password.el (password-read-from-cache): Add.
12162         (password-read): Use it.
12163
12164 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12165
12166         * rfc2047.el (rfc2047-charset-to-coding-system): Recognize
12167         us-ascii as a MIME charset.
12168
12169         * mm-bodies.el (mm-decode-content-transfer-encoding): Protect
12170         against the case where the 2nd arg TYPE is nil.
12171
12172 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12173
12174         * pop3.el (pop3-stream-type): Fix custom version.
12175
12176         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
12177
12178 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12179
12180         * mm-decode.el (mm-display-external): Add missing cdr.
12181
12182 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12183
12184         * mm-decode.el (mm-display-external): Use nametemplate (defined in
12185         RFC1524) if it is in mailcap or add a suffix according to
12186         mailcap-mime-extensions when generating a temp filename; postpone
12187         deleting a temp file for 2 seconds for some wrappers, shell
12188         scripts, and so on, which might exit right after having started a
12189         viewer command as a background job.
12190
12191 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12192
12193         * nntp.el (nntp-marks-directory): Fix custom group.
12194
12195         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
12196         steps when < 10.
12197
12198         * gnus-start.el (gnus-no-server-1): Mention
12199         `gnus-level-default-subscribed' in doc string.
12200
12201 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
12202
12203         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
12204         parens.
12205
12206 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12207
12208         * gnus-xmas.el (gnus-use-toolbar): Revert.
12209         (gnus-xmas-setup-toolbar): Use global default-toolbar if
12210         gnus-use-toolbar is default.
12211
12212         * messagexmas.el (message-use-toolbar): Revert.
12213         (message-setup-toolbar): Use global default-toolbar if
12214         message-use-toolbar is default.
12215
12216 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12217
12218         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
12219         according to default-toolbar-visible-p.
12220
12221         * messagexmas.el (message-use-toolbar): Ditto.
12222
12223 2005-11-26  Dave Love  <fx@gnu.org>
12224
12225         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
12226         (tls-program, tls-success): Provide openssl alternative.
12227
12228         * starttls.el: Doc fixes.
12229         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
12230         SERVICE to PORT.
12231
12232         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
12233         port null or service name.
12234         (starttls-negotiate): Autoload.
12235
12236 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12237
12238         * message.el (message-kill-to-signature): Fix interactive spec.
12239
12240 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12241
12242         * pop3.el (pop3-open-server): Recognize a string as a service name.
12243
12244 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
12245
12246         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
12247
12248 2005-11-23  Dave Love  <fx@gnu.org>
12249
12250         Add pop3s, pop3/starttls.
12251
12252         * pop3.el (pop3-authentication-scheme): Clarify doc.
12253         (open-tls-stream, starttls-open-stream): Autoload.
12254         (pop3-stream-type): New.
12255         (pop3-open-server): Use it.
12256
12257         * mail-source.el (mail-sources): Fix some :types.  Add stream type
12258         for POP.
12259         (mail-source-keyword-map): Add :stream for POP.
12260         (mail-source-fetch-pop): Use pop3-stream-type.
12261
12262 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12263
12264         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
12265         of current-time-string.
12266
12267 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
12268
12269         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
12270         date header.
12271
12272 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12273
12274         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
12275         it can seriously impact performance as it bypasses the agent's
12276         local caches.
12277
12278 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
12279
12280         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
12281         must be explicitly online rather than "not explicitly offline" for
12282         its flags to be synchronized.
12283
12284         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
12285         that gnus-uu-unmark-thread will function correctly.
12286
12287         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
12288         1024K is instead displayed as 1M.
12289
12290 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291
12292         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
12293
12294 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
12295
12296         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
12297
12298 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
12299
12300         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
12301         error message to display actual error condition.
12302         (gnus-agent-save-local): Avoid saving symbols that are bound to
12303         nil as they simply result in a warning message in
12304         gnus-agent-read-local.
12305
12306 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12307
12308         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
12309         rather than make-variable-buffer-local for file-precious-flag.
12310
12311 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12312
12313         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
12314         for duplicates which are removed.  The invalid sort check then
12315         triggers a rescan after the sort as sorting may have moved
12316         duplicate entries such that they can be cheaply detected.
12317
12318 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12319
12320         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
12321
12322 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
12323
12324         * gnus-agent.el (gnus-agent-article-alist-save-format): Changed
12325         internal variable to a custom variable.  Changed default value
12326         from compressed(2) to uncompressed(1).
12327         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
12328         support for uncompressed agentview files.  Taken together, reading
12329         the agentview file should now be 6-7 times faster.
12330
12331 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
12332
12333         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
12334         as a buffer-local variable.  This avoids creating truncated
12335         dribble files as a result of a hang up, eg.
12336
12337 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
12338
12339         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
12340         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
12341         XEmacs.
12342
12343 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12344
12345         * gnus-start.el (gnus-start-draft-setup): Enforce
12346         `gnus-draft-mode' for nndraft:drafts at startup.
12347
12348         * gnus.el (gnus-splash): Change custom group.
12349         (gnus-group-get-parameter, gnus-group-parameter-value): Describe
12350         allow-list argument.
12351
12352         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
12353         string.
12354
12355 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
12356
12357         * gnus-art.el (gnus-default-article-saver): Add user-defined
12358         `function' to custom type.
12359
12360 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12361
12362         * imap.el (imap-open): Handle case where buffer is a buffer
12363         object.
12364
12365 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
12366
12367         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
12368         long lines.
12369         (gnus-cache-delete-group): Wrap doc strings.
12370
12371         * gnus-agent.el (gnus-agent-rename-group)
12372         (gnus-agent-delete-group): Wrap doc strings.
12373
12374 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12375
12376         * messagexmas.el (message-use-toolbar): Change the valid values
12377         into default, top, bottom, left, and right.
12378         (message-toolbar-thickness): New variable.
12379         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
12380         well.
12381         (message-setup-toolbar): Make it work.
12382
12383         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
12384         (gnus-use-toolbar): Change the valid values into default, top,
12385         bottom, left, and right.
12386         (gnus-toolbar-thickness): New variable.
12387         (gnus-xmas-setup-toolbar): New function.
12388         (gnus-xmas-setup-group-toolbar): Use it.
12389         (gnus-xmas-setup-summary-toolbar): Use it.
12390
12391 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12392
12393         * gnus-start.el (gnus-1): Add "native" to
12394         gnus-predefined-server-alist.
12395
12396         * gnus.el (gnus-method-to-server): Don't add "native" to the
12397         lists here, because that leads to problems when
12398         gnus-select-method is bound.
12399
12400 2005-11-09  Simon Josefsson  <jas@extundo.com>
12401
12402         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
12403         use (not sort-by-date) instead.
12404
12405 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12406
12407         * gnus-delay.el (gnus-delay-group): Don't autoload.
12408         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12409         to be re-loaded when customizing the `gnus-delay' group.
12410
12411 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
12412
12413         * message.el: Revert last changes.
12414         (message-insert-citation-line): Use newlines.
12415
12416 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
12417
12418         * message.el (message-courtesy-message)
12419         (message-mark-insert-begin, message-mark-insert-end)
12420         (message-elide-ellipsis, message-cancel-message)
12421         (message-add-header, message-change-subject)
12422         (message-cross-post-followup-to-header)
12423         (message-cross-post-insert-note, message-reduce-to-to-cc)
12424         (message-widen-reply, message-delete-not-region)
12425         (message-kill-to-signature, message-insert-signature)
12426         (message-insert-importance-high, message-insert-importance-low)
12427         (message-insert-or-toggle-importance)
12428         (message-insert-disposition-notification-to)
12429         (message-indent-citation, message-yank-original)
12430         (message-cite-original-without-signature, message-cite-original)
12431         (message-insert-citation-line, message-position-on-field)
12432         (message-fix-before-sending, message-send-mail-partially)
12433         (message-send-mail, message-send-mail-with-sendmail)
12434         (message-send-mail-with-qmail, message-send-news)
12435         (message-check-news-header-syntax, message-generate-headers)
12436         (message-insert-courtesy-copy, message-fill-address)
12437         (message-fill-header, message-shorten-references)
12438         (message-setup-1, message-cancel-news)
12439         (message-forward-make-body-plain, message-forward-make-body-mime)
12440         (message-forward-make-body-mml, message-encode-message-body)
12441         (message-forward-make-body-digest-plain)
12442         (message-forward-make-body-digest-mime)
12443         (message-use-alternative-email-as-from): Insert `hard-newline'
12444         instead of ordinary newlines.
12445
12446 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12447
12448         * message.el (message-generate-headers): Downcase the argument
12449         given to message-check-element.
12450
12451 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
12452
12453         * nntp.el (nntp-authinfo-rejected): New error condition.
12454         (nntp-wait-for): Use new error condition to signal authentication
12455         error.
12456         (nntp-retrieve-data): Rethrow new error condition to break out of
12457         recursive call to nntp-send-authinfo.
12458
12459 2005-11-08  Romain Francoise  <romain@orebokech.com>
12460
12461         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
12462         (gnus-summary-exit-map): Bind to `Z p'.
12463         (gnus-summary-make-menu-bar): Add menu item.
12464
12465 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
12466
12467         * gnus-art.el (gnus-article-treat-custom): Add `first'.
12468         (gnus-treat-*): Add `first' in all doc strings.
12469
12470         * gnus-group.el (gnus-group-compact-group): Fix typo.
12471
12472 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12473
12474         * gnus.el (gnus-parameters-case-fold-search): New variable.
12475         (gnus-parameters-get-parameter): Use it.
12476
12477         * gnus-score.el (gnus-home-score-file): Doc fix.
12478
12479 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
12480
12481         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
12482
12483 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12484
12485         * mm-util.el (mm-special-display-p): New function.
12486
12487         * mml.el (mml-preview): Use it; doc fix.
12488
12489 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
12490
12491         * imap.el (imap-open): Handle case where buffer is a buffer object.
12492
12493 2005-10-29  Romain Francoise  <romain@orebokech.com>
12494
12495         * message.el (message-fix-before-sending): Fix comment.
12496
12497 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12498
12499         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
12500
12501 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
12502
12503         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
12504         Used in gnus-score.el.
12505
12506 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
12507
12508         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
12509
12510 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
12511
12512         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
12513         whitespace removed in revision 7.8.  Use concatenated string to
12514         protect trailing whitespace.
12515
12516 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
12517
12518         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
12519         (nnimap-request-expire-articles): Use it to avoid sending 'UID
12520         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
12521         Courier IMAP ("some version from 2004").  Mostly based on similar
12522         code in the same function.
12523
12524 2005-10-26  Didier Verna  <didier@xemacs.org>
12525
12526         * gnus-group.el (gnus-group-compact-group): Invalidate original
12527         article buffer.
12528         * gnus-srvr.el (gnus-server-compact-server): Ditto.
12529         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
12530         NOV database and in article itself.
12531         Invalidate article backlog.
12532
12533 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
12534
12535         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
12536
12537 2005-10-26  Simon Josefsson  <jas@extundo.com>
12538
12539         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
12540         part of 2004-07-25 change.
12541
12542 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12543
12544         * message.el (message-display-completion-list): New function.
12545         (message-expand-group): Use it; make sure the Completions buffer
12546         is modifiable.
12547 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
12548
12549         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
12550         user-mail-name is an empty string.
12551
12552 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
12553
12554         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
12555         depending on gnus-score-decay-constant.
12556
12557         * encrypt.el (encrypt-insert-file-contents)
12558         (encrypt-write-file-contents): Don't use `gnus-message'.
12559
12560         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
12561         arguments.
12562         (mm-uu-type-alist): Add message-marks and insert-marks.  Pass
12563         arguments to mm-uu-verbatim-marks-extract.
12564         (mm-uu-hide-markers): New variable.
12565         (mm-uu-extract): Use face similar to `gnus-cite-3'.
12566
12567         * gnus-fun.el (gnus-convert-image-to-x-face-command)
12568         (gnus-convert-image-to-face-command): Use "convert" by default to
12569         allow other input image formats.
12570         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
12571         accordingly.
12572
12573 2005-10-23  Simon Josefsson  <jas@extundo.com>
12574
12575         * imap.el (imap-gssapi-program): Align command line parameters
12576         with latest GNU SASL.
12577         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
12578
12579 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12580
12581         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
12582         HTML.
12583         (nnslashdot-request-article): Ditto.
12584
12585         * lpath.el (featurep): Add nobreak-char-display.
12586
12587 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
12588
12589         * mail-source.el (mail-source-fetch-pop): Require pop3.
12590         (mail-source-check-pop): Ditto.
12591
12592 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12593
12594         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
12595         errors.
12596
12597 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
12598
12599         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
12600         (gnus-treat-strip-leading-blank-lines): Improve doc string.
12601
12602         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
12603
12604         * mm-bodies.el (mm-decode-string): Call
12605         `mm-charset-to-coding-system' with allow-override argument.
12606
12607 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12608
12609         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
12610         (rfc2047-charset-to-coding-system): New function.
12611         (rfc2047-decode-encoded-words): New function.
12612         (rfc2047-decode-region): Use them.
12613         (rfc2047-decode-cte): Remove.
12614         (rfc2047-parse-and-decode): Remove.
12615         (rfc2047-decode): Remove.
12616
12617 2005-10-15  Kenichi Handa  <handa@m17n.org>
12618
12619         * rfc2047.el (rfc2047-decode-cte): New function.
12620         (rfc2047-decode-region): Change the way to decode successive
12621         encoded-words: decode B- or Q-encoding in each encoded-word,
12622         concatenate them, and decode it as charset.
12623
12624 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12625
12626         * lpath.el: Fbind codepage-setup for XEmacs.
12627
12628 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
12629
12630         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
12631         widget-move-and-invoke.
12632         (gnus-custom-mode): Use gnus-custom-map.
12633
12634 2005-10-15  Bill Wohler  <wohler@newt.com>
12635
12636         * message.el (message-tool-bar-map): Renamed image file from
12637         mail_send to mail/send.
12638
12639 2005-10-16  Masatake YAMATO  <jet@gyve.org>
12640
12641         * message.el (message-expand-group): Pass the common
12642         prefix substring of completion to `display-completion-list'.
12643
12644 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
12645
12646         * mml-sec.el (mml-secure-method): New internal variable.
12647         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
12648         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt): New
12649         functions using mml-secure-method.
12650
12651         * mml.el (mml-mode-map): Add key bindings for those functions.
12652         (mml-menu): Simplify security menu entries.  Suggested by Jesper
12653         Harder <harder@myrealbox.com>.
12654         (mml-attach-file, mml-attach-buffer, mml-attach-external): Goto
12655         end of message if point is the headers of the message.
12656
12657         * message.el (message-in-body-p): New function.
12658
12659         * assistant.el: Autoload gnus-util and netrc.
12660
12661         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
12662         Use `mm-charset-override-alist' only when decoding.
12663
12664         * mm-bodies.el (mm-decode-body): Call
12665         `mm-charset-to-coding-system' with allow-override argument.
12666
12667         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
12668         `filename' from Content-Disposition if Content-Type doesn't
12669         provide `name'.
12670         (gnus-mime-view-part-as-type): Set default instead of
12671         initial-input.
12672
12673 2005-10-09  Daniel Brockman  <daniel@brockman.se>
12674
12675         * format-spec.el (format-spec): Propagate text properties of % spec.
12676
12677 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
12678
12679         * gnus-art.el (gnus-treat-predicate): Add `first'.
12680
12681 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
12682
12683         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
12684         (mm-charset-override-alist): New variable.
12685         (mm-charset-to-coding-system): Use it.
12686         (mm-codepage-setup): New helper function.
12687         (mm-charset-eval-alist): New variable.
12688         (mm-charset-to-coding-system): Use mm-charset-eval-alist.  Warn
12689         about unknown charsets.
12690
12691         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
12692
12693 2005-10-04  David Hansen  <david.hansen@gmx.net>
12694
12695         * nnrss.el (nnrss-request-article): Add support for the comments tag.
12696         (nnrss-check-group): Ditto.
12697
12698 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
12699
12700         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
12701         Rename x-gnus-verbatim to x-verbatim.
12702         (mm-uu-type-alist): Fix regexp for verbatim-marks.
12703
12704         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
12705         x-verbatim.
12706
12707         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
12708
12709         * gnus-util.el (gnus-remove-duplicates): Remove.
12710
12711         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
12712         instead of gnus-remove-duplicates.
12713
12714         * message.el (message-remove-duplicates): Remove.
12715         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
12716         message-remove-duplicates.
12717
12718         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
12719         available, else use implementation from `delete-dups'.
12720
12721         * message.el (message-insert-expires): New function.
12722         (message-mode-map): Add key binding.
12723         (message-mode-field-menu): Add menu entry.
12724         (message-mode): Document it.
12725         (message-make-expires-date): Use `message-make-date'.
12726
12727 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
12728
12729         * message.el (message-make-expires-date): New function.
12730
12731 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12732
12733         * Makefile.in (list-installed-shadows): New entry.
12734         (install): Use it.
12735         (remove-installed-shadows): New entry.
12736
12737         * dgnushack.el (dgnushack-default-load-path): New variable.
12738         (dgnushack-find-lisp-shadows): New function.
12739         (dgnushack-remove-lisp-shadows): New function.
12740
12741 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12742
12743         * Makefile.in (install-el-elc): New entry.
12744         (install): Use it so that .el files are necessarily installed.
12745
12746 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12747
12748         * time-date.el: Autoload parse-time-string, XEmacs needs it.
12749
12750 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
12751
12752         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
12753         function rather than the diff-mode.el package.
12754         (mm-display-external): Use with-current-buffer.
12755         (mm-viewer-completion-map, mm-viewer-completion-map):
12756         Move initialization inside declaration.
12757
12758 2005-09-29  Simon Josefsson  <jas@extundo.com>
12759
12760         * spam.el: Load hashcash when compiling, to avoid warnings.  Don't
12761         autoload mail-check-payment.
12762         (spam-check-hashcash): Define unconditionally, since hashcash.el
12763         is part of Gnus now.  Ignore errors from payment checking.
12764
12765 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
12766
12767         * message.el (message-bold-region, message-unbold-region): Rename
12768         from `bold-region' and `unbold-region'.
12769
12770         * message.el: Remove useless autoloads.
12771
12772 2005-09-28  Simon Josefsson  <jas@extundo.com>
12773
12774         * message.el (message-use-idna): Default to t.
12775         (message-use-idna): Test whether encoding works too.  Doc fix.
12776
12777 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12778
12779         * nntp.el (nntp-warn-about-losing-connection): Remove.
12780
12781 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
12782
12783         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
12784         customizable.  Change default value.
12785         (mm-uu-diff-groups-regexp): Change default value.
12786         (mm-uu-type-alist): Add doc string.
12787         (mm-uu-configure): Add doc string.  Make it interactive.
12788         (mm-uu-tex-groups-regexp): New variable.
12789         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
12790         (mm-uu-type-alist): Add LaTeX documents.
12791         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
12792         of "text/verbatim".
12793         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
12794
12795         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
12796         instead of "text/verbatim".
12797
12798         * message.el (message-mark-inserted-region)
12799         (message-mark-insert-file): Use slrn style marks when called with
12800         prefix argument.
12801
12802 2005-09-27  Simon Josefsson  <jas@extundo.com>
12803
12804         * message.el (message-idna-to-ascii-rhs-1): Reformat.
12805
12806 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
12807
12808         * message.el (message-remove-duplicates): New function.
12809         Implementation borrowed from `gnus-remove-duplicates'.
12810         (message-idna-to-ascii-rhs): Also encode idna addresses in
12811         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12812         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
12813         only ask about the same idna domain once per header and also tell
12814         in what header to replace the idna domain.
12815
12816         * gnus-art.el (article-decode-idna-rhs): Also decode idna
12817         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
12818         (article-decode-idna-rhs): Fix regexp so that all idna-address in
12819         a header is decoded and not just the last one.
12820
12821 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12822
12823         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
12824         has been decoded.
12825
12826         * mm-decode.el (mm-automatic-display): Add text/verbatim.
12827         (mm-insert-part): Don't modify text if it has been decoded.
12828
12829         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
12830         decoded.
12831
12832         * mm-view.el (mm-inline-text): Don't strip text props unless
12833         decoding enriched or richtext parts.
12834
12835 2005-09-25  Romain Francoise  <romain@orebokech.com>
12836
12837         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
12838         * gnus-start.el (gnus-subscribe-interactively):
12839         * gnus-uu.el (gnus-uu-grab-articles):
12840         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
12841         space.
12842
12843 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
12844
12845         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
12846         * mm-view.el (mm-view-pkcs7-decrypt):
12847         * gnus-sum.el (gnus-summary-limit-to-extra)
12848         (gnus-summary-respool-article, gnus-read-move-group-name):
12849         * gnus-score.el (gnus-summary-increase-score):
12850         * gnus-util.el (gnus-completing-read-with-default):
12851         * gnus-art.el (gnus-read-save-file-name)
12852         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
12853         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
12854         * message.el (message-check-news-header-syntax):
12855         Follow convention for reading with the minibuffer.
12856
12857 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
12858
12859         * spam-report.el (spam-report-url-ping-plain):
12860         Use gnus-extended-version as User-Agent.
12861
12862         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
12863         default value is nil.
12864
12865         * mm-uu.el (mm-uu-type-alist): Added slrn style verbatim-marks.
12866         (mm-uu-verbatim-marks-extract): New function.
12867         (mm-uu-extract): New face.
12868         (mm-uu-copy-to-buffer): Use it.
12869
12870         * spam-report.el (spam-report-gmane-ham): Renamed from
12871         `spam-report-gmane-unspam'.
12872         (spam-report-gmane-internal): Renamed from `spam-report-gmane'.
12873         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
12874
12875         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
12876         Autoload.
12877         (spam-report-gmane-unregister-routine): Renamed
12878         `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
12879
12880 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
12881
12882         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
12883         (spam-report-gmane-unregister-routine): Add support for gmane
12884         unregistration.
12885
12886         * spam-report.el (spam-report-gmane-unspam)
12887         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
12888         (spam-report-gmane): Change to take a single article and do unspam
12889         registration.
12890
12891 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12892
12893         * mm-url.el (mm-url-decode-entities): Fix regexp.
12894
12895 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12896
12897         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
12898         default to nil, to be able to use Gnus at all.  If the default
12899         switches to something else, then the function should be fixed not
12900         be exceedingly slow.
12901
12902 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
12903
12904         * gnus-start.el (gnus-activate-group): If the server is nil, don't
12905         fail hard.
12906
12907         * spam-report.el: Add better Keywords line.
12908
12909         * spam.el: Add Maintainer and better Keywords line.
12910
12911 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
12912
12913         * gnus-art.el (gnus-article-replace-part)
12914         (gnus-mime-replace-part): New functions.
12915         (gnus-mime-action-alist, gnus-mime-button-commands)
12916         (gnus-mime-save-part-and-strip): Added file argument.
12917         (gnus-article-part-wrapper): Added interactive argument.
12918
12919         * gnus-sum.el (gnus-summary-mime-map): Add
12920         `gnus-article-replace-part'.
12921
12922 2005-09-19  Didier Verna  <didier@xemacs.org>
12923
12924         The nnml compaction feature:
12925         * nnml.el (nnml-request-compact-group): New function.
12926         * nnml.el (nnml-request-compact): New function.
12927         * gnus-int.el (gnus-request-compact-group): New function.
12928         * gnus-int.el (gnus-request-compact): New function.
12929         * gnus-group.el (gnus-group-compact-group): New function.
12930         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
12931         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
12932         * gnus-srvr.el (gnus-server-compact-server): New function.
12933         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
12934         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
12935
12936 2005-09-18  Deepak Goel  <deego@gnufans.org>
12937
12938         * sieve.el (sieve-help): Fix `message' call: first arg should be a
12939         format spec.
12940
12941 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12942
12943         * gnus.el (gnus-group-startup-message): Bind image-load-path.
12944
12945 2005-09-15  Romain Francoise  <romain@orebokech.com>
12946
12947         * message.el (message-fill-paragraph): Clarify docstring.
12948
12949 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12950
12951         * gnus-art.el (gnus-mime-display-part): Protect against broken
12952         MIME messages.
12953
12954 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12955
12956         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
12957         before parsing header.
12958
12959 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
12960
12961         * html2text.el (html2text-replace-list): Add new entities.
12962
12963 2005-09-11  Romain Francoise  <romain@orebokech.com>
12964
12965         * message.el (message-alternative-emails): Improve docstring.
12966         (message-setup-1): Call `message-use-alternative-email-as-from'
12967         after `message-setup-hook' to give it precedence over posting
12968         styles, etc.
12969         (message-use-alternative-email-as-from): Add docstring.  Remove
12970         the original From header if present.
12971
12972         * nnml.el (nnml-compressed-files-size-threshold): New variable.
12973         (nnml-save-mail): Use it.
12974
12975         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
12976         articles.  Add new argument `silent'.
12977         (gnus-uu-mark-all): Report the total number of marked articles.
12978
12979 2005-09-10  Romain Francoise  <romain@orebokech.com>
12980
12981         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
12982         (gnus-uu-mark-series): Likewise.
12983
12984 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
12985
12986         * spam-report.el (spam-report-gmane): Fix generation of spam
12987         report URL.
12988
12989 2005-09-10  Simon Josefsson  <jas@extundo.com>
12990
12991         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
12992         t, based on discussion on the ding list with Robert Epprecht
12993         <epprecht@solnet.ch>.
12994
12995 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
12996
12997         * spam-report.el (spam-report-gmane): Make it work without
12998         X-Report-Spam header.  Gmane now only provides Archived-At.
12999         This is only used if `spam-report-gmane-use-article-number' is nil.
13000         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13001
13002         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13003         make `gnus-summary-sort-by-recipient' work with threading.
13004
13005         * nnweb.el (nnweb-google-wash-article): Print a message if article
13006         is not available.
13007
13008 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13009
13010         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13011         change.  Decode text/* parts content before displaying.
13012
13013 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13014
13015         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13016
13017 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13018
13019         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13020
13021         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
13022         url-package-name, url-package-version,
13023         w3m-cid-retrieve-function-alist, w3m-current-buffer,
13024         w3m-display-inline-images, and w3m-minor-mode-map.
13025
13026 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13027
13028         * message.el (message-tab-body-function): Fix mismatched custom type.
13029
13030         * gnus.el (gnus-group-change-level-function): Ditto.
13031
13032         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13033
13034         * gnus-art.el (gnus-signature-limit)
13035         (gnus-article-mime-part-function): Ditto.
13036
13037 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13038
13039         * mml.el (mml-mode): Silence the byte compiler.
13040
13041         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13042         using `(sit-for 0)' before moving the point to the specified part;
13043         skip unbuttonized parts.
13044         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13045         return to the summary window if gnus-auto-select-part is non-nil.
13046
13047 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13048
13049         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options): New
13050         variables.
13051         (mml-dnd-attach-file, mml-mode): Use them.
13052
13053         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13054         Make fetching article by MID work again for Google Groups.  Added
13055         FIXME concerning gnus-group-make-web-group.
13056
13057         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13058         Don't depend on Gnus by using mail-extract-address-components if
13059         gnus-extract-address-components is not bound.
13060
13061 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13062
13063         * gnus-art.el (gnus-mime-display-security): Don't display the
13064         signature, but only the signed part.
13065
13066 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13067
13068         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13069
13070         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13071         list, not listp.
13072
13073 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13074
13075         * mm-encode.el (mm-encode-content-transfer-encoding): Likewise
13076         when encoding.
13077
13078         * mm-bodies.el (mm-decode-content-transfer-encoding):
13079         De-canonicalize CRLF for all text content types, not just
13080         text/plain.
13081
13082 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13083
13084         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13085         valid article; point arrow and cursor at the MIME button.
13086
13087 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13088
13089         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13090         Suggested by Dan Christensen <jdc@uwo.ca>.
13091
13092         * mm-decode.el (mm-save-part): Enable change of prompt.
13093
13094 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13095
13096         * gnus-msg.el (gnus-inews-add-send-actions): Made
13097         `message-post-method' lambda parameter ARG `&optional'.
13098
13099 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13100
13101         * gnus-sum.el (gnus-summary-mime-map): Added
13102         gnus-article-save-part-and-strip, gnus-article-delete-part and
13103         gnus-article-jump-to-part.
13104
13105         * gnus-art.el (gnus-article-edit-article): Added quiet argument.
13106         (gnus-article-edit-part): Use it.
13107         (gnus-article-part-wrapper): Added no-handle argument.
13108         (gnus-article-save-part-and-strip, gnus-article-delete-part): New
13109         functions.
13110
13111 2005-08-29  Romain Francoise  <romain@orebokech.com>
13112
13113         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13114         docstring.
13115         (gnus-face-from-file): Likewise.
13116
13117 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13118
13119         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13120         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13121         non-nil.
13122         (gnus-auto-select-part): New variable.
13123         (gnus-article-jump-to-part): New function.
13124         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13125         (gnus-mime-delete-part): Allow selecting specified part after
13126         deleting or stripping parts.
13127         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13128         part if argument is bogus.
13129
13130 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13131
13132         * gnus-art.el (w3m-minor-mode-map):
13133         * gnus-spec.el (gnus-newsrc-file-version):
13134         * gnus-util.el (nnmail-active-file-coding-system)
13135         (gnus-original-article-buffer, gnus-user-agent):
13136         * gnus.el (gnus-ham-process-destinations)
13137         (gnus-parameter-ham-marks-alist)
13138         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13139         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13140         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13141         * mm-decode.el (gnus-current-window-configuration):
13142         * mm-extern.el (gnus-article-mime-handles):
13143         * mm-url.el (url-current-object, url-package-name)
13144         (url-package-version):
13145         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13146         (smime-keys, w3m-cid-retrieve-function-alist)
13147         (w3m-current-buffer, w3m-display-inline-images)
13148         (w3m-minor-mode-map):
13149         * mml-smime.el (gnus-extract-address-components):
13150         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13151         (gnus-newsrc-hashtb, message-default-charset)
13152         (message-deletable-headers, message-options)
13153         (message-posting-charset, message-required-mail-headers)
13154         (message-required-news-headers):
13155         * mml1991.el (mc-pgp-always-sign):
13156         * mml2015.el (mc-pgp-always-sign):
13157         * nnheader.el (nnmail-extra-headers):
13158         * rfc1843.el (gnus-decode-encoded-word-function)
13159         (gnus-decode-header-function, gnus-newsgroup-name):
13160         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13161
13162 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13163
13164         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13165         the end of the date treatments.
13166
13167 2005-08-15  Simon Josefsson  <jas@extundo.com>
13168
13169         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13170         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13171         Capello and Romain Francoise.
13172         (pgg-fetch-key-function): Removed, not used?
13173         (pgg-insert-url-with-w3): Require url, to get
13174         url-insert-file-contents regardless of where it is defined.
13175
13176 2005-08-13  Romain Francoise  <romain@orebokech.com>
13177
13178         * message.el (message-cite-original-1): New function.
13179         (message-cite-original): Use it.
13180         (message-cite-original-without-signature): Ditto.
13181
13182 2005-08-08  Romain Francoise  <romain@orebokech.com>
13183
13184         * message.el (message-yank-empty-prefix): New variable.
13185         (message-indent-citation): Use it.
13186         (message-cite-original-without-signature): Respect X-No-Archive.
13187
13188 2005-08-08  Simon Josefsson  <jas@extundo.com>
13189
13190         * pgg.el: Autoload url-insert-file-contents instead of loading
13191         w3/url.
13192         (pgg-insert-url-with-w3): Don't load url here.
13193
13194 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13195
13196         * message.el (message-kill-to-signature): Don't insert newline at
13197         bol.
13198         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13199
13200 2005-08-06  Romain Francoise  <romain@orebokech.com>
13201
13202         * message.el (message-user-fqdn): Fix typo in docstring.
13203
13204 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13205
13206         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13207
13208         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13209
13210 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13211
13212         * mm-bodies.el (mm-encode-body): Use coding system rather than
13213         charset to encode text.
13214
13215         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13216         number of charsets if utf-8 is available (XEmacs).
13217
13218 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13219
13220         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13221         taken from `gnus-button-mid-or-mail-regexp'.
13222         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13223         (gnus-button-alist): Improve regexp for domain part of the MIDs
13224         for news:localpart@domain buttons.
13225         (gnus-button-ctan-directory-regexp): Update.
13226
13227 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13228
13229         * sieve-manage.el (sieve-manage-interactive-login): Use
13230         make-local-variable rather than make-variable-buffer-local.
13231         (sieve-manage-open): Ditto.
13232         (sieve-manage-authenticate): Ditto.
13233
13234         * mml.el (mml-generate-mime-1): Make the content type default to
13235         text/plain if the filename is not specified.
13236
13237 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13238
13239         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
13240         instead of insert-buffer.
13241
13242         * message.el (message-yank-original): Ditto; set the mark at the
13243         end of the yanked message.
13244
13245 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13246
13247         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
13248         lines to scroll rather than to stop it.
13249
13250         * mml.el (mml-generate-default-type): Add doc string.
13251         (mml-generate-mime-1): Use mm-default-file-encoding or make it
13252         default to application/octet-stream when determining the content
13253         type if it is not specified for the part or the mml contents; add
13254         a comment about mml-generate-default-type.
13255
13256 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
13257
13258         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
13259         make it default to application/octet-stream when determining the
13260         content type if it is not specified for the external contents.
13261
13262 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13263
13264         * rfc2231.el (rfc2231-parse-string): Take care that not only a
13265         segmented parameter but also other parameters might be there.
13266
13267 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13268
13269         * mm-decode.el (mm-display-external): Delete temp file, directory
13270         and buffer immediately if the external process is exited.
13271
13272 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13273
13274         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
13275         fewer lines than that of scroll-margin.
13276         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
13277
13278 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13279
13280         * gnus-art.el (gnus-article-next-page): Revert.
13281         (gnus-article-beginning-of-window): New macro.
13282         (gnus-article-next-page-1): Use it.
13283         (gnus-article-prev-page): Ditto.
13284         (gnus-article-edit-part): Use insert-buffer-substring instead of
13285         insert-buffer.
13286         (gnus-article-edit-exit): Ditto.
13287
13288         * gnus-util.el (gnus-beginning-of-window): Remove.
13289         (gnus-end-of-window): Remove.
13290
13291         * lpath.el: Don't bind header-line-format and scroll-margin.
13292
13293 2005-07-25  Simon Josefsson  <jas@extundo.com>
13294
13295         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
13296         to have the url package without w3.  Reported by Daiki Ueno
13297         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
13298
13299 2005-07-20  Didier Verna  <didier@xemacs.org>
13300
13301         * gnus-diary.el: Remove the description comment (nndiary is now
13302         properly documented in the Gnus manual).
13303         Fix the spelling of "Back End".
13304         * nndiary.el: Ditto.
13305         Fix the copyright notice.
13306
13307 2005-07-18  Romain Francoise  <romain@orebokech.com>
13308
13309         * gnus-sum.el (gnus-summary-to-prefix)
13310         (gnus-summary-newsgroup-prefix): New variables.
13311         (gnus-summary-from-or-to-or-newsgroups): Use them.
13312
13313 2005-07-17  Romain Francoise  <romain@orebokech.com>
13314
13315         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
13316         space as it's generally not especially interesting to the user.
13317
13318 2005-07-16  Romain Francoise  <romain@orebokech.com>
13319
13320         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
13321         nil to avoid prompting and file modification if one of the
13322         messages at the top of the nnfolder file contains a copyright
13323         notice.
13324         Update copyright notice.
13325
13326         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
13327         instead of `current-time-string' as the latter creates a time
13328         string that is not RFC 2822 compliant (it lacks the zone).
13329         Update copyright notice.
13330
13331 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
13332
13333         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
13334         for text/rtf.  Display default in prompt.  Pass default for M-n.
13335
13336         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
13337
13338 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13339
13340         * gnus-msg.el (gnus-button-mailto): Remove
13341         save-selected-window-window hackery because it relies on
13342         save-selected-window internals.
13343
13344 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13345
13346         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
13347         (gnus-article-next-page-1): Use gnus-beginning-of-window.
13348         (gnus-article-prev-page): Ditto.
13349
13350         * gnus-util.el (gnus-beginning-of-window): New function.
13351         (gnus-end-of-window): New function.
13352
13353         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
13354
13355 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13356
13357         * gnus-score.el (gnus-score-edit-all-score): Set
13358         gnus-score-edit-exit-function to gnus-score-edit-done and call
13359         gnus-message.
13360
13361 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13362
13363         * gnus-msg.el (gnus-button-mailto): Remove
13364         save-selected-window-window hackery because it relies on
13365         save-selected-window internals.
13366
13367 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13368
13369         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
13370         add-minor-mode.
13371         (gnus-binary-mode): Ditto.
13372
13373         * gnus-topic.el (gnus-topic-mode): Ditto.
13374
13375 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
13376
13377         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
13378         (gnus-article-prev-page): Take scroll-margin into consideration.
13379
13380 2005-07-04  Lute Kamstra  <lute@gnu.org>
13381
13382         Update FSF's address in GPL notices.
13383
13384 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
13385
13386         * gnus.el (gnus-exit):
13387         * gnus-group.el (gnus-group-icons):
13388         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
13389
13390         * gnus-nocem.el (gnus-nocem):
13391         * message.el (message-various, message-buffers, message-sending)
13392         (message-interface, message-forwarding, message-insertion)
13393         (message-headers, message-news, message-mail):
13394         * pgg-gpg.el (pgg-gpg):
13395         * pgg-parse.el (pgg-parse):
13396         * pgg-pgp.el (pgg-pgp):
13397         * pgg-pgp5.el (pgg-pgp5):
13398         * pop3.el (pop3): Finish `defgroup' description with period.
13399
13400 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13401
13402         * gnus-art.el (article-display-face): Improve the efficiency.
13403         (article-display-x-face): Ditto; remove grey x-face stuff.
13404
13405 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13406
13407         * gnus-art.el (article-display-face): Correct the position in
13408         which Faces are inserted.
13409
13410 2005-06-29  Didier Verna  <didier@xemacs.org>
13411
13412         * gnus-art.el (article-display-face): Display faces in correct
13413         order.
13414
13415 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
13416
13417         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
13418         (gnus-fill-real-hashtb): Use hash table instead of obarray.
13419         (gnus-nocem-check-article): Fetch the Type header.
13420         (gnus-nocem-message-wanted-p): Fix the way to examine types.
13421         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
13422         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
13423         make sure gnus-nocem-hashtb is initialized.
13424         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
13425         (gnus-nocem-unwanted-article-p): Ditto.
13426
13427         * pgg.el (pgg-verify): Return the verification result.
13428
13429 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13430
13431         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
13432         is ascii.
13433
13434 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
13435
13436         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
13437         `show-nonbreak-escape'.
13438
13439 2005-06-23  Lute Kamstra  <lute@gnu.org>
13440
13441         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
13442
13443         * dig.el (dig-mode):
13444         * smime.el (smime-mode): Use gnus-run-mode-hooks.
13445
13446 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
13447
13448         * nnimap.el (nnimap-split-download-body): Fix spellings.
13449
13450 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
13451
13452         * gnus-art.el (gnus-article-encrypt-body):
13453         * gnus-cus.el (gnus-score-customize):
13454         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
13455         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
13456
13457 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
13458
13459         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
13460         header by looking for magic "MII" at the beginnig.
13461
13462 2005-06-16  Miles Bader  <miles@gnu.org>
13463
13464         * gnus-xmas.el (gnus-xmas-group-startup-message):
13465         Use renamed gnus-splash face.
13466
13467         * assistant.el (assistant-field): Remove "-face" suffix from face name.
13468         (assistant-field-face): New backward-compatibility alias for renamed
13469         face.
13470         (assistant-render-text): Use renamed assistant-field face.
13471
13472         * spam.el (spam): Remove "-face" suffix from face name.
13473         (spam-face): New backward-compatibility alias for renamed face.
13474         (spam-face, spam-initialize): Use renamed spam face.
13475
13476         * message.el (message-header-to, message-header-cc)
13477         (message-header-subject, message-header-newsgroups)
13478         (message-header-other, message-header-name)
13479         (message-header-xheader, message-separator, message-cited-text)
13480         (message-mml): Remove "-face" suffix from face names.
13481         (message-header-to-face, message-header-cc-face)
13482         (message-header-subject-face, message-header-newsgroups-face)
13483         (message-header-other-face, message-header-name-face)
13484         (message-header-xheader-face, message-separator-face)
13485         (message-cited-text-face, message-mml-face):
13486         New backward-compatibility aliases for renamed faces.
13487         (message-font-lock-keywords): Use renamed message faces.
13488
13489         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
13490         (sieve-test-commands, sieve-tagged-arguments):
13491         Remove "-face" suffix from face names.
13492         (sieve-control-commands-face, sieve-action-commands-face)
13493         (sieve-test-commands-face, sieve-tagged-arguments-face):
13494         New backward-compatibility aliases for renamed faces.
13495         (sieve-control-commands-face, sieve-action-commands-face)
13496         (sieve-test-commands-face, sieve-tagged-arguments-face):
13497         Use renamed sieve faces.
13498
13499         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
13500         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
13501         (gnus-group-news-3-empty, gnus-group-news-4)
13502         (gnus-group-news-4-empty, gnus-group-news-5)
13503         (gnus-group-news-5-empty, gnus-group-news-6)
13504         (gnus-group-news-6-empty, gnus-group-news-low)
13505         (gnus-group-news-low-empty, gnus-group-mail-1)
13506         (gnus-group-mail-1-empty, gnus-group-mail-2)
13507         (gnus-group-mail-2-empty, gnus-group-mail-3)
13508         (gnus-group-mail-3-empty, gnus-group-mail-low)
13509         (gnus-group-mail-low-empty, gnus-summary-selected)
13510         (gnus-summary-cancelled, gnus-summary-high-ticked)
13511         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
13512         (gnus-summary-high-ancient, gnus-summary-low-ancient)
13513         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
13514         (gnus-summary-low-undownloaded)
13515         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
13516         (gnus-summary-low-unread, gnus-summary-normal-unread)
13517         (gnus-summary-high-read, gnus-summary-low-read)
13518         (gnus-summary-normal-read, gnus-splash):
13519         Remove "-face" suffix from face names.
13520         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
13521         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
13522         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
13523         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
13524         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
13525         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
13526         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
13527         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
13528         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
13529         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
13530         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
13531         (gnus-summary-selected-face, gnus-summary-cancelled-face)
13532         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
13533         (gnus-summary-normal-ticked-face)
13534         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
13535         (gnus-summary-normal-ancient-face)
13536         (gnus-summary-high-undownloaded-face)
13537         (gnus-summary-low-undownloaded-face)
13538         (gnus-summary-normal-undownloaded-face)
13539         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
13540         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
13541         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
13542         (gnus-splash-face):
13543         New backward-compatibility aliases for renamed faces.
13544         (gnus-group-startup-message): Use renamed gnus faces.
13545
13546         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
13547         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
13548         (gnus-server-agent): Remove "-face" suffix from face names.
13549         (gnus-server-agent-face, gnus-server-opened-face)
13550         (gnus-server-closed-face, gnus-server-denied-face)
13551         (gnus-server-offline-face):
13552         New backward-compatibility aliases for renamed faces.
13553         (gnus-server-agent-face, gnus-server-opened-face)
13554         (gnus-server-closed-face, gnus-server-denied-face)
13555         (gnus-server-offline-face): Use renamed gnus faces.
13556
13557         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
13558         Remove "-face" suffix from face names.
13559         (gnus-picon-xbm-face, gnus-picon-face):
13560         New backward-compatibility aliases for renamed faces.
13561
13562         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
13563         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
13564         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
13565         (gnus-cite-11): Remove "-face" suffix from face names.
13566         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
13567         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
13568         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
13569         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
13570         New backward-compatibility aliases for renamed faces.
13571         (gnus-cite-attribution-face, gnus-cite-face-list)
13572         (gnus-article-boring-faces): Use renamed gnus faces.
13573
13574         * gnus-art.el (gnus-signature, gnus-header-from)
13575         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
13576         (gnus-header-content): Remove "-face" suffix from face names.
13577         (gnus-signature-face, gnus-header-from-face)
13578         (gnus-header-subject-face, gnus-header-newsgroups-face)
13579         (gnus-header-name-face, gnus-header-content-face):
13580         New backward-compatibility aliases for renamed faces.
13581         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
13582
13583         * gnus-sum.el (gnus-summary-selected-face)
13584         (gnus-summary-highlight): Use renamed gnus faces.
13585         * gnus-group.el (gnus-group-highlight): Likewise.
13586
13587 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
13588
13589         * gnus-sieve.el (gnus-sieve-article-add-rule):
13590         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
13591         * spam-stat.el (spam-stat-buffer-change-to-spam)
13592         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
13593
13594         * message.el (message-is-yours-p):
13595         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
13596
13597 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13598
13599         * mm-view.el (mm-inline-text): Withdraw the last change.
13600
13601 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13602
13603         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
13604         executing enriched-decode.
13605
13606 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13607
13608         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
13609         charset of tar files.
13610
13611 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
13612
13613         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
13614
13615 2005-06-04  Lute Kamstra  <lute@gnu.org>
13616
13617         * nnfolder.el (nnfolder-read-folder): Make sure that undo
13618         information is never recorded.
13619
13620 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
13621
13622         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
13623
13624 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13625
13626         * pop3.el (pop3-apop): Run md5 in the binary mode.
13627
13628         * starttls.el (starttls-set-process-query-on-exit-flag):
13629         Use eval-and-compile.
13630
13631 2005-05-31  Simon Josefsson  <jas@extundo.com>
13632
13633         * smime.el (smime-replace-in-string): Define.
13634         (smime-cert-by-ldap-1): Use it.
13635
13636 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13637
13638         * gnus-art.el (article-display-x-face): Replace
13639         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13640
13641         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
13642         set-process-query-on-exit-flag or process-kill-without-query.
13643
13644         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
13645         loop instead of replace-regexp.
13646
13647         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
13648         instead of process-kill-without-query if it is available.
13649
13650         * lpath.el: Fbind ldap-search-entries.
13651
13652         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
13653         instead of find-file-hooks if it is available.
13654
13655         * mml1991.el: Bind pgg-default-user-id when compiling.
13656
13657         * mml2015.el: Bind pgg-default-user-id when compiling.
13658
13659         * nndraft.el (nndraft-request-associate-buffer):
13660         Use write-contents-functions instead of write-contents-hooks if it is
13661         available.
13662
13663         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
13664         instead of find-file-hooks if it is available.
13665
13666         * nntp.el (nntp-open-connection): Replace
13667         process-kill-without-query by gnus-set-process-query-on-exit-flag.
13668         (nntp-open-ssl-stream): Ditto.
13669         (nntp-open-tls-stream): Ditto.
13670
13671         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
13672         set-process-query-on-exit-flag or process-kill-without-query.
13673         (starttls-open-stream-gnutls): Use it instead of
13674         process-kill-without-query.
13675         (starttls-open-stream): Ditto.
13676
13677 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
13678
13679         * smime.el (smime-cert-by-ldap-1): Don't use
13680         replace-regexp-in-string.
13681
13682 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
13683
13684         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
13685
13686         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
13687         in PEM format.  Adjust to the XEmacs compability.
13688
13689 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
13690
13691         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
13692         by `string-to-number'.
13693         * gnus-agent.el (gnus-agent-regenerate-group)
13694         (gnus-agent-fetch-articles): Ditto.
13695         * gnus-art.el (gnus-button-fetch-group): Ditto.
13696         * gnus-cache.el (gnus-cache-generate-active)
13697         (gnus-cache-articles-in-group): Ditto.
13698         * gnus-group.el (gnus-group-set-current-level)
13699         (gnus-group-insert-group-line): Ditto.
13700         * gnus-score.el (gnus-score-set-expunge-below)
13701         (gnus-score-set-mark-below, gnus-summary-score-effect)
13702         (gnus-summary-score-entry): Ditto.
13703         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
13704         (gnus-soup-pack): Ditto.
13705         * gnus-spec.el (gnus-xmas-format): Ditto.
13706         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
13707         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
13708         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
13709         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
13710         * nndb.el (nndb-get-remote-expire-response): Ditto.
13711         * nndiary.el (nndiary-parse-schedule-value)
13712         (nndiary-string-to-number, nndiary-request-replace-article)
13713         (nndiary-request-article): Ditto.
13714         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
13715         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
13716         * nneething.el (nneething-make-head): Ditto.
13717         * nnfolder.el (nnfolder-request-article)
13718         (nnfolder-retrieve-headers): Ditto.
13719         * nnheader.el (nnheader-file-to-number): Ditto.
13720         * nnkiboze.el (nnkiboze-request-article): Ditto.
13721         * nnmail.el (nnmail-process-unix-mail-format)
13722         (nnmail-process-babyl-mail-format): Ditto.
13723         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
13724         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
13725         (nnmh-request-create-group, nnmh-request-list-1)
13726         (nnmh-request-group, nnmh-request-article): Ditto.
13727         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
13728         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
13729         * nnsoup.el (nnsoup-make-active): Ditto.
13730         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
13731         * nntp.el (nntp-find-group-and-number)
13732         (nntp-retrieve-headers-with-xover): Ditto.
13733         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
13734         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
13735         (pgg-format-key-identifier): Ditto.
13736         * pop3.el (pop3-last, pop3-stat): Ditto.
13737         * qp.el (quoted-printable-decode-region): Ditto.
13738
13739         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
13740         of concat.
13741
13742 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13743
13744         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
13745
13746         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
13747
13748         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
13749
13750         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
13751
13752         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
13753
13754         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
13755
13756         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
13757         (gnus-carpal-mode): Ditto.
13758
13759         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
13760         (gnus-browse-mode): Ditto.
13761
13762         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
13763
13764         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
13765
13766 2005-05-29  Richard M. Stallman  <rms@gnu.org>
13767
13768         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
13769
13770 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13771
13772         * gnus-util.el (gnus-run-mode-hooks): New function.
13773
13774         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
13775
13776         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
13777         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
13778
13779 2005-05-27  Lute Kamstra  <lute@gnu.org>
13780
13781         * dns-mode.el (dns-mode): Specify customization group.
13782
13783 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
13784
13785         * gnus-agent.el (gnus-agent-make-mode-line-string):
13786         Use mode-line-highlight as mouse-face.
13787
13788 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13789
13790         * canlock.el (canlock): Change the parent group to news.
13791
13792         * deuglify.el (gnus-outlook-deuglify): Add :group.
13793
13794         * dig.el (dig): Add :group.
13795
13796         * dns-mode.el (dns-mode): Add :group.
13797
13798         * encrypt.el (encrypt): Add :group.
13799
13800         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
13801         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
13802         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
13803         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
13804         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
13805
13806         * gnus-diary.el (gnus-diary): Add :group.
13807
13808         * gnus.el (gnus-group-news-1-face): Add :group.
13809         (gnus-group-news-1-empty-face): Ditto.
13810         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
13811         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
13812         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
13813         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
13814         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
13815         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
13816         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
13817         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
13818         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
13819         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
13820         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
13821         (gnus-summary-high-ticked-face): Ditto.
13822         (gnus-summary-low-ticked-face): Ditto.
13823         (gnus-summary-normal-ticked-face): Ditto.
13824         (gnus-summary-high-ancient-face): Ditto.
13825         (gnus-summary-low-ancient-face): Ditto.
13826         (gnus-summary-normal-ancient-face): Ditto.
13827         (gnus-summary-high-undownloaded-face): Ditto.
13828         (gnus-summary-low-undownloaded-face): Ditto.
13829         (gnus-summary-normal-undownloaded-face): Ditto.
13830         (gnus-summary-high-unread-face): Ditto.
13831         (gnus-summary-low-unread-face): Ditto.
13832         (gnus-summary-normal-unread-face): Ditto.
13833         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
13834         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
13835
13836         * hashcash.el (hashcash): New custom group.
13837         (hashcash-default-payment): Add :group.
13838         (hashcash-payment-alist): Ditto.
13839         (hashcash-default-accept-payment): Ditto.
13840         (hashcash-accept-resources): Ditto.
13841         (hashcash-path): Ditto.
13842         (hashcash-extra-generate-parameters): Ditto.
13843         (hashcash-double-spend-database): Ditto.
13844         (hashcash-in-news): Ditto.
13845
13846         * message.el (message-minibuffer-local-map): Add :group.
13847
13848         * netrc.el (netrc): Add :group.
13849
13850         * sieve-manage.el (sieve-manage-log): Add :group.
13851         (sieve-manage-default-user): Diito.
13852         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
13853         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
13854         (sieve-manage-authenticators): Ditto.
13855         (sieve-manage-authenticator-alist): Ditto.
13856         (sieve-manage-default-port): Ditto.
13857
13858         * sieve-mode.el (sieve-control-commands-face): Add :group.
13859         (sieve-action-commands-face): Ditto.
13860         (sieve-test-commands-face): Ditto.
13861         (sieve-tagged-arguments-face): Ditto.
13862
13863         * smime.el (smime): Add :group.
13864
13865         * spam-report.el (spam-report): Add :group.
13866
13867         * spam.el (spam, spam-face): Add :group.
13868
13869 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13870
13871         * nntp.el (nntp-next-result-arrived-p): Some news servers may
13872         return \n.\n.\n at the end of articles.  Protect against that.
13873         (nntp-with-open-group): Allow debugging.
13874
13875         * nnheader.el (mail-header-set-extra): Make into a function
13876         because I just could't understand how to quote the list properly.
13877
13878         * dns.el (query-dns-cached): New function.
13879
13880 2005-05-26  Lute Kamstra  <lute@gnu.org>
13881
13882         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
13883
13884 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
13887
13888         * gnus-art.el: Don't autoload mail-extract-address-components.
13889
13890         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
13891         eval-and-compile to evaluate it.
13892
13893         * hashcash.el: Don't autoload executable-find.
13894
13895         * nndb.el: Don't declare the nndb back end two or more times; don't
13896         autoload news-reply-mode, news-setup, cancel-timer and telnet.
13897
13898         * nntp.el: Autoload format-spec instead of format; use
13899         eval-and-compile to evaluate autoload forms.
13900
13901 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
13902
13903         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
13904
13905 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13906
13907         * gnus.el (gnus-version-number): Bump version.
13908
13909 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
13910
13911         * gnus.el: No Gnus v0.3 is released.
13912
13913 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13914
13915         * lpath.el (featurep): Bind show-nonbreak-escape.
13916
13917 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13918
13919         * gnus-art.el (gnus-article-edit-part): Disable undo.
13920
13921 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13922
13923         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
13924         gnus-article-date-lapsed-new-header is t if date timer is active;
13925         skip headers in which the original date value is empty.
13926         (gnus-article-save-original-date): Redefine it as a macro.
13927         (gnus-display-mime): Use it.
13928
13929 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13930
13931         * gnus-art.el (article-date-ut): Support converting date in
13932         forwarded parts as well.
13933         (gnus-article-save-original-date): New function.
13934         (gnus-display-mime): Use it.
13935
13936 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
13937
13938         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
13939         enclosure element of <item>.
13940
13941 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
13942
13943         * message.el (message-kill-buffer-query): Renamed from
13944         `message-kill-buffer-query-if-modified'.  Added :version.
13945
13946 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13947
13948         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
13949         window layout.
13950
13951 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13952
13953         * mml.el: Autoload dnd when compiling.
13954
13955 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
13956
13957         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
13958         x-dnd-*.
13959
13960 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
13961
13962         * qp.el (quoted-printable-encode-region): Save excursion.
13963
13964 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
13965
13966         * message.el (message-kill-buffer-query-if-modified): Add new variable
13967         so the user can kill a modified message buffer quickly.
13968         (message-kill-buffer): Use it.
13969
13970 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13971
13972         * lpath.el: Fbind display-time-event-handler; don't fbind
13973         string-to-multibyte.
13974
13975         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
13976
13977 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13978
13979         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
13980         contained in text because xml.el decodes entities) with LFs.
13981
13982 2005-04-11  Lute Kamstra  <lute@gnu.org>
13983
13984         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
13985         differently.
13986
13987 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
13988
13989         * mm-util.el (mm-detect-coding-region): Typo.
13990
13991 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
13992
13993         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
13994
13995 2005-04-06  Deepak Goel  <deego@gnufans.org>
13996
13997         * spam-stat.el (spam-stat-score-buffer): Add a call to a
13998         user-function allow user modifications of the scores.
13999         (spam-stat-score-buffer-user): New function, to allow
14000         user-computed modifications to the score.
14001         (spam-stat-score-buffer-user-functions): List of additional
14002         scoring functions.
14003         (spam-stat-error-holder): Global temporary error holder.
14004         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14005         variable.
14006
14007 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14008
14009         * gnus-registry.el (gnus-registry-clean-empty-function)
14010         (gnus-registry-trim, gnus-registry-fetch-groups)
14011         (gnus-registry-delete-group): Groups that match
14012         `gnus-registry-ignored-groups' are removed from the registry
14013         entries, not just ignored for splitting.  This helps clean up the
14014         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14015         to get all the groups a message ID is in.
14016
14017         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14018         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14019         (spam-stat-score-buffer-user-functions): Add :number custom type.
14020
14021 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14022
14023         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14024         argument in XEmacs.
14025
14026         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14027         (nnrss-request-group): Decode group name first.
14028         (nnrss-request-article): Make a text/plain article if mml-to-mime
14029         failed.
14030         (nnrss-get-encoding): Return a compatible encoding according to
14031         nnrss-compatible-encoding-alist.
14032         (nnrss-find-el): Use consp instead of listp.
14033         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14034
14035 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14036
14037         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14038         which Emacs 20 doesn't support.
14039         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14040
14041 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14042
14043         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14044         silence the byte compiler inside the defun.
14045
14046         * gnus-demon.el (parse-time-string): Add autoload.
14047
14048         * gnus-delay.el (parse-time-string): Add autoload.
14049
14050         * gnus-art.el (parse-time-string): Add autoload.
14051
14052         * nnultimate.el (parse-time): Require for `parse-time-string'.
14053
14054 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14055
14056         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14057
14058         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14059
14060         * smime.el (smime-ldap-host-list): Add :version.
14061
14062 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14063
14064         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14065         pass it to `gnus-browse-read-group'.
14066         (gnus-browse-read-group): Add NUMBER argument and pass it to
14067         `gnus-group-read-ephemeral-group'.
14068
14069         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14070         argument and pass it to `gnus-group-read-group'.
14071
14072 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14073
14074         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14075         mm-xemacs-find-mime-charset-1 if we have the mule feature
14076         available at runtime.
14077
14078 2005-03-25  Werner Lemberg  <wl@gnu.org>
14079
14080         * nnmaildir.el: Replace `illegal' with `invalid'.
14081
14082 2005-03-23  Lute Kamstra  <lute@gnu.org>
14083
14084         * time-date.el: Add comment on time value formats.
14085         Don't require parse-time.
14086         (with-decoded-time-value): New macro.
14087         (encode-time-value): New function.
14088         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
14089         (days-to-time): Return a valid time value when arg is huge.
14090         (time-since): Use time-subtract.
14091         (time-to-number-of-days): Use time-to-seconds.
14092
14093 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14094
14095         * gnus-start.el (gnus-display-time-event-handler):
14096         Check display-time-timer at runtime rather than only at load time
14097         in case display-time-mode is turned off in the mean time.
14098
14099 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14100
14101         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14102         used.
14103
14104         * nneething.el (nneething-map-file-directory): Derive from
14105         `gnus-directory'.
14106
14107         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14108         the To/Cc button.
14109
14110 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14111
14112         * nnmaildir.el (nnmaildir-request-accept-article):
14113         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14114
14115 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14116
14117         * gnus-async.el: Require timer-funcs at compile time when in
14118         XEmacs for `run-with-idle-timer'.
14119
14120 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14121
14122         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14123         autoloaded function.
14124
14125 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14126
14127         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14128
14129 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14130
14131         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14132
14133 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14134
14135         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Add
14136         gnus-expert-user to default.
14137
14138 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14139
14140         * nnimap.el (nnimap-open-server): Ditto.
14141
14142         * imap.el (imap-authenticate): Fix typo.
14143
14144 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14145
14146         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14147         buffer (since IMAP server might return FETCH response out of
14148         order, and the nntp buffer must be sorted).
14149
14150 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14151
14152         * gnus-start.el (gnus-convert-old-newsrc): Fixed numeric
14153         comparison on string.
14154
14155         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14156         (gnus-agent-score): Renamed category keywords to match gnus-cus.
14157         (gnus-agent-summary-fetch-series): Modified to protect against
14158         gnus-agent-summary-fetch-group clearing processable flags.
14159         (gnus-agent-synchronize-group-flags): Update live group buffer as
14160         synchronization may occur due to the user toggle the plugged
14161         status.
14162         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14163         successfully downloaded.
14164         (gnus-agent-expire-group-1): Avoid using markers when the overview
14165         is in ascending order; greatly improves performance.
14166         (gnus-agent-regenerate-group): Use
14167         gnus-agent-synchronize-group-flags to reset read status in both
14168         gnus and server.
14169         (gnus-agent-update-files-total-fetched-for): Fixed initial size.
14170
14171 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14172
14173         * message.el: Don't autoload former message-utils variables.
14174         (message-strip-subject-trailing-was): Change doc string.
14175
14176         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14177         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14178         (nnweb-google-search): Add "hl=en" here.
14179         (nnweb-google-parse-1, nnweb-google-create-mapping):
14180         Don't hardcode URL.
14181
14182 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14183
14184         * message.el (message-get-reply-headers, message-followup):
14185         Mention related variables `message-use-followup-to' and
14186         `message-use-mail-followup-to', in the information buffer.
14187
14188         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14189         of broken groups(-beta).google.com.
14190
14191 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14192
14193         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14194         parameter to invoked gnus-request-move-article; remove the
14195         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14196         all at once instead of once per article.
14197         (gnus-summary-remove-process-mark): Accept a list of articles as
14198         well as a single article for processing.
14199
14200         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14201         parameter.
14202
14203         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14204
14205         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14206
14207         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14208         parameter.
14209
14210         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14211         parameter.
14212
14213         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14214         parameter and remove the gnus-sum-hint-move-is-internal variable.
14215
14216         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14217         parameter.
14218
14219         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14220         parameter.
14221
14222         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14223         parameter.
14224
14225         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14226
14227         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14228         parameter.
14229
14230         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14231         parameter.
14232
14233 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14234
14235         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14236         a more conservative way.
14237
14238 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14239
14240         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14241         buffer, so it moves the window's cursor.
14242
14243 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14244
14245         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14246         `mm-dissect-multipart' and receive the from field as an (optional)
14247         argument from `mm-dissect-multipart'.
14248         (mm-dissect-multipart): Receive the from field as an argument and
14249         pass it on when we call `mm-dissect-buffer' on MIME parts.
14250         Fixes verification/decryption of signed/encrypted MIME parts.
14251
14252 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14253
14254         * gnus-sum.el (gnus-summary-move-article): Set
14255         gnus-sum-hint-move-is-internal for gnus-request-move-article and
14256         whatever it calls (right now, only nnimap-request-move article
14257         respects it).
14258
14259         * nnimap.el (nnimap-request-move-article): When
14260         gnus-sum-hint-move-is-internal is set, don't do the extra
14261         nnimap-request-article.
14262
14263 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14264
14265         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14266
14267         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14268         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
14269
14270         * gnus-sum.el (gnus-summary-caesar-message):
14271         Apply `gnus-treat-article' after rotation.
14272
14273         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
14274         doc string.
14275
14276 2005-02-22  Simon Josefsson  <jas@extundo.com>
14277
14278         * encrypt.el (encrypt-password-cache-expiry): Remove (use
14279         `password-cache-expiry' instead).  Reported by Arne Jørgensen
14280         <arne@arnested.dk>.
14281         (encrypt): Add password-cache and password-cache-expiry as group
14282         members.
14283
14284 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
14285
14286         * smime.el (smime-ldap-host-list): Doc fix.
14287         (smime-ask-passphrase): Use `password-read-and-add' to read (and
14288         cache) password.
14289         (smime-sign-region): Use it.
14290         (smime-decrypt-region): Use it.
14291         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
14292         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
14293         fails.
14294         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
14295         certificate from DER to PEM format rather than calling openssl.
14296
14297         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
14298
14299         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
14300         for signing/encryption.
14301
14302         * mml.el (mml-parse-1): Use them.
14303
14304 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
14305
14306         * nnrss.el (nnrss-verbose): Removed.
14307         (nnrss-request-group): Use `nnheader-message' instead.
14308
14309 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
14310
14311         * nnrss.el (nnrss-verbose): New variable.
14312         (nnrss-request-group): Make it say nnrss is requesting a group.
14313
14314 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
14315
14316         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
14317         Handle news URL with given port correctly.
14318
14319 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14320
14321         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
14322         containing special characters.
14323
14324         * gnus-sum.el (gnus-summary-edit-article): Ditto.
14325
14326         * mml.el (mime-to-mml): Ditto.
14327
14328         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
14329         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
14330         (rfc2047-decode-region): Quote decoded words containing special
14331         characters when rfc2047-quote-decoded-words-containing-tspecials
14332         is non-nil.
14333
14334 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
14335
14336         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
14337
14338         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
14339
14340 2005-02-15  Simon Josefsson  <jas@extundo.com>
14341
14342         * nnimap.el (nnimap-debug): Doc fix.
14343
14344         * imap.el (imap-debug): Doc fix.
14345
14346 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14347
14348         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
14349
14350 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
14351
14352         * gnus.el (spam-contents): Improve docs for spam-contents
14353         parameter in its variable incarnation.
14354
14355 2005-02-14  Simon Josefsson  <jas@extundo.com>
14356
14357         * smime-ldap.el: Use require instead of load-library for ldap.
14358         (smime-ldap-search): Indent.
14359         (smime-ldap-search-internal): Shorten line.
14360
14361         * smime.el (smime-cert-by-dns): Add doc-string.
14362         (smime-cert-by-ldap-1): Indent.
14363
14364         * mml-smime.el (mml-smime-get-ldap-cert): Renamed from
14365         mml-smime-get-dns-ldap.
14366         (mml-smime-encrypt-query): Use new function.  Default to ldap.
14367
14368 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
14369
14370         * smime.el: Require smime-ldap.
14371         (smime-ldap-host-list): New variable.
14372         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
14373
14374         * mml-smime.el (mml-smime-encrypt-query): New function.
14375         (mml-smime-encrypt-query): Use it.
14376
14377         * smime-ldap.el: New file.
14378
14379 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14380
14381         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
14382
14383 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
14384
14385         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
14386         argument in doc string.  Make query for type more clear.
14387
14388 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
14389
14390         * gnus.el (gnus-group-startup-message): Search for gnus images in
14391         etc/images/gnus.
14392         * mm-util.el (mm-image-load-path): Likewise.
14393         * smiley.el (smiley-data-directory): Search for smilies in
14394         etc/images/smilies.
14395
14396 2005-02-09  Kim F. Storm  <storm@cua.dk>
14397
14398         Change Emacs release version from 21.4 to 22.1 throughout.
14399         Change Emacs development version from 21.3.50 to 22.0.50.
14400
14401 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14402
14403         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
14404
14405         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
14406         non-Mule XEmacs as well.
14407         (mm-decompress-buffer): Signal an error intentionally if it does
14408         not decompress compressed data because auto-compression-mode is
14409         disabled.
14410
14411 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
14412
14413         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
14414         an ID in the registry even if it has no groups.
14415
14416 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14417
14418         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
14419         merge it into mm-decompress-buffer.
14420         (gnus-mime-copy-part): Use the MIME part charset, the value which
14421         a user specified or gnus-newsgroup-charset for decoding, like
14422         gnus-mime-inline-part does; set buffer-file-coding-system to tell
14423         save-buffer what was used.  Suggested by Kevin Ryde
14424         <user42@zip.com.au>.
14425         (gnus-mime-inline-part): Allow the name parameter as well as the
14426         filename parameter; force decompressing of compressed data; always
14427         display contents being not decoded as unibyte.
14428
14429         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
14430         as well as the filename parameter.
14431
14432         * mm-util.el (mm-decompress-buffer): Merge
14433         gnus-mime-jka-compr-maybe-uncompress.
14434         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
14435         of compressed data.
14436
14437 2005-02-08  Simon Josefsson  <jas@extundo.com>
14438
14439         * imap.el (imap-log): Doc fix.
14440
14441 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14442
14443         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
14444         the coding cookies; decompress compressed parts.
14445
14446         * mml.el (mml-generate-mime-1): Add the charset parameter according
14447         to the value which a user specified manually or the coding cookie.
14448
14449         * mm-util.el (mm-string-to-multibyte): New function.
14450         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
14451         (mm-coding-system-to-mime-charset): New function.
14452         (mm-decompress-buffer): New function.
14453         (mm-find-buffer-file-coding-system): New function.
14454
14455         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
14456         (mm-display-inline-fontify): Rewrite for decoding and decompressing
14457         parts.
14458
14459 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14460
14461         * mm-view.el (mm-display-inline-fontify): Decode a part according
14462         to the charset parameter.
14463
14464 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
14465
14466         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
14467         prefix arg is neither nil nor a number, as info specifies.
14468
14469 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14470
14471         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
14472         timestamps.
14473
14474 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
14475
14476         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
14477         groups error checking and notify user.
14478
14479 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
14480
14481         * message.el (message-send-mail-function): Check existence of
14482         sendmail-program first before using default value
14483         `message-send-mail-with-sendmail'.  Otherwise use more generic
14484         `smtpmail-send-it'.
14485
14486 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14487
14488         * nntp.el (nntp-request-update-info): Always return nil.
14489
14490 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14491
14492         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
14493
14494 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
14495
14496         * message.el (message-beginning-of-line): Change the behavior when
14497         invoked between BOL and : so that it first moves backward.
14498
14499 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14500
14501         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
14502         article buffer when editing of the article is discarded.
14503         (gnus-article-prepare): Revert.
14504
14505 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14506
14507         * gnus-art.el (gnus-article-prepare):
14508         Remove message-strip-forbidden-properties from the local hook.
14509
14510 2005-01-27  Simon Josefsson  <jas@extundo.com>
14511
14512         * password.el (password-cache-add): Only start one timer per key.
14513         Reported by Derek Atkins <warlord@MIT.EDU>.
14514
14515 2005-01-26  Steve Youngs  <steve@sxemacs.org>
14516
14517         * run-at-time.el: Removed.  It is no longer needed as
14518         timer-funcs.el in the xemacs-base package has a working version of
14519         `run-at-time'.
14520
14521         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
14522
14523         * password.el: Require timer-funcs instead of run-at-time in
14524         XEmacs.
14525         Remove `password-run-at-time' macro.
14526         (password-cache-add): Use `run-at-time' instead of
14527         `password-run-at-time'.
14528
14529         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
14530         Remove `nnheader-cancel-function-timers' alias,
14531         `cancel-function-timers' exists in XEmacs in timer-funcs.
14532
14533         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
14534         for `run-with-idle-timer'.
14535
14536         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
14537         for `run-at-time'.
14538
14539         * mm-url.el: Require timer-funcs at compile time when in XEmacs
14540         for `with-timeout'.
14541
14542         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
14543         the same as for XEmacs 21.4.
14544         No need to ignore `run-with-idle-timer', this function exists in
14545         XEmacs now in timer-funcs.el in the xemacs-base package.
14546         (dgnushack-compile): No need to delete
14547         run-at-time.el from the list of files to compile because it
14548         doesn't exist anymore.
14549
14550 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14551
14552         * mml.el (mml-generate-mime-1): Convert string into unibyte when
14553         inserting " *mml*" buffer's contents into a unibyte temp buffer.
14554
14555 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
14556
14557         * mail-source.el (mail-source-fetch-imap): Search for ^From case
14558         sensitively.
14559
14560 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
14561
14562         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
14563
14564 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14565
14566         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
14567         which will be inserted according to the multibyteness of a buffer
14568         rather than the type of contents.  Suggested by ARISAWA Akihiro
14569         <ari@mbf.ocn.ne.jp>.
14570
14571         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
14572         of string which old xml.el may return rather than a string.
14573
14574 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14575
14576         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
14577
14578 2005-01-16  Simon Josefsson  <jas@extundo.com>
14579
14580         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
14581         idn/idna.el isn't available.
14582         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
14583         <michael@waxrat.com>.
14584
14585         * hashcash.el: Remove non-FSF copyright header.
14586
14587         * hashcash.el (hashcash-extra-generate-parameters): New variable.
14588         (hashcash-generate-payment): Use it.
14589         (hashcash-generate-payment-async): Use it.
14590
14591 2005-01-15  Simon Josefsson  <jas@extundo.com>
14592
14593         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
14594         Suggested by Raymond Scholz <ray-2005@zonix.de>.
14595
14596         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
14597         gnus-summary-idna-message.
14598         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
14599         (gnus-summary-idna-message): New function.
14600
14601 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
14602
14603         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
14604         gnus-novice-user.
14605
14606 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14607
14608         * nnrss.el (nnrss-request-delete-group): Delete entries in
14609         nnrss-group-alist as well.
14610         (nnrss-save-server-data): Insert newline.
14611
14612 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
14613
14614         * gnus.el (gnus-user-agent): Use list of symbols instead of
14615         symbols.  Display full version number for (S)XEmacs.  Optionally
14616         display (S)XEmacs codename.
14617
14618         * gnus-util.el (gnus-emacs-version): Update for new
14619         `gnus-user-agent'.
14620
14621         * gnus-msg.el (gnus-extended-version): Make it possible to omit
14622         Gnus version.
14623
14624 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14625
14626         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
14627         which is unreadable in some setups.
14628
14629 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14630
14631         * gnus-spec.el (gnus-update-format-specifications): Flush the
14632         group format spec cache if it doesn't support decoded group names.
14633
14634 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
14635
14636         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
14637         Allow to apply decay on score files matching a regexp.
14638
14639 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14640
14641         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
14642         compatibility in %g and %c.
14643
14644 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14645
14646         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
14647         name for only %g and %c.
14648         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
14649         of gnus-tmp-group to decoded group name.
14650         (gnus-group-make-rss-group): Exclude `/'s from group names.
14651
14652 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14653
14654         * nnrss.el (nnrss-get-encoding): Fix regexp.
14655
14656 2004-12-27  Simon Josefsson  <jas@extundo.com>
14657
14658         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
14659         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
14660         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
14661
14662 2004-12-17  Kim F. Storm  <storm@cua.dk>
14663
14664         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
14665
14666         * gnus-sum.el (gnus-summary-mode-map): Likewise.
14667
14668 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14669
14670         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
14671
14672 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14673
14674         * nnrss.el: Require rfc2047 and mml.
14675         (nnrss-file-coding-system): New variable.
14676         (nnrss-format-string): Redefine it as an inline function.
14677         (nnrss-decode-group-name): New function.
14678         (nnrss-string-as-multibyte): Remove.
14679         (nnrss-retrieve-headers): Decode group name; don't use
14680         nnrss-format-string.
14681         (nnrss-request-group): Decode group name.
14682         (nnrss-request-article): Decode group name; allow a Message-ID as
14683         well as an article number; don't use nnrss-format-string; encode a
14684         Message-ID string which may contain non-ASCII characters; use
14685         mml-to-mime to compose a MIME article.
14686         (nnrss-request-expire-articles): Decode group name.
14687         (nnrss-request-delete-group): Decode group name.
14688         (nnrss-fetch): Clarify error message.
14689         (nnrss-read-server-data): Use insert-file-contents instead of load;
14690         bind file-name-coding-system; use multibyte buffer.
14691         (nnrss-save-server-data): Bind coding-system-for-write to the
14692         value of nnrss-file-coding-system; bind file-name-coding-system;
14693         add coding cookie.
14694         (nnrss-read-group-data): Use insert-file-contents instead of load;
14695         bind file-name-coding-system; use multibyte buffer.
14696         (nnrss-save-group-data): Bind coding-system-for-write to the
14697         value of nnrss-file-coding-system; bind file-name-coding-system.
14698         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
14699         make it work with non-ASCII text.
14700         (nnrss-find-el): Make it work with old xml.el as well.
14701
14702 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
14703
14704         * nnrss.el (nnrss-get-encoding): New function.
14705         (nnrss-fetch): Use unibyte buffer initially; bind
14706         coding-system-for-read while performing mm-url-insert; remove ^Ms;
14707         decode contents according to the encoding attribute.
14708         (nnrss-save-group-data): Add coding cookie.
14709         (nnrss-mime-encode-string): New function.
14710         (nnrss-check-group): Use it to encode subject and author.
14711
14712 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
14713
14714         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
14715         imaginary variable.
14716
14717 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14718
14719         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
14720         correctly even if there are wide characters.
14721
14722 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
14723
14724         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
14725         downcased symbol names; make a new cache instead of reusing
14726         bbdb-hashtable.
14727
14728 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14729
14730         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
14731         concatenating segments rather than before concatenating them.
14732         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14733
14734         * message.el (message-get-reply-headers): Bind `extra'.
14735
14736 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14737
14738         * message.el (message-extra-wide-headers): New variable.
14739         (message-get-reply-headers): Use it.
14740
14741 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14742
14743         * gnus-agent.el (gnus-agent-group-path): Decode group name.
14744         (gnus-agent-group-pathname): Ditto.
14745
14746         * gnus-cache.el (gnus-cache-file-name): Decode group name.
14747
14748         * gnus-group.el (gnus-group-make-group): Decode group name.
14749         (gnus-group-make-rss-group): Register the group data after opening
14750         the nnrss group.
14751
14752 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
14753
14754         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
14755         by expiry now get marked as read.
14756
14757 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14758
14759         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
14760
14761 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
14762
14763         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
14764         unify Latin characters in XEmacs.
14765         (mm-find-mime-charset-region): Use it.
14766
14767 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14768
14769         * gnus-util.el (gnus-delete-directory): New function.
14770
14771         * gnus-agent.el (gnus-agent-delete-group): Use it.
14772
14773         * gnus-cache.el (gnus-cache-delete-group): Use it.
14774
14775 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14776
14777         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
14778         names.
14779
14780 2004-12-16  Simon Josefsson  <jas@extundo.com>
14781
14782         * hashcash.el (hashcash-payment-alist): Fix custom :type.
14783
14784 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14785
14786         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
14787
14788         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
14789         (gnus-group-set-current-level): Decode group name.
14790
14791 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
14792
14793         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
14794         failed.
14795
14796 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14797
14798         * gnus-group.el (gnus-group-delete-group): Decode group name.
14799         (gnus-group-make-rss-group): Encode group name.
14800         (gnus-group-catchup-current): Decode group name.
14801         (gnus-group-kill-group): Decode group name.
14802
14803 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
14804
14805         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
14806
14807 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14808
14809         * gnus-group.el (gnus-group-make-rss-group):
14810         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
14811
14812         * gnus-start.el (gnus-setup-news): Honor user's setting to
14813         gnus-message-archive-method.  Suggested by Lute Kamstra
14814         <lute@gnu.org>.
14815
14816 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
14817
14818         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
14819         global counterparts of the buffer-local variables.
14820
14821 2004-11-16  Romain Francoise  <romain@orebokech.com>
14822
14823         * gnus-sum.el (gnus-summary-exit): Don't clear the global
14824         counterparts of the buffer-local variables.
14825
14826 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14827
14828         * message.el (message-forbidden-properties): Fixed typo in doc
14829         string.
14830
14831 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
14832
14833         * gnus-util.el (gnus-replace-in-string): Added doc string.
14834
14835         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
14836         to avoid problems when splitting mails with many recipients.
14837
14838 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14839
14840         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
14841         pop-to-buffer, covered by the subsequent gnus-configure-windows.
14842
14843 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
14844
14845         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
14846         if there is no hashtable in memory or file modification time is
14847         newer than cached timestamp.
14848
14849 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
14850
14851         * gnus-sum.el (gnus-summary-limit-to-recipient): Implement
14852         not-matching option.
14853
14854 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
14855
14856         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
14857         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
14858         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
14859         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
14860         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
14861         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
14862
14863 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14864
14865         * message.el (message-forward-make-body-mml): Remove headers
14866         according to message-forward-ignored-headers if a message is decoded.
14867
14868 2004-12-02  Romain Francoise  <romain@orebokech.com>
14869
14870         * message.el (message-forward-make-body-plain): Always remove
14871         headers according to message-forward-ignored-headers.
14872
14873 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
14874
14875         * spam.el (spam-summary-prepare-exit): Remove the
14876         gnus-summary-limit pop for now, it has problems with ham marks for
14877         me.
14878
14879 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
14880
14881         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
14882         correctly.
14883
14884 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
14885
14886         * format-spec.el (format-spec): Message the char.
14887
14888 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
14889
14890         * gnus-art.el (gnus-split-methods): Reformat comments.
14891
14892         * spam.el (spam-summary-prepare-exit): Remove article limits
14893         before exiting the summary buffer.
14894
14895 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14896
14897         * lpath.el: Remove bbdb-create-internal, bbdb-records,
14898         spam-BBDB-register-routine and spam-enter-ham-BBDB.
14899
14900         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
14901         order to silence the byte compiler.
14902
14903         * spam.el: Fix the way to silence the byte compiler, which
14904         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
14905         bbdb-search-simple, spam-BBDB-register-routine,
14906         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
14907         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
14908         spam-stat-buffer-is-spam, spam-stat-load,
14909         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
14910         spam-stat-save and spam-stat-split-fancy.
14911
14912 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14913
14914         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
14915         which may confuse users.
14916         (canlock-password-for-verify): Ditto.
14917
14918         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
14919
14920         * gnus-art.el (gnus-emphasis-alist): Ditto.
14921
14922         * gnus-registry.el (gnus-registry-max-entries): Ditto.
14923
14924         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
14925
14926         * gnus-start.el (gnus-save-killed-list): Ditto.
14927
14928         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
14929         (gnus-sum-thread-tree-root): Ditto.
14930         (gnus-sum-thread-tree-false-root): Ditto.
14931         (gnus-sum-thread-tree-single-indent): Ditto.
14932
14933         * message.el (message-courtesy-message): Ditto.
14934         (message-archive-note): Ditto.
14935         (message-subscribed-address-file): Ditto.
14936         (message-user-fqdn): Ditto.
14937
14938         * spam-report.el (spam-report-gmane-regex): Ditto.
14939
14940         * spam.el (spam-blackhole-good-server-regex): Ditto.
14941
14942 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14943
14944         * mml.el (mml-preview): Widen the message buffer before copying
14945         the contents to the preview buffer; sort headers before previewing.
14946
14947         * message.el (message-hidden-headers): Fix the way to avoid a bug
14948         in the `repeat' widget in Emacs 21.3 or earlier.
14949
14950 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14951
14952         * message.el (message-hidden-headers): Default to "^References:".
14953         Improve customization type.  Suggested by Reiner Steib
14954         <Reiner.Steib@gmx.de>.
14955
14956 2004-11-25  Romain Francoise  <romain@orebokech.com>
14957
14958         * message.el (message-strip-forbidden-properties): Remove check for
14959         obsolete `message-hidden' text property, hidden headers are not
14960         accessible in the buffer anymore.
14961
14962 2004-11-22  Romain Francoise  <romain@orebokech.com>
14963
14964         * message.el (message-header-format-alist): Add `From' in list
14965         so that it can be sorted.
14966         (message-fix-before-sending): Widen and sort headers before
14967         sending.
14968         (message-hide-headers): Use narrowing to hide headers by moving
14969         them to the top of the buffer and narrowing to the region
14970         underneath.
14971
14972 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14973
14974         * message.el (message-strip-forbidden-properties): Bind
14975         buffer-read-only (etc) to nil.
14976
14977 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14978
14979         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
14980         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
14981
14982 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
14983
14984         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
14985
14986 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14987
14988         * dns.el (query-dns): Use sit-for to time instead of
14989         accept-process-output, since that doesn't seem to work on udp
14990         sockets.
14991
14992 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14993
14994         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
14995
14996 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
14997
14998         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
14999         doc string.  Improve doc string.
15000
15001 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15002
15003         * nntp.el (nntp-request-update-info): Return nil if
15004         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15005         may not call gnus-activate-group which uselessly issues the GROUP
15006         commands for all nntp groups and wastes time.  Reported by Romain
15007         Francoise <romain@orebokech.com>.
15008
15009         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15010
15011 2004-11-15  Simon Josefsson  <jas@extundo.com>
15012
15013         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15014         headers separately.
15015         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15016         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15017
15018 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15019
15020         * gnus-start.el (gnus-convert-old-newsrc):
15021         Assign legacy-gnus-agent to 5.10.7.
15022
15023 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15024
15025         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15026         start of the lines.
15027
15028 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15029
15030         * hashcash.el (hashcash-default-payment): Change default to 20.
15031         (hashcash-default-accept-payment): Change default to 20.
15032         (hashcash-process-alist): New variable.
15033         (hashcash-generate-payment-async): Add.
15034         (hashcash-already-paid-p): Add.
15035         (hashcash-insert-payment): Don't generate payments twice.
15036         (hashcash-insert-payment-async): Add.
15037         (hashcash-insert-payment-async-2): Add.
15038         (hashcash-cancel-async): Add.
15039         (hashcash-wait-async): Add.
15040         (hashcash-processes-running-p): Add.
15041         (hashcash-wait-or-cancel): Add.
15042         (mail-add-payment): New optional argument.  Conditionally start
15043         asynchronous calculation.
15044         (mail-add-payment-async): Add.
15045
15046         * message.el (message-send-mail): Wait for asynchronous hashcash
15047         results.  Don't clobber existing X-Hashcash headers.
15048         (message-setup-1): Call mail-add-payment-async when
15049         message-generate-hashcash is non-nil.
15050
15051 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15052
15053         * message.el (message-use-alternative-email-as-from): Examine the
15054         From header as well; use message-make-from in order to include a
15055         user's full name.
15056
15057 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15058
15059         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15060         default; improve customization type.
15061         (gnus-emphasis-custom-with-format): New macro.
15062         (gnus-emphasis-custom-value-to-external): New function.
15063         (gnus-emphasis-custom-value-to-internal): New function.
15064
15065 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15066
15067         * dns.el (query-dns): Resolve reverse addresses.
15068
15069 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15070
15071         * gnus-group.el (gnus-group-get-new-news): Use it.
15072
15073         * gnus-start.el (gnus-check-reasonable-setup): New function.
15074
15075 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15076
15077         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15078         "Args out of range" error.  Reported by Arnaud Giersch
15079         <arnaud.giersch@free.fr>.
15080
15081 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15082
15083         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15084
15085 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15086
15087         * spam.el (spam group): Add :version.
15088
15089         * pgg-def.el (pgg group): Add :version.
15090
15091 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15092
15093         * gnus-art.el (gnus-article-edit-article): Don't associate the
15094         article buffer with a draft file.  This is a temporary measure
15095         against the 2004-08-22 change to gnus-article-edit-mode.
15096
15097 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15098
15099         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15100         (html2text-format-tags): Remove unused variable `attr'.
15101
15102 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15103
15104         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15105
15106         * tls.el (tls-process-connection-type, tls-success)
15107         (tls-certtool-program): Add :version.
15108
15109         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
15110         (starttls-extra-arguments, starttls-process-connection-type)
15111         (starttls-connect, starttls-failure, starttls-success): Add :version.
15112
15113         * spam-stat.el (spam-stat): Add :version.
15114
15115         * sieve.el (sieve): Add :version.
15116
15117         * sha1.el (sha1): Add :version.
15118         (sha1-use-external): Remove redundant version.
15119
15120         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15121         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15122         (nnmail-split-fancy-match-partial-words)
15123         (nnmail-split-lowercase-expanded): Add :version.
15124
15125         * nndiary.el (nndiary): Add :version.
15126
15127         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15128
15129         * mml-sec.el (mml-default-sign-method)
15130         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15131         Add :version.
15132
15133         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15134
15135         * mm-url.el (mm-url-use-external, mm-url-program)
15136         (mm-url-arguments): Add :version.
15137
15138         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15139         (mm-attachment-file-modes, mm-decrypt-option)
15140         (mm-w3m-safe-url-regexp): Add :version.
15141
15142         * message.el (message-cite-prefix-regexp)
15143         (message-sendmail-envelope-from, message-minibuffer-local-map)
15144         (message-user-fqdn, message-completion-alist): Add :version.
15145
15146         * gnus-win.el (gnus-configure-windows-hook)
15147         (gnus-use-frames-on-any-display): Add :version.
15148
15149         * gnus-art.el (gnus-article-address-banner-alist)
15150         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15151         (gnus-treat-from-picon, gnus-treat-mail-picon)
15152         (gnus-treat-x-pgp-sig): Add :version.
15153
15154         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15155         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15156         (gnus-summary-article-delete-hook)
15157         (gnus-summary-display-while-building): Add :version.
15158
15159         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15160         (gnus-get-top-new-news-hook): Add :version.
15161
15162         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15163         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15164
15165         * gnus-registry.el (gnus-registry): Add :version.
15166
15167         * gnus-spec.el (gnus-use-correct-string-widths)
15168         (gnus-make-format-preserve-properties): Add :version.
15169
15170         * gnus.el (gnus-group-charter-alist)
15171         (gnus-group-fetch-control-use-browse-url)
15172         (gnus-install-group-spam-parameters): Add :version.
15173
15174         * gnus-diary.el (gnus-diary): Add :version.
15175
15176         * gnus-delay.el (gnus-delay): Add :version.
15177
15178         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15179         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15180         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15181         Add :version.
15182
15183         * gnus-agent.el (gnus-agent-max-fetch-size)
15184         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15185         (gnus-agent-prompt-send-queue): Add :version.
15186
15187         * deuglify.el (gnus-outlook-deuglify): Add :version.
15188
15189         * html2text.el: Beautify code.  Improve doc strings.  Some
15190         checkdoc cleanup.
15191         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15192
15193 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15194
15195         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15196
15197 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15198
15199         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15200         when package is loaded.
15201
15202         * spam.el (spam-summary-score-preferred-header): Add global preference
15203         for people who want to override the default SpamAssassin over
15204         Bogofilter preference (when both are set).
15205         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15206         (spam-user-format-function-S): Check
15207         spam-summary-score-preferred-header.
15208         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15209         (spam-user-format-function-S): Format the score correctly.
15210
15211 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15212
15213         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15214         signature file.  Suggested by Manoj Srivastava
15215         <srivasta@golden-gryphon.com>.
15216
15217         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15218         iso-2022-jp even in the Japanese language environment.
15219         Suggested by Jason Rumney <jasonr@gnu.org>.
15220
15221 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15222
15223         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15224         use the same characters as the dummy marks; make it free from
15225         getting affected by the language environment.
15226         (gnus-summary-read-group-1): Update mark positions only when the
15227         format spec is updated.
15228
15229         * gnus-spec.el (gnus-update-format-specifications): Return a list
15230         of updated types.
15231
15232 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15233
15234         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15235         of boundp to check if display-warning is available.
15236
15237 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15238
15239         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15240
15241 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15242
15243         * nnspool.el (nnspool-spool-directory): Use news-path if the
15244         news-directory variable is not bound.
15245
15246         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15247         function instead of display-warning if it is not available.
15248
15249 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15250
15251         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15252         v5-10: Use `point-at-bol'.
15253
15254 2004-10-26  Simon Josefsson  <jas@extundo.com>
15255
15256         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15257         <chenggao@gmail.com>.
15258
15259 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15260
15261         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15262         instead.
15263
15264 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15265
15266         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15267         to remove a server from the nnimap-server-buffer-alist.
15268         (nnimap-open-connection, nnimap-close-server): Use it.
15269
15270         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15271
15272 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15273
15274         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15275         running the major-mode function.
15276
15277 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15278
15279         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15280         dummy marks in the right way.
15281
15282 2004-10-18  David Edmondson  <dme@dme.org>
15283
15284         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15285         excessively.
15286
15287 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15288
15289         * gnus-util.el (gnus-split-references): Accept a nil references
15290         string and go on blissfully.
15291
15292         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15293         cases where the references string is non-nil but has no references.
15294
15295         * encrypt.el: Add autoload tags.
15296
15297         * spam.el (spam-resolve-registrations-routine): Remove article
15298         from unregistration list too.  Reported by David Hanak
15299         <dhanak@isis.vanderbilt.edu>
15300
15301 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
15302
15303         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
15304         nil.  Changed custom type.
15305
15306 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
15307
15308         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
15309
15310         * gnus-sum.el (gnus-summary-move-article): Use it.
15311
15312 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
15313
15314         * encrypt.el: Add autoload cookies.
15315
15316         * spam.el (spam-backend-article-list-property)
15317         (spam-backend-get-article-todo-list)
15318         (spam-backend-put-article-todo-list)
15319         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
15320         Resolve registrations separately.
15321         (spam-register-routine): Format comments.
15322         (spam-unregister-routine, spam-register-routine): Always call with
15323         specific-articles, no default list.
15324         (spam-summary-prepare-exit): Use the spam-classifications function.
15325
15326         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
15327         gnus-encrypt.el.
15328
15329         * encrypt.el: Copied from gnus-encrypt.el.
15330
15331         * gnus-encrypt.el: Commented that it's obsolete.
15332
15333 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15334
15335         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
15336         (gnus-score-save): Use it.
15337
15338         * message.el (message-bury): Use `window-dedicated-p'.
15339
15340 2004-10-15  Simon Josefsson  <jas@extundo.com>
15341
15342         * pop3.el (top-level): Don't require nnheader.
15343         (pop3-read-timeout): Add.
15344         (pop3-accept-process-output): Add.
15345         (pop3-read-response, pop3-retr): Use it.
15346
15347 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
15348
15349         * spam.el (spam-register-routine): Move comment.
15350         (spam-verify-bogofilter): Use 'unknown for the initial
15351         spam-bogofilter-valid state, not 'never.
15352
15353         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
15354         for netrc-machine.
15355
15356         * nnimap.el (nnimap-open-connection): Use
15357         netrc-machine-user-or-password.
15358
15359 2004-10-17  Richard M. Stallman  <rms@gnu.org>
15360
15361         * gnus-registry.el (gnus-registry-unload-hook):
15362         Set as a variable with add-hook.
15363
15364         * nnspool.el (nnspool-spool-directory): Use news-directory instead
15365         of news-path.
15366
15367         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
15368
15369         * spam.el: Delete duplicate `provide'.
15370         (spam-unload-hook): Set as a variable with add-hook.
15371
15372 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
15373
15374         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
15375         in the doc string.
15376
15377         * message.el (message-ignored-news-headers)
15378         (message-ignored-supersedes-headers)
15379         (message-ignored-resent-headers)
15380         (message-forward-ignored-headers): Improve custom type.
15381
15382 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * message.el (message-tokenize-header): Fix 2004-09-06 change
15385         which used point-min in the wrong place.
15386
15387 2004-10-12  Simon Josefsson  <jas@extundo.com>
15388
15389         * tls.el (tls-certtool-program): New variable.
15390         (tls-certificate-information): New function, based on
15391         ssl-certificate-information.
15392
15393 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * compface.el: Move the version of ELisp-based uncompface program
15396         to the contrib directory because of the copyright problem.
15397
15398 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
15399
15400         * message.el (message-kill-buffer): Raise the current frame.
15401
15402 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
15403
15404         * gnus-sum.el: Mention that multibyte characters don't work as marks.
15405
15406         * gnus.el (message-y-or-n-p): Autoload.
15407
15408         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
15409         (pop3-password-required, pop3-authentication-scheme)
15410         (pop3-leave-mail-on-server): Made customizable.
15411         (pop3): New custom group.
15412         (pop3-retr): Remove `sleep-for' statements.
15413         Suggested by Dave Love <fx@gnu.org>.
15414
15415         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
15416         Windows/DOS.
15417
15418         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
15419         (imap-parse-body): Fix incorrect use of `assert'.  Suggested by
15420         Dave Love <fx@gnu.org>.
15421
15422         * mml.el (mml-minibuffer-read-disposition): Require match.
15423         Suggested by Dave Love <fx@gnu.org>.
15424
15425 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
15426
15427         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
15428         doc string.
15429
15430 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
15431
15432         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
15433
15434 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15435
15436         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
15437         instead of calling `mm-insert-inline', to decode text/* parts
15438         before displaying them.
15439
15440 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15441
15442         * mm-uu.el (mm-uu-text-plain-type): New variable.
15443         (mm-uu-pgp-signed-extract-1): Use it.
15444         (mm-uu-pgp-encrypted-extract-1): Use it.
15445         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
15446         bind mm-uu-text-plain-type with that value.
15447         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
15448         mm-uu-dissect.
15449
15450 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15451
15452         * gnus-group.el (gnus-update-group-mark-positions):
15453         * gnus-sum.el (gnus-update-summary-mark-positions):
15454         * message.el (message-check-news-body-syntax):
15455         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
15456         of string-as-multibyte.
15457
15458 2004-10-05  Juri Linkov  <juri@jurta.org>
15459
15460         * gnus-group.el (gnus-update-group-mark-positions):
15461         * gnus-sum.el (gnus-update-summary-mark-positions):
15462         * message.el (message-check-news-body-syntax):
15463         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
15464         8-bit unibyte values to a multibyte string for search functions.
15465
15466 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15467
15468         * mm-uu.el (mm-uu-dissect): Allow optional arg.
15469         (mm-uu-dissect-text-parts): New function.
15470
15471         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
15472         dissect text parts.
15473
15474         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
15475         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
15476
15477         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
15478
15479         * gnus-topic.el (gnus-topic-hierarchical-parameters): Use
15480         gnus-current-topics instead of gnus-current-topic.
15481
15482 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
15483
15484         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
15485
15486 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
15487
15488         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
15489         where approriate.
15490
15491         * nnml.el (nnml-generate-active-info): do.
15492
15493         * nndiary.el (nndiary-generate-active-info): do.
15494
15495         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
15496         (gnus-topic-move): do.
15497
15498         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
15499         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
15500
15501         * gnus-srvr.el (gnus-server-prepare)
15502         (gnus-server-open-all-servers): do.
15503
15504         * gnus-msg.el (gnus-summary-cancel-article)
15505         (gnus-summary-resend-message)
15506         (gnus-summary-mail-crosspost-complaint): do.
15507
15508         * gnus-move.el (gnus-change-server): do.
15509
15510         * gnus-group.el (gnus-group-unmark-all-groups)
15511         (gnus-group-set-current-level): do.
15512
15513 2004-10-04  Simon Josefsson  <jas@extundo.com>
15514
15515         * message.el (message-generate-hashcash): Doc fix.
15516
15517 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
15518
15519         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
15520         avoid infinite recursion via gnus-get-function.
15521
15522 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
15523
15524         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
15525
15526         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
15527
15528         * nnmail.el (nnmail-split-history): do.
15529
15530         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
15531         (nnml-request-delete-group): do.
15532
15533         * nnslashdot.el (nnslashdot-read-groups): do.
15534
15535         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
15536         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
15537
15538         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
15539         (nnspool-sift-nov-with-sed): Use last.
15540         (nnspool-retrieve-headers-with-nov): Use mapc.
15541         (nnspool-request-newgroups): Use dolist.
15542         (nnspool-request-group): Use last.
15543
15544         * nntp.el (nntp-read-server-type): Use dolist.
15545
15546         * nnvirtual.el (nnvirtual-create-mapping)
15547         (nnvirtual-update-read-and-marked): Use dolist.
15548         (nnvirtual-convert-headers): Simplify.
15549
15550 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15551
15552         * gnus-agent.el (gnus-agent-synchronize-group-flags): Added
15553         support for sync'ing tick marks.
15554
15555 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15556
15557         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
15558         there's no visible header.
15559
15560 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
15561
15562         * gnus-agent.el (gnus-agent-synchronize-group-flags): When
15563         necessary, pass full group name to gnus-request-set-marks.
15564
15565 2004-10-01  Simon Josefsson  <jas@extundo.com>
15566
15567         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
15568         acroread.
15569
15570 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15571
15572         * spam-report.el (spam-report-gmane): Fix interactive.
15573
15574         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
15575
15576         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
15577         when writing file.
15578         (gnus-agent-synchronize-flags): Don't default to being
15579         interactive.
15580
15581 2004-09-30  Simon Josefsson  <jas@extundo.com>
15582
15583         * message.el (message-generate-hashcash): Add.
15584         (message-send-mail): Use it, call mail-add-payment.
15585
15586 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
15587
15588         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
15589
15590 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
15591
15592         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replaced
15593         gnus-requst-update-info with explicit code to sync the in-memory
15594         info read flags with the marks being sync'd to the backend.
15595
15596         *gnus-util.el (gnus-pp): Added optional stream to match pp API.
15597
15598 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15599
15600         * spam.el (spam-verify-bogofilter): Add new function.
15601         (spam-check-bogofilter)
15602         (spam-bogofilter-register-with-bogofilter): Use it.
15603         (spam-verify-bogofilter): Add small fixes.
15604
15605 2004-09-28  Simon Josefsson  <jas@extundo.com>
15606
15607         * hashcash.el (hashcash-generate-payment): Revert.
15608
15609 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
15610
15611         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Use
15612         gnus-extract-references instead of gnus-split-references.
15613
15614         * gnus-util.el (gnus-extract-references): Add new function, analogous
15615         to gnus-split-references but extracts only the message-ID without
15616         anything extra.
15617
15618         * hashcash.el (hashcash-generate-payment)
15619         (hashcash-check-payment): Do the right thing if hashcash-path is
15620         nil (because the hashcash program could not be found).
15621
15622         * spam.el (spam-use-hashcash): Remove comment.
15623
15624 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
15625
15626         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
15627         (gnus-cache-enter-article, gnus-cache-remove-article)
15628         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
15629
15630         * gnus-async.el (gnus-async-prefetch-remove-group): do.
15631
15632         * gnus-art.el (article-hide-boring-headers)
15633         (article-translate-strings, article-display-face)
15634         (gnus-article-mime-match-handle-first)
15635         (gnus-article-highlight-headers)
15636         (gnus-article-add-buttons-to-head): do.
15637
15638 2004-09-27  Simon Josefsson  <jas@extundo.com>
15639
15640         * hashcash.el: New version, from
15641         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
15642         ../contrib/.
15643
15644 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15645
15646         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
15647
15648 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
15649
15650         * gnus-dup.el (gnus-dup-open): Use mapc.
15651         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
15652
15653         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
15654         Reported by Stefan Wiens <s.wi@gmx.net>.
15655
15656         * gnus.el (gnus-shutdown): Use dolist.
15657
15658         * gnus-undo.el (gnus-undo): Use mapc.
15659
15660         * nnrss.el (nnrss-generate-active): do.
15661
15662         * message.el (message-cite-original-without-signature)
15663         (message-cite-original): Use mapc.
15664         (message-do-actions, message-make-forward-subject): Use dolist.
15665
15666 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15667
15668         * gnus-agent.el (gnus-agent-check-overview-buffer): Fixed range of
15669         deletion to remove entire duplicate line.  Fixes merged article
15670         number bug.
15671
15672 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
15673
15674         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
15675         servers that are offline.  Avoids having gnus-agent-toggle-plugged
15676         first ask if you want to open a server and then, even when you
15677         responded with no, asking if you want to synchronize the server's
15678         flags.
15679         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
15680         multi-line expressions.
15681         (gnus-agent-synchronize-group-flags): New internal function.
15682         Updates marks in memory (in the info structure) AND in the
15683         backend.
15684
15685         * gnus-util.el (gnus-remassoc): Fixed typo in documentation.
15686
15687         * nnagent.el (nnagent-request-set-mark): Use
15688         gnus-agent-synchronize-group-flags, not backend's request-set-mark
15689         method, to ensure that synchronization updates marks in the
15690         backend and in the info (in memory) structure.
15691
15692 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15693
15694         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
15695         convention fully; don't miss the root article of a thread; make
15696         the X-Draft-From header with correct article numbers.
15697
15698 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
15699
15700         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
15701         unless plugged.  Disable the agent so that an open failure causes
15702         an error.
15703
15704         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
15705         Reverted 2004-09-21 change.  The backend must be opened while
15706         synchronizing flags even when the backend stores the flags
15707         locally.
15708
15709 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
15710
15711         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
15712         in `header' match.  Reported by Svend Tollak Munkejord.
15713
15714         * message.el (message-cite-original): Fix use of
15715         `message-cite-articles-with-x-no-archive'.
15716
15717 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15718
15719         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
15720         (gnus-window-to-buffer): Ditto.
15721
15722         * mml.el (mml-preview-buffer): New variable.
15723         (mml-preview): Manage window layout with gnus-buffer-configuration.
15724
15725         * gnus-msg.el (gnus-setup-message): Put article numbers into the
15726         X-Draft-From header even if those articles aren't quoted.
15727
15728 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
15729
15730         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
15731         (gnus-request-set-mark, gnus-request-update-mark): Use new
15732         g-s-t-u-l-m to decide to use backend even when unplugged.
15733
15734 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15735
15736         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
15737         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
15738
15739 2004-09-20  Simon Josefsson  <jas@extundo.com>
15740
15741         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
15742         "utf-16-le".
15743
15744 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
15745
15746         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
15747
15748 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15749
15750         * uudecode.el (uudecode-use-external): Add :version.
15751
15752         * smime.el (smime-CA-file, smime-encrypt-cipher)
15753         (smime-dns-server): Add :version.
15754
15755         * smiley.el (gnus-smiley-file-types): Add :version.
15756
15757         * sha1.el (sha1-use-external): Add :version.
15758
15759         * pgg-def.el (pgg-query-keyserver): Add :version.
15760
15761         * nnmail.el (nnmail-fancy-expiry-targets)
15762         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
15763         Add :version.
15764
15765         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
15766         (nnimap-retrieve-groups-asynchronous): Add :version.
15767         (nnimap-close-asynchronous): Add :version.  Fixed typo in doc string.
15768
15769         * mml.el (mml-content-disposition-parameters)
15770         (mml-insert-mime-headers-always): Add :version.
15771
15772         * mm-util.el (mm-coding-system-priorities): Add :version.
15773
15774         * mm-decode.el (mm-inline-text-html-with-images)
15775         (mm-keep-viewer-alive-types, mm-external-terminal-program)
15776         (mm-verify-option): Add :version.
15777         (mm-text-html-renderer): Change :version.
15778
15779         * message.el (message-fcc-externalize-attachments)
15780         (message-required-headers, message-draft-headers)
15781         (message-subject-trailing-was-query)
15782         (message-subject-trailing-was-ask-regexp)
15783         (message-subject-trailing-was-regexp, message-mark-insert-begin)
15784         (message-mark-insert-end, message-archive-header)
15785         (message-archive-note, message-cross-post-default)
15786         (message-cross-post-note, message-followup-to-note)
15787         (message-cross-post-note-function, message-use-mail-followup-to)
15788         (message-subscribed-address-functions)
15789         (message-subscribed-address-file, message-subscribed-addresses)
15790         (message-subscribed-regexps, message-allow-no-recipients)
15791         (message-yank-cited-prefix, message-signature-insert-empty-line)
15792         (message-hidden-headers, message-hierarchical-addresses)
15793         (message-mail-user-agent, message-use-idna)
15794         (message-valid-fqdn-regexp)
15795         (message-strip-special-text-properties, message-header-synonyms)
15796         (message-beginning-of-line, message-tab-body-function): Add :version.
15797         (message-insert-canlock, message-wide-reply-confirm-recipients):
15798         Change :version.
15799
15800         * mail-source.el (mail-source-ignore-errors): Add :group, :type
15801         and :version.
15802         (mail-source-delete-old-incoming-confirm)
15803         (mail-source-movemail-program): Add :version.
15804
15805         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
15806         (gnus-agent-cache, gnus-agent): Change :version.
15807
15808         * gnus-util.el (gnus-use-byte-compile): Change :version.
15809
15810         * gnus-sum.el (gnus-summary-make-false-root-always)
15811         (gnus-summary-default-high-score)
15812         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
15813         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
15814         (gnus-read-all-available-headers, gnus-article-emulate-mime)
15815         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
15816         (gnus-sum-thread-tree-single-indent)
15817         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
15818         (gnus-sum-thread-tree-leaf-with-other)
15819         (gnus-sum-thread-tree-single-leaf): Add :version.
15820         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
15821         (gnus-article-loose-mime): Change :version.
15822
15823         * gnus-start.el (gnus-backup-startup-file)
15824         (gnus-save-startup-file-via-temp-buffer): Add :version.
15825
15826         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
15827         (gnus-server-offline-face): Add :version.
15828
15829         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
15830
15831         * gnus-msg.el (gnus-gcc-externalize-attachments)
15832         (gnus-debug-files, gnus-debug-exclude-variables)
15833         (gnus-discouraged-post-methods): Change :version.
15834         (gnus-confirm-mail-reply-to-news)
15835         (gnus-confirm-treat-mail-like-news): Add :version.
15836
15837         * gnus-int.el (gnus-server-unopen-status): Add :version.
15838
15839         * gnus-group.el (gnus-group-jump-to-group-prompt)
15840         (gnus-large-ephemeral-newsgroup)
15841         (gnus-fetch-old-ephemeral-headers): Add :version.
15842
15843         * gnus-fun.el (gnus-x-face-directory)
15844         (gnus-convert-pbm-to-x-face-command)
15845         (gnus-convert-image-to-x-face-command)
15846         (gnus-convert-image-to-face-command): Add :version.
15847
15848         * gnus-delay.el (gnus-delay-default-hour): Add :version.
15849
15850         * gnus-cite.el (gnus-cite-blank-line-after-header)
15851         (gnus-article-boring-faces): Add :version.
15852
15853         * gnus-art.el (gnus-buttonized-mime-types)
15854         (gnus-inhibit-mime-unbuttonizing)
15855         (gnus-treat-display-face)
15856         (gnus-treat-body-boundary): Change :version.
15857         (gnus-body-boundary-delimiter, gnus-picon-databases)
15858         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
15859         (gnus-treat-date-english, gnus-treat-fold-headers)
15860         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
15861         (gnus-treat-mail-picon, gnus-treat-wash-html)
15862         (gnus-article-encrypt-protocol)
15863         (gnus-use-idna, gnus-article-over-scroll)
15864         (gnus-mime-display-multipart-alternative-as-mixed)
15865         (gnus-mime-display-multipart-related-as-mixed)
15866         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
15867         (gnus-ctan-url, gnus-button-ctan-handler)
15868         (gnus-button-handle-ctan-bogus-regexp)
15869         (gnus-button-ctan-directory-regexp)
15870         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
15871         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
15872         (gnus-button-man-level, gnus-button-emacs-level)
15873         (gnus-button-message-level, gnus-button-browse-level): Add :version.
15874
15875         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
15876         (gnus-agent-go-online): Change :version.
15877         (gnus-agent-expire-unagentized-dirs)
15878         (gnus-agent-auto-agentize-methods): Add :version.
15879
15880         * flow-fill.el (fill-flowed-display-column)
15881         (fill-flowed-encode-column): Add :version.
15882
15883         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
15884         (gnus-outlook-deuglify-unwrap-max)
15885         (gnus-outlook-deuglify-cite-marks)
15886         (gnus-outlook-deuglify-unwrap-stop-chars)
15887         (gnus-outlook-deuglify-no-wrap-chars)
15888         (gnus-outlook-deuglify-attrib-cut-regexp)
15889         (gnus-outlook-deuglify-attrib-verb-regexp)
15890         (gnus-outlook-deuglify-attrib-end-regexp)
15891         (gnus-outlook-display-hook): Add :version.
15892
15893         * binhex.el (binhex-use-external): Add :version.
15894
15895 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
15896
15897         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
15898         and `invisible'.
15899
15900 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
15901
15902         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
15903         in gnus-registry-trim.
15904
15905 2004-09-13  Simon Josefsson  <jas@extundo.com>
15906
15907         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
15908
15909         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
15910
15911         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
15912         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15913         <yamaoka@jpl.org>.
15914         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
15915         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
15916         <yamaoka@jpl.org>.
15917
15918         * sieve.el (sieve-manage-mode): Ditto.
15919
15920 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
15921
15922         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
15923
15924 2004-09-11  Simon Josefsson  <jas@extundo.com>
15925
15926         * dns-mode.el: Add.
15927
15928         * mm-view.el (mm-display-dns-inline): Add.
15929
15930         * mm-decode.el (mm-inline-media-tests): Add text/dns.
15931         (mm-automatic-display): Ditto.
15932
15933         * mailcap.el (mailcap-mime-data): Add text/dns.
15934         (mailcap-mime-extensions): Map .soa to text/dns.
15935
15936 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
15937
15938         * gnus-art.el (article-decode-mime-words, article-babel)
15939         (gnus-article-highlight-signature, gnus-article-add-buttons)
15940         (gnus-signature-toggle): Remove unnecessary bindings of
15941         `inhibit-read-only' inherited from v5.10 merge.
15942
15943 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
15944
15945         * nntp.el (nntp): New customization group.
15946         (nntp-authinfo-file): Add customization group.
15947
15948         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
15949
15950         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
15951
15952         * gnus.el (to-address, to-list, subscribed)
15953         (large-newsgroup-initial): Ditto.
15954
15955         * flow-fill.el (fill-flowed-display-column)
15956         (fill-flowed-encode-column): Ditto.
15957
15958 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
15959
15960         * message.el (message-tokenize-header, message-send-mail-with-qmail):
15961         Use point-min rather than 1.
15962         (message-send-mail): Use buffer-size rather than point-max.
15963
15964         * gnus-sum.el (gnus-summary-search-article-forward):
15965         Signal a specific `search-failed' rather than a generic `error'.
15966
15967         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
15968         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
15969         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
15970
15971 2004-09-10  Simon Josefsson  <jas@extundo.com>
15972
15973         * nndb.el (require): Remove tcp and duplicate cl.
15974
15975 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15976
15977         * gnus-agent.el (directory-files-and-attributes): Move forward.
15978
15979 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15980
15981         * gnus-agent.el (directory-files-and-attributes): Optionally
15982         defined to support XEmacs.
15983
15984 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
15985
15986         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
15987         to avoid run-time CL dependencies.
15988         (gnus-agent-unfetch-articles): New function.
15989         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
15990         article numbers even when local .overview file is missing.
15991         (gnus-agent-read-article-number): New function.  Only accepts
15992         27-bit article numbers.
15993         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles): Use
15994         gnus-agent-read-article-number.
15995         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
15996         from backend while recognizing that article numbers in .overview
15997         must be valid.
15998         (gnus-agent-update-files-total-fetched-for): Use
15999         directory-files-and-attributes to improve performance.
16000         * gnus-int.el (gnus-request-move-article): Use
16001         gnus-agent-unfetch-articles in place of gnus-agent-expire to
16002         improve performance.
16003
16004         * gnus-start.el (gnus-convert-old-newsrc): Changed message text as
16005         some users confused by references to .newsrc when they only have a
16006         .newsrc.eld file.
16007         (gnus-convert-mark-converter-prompt)
16008         (gnus-convert-converter-needs-prompt): Fixed use of property list.
16009         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16010         New function.  Used internally to only display 'gnus converting
16011         files' message when actually necessary.
16012
16013         * gnus-sum.el (): Removed (require 'gnus-agent) as required
16014         methods now autoloaded.
16015
16016 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16017
16018         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16019         identifiers.
16020
16021 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16022
16023         * gnus-picon.el: Fix indentation and closing parenthesis.
16024
16025 2004-09-01  Simon Josefsson  <jas@extundo.com>
16026
16027         * message.el (message-canlock-generate): Require sha1, not
16028         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16029         to require within a function.  Sadly, if sha1.el isn't loaded, the
16030         let binding in m-c-g will hide the defcustom definition, which is
16031         bad.)
16032
16033         * canlock.el: Require sha1, not sha1-el.
16034
16035         * message.el: Don't autoload sha1 (there is a autoload cookie in
16036         sha1.el).
16037
16038         * sha1-el.el: Renamed to sha1.el.
16039
16040 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16041
16042         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16043
16044 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16045
16046         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16047
16048 2004-08-30  Kim F. Storm  <storm@cua.dk>
16049
16050         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16051
16052         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16053         Add :group 'nnimap.
16054
16055 2004-08-30  Andreas Schwab  <schwab@suse.de>
16056
16057         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16058         ?* and ?\;.
16059
16060         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16061         and ?\' to symbol instead of whitespace.
16062
16063 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16064
16065         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16066
16067         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16068         instead of re-search-forward.
16069
16070         * gnus-uu.el (gnus-uu-save-article): Ditto.
16071         (gnus-uu-post-encode-uuencode): Ditto.
16072
16073         * html2text.el (html2text-clean-list-items): Ditto.
16074         (html2text-clean-dtdd): Ditto.
16075         (html2text-format-tags): Ditto.
16076
16077         * message.el (message-send-mail-with-sendmail): Fix regexp.
16078         (message-fill-field-general): Use search-forward instead of
16079         re-search-forward.
16080         (unbold-region): Ditto.
16081
16082         * nnrss.el (nnrss-request-article): Ditto.
16083
16084         * nnslashdot.el (nnslashdot-request-article): Ditto.
16085
16086         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16087
16088         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16089         "Unrecognized menu descriptor" error in XEmacs.
16090
16091 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16092
16093         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16094         parent article of a sparse article in the thread hashtb.
16095
16096 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16097
16098         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16099         (nnmail-expand-newtext): Lowercase expanded entries if
16100         nnmail-split-lowercase-expanded is non-nil.
16101
16102 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16103
16104         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16105
16106         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16107         of gnus-tmp-news-method into string under XEmacs.  It will be
16108         passed to gnus-correct-length which takes only a string argument.
16109
16110 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16111
16112         * gnus-util.el (gnus-bind-print-variables): New macro.
16113         (gnus-prin1): Use it.
16114         (gnus-prin1-to-string): Use it.
16115         (gnus-pp): New function.
16116         (gnus-pp-to-string): New function.
16117
16118         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16119         Replace pp-to-string with gnus-pp-to-string.
16120         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16121         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16122         * gnus-msg.el (gnus-debug): Ditto.
16123         * gnus-score.el (gnus-score-save): Ditto.
16124         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16125         gnus-pp-to-string.
16126         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16127         with gnus-pp.
16128         * score-mode.el (gnus-score-pretty-print): Ditto.
16129         * webmail.el (webmail-debug): Ditto.
16130
16131 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16132
16133         * gnus-art.el (article-display-face, article-display-x-face):
16134         Use buffer-read-only.
16135
16136 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * gnus-art.el (article-hide-list-identifiers):
16139         Bind inhibit-read-only as t.
16140
16141 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16142
16143         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16144
16145 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16146
16147         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16148         (gnus-narrow-to-page): Don't assume point-min == 1.
16149         (gnus-article-edit-mode): Derive from message-mode.
16150
16151         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16152         point-min == 1.
16153
16154         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16155         Disable incorrect use of `assert'.
16156
16157         * message.el (message-mode): Set comment-start-skip.
16158
16159
16160 2004-08-22  Sam Steingold  <sds@gnu.org>
16161
16162         * pop3.el (pop3-leave-mail-on-server): New user variable.
16163         (pop3-movemail): Delete mail only when it is nil.
16164
16165 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16166
16167         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16168
16169         * mml.el (mml-preview): Use `pop-to-buffer'.
16170
16171         * message.el (message-goto-mail-followup-to): Insert after "To".
16172         (message-carefully-insert-headers): Add comment.
16173
16174         * gnus.el: Remove unused variable `gnus-article-check-size'.
16175
16176         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16177
16178         * gnus-art.el (gnus-button-alist): Improve
16179         `gnus-button-handle-library' entry.
16180
16181 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16182
16183         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p): Use
16184         downcase, since XEmacs capitalizes error messages differently.
16185
16186 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16187
16188         * nntp.el: Add (require 'gnus) due to reference to
16189         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16190
16191 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16192
16193         * gnus-sum.el (gnus-summary-force-verify-and-decrypt): Bind
16194         `mm-fill-flowed'.
16195
16196         * mm-decode.el (mm-dissect-singlepart): Check it.
16197
16198 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16199
16200         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16201         'imap' for netrc parsing.
16202
16203 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16204
16205         * mailcap.el (mailcap-mime-data): Mark as risky.
16206
16207 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16208
16209         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16210         may be included in the encoded word.
16211         (rfc2047-encode): Don't append a space if the encoded word
16212         includes close parenthesis.
16213
16214 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16215
16216         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16217         of text within parentheses.
16218
16219 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16220
16221         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16222         (gnus-encrypt-write-file-contents): Make the password key the file
16223         name PLUS the cipher, not just the cipher.  Also remove failed
16224         passwords from the cache.
16225
16226 2004-08-06  Simon Josefsson  <jas@extundo.com>
16227
16228         * gnus-sum.el (gnus-article-loose-mime): Change default to t.  Doc
16229         fix.
16230
16231 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16232
16233         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16234         LWSP.
16235
16236 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16237
16238         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Try
16239         to append in-reply-to: data to the references: header.
16240
16241         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16242         (netrc-parse): Use gnus-encrypt.el functions.
16243
16244         * gnus-encrypt.el: Add new file for encryption support; currently
16245         does only a few GPG ciphers and an internal XOR cipher.
16246
16247         * password.el: Add comments on using password-read-and-add.
16248         (password-read-and-add): Add function to read and add the
16249         password to the cache at once.
16250
16251 2004-07-28  Simon Josefsson  <jas@extundo.com>
16252
16253         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16254         parameter (but don't use it, for now).
16255
16256         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16257         instead of hard coding to nil.
16258
16259 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16260
16261         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16262         as mm-inline-image-xemacs does.
16263
16264 2004-07-26  Simon Josefsson  <jas@extundo.com>
16265
16266         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16267         Revert part of 2004-07-17 change below.
16268
16269 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16270
16271         * rfc2047.el (rfc2047-encode-region): Don't infloop.  Suggested by
16272         Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16273
16274 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16275
16276         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16277         quotes that actually start with ">" at the beginning of the
16278         lines.
16279
16280 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16281
16282         * rfc2047.el (rfc2047-encode-region): Fix last change.
16283         (rfc2047-encode-parameter): Remove useless concat.
16284
16285 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16286
16287         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16288         encode special characters; fix some kind of misconfigured headers;
16289         signal a real error if debug-on-quit or debug-on-error is non-nil.
16290         (rfc2047-encode-max-chars): New variable.
16291         (rfc2047-encode-1): Use it.
16292         (rfc2047-encode-parameter): New function.
16293
16294         * mml.el (mml-insert-parameter): Remove an excessive space.
16295
16296 2004-07-17  Simon Josefsson  <jas@extundo.com>
16297
16298         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
16299         Kai Grossjohann <kai@emptydomain.de>.
16300         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
16301         (gnus-group-make-menu-bar): Ditto.
16302
16303         * gnus-util.el (gnus-group-server): Add.
16304
16305 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
16306
16307         * message.el (message-clone-locals): Clone sendmail and smtp
16308         variables.
16309
16310 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16311
16312         * rfc2047.el (rfc2047-encode-region): Fix last change.
16313
16314 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16315
16316         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
16317         characters as non-special.
16318
16319 2004-07-09  Simon Josefsson  <jas@extundo.com>
16320
16321         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
16322         Users will lose all flag changes made while unplugged with
16323         e.g. nntp unless flag synchronization happens, thus `nil' is not a
16324         good default.  See numerous reports on ding mailing list.
16325
16326 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16327
16328         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
16329         add generate-head-function and generate-article-function to the
16330         rfc822-forward entry.
16331         (nndoc-rfc822-forward-generate-article): New function.
16332         (nndoc-rfc822-forward-generate-head): New function.
16333
16334         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
16335
16336 2004-07-06  Dan Christensen  <jdc@uwo.ca>
16337
16338         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
16339         respect display group parameter and gnus-summary-expunge-below.
16340         (gnus-articles-to-read): Remove unused reference to display group
16341         parameter.
16342
16343 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16344
16345         * nnheader.el (nnheader-uniquify-message-id): New experimental
16346         variable.
16347         (nnheader-nov-read-message-id): Use it.
16348
16349         * spam-report.el (spam-report-gmane): Add interactive.
16350
16351 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16352
16353         * mm-encode.el (mm-content-transfer-encoding-defaults): Use
16354         qp-or-base64 for the application/* types.
16355
16356 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
16357
16358         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
16359
16360 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
16361
16362         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
16363         trim value.
16364
16365 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
16366
16367         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
16368         New macro and function.
16369         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
16370
16371 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16372
16373         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
16374         after-load-alist.
16375
16376 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16377
16378         * gnus-group.el (gnus-group-get-new-news-this-group): Don't
16379         update info that isn't there.
16380
16381 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
16382
16383         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
16384         entry.
16385
16386 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16387
16388         * mm-view.el (mm-inline-render-with-function): Use multibyte
16389         buffer; decode html source by charset.
16390
16391         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
16392
16393         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
16394         Mule-UCS is loaded under XEmacs.
16395         (mm-mime-mule-charset-alist): Avoid duplicated entries.
16396
16397 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
16398
16399         * nnheader.el (nnheader-max-head-length): Increase to 8192.
16400
16401 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16402
16403         * mm-util.el (mm-coding-system-p): Return a coding-system.
16404         (mm-mime-mule-charset-alist): Use shift_jis instead of
16405         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
16406         entries for the mime charsets iso-2022-jp-3 and shift_jis.
16407         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
16408         instead of japanese-shift-jis and iso-latin-1 respectively in
16409         order to share the default value with both Emacs and XEmacs-mule.
16410         (mm-mule-charset-to-mime-charset): Make
16411         mm-coding-system-priorities effective.
16412         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
16413         while predicating of candidates upon the priorities.
16414
16415 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
16416
16417         * gnus-sum.el (gnus-summary-make-menu-bar): Add
16418         gnus-uu-invert-processable.
16419
16420         * gnus.el: Autoload gnus-uu-invert-processable.
16421
16422 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16423
16424         * mm-util.el (mm-with-multibyte-buffer): New macro.
16425
16426         * rfc2047.el (rfc2047-encode-string): Use it.
16427         (rfc2047-encode-region): Move point to the end of the region after
16428         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
16429
16430 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16431
16432         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
16433         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
16434
16435 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16436
16437         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
16438         (gnus-cite-parse): Ignore quoted envelope From_.  Suggested by
16439         Karl Chen <quarl@nospam.quarl.org>.
16440
16441 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
16442
16443         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
16444         invalid addresses.
16445
16446 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
16447
16448         * spam.el: Change section markers, revise TODO list.
16449         (spam-backends): Make new master list of all installed backends.
16450         (spam-summary-exit-behavior): Add new variable to determine how
16451         messages moves are done at summary exit.
16452         (spam-move-spam-nonspam-groups-only)
16453         (spam-process-ham-in-nonham-groups)
16454         (spam-process-ham-in-spam-groups): Remove variables, the
16455         spam-summary-exit-behavior variable should be used to manage this
16456         behavior.
16457         (spam-old-ham-articles, spam-old-spam-articles): Remove.
16458         (spam-old-articles): Add variable, replacing spam-old-ham-articles
16459         and spam-old-spam-articles.
16460         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
16461         Add empty variables, placeholders for the backends they represent.
16462         (spam-set-difference): Move, unchanged.
16463         (spam-list-of-processors): Declare OBSOLETE, not used anymore
16464         unless the user has a processor variable.
16465         (spam-classifications, spam-classification-valid-p)
16466         (spam-backend-properties, spam-backend-property-valid-p)
16467         (spam-backend-function-type-valid-p)
16468         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
16469         (spam-report-articles-gmane, spam-report-articles-resend):
16470         Remove functions, they are not needed.
16471         (spam-install-backend-super, spam-backend-list)
16472         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
16473         (spam-backend-function, spam-backend-ham-registration-function)
16474         (spam-backend-spam-registration-function)
16475         (spam-backend-ham-unregistration-function)
16476         (spam-backend-spam-unregistration-function)
16477         (spam-backend-statistical-p, spam-backend-mover-p)
16478         (spam-install-backend-alias, spam-install-checkonly-backend)
16479         (spam-install-mover-backend, spam-install-nocheck-backend)
16480         (spam-install-backend, spam-install-statistical-backend)
16481         (spam-install-statistical-checkonly-backend): Add backend installation
16482         support.
16483         (spam-summary-prepare-exit): Rewrite to use the new backend code.
16484         (spam-group-processor-p): Use the new backend code and respect the
16485         summary exit behavior.
16486         (spam-mark-spam-as-expired-and-move-routine): Remove.
16487         (spam-summary-prepare): Change to use the new spam-old-articles
16488         variable.
16489         (spam-copy-or-move-routine, spam-copy-spam-routine)
16490         (spam-move-spam-routine, spam-copy-ham-routine)
16491         (spam-move-ham-routine): Add code to copy/move ham or spam.
16492         (spam-fetch-field-fast): Improve doc and code, plus allow the
16493         'number request.
16494         (spam-list-of-checks, spam-list-of-statistical-checks): Remove
16495         variables.
16496         (spam-split, spam-find-spam): Use the new backend code.
16497         (spam-registration-functions): Remove variable.
16498         (spam-unregister-routine): Add convenience wrapper.
16499         (spam-log-undo-registration, spam-register-routine)
16500         (spam-log-processing-to-registry)
16501         (spam-log-unregistration-needed-p): Rename "check" to "backend"
16502         where possible.
16503         (spam-check-gmane-xref, spam-check-regex-headers)
16504         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
16505         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
16506         (spam-check-bogofilter-headers, spam-check-spamoracle)
16507         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
16508         (spam-check-crm114-headers): Use the spam-split-group that
16509         spam-split prepares, no need to determine it every time.
16510
16511         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
16512         to the nnheader-parse-naked-head call.
16513
16514         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
16515
16516         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
16517         the nnheader-nov-read-message-id call.
16518
16519 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16520
16521         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
16522         gnus-activate-group twice.  Suggested by Markus Peter
16523         <warp@spin.de>.
16524
16525 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16526
16527         * gnus-art.el (gnus-article-time-format): Exchange the order of
16528         day and month in the default value; fix customization type.
16529         (article-date-ut): Use add-text-properties.
16530         (article-make-date-line): Use message-make-date instead of
16531         current-time-string.
16532
16533         * message.el (message-fetch-field): Don't use set-text-properties.
16534         (message-make-date): Simplify.
16535
16536         * messagexmas.el (message-xmas-make-date): New function.
16537         (message-xmas-redefine): Defalias message-make-date to it.
16538
16539 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16540
16541         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
16542         (rfc2047-encode-region): Treat text within parentheses as special;
16543         show the original text when error has occurred.
16544
16545         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
16546         already-computed method to gnus-activate-group.
16547
16548         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
16549         same select-methods identical Lisp objects.
16550
16551         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
16552         object when modifying the info.
16553
16554 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16555
16556         * gnus-srvr.el (gnus-server-set-info): Remove the server from
16557         gnus-opened-servers since it has never been opened with the new
16558         configuration yet.
16559
16560 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16561
16562         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
16563         arg to nnheader-generate-fake-message-id.
16564
16565 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
16566
16567         * nnheader.el (nnheader-generate-fake-message-id): Accept a
16568         number and build a fake message ID localized to a group and
16569         article number (so it's repeatable from that point on).
16570         (nnheader-fake-message-id-p): Change regex to accomodate new fake
16571         ID format.
16572
16573         * gnus-sum.el (gnus-get-newsgroup-headers): Call
16574         nnheader-generate-fake-message-id with the article number.
16575
16576 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
16577
16578         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
16579         end-of-buffer.
16580
16581 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16582
16583         * message.el (message-ignored-supersedes-headers): Add Approved.
16584
16585 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16586
16587         * rfc2047.el (rfc2047-encode-message-header): Remove useless
16588         goto-char.
16589         (rfc2047-encode): Fold the line before encoding.
16590
16591 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16592
16593         * rfc2047.el (rfc2047-encode-message-header): Disabled header
16594         folding -- not all headers can be folded, and this should be done
16595         by the message composition mode.  Probably.  I think.
16596
16597 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16598
16599         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
16600         fast.
16601
16602         * gnus-ems.el (gnus-remove-image): Don't use
16603         message-text-with-property; remove only the image found first.
16604
16605         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
16606         found first.
16607
16608 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
16609
16610         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
16611
16612 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
16613
16614         * message.el (message-text-with-property): Make it fast and accept
16615         optional arguments.
16616         (message-strip-forbidden-properties): Use it.
16617         (message-fix-before-sending): Follow the m-t-w-p change.
16618
16619         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
16620
16621 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16622
16623         * gnus-art.el (article-hide-headers): Don't change the buffer
16624         mistakenly when performing mml-preview even if
16625         gnus-single-article-buffer is nil.
16626
16627 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
16628
16629         * message.el (message-expand-name-databases): New user option.
16630         (message-expand-name): Use it.
16631
16632 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
16633
16634         * spam.el (spam-report-articles-resend)
16635         (spam-report-resend-register-routine): Allow ham reporting.
16636         (spam-report-resend-register-ham-routine): Add wrapper.
16637         (spam-registration-functions): Add ham resending functions.
16638         (spam-list-of-processors): Add ham resend processor.
16639
16640         * gnus.el (ham-resend-to): Add new group parameter.
16641         (spam-process): Add ham resend option.
16642
16643         * spam-report.el (spam-report-resend): Allow reporting ham.
16644         (spam-report-resend-ham): Add wrapper.
16645
16646 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16647
16648         * message.el (message-cite-articles-with-x-no-archive): New
16649         variable.
16650         (message-cite-original): Use it.
16651
16652 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16653
16654         * message.el (message-cite-original): Respect X-No-Archive.
16655
16656 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16657
16658         * gnus-art.el (article-hide-headers): Refer to the values for
16659         gnus-ignored-headers and gnus-visible-headers in the summary
16660         buffer since a user may have set them as group parameters.
16661
16662 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
16663
16664         * assistant.el (assistant-node-name): Add convenience function.
16665         (assistant-render-text, assistant-render-node): Add error handling,
16666         plus handle multiple next nodes.
16667         (assistant-find-next-node): Comment out for now.
16668         (assistant-find-next-nodes): Add function, returns list of next
16669         nodes.
16670
16671 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
16672
16673         * mail-source.el (mail-source-directory): Fix doc-string.
16674
16675 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
16676
16677         * assistant.el (assistant-render-text, assistant-eval): Add :set
16678         widget type, which is different because it takes and returns a
16679         list.  Much hilarity ensues.
16680
16681 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
16682
16683         * gnus-art.el (gnus-button-alist): Fixed regexp for manual links.
16684
16685         * gnus-group.el (gnus-group-get-new-news-this-group): Added
16686         doc-string.
16687
16688         * gnus-start.el (gnus-activate-group): Added doc-string.
16689
16690 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16691
16692         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
16693
16694 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
16695
16696         * assistant.el (assistant-render-text): Try to add a :set
16697         widget, more to come.
16698
16699         * spam.el (spam-group-spam-contents-p): Handle empty groupname
16700         strings.
16701         (spam-report-articles-resend)
16702         (spam-register-routine): Do registration iff any articles warrant
16703         it.
16704         (spam-summary-prepare-exit): Change log message for nil group
16705         destinations.
16706
16707 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
16708
16709         * spam.el (spam-report-resend-register-routine): Allow
16710         spam-report-resend-to to be a group parameter or a global value.
16711
16712 2004-05-26  Simon Josefsson  <jas@extundo.com>
16713
16714         * starttls.el: Merge with my GNUTLS based starttls.el.
16715         (starttls-gnutls-program, starttls-use-gnutls)
16716         (starttls-extra-arguments, starttls-process-connection-type)
16717         (starttls-connect, starttls-failure, starttls-success): New
16718         variables.
16719         (starttls-program, starttls-extra-args): Doc fix.
16720         (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New
16721         functions.
16722         (starttls-negotiate, starttls-open-stream): Check
16723         `starttls-use-gnutls' and pass on to corresponding *-gnutls
16724         function if it is set.
16725
16726 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16727
16728         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
16729         structured fields.
16730
16731 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16732
16733         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
16734
16735 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
16736
16737         * spam.el (spam-mark-new-messages-in-spam-group-as-spam): Add
16738         variable.
16739         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
16740         assigning the spam-mark to new messages.
16741
16742 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
16743
16744         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
16745
16746 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16747
16748         * dgnushack.el: Autoload customize-set-variable for XEmacs.
16749
16750         * rfc2047.el (rfc2047-encodable-p): Don't move point.
16751         (rfc2047-decode): Treat the ascii coding-system as raw-text by
16752         default.
16753
16754 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
16755
16756         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
16757         correct data.
16758
16759 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
16760
16761         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
16762         (spam-group-processor-p): Fix function.
16763         (spam-group-processor-multiple-p)
16764         (spam-group-spam-processor-report-gmane-p)
16765         (spam-group-spam-processor-report-resend-p)
16766         (spam-group-spam-processor-bogofilter-p)
16767         (spam-group-spam-processor-blacklist-p)
16768         (spam-group-spam-processor-ifile-p)
16769         (spam-group-ham-processor-ifile-p)
16770         (spam-group-spam-processor-spamoracle-p)
16771         (spam-group-spam-processor-crm114-p)
16772         (spam-group-ham-processor-bogofilter-p)
16773         (spam-group-spam-processor-stat-p)
16774         (spam-group-ham-processor-stat-p)
16775         (spam-group-ham-processor-whitelist-p)
16776         (spam-group-ham-processor-BBDB-p)
16777         (spam-group-ham-processor-spamoracle-p)
16778         (spam-group-ham-processor-copy-p): Remove functions with some
16779         prejudice against unneeded code.
16780         (spam-report-articles-resend)
16781         (spam-report-resend-register-routine): Allow the group/topic
16782         spam-resend-to value to override spam-report-resend-to.
16783         (spam-summary-prepare-exit): Invoke spam-group-processor-p
16784         properly now.
16785
16786         * gnus.el (spam-resend-to): Add group/topic parameter.
16787         (spam-process): Move the OBSOLETE processors to the end of the
16788         choices.
16789
16790 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
16791
16792         * spam-report.el (spam-report-resend-to, spam-report-resend): Start
16793         with resend-to set to nil, and then ask the user if necessary.
16794         (spam-report-resend): spam-report-resend takes a list of articles, not
16795         separate article numbers.
16796
16797 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16798
16799         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
16800         addition to emacs-w3m.
16801
16802 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16803
16804         * assistant.el (assistant-authinfo-data): New function.
16805         (assistant-eval): Eval for entire assistant.
16806
16807         * netrc.el (netrc-services-file): New variable.
16808         (netrc-parse-services): New function.
16809         (netrc-find-service-name): New function.
16810         (netrc-find-service-number): New function.
16811         (netrc-port-equal): New function.
16812         (netrc-machine): Use it.
16813
16814         * nnimap.el (nnimap-open-connection): Use netrc.
16815
16816         * gnus-util.el (gnus-netrc-get): Remove aliases.
16817
16818         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
16819
16820         * assistant.el (wid-edit): Fix compilation.
16821
16822         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
16823
16824 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
16825
16826         * gnus-util.el (gnus-set-file-modes): New function.  (small
16827         patch).
16828
16829 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16830
16831         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
16832
16833         * assistant.el (assistant-render-node): Fix up rendering and
16834         read-only text.
16835         (assistant-render-node): Reset.
16836         (assistant-make-read-only): Not sticky.
16837
16838 2004-05-20  Danny Siu  <dsiu@adobe.com>
16839
16840         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
16841         centered even when gnus-auto-center-summary is t.
16842
16843 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16844
16845         * dns.el (dns-get-txt-answer): New function.
16846         (dns-read-txt): Ditto.
16847         (query-dns): Use it.
16848
16849 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16850
16851         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
16852         active for foreign groups even if the group level is higher than
16853         the specified value.
16854
16855 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16856
16857         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
16858         non-active groups.
16859
16860         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
16861
16862 2004-05-20  Magnus Henoch  <mange@freemail.hu>
16863
16864         * dns.el (dns-read-type): Add support for SVR.  (small patch)
16865
16866 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
16867
16868         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
16869         (spam-crm114-header, spam-crm114-spam-switch)
16870         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
16871         (spam-crm114-positive-spam-header)
16872         (spam-crm114-database-directory, spam-list-of-processors)
16873         (spam-group-spam-processor-crm114-p)
16874         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
16875         (spam-generic-score, spam-list-of-checks)
16876         (spam-list-of-statistical-checks, spam-registration-functions)
16877         (spam-check-crm114-headers, spam-crm114-score)
16878         (spam-check-crm114, spam-crm114-register-with-crm114)
16879         (spam-crm114-register-spam-routine)
16880         (spam-crm114-unregister-spam-routine)
16881         (spam-crm114-register-ham-routine)
16882         (spam-crm114-unregister-ham-routine): Add CRM114 support.  From
16883         asjo@koldfront.dk (Adam Sjøgren).
16884
16885         * gnus.el: Add spam-use-crm114.
16886
16887         * spam.el (spam-list-of-processors, spam-registration-functions):
16888         Add spam-use-resend.
16889         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
16890         (spam-report-articles-gmane): Add doc fix.
16891         (spam-report-articles-resend, spam-report-resend-register-routine):
16892         Add wrappers around spam-report-resend-to.
16893
16894         * spam-report.el (spam-report-resend-to, spam-report-resend):
16895         Add support for resending spam.
16896         (spam-report-gmane): Fix line length >80.
16897
16898         * gnus.el (spam-process): Add spam-use-resend.
16899
16900 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16901
16902         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
16903         number of processed spam messages.
16904         (spam-ham-copy-or-move-routine): Return the number of processed
16905         ham messages.
16906         (spam-summary-prepare-exit): Use the above values to decide
16907         whether status messages shouled be displayed.
16908
16909 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16910
16911         * rfc2047.el (rfc2047-encode-function-alist): Renamed from
16912         `rfc2047-encoding-function-alist' in order to avoid conflicting
16913         with the old version.
16914         (rfc2047-encode-region): Concatenate words containing non-ASCII
16915         characters in structured fields; don't encode space-delimited
16916         ASCII words even in unstructured fields; don't break words at
16917         char-category boundaries.
16918         (rfc2047-encode-1): New function.
16919         (rfc2047-encode): Use it; encode text so that it occupies the
16920         maximum width within 76-column; work correctly on Q encoding for
16921         iso-2022-* charsets.
16922         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
16923         sure not to break a line just after the header name.
16924         (rfc2047-b-encode-region): Removed.
16925         (rfc2047-b-encode-string): New function.
16926         (rfc2047-q-encode-region): Removed.
16927         (rfc2047-q-encode-string): New function.
16928
16929         * mm-util.el (mm-replace-in-string): New function.
16930
16931 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16932
16933         * gnus-msg.el (gnus-inews-make-draft-meta-information): Really
16934         get it right.
16935         (gnus-inews-make-draft): Really.
16936
16937 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
16938
16939         * nnmh.el (nnmh-request-list-1): Don't check the link count
16940         before descending.  (small patch)
16941
16942 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16943
16944         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
16945         stuff.
16946
16947         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Match
16948         on real group name.
16949
16950         * gnus-art.el (gnus-signature-limit): Doc fix.
16951
16952         * gnus-msg.el (gnus-inews-make-draft): Quote list.
16953
16954         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
16955
16956 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
16957
16958         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
16959         isn't a string.
16960
16961 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16962
16963         * gnus-draft.el (gnus-draft-send): Bind
16964         rfc2047-encode-encoded-words.
16965
16966         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
16967         (rfc2047-encodable-p): Say that =? needs encoding.
16968         (rfc2047-encode-encoded-words): New variable.
16969
16970         * gnus-group.el (gnus-group-select-group): Doc fix.
16971
16972         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
16973
16974         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
16975         to nil.
16976
16977         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
16978
16979         * nnheader.el (nnheader-get-lines-and-char): New function.
16980
16981 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
16982
16983         * gnus-msg.el (gnus-summary-followup-with-original): Document
16984         yanking of region when active.
16985
16986 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16987
16988         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
16989         groups if the group level is higher than the specified value.
16990
16991 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
16992
16993         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
16994         (gnus-group-jump-to-group): Added prefix argument using
16995         `gnus-group-jump-to-group-prompt'.  Query before jumping to
16996         non-active group.
16997
16998         * compface.el (uncompface): Be verbose when changing
16999         `uncompface-use-external'.
17000
17001         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17002         handle manual section.
17003
17004 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17005
17006         * gnus-art.el (gnus-button-alist): Revert previous change.
17007
17008 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17009
17010         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17011
17012 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17013
17014         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17015         whether backend can accept message.
17016
17017         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17018
17019 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17020
17021         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17022         Avoid creating directory when nntp-marks-is-evil is true.
17023         Reported by Reiner Steib.
17024
17025 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17026
17027         * gnus-picon.el (gnus-picon-style): New variable.
17028         (gnus-picon-insert-glyph): Added optional `nostring' argument.
17029         (gnus-picon-transform-address): Support `gnus-picon-style'.  From
17030         Jesper Harder <harder@ifa.au.dk>.
17031
17032 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17033
17034         * message.el (message-fill-field): Return point.
17035         (message-generate-headers): Go to end of field.
17036
17037         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17038         stuff for non-living groups.
17039
17040 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17041
17042         * gnus-art.el (gnus-article-followup-with-original)
17043         (gnus-article-reply-with-original): gnus-mark-active-p ->
17044         gnus-region-active-p.
17045
17046 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17047
17048         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17049         only when there is spam or ham to be processed.
17050
17051 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17052
17053         * mail-source.el (mail-source-delete-crash-box): Refactor.
17054         (mail-source-fetch): Use it.
17055         (mail-source-fetch-file): Ditto.
17056         (mail-source-fetch-directory): Run postscript in loop.
17057         (mail-source-fetch-pop): Delete.
17058         (mail-source-fetch-maildir): Ditto.
17059         (mail-source-fetch-imap): Ditto.
17060
17061         * imap.el (imap-authenticators): Comment out sasl.
17062
17063         * message.el (message-skip-to-next-address): New function.
17064         (message-fill-header-address): Refactor.
17065         (message-fill-address): Use it.
17066         (message-delete-address): Use it.
17067         (message-fill-header-general): Refactor.
17068         (message-fill-field-address): Rename.
17069         (message-narrow-to-field): Find the start of the header.
17070         (message-header-format-alist): Don't pre-fill.
17071         (message-fill-header): Removed.
17072         (message-insert-header): New function.
17073         (message-shorten-references): Use it.
17074
17075         * rfc2047.el (rfc2047-field-value): Strip props.
17076
17077         * mail-parse.el (mail-header-make-address): New alias.
17078
17079         * ietf-drums.el (ietf-drums-make-address): New function.
17080
17081         * imap.el: Add compiler directives.
17082
17083         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17084
17085         * gnus-art.el (article-decode-idna-rhs): Don't use
17086         message-idna-inside-rhs-p.
17087
17088 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17089
17090         * message.el (message-idna-inside-rhs-p): Removed.
17091         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17092
17093         * gnus-art.el (gnus-emphasis-alist): Removed strikethru; too many
17094         false positives.
17095
17096 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17097
17098         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17099
17100 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17101
17102         * nneething.el (nneething-file-name): Don't create spurious
17103         files.
17104
17105         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17106         (gnus-inews-do-gcc): Remove sleep.
17107
17108         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17109         part under point.
17110
17111         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17112         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17113
17114 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17115
17116         * spam.el (spam-summary-prepare-exit): Fixed (length).
17117
17118 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17119
17120         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17121         as expired without moving it" message when there are spam
17122         messages left.
17123
17124 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17125
17126         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17127         header is not nil.
17128
17129 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17130
17131         * nntp.el (nntp-request-set-mark, nntp-request-update-info): Call
17132         nntp-possibly-create-directory, not nntp-possibly-change-group.
17133         (nntp-marks-changed-p): New arg SERVER.
17134         (nntp-request-update-info): Adjust caller.
17135
17136 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17137
17138         * nntp.el (nntp-save-marks): Pass missing arg.
17139
17140 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17141
17142         * nntp.el: Support marks.
17143         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17144         (nntp-marks-modtime, nntp-marks-directory): New variables.
17145         (nntp-request-set-mark, nntp-request-update-info)
17146         (nntp-possibly-create-directory, nntp-marks-changed-p)
17147         (nntp-save-marks, nntp-open-marks, nntp-marks-directory): New
17148         functions.
17149
17150 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17151
17152         * gnus-xmas.el (gnus-xmas-select-lowest-window)
17153         (gnus-xmas-redefine): Rename.
17154
17155         * gnus-score.el (gnus-score-insert-help): Use
17156         gnus-select-lowest-window.
17157
17158         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17159         appt-select-lowest-window and rename to gnus-select-lowest-window.
17160
17161         * gnus.el: do.
17162
17163 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17164
17165         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17166         encodings of MIME-encoded words, in order to improve
17167         interoperability with several broken MUAs.
17168
17169 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17170
17171         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17172         tags, only when charsets are not specified in headers.
17173         (mm-inline-text-html-render-with-w3m): Ditto.
17174
17175         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
17176         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
17177
17178 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17179
17180         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17181         instead of MIME-decoded from fields when checking
17182         `gnus-article-address-banner-alist'.
17183
17184 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17185
17186         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17187         description rather than subject.
17188
17189 2004-05-02  Steve Youngs  <steve@youngs.au.com>
17190
17191         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
17192
17193 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17194
17195         * gnus.el (gnus-version-number): Bump.
17196
17197 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17198
17199         * gnus.el: No Gnus v0.2 is released.
17200
17201 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17202
17203         * gnus-agent.el (gnus-agent-read-agentview): Inline
17204         gnus-uncompress-range.
17205
17206 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17207
17208         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17209         `exec-installed-p'.
17210
17211 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17212
17213         * gnus.el (spam-process, spam-autodetect-methods): Add
17214         bsfilter and bsfilter-headers.
17215
17216         * spam.el (spam-bsfilter): New customize group.
17217         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17218         (spam-bsfilter-header, spam-bsfilter-probability-header)
17219         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17220         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17221         (spam-bsfilter-database-directory): New options.
17222         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17223         (spam-list-of-statistical-checks, spam-registration-functions):
17224         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17225         (spam-bsfilter-score): New command.
17226         (spam-check-bsfilter-headers, spam-check-bsfilter)
17227         (spam-bsfilter-register-with-bsfilter)
17228         (spam-bsfilter-register-spam-routine)
17229         (spam-bsfilter-unregister-spam-routine)
17230         (spam-bsfilter-register-ham-routine)
17231         (spam-bsfilter-unregister-ham-routine): New functions.
17232         (spam-generic-score): Support bsfilter; Accept an optional argument
17233         to recalcurate spam score even if scoring header has already been
17234         added.
17235         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17236         optional argument to recalcurate spam score even if scoring header
17237         has already been added.
17238
17239 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17240
17241         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17242         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17243         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17244         link is missing.
17245
17246 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17247
17248         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17249         (html2text-get-attr): Rewrite.
17250
17251         * message.el (message-setup-1): Remove redundant put-text-property
17252         on mail-header-separator.
17253
17254 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17255
17256         * gnus-registry.el (gnus-registry-cache-whitespace)
17257         (gnus-registry-action, gnus-registry-spool-action)
17258         (gnus-registry-split-fancy-with-parent): Change message levels
17259         from 5 to 3 or 7, as needed.
17260
17261         * spam.el (spam-summary-prepare-exit)
17262         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17263         (spam-split, spam-find-spam, spam-log-undo-registration)
17264         (spam-check-blackholes, spam-enter-ham-BBDB): Changed message
17265         level from 5 to 6.
17266
17267 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17268
17269         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17270         2004-03-04 change).
17271
17272 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17273
17274         * sieve-manage.el (sieve-manage-open):
17275         * nnweb.el (nnweb-insert-html):
17276         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17277         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17278         * nnspool.el (nnspool-request-group):
17279         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17280         * nnml.el (nnml-request-update-info):
17281         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17282         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17283         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17284         (nnimap-request-set-mark):
17285         * nnfolder.el (nnfolder-request-update-info):
17286         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17287         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17288         * gnus-uu.el (gnus-uu-find-articles-matching):
17289         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17290         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17291         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17292         * gnus-nocem.el (gnus-nocem-scan-groups):
17293         * gnus-int.el (gnus-start-news-server):
17294         * gnus-group.el (gnus-group-make-kiboze-group)
17295         (gnus-group-browse-foreign-server):
17296         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17297         Use mapc when appropriate.
17298
17299 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17300
17301         FIXME: Make separate entries for each person.
17302
17303         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17304         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17305         <shields@msrl.com>:
17306
17307         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17308         may need for spam sorting and scoring.
17309         (spam-user-format-function-S): Add user format function suitable for
17310         general use.
17311         (spam-article-sort-by-spam-status): Add sorting function for summary
17312         sorting.
17313         (spam-extra-header-to-number): Add function to get a score from a
17314         header.
17315         (spam-summary-score): Add function to get a numeric score from the
17316         headers.
17317         (spam-generic-score): Fix function doc, was in wrong place.
17318         (spam-initialize): Take symbols when it's run, and install the
17319         extra headers that spam-necessary-extra-headers thinks we need.
17320
17321 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
17322
17323         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
17324         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
17325
17326 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
17327
17328         * gnus-sum.el (gnus-set-global-variables)
17329         (gnus-build-all-threads, gnus-get-newsgroup-headers)
17330         (gnus-article-get-xrefs, gnus-summary-best-group)
17331         (gnus-summary-next-article, gnus-summary-enter-digest-group)
17332         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
17333         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
17334         Use with-current-buffer.
17335
17336 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
17337
17338         * spam.el (spam-summary-prepare-exit): Simplify logic.
17339         (spam-fetch-article-header): Read the article header if it's not
17340         available.
17341         (spam-list-articles): Simplify logic.
17342         (spam-filelist-register-routine): Fix bug with unregister-list.
17343
17344         * gnus-registry.el: Fix comments at beginning.
17345
17346 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
17347
17348         * message.el (message-cater-to-broken-inn): Remove.
17349         (message-shorten-references): Make sure the total folded length of
17350         References is shorter than 998 characters to cater to a bug in INN
17351         2.3.  Also, don't pretend that references aren't folded -- this
17352         hasn't worked for a while.
17353
17354 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17355
17356         * gnus-agent.el (gnus-agentize):
17357         gnus-agent-send-mail-real-function no longer set to current value
17358         of message-send-mail-function but rather a lambda that calls
17359         message-send-mail-function.  The change makes the agent real-time
17360         responsive to user changes to message-send-mail-function.
17361
17362 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17363
17364         * legacy-gnus-agent.el
17365         (gnus-agent-convert-to-compressed-agentview): Fixed typos with
17366         help from Florian Weimer <fw@deneb.enyo.de>
17367
17368 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17369
17370         * nnmail.el (nnmail-cache-insert): Revert last change.
17371
17372 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17373
17374         * nnmail.el (nnmail-cache-insert): Always check whether
17375         nnmail-cache-ignore-groups matches a group name.
17376
17377 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
17378
17379         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
17380         (spam-find-spam, spam-log-processing-to-registry)
17381         (spam-log-registered-p, spam-log-unregistration-needed-p)
17382         (spam-log-undo-registration): Use gnus-message instead of
17383         gnus-error, none of these errors are fatal.
17384
17385         * gnus-registry.el (gnus-registry-clean-empty-function)
17386         (gnus-registry-clean-empty): Remove only empty entries without
17387         extra data.
17388
17389 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
17390
17391         * spam-stat.el (spam-stat-buffer-change-to-spam)
17392         (spam-stat-buffer-change-to-non-spam): Change (error) to
17393         (gnus-message 8) invocation.
17394
17395 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17396
17397         * nntp.el (nntp-via-netcat-command): New variable.
17398         (nntp-via-netcat-switches): New variable.
17399         (nntp-open-via-rlogin-and-netcat): New function.
17400         (nntp-open-connection-function): Doc fix.
17401         (nntp-telnet-command): Doc fix.
17402         (nntp-end-of-line): Doc fix.
17403         (nntp-via-rlogin-command): Doc fix.
17404         (nntp-via-user-name): Doc fix.
17405         (nntp-via-address): Doc fix.
17406
17407 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17408
17409         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
17410         error in Emacs 21.1.
17411
17412 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
17413
17414         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
17415
17416 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17417
17418         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
17419         (gnus-agent-with-refreshed-group): New macro.
17420         (gnus-agent-rename-group): New function.
17421         (gnus-agent-delete-group): New function.
17422         (gnus-agent-save-group-info): Use gnus-command-method when
17423         `method' parameter is nil.  Don't write nil entries into the
17424         active file.
17425         (gnus-agent-get-group-info): New function.
17426         (gnus-agent-fetch-articles): Use
17427         gnus-agent-update-files-total-fetched-for to increment disk space
17428         used.
17429         (gnus-agent-fetch-headers, gnus-agent-save-alist): Use
17430         gnus-agent-update-view-total-fetched-for to increment disk space
17431         used.
17432         (gnus-agent-get-local): Added optional parameters to avoid calling
17433         gnus-group-real-name and gnus-find-method-for-group.
17434         (gnus-agent-set-local): Delete stored entry if either min, or max,
17435         are nil.
17436         (gnus-agent-fetch-session): Reworded error/quit messages.  On
17437         quit, use gnus-agent-regenerate-group to record existance of any
17438         articles fetched to disk before the quit occurred.
17439         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
17440         gnus-agent-update-view-total-fetched-for, and
17441         gnus-agent-update-files-total-fetched-for to decrement disk space
17442         used.
17443         (gnus-agent-retrieve-headers): Use
17444         gnus-agent-update-view-total-fetched-for to increment disk space
17445         used.
17446         (gnus-agent-regenerate-group): Replace gnus-group-update-group
17447         with gnus-agent-update-files-total-fetched-for to decrement disk
17448         space and fresh group buffer.
17449         (gnus-agent-inhibit-update-total-fetched-for): New variable.
17450         (gnus-agent-need-update-total-fetched-for): New variable.
17451         (gnus-agent-update-files-total-fetched-for): New function.
17452         (gnus-agent-update-view-total-fetched-for): New function.
17453         (gnus-agent-total-fetched-for): New function.
17454
17455         * gnus-cache.el (gnus-cache-save-buffers): Use
17456         gnus-cache-update-overview-total-fetched-for to change disk space
17457         used by this group.
17458         (gnus-cache-possibly-enter-article): Use
17459         gnus-cache-update-file-total-fetched-for to increment disk space
17460         used by this group.
17461         (gnus-cache-possibly-remove-article): Use
17462         gnus-cache-update-file-total-fetched-for to decrement disk space
17463         used by this group.
17464         (gnus-cache-generate-nov-databases): Purge total fetched cache.
17465         (gnus-cache-rename-group): New function.
17466         (gnus-cache-delete-group): New function.
17467         (gnus-cache-inhibit-update-total-fetched-for): New variable.
17468         (gnus-cache-need-update-total-fetched-for): New variable.
17469         (gnus-cache-with-refreshed-group): New macro.
17470         (gnus-cache-update-file-total-fetched-for): New function.
17471         (gnus-cache-update-overview-total-fetched-for): New function.
17472         (gnus-cache-rename-group-total-fetched-for): New function.
17473         (gnus-cache-delete-group-total-fetched-for): New function.
17474         (gnus-cache-total-fetched-for): New function.
17475
17476         * gnus-group.el: Require gnus-sum and autoload functions to
17477         resolve warnings when gnus-group.el compiled alone.
17478         (gnus-group-line-format): Documented new %F.
17479         (size of Fetched data) group line format; identifies disk space
17480         used by agent and cache.
17481         (gnus-group-line-format-alist): Defined new F format.
17482         (gnus-total-fetched-for): New function.
17483         (gnus-group-delete-group): No longer update
17484         gnus-cache-active-altered as gnus-request-delete-group now keeps
17485         the cache in sync.
17486         (gnus-group-list-active): Let the agent store a server's active
17487         list if currently plugged.
17488
17489         * gnus-int.el (gnus-request-delete-group):
17490         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
17491         local disk in sync with the server.
17492         (gnus-request-rename-group):
17493         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
17494         local disk in sync with the server.
17495
17496         * gnus-start.el (gnus-get-unread-articles):
17497         Cosmetic simplification to logic.
17498
17499         * gnus-util.el (gnus-rename-file): New function.
17500
17501 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
17502
17503         * mm-util.el (mm-image-load-path): Handle nil in load-path.
17504
17505 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
17506
17507         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
17508         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
17509
17510 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
17511
17512         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
17513         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
17514
17515 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
17516
17517         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
17518
17519 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
17520
17521         * spam.el (spam-set-difference): Add function to replace
17522         gnus-set-difference in spam.el.
17523         (spam-summary-prepare-exit): Use spam-set-difference.
17524
17525 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
17526
17527         * gnus-registry.el (gnus-registry-cache-file): Update to use
17528         gnus-dribble-directory OR gnus-home-directory OR ~.
17529         (gnus-registry-split-fancy-with-parent): Fix doc.
17530
17531 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17532
17533         * message.el (message-exchange-point-and-mark): Use
17534         message-mark-active-p.  Suggested by Jesper Harder
17535         <harder@ifa.au.dk>.
17536
17537 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17538
17539         * message.el (message-exchange-point-and-mark): Don't activate
17540         region if it was inactive.  Suggested by Hiroshi Fujishima
17541         <pooh@nature.tsukuba.ac.jp>.
17542
17543 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17544
17545         * gnus-art.el (article-display-face): Display Faces in the same
17546         order as X-Faces.
17547
17548 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17549
17550         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
17551
17552 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17553
17554         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
17555         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
17556         (gnus-article-mime-hierarchy): Remove.
17557         (gnus-article-mime-hierarchy-next): Remove.
17558         (gnus-article-mode): Revert 2004-03-19 change.
17559         (gnus-article-setup-buffer): Revert 2004-03-19 change.
17560         (gnus-insert-mime-button): Revert 2004-03-19 change.
17561         (gnus-mime-accumulate-hierarchy): Remove.
17562         (gnus-mime-enter-multipart): Remove.
17563         (gnus-mime-leave-multipart): Remove.
17564         (gnus-mime-display-part): Revert 2004-03-19 change.
17565         (gnus-mime-display-alternative): Revert 2004-03-19 change.
17566
17567         * mml.el (mml-preview): Revert 2004-03-19 change.
17568
17569 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
17570
17571         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
17572
17573 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17574
17575         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
17576         t while entering a file name using the mm-with-multibyte macro.
17577         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17578
17579         * mm-util.el (mm-with-multibyte): New macro.
17580
17581 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): New
17584         user option.
17585         (gnus-mime-multipart-functions): Doc and customization fix.
17586         (gnus-article-mime-hierarchy): New variable.
17587         (gnus-article-mime-hierarchy-next): New variable.
17588         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
17589         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
17590         gnus-article-mime-hierarchy-next to nil.
17591         (gnus-insert-mime-button): Show hierarchy numbers.
17592         (gnus-mime-accumulate-hierarchy): New function.
17593         (gnus-mime-enter-multipart): New function.
17594         (gnus-mime-leave-multipart): New function.
17595         (gnus-mime-display-part): Recompute hierarchical MIME structure.
17596         (gnus-mime-display-alternative): Show hierarchy numbers.
17597
17598         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
17599         gnus-article-mime-hierarchy-next to nil.
17600
17601 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
17602
17603         * dns.el: Don't require gnus-xmas.
17604
17605 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
17606
17607         * mml.el (mml-generate-mime-1): Don't use format=flowed with
17608         inline PGP.
17609         (mml-menu): Disable mml-quote-region if mark is inactive.
17610
17611 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17612
17613         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
17614         when the group's active is not available.
17615
17616 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17617
17618         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
17619         error.
17620
17621 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
17622
17623         * imap.el (imap-store-password): New variable.
17624         (imap-interactive-login): Use it.
17625         Suggested by Mark Plaksin <happy@mcplaksin.org>.
17626
17627 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17628
17629         * gnus-art.el (gnus-article-read-summary-keys): Restore new
17630         window-start and hscroll to summary window.
17631
17632 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17633
17634         * gnus-start.el (gnus-convert-old-newsrc): Only write the
17635         conversion message to newsrc-dribble when an actual conversion is
17636         performed.
17637
17638 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
17639
17640         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
17641
17642 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17643
17644         * mm-decode.el (mm-complicated-handles): New function reviving
17645         former definition of mm-multiple-handles.
17646
17647         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
17648         (gnus-mime-delete-part): Use it.
17649
17650 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17651
17652         * gnus-agent.el (gnus-agent-read-local): Bind
17653         nnheader-file-coding-system to gnus-agent-file-coding-system to
17654         avoid the implicit assumption that they will always be equal.
17655         (gnus-agent-save-local): Bind buffer-file-coding-system, not
17656         coding-system-for-write, as the with-temp-file macro first prints
17657         to a buffer then saves the buffer.
17658
17659 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17660
17661         * gnus-art.el (gnus-article-edit-part): New function.
17662         (gnus-mime-save-part-and-strip): Use it; do query instead of
17663         signaling an error; don't use mm-multiple-handles.
17664         (gnus-mime-delete-part): Ditto.
17665
17666 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17667
17668         * gnus-agent.el (gnus-agent-read-agentview): Removed support for
17669         old file versions.
17670         (gnus-group-prepare-hook): Removed function that converted list
17671         form of gnus-agent-expire-days to group properties.
17672
17673         * gnus-int.el: Autoload gnus-agent-regenerate-group.
17674         (gnus-request-accept-article): Re-indented.
17675
17676         * gnus-start.el (gnus-convert-old-newsrc): Registered new
17677         converters to handle old agent file formats.  Added logic for a
17678         "backup before upgrading warning".
17679         (gnus-convert-mark-converter-prompt): Developers can mark
17680         functions as needing (default), or not needing,
17681         gnus-convert-old-newsrc's "backup before upgrading warning".
17682         (gnus-convert-converter-needs-prompt): Tests whether the user
17683         should be protected from potentially irreversable changes by the
17684         function.
17685
17686         * legacy-gnus-agent.el: New.  Provides converters that are only
17687         loaded when gnus-convert-old-newsrc needs to call them.
17688
17689 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17690
17691         * mail-source.el (mail-source-touch-pop): Doc fix.
17692
17693         * message.el (message-smtpmail-send-it): Doc fix.
17694
17695 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
17696
17697         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
17698
17699         * nnmail.el (nnmail-split-fancy): do.
17700
17701         * gnus-kill.el (gnus-kill, gnus-execute): do.
17702
17703 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
17704
17705         * gnus-sum.el (gnus-widget-reversible-match)
17706         (gnus-widget-reversible-to-internal)
17707         (gnus-widget-reversible-to-external): New functions.
17708         (gnus-widget-reversible): New widget.
17709         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
17710
17711 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
17712
17713         * gnus-sum.el (gnus-thread-sort-functions)
17714         (gnus-article-sort-functions): Document `(not F)' items.
17715
17716 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
17717
17718         * spam.el (spam-use-gmane-xref): Add new backend.
17719         (spam-gmane-xref-spam-group): Add variable to control the name of the
17720         Gmane spam group.
17721         (spam-blackhole-servers, spam-blackhole-good-server-regex)
17722         (spam-regex-headers-spam, spam-regex-headers-ham)
17723         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
17724         (spam-list-of-checks): Add spam-use-gmane-xref to list of
17725         backends and checks.
17726         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
17727
17728         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
17729         an autodetect method.
17730
17731 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17732
17733         * gnus-int.el (gnus-request-accept-article): Inform the agent that
17734         articles are being added to a group.
17735         (gnus-request-replace-article): Inform the agent that articles
17736         need to be uncached as the cached contents are no longer valid.
17737
17738 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17739
17740         * binhex.el: Don't autoload executable-find.
17741
17742         * canlock.el: Don't autoload mail-fetch-field.
17743
17744         * dgnushack.el: Autoload c-mode for XEmacs.
17745
17746         * gnus-ems.el: Don't autoload appt-select-lowest-window.
17747
17748         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
17749         rmail-dont-reply-to and rmail-output.
17750
17751         * gnus-score.el: Don't autoload ffap-string-at-point.
17752
17753         * gnus-setup.el: Don't autoload sc-cite-original.
17754
17755         * imap.el: Don't autoload base64-decode-string,
17756         base64-encode-string and md5.
17757
17758         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
17759         and rmail-msg-restore-non-pruned-header.
17760
17761         * mm-decode.el: Don't autoload executable-find.
17762
17763         * mm-url.el: Don't autoload executable-find.
17764
17765         * mm-view.el: Don't autoload diff-mode.
17766
17767         * nndb.el: Don't autoload news-reply-mode, news-setup,
17768         cancel-timer and telnet.
17769
17770         * password.el: Don't autoload run-at-time for Emacs.
17771
17772         * sha1-el.el: Don't autoload executable-find.
17773
17774         * sieve-mode.el: Don't autoload c-mode.
17775
17776         * uudecode.el: Don't autoload executable-find.
17777
17778 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17779
17780         * gnus-agent.el (gnus-agent-file-header-cache): Removed.
17781         (gnus-agent-possibly-alter-active): Avoid null in numeric
17782         comparison.
17783         (gnus-agent-set-local): Refuse to save null in local object table.
17784         (gnus-agent-regenerate-group): The REREAD parameter can now be a
17785         list of articles that will be marked as unread.
17786
17787 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17788
17789         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
17790
17791 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
17792
17793         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
17794         language tags.
17795
17796 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
17797
17798         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
17799         Don't bind "obarray".
17800
17801         * gnus-sum.el (gnus-thread-sort-functions): Added
17802         `gnus-thread-sort-by-most-recent-number' and
17803         `gnus-thread-sort-by-most-recent-date'.
17804         Reported by Kai Grossjohann <kai@emptydomain.de>.
17805
17806 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17807
17808         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
17809
17810 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
17811
17812         * gnus-cus.el (gnus-agent-customize-category): Removed
17813         ignore-errors macro reference that required cl to be loaded at
17814         run-time.
17815
17816         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
17817         single-interval range of the form (min . max).  Previously the
17818         range had to look like ((min . max)).  Likewise, return
17819         (min . max) rather than ((min . max)).
17820         (gnus-range-map): Use gnus-range-normalize to accept
17821         single-interval range.
17822
17823         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
17824         the cache, but not the agent, now appear with their usual face.
17825
17826         * dgnushack.el (loaddir): New variable that is bound to the
17827         directory containing the dgnushack.el file. Use loaddir, rather
17828         than srcdir, to update load-path. Change lets dgnushack compile
17829         code in directories other than GNUS/lisp.
17830
17831 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17832
17833         * lpath.el: Don't bind w3m-safe-url-regexp.
17834
17835         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
17836         w3m-safe-url-regexp variable buffer-local.
17837
17838         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17839
17840 2004-02-27  Simon Josefsson  <jas@extundo.com>
17841
17842         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
17843         gnus-group-real-prefix.
17844         (gnus-summary-move-article): Use it, instead of
17845         gnus-group-real-prefix.
17846
17847 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17848
17849         * lpath.el: Bind w3m-safe-url-regexp.
17850
17851         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
17852         w3m-safe-url-regexp variable buffer-local and set it as the value
17853         of mm-w3m-safe-url-regexp.
17854
17855         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
17856
17857         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
17858         parsing gnus-posting-styles when the message is not for replying.
17859
17860         * dgnushack.el: Autoload sgml-mode for XEmacs.
17861
17862         * nnrss.el (nnrss-opml-export): Use
17863         mm-set-buffer-file-coding-system instead of
17864         set-buffer-file-coding-system.
17865
17866 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
17867
17868         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
17869         of checkdoc.el).
17870         * nnrss.el: do.
17871         * gnus-mlspl.el: do.
17872         * gnus-ml.el: do.
17873         * gnus-srvr.el: do.
17874
17875         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
17876
17877 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
17878
17879         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
17880         Corrections to custom-manual links.
17881
17882         * gnus-art.el (gnus-article): Ditto.
17883
17884         * mm-decode.el (mime-display, mime-security): Ditto.
17885
17886 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17887
17888         * flow-fill.el: Typo.
17889
17890 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
17891
17892         * spam-wash.el: New file.
17893
17894 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
17895
17896         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
17897
17898 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
17899
17900         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
17901         to be run with new-articles as LIST1, not LIST2.
17902         (spam-registration-functions): Add spam-use-ham-copy as a nil
17903         registration backend.
17904
17905 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
17906
17907         * spam-stat.el (spam-stat-washing-hook): New option.
17908         (spam-stat-buffer-words): Use it.
17909         (spam-stat-process-directory, spam-stat-test-directory): Use
17910         insert-file-contents-literally.
17911         (spam-stat-coding-system): New variable.
17912         (spam-stat-load, spam-stat-save): Use it.
17913
17914 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17915
17916         * spam-report.el (spam-report-plug-agent): Quote
17917         spam-report-url-to-file and spam-report-url-ping-plain.
17918
17919 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
17920
17921         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Allow
17922         / in mailto URLs.
17923
17924 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
17925
17926         * spam-report.el (spam-report-process-queue): Fix interactive use.
17927         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
17928         (spam-report-unplug-agent): Doc fixes.
17929         (spam-report-url-ping-mm-url, spam-report-url-to-file)
17930         (spam-report-agentize, spam-report-deagentize): Autoload.
17931
17932 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17933
17934         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
17935
17936         * message.el (message-setup-fill-variables): Add mml tags to
17937         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
17938         <ajk@iu.edu>.
17939         (message-mode): Don't modify paragraph-separate there.
17940
17941 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17942
17943         * compface.el (uncompface-use-external): Default to undecided.
17944         (uncompface-use-external-threshold): New variable.
17945         (uncompface-float-time): New macro.
17946         (uncompface): Determine whether to use the external decoder if
17947         uncompface-use-external is undecided.
17948
17949 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17950
17951         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
17952         after images.
17953
17954         * gnus-art.el (gnus-mime-display-single): Remove dead code.
17955
17956 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
17957
17958         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
17959
17960         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
17961
17962         * gnus-sum.el (gnus-summary-limit-to-age)
17963         (gnus-summary-limit-children): do.
17964
17965         * gnus-int.el (gnus-request-scan): do.
17966
17967         * gnus-group.el (gnus-group-suspend): do.
17968
17969         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
17970
17971         * gnus-cite.el (gnus-cite-parse-attributions): do.
17972
17973         * gnus-agent.el (gnus-summary-set-agent-mark)
17974         (gnus-agent-regenerate-group): do.
17975
17976         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
17977
17978         * binhex.el (binhex-decode-region-internal): do.
17979
17980 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17981
17982         * gnus-fun.el (gnus-face-properties-alist): New user option.
17983         (gnus-display-x-face-in-from): Use it.
17984
17985         * gnus-art.el (article-display-face): Ditto.
17986
17987         * compface.el (uncompface-use-external): Default to nil.
17988
17989 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
17990
17991         * nntp.el (nntp-erase-buffer): New function.
17992         (nntp-retrieve-data, nntp-send-command)
17993         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
17994         (nntp-possibly-change-group): Use it.
17995
17996         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list): Use
17997         with-current-buffer.
17998
17999 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18000
18001         * compface.el: Merge the ELisp-based uncompface program.
18002         (compface): New customization group.
18003         (uncompface-use-external): New user option.
18004         (uncompface): Call uncompface-internal if uncompface-use-external
18005         is nil.
18006         (uncompface-internal): New function.  Note that there are also
18007         some other functions and variables added for this function.
18008
18009 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18010
18011         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18012         if necessary.
18013
18014 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18015
18016         * spam-report.el (spam-report-unplug-agent)
18017         (spam-report-plug-agent, spam-report-deagentize)
18018         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18019         Add support for the Agent in spam-report: when unplugged, report to a
18020         file; when plugged, submit all the requests.
18021
18022         * spam.el (spam-register-routine): Fix message about
18023         registration.
18024
18025 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18026
18027         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18028         dependencies.
18029         (rfc2047-encode): Use it.
18030
18031         * gnus-art.el (gnus-button-marker-list): Move before first
18032         reference.
18033
18034         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18035         (imap-parse-body): Fix format string mismatch.
18036
18037         * gnus-score.el (gnus-summary-increase-score): do.
18038
18039         * nnrss.el (nnrss-close): New function.
18040
18041 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18042
18043         * nnrss.el (nnrss-make-filename): New function.
18044         (nnrss-request-delete-group, nnrss-read-server-data)
18045         (nnrss-save-server-data, nnrss-read-group-data)
18046         (nnrss-save-group-data): Use it.
18047         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18048         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18049         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18050
18051 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18052
18053         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18054
18055 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18056
18057         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18058         files.
18059
18060         * message.el (message-generate-headers-first): Don't quote nil
18061         and t in docstrings.
18062
18063         * imap.el (imap-id): do.
18064
18065         * gnus-agent.el (gnus-agent-consider-all-articles)
18066         (gnus-agent-queue-mail): do.
18067
18068 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18069
18070         * spam-report.el (spam-report-process-queue): New function.
18071         Process requests from `spam-report-requests-file'.
18072         (spam-report-process-queue): Doc fix.
18073
18074 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18075
18076         * spam.el (spam-register-routine)
18077         (spam-log-processing-to-registry, spam-log-registered-p)
18078         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18079         Change "check" to "spam-check" for semi-clarity.
18080
18081 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18082
18083         * pop3.el: Require nnheader.
18084
18085         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18086
18087         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18088
18089         * gnus-picon.el: Require cl.
18090
18091         * gnus-fun.el: Require gnus-ems and gnus-util.
18092
18093         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18094
18095         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18096
18097         * gnus-art.el (gnus-article-edit-mode): Define before first
18098         reference.
18099
18100 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18101
18102         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18103         (gnus-uu-post-encoded): Use point-at-bol.
18104
18105         * gnus-topic.el (gnus-group-active-topic-p): do.
18106
18107         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18108
18109         * gnus-group.el (gnus-group-kill-region): do.
18110
18111         * gnus-art.el (article-date-ut): do.
18112
18113         * message.el (message-fetch-field): Remove redundant
18114         case-fold-search binding.
18115         (message-narrow-to-field): Simplify.
18116
18117 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18118
18119         * spam.el (spam-directory): Derive from `gnus-directory'.
18120
18121         * spam-report.el (spam-report-url-to-file)
18122         (spam-report-requests-file): New function and variable for offline
18123         reporting.
18124         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18125         and user defined function.
18126         (spam-report-url-ping-mm-url): Remove doubled slash.
18127
18128 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18129
18130         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18131
18132 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18133
18134         * spam.el (spam-check-spamoracle, spam-spamoracle-learn): Fix
18135         format string mismatch.
18136
18137         * sieve.el (sieve-deactivate-all): do.
18138
18139         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18140
18141         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18142
18143         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18144
18145         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18146
18147 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18148
18149         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18150         the list of checks.
18151
18152 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18153
18154         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18155         padding.
18156
18157 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18158
18159         * mm-view.el (mm-fill-flowed): New variable.
18160         (mm-inline-text): Use it.
18161
18162 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18163
18164         * spam.el (spam-spamassassin-register-ham-routine)
18165         (spam-spamassassin-register-spam-routine): Fix function names.
18166
18167 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18168
18169         * gnus.el (gnus-tmp-grouplens): Remove.
18170         (gnus-summary-line-format): Remove grouplens.
18171
18172         * gnus-group.el (gnus-group-line-format): Ditto.
18173
18174         * gnus-spec.el (gnus-format-specs): Ditto.
18175         (gnus-update-format-specifications): Flush the group format spec
18176         cache if there's the grouplens stuff.
18177         (gnus-parse-simple-format): Replace %l with the empty string.
18178
18179 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18180
18181         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18182         omission.
18183
18184 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18185
18186         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18187         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18188
18189 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18190
18191         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18192         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18193         New macros and functions.
18194         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18195         Handle > NLINK_MAX messages.
18196         * nnmaildir.el (nnmaildir-request-set-mark): Use
18197         nnmaildir--emlink-p and nnmaildir--eexist-p.
18198
18199 2004-01-25  Alex Schroeder  <alex@gnu.org>
18200
18201         * spam-stat.el (spam-stat-process-directory-age): New option.
18202         (spam-stat-process-directory): Use it.
18203
18204 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18205
18206         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18207         (spam-stat-save): Accept prefix argument.
18208
18209 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18210
18211         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18212         links" error.
18213
18214 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18215
18216         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
18217         the rest of the and/or forms.
18218
18219 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18220
18221         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18222         compatibility with old .newsrc.eld files.
18223
18224         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
18225
18226         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18227
18228         * gnus-start.el (gnus-1): do.
18229
18230         * gnus-group.el (gnus-group-line-format-alist): do.
18231
18232         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18233
18234         * gnus-gl.el: Remove.
18235
18236 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18237
18238         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18239         marks consisting of a single range {for example, (3 . 5)} rather
18240         than a list of a single range { ((3 . 5)) }.
18241
18242 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18243
18244         * spam-stat.el (spam-stat-store-gnus-article-buffer): Use
18245         with-current-buffer.
18246         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18247         avoid consing a string.
18248
18249         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18250         Remove obsolete entries for big5 and gb2312.
18251
18252 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18253
18254         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18255         uncompressed list.
18256
18257 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18258
18259         * spam-stat.el (spam-stat-strip-xref): New function.
18260         (spam-stat-process-directory): Use it.
18261
18262         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18263         here -- it's done in message-fetch-field.
18264
18265 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18266
18267         * gnus-agent.el (gnus-agent-queue-mail)
18268         (gnus-agent-prompt-send-queue): New variables.
18269         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18270         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18271         "nndraft:queue" along to gnus-draft-send.  Use
18272         gnus-agent-prompt-send-queue.
18273         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18274         is "nndraft:queue".  Suggested by Gaute Strokkenes
18275         <gs234@srcf.ucam.org>
18276
18277         * gnus-agent.el (agent-disable-undownloaded-faces): Removed.
18278         (agent-enable-undownloaded-faces): Added.
18279         (gnus-agent-cat-groups): Use eval-and-compile, not
18280         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18281         method of gnus-agent-cat-groups even when the buffer has been
18282         evaled.
18283         (gnus-agent-save-active, gnus-agent-save-active-1): Merged to
18284         delete gnus-agent-save-active-1.
18285         (gnus-agent-save-groups): Deleted.  Identical to
18286         gnus-agent-save-active.
18287         (gnus-agent-write-active): No longer adjust agent's copy of active
18288         file as agent's adjustments are now stored in their own
18289         file.  Removed optional parameter.
18290         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18291         servers.  Add use of min/max range limits from server's local
18292         file.
18293         (gnus-agent-save-alist): Removed unused optional argument.
18294         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18295         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18296         (gnus-agent-set-local): A per-server file that keeps min/max range
18297         limits for articles known to the agent.  Provides a fast mechanism
18298         for altering many active ranges.
18299         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18300         active file (local makes it unnecessary).
18301         (gnus-agent-regenerate-group): Fixed XEmacs compatibility.
18302
18303         * gnus-cus.el (agent-disable-undownloaded-faces): Removed.
18304         (agent-enable-undownloaded-faces): Added.
18305
18306         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18307         disable it when sending to "nndraft:queue".
18308         (gnus-group-send-queue): Add safety check to avoid sending queue
18309         when unplugged.
18310
18311         * gnus-group.el (gnus-group-catchup): Use new
18312         gnus-sequence-of-unread-articles, not
18313         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18314         numbers of articles.  Use gnus-range-map to avoid having to
18315         uncompress the unread list.
18316         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18317         Fixed invalid ange-ftp reference.
18318
18319         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18320         (gnus-sorted-range-intersection): Intersection of two ranges
18321         without requiring that they first be uncompressed.
18322
18323         * gnus-start.el (gnus-activate-group): Unless blocked by the
18324         caller, possibly expand the active range to include both cached
18325         and agentized articles.
18326         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18327         multiple version-dependent converters.
18328         (gnus-groups-to-gnus-format): Replaced gnus-agent-save-groups with
18329         gnus-agent-save-active.
18330         (gnus-save-newsrc-file): Save dirty agent range limits.
18331
18332         * gnus-sum.el (gnus-select-newgroup): Replaced inline code with
18333         gnus-agent-possibly-alter-active.
18334         (gnus-adjust-marked-articles): Faster handling of simple lists.
18335
18336 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18337
18338         * spam-stat.el (spam-stat-test-directory): New optional argument
18339         displays a list of files detected.  Suggested by Andrew Cohen
18340         <cohen@andy.bu.edu>.
18341         (spam-stat-buffer-words-with-scores): Don't narrow and change
18342         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
18343
18344 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
18345
18346         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
18347         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
18348         (spam-spamassassin-arguments)
18349         (spam-spamassassin-spam-flag-header)
18350         (spam-spamassassin-positive-spam-flag-header)
18351         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
18352         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
18353         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
18354         (spam-list-of-processors, spam-list-of-checks)
18355         (spam-list-of-statistical-checks, spam-registration-functions)
18356         (spam-check-spamassassin-headers, spam-check-spamassassin)
18357         (spam-spamassassin-score)
18358         (spam-spamassassin-register-with-sa-learn)
18359         (spam-spamassassin-register-spam-routine)
18360         (spam-spamassassin-register-ham-routine)
18361         (spam-assassin-register-spam-routine)
18362         (spam-assassin-register-ham-routine): Add SpamAssassin support.
18363         (spam-bogofilter-score): Fix to show article before scoring.
18364
18365 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
18366
18367         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
18368         default scoring function.
18369         (spam-generic-score): Call spam-spamassassin-score if
18370         spam-use-spamassassin or spam-use-spamassassin-headers is on;
18371         spam-bogofilter-score otherwise.
18372
18373         * gnus.el (spam-process, spam-autodetect-methods): Add
18374         spamassassin and spamassassin-headers.
18375
18376 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
18377
18378         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18379         Suppress unnecessary messages.
18380
18381 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
18382
18383         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
18384         make-hash-table.
18385
18386 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18387
18388         * canlock.el (base64-encode-string): Don't autoload it.
18389
18390 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18391
18392         * run-at-time.el: Remove useless (require 'itimer),
18393         eval-and-compile and (featurep 'xemacs).
18394
18395 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
18396
18397         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
18398         GROUP is a virtual group.
18399
18400 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
18401
18402         * gnus.el: Autoload `message-y-or-n-p'.
18403
18404 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
18405
18406         * pgg-parse.el: Remove unnecessary (require 'custom).
18407
18408         * pgg-def.el: do.
18409
18410         * nnmail.el: do.
18411
18412         * gnus-undo.el: do.
18413
18414         * gnus-picon.el: do.
18415
18416         * gnus-util.el: do.
18417
18418 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
18419
18420         * gnus-sum.el (gnus-pick-line-number): Add autoload.
18421
18422 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18423
18424         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
18425         handle, as well as a list.
18426
18427         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
18428         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
18429         (mm-w3m-cid-retrieve): Simplify.
18430
18431 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
18432
18433         * message.el (message-kill-to-signature): Allow prefix arg to
18434         specify number of lines to keep before signature.
18435
18436 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
18437
18438         * message.el (message-kill-to-signature): Change docstring.
18439
18440 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18441
18442         * canlock.el: Always require sha1-el.
18443         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
18444
18445         * message.el: Autoload sha1 only when compiling.
18446
18447         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
18448         eudc-expand-inline for XEmacs.
18449
18450 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
18451
18452         * message.el (message-canlock-generate): Require sha1-el.
18453
18454 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
18455
18456         * message.el (message-expand-name): Silence the byte compiler.
18457
18458         * lpath.el: Add detect-coding-system.
18459
18460         * dgnushack.el (dgnushack-compile): Remove obsolete check for
18461         cus-edit.
18462
18463 2004-01-13  Simon Josefsson  <jas@extundo.com>
18464
18465         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
18466         Invoke gnus-score-mode.  Reported by
18467         bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
18468
18469         * gnus-range.el (gnus-compress-sequence): Doc fix.  Suggested by
18470         Jim Blandy <jimb@redhat.com> (tiny change).
18471
18472 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18473
18474         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
18475
18476 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
18477
18478         * spam.el (spam-get-article-as-string): Update to use
18479         gnus-request-article-this-buffer, much simpler.
18480         (spam-get-article-as-buffer): Remove.
18481
18482 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
18483
18484         * message.el (message-expand-name): Use EUDC if the user uses that.
18485
18486 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
18487
18488         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
18489         character for the encoding to avoid consing a string.
18490
18491         * rfc2047.el (rfc2047-decode-string): Don't cons a string
18492         unnecessarily.
18493
18494         * mm-util.el (mm-replace-chars-in-string): Remove.
18495
18496         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
18497         of mm-replace-chars-in-string.
18498
18499 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
18500
18501         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
18502
18503         * mm-util.el (mm-subst-char-in-string): Support inplace.
18504
18505         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
18506         a new string in every iteration.  Use shy groups.
18507
18508 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
18509
18510         * gnus-srvr.el (gnus-browse-unsubscribe-group):
18511         * gnus-soup.el (gnus-soup-group-brew):
18512         * gnus-msg.el (gnus-put-message):
18513         * gnus-move.el (gnus-group-move-group-to-server):
18514         * gnus-kill.el (gnus-batch-score):
18515         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
18516         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
18517         (gnus-group-update-group, gnus-group-read-group)
18518         (gnus-group-make-group, gnus-group-make-help-group)
18519         (gnus-group-make-archive-group, gnus-group-make-directory-group)
18520         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
18521         (gnus-group-sort-by-unread, gnus-group-catchup)
18522         (gnus-group-unsubscribe-group, gnus-group-kill-group)
18523         (gnus-group-yank-group, gnus-group-set-info)
18524         (gnus-group-list-groups):
18525         * gnus.el (gnus-generate-new-group-name):
18526         * gnus-delay.el (gnus-delay-send-queue):
18527         * nnvirtual.el (nnvirtual-catchup-group):
18528         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
18529         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
18530         (gnus-group-prepare-topics, gnus-topic-check-topology):
18531         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
18532         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
18533         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
18534         (gnus-group-make-articles-read):
18535         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
18536         (gnus-group-change-level, gnus-kill-newsgroup)
18537         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
18538         (gnus-get-unread-articles, gnus-make-articles-unread)
18539         (gnus-make-ascending-articles-unread): Use accessor
18540         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
18541         to get group information for improved readability.
18542
18543
18544 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18545
18546         * gnus-art.el (article-decode-mime-words, article-babel)
18547         (gnus-article-highlight-signature, gnus-article-add-buttons)
18548         (gnus-signature-toggle): Use gnus-with-article-buffer.
18549
18550         * gnus-art.el (gnus-article-highlight-headers)
18551         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
18552
18553         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
18554         (gnus-article-set-globals, gnus-request-article-this-buffer)
18555         (gnus-button-message-id, gnus-article-maybe-hide-headers)
18556         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
18557         (gnus-mime-display-alternative): Use with-current-buffer.
18558
18559 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18560
18561         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
18562         also under 80 char limit, and call gnus-error if needed.
18563         (spam-fetch-article-header): Fix - it was a
18564         buffer-local variable (gnus-newsgroup-data).
18565         (spam-find-spam): Use spam-generate-fake-headers, forget about
18566         spam-insert-fake-headers.
18567         (spam-insert-fake-headers): Remove.
18568
18569 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18570
18571         * deuglify.el (gnus-article-outlook-unwrap-lines)
18572         (gnus-outlook-rearrange-article)
18573         (gnus-outlook-repair-attribution-outlook)
18574         (gnus-outlook-repair-attribution-block)
18575         (gnus-outlook-repair-attribution-other): Remove redundant
18576         save-excursion.
18577
18578 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
18579
18580         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
18581         (spam-fetch-field-subject-fast)
18582         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
18583         (spam-fetch-article-header): Add functions to deal with Gnus
18584         internals for fast retrieval of article header data.
18585         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
18586
18587 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
18588
18589         * pop3.el (pop3-md5): Remove.
18590         (pop3-apop): Replace pop3-md5 with md5.
18591
18592         * mm-bodies.el: base64 is always built-in.
18593
18594         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use
18595         with-current-buffer.
18596
18597 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18598
18599         * canlock.el (canlock-insert-header): Remove excessive grouping in
18600         regexp.
18601
18602         * gnus-sum.el (gnus-summary-read-document): Ditto.
18603
18604         * gnus-uu.el (gnus-uu-part-number): Ditto.
18605
18606         * html2text.el (html2text-remove-tags): Ditto.
18607         (html2text-format-tags): Ditto.
18608         (html2text-format-single-elements): Ditto.
18609
18610         * mml.el (mml-parse-1): Ditto.
18611
18612 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18613
18614         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
18615
18616         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
18617
18618         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
18619
18620         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
18621
18622 2003-11-15  Simon Josefsson  <jas@extundo.com>
18623
18624         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
18625         (pgg-gpg-lookup-key): Use regexp match instead of
18626         split-string (split-string is different between emacs 21.2 and
18627         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
18628
18629 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
18630
18631         * gnus-art.el (gnus-mime-view-all-parts)
18632         (gnus-article-part-wrapper, gnus-article-view-part): Use
18633         with-current-buffer.
18634
18635 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18636
18637         * spam.el (spam-disable-spam-split-during-ham-respool)
18638         (spam-spamoracle-database, spam-cache-lookups)
18639         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
18640         (spam-group-ham-mark-p, spam-group-spam-mark-p)
18641         (spam-group-ham-marks, spam-group-spam-marks)
18642         (spam-group-spam-contents-p, spam-group-ham-contents-p)
18643         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
18644         also add spam-use-blackholes to the statistical checks.
18645         (spam-fetch-field-fast): Add interface to fetching fields, may
18646         become a macro.
18647         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
18648         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
18649         (spam-insert-fake-headers): Fake an article when needed.
18650         (spam-find-spam): Fake article when possible.
18651         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
18652         (spam-check-bogofilter-headers): Use message-fetch-field instead
18653         of nnmail-fetch-field.
18654
18655 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
18656
18657         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
18658
18659 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
18660
18661         * spam.el (spam-split): Do not require spam-use-CHECK to be
18662         enabled if that check is passed to spam-split explicitly; also
18663         fix so 'spam doesn't get converted to spam-split-group when
18664         spam-split-symbolic-return is t.
18665         (spam-find-spam): Find registrations of the article and use those
18666         instead of re-running spam-split to find the spam/ham
18667         classification of the article.
18668         (spam-log-processing-to-registry, spam-log-registered-p)
18669         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18670         Use gnus-error instead of gnus-message.
18671         (spam-log-registration-type): Add function to determine the
18672         classification of a message based on registry entries; will
18673         return nil if both 'spam and 'ham are found.
18674         (spam-check-BBDB): Expand all the BBDB macros here so we can have
18675         a reasonably fast local cache without the loading errors.
18676         (spam-cache-lookups): Set to t by default.
18677         (spam-find-spam): Don't try to guess spam-cache-lookups.
18678         (spam-enter-whitelist, spam-enter-blacklist): Clear the
18679         spam-caches entry.
18680         (spam-filelist-build-cache, spam-filelist-check-cache): Fix
18681         caching of whitelist/blacklist entries.
18682         (spam-check-whitelist, spam-check-blacklist): Invoke
18683         spam-from-listed-p with a type, not a cache variable.
18684         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
18685
18686 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18687
18688         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
18689
18690         * nnmail.el (nnmail-split-fancy): do.
18691
18692         * mml.el (mml-parse): do.
18693
18694         * gnus-score.el (gnus-enter-score-words-into-hashtb)
18695         (gnus-score-adaptive): do.
18696
18697 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18698
18699         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
18700         (gnus-mime-button-map): Don't set keymap parent.
18701         (gnus-button-ctan-directory-regexp): Use shy grouping.
18702         (gnus-prev-page-map): Don't set keymap parent.
18703         (gnus-prev-page-map): Remove duplicated one.
18704         (gnus-next-page-map): Don't set keymap parent.
18705         (gnus-mime-security-button-map): Ditto.
18706
18707         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
18708         version number.
18709
18710         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
18711
18712 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * canlock.el (canlock-sha1-function): Remove.
18715         (canlock-sha1-function-for-verify): Remove.
18716         (canlock-openssl-program): Remove.
18717         (canlock-openssl-args): Remove.
18718         (canlock-ignore-errors): Remove.
18719         (canlock-sha1-with-openssl): Remove.
18720         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
18721         (canlock-verify): Don't use canlock-ignore-errors.
18722
18723         * sha1-el.el (sha1-string-external): Make it can return a string
18724         in binary form.
18725         (sha1-region-external): Ditto.
18726         (sha1-string-internal): Ditto.
18727         (sha1-region-internal): Ditto.
18728         (sha1-region): Ditto.
18729         (sha1-string): Ditto.
18730         (sha1): Ditto.
18731
18732 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18733
18734         * spam.el (spam-report-articles-gmane): New command.
18735
18736 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * gnus.el: Don't make unnecessary *Group* buffer when loading.
18739
18740         * run-at-time.el (run-at-time-saved): Remove.
18741         (run-at-time): Doc fix.
18742
18743 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
18744
18745         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
18746         (gnus-summary-limit-map): Add it.
18747         (gnus-summary-make-menu-bar): do.
18748
18749 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
18750
18751         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
18752         Make attempt at some caching support (done for BBDB only now).
18753         (spam-find-spam): Set spam-cache-lookups if there are more than 2
18754         addresses to be checked.
18755         (spam-clear-cache-BBDB): Add function, to be invoked by
18756         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
18757         (spam-check-BBDB): Check and use the caches, if
18758         spam-cache-lookups is on, remove superfluous (provide).
18759
18760 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
18761
18762         * gnus-art.el (gnus-treat-ansi-sequences): Changed default.
18763
18764 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
18765
18766         * run-at-time.el (run-at-time-saved): Move to after the definition
18767         of `run-at-time'.
18768
18769         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
18770
18771 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
18774         mm-w3m-local-map-property.
18775
18776         * mm-view.el (mm-w3m-mode-map): Remove.
18777         (mm-w3m-local-map-property): Remove.
18778         (mm-inline-text-html-render-with-w3m): Don't use
18779         mm-w3m-local-map-property.
18780
18781 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18782
18783         * run-at-time.el: New file.
18784
18785         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
18786         under Emacs.
18787
18788         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
18789         of gnus-set-text-properties.
18790
18791         * gnus-uu.el (gnus-uu-save-article): Ditto.
18792
18793         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
18794
18795         * gnus-cite.el (gnus-cite-parse): Ditto.
18796
18797         * gnus-art.el (gnus-button-push): Use set-text-properties instead
18798         of gnus-.
18799
18800         * gnus-xmas.el (run-at-time): Require run-at-time.
18801
18802         * gnus.el: Changed calls to nnheader-run-at-time and
18803         password-run-at-time throughout to use run-at-time directly.
18804
18805         * password.el: Removed definition of run-at-time.
18806
18807         * nnheaderxm.el: Remove definition of run-at-time.
18808
18809 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
18810
18811         * mml.el (mml-minibuffer-read-disposition): Show attachment type
18812         in prompt.
18813
18814 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18815
18816         * messagexmas.el (message-xmas-redefine): Alias
18817         `message-make-caesar-translation-table' to
18818         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
18819         version.
18820
18821         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
18822         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
18823         `gnus-xmas-set-text-properties'.
18824         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
18825         `gnus-xmas-completing-read'.
18826         (gnus-xmas-completing-read): Removed.
18827         (gnus-xmas-open-network-stream): Removed.
18828
18829         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
18830         XEmacs version.
18831
18832         * dns.el (dns-make-network-process): Use `open-network-stream'
18833         instead of `gnus-xmas-open-network-stream'.
18834
18835         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
18836
18837         * .cvsignore: Add auto-autoloads.el, custom-load.el.
18838
18839 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18840
18841         * gnus-art.el (gnus-mime-display-alternative)
18842         (gnus-insert-mime-button, gnus-insert-mime-security-button)
18843         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
18844         Don't use gnus-local-map-property.
18845
18846         * gnus-util.el (gnus-local-map-property): Remove.
18847
18848         * mm-view.el (mm-view-pkcs7-decrypt): Replace
18849         gnus-completing-read-maybe-default with completing-read.
18850
18851         * gnus-util.el (gnus-completing-read): do.
18852         (gnus-completing-read-maybe-default): Remove.
18853
18854 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
18855
18856         * password.el: Only autoload `run-at-time' if not XEmacs.
18857         Only autoload the itimer functions if XEmacs.
18858
18859 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
18860
18861         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
18862         XEmacsen.
18863
18864         * dgnushack.el: Autoload executable-find for XEmacs.
18865
18866 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
18867
18868         * gnus-art.el (gnus-read-string): Remove.
18869         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
18870         read-string.
18871
18872 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
18873
18874         * netrc.el: Autoload password-read.
18875         (netrc): Add configuration group.
18876         (netrc-encoding-method, netrc-openssl-path): Add
18877         variables for encoding and decoding of files with symmetric
18878         ciphers.
18879         (netrc-encode): Add assistant function to encode a file with
18880         netrc-encoding-method.
18881         (netrc-parse): Add interactive parameter, added optional
18882         decoding if netrc-encoding-method is non-nil but otherwise
18883         behavior is standard.
18884         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
18885         Do s/encode/encrypt/ everywhere.
18886
18887         * spam.el: Remove executable-find autoload.
18888
18889 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18890
18891         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
18892
18893         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
18894
18895 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
18896
18897         * gnus-art.el (gnus-treat-ansi-sequences)
18898         (article-treat-ansi-sequences): New variable and function.
18899         Suggested by Dan Jacobson <jidanni@jidanni.org>.
18900
18901         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
18902         Use it.
18903
18904 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
18905
18906         * mm-util.el (mm-quote-arg): Remove.
18907
18908         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
18909         shell-quote-argument.
18910
18911         * gnus-uu.el (gnus-uu-command): do.
18912
18913         * gnus-sum.el (gnus-summary-insert-pseudos): do.
18914
18915         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
18916         with make-char.
18917
18918         * mm-util.el (mm-make-char): Remove.
18919
18920         * mml.el (mml-mode): Replace gnus-add-minor-mode with
18921         add-minor-mode.
18922
18923         * gnus-undo.el (gnus-undo-mode): do.
18924
18925         * gnus-topic.el (gnus-topic-mode): do.
18926
18927         * gnus-sum.el (gnus-dead-summary-mode): do.
18928
18929         * gnus-start.el (gnus-slave-mode): do.
18930
18931         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
18932
18933         * gnus-ml.el (gnus-mailing-list-mode): do.
18934
18935         * gnus-gl.el (gnus-grouplens-mode): do.
18936
18937         * gnus-draft.el (gnus-draft-mode): do.
18938
18939         * gnus-dired.el (gnus-dired-mode): do.
18940
18941         * gnus-ems.el (gnus-add-minor-mode): Remove.
18942
18943         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18944         Replace gnus-char-width with char-width.
18945
18946         * gnus-ems.el (gnus-char-width): Remove.
18947
18948         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
18949         Replace gnus-char-width with char-width.
18950
18951         * gnus-ems.el (gnus-char-width): Remove.
18952
18953         * spam-stat.el (with-syntax-table): Remove with-syntax-table
18954         definition.
18955         Remove Emacs 20 hash table compatibility code.
18956
18957         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
18958         20 compatibility code.
18959
18960         * spam.el (spam-point-at-eol): Replace with point-at-eol.
18961
18962         * smime.el (smime-point-at-eol): Replace with point-at-eol.
18963
18964         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol): Replace
18965         with point-at-{eol,bol}.
18966
18967         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
18968
18969         * imap.el (imap-point-at-eol): Replace with point-at-eol.
18970
18971         * flow-fill.el (fill-flowed-point-at-bol)
18972         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
18973
18974         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
18975         Replace with point-at-{eol,bol} throughout all files.
18976
18977 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18978
18979         * ntlm.el (ntlm-string-as-unibyte): New macro.
18980         (ntlm-build-auth-response): Use it.
18981
18982         Remove Emacs 20 stuff:
18983         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
18984         (butlast, mapc, remove): Remove the compiler macros.
18985         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
18986         of delq and copy-sequence.
18987         * gnus-art.el (popup-menu): Remove the compiler macro.
18988         * nnmail.el (nnmail-split-fancy): Don't support customizing with
18989         Emacs 20.
18990
18991 2004-01-05  Simon Josefsson  <jas@extundo.com>
18992
18993         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
18994         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
18995         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
18996         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
18997         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
18998         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
18999         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19000         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19001         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19002         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19003         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19004         string-xor into ntlm-string-xor.  Suggested by
19005         Jesper Harder <harder@myrealbox.com>.
19006
19007         * ntlm.el: Don't include poem.
19008
19009         * md4.el (print-int32, print-string-hexa): Remove.  Suggested by
19010         Jesper Harder <harder@myrealbox.com>.
19011
19012         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19013
19014         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19015         probably breaks emacs with DL patch, but do we care? Is anyone
19016         still using the DL stuff?)
19017
19018         * sieve-manage.el: Use the password package.
19019         (sieve-manage-read-passwd): Remove.
19020         (sieve-manage-interactive-login): Use password.  Re-add
19021         condition-case around loop.
19022
19023         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19024         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache): Use
19025         the password package.
19026
19027 2003-02-19  Simon Josefsson  <jas@extundo.com>
19028
19029         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19030         token.
19031
19032 2002-08-07  Simon Josefsson  <jas@extundo.com>
19033
19034         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19035         (sieve-manage-authenticators):
19036         (sieve-manage-authenticator-alist): Add some SASL mechs.
19037         (sieve-sasl-auth): New function.
19038         (sieve-manage-cram-md5-auth):
19039         (sieve-manage-plain-auth): Rewrite using SASL library.
19040         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19041         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19042         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19043         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19044
19045 2004-01-05  Simon Josefsson  <jas@extundo.com>
19046
19047         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19048         New files.
19049
19050 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19051
19052         * gnus-group.el (gnus-no-groups-message): Update.
19053
19054         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19055
19056 2003-11-09  Simon Josefsson  <jas@extundo.com>
19057
19058         * imap.el: Support for ID IMAP extension (RFC 2971).
19059         (imap-local-variables): Add imap-id.
19060         (imap-id): New variable.
19061         (imap-id): New function.
19062         (imap-parse-response): Parse untagged ID response.
19063         * nnimap.el (nnimap-id): New variable.
19064         (nnimap-open-connection): Use it.
19065
19066 2003-12-28  Simon Josefsson  <jas@extundo.com>
19067
19068         * gnus-score.el (gnus-score-edit-all-score): New.
19069         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19070
19071 2004-01-04  Simon Josefsson  <jas@extundo.com>
19072
19073         * password.el: Add.
19074
19075 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19076
19077         * dns.el (dns-query-types): Fix typo.
19078         (dns-query-types): New function.
19079         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19080         PTR and SOA replies, see RFC 1035.
19081
19082 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19083
19084         * gnus.el (gnus-logo-color-style): Changed colors to `no'.
19085
19086         * Moved to Changelog.2.
19087
19088 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19089
19090         * gnus.el (gnus-version-number): Bump version.
19091
19092 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19093
19094         * gnus.el: No Gnus v0.1 is released.
19095
19096 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19097
19098         * gnus.el: No Gnus v0.0 is released.
19099
19100 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19101
19102         * gnus.el (gnus-version-number): Bump.
19103         (gnus-version): No.
19104
19105 See ChangeLog.2 for earlier changes.
19106
19107     Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
19108       Free Software Foundation, Inc.
19109
19110   This file is part of GNU Emacs.
19111
19112   GNU Emacs is free software: you can redistribute it and/or modify
19113   it under the terms of the GNU General Public License as published by
19114   the Free Software Foundation, either version 3 of the License, or
19115   (at your option) any later version.
19116
19117   GNU Emacs is distributed in the hope that it will be useful,
19118   but WITHOUT ANY WARRANTY; without even the implied warranty of
19119   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19120   GNU General Public License for more details.
19121
19122   You should have received a copy of the GNU General Public License
19123   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19124
19125 ;; Local Variables:
19126 ;; coding: utf-8
19127 ;; fill-column: 79
19128 ;; add-log-time-zone-rule: t
19129 ;; End: